Skip to content
Success

Console Output

Started by user Sebastiaan van Stijn
14:19:28 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48+b0f5bc36fea9dfb9672e1e9b1278ebab797b9ee0 (f1f083cd4548c30beea347c13105060d0d97bffd)
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
The recommended git tool is: NONE
using credential jps-reader
 > git rev-parse --resolve-git-dir /var/cloudbees-jenkins-distribution/workspace/moby_PR-42507@libs/jps/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file"
 > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 2 hr 0 min
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (pr-hack)
[Pipeline] script
[Pipeline] {
[Pipeline] echo
14:19:31 [2021-06-10T14:19:31.863Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
14:19:31 [2021-06-10T14:19:31.870Z] Trying to pass milestone 1
[Pipeline] milestone
14:19:31 [2021-06-10T14:19:31.935Z] Trying to pass milestone 2
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
14:19:37 [2021-06-10T14:19:37.752Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-08337e672f1269d0d) in /home/ubuntu/workspace/moby_PR-42507
[Pipeline] {
[Pipeline] checkout
14:19:37 [2021-06-10T14:19:37.782Z] The recommended git tool is: git
14:19:37 [2021-06-10T14:19:37.801Z] using credential docker-jenkins-github-credentials
14:19:37 [2021-06-10T14:19:37.807Z] Cloning the remote Git repository
14:19:37 [2021-06-10T14:19:37.807Z] Cloning with configured refspecs honoured and without tags
14:19:37 [2021-06-10T14:19:37.841Z] Cloning repository https://github.com/moby/moby.git
14:19:37 [2021-06-10T14:19:37.842Z]  > git init /home/ubuntu/workspace/moby_PR-42507 # timeout=10
14:19:37 [2021-06-10T14:19:37.855Z] Fetching upstream changes from https://github.com/moby/moby.git
14:19:37 [2021-06-10T14:19:37.855Z]  > git --version # timeout=10
14:19:37 [2021-06-10T14:19:37.878Z]  > git --version # 'git version 2.17.1'
14:19:37 [2021-06-10T14:19:37.879Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:19:37 [2021-06-10T14:19:37.902Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42507/head:refs/remotes/origin/PR-42507 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
14:19:58 [2021-06-10T14:19:58.319Z] Fetching without tags
14:19:58 [2021-06-10T14:19:58.665Z] Merging remotes/origin/20.10 commit b0f5bc36fea9dfb9672e1e9b1278ebab797b9ee0 into PR head commit 523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48
14:19:59 [2021-06-10T14:19:59.307Z] Merge succeeded, producing 523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48
14:19:59 [2021-06-10T14:19:59.308Z] Checking out Revision 523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 (PR-42507)
14:19:58 [2021-06-10T14:19:58.272Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:19:58 [2021-06-10T14:19:58.285Z]  > git config --add remote.origin.fetch +refs/pull/42507/head:refs/remotes/origin/PR-42507 # timeout=10
14:19:58 [2021-06-10T14:19:58.295Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
14:19:58 [2021-06-10T14:19:58.305Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:19:58 [2021-06-10T14:19:58.321Z] Fetching upstream changes from https://github.com/moby/moby.git
14:19:58 [2021-06-10T14:19:58.321Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:19:58 [2021-06-10T14:19:58.322Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42507/head:refs/remotes/origin/PR-42507 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
14:19:58 [2021-06-10T14:19:58.667Z]  > git config core.sparsecheckout # timeout=10
14:19:58 [2021-06-10T14:19:58.694Z]  > git checkout -f 523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 # timeout=10
14:19:59 [2021-06-10T14:19:59.267Z]  > git remote # timeout=10
14:19:59 [2021-06-10T14:19:59.270Z]  > git config --get remote.origin.url # timeout=10
14:19:59 [2021-06-10T14:19:59.276Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:19:59 [2021-06-10T14:19:59.291Z]  > git merge b0f5bc36fea9dfb9672e1e9b1278ebab797b9ee0 # timeout=10
14:19:59 [2021-06-10T14:19:59.302Z]  > git rev-parse HEAD^{commit} # timeout=10
14:19:59 [2021-06-10T14:19:59.309Z]  > git config core.sparsecheckout # timeout=10
14:19:59 [2021-06-10T14:19:59.614Z] Commit message: "Jenkinsfile: skip ppc64le and s390x by default on pull requests"
14:19:59 [2021-06-10T14:19:59.314Z]  > git checkout -f 523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 # timeout=10
14:19:59 [2021-06-10T14:19:59.618Z]  > git rev-list --no-walk 523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
14:20:00 [2021-06-10T14:20:00.367Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42507:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 alpine sh -c apk add --no-cache -q bash git openssh-client && cd /workspace && hack/validate/dco
14:20:03 [2021-06-10T14:20:03.662Z] Congratulations!  All commits are properly signed with the DCO!
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] parallel
[Pipeline] { (Branch: unit-validate)
[Pipeline] { (Branch: amd64)
[Pipeline] { (Branch: rootless)
[Pipeline] { (Branch: cgroup2)
[Pipeline] { (Branch: s390x)
[Pipeline] { (Branch: s390x integration-cli)
[Pipeline] { (Branch: ppc64le)
[Pipeline] { (Branch: ppc64le integration-cli)
[Pipeline] { (Branch: arm64)
[Pipeline] { (Branch: win-RS1)
[Pipeline] { (Branch: win-RS5)
[Pipeline] stage
[Pipeline] { (unit-validate)
[Pipeline] stage
[Pipeline] { (amd64)
[Pipeline] stage
[Pipeline] { (rootless)
[Pipeline] stage
[Pipeline] { (cgroup2)
[Pipeline] stage
[Pipeline] { (s390x)
[Pipeline] stage
[Pipeline] { (s390x integration-cli)
[Pipeline] stage
[Pipeline] { (ppc64le)
[Pipeline] stage
[Pipeline] { (ppc64le integration-cli)
[Pipeline] stage
[Pipeline] { (arm64)
[Pipeline] stage
[Pipeline] { (win-RS1)
[Pipeline] stage
[Pipeline] { (win-RS5)
Stage "arm64" skipped due to when conditional
Stage "win-RS5" skipped due to when conditional
Stage "s390x integration-cli" skipped due to when conditional
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
Stage "s390x" skipped due to when conditional
Stage "ppc64le" skipped due to when conditional
[Pipeline] stage
[Pipeline] { (Print info)
Stage "win-RS1" skipped due to when conditional
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
Stage "arm64" skipped due to when conditional
[Pipeline] }
Stage "win-RS5" skipped due to when conditional
[Pipeline] }
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
Stage "win-RS1" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
Stage "arm64" skipped due to when conditional
[Pipeline] }
Stage "win-RS5" skipped due to when conditional
[Pipeline] }
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Run tests)
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
Stage "win-RS1" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] // stage
[Pipeline] // stage
Stage "arm64" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] stage
[Pipeline] { (Unit tests)
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
Stage "arm64" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] stage
[Pipeline] { (Integration tests)
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
14:20:20 [2021-06-10T14:20:20.273Z] Still waiting to schedule task
14:20:20 [2021-06-10T14:20:20.274Z]EC2 (managed-agents) - ubuntu-1804-overlay2 (i-06eb830bca93c0e66)’ is offline
14:20:20 [2021-06-10T14:20:20.274Z]EC2 (managed-agents) - ubuntu-1804-overlay2 (i-088a99189aa90a011)’ is offline
14:20:20 [2021-06-10T14:20:20.274Z]EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0af35329e88cdb49c)’ is offline
14:20:20 [2021-06-10T14:20:20.274Z] ‘azwin-2-7a8ae0’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.274Z] ‘ppc64le-ubuntu-11’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.274Z] ‘ppc64le-ubuntu-12’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.274Z] ‘ppc64le-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.274Z] ‘ppc64le-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.274Z] ‘ppc64le-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.274Z] ‘ppc64le-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.274Z] ‘ppc64le-ubuntu-17’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.274Z] ‘ppc64le-ubuntu-18’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.274Z] ‘ppc64le-ubuntu-19’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.274Z] ‘ppc64le-ubuntu-20’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.274Z] ‘ppc64le-ubuntu-21’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.274Z] ‘ppc64le-ubuntu-22’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.274Z] ‘ppc64le-ubuntu-23’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.274Z] ‘ppc64le-ubuntu-24’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.274Z] ‘ppc64le-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.274Z] ‘ppc64le-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.274Z] ‘ppc64le-ubuntu-27’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.274Z] ‘ppc64le-ubuntu-28’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.274Z] ‘ppc64le-ubuntu-31’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.274Z] ‘ppc64le-ubuntu-32’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.274Z] ‘ppc64le-ubuntu-33’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.274Z] ‘ppc64le-ubuntu-34’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.274Z] ‘s390x-ubuntu-01’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.274Z] ‘s390x-ubuntu-02’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.274Z] ‘s390x-ubuntu-03’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.274Z] ‘s390x-ubuntu-04’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.274Z] ‘s390x-ubuntu-05’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.274Z] ‘s390x-ubuntu-06’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.274Z] ‘s390x-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.274Z] ‘s390x-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.274Z] ‘s390x-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.274Z] ‘s390x-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.274Z] ‘s390x-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.274Z] ‘s390x-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.274Z] ‘s390x-ubuntu-29’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.274Z] ‘s390x-ubuntu-30’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.274Z] Still waiting to schedule task
14:20:20 [2021-06-10T14:20:20.275Z]EC2 (managed-agents) - ubuntu-1804-overlay2 (i-06eb830bca93c0e66)’ is offline
14:20:20 [2021-06-10T14:20:20.275Z]EC2 (managed-agents) - ubuntu-1804-overlay2 (i-088a99189aa90a011)’ is offline
14:20:20 [2021-06-10T14:20:20.275Z]EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0af35329e88cdb49c)’ is offline
14:20:20 [2021-06-10T14:20:20.275Z] ‘azwin-2-7a8ae0’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.275Z] ‘ppc64le-ubuntu-11’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.275Z] ‘ppc64le-ubuntu-12’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.275Z] ‘ppc64le-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.275Z] ‘ppc64le-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.275Z] ‘ppc64le-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.275Z] ‘ppc64le-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.275Z] ‘ppc64le-ubuntu-17’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.275Z] ‘ppc64le-ubuntu-18’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.275Z] ‘ppc64le-ubuntu-19’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.275Z] ‘ppc64le-ubuntu-20’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.275Z] ‘ppc64le-ubuntu-21’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.275Z] ‘ppc64le-ubuntu-22’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.275Z] ‘ppc64le-ubuntu-23’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.275Z] ‘ppc64le-ubuntu-24’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.275Z] ‘ppc64le-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.275Z] ‘ppc64le-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.275Z] ‘ppc64le-ubuntu-27’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.275Z] ‘ppc64le-ubuntu-28’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.275Z] ‘ppc64le-ubuntu-31’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.275Z] ‘ppc64le-ubuntu-32’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.275Z] ‘ppc64le-ubuntu-33’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.275Z] ‘ppc64le-ubuntu-34’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.275Z] ‘s390x-ubuntu-01’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.275Z] ‘s390x-ubuntu-02’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.275Z] ‘s390x-ubuntu-03’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.275Z] ‘s390x-ubuntu-04’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.275Z] ‘s390x-ubuntu-05’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.275Z] ‘s390x-ubuntu-06’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.275Z] ‘s390x-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.275Z] ‘s390x-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.275Z] ‘s390x-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.275Z] ‘s390x-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.275Z] ‘s390x-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.275Z] ‘s390x-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.275Z] ‘s390x-ubuntu-29’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.275Z] ‘s390x-ubuntu-30’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.276Z] Still waiting to schedule task
14:20:20 [2021-06-10T14:20:20.276Z]EC2 (managed-agents) - ubuntu-1804-overlay2 (i-06eb830bca93c0e66)’ is offline
14:20:20 [2021-06-10T14:20:20.276Z]EC2 (managed-agents) - ubuntu-1804-overlay2 (i-088a99189aa90a011)’ is offline
14:20:20 [2021-06-10T14:20:20.276Z]EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0af35329e88cdb49c)’ is offline
14:20:20 [2021-06-10T14:20:20.276Z] ‘azwin-2-7a8ae0’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.276Z] ‘ppc64le-ubuntu-11’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.276Z] ‘ppc64le-ubuntu-12’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.276Z] ‘ppc64le-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.276Z] ‘ppc64le-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.276Z] ‘ppc64le-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.276Z] ‘ppc64le-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.276Z] ‘ppc64le-ubuntu-17’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.276Z] ‘ppc64le-ubuntu-18’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.276Z] ‘ppc64le-ubuntu-19’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.276Z] ‘ppc64le-ubuntu-20’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.276Z] ‘ppc64le-ubuntu-21’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.276Z] ‘ppc64le-ubuntu-22’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.276Z] ‘ppc64le-ubuntu-23’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.276Z] ‘ppc64le-ubuntu-24’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.276Z] ‘ppc64le-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.276Z] ‘ppc64le-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.276Z] ‘ppc64le-ubuntu-27’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.276Z] ‘ppc64le-ubuntu-28’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.276Z] ‘ppc64le-ubuntu-31’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.276Z] ‘ppc64le-ubuntu-32’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.276Z] ‘ppc64le-ubuntu-33’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.276Z] ‘ppc64le-ubuntu-34’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.276Z] ‘s390x-ubuntu-01’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.276Z] ‘s390x-ubuntu-02’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.276Z] ‘s390x-ubuntu-03’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.276Z] ‘s390x-ubuntu-04’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.276Z] ‘s390x-ubuntu-05’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.276Z] ‘s390x-ubuntu-06’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.276Z] ‘s390x-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.276Z] ‘s390x-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.276Z] ‘s390x-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.276Z] ‘s390x-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.276Z] ‘s390x-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.276Z] ‘s390x-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.276Z] ‘s390x-ubuntu-29’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.276Z] ‘s390x-ubuntu-30’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:20:20 [2021-06-10T14:20:20.276Z] Still waiting to schedule task
14:20:20 [2021-06-10T14:20:20.277Z] Waiting for next available executor on ‘amd64&&ubuntu-2004&&cgroup214:20:50 [2021-06-10T14:20:50.124Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-088a99189aa90a011) in /home/ubuntu/workspace/moby_PR-42507
[Pipeline] {
[Pipeline] checkout
14:20:50 [2021-06-10T14:20:50.249Z] The recommended git tool is: git
14:20:52 [2021-06-10T14:20:52.711Z] using credential docker-jenkins-github-credentials
14:20:52 [2021-06-10T14:20:52.717Z] Cloning the remote Git repository
14:20:52 [2021-06-10T14:20:52.717Z] Cloning with configured refspecs honoured and without tags
14:20:53 [2021-06-10T14:20:53.707Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0200f58185817dc9d) in /home/ubuntu/workspace/moby_PR-42507
[Pipeline] {
14:20:52 [2021-06-10T14:20:52.735Z] Cloning repository https://github.com/moby/moby.git
14:20:52 [2021-06-10T14:20:52.796Z]  > git init /home/ubuntu/workspace/moby_PR-42507 # timeout=10
14:20:53 [2021-06-10T14:20:53.070Z] Fetching upstream changes from https://github.com/moby/moby.git
14:20:53 [2021-06-10T14:20:53.070Z]  > git --version # timeout=10
14:20:53 [2021-06-10T14:20:53.113Z]  > git --version # 'git version 2.17.1'
14:20:53 [2021-06-10T14:20:53.114Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:20:53 [2021-06-10T14:20:53.116Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42507/head:refs/remotes/origin/PR-42507 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
[Pipeline] checkout
14:20:53 [2021-06-10T14:20:53.861Z] The recommended git tool is: git
14:20:57 [2021-06-10T14:20:57.234Z] using credential docker-jenkins-github-credentials
14:20:57 [2021-06-10T14:20:57.241Z] Cloning the remote Git repository
14:20:57 [2021-06-10T14:20:57.241Z] Cloning with configured refspecs honoured and without tags
14:20:57 [2021-06-10T14:20:57.256Z] Cloning repository https://github.com/moby/moby.git
14:20:57 [2021-06-10T14:20:57.312Z]  > git init /home/ubuntu/workspace/moby_PR-42507 # timeout=10
14:20:57 [2021-06-10T14:20:57.523Z] Fetching upstream changes from https://github.com/moby/moby.git
14:20:57 [2021-06-10T14:20:57.523Z]  > git --version # timeout=10
14:20:57 [2021-06-10T14:20:57.581Z]  > git --version # 'git version 2.17.1'
14:20:57 [2021-06-10T14:20:57.582Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:20:57 [2021-06-10T14:20:57.584Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42507/head:refs/remotes/origin/PR-42507 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
14:20:58 [2021-06-10T14:20:58.869Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-08346afdb8a867eb8) in /home/ubuntu/workspace/moby_PR-42507
[Pipeline] {
[Pipeline] checkout
14:20:59 [2021-06-10T14:20:59.008Z] The recommended git tool is: git
14:21:02 [2021-06-10T14:21:02.496Z] using credential docker-jenkins-github-credentials
14:21:02 [2021-06-10T14:21:02.507Z] Cloning the remote Git repository
14:21:02 [2021-06-10T14:21:02.507Z] Cloning with configured refspecs honoured and without tags
14:21:02 [2021-06-10T14:21:02.538Z] Cloning repository https://github.com/moby/moby.git
14:21:02 [2021-06-10T14:21:02.611Z]  > git init /home/ubuntu/workspace/moby_PR-42507 # timeout=10
14:21:02 [2021-06-10T14:21:02.878Z] Fetching upstream changes from https://github.com/moby/moby.git
14:21:02 [2021-06-10T14:21:02.879Z]  > git --version # timeout=10
14:21:02 [2021-06-10T14:21:02.892Z]  > git --version # 'git version 2.17.1'
14:21:02 [2021-06-10T14:21:02.892Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:21:02 [2021-06-10T14:21:02.893Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42507/head:refs/remotes/origin/PR-42507 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
14:21:17 [2021-06-10T14:21:17.020Z] Fetching without tags
14:21:17 [2021-06-10T14:21:17.315Z] Merging remotes/origin/20.10 commit b0f5bc36fea9dfb9672e1e9b1278ebab797b9ee0 into PR head commit 523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48
14:21:17 [2021-06-10T14:21:17.933Z] Merge succeeded, producing 523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48
14:21:17 [2021-06-10T14:21:17.933Z] Checking out Revision 523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 (PR-42507)
14:21:16 [2021-06-10T14:21:16.960Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:21:16 [2021-06-10T14:21:16.968Z]  > git config --add remote.origin.fetch +refs/pull/42507/head:refs/remotes/origin/PR-42507 # timeout=10
14:21:16 [2021-06-10T14:21:16.982Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
14:21:17 [2021-06-10T14:21:17.000Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:21:17 [2021-06-10T14:21:17.023Z] Fetching upstream changes from https://github.com/moby/moby.git
14:21:17 [2021-06-10T14:21:17.024Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:21:17 [2021-06-10T14:21:17.025Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42507/head:refs/remotes/origin/PR-42507 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
14:21:17 [2021-06-10T14:21:17.323Z]  > git config core.sparsecheckout # timeout=10
14:21:17 [2021-06-10T14:21:17.353Z]  > git checkout -f 523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 # timeout=10
14:21:17 [2021-06-10T14:21:17.866Z]  > git remote # timeout=10
14:21:17 [2021-06-10T14:21:17.883Z]  > git config --get remote.origin.url # timeout=10
14:21:17 [2021-06-10T14:21:17.895Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:21:17 [2021-06-10T14:21:17.896Z]  > git merge b0f5bc36fea9dfb9672e1e9b1278ebab797b9ee0 # timeout=10
14:21:17 [2021-06-10T14:21:17.917Z]  > git rev-parse HEAD^{commit} # timeout=10
14:21:17 [2021-06-10T14:21:17.936Z]  > git config core.sparsecheckout # timeout=10
14:21:17 [2021-06-10T14:21:17.948Z]  > git checkout -f 523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 # timeout=10
14:21:19 [2021-06-10T14:21:19.504Z] Fetching without tags
14:21:19 [2021-06-10T14:21:19.953Z] Merging remotes/origin/20.10 commit b0f5bc36fea9dfb9672e1e9b1278ebab797b9ee0 into PR head commit 523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48
14:21:19 [2021-06-10T14:21:19.426Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:21:19 [2021-06-10T14:21:19.442Z]  > git config --add remote.origin.fetch +refs/pull/42507/head:refs/remotes/origin/PR-42507 # timeout=10
14:21:19 [2021-06-10T14:21:19.458Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
14:21:19 [2021-06-10T14:21:19.493Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:21:19 [2021-06-10T14:21:19.510Z] Fetching upstream changes from https://github.com/moby/moby.git
14:21:19 [2021-06-10T14:21:19.511Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:21:19 [2021-06-10T14:21:19.516Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42507/head:refs/remotes/origin/PR-42507 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
14:21:19 [2021-06-10T14:21:19.969Z]  > git config core.sparsecheckout # timeout=10
14:21:19 [2021-06-10T14:21:19.996Z]  > git checkout -f 523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 # timeout=10
14:21:20 [2021-06-10T14:21:20.801Z] Merge succeeded, producing 523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48
14:21:20 [2021-06-10T14:21:20.802Z] Checking out Revision 523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 (PR-42507)
14:21:22 [2021-06-10T14:21:22.507Z] Commit message: "Jenkinsfile: skip ppc64le and s390x by default on pull requests"
14:21:20 [2021-06-10T14:21:20.704Z]  > git remote # timeout=10
14:21:20 [2021-06-10T14:21:20.714Z]  > git config --get remote.origin.url # timeout=10
14:21:20 [2021-06-10T14:21:20.752Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:21:20 [2021-06-10T14:21:20.754Z]  > git merge b0f5bc36fea9dfb9672e1e9b1278ebab797b9ee0 # timeout=10
14:21:20 [2021-06-10T14:21:20.780Z]  > git rev-parse HEAD^{commit} # timeout=10
14:21:20 [2021-06-10T14:21:20.804Z]  > git config core.sparsecheckout # timeout=10
14:21:20 [2021-06-10T14:21:20.828Z]  > git checkout -f 523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
14:21:23 [2021-06-10T14:21:23.642Z] + [ PR != PR ]
14:21:23 [2021-06-10T14:21:23.642Z] + [ 20.10 != master ]
14:21:23 [2021-06-10T14:21:23.642Z] + echo 1
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
14:21:23 [2021-06-10T14:21:23.962Z] Fetching without tags
14:21:23 [2021-06-10T14:21:23.998Z] + docker version
14:21:24 [2021-06-10T14:21:24.285Z] Merging remotes/origin/20.10 commit b0f5bc36fea9dfb9672e1e9b1278ebab797b9ee0 into PR head commit 523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48
14:21:25 [2021-06-10T14:21:25.161Z] Merge succeeded, producing 523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48
14:21:25 [2021-06-10T14:21:25.161Z] Checking out Revision 523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 (PR-42507)
14:21:23 [2021-06-10T14:21:23.887Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:21:23 [2021-06-10T14:21:23.900Z]  > git config --add remote.origin.fetch +refs/pull/42507/head:refs/remotes/origin/PR-42507 # timeout=10
14:21:23 [2021-06-10T14:21:23.914Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
14:21:23 [2021-06-10T14:21:23.931Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:21:23 [2021-06-10T14:21:23.968Z] Fetching upstream changes from https://github.com/moby/moby.git
14:21:23 [2021-06-10T14:21:23.968Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:21:23 [2021-06-10T14:21:23.969Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42507/head:refs/remotes/origin/PR-42507 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
14:21:24 [2021-06-10T14:21:24.294Z]  > git config core.sparsecheckout # timeout=10
14:21:24 [2021-06-10T14:21:24.316Z]  > git checkout -f 523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 # timeout=10
14:21:25 [2021-06-10T14:21:25.037Z]  > git remote # timeout=10
14:21:25 [2021-06-10T14:21:25.069Z]  > git config --get remote.origin.url # timeout=10
14:21:25 [2021-06-10T14:21:25.104Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:21:25 [2021-06-10T14:21:25.105Z]  > git merge b0f5bc36fea9dfb9672e1e9b1278ebab797b9ee0 # timeout=10
14:21:25 [2021-06-10T14:21:25.141Z]  > git rev-parse HEAD^{commit} # timeout=10
14:21:25 [2021-06-10T14:21:25.176Z]  > git config core.sparsecheckout # timeout=10
14:21:25 [2021-06-10T14:21:25.196Z]  > git checkout -f 523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 # timeout=10
14:21:25 [2021-06-10T14:21:25.582Z] Commit message: "Jenkinsfile: skip ppc64le and s390x by default on pull requests"
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
14:21:26 [2021-06-10T14:21:26.054Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0f8babac6a1aea743) in /home/ubuntu/workspace/moby_PR-42507
[Pipeline] {
[Pipeline] checkout
14:21:26 [2021-06-10T14:21:26.526Z] The recommended git tool is: git
14:21:26 [2021-06-10T14:21:26.713Z] + docker version
14:21:28 [2021-06-10T14:21:28.256Z] Client: Docker Engine - Community
14:21:28 [2021-06-10T14:21:28.256Z]  Version:           20.10.6
14:21:28 [2021-06-10T14:21:28.256Z]  API version:       1.41
14:21:28 [2021-06-10T14:21:28.256Z]  Go version:        go1.13.15
14:21:28 [2021-06-10T14:21:28.256Z]  Git commit:        370c289
14:21:28 [2021-06-10T14:21:28.256Z]  Built:             Fri Apr  9 22:46:01 2021
14:21:28 [2021-06-10T14:21:28.256Z]  OS/Arch:           linux/amd64
14:21:28 [2021-06-10T14:21:28.256Z]  Context:           default
14:21:28 [2021-06-10T14:21:28.256Z]  Experimental:      true
14:21:28 [2021-06-10T14:21:28.256Z] 
14:21:28 [2021-06-10T14:21:28.256Z] Server: Docker Engine - Community
14:21:28 [2021-06-10T14:21:28.256Z]  Engine:
14:21:28 [2021-06-10T14:21:28.256Z]   Version:          20.10.6
14:21:28 [2021-06-10T14:21:28.256Z]   API version:      1.41 (minimum version 1.12)
14:21:28 [2021-06-10T14:21:28.256Z]   Go version:       go1.13.15
14:21:28 [2021-06-10T14:21:28.256Z]   Git commit:       8728dd2
14:21:28 [2021-06-10T14:21:28.256Z]   Built:            Fri Apr  9 22:44:13 2021
14:21:28 [2021-06-10T14:21:28.256Z]   OS/Arch:          linux/amd64
14:21:28 [2021-06-10T14:21:28.256Z]   Experimental:     true
14:21:28 [2021-06-10T14:21:28.256Z]  containerd:
14:21:28 [2021-06-10T14:21:28.256Z]   Version:          1.4.6
14:21:28 [2021-06-10T14:21:28.256Z]   GitCommit:        d71fcd7d8303cbf684402823e425e9dd2e99285d
14:21:28 [2021-06-10T14:21:28.256Z]  runc:
14:21:28 [2021-06-10T14:21:28.256Z]   Version:          1.0.0-rc95
14:21:28 [2021-06-10T14:21:28.256Z]   GitCommit:        b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
14:21:28 [2021-06-10T14:21:28.256Z]  docker-init:
14:21:28 [2021-06-10T14:21:28.256Z]   Version:          0.19.0
14:21:28 [2021-06-10T14:21:28.256Z]   GitCommit:        de40ad0
[Pipeline] sh
14:21:28 [2021-06-10T14:21:28.551Z] + docker info
14:21:29 [2021-06-10T14:21:29.035Z] Commit message: "Jenkinsfile: skip ppc64le and s390x by default on pull requests"
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
14:21:29 [2021-06-10T14:21:29.516Z] using credential docker-jenkins-github-credentials
14:21:29 [2021-06-10T14:21:29.523Z] Cloning the remote Git repository
14:21:29 [2021-06-10T14:21:29.523Z] Cloning with configured refspecs honoured and without tags
14:21:29 [2021-06-10T14:21:29.545Z] Cloning repository https://github.com/moby/moby.git
14:21:29 [2021-06-10T14:21:29.601Z]  > git init /home/ubuntu/workspace/moby_PR-42507 # timeout=10
14:21:29 [2021-06-10T14:21:29.873Z] Fetching upstream changes from https://github.com/moby/moby.git
14:21:29 [2021-06-10T14:21:29.874Z]  > git --version # timeout=10
14:21:29 [2021-06-10T14:21:29.890Z]  > git --version # 'git version 2.25.1'
14:21:29 [2021-06-10T14:21:29.891Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:21:29 [2021-06-10T14:21:29.893Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42507/head:refs/remotes/origin/PR-42507 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
14:21:30 [2021-06-10T14:21:30.006Z] Client: Docker Engine - Community
14:21:30 [2021-06-10T14:21:30.006Z]  Version:           20.10.6
14:21:30 [2021-06-10T14:21:30.006Z]  API version:       1.41
14:21:30 [2021-06-10T14:21:30.006Z]  Go version:        go1.13.15
14:21:30 [2021-06-10T14:21:30.006Z]  Git commit:        370c289
14:21:30 [2021-06-10T14:21:30.006Z]  Built:             Fri Apr  9 22:46:01 2021
14:21:30 [2021-06-10T14:21:30.006Z]  OS/Arch:           linux/amd64
14:21:30 [2021-06-10T14:21:30.006Z]  Context:           default
14:21:30 [2021-06-10T14:21:30.006Z]  Experimental:      true
14:21:30 [2021-06-10T14:21:30.006Z] 
14:21:30 [2021-06-10T14:21:30.006Z] Server: Docker Engine - Community
14:21:30 [2021-06-10T14:21:30.006Z]  Engine:
14:21:30 [2021-06-10T14:21:30.006Z]   Version:          20.10.6
14:21:30 [2021-06-10T14:21:30.006Z]   API version:      1.41 (minimum version 1.12)
14:21:30 [2021-06-10T14:21:30.006Z]   Go version:       go1.13.15
14:21:30 [2021-06-10T14:21:30.006Z]   Git commit:       8728dd2
14:21:30 [2021-06-10T14:21:30.006Z]   Built:            Fri Apr  9 22:44:13 2021
14:21:30 [2021-06-10T14:21:30.006Z]   OS/Arch:          linux/amd64
14:21:30 [2021-06-10T14:21:30.006Z]   Experimental:     true
14:21:30 [2021-06-10T14:21:30.006Z]  containerd:
14:21:30 [2021-06-10T14:21:30.006Z]   Version:          1.4.6
14:21:30 [2021-06-10T14:21:30.006Z]   GitCommit:        d71fcd7d8303cbf684402823e425e9dd2e99285d
14:21:30 [2021-06-10T14:21:30.006Z]  runc:
14:21:30 [2021-06-10T14:21:30.006Z]   Version:          1.0.0-rc95
14:21:30 [2021-06-10T14:21:30.006Z]   GitCommit:        b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
14:21:30 [2021-06-10T14:21:30.006Z]  docker-init:
14:21:30 [2021-06-10T14:21:30.006Z]   Version:          0.19.0
14:21:30 [2021-06-10T14:21:30.006Z]   GitCommit:        de40ad0
[Pipeline] sh
14:21:30 [2021-06-10T14:21:30.206Z] + docker version
14:21:30 [2021-06-10T14:21:30.321Z] + docker info
14:21:33 [2021-06-10T14:21:33.587Z] Client: Docker Engine - Community
14:21:33 [2021-06-10T14:21:33.587Z]  Version:           20.10.6
14:21:33 [2021-06-10T14:21:33.587Z]  API version:       1.41
14:21:33 [2021-06-10T14:21:33.587Z]  Go version:        go1.13.15
14:21:33 [2021-06-10T14:21:33.587Z]  Git commit:        370c289
14:21:33 [2021-06-10T14:21:33.587Z]  Built:             Fri Apr  9 22:46:01 2021
14:21:33 [2021-06-10T14:21:33.587Z]  OS/Arch:           linux/amd64
14:21:33 [2021-06-10T14:21:33.587Z]  Context:           default
14:21:33 [2021-06-10T14:21:33.587Z]  Experimental:      true
14:21:33 [2021-06-10T14:21:33.587Z] 
14:21:33 [2021-06-10T14:21:33.587Z] Server: Docker Engine - Community
14:21:33 [2021-06-10T14:21:33.587Z]  Engine:
14:21:33 [2021-06-10T14:21:33.587Z]   Version:          20.10.6
14:21:33 [2021-06-10T14:21:33.587Z]   API version:      1.41 (minimum version 1.12)
14:21:33 [2021-06-10T14:21:33.587Z]   Go version:       go1.13.15
14:21:33 [2021-06-10T14:21:33.587Z]   Git commit:       8728dd2
14:21:33 [2021-06-10T14:21:33.587Z]   Built:            Fri Apr  9 22:44:13 2021
14:21:33 [2021-06-10T14:21:33.587Z]   OS/Arch:          linux/amd64
14:21:33 [2021-06-10T14:21:33.587Z]   Experimental:     true
14:21:33 [2021-06-10T14:21:33.587Z]  containerd:
14:21:33 [2021-06-10T14:21:33.587Z]   Version:          1.4.6
14:21:33 [2021-06-10T14:21:33.587Z]   GitCommit:        d71fcd7d8303cbf684402823e425e9dd2e99285d
14:21:33 [2021-06-10T14:21:33.587Z]  runc:
14:21:33 [2021-06-10T14:21:33.587Z]   Version:          1.0.0-rc95
14:21:33 [2021-06-10T14:21:33.587Z]   GitCommit:        b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
14:21:33 [2021-06-10T14:21:33.587Z]  docker-init:
14:21:33 [2021-06-10T14:21:33.587Z]   Version:          0.19.0
14:21:33 [2021-06-10T14:21:33.587Z]   GitCommit:        de40ad0
[Pipeline] sh
14:21:33 [2021-06-10T14:21:33.899Z] + docker info
14:21:35 [2021-06-10T14:21:35.100Z] Client:
14:21:35 [2021-06-10T14:21:35.100Z]  Context:    default
14:21:35 [2021-06-10T14:21:35.100Z]  Debug Mode: false
14:21:35 [2021-06-10T14:21:35.100Z]  Plugins:
14:21:35 [2021-06-10T14:21:35.100Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
14:21:35 [2021-06-10T14:21:35.100Z]   buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
14:21:35 [2021-06-10T14:21:35.100Z]   scan: Docker Scan (Docker Inc., v0.7.0)
14:21:35 [2021-06-10T14:21:35.100Z] 
14:21:35 [2021-06-10T14:21:35.100Z] Server:
14:21:35 [2021-06-10T14:21:35.100Z]  Containers: 0
14:21:35 [2021-06-10T14:21:35.100Z]   Running: 0
14:21:35 [2021-06-10T14:21:35.100Z]   Paused: 0
14:21:35 [2021-06-10T14:21:35.100Z]   Stopped: 0
14:21:35 [2021-06-10T14:21:35.100Z]  Images: 0
14:21:35 [2021-06-10T14:21:35.100Z]  Server Version: 20.10.6
14:21:35 [2021-06-10T14:21:35.100Z]  Storage Driver: overlay2
14:21:35 [2021-06-10T14:21:35.100Z]   Backing Filesystem: extfs
14:21:35 [2021-06-10T14:21:35.100Z]   Supports d_type: true
14:21:35 [2021-06-10T14:21:35.100Z]   Native Overlay Diff: true
14:21:35 [2021-06-10T14:21:35.100Z]   userxattr: false
14:21:35 [2021-06-10T14:21:35.100Z]  Logging Driver: json-file
14:21:35 [2021-06-10T14:21:35.100Z]  Cgroup Driver: cgroupfs
14:21:35 [2021-06-10T14:21:35.100Z]  Cgroup Version: 1
14:21:35 [2021-06-10T14:21:35.100Z]  Plugins:
14:21:35 [2021-06-10T14:21:35.100Z]   Volume: local
14:21:35 [2021-06-10T14:21:35.100Z]   Network: bridge host ipvlan macvlan null overlay
14:21:35 [2021-06-10T14:21:35.100Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
14:21:35 [2021-06-10T14:21:35.100Z]  Swarm: inactive
14:21:35 [2021-06-10T14:21:35.100Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
14:21:35 [2021-06-10T14:21:35.100Z]  Default Runtime: runc
14:21:35 [2021-06-10T14:21:35.100Z]  Init Binary: docker-init
14:21:35 [2021-06-10T14:21:35.100Z]  containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d
14:21:35 [2021-06-10T14:21:35.100Z]  runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
14:21:35 [2021-06-10T14:21:35.100Z]  init version: de40ad0
14:21:35 [2021-06-10T14:21:35.100Z]  Security Options:
14:21:35 [2021-06-10T14:21:35.100Z]   apparmor
14:21:35 [2021-06-10T14:21:35.100Z]   seccomp
14:21:35 [2021-06-10T14:21:35.100Z]    Profile: default
14:21:35 [2021-06-10T14:21:35.100Z]  Kernel Version: 5.4.0-1048-aws
14:21:35 [2021-06-10T14:21:35.100Z]  Operating System: Ubuntu 18.04.5 LTS
14:21:35 [2021-06-10T14:21:35.100Z]  OSType: linux
14:21:35 [2021-06-10T14:21:35.100Z]  Architecture: x86_64
14:21:35 [2021-06-10T14:21:35.100Z]  CPUs: 2
14:21:35 [2021-06-10T14:21:35.100Z]  Total Memory: 7.569GiB
14:21:35 [2021-06-10T14:21:35.100Z]  Name: ip-10-100-84-60
14:21:35 [2021-06-10T14:21:35.100Z]  ID: KG52:ONVY:U5MS:VBR3:3V2I:UMRB:NEG5:YUDM:PLPH:2QKQ:N3BG:QG3A
14:21:35 [2021-06-10T14:21:35.100Z]  Docker Root Dir: /var/lib/docker
14:21:35 [2021-06-10T14:21:35.100Z]  Debug Mode: false
14:21:35 [2021-06-10T14:21:35.100Z]  Registry: https://index.docker.io/v1/
14:21:35 [2021-06-10T14:21:35.100Z]  Labels:
14:21:35 [2021-06-10T14:21:35.100Z]  Experimental: true
14:21:35 [2021-06-10T14:21:35.100Z]  Insecure Registries:
14:21:35 [2021-06-10T14:21:35.100Z]   127.0.0.0/8
14:21:35 [2021-06-10T14:21:35.100Z]  Live Restore Enabled: true
14:21:35 [2021-06-10T14:21:35.100Z] 
14:21:35 [2021-06-10T14:21:35.100Z] WARNING: No swap limit support
[Pipeline] sh
14:21:35 [2021-06-10T14:21:35.540Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
14:21:35 [2021-06-10T14:21:35.540Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
14:21:35 [2021-06-10T14:21:35.540Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42507/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
14:21:35 [2021-06-10T14:21:35.540Z] + bash /home/ubuntu/workspace/moby_PR-42507/check-config.sh
14:21:35 [2021-06-10T14:21:35.540Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
14:21:35 [2021-06-10T14:21:35.540Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ...
14:21:35 [2021-06-10T14:21:35.540Z] 
14:21:35 [2021-06-10T14:21:35.540Z] Generally Necessary:
14:21:35 [2021-06-10T14:21:35.540Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
14:21:35 [2021-06-10T14:21:35.540Z] - apparmor: enabled and tools installed
14:21:35 [2021-06-10T14:21:35.812Z] - CONFIG_NAMESPACES: enabled
14:21:35 [2021-06-10T14:21:35.812Z] - CONFIG_NET_NS: enabled
14:21:35 [2021-06-10T14:21:35.812Z] - CONFIG_PID_NS: enabled
14:21:35 [2021-06-10T14:21:35.812Z] - CONFIG_IPC_NS: enabled
14:21:35 [2021-06-10T14:21:35.812Z] - CONFIG_UTS_NS: enabled
14:21:35 [2021-06-10T14:21:35.812Z] - CONFIG_CGROUPS: enabled
14:21:35 [2021-06-10T14:21:35.812Z] - CONFIG_CGROUP_CPUACCT: enabled
14:21:35 [2021-06-10T14:21:35.812Z] - CONFIG_CGROUP_DEVICE: enabled
14:21:35 [2021-06-10T14:21:35.812Z] - CONFIG_CGROUP_FREEZER: enabled
14:21:35 [2021-06-10T14:21:35.812Z] - CONFIG_CGROUP_SCHED: enabled
14:21:35 [2021-06-10T14:21:35.812Z] - CONFIG_CPUSETS: enabled
14:21:35 [2021-06-10T14:21:35.812Z] - CONFIG_MEMCG: enabled
14:21:35 [2021-06-10T14:21:35.812Z] - CONFIG_KEYS: enabled
14:21:35 [2021-06-10T14:21:35.812Z] - CONFIG_VETH: enabled (as module)
14:21:35 [2021-06-10T14:21:35.812Z] - CONFIG_BRIDGE: enabled (as module)
14:21:35 [2021-06-10T14:21:35.812Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
14:21:35 [2021-06-10T14:21:35.812Z] - CONFIG_NF_NAT_IPV4: missing
14:21:35 [2021-06-10T14:21:35.812Z] - CONFIG_IP_NF_FILTER: enabled (as module)
14:21:35 [2021-06-10T14:21:35.812Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
14:21:35 [2021-06-10T14:21:35.812Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
14:21:35 [2021-06-10T14:21:35.812Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
14:21:35 [2021-06-10T14:21:35.812Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
14:21:35 [2021-06-10T14:21:35.812Z] - CONFIG_IP_NF_NAT: enabled (as module)
14:21:35 [2021-06-10T14:21:35.812Z] - CONFIG_NF_NAT: enabled (as module)
14:21:35 [2021-06-10T14:21:35.812Z] - CONFIG_NF_NAT_NEEDED: missing
14:21:35 [2021-06-10T14:21:35.812Z] - CONFIG_POSIX_MQUEUE: enabled
14:21:35 [2021-06-10T14:21:35.812Z] 
14:21:35 [2021-06-10T14:21:35.812Z] Optional Features:
14:21:35 [2021-06-10T14:21:35.812Z] - CONFIG_USER_NS: enabled
14:21:35 [2021-06-10T14:21:35.812Z] - CONFIG_SECCOMP: enabled
14:21:35 [2021-06-10T14:21:35.812Z] - CONFIG_CGROUP_PIDS: enabled
14:21:36 [2021-06-10T14:21:36.070Z] - CONFIG_MEMCG_SWAP: enabled
14:21:36 [2021-06-10T14:21:36.070Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
14:21:36 [2021-06-10T14:21:36.070Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
14:21:36 [2021-06-10T14:21:36.070Z] - CONFIG_BLK_CGROUP: enabled
14:21:36 [2021-06-10T14:21:36.070Z] - CONFIG_BLK_DEV_THROTTLING: enabled
14:21:36 [2021-06-10T14:21:36.070Z] - CONFIG_IOSCHED_CFQ: missing
14:21:36 [2021-06-10T14:21:36.070Z] - CONFIG_CFQ_GROUP_IOSCHED: missing
14:21:36 [2021-06-10T14:21:36.070Z] - CONFIG_CGROUP_PERF: enabled
14:21:36 [2021-06-10T14:21:36.070Z] - CONFIG_CGROUP_HUGETLB: enabled
14:21:36 [2021-06-10T14:21:36.070Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
14:21:36 [2021-06-10T14:21:36.070Z] - CONFIG_CGROUP_NET_PRIO: enabled
14:21:36 [2021-06-10T14:21:36.070Z] - CONFIG_CFS_BANDWIDTH: enabled
14:21:36 [2021-06-10T14:21:36.070Z] - CONFIG_FAIR_GROUP_SCHED: enabled
14:21:36 [2021-06-10T14:21:36.070Z] - CONFIG_RT_GROUP_SCHED: missing
14:21:36 [2021-06-10T14:21:36.070Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
14:21:36 [2021-06-10T14:21:36.070Z] - CONFIG_IP_VS: enabled (as module)
14:21:36 [2021-06-10T14:21:36.070Z] - CONFIG_IP_VS_NFCT: enabled
14:21:36 [2021-06-10T14:21:36.070Z] - CONFIG_IP_VS_PROTO_TCP: enabled
14:21:36 [2021-06-10T14:21:36.070Z] - CONFIG_IP_VS_PROTO_UDP: enabled
14:21:36 [2021-06-10T14:21:36.070Z] - CONFIG_IP_VS_RR: enabled (as module)
14:21:36 [2021-06-10T14:21:36.070Z] - CONFIG_EXT4_FS: enabled
14:21:36 [2021-06-10T14:21:36.070Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
14:21:36 [2021-06-10T14:21:36.070Z] - CONFIG_EXT4_FS_SECURITY: enabled
14:21:36 [2021-06-10T14:21:36.070Z] - Network Drivers:
14:21:36 [2021-06-10T14:21:36.070Z]   - "overlay":
14:21:36 [2021-06-10T14:21:36.070Z]     - CONFIG_VXLAN: enabled (as module)
14:21:36 [2021-06-10T14:21:36.070Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
14:21:36 [2021-06-10T14:21:36.070Z]       Optional (for encrypted networks):
14:21:36 [2021-06-10T14:21:36.328Z]       - CONFIG_CRYPTO: enabled
14:21:36 [2021-06-10T14:21:36.328Z]       - CONFIG_CRYPTO_AEAD: enabled
14:21:36 [2021-06-10T14:21:36.328Z]       - CONFIG_CRYPTO_GCM: enabled
14:21:36 [2021-06-10T14:21:36.328Z]       - CONFIG_CRYPTO_SEQIV: enabled
14:21:36 [2021-06-10T14:21:36.328Z]       - CONFIG_CRYPTO_GHASH: enabled
14:21:36 [2021-06-10T14:21:36.328Z]       - CONFIG_XFRM: enabled
14:21:36 [2021-06-10T14:21:36.328Z]       - CONFIG_XFRM_USER: enabled (as module)
14:21:36 [2021-06-10T14:21:36.328Z]       - CONFIG_XFRM_ALGO: enabled (as module)
14:21:36 [2021-06-10T14:21:36.328Z]       - CONFIG_INET_ESP: enabled (as module)
14:21:36 [2021-06-10T14:21:36.328Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: missing
14:21:36 [2021-06-10T14:21:36.328Z]   - "ipvlan":
14:21:36 [2021-06-10T14:21:36.328Z]     - CONFIG_IPVLAN: enabled (as module)
14:21:36 [2021-06-10T14:21:36.328Z]   - "macvlan":
14:21:36 [2021-06-10T14:21:36.328Z]     - CONFIG_MACVLAN: enabled (as module)
14:21:36 [2021-06-10T14:21:36.328Z]     - CONFIG_DUMMY: enabled (as module)
14:21:36 [2021-06-10T14:21:36.328Z]   - "ftp,tftp client in container":
14:21:36 [2021-06-10T14:21:36.328Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
14:21:36 [2021-06-10T14:21:36.328Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
14:21:36 [2021-06-10T14:21:36.328Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
14:21:36 [2021-06-10T14:21:36.328Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
14:21:36 [2021-06-10T14:21:36.328Z] - Storage Drivers:
14:21:36 [2021-06-10T14:21:36.328Z]   - "aufs":
14:21:36 [2021-06-10T14:21:36.328Z]     - CONFIG_AUFS_FS: enabled (as module)
14:21:36 [2021-06-10T14:21:36.328Z]   - "btrfs":
14:21:36 [2021-06-10T14:21:36.328Z]     - CONFIG_BTRFS_FS: enabled (as module)
14:21:36 [2021-06-10T14:21:36.328Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
14:21:36 [2021-06-10T14:21:36.328Z]   - "devicemapper":
14:21:36 [2021-06-10T14:21:36.328Z]     - CONFIG_BLK_DEV_DM: enabled
14:21:36 [2021-06-10T14:21:36.328Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
14:21:36 [2021-06-10T14:21:36.328Z]   - "overlay":
14:21:36 [2021-06-10T14:21:36.328Z]     - CONFIG_OVERLAY_FS: enabled (as module)
14:21:36 [2021-06-10T14:21:36.328Z]   - "zfs":
14:21:36 [2021-06-10T14:21:36.328Z]     - /dev/zfs: present
14:21:36 [2021-06-10T14:21:36.328Z]     - zfs command: missing
14:21:36 [2021-06-10T14:21:36.328Z]     - zpool command: missing
14:21:36 [2021-06-10T14:21:36.328Z] 
14:21:36 [2021-06-10T14:21:36.328Z] Limits:
14:21:36 [2021-06-10T14:21:36.328Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
14:21:36 [2021-06-10T14:21:36.328Z] 
14:21:36 [2021-06-10T14:21:36.328Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
14:21:36 [2021-06-10T14:21:36.668Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 .
14:21:36 [2021-06-10T14:21:36.930Z] #1 [internal] load build definition from Dockerfile
14:21:36 [2021-06-10T14:21:36.930Z] #1 sha256:2ecc90bbc2a14f3244e9cf7bdd3c66f5ef8d8e89c1e5dea272045c6535265d18
14:21:36 [2021-06-10T14:21:36.930Z] #1 transferring dockerfile: 17.02kB done
14:21:36 [2021-06-10T14:21:36.930Z] #1 DONE 0.1s
14:21:36 [2021-06-10T14:21:36.930Z] 
14:21:36 [2021-06-10T14:21:36.930Z] #2 [internal] load .dockerignore
14:21:36 [2021-06-10T14:21:36.930Z] #2 sha256:ff32d98dee1789a5fae6dd535eeba3541a1869e47b809ccf7c3ea3d845b2cf5f
14:21:36 [2021-06-10T14:21:36.930Z] #2 transferring context: 87B done
14:21:36 [2021-06-10T14:21:36.930Z] #2 DONE 0.1s
14:21:36 [2021-06-10T14:21:36.930Z] 
14:21:36 [2021-06-10T14:21:36.930Z] #3 resolve image config for docker.io/docker/dockerfile:1.2
14:21:36 [2021-06-10T14:21:36.930Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69
14:21:37 [2021-06-10T14:21:37.064Z] Client:
14:21:37 [2021-06-10T14:21:37.064Z]  Context:    default
14:21:37 [2021-06-10T14:21:37.064Z]  Debug Mode: false
14:21:37 [2021-06-10T14:21:37.064Z]  Plugins:
14:21:37 [2021-06-10T14:21:37.064Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
14:21:37 [2021-06-10T14:21:37.064Z]   buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
14:21:37 [2021-06-10T14:21:37.064Z]   scan: Docker Scan (Docker Inc., v0.7.0)
14:21:37 [2021-06-10T14:21:37.064Z] 
14:21:37 [2021-06-10T14:21:37.064Z] Server:
14:21:37 [2021-06-10T14:21:37.064Z]  Containers: 0
14:21:37 [2021-06-10T14:21:37.064Z]   Running: 0
14:21:37 [2021-06-10T14:21:37.064Z]   Paused: 0
14:21:37 [2021-06-10T14:21:37.064Z]   Stopped: 0
14:21:37 [2021-06-10T14:21:37.064Z]  Images: 0
14:21:37 [2021-06-10T14:21:37.064Z]  Server Version: 20.10.6
14:21:37 [2021-06-10T14:21:37.064Z]  Storage Driver: overlay2
14:21:37 [2021-06-10T14:21:37.064Z]   Backing Filesystem: extfs
14:21:37 [2021-06-10T14:21:37.064Z]   Supports d_type: true
14:21:37 [2021-06-10T14:21:37.064Z]   Native Overlay Diff: true
14:21:37 [2021-06-10T14:21:37.064Z]   userxattr: false
14:21:37 [2021-06-10T14:21:37.065Z]  Logging Driver: json-file
14:21:37 [2021-06-10T14:21:37.065Z]  Cgroup Driver: cgroupfs
14:21:37 [2021-06-10T14:21:37.065Z]  Cgroup Version: 1
14:21:37 [2021-06-10T14:21:37.065Z]  Plugins:
14:21:37 [2021-06-10T14:21:37.065Z]   Volume: local
14:21:37 [2021-06-10T14:21:37.065Z]   Network: bridge host ipvlan macvlan null overlay
14:21:37 [2021-06-10T14:21:37.065Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
14:21:37 [2021-06-10T14:21:37.065Z]  Swarm: inactive
14:21:37 [2021-06-10T14:21:37.065Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
14:21:37 [2021-06-10T14:21:37.065Z]  Default Runtime: runc
14:21:37 [2021-06-10T14:21:37.065Z]  Init Binary: docker-init
14:21:37 [2021-06-10T14:21:37.065Z]  containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d
14:21:37 [2021-06-10T14:21:37.065Z]  runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
14:21:37 [2021-06-10T14:21:37.065Z]  init version: de40ad0
14:21:37 [2021-06-10T14:21:37.065Z]  Security Options:
14:21:37 [2021-06-10T14:21:37.065Z]   apparmor
14:21:37 [2021-06-10T14:21:37.065Z]   seccomp
14:21:37 [2021-06-10T14:21:37.065Z]    Profile: default
14:21:37 [2021-06-10T14:21:37.065Z]  Kernel Version: 5.4.0-1048-aws
14:21:37 [2021-06-10T14:21:37.065Z]  Operating System: Ubuntu 18.04.5 LTS
14:21:37 [2021-06-10T14:21:37.065Z]  OSType: linux
14:21:37 [2021-06-10T14:21:37.065Z]  Architecture: x86_64
14:21:37 [2021-06-10T14:21:37.065Z]  CPUs: 2
14:21:37 [2021-06-10T14:21:37.065Z]  Total Memory: 7.569GiB
14:21:37 [2021-06-10T14:21:37.065Z]  Name: ip-10-100-116-229
14:21:37 [2021-06-10T14:21:37.065Z]  ID: KG52:ONVY:U5MS:VBR3:3V2I:UMRB:NEG5:YUDM:PLPH:2QKQ:N3BG:QG3A
14:21:37 [2021-06-10T14:21:37.065Z]  Docker Root Dir: /var/lib/docker
14:21:37 [2021-06-10T14:21:37.065Z]  Debug Mode: false
14:21:37 [2021-06-10T14:21:37.065Z]  Registry: https://index.docker.io/v1/
14:21:37 [2021-06-10T14:21:37.065Z]  Labels:
14:21:37 [2021-06-10T14:21:37.065Z]  Experimental: true
14:21:37 [2021-06-10T14:21:37.065Z]  Insecure Registries:
14:21:37 [2021-06-10T14:21:37.065Z]   127.0.0.0/8
14:21:37 [2021-06-10T14:21:37.065Z]  Live Restore Enabled: true
14:21:37 [2021-06-10T14:21:37.065Z] 
14:21:37 [2021-06-10T14:21:37.065Z] WARNING: No swap limit support
[Pipeline] sh
14:21:37 [2021-06-10T14:21:37.187Z] #3 DONE 0.4s
14:21:37 [2021-06-10T14:21:37.187Z] 
14:21:37 [2021-06-10T14:21:37.187Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc
14:21:37 [2021-06-10T14:21:37.187Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727
14:21:37 [2021-06-10T14:21:37.187Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 0.0s done
14:21:37 [2021-06-10T14:21:37.361Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
14:21:37 [2021-06-10T14:21:37.361Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
14:21:37 [2021-06-10T14:21:37.361Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42507/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
14:21:37 [2021-06-10T14:21:37.361Z] + bash /home/ubuntu/workspace/moby_PR-42507/check-config.sh
14:21:37 [2021-06-10T14:21:37.361Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
14:21:37 [2021-06-10T14:21:37.361Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ...
14:21:37 [2021-06-10T14:21:37.361Z] 
14:21:37 [2021-06-10T14:21:37.361Z] Generally Necessary:
14:21:37 [2021-06-10T14:21:37.361Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
14:21:37 [2021-06-10T14:21:37.361Z] - apparmor: enabled and tools installed
14:21:37 [2021-06-10T14:21:37.361Z] - CONFIG_NAMESPACES: enabled
14:21:37 [2021-06-10T14:21:37.361Z] - CONFIG_NET_NS: enabled
14:21:37 [2021-06-10T14:21:37.361Z] - CONFIG_PID_NS: enabled
14:21:37 [2021-06-10T14:21:37.361Z] - CONFIG_IPC_NS: enabled
14:21:37 [2021-06-10T14:21:37.361Z] - CONFIG_UTS_NS: enabled
14:21:37 [2021-06-10T14:21:37.361Z] - CONFIG_CGROUPS: enabled
14:21:37 [2021-06-10T14:21:37.361Z] - CONFIG_CGROUP_CPUACCT: enabled
14:21:37 [2021-06-10T14:21:37.361Z] - CONFIG_CGROUP_DEVICE: enabled
14:21:37 [2021-06-10T14:21:37.361Z] - CONFIG_CGROUP_FREEZER: enabled
14:21:37 [2021-06-10T14:21:37.361Z] - CONFIG_CGROUP_SCHED: enabled
14:21:37 [2021-06-10T14:21:37.361Z] - CONFIG_CPUSETS: enabled
14:21:37 [2021-06-10T14:21:37.361Z] - CONFIG_MEMCG: enabled
14:21:37 [2021-06-10T14:21:37.361Z] - CONFIG_KEYS: enabled
14:21:37 [2021-06-10T14:21:37.361Z] - CONFIG_VETH: enabled (as module)
14:21:37 [2021-06-10T14:21:37.361Z] - CONFIG_BRIDGE: enabled (as module)
14:21:37 [2021-06-10T14:21:37.361Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
14:21:37 [2021-06-10T14:21:37.361Z] - CONFIG_NF_NAT_IPV4: missing
14:21:37 [2021-06-10T14:21:37.361Z] - CONFIG_IP_NF_FILTER: enabled (as module)
14:21:37 [2021-06-10T14:21:37.361Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
14:21:37 [2021-06-10T14:21:37.361Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
14:21:37 [2021-06-10T14:21:37.361Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
14:21:37 [2021-06-10T14:21:37.361Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
14:21:37 [2021-06-10T14:21:37.361Z] - CONFIG_IP_NF_NAT: enabled (as module)
14:21:37 [2021-06-10T14:21:37.361Z] - CONFIG_NF_NAT: enabled (as module)
14:21:37 [2021-06-10T14:21:37.361Z] - CONFIG_NF_NAT_NEEDED: missing
14:21:37 [2021-06-10T14:21:37.361Z] - CONFIG_POSIX_MQUEUE: enabled
14:21:37 [2021-06-10T14:21:37.361Z] 
14:21:37 [2021-06-10T14:21:37.361Z] Optional Features:
14:21:37 [2021-06-10T14:21:37.444Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done
14:21:37 [2021-06-10T14:21:37.444Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done
14:21:37 [2021-06-10T14:21:37.444Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done
14:21:37 [2021-06-10T14:21:37.444Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 2.10MB / 9.64MB 0.1s
14:21:37 [2021-06-10T14:21:37.444Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 7.34MB / 9.64MB 0.2s
14:21:37 [2021-06-10T14:21:37.621Z] - CONFIG_USER_NS: enabled
14:21:37 [2021-06-10T14:21:37.621Z] - CONFIG_SECCOMP: enabled
14:21:37 [2021-06-10T14:21:37.621Z] - CONFIG_CGROUP_PIDS: enabled
14:21:37 [2021-06-10T14:21:37.621Z] - CONFIG_MEMCG_SWAP: enabled
14:21:37 [2021-06-10T14:21:37.621Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
14:21:37 [2021-06-10T14:21:37.621Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
14:21:37 [2021-06-10T14:21:37.621Z] - CONFIG_BLK_CGROUP: enabled
14:21:37 [2021-06-10T14:21:37.621Z] - CONFIG_BLK_DEV_THROTTLING: enabled
14:21:37 [2021-06-10T14:21:37.621Z] - CONFIG_IOSCHED_CFQ: missing
14:21:37 [2021-06-10T14:21:37.621Z] - CONFIG_CFQ_GROUP_IOSCHED: missing
14:21:37 [2021-06-10T14:21:37.621Z] - CONFIG_CGROUP_PERF: enabled
14:21:37 [2021-06-10T14:21:37.621Z] - CONFIG_CGROUP_HUGETLB: enabled
14:21:37 [2021-06-10T14:21:37.621Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
14:21:37 [2021-06-10T14:21:37.621Z] - CONFIG_CGROUP_NET_PRIO: enabled
14:21:37 [2021-06-10T14:21:37.621Z] - CONFIG_CFS_BANDWIDTH: enabled
14:21:37 [2021-06-10T14:21:37.621Z] - CONFIG_FAIR_GROUP_SCHED: enabled
14:21:37 [2021-06-10T14:21:37.621Z] - CONFIG_RT_GROUP_SCHED: missing
14:21:37 [2021-06-10T14:21:37.621Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
14:21:37 [2021-06-10T14:21:37.621Z] - CONFIG_IP_VS: enabled (as module)
14:21:37 [2021-06-10T14:21:37.621Z] - CONFIG_IP_VS_NFCT: enabled
14:21:37 [2021-06-10T14:21:37.621Z] - CONFIG_IP_VS_PROTO_TCP: enabled
14:21:37 [2021-06-10T14:21:37.621Z] - CONFIG_IP_VS_PROTO_UDP: enabled
14:21:37 [2021-06-10T14:21:37.621Z] - CONFIG_IP_VS_RR: enabled (as module)
14:21:37 [2021-06-10T14:21:37.621Z] - CONFIG_EXT4_FS: enabled
14:21:37 [2021-06-10T14:21:37.621Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
14:21:37 [2021-06-10T14:21:37.621Z] - CONFIG_EXT4_FS_SECURITY: enabled
14:21:37 [2021-06-10T14:21:37.621Z] - Network Drivers:
14:21:37 [2021-06-10T14:21:37.621Z]   - "overlay":
14:21:37 [2021-06-10T14:21:37.621Z]     - CONFIG_VXLAN: enabled (as module)
14:21:37 [2021-06-10T14:21:37.621Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
14:21:37 [2021-06-10T14:21:37.621Z]       Optional (for encrypted networks):
14:21:37 [2021-06-10T14:21:37.703Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.3s
14:21:37 [2021-06-10T14:21:37.703Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4
14:21:37 [2021-06-10T14:21:37.703Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.3s done
14:21:37 [2021-06-10T14:21:37.880Z]       - CONFIG_CRYPTO: enabled
14:21:37 [2021-06-10T14:21:37.880Z]       - CONFIG_CRYPTO_AEAD: enabled
14:21:37 [2021-06-10T14:21:37.880Z]       - CONFIG_CRYPTO_GCM: enabled
14:21:37 [2021-06-10T14:21:37.880Z]       - CONFIG_CRYPTO_SEQIV: enabled
14:21:37 [2021-06-10T14:21:37.880Z]       - CONFIG_CRYPTO_GHASH: enabled
14:21:37 [2021-06-10T14:21:37.880Z]       - CONFIG_XFRM: enabled
14:21:37 [2021-06-10T14:21:37.880Z]       - CONFIG_XFRM_USER: enabled (as module)
14:21:37 [2021-06-10T14:21:37.880Z]       - CONFIG_XFRM_ALGO: enabled (as module)
14:21:37 [2021-06-10T14:21:37.880Z]       - CONFIG_INET_ESP: enabled (as module)
14:21:37 [2021-06-10T14:21:37.880Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: missing
14:21:37 [2021-06-10T14:21:37.880Z]   - "ipvlan":
14:21:37 [2021-06-10T14:21:37.880Z]     - CONFIG_IPVLAN: enabled (as module)
14:21:37 [2021-06-10T14:21:37.880Z]   - "macvlan":
14:21:37 [2021-06-10T14:21:37.880Z]     - CONFIG_MACVLAN: enabled (as module)
14:21:37 [2021-06-10T14:21:37.880Z]     - CONFIG_DUMMY: enabled (as module)
14:21:37 [2021-06-10T14:21:37.880Z]   - "ftp,tftp client in container":
14:21:37 [2021-06-10T14:21:37.880Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
14:21:37 [2021-06-10T14:21:37.880Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
14:21:37 [2021-06-10T14:21:37.880Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
14:21:37 [2021-06-10T14:21:37.880Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
14:21:37 [2021-06-10T14:21:37.880Z] - Storage Drivers:
14:21:37 [2021-06-10T14:21:37.880Z]   - "aufs":
14:21:37 [2021-06-10T14:21:37.880Z]     - CONFIG_AUFS_FS: enabled (as module)
14:21:37 [2021-06-10T14:21:37.880Z]   - "btrfs":
14:21:37 [2021-06-10T14:21:37.880Z]     - CONFIG_BTRFS_FS: enabled (as module)
14:21:37 [2021-06-10T14:21:37.880Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
14:21:37 [2021-06-10T14:21:37.880Z]   - "devicemapper":
14:21:37 [2021-06-10T14:21:37.880Z]     - CONFIG_BLK_DEV_DM: enabled
14:21:37 [2021-06-10T14:21:37.880Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
14:21:37 [2021-06-10T14:21:37.880Z]   - "overlay":
14:21:37 [2021-06-10T14:21:37.880Z]     - CONFIG_OVERLAY_FS: enabled (as module)
14:21:37 [2021-06-10T14:21:37.880Z]   - "zfs":
14:21:37 [2021-06-10T14:21:37.880Z]     - /dev/zfs: present
14:21:37 [2021-06-10T14:21:37.880Z]     - zfs command: missing
14:21:37 [2021-06-10T14:21:37.880Z]     - zpool command: missing
14:21:37 [2021-06-10T14:21:37.880Z] 
14:21:37 [2021-06-10T14:21:37.880Z] Limits:
14:21:37 [2021-06-10T14:21:37.880Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
14:21:37 [2021-06-10T14:21:37.880Z] 
14:21:37 [2021-06-10T14:21:37.880Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
14:21:37 [2021-06-10T14:21:37.960Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.4s done
14:21:38 [2021-06-10T14:21:38.238Z] + sudo modprobe ip_vs
14:21:38 [2021-06-10T14:21:38.238Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 .
14:21:38 [2021-06-10T14:21:38.497Z] #1 [internal] load build definition from Dockerfile
14:21:38 [2021-06-10T14:21:38.497Z] #1 sha256:697244234ec23cae5cf217cbcafc2973ffeeec73461738e8bb2a3a714f4fdd05
14:21:38 [2021-06-10T14:21:38.497Z] #1 transferring dockerfile: 17.02kB done
14:21:38 [2021-06-10T14:21:38.497Z] #1 DONE 0.1s
14:21:38 [2021-06-10T14:21:38.497Z] 
14:21:38 [2021-06-10T14:21:38.497Z] #2 [internal] load .dockerignore
14:21:38 [2021-06-10T14:21:38.497Z] #2 sha256:ec98ae043eddab8e03ca8100a8e75786e3ba00e4f6dfb35b8c9d13cd70fd1767
14:21:38 [2021-06-10T14:21:38.497Z] #2 transferring context: 87B done
14:21:38 [2021-06-10T14:21:38.497Z] #2 DONE 0.0s
14:21:38 [2021-06-10T14:21:38.756Z] 
14:21:38 [2021-06-10T14:21:38.756Z] #3 resolve image config for docker.io/docker/dockerfile:1.2
14:21:38 [2021-06-10T14:21:38.756Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69
14:21:38 [2021-06-10T14:21:38.892Z] #4 DONE 1.6s
14:21:39 [2021-06-10T14:21:39.150Z] 
14:21:39 [2021-06-10T14:21:39.150Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
14:21:39 [2021-06-10T14:21:39.150Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
14:21:39 [2021-06-10T14:21:39.331Z] #3 DONE 0.5s
14:21:39 [2021-06-10T14:21:39.331Z] 
14:21:39 [2021-06-10T14:21:39.331Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc
14:21:39 [2021-06-10T14:21:39.331Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727
14:21:39 [2021-06-10T14:21:39.331Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done
14:21:39 [2021-06-10T14:21:39.331Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done
14:21:39 [2021-06-10T14:21:39.331Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done
14:21:39 [2021-06-10T14:21:39.331Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done
14:21:39 [2021-06-10T14:21:39.331Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s
14:21:39 [2021-06-10T14:21:39.591Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.3s done
14:21:39 [2021-06-10T14:21:39.591Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4
14:21:39 [2021-06-10T14:21:39.713Z] #8 ...
14:21:39 [2021-06-10T14:21:39.713Z] 
14:21:39 [2021-06-10T14:21:39.713Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster
14:21:39 [2021-06-10T14:21:39.713Z] #5 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7
14:21:39 [2021-06-10T14:21:39.713Z] #5 DONE 0.7s
14:21:39 [2021-06-10T14:21:39.979Z] 
14:21:39 [2021-06-10T14:21:39.979Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
14:21:39 [2021-06-10T14:21:39.979Z] #6 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
14:21:39 [2021-06-10T14:21:39.979Z] #6 DONE 0.7s
14:21:39 [2021-06-10T14:21:39.979Z] 
14:21:39 [2021-06-10T14:21:39.979Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
14:21:39 [2021-06-10T14:21:39.979Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
14:21:39 [2021-06-10T14:21:39.979Z] #8 DONE 0.7s
14:21:39 [2021-06-10T14:21:39.979Z] 
14:21:39 [2021-06-10T14:21:39.979Z] #7 [internal] load metadata for docker.io/library/debian:buster
14:21:39 [2021-06-10T14:21:39.979Z] #7 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34
14:21:39 [2021-06-10T14:21:39.979Z] #7 DONE 0.7s
14:21:39 [2021-06-10T14:21:39.979Z] 
14:21:39 [2021-06-10T14:21:39.979Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
14:21:39 [2021-06-10T14:21:39.979Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
14:21:39 [2021-06-10T14:21:39.979Z] #9 DONE 0.0s
14:21:39 [2021-06-10T14:21:39.979Z] 
14:21:39 [2021-06-10T14:21:39.979Z] #23 [internal] load build context
14:21:39 [2021-06-10T14:21:39.979Z] #23 sha256:65e65a585524d2adb54d356b0c0c87f2f575498c42ba9f7bacd5ee38715357ad
14:21:39 [2021-06-10T14:21:39.979Z] #23 DONE 0.0s
14:21:39 [2021-06-10T14:21:39.979Z] 
14:21:39 [2021-06-10T14:21:39.979Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
14:21:39 [2021-06-10T14:21:39.979Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
14:21:39 [2021-06-10T14:21:39.979Z] #64 DONE 0.0s
14:21:39 [2021-06-10T14:21:39.979Z] 
14:21:39 [2021-06-10T14:21:39.979Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
14:21:39 [2021-06-10T14:21:39.979Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
14:21:39 [2021-06-10T14:21:39.979Z] #62 DONE 0.0s
14:21:39 [2021-06-10T14:21:39.979Z] 
14:21:39 [2021-06-10T14:21:39.979Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51
14:21:39 [2021-06-10T14:21:39.980Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b
14:21:39 [2021-06-10T14:21:39.980Z] #26 resolve docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 0.0s done
14:21:40 [2021-06-10T14:21:40.191Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.4s done
14:21:40 [2021-06-10T14:21:40.239Z] #26 sha256:4a7a1f4017349067a21bd2de060dcf8b41e49fabf61b0dc3cf86a87e1f6dba9d 1.46kB / 1.46kB done
14:21:40 [2021-06-10T14:21:40.239Z] #26 sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 1.85kB / 1.85kB done
14:21:40 [2021-06-10T14:21:40.239Z] #26 sha256:3e24baa60967d085b95a45129f82af4eb9d1e33aff9559173542ebb15c5d9cb5 529B / 529B done
14:21:40 [2021-06-10T14:21:40.239Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 0B / 50.43MB 0.2s
14:21:40 [2021-06-10T14:21:40.453Z] #4 DONE 1.4s
14:21:40 [2021-06-10T14:21:40.470Z] Client:
14:21:40 [2021-06-10T14:21:40.470Z]  Context:    default
14:21:40 [2021-06-10T14:21:40.470Z]  Debug Mode: false
14:21:40 [2021-06-10T14:21:40.470Z]  Plugins:
14:21:40 [2021-06-10T14:21:40.470Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
14:21:40 [2021-06-10T14:21:40.470Z]   buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
14:21:40 [2021-06-10T14:21:40.470Z]   scan: Docker Scan (Docker Inc., v0.7.0)
14:21:40 [2021-06-10T14:21:40.470Z] 
14:21:40 [2021-06-10T14:21:40.470Z] Server:
14:21:40 [2021-06-10T14:21:40.470Z]  Containers: 0
14:21:40 [2021-06-10T14:21:40.470Z]   Running: 0
14:21:40 [2021-06-10T14:21:40.470Z]   Paused: 0
14:21:40 [2021-06-10T14:21:40.470Z]   Stopped: 0
14:21:40 [2021-06-10T14:21:40.470Z]  Images: 0
14:21:40 [2021-06-10T14:21:40.470Z]  Server Version: 20.10.6
14:21:40 [2021-06-10T14:21:40.470Z]  Storage Driver: overlay2
14:21:40 [2021-06-10T14:21:40.470Z]   Backing Filesystem: extfs
14:21:40 [2021-06-10T14:21:40.470Z]   Supports d_type: true
14:21:40 [2021-06-10T14:21:40.470Z]   Native Overlay Diff: true
14:21:40 [2021-06-10T14:21:40.470Z]   userxattr: false
14:21:40 [2021-06-10T14:21:40.470Z]  Logging Driver: json-file
14:21:40 [2021-06-10T14:21:40.470Z]  Cgroup Driver: cgroupfs
14:21:40 [2021-06-10T14:21:40.470Z]  Cgroup Version: 1
14:21:40 [2021-06-10T14:21:40.470Z]  Plugins:
14:21:40 [2021-06-10T14:21:40.470Z]   Volume: local
14:21:40 [2021-06-10T14:21:40.470Z]   Network: bridge host ipvlan macvlan null overlay
14:21:40 [2021-06-10T14:21:40.470Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
14:21:40 [2021-06-10T14:21:40.470Z]  Swarm: inactive
14:21:40 [2021-06-10T14:21:40.470Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
14:21:40 [2021-06-10T14:21:40.470Z]  Default Runtime: runc
14:21:40 [2021-06-10T14:21:40.470Z]  Init Binary: docker-init
14:21:40 [2021-06-10T14:21:40.470Z]  containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d
14:21:40 [2021-06-10T14:21:40.470Z]  runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
14:21:40 [2021-06-10T14:21:40.470Z]  init version: de40ad0
14:21:40 [2021-06-10T14:21:40.470Z]  Security Options:
14:21:40 [2021-06-10T14:21:40.470Z]   apparmor
14:21:40 [2021-06-10T14:21:40.470Z]   seccomp
14:21:40 [2021-06-10T14:21:40.470Z]    Profile: default
14:21:40 [2021-06-10T14:21:40.470Z]  Kernel Version: 5.4.0-1048-aws
14:21:40 [2021-06-10T14:21:40.470Z]  Operating System: Ubuntu 18.04.5 LTS
14:21:40 [2021-06-10T14:21:40.470Z]  OSType: linux
14:21:40 [2021-06-10T14:21:40.470Z]  Architecture: x86_64
14:21:40 [2021-06-10T14:21:40.470Z]  CPUs: 2
14:21:40 [2021-06-10T14:21:40.470Z]  Total Memory: 7.569GiB
14:21:40 [2021-06-10T14:21:40.470Z]  Name: ip-10-100-118-0
14:21:40 [2021-06-10T14:21:40.470Z]  ID: KG52:ONVY:U5MS:VBR3:3V2I:UMRB:NEG5:YUDM:PLPH:2QKQ:N3BG:QG3A
14:21:40 [2021-06-10T14:21:40.470Z]  Docker Root Dir: /var/lib/docker
14:21:40 [2021-06-10T14:21:40.470Z]  Debug Mode: false
14:21:40 [2021-06-10T14:21:40.470Z]  Registry: https://index.docker.io/v1/
14:21:40 [2021-06-10T14:21:40.470Z]  Labels:
14:21:40 [2021-06-10T14:21:40.470Z]  Experimental: true
14:21:40 [2021-06-10T14:21:40.470Z]  Insecure Registries:
14:21:40 [2021-06-10T14:21:40.470Z]   127.0.0.0/8
14:21:40 [2021-06-10T14:21:40.470Z]  Live Restore Enabled: true
14:21:40 [2021-06-10T14:21:40.470Z] 
14:21:40 [2021-06-10T14:21:40.470Z] WARNING: No swap limit support
[Pipeline] sh
14:21:40 [2021-06-10T14:21:40.496Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 7.27MB / 50.43MB 0.4s
14:21:40 [2021-06-10T14:21:40.496Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 17.83MB / 50.43MB 0.6s
14:21:40 [2021-06-10T14:21:40.713Z] 
14:21:40 [2021-06-10T14:21:40.713Z] #8 [internal] load metadata for docker.io/library/golang:1.13.15-buster
14:21:40 [2021-06-10T14:21:40.713Z] #8 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7
14:21:40 [2021-06-10T14:21:40.754Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 28.31MB / 50.43MB 0.8s
14:21:40 [2021-06-10T14:21:40.767Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
14:21:40 [2021-06-10T14:21:40.767Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
14:21:40 [2021-06-10T14:21:40.767Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42507/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
14:21:40 [2021-06-10T14:21:40.767Z] + bash /home/ubuntu/workspace/moby_PR-42507/check-config.sh
14:21:40 [2021-06-10T14:21:40.767Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
14:21:40 [2021-06-10T14:21:40.767Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ...
14:21:40 [2021-06-10T14:21:40.767Z] 
14:21:40 [2021-06-10T14:21:40.767Z] Generally Necessary:
14:21:40 [2021-06-10T14:21:40.767Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
14:21:40 [2021-06-10T14:21:40.767Z] - apparmor: enabled and tools installed
14:21:40 [2021-06-10T14:21:40.767Z] - CONFIG_NAMESPACES: enabled
14:21:40 [2021-06-10T14:21:40.767Z] - CONFIG_NET_NS: enabled
14:21:40 [2021-06-10T14:21:40.767Z] - CONFIG_PID_NS: enabled
14:21:40 [2021-06-10T14:21:40.767Z] - CONFIG_IPC_NS: enabled
14:21:40 [2021-06-10T14:21:40.767Z] - CONFIG_UTS_NS: enabled
14:21:40 [2021-06-10T14:21:40.767Z] - CONFIG_CGROUPS: enabled
14:21:40 [2021-06-10T14:21:40.767Z] - CONFIG_CGROUP_CPUACCT: enabled
14:21:40 [2021-06-10T14:21:40.768Z] - CONFIG_CGROUP_DEVICE: enabled
14:21:40 [2021-06-10T14:21:40.768Z] - CONFIG_CGROUP_FREEZER: enabled
14:21:40 [2021-06-10T14:21:40.768Z] - CONFIG_CGROUP_SCHED: enabled
14:21:40 [2021-06-10T14:21:40.768Z] - CONFIG_CPUSETS: enabled
14:21:40 [2021-06-10T14:21:40.768Z] - CONFIG_MEMCG: enabled
14:21:40 [2021-06-10T14:21:40.768Z] - CONFIG_KEYS: enabled
14:21:40 [2021-06-10T14:21:40.768Z] - CONFIG_VETH: enabled (as module)
14:21:40 [2021-06-10T14:21:40.768Z] - CONFIG_BRIDGE: enabled (as module)
14:21:40 [2021-06-10T14:21:40.768Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
14:21:40 [2021-06-10T14:21:40.768Z] - CONFIG_NF_NAT_IPV4: missing
14:21:40 [2021-06-10T14:21:40.768Z] - CONFIG_IP_NF_FILTER: enabled (as module)
14:21:40 [2021-06-10T14:21:40.768Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
14:21:40 [2021-06-10T14:21:40.768Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
14:21:40 [2021-06-10T14:21:40.768Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
14:21:40 [2021-06-10T14:21:40.768Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
14:21:40 [2021-06-10T14:21:40.768Z] - CONFIG_IP_NF_NAT: enabled (as module)
14:21:41 [2021-06-10T14:21:41.012Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 34.60MB / 50.43MB 1.0s
14:21:41 [2021-06-10T14:21:41.029Z] - CONFIG_NF_NAT: enabled (as module)
14:21:41 [2021-06-10T14:21:41.029Z] - CONFIG_NF_NAT_NEEDED: missing
14:21:41 [2021-06-10T14:21:41.029Z] - CONFIG_POSIX_MQUEUE: enabled
14:21:41 [2021-06-10T14:21:41.029Z] 
14:21:41 [2021-06-10T14:21:41.029Z] Optional Features:
14:21:41 [2021-06-10T14:21:41.029Z] - CONFIG_USER_NS: enabled
14:21:41 [2021-06-10T14:21:41.029Z] - CONFIG_SECCOMP: enabled
14:21:41 [2021-06-10T14:21:41.029Z] - CONFIG_CGROUP_PIDS: enabled
14:21:41 [2021-06-10T14:21:41.029Z] - CONFIG_MEMCG_SWAP: enabled
14:21:41 [2021-06-10T14:21:41.029Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
14:21:41 [2021-06-10T14:21:41.029Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
14:21:41 [2021-06-10T14:21:41.029Z] - CONFIG_BLK_CGROUP: enabled
14:21:41 [2021-06-10T14:21:41.029Z] - CONFIG_BLK_DEV_THROTTLING: enabled
14:21:41 [2021-06-10T14:21:41.029Z] - CONFIG_IOSCHED_CFQ: missing
14:21:41 [2021-06-10T14:21:41.029Z] - CONFIG_CFQ_GROUP_IOSCHED: missing
14:21:41 [2021-06-10T14:21:41.029Z] - CONFIG_CGROUP_PERF: enabled
14:21:41 [2021-06-10T14:21:41.029Z] - CONFIG_CGROUP_HUGETLB: enabled
14:21:41 [2021-06-10T14:21:41.029Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
14:21:41 [2021-06-10T14:21:41.029Z] - CONFIG_CGROUP_NET_PRIO: enabled
14:21:41 [2021-06-10T14:21:41.029Z] - CONFIG_CFS_BANDWIDTH: enabled
14:21:41 [2021-06-10T14:21:41.029Z] - CONFIG_FAIR_GROUP_SCHED: enabled
14:21:41 [2021-06-10T14:21:41.029Z] - CONFIG_RT_GROUP_SCHED: missing
14:21:41 [2021-06-10T14:21:41.029Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
14:21:41 [2021-06-10T14:21:41.029Z] - CONFIG_IP_VS: enabled (as module)
14:21:41 [2021-06-10T14:21:41.029Z] - CONFIG_IP_VS_NFCT: enabled
14:21:41 [2021-06-10T14:21:41.029Z] - CONFIG_IP_VS_PROTO_TCP: enabled
14:21:41 [2021-06-10T14:21:41.029Z] - CONFIG_IP_VS_PROTO_UDP: enabled
14:21:41 [2021-06-10T14:21:41.029Z] - CONFIG_IP_VS_RR: enabled (as module)
14:21:41 [2021-06-10T14:21:41.029Z] - CONFIG_EXT4_FS: enabled
14:21:41 [2021-06-10T14:21:41.270Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 40.89MB / 50.43MB 1.3s
14:21:41 [2021-06-10T14:21:41.281Z] #8 DONE 0.5s
14:21:41 [2021-06-10T14:21:41.281Z] 
14:21:41 [2021-06-10T14:21:41.281Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
14:21:41 [2021-06-10T14:21:41.281Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
14:21:41 [2021-06-10T14:21:41.281Z] #7 DONE 0.5s
14:21:41 [2021-06-10T14:21:41.281Z] 
14:21:41 [2021-06-10T14:21:41.281Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
14:21:41 [2021-06-10T14:21:41.281Z] #6 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
14:21:41 [2021-06-10T14:21:41.281Z] #6 DONE 0.5s
14:21:41 [2021-06-10T14:21:41.281Z] 
14:21:41 [2021-06-10T14:21:41.281Z] #5 [internal] load metadata for docker.io/library/debian:buster
14:21:41 [2021-06-10T14:21:41.281Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34
14:21:41 [2021-06-10T14:21:41.281Z] #5 DONE 0.5s
14:21:41 [2021-06-10T14:21:41.290Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
14:21:41 [2021-06-10T14:21:41.290Z] - CONFIG_EXT4_FS_SECURITY: enabled
14:21:41 [2021-06-10T14:21:41.290Z] - Network Drivers:
14:21:41 [2021-06-10T14:21:41.291Z]   - "overlay":
14:21:41 [2021-06-10T14:21:41.291Z]     - CONFIG_VXLAN: enabled (as module)
14:21:41 [2021-06-10T14:21:41.291Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
14:21:41 [2021-06-10T14:21:41.291Z]       Optional (for encrypted networks):
14:21:41 [2021-06-10T14:21:41.291Z]       - CONFIG_CRYPTO: enabled
14:21:41 [2021-06-10T14:21:41.291Z]       - CONFIG_CRYPTO_AEAD: enabled
14:21:41 [2021-06-10T14:21:41.291Z]       - CONFIG_CRYPTO_GCM: enabled
14:21:41 [2021-06-10T14:21:41.291Z]       - CONFIG_CRYPTO_SEQIV: enabled
14:21:41 [2021-06-10T14:21:41.291Z]       - CONFIG_CRYPTO_GHASH: enabled
14:21:41 [2021-06-10T14:21:41.291Z]       - CONFIG_XFRM: enabled
14:21:41 [2021-06-10T14:21:41.291Z]       - CONFIG_XFRM_USER: enabled (as module)
14:21:41 [2021-06-10T14:21:41.291Z]       - CONFIG_XFRM_ALGO: enabled (as module)
14:21:41 [2021-06-10T14:21:41.291Z]       - CONFIG_INET_ESP: enabled (as module)
14:21:41 [2021-06-10T14:21:41.291Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: missing
14:21:41 [2021-06-10T14:21:41.291Z]   - "ipvlan":
14:21:41 [2021-06-10T14:21:41.291Z]     - CONFIG_IPVLAN: enabled (as module)
14:21:41 [2021-06-10T14:21:41.291Z]   - "macvlan":
14:21:41 [2021-06-10T14:21:41.291Z]     - CONFIG_MACVLAN: enabled (as module)
14:21:41 [2021-06-10T14:21:41.291Z]     - CONFIG_DUMMY: enabled (as module)
14:21:41 [2021-06-10T14:21:41.291Z]   - "ftp,tftp client in container":
14:21:41 [2021-06-10T14:21:41.531Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 47.25MB / 50.43MB 1.4s
14:21:41 [2021-06-10T14:21:41.531Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 50.43MB / 50.43MB 1.6s
14:21:41 [2021-06-10T14:21:41.551Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
14:21:41 [2021-06-10T14:21:41.551Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
14:21:41 [2021-06-10T14:21:41.551Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
14:21:41 [2021-06-10T14:21:41.551Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
14:21:41 [2021-06-10T14:21:41.551Z] - Storage Drivers:
14:21:41 [2021-06-10T14:21:41.551Z]   - "aufs":
14:21:41 [2021-06-10T14:21:41.551Z]     - CONFIG_AUFS_FS: enabled (as module)
14:21:41 [2021-06-10T14:21:41.551Z]   - "btrfs":
14:21:41 [2021-06-10T14:21:41.551Z]     - CONFIG_BTRFS_FS: enabled (as module)
14:21:41 [2021-06-10T14:21:41.551Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
14:21:41 [2021-06-10T14:21:41.551Z]   - "devicemapper":
14:21:41 [2021-06-10T14:21:41.551Z]     - CONFIG_BLK_DEV_DM: enabled
14:21:41 [2021-06-10T14:21:41.551Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
14:21:41 [2021-06-10T14:21:41.551Z]   - "overlay":
14:21:41 [2021-06-10T14:21:41.551Z]     - CONFIG_OVERLAY_FS: enabled (as module)
14:21:41 [2021-06-10T14:21:41.551Z]   - "zfs":
14:21:41 [2021-06-10T14:21:41.551Z]     - /dev/zfs: present
14:21:41 [2021-06-10T14:21:41.551Z]     - zfs command: missing
14:21:41 [2021-06-10T14:21:41.551Z]     - zpool command: missing
14:21:41 [2021-06-10T14:21:41.551Z] 
14:21:41 [2021-06-10T14:21:41.551Z] Limits:
14:21:41 [2021-06-10T14:21:41.551Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
14:21:41 [2021-06-10T14:21:41.551Z] 
14:21:41 [2021-06-10T14:21:41.551Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
14:21:41 [2021-06-10T14:21:41.881Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 .
14:21:42 [2021-06-10T14:21:42.099Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 50.43MB / 50.43MB 2.0s done
14:21:42 [2021-06-10T14:21:42.141Z] #1 [internal] load build definition from Dockerfile
14:21:42 [2021-06-10T14:21:42.141Z] #1 sha256:5fe6f3e90c797284466516a895b3eebe992c0e2356265ad5012ad2c07d06bcbd
14:21:42 [2021-06-10T14:21:42.141Z] #1 transferring dockerfile: 17.02kB done
14:21:42 [2021-06-10T14:21:42.141Z] #1 DONE 0.1s
14:21:42 [2021-06-10T14:21:42.141Z] 
14:21:42 [2021-06-10T14:21:42.141Z] #2 [internal] load .dockerignore
14:21:42 [2021-06-10T14:21:42.141Z] #2 sha256:48023a0d92263ade0071ba26625704220cb00914a444a53c05a685748c9aa074
14:21:42 [2021-06-10T14:21:42.141Z] #2 transferring context: 87B done
14:21:42 [2021-06-10T14:21:42.141Z] #2 DONE 0.1s
14:21:42 [2021-06-10T14:21:42.399Z] 
14:21:42 [2021-06-10T14:21:42.399Z] #3 resolve image config for docker.io/docker/dockerfile:1.2
14:21:42 [2021-06-10T14:21:42.399Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69
14:21:42 [2021-06-10T14:21:42.667Z] #26 extracting sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87
14:21:42 [2021-06-10T14:21:42.967Z] #3 DONE 0.6s
14:21:42 [2021-06-10T14:21:42.967Z] 
14:21:42 [2021-06-10T14:21:42.967Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc
14:21:42 [2021-06-10T14:21:42.967Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727
14:21:42 [2021-06-10T14:21:42.967Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done
14:21:42 [2021-06-10T14:21:42.967Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done
14:21:42 [2021-06-10T14:21:42.967Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s
14:21:42 [2021-06-10T14:21:42.967Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done
14:21:42 [2021-06-10T14:21:42.967Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done
14:21:43 [2021-06-10T14:21:43.533Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.5s done
14:21:43 [2021-06-10T14:21:43.533Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4
14:21:43 [2021-06-10T14:21:43.795Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.3s done
14:21:44 [2021-06-10T14:21:44.055Z] #4 DONE 1.1s
14:21:44 [2021-06-10T14:21:44.313Z] 
14:21:44 [2021-06-10T14:21:44.313Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster
14:21:44 [2021-06-10T14:21:44.313Z] #5 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7
14:21:44 [2021-06-10T14:21:44.577Z] 
14:21:44 [2021-06-10T14:21:44.577Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51
14:21:44 [2021-06-10T14:21:44.577Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b
14:21:44 [2021-06-10T14:21:44.577Z] #26 DONE 0.0s
14:21:44 [2021-06-10T14:21:44.577Z] 
14:21:44 [2021-06-10T14:21:44.577Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
14:21:44 [2021-06-10T14:21:44.577Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
14:21:44 [2021-06-10T14:21:44.577Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
14:21:44 [2021-06-10T14:21:44.577Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.1s done
14:21:44 [2021-06-10T14:21:44.577Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
14:21:44 [2021-06-10T14:21:44.577Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done
14:21:44 [2021-06-10T14:21:44.577Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done
14:21:44 [2021-06-10T14:21:44.852Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 0B / 50.40MB 0.4s
14:21:44 [2021-06-10T14:21:44.852Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 4.19MB / 50.40MB 0.5s
14:21:45 [2021-06-10T14:21:45.116Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0B / 7.81MB 0.6s
14:21:45 [2021-06-10T14:21:45.116Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 8.39MB / 50.40MB 0.7s
14:21:45 [2021-06-10T14:21:45.116Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 2.88MB / 7.81MB 0.7s
14:21:45 [2021-06-10T14:21:45.116Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 13.63MB / 50.40MB 0.9s
14:21:45 [2021-06-10T14:21:45.116Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.77MB / 7.81MB 0.9s
14:21:45 [2021-06-10T14:21:45.247Z] #5 ...
14:21:45 [2021-06-10T14:21:45.247Z] 
14:21:45 [2021-06-10T14:21:45.247Z] #8 [internal] load metadata for docker.io/library/debian:buster
14:21:45 [2021-06-10T14:21:45.247Z] #8 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34
14:21:45 [2021-06-10T14:21:45.247Z] #8 DONE 0.9s
14:21:45 [2021-06-10T14:21:45.247Z] 
14:21:45 [2021-06-10T14:21:45.247Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
14:21:45 [2021-06-10T14:21:45.247Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
14:21:45 [2021-06-10T14:21:45.247Z] #7 DONE 0.9s
14:21:45 [2021-06-10T14:21:45.247Z] 
14:21:45 [2021-06-10T14:21:45.247Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster
14:21:45 [2021-06-10T14:21:45.247Z] #5 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7
14:21:45 [2021-06-10T14:21:45.247Z] #5 DONE 0.9s
14:21:45 [2021-06-10T14:21:45.247Z] 
14:21:45 [2021-06-10T14:21:45.247Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
14:21:45 [2021-06-10T14:21:45.247Z] #6 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
14:21:45 [2021-06-10T14:21:45.247Z] #6 DONE 0.9s
14:21:45 [2021-06-10T14:21:45.378Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 18.87MB / 50.40MB 1.0s
14:21:45 [2021-06-10T14:21:45.638Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 27.26MB / 50.40MB 1.2s
14:21:45 [2021-06-10T14:21:45.638Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 1.0s done
14:21:45 [2021-06-10T14:21:45.638Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 3.15MB / 10.00MB 1.2s
14:21:45 [2021-06-10T14:21:45.638Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 5.24MB / 10.00MB 1.3s
14:21:45 [2021-06-10T14:21:45.899Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 31.46MB / 50.40MB 1.4s
14:21:45 [2021-06-10T14:21:45.899Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 9.44MB / 10.00MB 1.4s
14:21:45 [2021-06-10T14:21:45.899Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 34.60MB / 50.40MB 1.5s
14:21:45 [2021-06-10T14:21:45.899Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.5s
14:21:45 [2021-06-10T14:21:45.899Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 41.94MB / 50.40MB 1.7s
14:21:45 [2021-06-10T14:21:45.899Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.6s done
14:21:45 [2021-06-10T14:21:45.899Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 0B / 51.83MB 1.7s
14:21:45 [2021-06-10T14:21:45.951Z] #26 ...
14:21:45 [2021-06-10T14:21:45.951Z] 
14:21:45 [2021-06-10T14:21:45.951Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
14:21:45 [2021-06-10T14:21:45.951Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
14:21:45 [2021-06-10T14:21:45.951Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.1s done
14:21:45 [2021-06-10T14:21:45.951Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done
14:21:45 [2021-06-10T14:21:45.951Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done
14:21:45 [2021-06-10T14:21:45.951Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
14:21:45 [2021-06-10T14:21:45.951Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.7s done
14:21:45 [2021-06-10T14:21:45.951Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 1.3s done
14:21:45 [2021-06-10T14:21:45.951Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 2.0s done
14:21:45 [2021-06-10T14:21:45.951Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 4.9s done
14:21:45 [2021-06-10T14:21:45.951Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 5.5s done
14:21:45 [2021-06-10T14:21:45.951Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 101.23MB / 120.17MB 5.5s
14:21:45 [2021-06-10T14:21:45.951Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 2.2s
14:21:45 [2021-06-10T14:21:45.951Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 5.5s done
14:21:45 [2021-06-10T14:21:45.951Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 115.34MB / 120.17MB 5.7s
14:21:45 [2021-06-10T14:21:45.951Z] #9 ...
14:21:45 [2021-06-10T14:21:45.951Z] 
14:21:45 [2021-06-10T14:21:45.951Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
14:21:45 [2021-06-10T14:21:45.951Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
14:21:45 [2021-06-10T14:21:45.951Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
14:21:45 [2021-06-10T14:21:45.951Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
14:21:45 [2021-06-10T14:21:45.951Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
14:21:45 [2021-06-10T14:21:45.951Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
14:21:45 [2021-06-10T14:21:45.951Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.4s done
14:21:45 [2021-06-10T14:21:45.951Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 4.8s done
14:21:45 [2021-06-10T14:21:45.951Z] #62 DONE 5.9s
14:21:45 [2021-06-10T14:21:45.951Z] 
14:21:45 [2021-06-10T14:21:45.951Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
14:21:45 [2021-06-10T14:21:45.951Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
14:21:45 [2021-06-10T14:21:45.951Z] #9 ...
14:21:45 [2021-06-10T14:21:45.951Z] 
14:21:45 [2021-06-10T14:21:45.951Z] #23 [internal] load build context
14:21:45 [2021-06-10T14:21:45.951Z] #23 sha256:65e65a585524d2adb54d356b0c0c87f2f575498c42ba9f7bacd5ee38715357ad
14:21:45 [2021-06-10T14:21:45.951Z] #23 transferring context: 35.06MB 6.0s
14:21:46 [2021-06-10T14:21:46.213Z] #23 ...
14:21:46 [2021-06-10T14:21:46.213Z] 
14:21:46 [2021-06-10T14:21:46.213Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
14:21:46 [2021-06-10T14:21:46.213Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
14:21:46 [2021-06-10T14:21:46.472Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 49.28MB / 50.40MB 2.1s
14:21:46 [2021-06-10T14:21:46.472Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 6.29MB / 51.83MB 2.1s
14:21:46 [2021-06-10T14:21:46.732Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 13.63MB / 51.83MB 2.3s
14:21:46 [2021-06-10T14:21:46.732Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 16.78MB / 51.83MB 2.4s
14:21:46 [2021-06-10T14:21:46.993Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.6s done
14:21:46 [2021-06-10T14:21:46.993Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 19.92MB / 51.83MB 2.7s
14:21:46 [2021-06-10T14:21:46.993Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0B / 68.67MB 2.7s
14:21:47 [2021-06-10T14:21:47.144Z] #9 ...
14:21:47 [2021-06-10T14:21:47.144Z] 
14:21:47 [2021-06-10T14:21:47.144Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
14:21:47 [2021-06-10T14:21:47.144Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
14:21:47 [2021-06-10T14:21:47.144Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
14:21:47 [2021-06-10T14:21:47.144Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
14:21:47 [2021-06-10T14:21:47.144Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
14:21:47 [2021-06-10T14:21:47.144Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
14:21:47 [2021-06-10T14:21:47.144Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.6s done
14:21:47 [2021-06-10T14:21:47.144Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 5.4s done
14:21:47 [2021-06-10T14:21:47.144Z] #64 DONE 7.0s
14:21:47 [2021-06-10T14:21:47.144Z] 
14:21:47 [2021-06-10T14:21:47.144Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
14:21:47 [2021-06-10T14:21:47.144Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
14:21:47 [2021-06-10T14:21:47.144Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 6.8s done
14:21:47 [2021-06-10T14:21:47.257Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 24.09MB / 51.83MB 2.9s
14:21:47 [2021-06-10T14:21:47.257Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 6.29MB / 68.67MB 2.9s
14:21:47 [2021-06-10T14:21:47.257Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 0B / 120.17MB 2.9s
14:21:47 [2021-06-10T14:21:47.517Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 11.53MB / 68.67MB 3.1s
14:21:47 [2021-06-10T14:21:47.777Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 27.56MB / 51.83MB 3.3s
14:21:47 [2021-06-10T14:21:47.777Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 6.93MB / 120.17MB 3.3s
14:21:47 [2021-06-10T14:21:47.777Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7
14:21:47 [2021-06-10T14:21:47.777Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 16.92MB / 68.67MB 3.4s
14:21:48 [2021-06-10T14:21:48.036Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 32.51MB / 51.83MB 3.7s
14:21:48 [2021-06-10T14:21:48.036Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 21.11MB / 68.67MB 3.7s
14:21:48 [2021-06-10T14:21:48.036Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 14.68MB / 120.17MB 3.7s
14:21:48 [2021-06-10T14:21:48.036Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 35.23MB / 51.83MB 3.8s
14:21:48 [2021-06-10T14:21:48.076Z] #9 ...
14:21:48 [2021-06-10T14:21:48.076Z] 
14:21:48 [2021-06-10T14:21:48.076Z] #23 [internal] load build context
14:21:48 [2021-06-10T14:21:48.076Z] #23 sha256:65e65a585524d2adb54d356b0c0c87f2f575498c42ba9f7bacd5ee38715357ad
14:21:48 [2021-06-10T14:21:48.076Z] #23 transferring context: 53.39MB 7.5s done
14:21:48 [2021-06-10T14:21:48.076Z] #23 DONE 8.0s
14:21:48 [2021-06-10T14:21:48.076Z] 
14:21:48 [2021-06-10T14:21:48.076Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
14:21:48 [2021-06-10T14:21:48.076Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
14:21:48 [2021-06-10T14:21:48.297Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 24.60MB / 68.67MB 3.9s
14:21:48 [2021-06-10T14:21:48.297Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 22.02MB / 120.17MB 4.0s
14:21:48 [2021-06-10T14:21:48.385Z] Fetching without tags
14:21:48 [2021-06-10T14:21:48.546Z] 
14:21:48 [2021-06-10T14:21:48.546Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
14:21:48 [2021-06-10T14:21:48.546Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
14:21:48 [2021-06-10T14:21:48.546Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
14:21:48 [2021-06-10T14:21:48.546Z] #64 DONE 0.1s
14:21:48 [2021-06-10T14:21:48.546Z] 
14:21:48 [2021-06-10T14:21:48.546Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
14:21:48 [2021-06-10T14:21:48.546Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
14:21:48 [2021-06-10T14:21:48.546Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.1s done
14:21:48 [2021-06-10T14:21:48.546Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done
14:21:48 [2021-06-10T14:21:48.546Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
14:21:48 [2021-06-10T14:21:48.546Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done
14:21:48 [2021-06-10T14:21:48.546Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0B / 7.81MB 0.1s
14:21:48 [2021-06-10T14:21:48.546Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 0B / 50.40MB 0.1s
14:21:48 [2021-06-10T14:21:48.546Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0B / 10.00MB 0.1s
14:21:48 [2021-06-10T14:21:48.546Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 4.19MB / 7.81MB 0.2s
14:21:48 [2021-06-10T14:21:48.546Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 2.10MB / 10.00MB 0.2s
14:21:48 [2021-06-10T14:21:48.546Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.4s
14:21:48 [2021-06-10T14:21:48.546Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 6.29MB / 50.40MB 0.4s
14:21:48 [2021-06-10T14:21:48.546Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 7.34MB / 10.00MB 0.4s
14:21:48 [2021-06-10T14:21:48.559Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 38.80MB / 51.83MB 4.1s
14:21:48 [2021-06-10T14:21:48.559Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 30.41MB / 68.67MB 4.3s
14:21:48 [2021-06-10T14:21:48.719Z] Merging remotes/origin/20.10 commit b0f5bc36fea9dfb9672e1e9b1278ebab797b9ee0 into PR head commit 523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48
14:21:48 [2021-06-10T14:21:48.813Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.4s done
14:21:48 [2021-06-10T14:21:48.813Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 9.30MB / 50.40MB 0.4s
14:21:48 [2021-06-10T14:21:48.813Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.4s
14:21:48 [2021-06-10T14:21:48.813Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 0B / 51.83MB 0.4s
14:21:48 [2021-06-10T14:21:48.813Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 18.87MB / 50.40MB 0.7s
14:21:48 [2021-06-10T14:21:48.813Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.6s done
14:21:48 [2021-06-10T14:21:48.813Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 7.34MB / 51.83MB 0.7s
14:21:48 [2021-06-10T14:21:48.813Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0B / 68.67MB 0.7s
14:21:48 [2021-06-10T14:21:48.819Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 44.04MB / 51.83MB 4.5s
14:21:48 [2021-06-10T14:21:48.819Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 34.60MB / 68.67MB 4.5s
14:21:48 [2021-06-10T14:21:48.819Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 30.41MB / 120.17MB 4.5s
14:21:49 [2021-06-10T14:21:49.082Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 32.58MB / 50.40MB 1.0s
14:21:49 [2021-06-10T14:21:49.082Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 20.97MB / 51.83MB 1.0s
14:21:49 [2021-06-10T14:21:49.082Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 11.53MB / 68.67MB 1.0s
14:21:49 [2021-06-10T14:21:49.352Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 36.70MB / 50.40MB 1.1s
14:21:49 [2021-06-10T14:21:49.352Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 25.17MB / 51.83MB 1.1s
14:21:49 [2021-06-10T14:21:49.352Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 39.44MB / 50.40MB 1.2s
14:21:49 [2021-06-10T14:21:49.352Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 28.31MB / 51.83MB 1.2s
14:21:49 [2021-06-10T14:21:49.352Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 17.02MB / 68.67MB 1.2s
14:21:49 [2021-06-10T14:21:49.389Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 38.31MB / 68.67MB 4.8s
14:21:49 [2021-06-10T14:21:49.389Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 5.0s
14:21:49 [2021-06-10T14:21:49.389Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 42.99MB / 68.67MB 5.0s
14:21:49 [2021-06-10T14:21:49.389Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 39.85MB / 120.17MB 5.0s
14:21:49 [2021-06-10T14:21:49.581Z] Merge succeeded, producing 523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48
14:21:49 [2021-06-10T14:21:49.581Z] Checking out Revision 523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 (PR-42507)
14:21:49 [2021-06-10T14:21:49.617Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 45.09MB / 50.40MB 1.4s
14:21:49 [2021-06-10T14:21:49.617Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 33.08MB / 51.83MB 1.4s
14:21:49 [2021-06-10T14:21:49.617Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 22.02MB / 68.67MB 1.4s
14:21:49 [2021-06-10T14:21:49.617Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 49.63MB / 50.40MB 1.4s
14:21:49 [2021-06-10T14:21:49.617Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 26.21MB / 68.67MB 1.4s
14:21:49 [2021-06-10T14:21:49.649Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 46.50MB / 68.67MB 5.1s
14:21:49 [2021-06-10T14:21:49.649Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 51.38MB / 68.67MB 5.3s
14:21:49 [2021-06-10T14:21:49.649Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 49.28MB / 120.17MB 5.3s
14:21:49 [2021-06-10T14:21:49.649Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 5.4s done
14:21:49 [2021-06-10T14:21:49.886Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 40.89MB / 51.83MB 1.6s
14:21:49 [2021-06-10T14:21:49.886Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 1.7s
14:21:49 [2021-06-10T14:21:49.886Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 40.89MB / 68.67MB 1.7s
14:21:49 [2021-06-10T14:21:49.909Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 55.57MB / 68.67MB 5.5s
14:21:49 [2021-06-10T14:21:49.909Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 5.6s
14:21:50 [2021-06-10T14:21:50.152Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 47.19MB / 68.67MB 1.9s
14:21:50 [2021-06-10T14:21:50.152Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 52.43MB / 68.67MB 1.9s
14:21:50 [2021-06-10T14:21:50.152Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.0s done
14:21:50 [2021-06-10T14:21:50.173Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 63.96MB / 68.67MB 5.8s
14:21:50 [2021-06-10T14:21:50.173Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 58.72MB / 120.17MB 5.8s
14:21:50 [2021-06-10T14:21:50.173Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 5.6s done
14:21:48 [2021-06-10T14:21:48.311Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:21:48 [2021-06-10T14:21:48.328Z]  > git config --add remote.origin.fetch +refs/pull/42507/head:refs/remotes/origin/PR-42507 # timeout=10
14:21:48 [2021-06-10T14:21:48.346Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
14:21:48 [2021-06-10T14:21:48.366Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:21:48 [2021-06-10T14:21:48.389Z] Fetching upstream changes from https://github.com/moby/moby.git
14:21:48 [2021-06-10T14:21:48.389Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:21:48 [2021-06-10T14:21:48.390Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42507/head:refs/remotes/origin/PR-42507 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
14:21:48 [2021-06-10T14:21:48.726Z]  > git config core.sparsecheckout # timeout=10
14:21:48 [2021-06-10T14:21:48.743Z]  > git checkout -f 523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 # timeout=10
14:21:49 [2021-06-10T14:21:49.496Z]  > git remote # timeout=10
14:21:49 [2021-06-10T14:21:49.528Z]  > git config --get remote.origin.url # timeout=10
14:21:49 [2021-06-10T14:21:49.540Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:21:49 [2021-06-10T14:21:49.541Z]  > git merge b0f5bc36fea9dfb9672e1e9b1278ebab797b9ee0 # timeout=10
14:21:49 [2021-06-10T14:21:49.557Z]  > git rev-parse HEAD^{commit} # timeout=10
14:21:49 [2021-06-10T14:21:49.584Z]  > git config core.sparsecheckout # timeout=10
14:21:49 [2021-06-10T14:21:49.605Z]  > git checkout -f 523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 # timeout=10
14:21:50 [2021-06-10T14:21:50.414Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 60.82MB / 68.67MB 2.2s
14:21:50 [2021-06-10T14:21:50.435Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 6.0s
14:21:50 [2021-06-10T14:21:50.435Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 70.25MB / 120.17MB 6.1s
14:21:50 [2021-06-10T14:21:50.615Z] #9 ...
14:21:50 [2021-06-10T14:21:50.615Z] 
14:21:50 [2021-06-10T14:21:50.615Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
14:21:50 [2021-06-10T14:21:50.615Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
14:21:50 [2021-06-10T14:21:50.615Z] #63 DONE 0.7s
14:21:50 [2021-06-10T14:21:50.615Z] 
14:21:50 [2021-06-10T14:21:50.615Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51
14:21:50 [2021-06-10T14:21:50.615Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b
14:21:50 [2021-06-10T14:21:50.615Z] #26 extracting sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 7.7s done
14:21:50 [2021-06-10T14:21:50.674Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.4s done
14:21:50 [2021-06-10T14:21:50.674Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 66.06MB / 68.67MB 2.4s
14:21:50 [2021-06-10T14:21:50.674Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 0.1s
14:21:50 [2021-06-10T14:21:50.674Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 2.5s
14:21:50 [2021-06-10T14:21:50.674Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 0B / 120.17MB 2.5s
14:21:50 [2021-06-10T14:21:50.722Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 76.55MB / 120.17MB 6.2s
14:21:50 [2021-06-10T14:21:50.934Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 6.29MB / 120.17MB 2.7s
14:21:50 [2021-06-10T14:21:50.982Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 93.32MB / 120.17MB 6.5s
14:21:50 [2021-06-10T14:21:50.982Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 99.61MB / 120.17MB 6.6s
14:21:51 [2021-06-10T14:21:51.179Z] #26 DONE 11.1s
14:21:51 [2021-06-10T14:21:51.179Z] 
14:21:51 [2021-06-10T14:21:51.179Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
14:21:51 [2021-06-10T14:21:51.179Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
14:21:51 [2021-06-10T14:21:51.179Z] #65 DONE 0.8s
14:21:51 [2021-06-10T14:21:51.179Z] 
14:21:51 [2021-06-10T14:21:51.179Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
14:21:51 [2021-06-10T14:21:51.179Z] #27 sha256:39f7219a138fd291fe8dabdc41ab50d922be795eaaa2ec38f63f788b4d15142f
14:21:51 [2021-06-10T14:21:51.193Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 15.73MB / 120.17MB 3.0s
14:21:51 [2021-06-10T14:21:51.243Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 6.8s done
14:21:51 [2021-06-10T14:21:51.243Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 116.39MB / 120.17MB 6.9s
14:21:51 [2021-06-10T14:21:51.455Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 3.1s done
14:21:51 [2021-06-10T14:21:51.455Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 3.1s done
14:21:51 [2021-06-10T14:21:51.455Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 25.17MB / 120.17MB 3.2s
14:21:51 [2021-06-10T14:21:51.716Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 36.70MB / 120.17MB 3.5s
14:21:51 [2021-06-10T14:21:51.977Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 45.09MB / 120.17MB 3.7s
14:21:51 [2021-06-10T14:21:51.977Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 51.38MB / 120.17MB 3.9s
14:21:52 [2021-06-10T14:21:52.553Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 61.08MB / 120.17MB 4.3s
14:21:52 [2021-06-10T14:21:52.555Z] #27 1.274 Get:1 http://deb.debian.org/debian buster InRelease [121 kB]
14:21:52 [2021-06-10T14:21:52.555Z] #27 1.278 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
14:21:52 [2021-06-10T14:21:52.556Z] #27 1.284 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
14:21:52 [2021-06-10T14:21:52.556Z] #27 1.475 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
14:21:52 [2021-06-10T14:21:52.622Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.0s
14:21:52 [2021-06-10T14:21:52.815Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 67.74MB / 120.17MB 4.6s
14:21:52 [2021-06-10T14:21:52.816Z] #27 1.731 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
14:21:53 [2021-06-10T14:21:53.380Z] #27 2.203 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [292 kB]
14:21:53 [2021-06-10T14:21:53.391Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 75.98MB / 120.17MB 5.0s
14:21:53 [2021-06-10T14:21:53.391Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 84.93MB / 120.17MB 5.3s
14:21:53 [2021-06-10T14:21:53.563Z] #9 ...
14:21:53 [2021-06-10T14:21:53.563Z] 
14:21:53 [2021-06-10T14:21:53.563Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
14:21:53 [2021-06-10T14:21:53.563Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
14:21:53 [2021-06-10T14:21:53.563Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
14:21:53 [2021-06-10T14:21:53.563Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
14:21:53 [2021-06-10T14:21:53.563Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
14:21:53 [2021-06-10T14:21:53.563Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
14:21:53 [2021-06-10T14:21:53.563Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.4s done
14:21:53 [2021-06-10T14:21:53.563Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 5.5s done
14:21:53 [2021-06-10T14:21:53.563Z] #62 DONE 9.2s
14:21:53 [2021-06-10T14:21:53.563Z] 
14:21:53 [2021-06-10T14:21:53.563Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
14:21:53 [2021-06-10T14:21:53.563Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
14:21:53 [2021-06-10T14:21:53.563Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 8.9s done
14:21:53 [2021-06-10T14:21:53.563Z] #9 ...
14:21:53 [2021-06-10T14:21:53.563Z] 
14:21:53 [2021-06-10T14:21:53.563Z] #23 [internal] load build context
14:21:53 [2021-06-10T14:21:53.563Z] #23 sha256:8d1341d6080428c5dc9dc86a254623ec3ba4254383d418a075da9a9b30d3f153
14:21:53 [2021-06-10T14:21:53.563Z] #23 transferring context: 53.39MB 7.7s done
14:21:53 [2021-06-10T14:21:53.563Z] #23 ...
14:21:53 [2021-06-10T14:21:53.563Z] 
14:21:53 [2021-06-10T14:21:53.563Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
14:21:53 [2021-06-10T14:21:53.563Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
14:21:53 [2021-06-10T14:21:53.563Z] #9 ...
14:21:53 [2021-06-10T14:21:53.563Z] 
14:21:53 [2021-06-10T14:21:53.563Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
14:21:53 [2021-06-10T14:21:53.563Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
14:21:53 [2021-06-10T14:21:53.563Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
14:21:53 [2021-06-10T14:21:53.563Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
14:21:53 [2021-06-10T14:21:53.563Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
14:21:53 [2021-06-10T14:21:53.563Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
14:21:53 [2021-06-10T14:21:53.563Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.6s done
14:21:53 [2021-06-10T14:21:53.563Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 6.0s done
14:21:53 [2021-06-10T14:21:53.563Z] #64 DONE 9.3s
14:21:53 [2021-06-10T14:21:53.563Z] 
14:21:53 [2021-06-10T14:21:53.563Z] #23 [internal] load build context
14:21:53 [2021-06-10T14:21:53.563Z] #23 sha256:8d1341d6080428c5dc9dc86a254623ec3ba4254383d418a075da9a9b30d3f153
14:21:53 [2021-06-10T14:21:53.563Z] #23 DONE 9.4s
14:21:53 [2021-06-10T14:21:53.667Z] Commit message: "Jenkinsfile: skip ppc64le and s390x by default on pull requests"
14:21:53 [2021-06-10T14:21:53.825Z] 
14:21:53 [2021-06-10T14:21:53.825Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
14:21:53 [2021-06-10T14:21:53.825Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
14:21:53 [2021-06-10T14:21:53.964Z] #9 ...
14:21:53 [2021-06-10T14:21:53.964Z] 
14:21:53 [2021-06-10T14:21:53.964Z] #23 [internal] load build context
14:21:53 [2021-06-10T14:21:53.964Z] #23 sha256:e46963095b22fccf21e90475b2bffbe40d4c8da7496cc1e24f9c6ae0f7e241bb
14:21:53 [2021-06-10T14:21:53.964Z] #23 transferring context: 53.39MB 5.6s done
14:21:53 [2021-06-10T14:21:53.964Z] #23 DONE 5.8s
14:21:53 [2021-06-10T14:21:53.964Z] 
14:21:53 [2021-06-10T14:21:53.964Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
14:21:53 [2021-06-10T14:21:53.964Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
14:21:53 [2021-06-10T14:21:53.964Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
14:21:53 [2021-06-10T14:21:53.964Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
14:21:53 [2021-06-10T14:21:53.964Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
14:21:53 [2021-06-10T14:21:53.964Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
14:21:53 [2021-06-10T14:21:53.964Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 3.8s done
14:21:53 [2021-06-10T14:21:53.964Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.7s
14:21:53 [2021-06-10T14:21:53.964Z] #62 ...
14:21:53 [2021-06-10T14:21:53.964Z] 
14:21:53 [2021-06-10T14:21:53.964Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
14:21:53 [2021-06-10T14:21:53.964Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
14:21:53 [2021-06-10T14:21:53.964Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 95.42MB / 120.17MB 5.8s
14:21:54 [2021-06-10T14:21:54.089Z] #9 ...
14:21:54 [2021-06-10T14:21:54.089Z] 
14:21:54 [2021-06-10T14:21:54.089Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51
14:21:54 [2021-06-10T14:21:54.089Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b
14:21:54 [2021-06-10T14:21:54.089Z] #26 resolve docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 0.1s done
14:21:54 [2021-06-10T14:21:54.089Z] #26 sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 1.85kB / 1.85kB done
14:21:54 [2021-06-10T14:21:54.089Z] #26 sha256:3e24baa60967d085b95a45129f82af4eb9d1e33aff9559173542ebb15c5d9cb5 529B / 529B done
14:21:54 [2021-06-10T14:21:54.089Z] #26 sha256:4a7a1f4017349067a21bd2de060dcf8b41e49fabf61b0dc3cf86a87e1f6dba9d 1.46kB / 1.46kB done
14:21:54 [2021-06-10T14:21:54.089Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 50.43MB / 50.43MB 2.2s done
14:21:54 [2021-06-10T14:21:54.089Z] #26 extracting sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 6.9s
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
14:21:54 [2021-06-10T14:21:54.236Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 102.68MB / 120.17MB 6.0s
14:21:54 [2021-06-10T14:21:54.349Z] #26 ...
14:21:54 [2021-06-10T14:21:54.349Z] 
14:21:54 [2021-06-10T14:21:54.349Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
14:21:54 [2021-06-10T14:21:54.349Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
14:21:54 [2021-06-10T14:21:54.752Z] #27 3.562 Fetched 8448 kB in 3s (3323 kB/s)
14:21:54 [2021-06-10T14:21:54.765Z] + docker version
14:21:54 [2021-06-10T14:21:54.806Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 111.15MB / 120.17MB 6.5s
14:21:54 [2021-06-10T14:21:54.922Z] #9 ...
14:21:54 [2021-06-10T14:21:54.922Z] 
14:21:54 [2021-06-10T14:21:54.922Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
14:21:54 [2021-06-10T14:21:54.922Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
14:21:54 [2021-06-10T14:21:54.922Z] #63 DONE 0.9s
14:21:55 [2021-06-10T14:21:55.065Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 118.49MB / 120.17MB 7.0s
14:21:55 [2021-06-10T14:21:55.182Z] 
14:21:55 [2021-06-10T14:21:55.182Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51
14:21:55 [2021-06-10T14:21:55.182Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b
14:21:55 [2021-06-10T14:21:55.317Z] #27 3.562 Reading package lists...
14:21:55 [2021-06-10T14:21:55.443Z] #26 extracting sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 8.2s done
14:21:56 [2021-06-10T14:21:56.001Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.2s
14:21:56 [2021-06-10T14:21:56.012Z] #26 ...
14:21:56 [2021-06-10T14:21:56.012Z] 
14:21:56 [2021-06-10T14:21:56.012Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
14:21:56 [2021-06-10T14:21:56.012Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
14:21:56 [2021-06-10T14:21:56.012Z] #65 DONE 1.1s
14:21:56 [2021-06-10T14:21:56.012Z] 
14:21:56 [2021-06-10T14:21:56.012Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51
14:21:56 [2021-06-10T14:21:56.012Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b
14:21:56 [2021-06-10T14:21:56.012Z] #26 DONE 11.8s
14:21:56 [2021-06-10T14:21:56.012Z] 
14:21:56 [2021-06-10T14:21:56.012Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
14:21:56 [2021-06-10T14:21:56.012Z] #27 sha256:39f7219a138fd291fe8dabdc41ab50d922be795eaaa2ec38f63f788b4d15142f
14:21:56 [2021-06-10T14:21:56.252Z] #27 4.438 Reading package lists...
14:21:56 [2021-06-10T14:21:56.510Z] #27 5.339 Building dependency tree...
14:21:56 [2021-06-10T14:21:56.568Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 8.2s done
14:21:56 [2021-06-10T14:21:56.568Z] #9 ...
14:21:56 [2021-06-10T14:21:56.568Z] 
14:21:56 [2021-06-10T14:21:56.568Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
14:21:56 [2021-06-10T14:21:56.568Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
14:21:56 [2021-06-10T14:21:56.568Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.5s done
14:21:56 [2021-06-10T14:21:56.568Z] #62 DONE 8.5s
14:21:56 [2021-06-10T14:21:56.568Z] 
14:21:56 [2021-06-10T14:21:56.568Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
14:21:56 [2021-06-10T14:21:56.568Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
14:21:56 [2021-06-10T14:21:56.568Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
14:21:56 [2021-06-10T14:21:56.568Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
14:21:56 [2021-06-10T14:21:56.568Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 4.0s done
14:21:56 [2021-06-10T14:21:56.568Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.5s done
14:21:56 [2021-06-10T14:21:56.568Z] #64 DONE 8.6s
14:21:56 [2021-06-10T14:21:56.568Z] 
14:21:56 [2021-06-10T14:21:56.568Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
14:21:56 [2021-06-10T14:21:56.568Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
14:21:56 [2021-06-10T14:21:56.767Z] #27 5.678 The following additional packages will be installed:
14:21:56 [2021-06-10T14:21:56.767Z] #27 5.678   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
14:21:56 [2021-06-10T14:21:56.767Z] #27 5.678   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
14:21:56 [2021-06-10T14:21:56.767Z] #27 5.678   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
14:21:56 [2021-06-10T14:21:56.767Z] #27 5.678 Suggested packages:
14:21:56 [2021-06-10T14:21:56.767Z] #27 5.678   krb5-doc krb5-user
14:21:56 [2021-06-10T14:21:56.767Z] #27 5.678 Recommended packages:
14:21:56 [2021-06-10T14:21:56.767Z] #27 5.678   krb5-locales publicsuffix libsasl2-modules
14:21:57 [2021-06-10T14:21:57.023Z] #27 5.903 The following NEW packages will be installed:
14:21:57 [2021-06-10T14:21:57.023Z] #27 5.904   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
14:21:57 [2021-06-10T14:21:57.023Z] #27 5.904   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
14:21:57 [2021-06-10T14:21:57.023Z] #27 5.905   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
14:21:57 [2021-06-10T14:21:57.023Z] #27 5.906   libssh2-1 libssl1.1 openssl
14:21:57 [2021-06-10T14:21:57.281Z] #27 6.194 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded.
14:21:57 [2021-06-10T14:21:57.281Z] #27 6.194 Need to get 5059 kB of archives.
14:21:57 [2021-06-10T14:21:57.281Z] #27 6.194 After this operation, 12.1 MB of additional disk space will be used.
14:21:57 [2021-06-10T14:21:57.281Z] #27 6.194 Get:1 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB]
14:21:57 [2021-06-10T14:21:57.281Z] #27 6.194 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB]
14:21:57 [2021-06-10T14:21:57.281Z] #27 6.211 Get:3 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
14:21:57 [2021-06-10T14:21:57.281Z] #27 6.211 Get:4 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB]
14:21:57 [2021-06-10T14:21:57.281Z] #27 6.211 Get:5 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB]
14:21:57 [2021-06-10T14:21:57.281Z] #27 6.211 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB]
14:21:57 [2021-06-10T14:21:57.281Z] #27 6.222 Get:7 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB]
14:21:57 [2021-06-10T14:21:57.281Z] #27 6.222 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB]
14:21:57 [2021-06-10T14:21:57.281Z] #27 6.222 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB]
14:21:57 [2021-06-10T14:21:57.281Z] #27 6.226 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]
14:21:57 [2021-06-10T14:21:57.281Z] #27 6.227 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB]
14:21:57 [2021-06-10T14:21:57.281Z] #27 6.232 Get:12 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
14:21:57 [2021-06-10T14:21:57.281Z] #27 6.234 Get:13 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
14:21:57 [2021-06-10T14:21:57.281Z] #27 6.242 Get:14 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB]
14:21:57 [2021-06-10T14:21:57.281Z] #27 6.242 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
14:21:57 [2021-06-10T14:21:57.281Z] #27 6.242 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
14:21:57 [2021-06-10T14:21:57.281Z] #27 6.242 Get:17 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
14:21:57 [2021-06-10T14:21:57.281Z] #27 6.242 Get:18 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
14:21:57 [2021-06-10T14:21:57.281Z] #27 6.245 Get:19 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
14:21:57 [2021-06-10T14:21:57.281Z] #27 6.260 Get:20 http://security.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB]
14:21:57 [2021-06-10T14:21:57.281Z] #27 6.261 Get:21 http://security.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB]
14:21:57 [2021-06-10T14:21:57.390Z] #27 1.344 Get:1 http://deb.debian.org/debian buster InRelease [121 kB]
14:21:57 [2021-06-10T14:21:57.390Z] #27 1.344 Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
14:21:57 [2021-06-10T14:21:57.390Z] #27 1.355 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
14:21:57 [2021-06-10T14:21:57.541Z] #27 6.398 debconf: delaying package configuration, since apt-utils is not installed
14:21:57 [2021-06-10T14:21:57.541Z] #27 6.419 Fetched 5059 kB in 0s (15.6 MB/s)
14:21:57 [2021-06-10T14:21:57.541Z] #27 6.474 Selecting previously unselected package libssl1.1:amd64.
14:21:57 [2021-06-10T14:21:57.541Z] #27 6.474 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6677 files and directories currently installed.)
14:21:57 [2021-06-10T14:21:57.541Z] #27 6.475 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ...
14:21:57 [2021-06-10T14:21:57.541Z] #27 6.493 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
14:21:57 [2021-06-10T14:21:57.652Z] #27 1.463 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [292 kB]
14:21:57 [2021-06-10T14:21:57.798Z] #27 6.689 Selecting previously unselected package openssl.
14:21:57 [2021-06-10T14:21:57.798Z] #27 6.689 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ...
14:21:57 [2021-06-10T14:21:57.798Z] #27 6.693 Unpacking openssl (1.1.1d-0+deb10u6) ...
14:21:57 [2021-06-10T14:21:57.798Z] #27 6.834 Selecting previously unselected package ca-certificates.
14:21:57 [2021-06-10T14:21:57.798Z] #27 6.834 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ...
14:21:57 [2021-06-10T14:21:57.798Z] #27 6.838 Unpacking ca-certificates (20200601~deb10u2) ...
14:21:57 [2021-06-10T14:21:57.798Z] #27 6.930 Selecting previously unselected package libkeyutils1:amd64.
14:21:57 [2021-06-10T14:21:57.798Z] #27 6.930 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ...
14:21:57 [2021-06-10T14:21:57.798Z] #27 6.941 Unpacking libkeyutils1:amd64 (1.6-6) ...
14:21:57 [2021-06-10T14:21:57.912Z] #27 1.781 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
14:21:57 [2021-06-10T14:21:57.953Z] #9 ...
14:21:57 [2021-06-10T14:21:57.953Z] 
14:21:57 [2021-06-10T14:21:57.953Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51
14:21:57 [2021-06-10T14:21:57.953Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b
14:21:57 [2021-06-10T14:21:57.953Z] #26 resolve docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 0.1s done
14:21:57 [2021-06-10T14:21:57.953Z] #26 sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 1.85kB / 1.85kB done
14:21:57 [2021-06-10T14:21:57.953Z] #26 sha256:3e24baa60967d085b95a45129f82af4eb9d1e33aff9559173542ebb15c5d9cb5 529B / 529B done
14:21:57 [2021-06-10T14:21:57.953Z] #26 sha256:4a7a1f4017349067a21bd2de060dcf8b41e49fabf61b0dc3cf86a87e1f6dba9d 1.46kB / 1.46kB done
14:21:57 [2021-06-10T14:21:57.953Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 50.43MB / 50.43MB 6.6s done
14:21:57 [2021-06-10T14:21:57.953Z] #26 extracting sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 2.8s
14:21:58 [2021-06-10T14:21:58.055Z] #27 6.985 Selecting previously unselected package libkrb5support0:amd64.
14:21:58 [2021-06-10T14:21:58.055Z] #27 6.985 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ...
14:21:58 [2021-06-10T14:21:58.056Z] #27 6.989 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ...
14:21:58 [2021-06-10T14:21:58.056Z] #27 7.033 Selecting previously unselected package libk5crypto3:amd64.
14:21:58 [2021-06-10T14:21:58.056Z] #27 7.033 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ...
14:21:58 [2021-06-10T14:21:58.056Z] #27 7.038 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ...
14:21:58 [2021-06-10T14:21:58.056Z] #27 7.089 Selecting previously unselected package libkrb5-3:amd64.
14:21:58 [2021-06-10T14:21:58.056Z] #27 7.089 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ...
14:21:58 [2021-06-10T14:21:58.056Z] #27 7.093 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ...
14:21:58 [2021-06-10T14:21:58.056Z] #27 7.184 Selecting previously unselected package libgssapi-krb5-2:amd64.
14:21:58 [2021-06-10T14:21:58.056Z] #27 7.185 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ...
14:21:58 [2021-06-10T14:21:58.056Z] #27 7.189 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
14:21:58 [2021-06-10T14:21:58.172Z] #27 2.149 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
14:21:58 [2021-06-10T14:21:58.215Z] #26 ...
14:21:58 [2021-06-10T14:21:58.215Z] 
14:21:58 [2021-06-10T14:21:58.215Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
14:21:58 [2021-06-10T14:21:58.215Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
14:21:58 [2021-06-10T14:21:58.313Z] #27 7.242 Selecting previously unselected package libsasl2-modules-db:amd64.
14:21:58 [2021-06-10T14:21:58.313Z] #27 7.242 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ...
14:21:58 [2021-06-10T14:21:58.313Z] #27 7.246 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
14:21:58 [2021-06-10T14:21:58.314Z] #27 7.291 Selecting previously unselected package libsasl2-2:amd64.
14:21:58 [2021-06-10T14:21:58.314Z] #27 7.291 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ...
14:21:58 [2021-06-10T14:21:58.314Z] #27 7.296 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
14:21:58 [2021-06-10T14:21:58.314Z] #27 7.345 Selecting previously unselected package libldap-common.
14:21:58 [2021-06-10T14:21:58.314Z] #27 7.345 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
14:21:58 [2021-06-10T14:21:58.314Z] #27 7.349 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
14:21:58 [2021-06-10T14:21:58.314Z] #27 7.395 Selecting previously unselected package libldap-2.4-2:amd64.
14:21:58 [2021-06-10T14:21:58.314Z] #27 7.395 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ...
14:21:58 [2021-06-10T14:21:58.314Z] #27 7.401 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
14:21:58 [2021-06-10T14:21:58.570Z] #27 7.460 Selecting previously unselected package libnghttp2-14:amd64.
14:21:58 [2021-06-10T14:21:58.570Z] #27 7.460 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
14:21:58 [2021-06-10T14:21:58.570Z] #27 7.464 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
14:21:58 [2021-06-10T14:21:58.570Z] #27 7.517 Selecting previously unselected package libpsl5:amd64.
14:21:58 [2021-06-10T14:21:58.570Z] #27 7.517 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ...
14:21:58 [2021-06-10T14:21:58.570Z] #27 7.521 Unpacking libpsl5:amd64 (0.20.2-2) ...
14:21:58 [2021-06-10T14:21:58.570Z] #27 7.559 Selecting previously unselected package librtmp1:amd64.
14:21:58 [2021-06-10T14:21:58.570Z] #27 7.559 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
14:21:58 [2021-06-10T14:21:58.571Z] #27 7.563 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
14:21:58 [2021-06-10T14:21:58.571Z] #27 7.616 Selecting previously unselected package libssh2-1:amd64.
14:21:58 [2021-06-10T14:21:58.571Z] #27 7.616 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ...
14:21:58 [2021-06-10T14:21:58.571Z] #27 7.620 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
14:21:58 [2021-06-10T14:21:58.785Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 8.1s done
14:21:58 [2021-06-10T14:21:58.785Z] #9 ...
14:21:58 [2021-06-10T14:21:58.785Z] 
14:21:58 [2021-06-10T14:21:58.785Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
14:21:58 [2021-06-10T14:21:58.785Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
14:21:58 [2021-06-10T14:21:58.785Z] #63 DONE 0.9s
14:21:58 [2021-06-10T14:21:58.828Z] #27 7.673 Selecting previously unselected package libcurl4:amd64.
14:21:58 [2021-06-10T14:21:58.828Z] #27 7.673 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ...
14:21:58 [2021-06-10T14:21:58.828Z] #27 7.678 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ...
14:21:58 [2021-06-10T14:21:58.828Z] #27 7.757 Selecting previously unselected package curl.
14:21:58 [2021-06-10T14:21:58.828Z] #27 7.757 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ...
14:21:58 [2021-06-10T14:21:58.828Z] #27 7.760 Unpacking curl (7.64.0-4+deb10u2) ...
14:21:58 [2021-06-10T14:21:58.828Z] #27 7.829 Selecting previously unselected package libonig5:amd64.
14:21:58 [2021-06-10T14:21:58.828Z] #27 7.829 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ...
14:21:58 [2021-06-10T14:21:58.828Z] #27 7.834 Unpacking libonig5:amd64 (6.9.1-1) ...
14:21:58 [2021-06-10T14:21:58.828Z] #27 7.890 Selecting previously unselected package libjq1:amd64.
14:21:58 [2021-06-10T14:21:58.828Z] #27 7.890 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ...
14:21:59 [2021-06-10T14:21:59.066Z] 
14:21:59 [2021-06-10T14:21:59.066Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51
14:21:59 [2021-06-10T14:21:59.066Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b
14:21:59 [2021-06-10T14:21:59.085Z] #27 7.894 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
14:21:59 [2021-06-10T14:21:59.085Z] #27 7.936 Selecting previously unselected package jq.
14:21:59 [2021-06-10T14:21:59.085Z] #27 7.936 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ...
14:21:59 [2021-06-10T14:21:59.085Z] #27 7.941 Unpacking jq (1.5+dfsg-2+b1) ...
14:21:59 [2021-06-10T14:21:59.085Z] #27 7.995 Setting up libkeyutils1:amd64 (1.6-6) ...
14:21:59 [2021-06-10T14:21:59.085Z] #27 8.009 Setting up libpsl5:amd64 (0.20.2-2) ...
14:21:59 [2021-06-10T14:21:59.085Z] #27 8.024 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
14:21:59 [2021-06-10T14:21:59.085Z] #27 8.135 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
14:21:59 [2021-06-10T14:21:59.342Z] #27 8.148 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
14:21:59 [2021-06-10T14:21:59.342Z] #27 8.165 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ...
14:21:59 [2021-06-10T14:21:59.342Z] #27 8.180 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
14:21:59 [2021-06-10T14:21:59.342Z] #27 8.195 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
14:21:59 [2021-06-10T14:21:59.342Z] #27 8.209 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ...
14:21:59 [2021-06-10T14:21:59.342Z] #27 8.221 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
14:21:59 [2021-06-10T14:21:59.342Z] #27 8.233 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
14:21:59 [2021-06-10T14:21:59.342Z] #27 8.247 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ...
14:21:59 [2021-06-10T14:21:59.342Z] #27 8.259 Setting up openssl (1.1.1d-0+deb10u6) ...
14:21:59 [2021-06-10T14:21:59.342Z] #27 8.276 Setting up libonig5:amd64 (6.9.1-1) ...
14:21:59 [2021-06-10T14:21:59.342Z] #27 8.287 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
14:21:59 [2021-06-10T14:21:59.342Z] #27 8.300 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
14:21:59 [2021-06-10T14:21:59.342Z] #27 8.315 Setting up ca-certificates (20200601~deb10u2) ...
14:21:59 [2021-06-10T14:21:59.634Z] #26 extracting sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 4.3s done
14:21:59 [2021-06-10T14:21:59.894Z] #26 ...
14:21:59 [2021-06-10T14:21:59.894Z] 
14:21:59 [2021-06-10T14:21:59.894Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
14:21:59 [2021-06-10T14:21:59.894Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
14:21:59 [2021-06-10T14:21:59.894Z] #65 DONE 1.1s
14:21:59 [2021-06-10T14:21:59.906Z] #27 8.936 Updating certificates in /etc/ssl/certs...
14:22:00 [2021-06-10T14:22:00.075Z] #27 3.779 Fetched 8448 kB in 3s (3146 kB/s)
14:22:00 [2021-06-10T14:22:00.154Z] 
14:22:00 [2021-06-10T14:22:00.154Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
14:22:00 [2021-06-10T14:22:00.154Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
14:22:00 [2021-06-10T14:22:00.154Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.3s
14:22:00 [2021-06-10T14:22:00.413Z] #9 ...
14:22:00 [2021-06-10T14:22:00.413Z] 
14:22:00 [2021-06-10T14:22:00.413Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51
14:22:00 [2021-06-10T14:22:00.413Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b
14:22:00 [2021-06-10T14:22:00.413Z] #26 DONE 12.3s
14:22:00 [2021-06-10T14:22:00.413Z] 
14:22:00 [2021-06-10T14:22:00.413Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
14:22:00 [2021-06-10T14:22:00.413Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
14:22:00 [2021-06-10T14:22:00.413Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.7s done
14:22:00 [2021-06-10T14:22:00.470Z] #27 ...
14:22:00 [2021-06-10T14:22:00.471Z] 
14:22:00 [2021-06-10T14:22:00.471Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
14:22:00 [2021-06-10T14:22:00.471Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
14:22:00 [2021-06-10T14:22:00.471Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 7.1s done
14:22:00 [2021-06-10T14:22:00.471Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.7s done
14:22:00 [2021-06-10T14:22:00.471Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.4s done
14:22:00 [2021-06-10T14:22:00.471Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 4.2s done
14:22:00 [2021-06-10T14:22:00.471Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.3s done
14:22:00 [2021-06-10T14:22:00.471Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 0.2s
14:22:00 [2021-06-10T14:22:00.656Z] #27 3.779 Reading package lists...
14:22:00 [2021-06-10T14:22:00.672Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064
14:22:00 [2021-06-10T14:22:00.729Z] #9 ...
14:22:00 [2021-06-10T14:22:00.729Z] 
14:22:00 [2021-06-10T14:22:00.729Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
14:22:00 [2021-06-10T14:22:00.729Z] #27 sha256:39f7219a138fd291fe8dabdc41ab50d922be795eaaa2ec38f63f788b4d15142f
14:22:00 [2021-06-10T14:22:00.729Z] #27 9.786 137 added, 0 removed; done.
14:22:00 [2021-06-10T14:22:00.990Z] #27 9.832 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
14:22:00 [2021-06-10T14:22:00.990Z] #27 9.848 Setting up jq (1.5+dfsg-2+b1) ...
14:22:00 [2021-06-10T14:22:00.990Z] #27 9.860 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ...
14:22:00 [2021-06-10T14:22:00.990Z] #27 9.869 Setting up curl (7.64.0-4+deb10u2) ...
14:22:00 [2021-06-10T14:22:00.990Z] #27 9.880 Processing triggers for libc-bin (2.28-10) ...
14:22:00 [2021-06-10T14:22:00.990Z] #27 9.900 Processing triggers for ca-certificates (20200601~deb10u2) ...
14:22:00 [2021-06-10T14:22:00.990Z] #27 9.908 Updating certificates in /etc/ssl/certs...
14:22:01 [2021-06-10T14:22:01.243Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.6s done
14:22:01 [2021-06-10T14:22:01.487Z] #27 4.718 Reading package lists...
14:22:01 [2021-06-10T14:22:01.505Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab
14:22:01 [2021-06-10T14:22:01.560Z] #27 10.60 0 added, 0 removed; done.
14:22:01 [2021-06-10T14:22:01.560Z] #27 10.60 Running hooks in /etc/ca-certificates/update.d...
14:22:01 [2021-06-10T14:22:01.560Z] #27 10.60 done.
14:22:01 [2021-06-10T14:22:01.746Z] #27 5.607 Building dependency tree...
14:22:02 [2021-06-10T14:22:02.006Z] #27 5.961 The following additional packages will be installed:
14:22:02 [2021-06-10T14:22:02.006Z] #27 5.961   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
14:22:02 [2021-06-10T14:22:02.006Z] #27 5.961   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
14:22:02 [2021-06-10T14:22:02.006Z] #27 5.961   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
14:22:02 [2021-06-10T14:22:02.006Z] #27 5.961 Suggested packages:
14:22:02 [2021-06-10T14:22:02.006Z] #27 5.961   krb5-doc krb5-user
14:22:02 [2021-06-10T14:22:02.006Z] #27 5.961 Recommended packages:
14:22:02 [2021-06-10T14:22:02.006Z] #27 5.961   krb5-locales publicsuffix libsasl2-modules
14:22:02 [2021-06-10T14:22:02.269Z] #27 6.185 The following NEW packages will be installed:
14:22:02 [2021-06-10T14:22:02.269Z] #27 6.185   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
14:22:02 [2021-06-10T14:22:02.269Z] #27 6.185   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
14:22:02 [2021-06-10T14:22:02.269Z] #27 6.185   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
14:22:02 [2021-06-10T14:22:02.269Z] #27 6.185   libssh2-1 libssl1.1 openssl
14:22:02 [2021-06-10T14:22:02.529Z] #27 6.490 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded.
14:22:02 [2021-06-10T14:22:02.529Z] #27 6.490 Need to get 5059 kB of archives.
14:22:02 [2021-06-10T14:22:02.529Z] #27 6.490 After this operation, 12.1 MB of additional disk space will be used.
14:22:02 [2021-06-10T14:22:02.529Z] #27 6.490 Get:1 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB]
14:22:02 [2021-06-10T14:22:02.529Z] #27 6.490 Get:2 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB]
14:22:02 [2021-06-10T14:22:02.529Z] #27 6.490 Get:3 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
14:22:02 [2021-06-10T14:22:02.529Z] #27 6.490 Get:4 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB]
14:22:02 [2021-06-10T14:22:02.529Z] #27 6.490 Get:5 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB]
14:22:02 [2021-06-10T14:22:02.529Z] #27 6.490 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB]
14:22:02 [2021-06-10T14:22:02.529Z] #27 6.490 Get:7 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB]
14:22:02 [2021-06-10T14:22:02.529Z] #27 6.505 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB]
14:22:02 [2021-06-10T14:22:02.529Z] #27 6.505 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB]
14:22:02 [2021-06-10T14:22:02.529Z] #27 6.505 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]
14:22:02 [2021-06-10T14:22:02.529Z] #27 6.509 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB]
14:22:02 [2021-06-10T14:22:02.529Z] #27 6.515 Get:12 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB]
14:22:02 [2021-06-10T14:22:02.529Z] #27 6.515 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
14:22:02 [2021-06-10T14:22:02.529Z] #27 6.515 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
14:22:02 [2021-06-10T14:22:02.529Z] #27 6.534 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
14:22:02 [2021-06-10T14:22:02.529Z] #27 6.534 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
14:22:02 [2021-06-10T14:22:02.529Z] #27 6.534 Get:17 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
14:22:02 [2021-06-10T14:22:02.529Z] #27 6.544 Get:18 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
14:22:02 [2021-06-10T14:22:02.529Z] #27 6.544 Get:19 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
14:22:02 [2021-06-10T14:22:02.529Z] #27 6.544 Get:20 http://security.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB]
14:22:02 [2021-06-10T14:22:02.529Z] #27 6.546 Get:21 http://security.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB]
14:22:02 [2021-06-10T14:22:02.791Z] #27 6.765 debconf: delaying package configuration, since apt-utils is not installed
14:22:02 [2021-06-10T14:22:02.791Z] #27 6.802 Fetched 5059 kB in 0s (14.8 MB/s)
14:22:02 [2021-06-10T14:22:02.791Z] #27 6.853 Selecting previously unselected package libssl1.1:amd64.
14:22:02 [2021-06-10T14:22:02.791Z] #27 6.853 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6677 files and directories currently installed.)
14:22:02 [2021-06-10T14:22:02.791Z] #27 6.853 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ...
14:22:02 [2021-06-10T14:22:02.791Z] #27 6.866 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
14:22:03 [2021-06-10T14:22:03.051Z] #27 7.129 Selecting previously unselected package openssl.
14:22:03 [2021-06-10T14:22:03.051Z] #27 7.129 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ...
14:22:03 [2021-06-10T14:22:03.311Z] #27 7.136 Unpacking openssl (1.1.1d-0+deb10u6) ...
14:22:03 [2021-06-10T14:22:03.311Z] #27 7.328 Selecting previously unselected package ca-certificates.
14:22:03 [2021-06-10T14:22:03.312Z] #27 7.328 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ...
14:22:03 [2021-06-10T14:22:03.312Z] #27 7.334 Unpacking ca-certificates (20200601~deb10u2) ...
14:22:03 [2021-06-10T14:22:03.572Z] #27 7.423 Selecting previously unselected package libkeyutils1:amd64.
14:22:03 [2021-06-10T14:22:03.572Z] #27 7.423 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ...
14:22:03 [2021-06-10T14:22:03.572Z] #27 7.430 Unpacking libkeyutils1:amd64 (1.6-6) ...
14:22:03 [2021-06-10T14:22:03.572Z] #27 7.497 Selecting previously unselected package libkrb5support0:amd64.
14:22:03 [2021-06-10T14:22:03.572Z] #27 7.497 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ...
14:22:03 [2021-06-10T14:22:03.572Z] #27 7.501 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ...
14:22:03 [2021-06-10T14:22:03.572Z] #27 7.556 Selecting previously unselected package libk5crypto3:amd64.
14:22:03 [2021-06-10T14:22:03.572Z] #27 7.558 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ...
14:22:03 [2021-06-10T14:22:03.572Z] #27 7.564 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ...
14:22:03 [2021-06-10T14:22:03.572Z] #27 7.625 Selecting previously unselected package libkrb5-3:amd64.
14:22:03 [2021-06-10T14:22:03.572Z] #27 7.625 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ...
14:22:03 [2021-06-10T14:22:03.572Z] #27 7.633 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ...
14:22:03 [2021-06-10T14:22:03.572Z] #27 7.724 Selecting previously unselected package libgssapi-krb5-2:amd64.
14:22:03 [2021-06-10T14:22:03.572Z] #27 7.724 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ...
14:22:03 [2021-06-10T14:22:03.832Z] #27 7.730 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
14:22:03 [2021-06-10T14:22:03.832Z] #27 7.787 Selecting previously unselected package libsasl2-modules-db:amd64.
14:22:03 [2021-06-10T14:22:03.832Z] #27 7.787 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ...
14:22:03 [2021-06-10T14:22:03.832Z] #27 7.803 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
14:22:03 [2021-06-10T14:22:03.832Z] #27 7.861 Selecting previously unselected package libsasl2-2:amd64.
14:22:03 [2021-06-10T14:22:03.832Z] #27 7.861 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ...
14:22:03 [2021-06-10T14:22:03.832Z] #27 7.865 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
14:22:03 [2021-06-10T14:22:03.832Z] #27 7.912 Selecting previously unselected package libldap-common.
14:22:03 [2021-06-10T14:22:03.832Z] #27 7.912 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
14:22:03 [2021-06-10T14:22:03.832Z] #27 7.917 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
14:22:03 [2021-06-10T14:22:03.832Z] #27 7.983 Selecting previously unselected package libldap-2.4-2:amd64.
14:22:03 [2021-06-10T14:22:03.832Z] #27 7.983 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ...
14:22:04 [2021-06-10T14:22:04.092Z] #27 7.989 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
14:22:04 [2021-06-10T14:22:04.092Z] #27 8.077 Selecting previously unselected package libnghttp2-14:amd64.
14:22:04 [2021-06-10T14:22:04.092Z] #27 8.077 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
14:22:04 [2021-06-10T14:22:04.092Z] #27 8.079 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
14:22:04 [2021-06-10T14:22:04.092Z] #27 8.156 Selecting previously unselected package libpsl5:amd64.
14:22:04 [2021-06-10T14:22:04.092Z] #27 8.156 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ...
14:22:04 [2021-06-10T14:22:04.092Z] #27 8.161 Unpacking libpsl5:amd64 (0.20.2-2) ...
14:22:04 [2021-06-10T14:22:04.092Z] #27 8.226 Selecting previously unselected package librtmp1:amd64.
14:22:04 [2021-06-10T14:22:04.092Z] #27 8.226 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
14:22:04 [2021-06-10T14:22:04.352Z] #27 8.231 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
14:22:04 [2021-06-10T14:22:04.352Z] #27 8.284 Selecting previously unselected package libssh2-1:amd64.
14:22:04 [2021-06-10T14:22:04.352Z] #27 8.284 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ...
14:22:04 [2021-06-10T14:22:04.352Z] #27 8.288 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
14:22:04 [2021-06-10T14:22:04.352Z] #27 8.359 Selecting previously unselected package libcurl4:amd64.
14:22:04 [2021-06-10T14:22:04.352Z] #27 8.359 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ...
14:22:04 [2021-06-10T14:22:04.613Z] #27 8.364 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ...
14:22:04 [2021-06-10T14:22:04.613Z] #27 8.440 Selecting previously unselected package curl.
14:22:04 [2021-06-10T14:22:04.613Z] #27 8.440 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ...
14:22:04 [2021-06-10T14:22:04.613Z] #27 8.445 Unpacking curl (7.64.0-4+deb10u2) ...
14:22:04 [2021-06-10T14:22:04.613Z] #27 8.519 Selecting previously unselected package libonig5:amd64.
14:22:04 [2021-06-10T14:22:04.613Z] #27 8.519 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ...
14:22:04 [2021-06-10T14:22:04.613Z] #27 8.523 Unpacking libonig5:amd64 (6.9.1-1) ...
14:22:04 [2021-06-10T14:22:04.613Z] #27 8.595 Selecting previously unselected package libjq1:amd64.
14:22:04 [2021-06-10T14:22:04.613Z] #27 8.595 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ...
14:22:04 [2021-06-10T14:22:04.613Z] #27 8.601 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
14:22:04 [2021-06-10T14:22:04.613Z] #27 8.649 Selecting previously unselected package jq.
14:22:04 [2021-06-10T14:22:04.613Z] #27 8.649 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ...
14:22:04 [2021-06-10T14:22:04.747Z] Client: Docker Engine - Community
14:22:04 [2021-06-10T14:22:04.747Z]  Version:           20.10.6
14:22:04 [2021-06-10T14:22:04.747Z]  API version:       1.41
14:22:04 [2021-06-10T14:22:04.747Z]  Go version:        go1.13.15
14:22:04 [2021-06-10T14:22:04.747Z]  Git commit:        370c289
14:22:04 [2021-06-10T14:22:04.747Z]  Built:             Fri Apr  9 22:47:17 2021
14:22:04 [2021-06-10T14:22:04.747Z]  OS/Arch:           linux/amd64
14:22:04 [2021-06-10T14:22:04.747Z]  Context:           default
14:22:04 [2021-06-10T14:22:04.747Z]  Experimental:      true
14:22:04 [2021-06-10T14:22:04.747Z] 
14:22:04 [2021-06-10T14:22:04.747Z] Server: Docker Engine - Community
14:22:04 [2021-06-10T14:22:04.747Z]  Engine:
14:22:04 [2021-06-10T14:22:04.747Z]   Version:          20.10.6
14:22:04 [2021-06-10T14:22:04.747Z]   API version:      1.41 (minimum version 1.12)
14:22:04 [2021-06-10T14:22:04.747Z]   Go version:       go1.13.15
14:22:04 [2021-06-10T14:22:04.747Z]   Git commit:       8728dd2
14:22:04 [2021-06-10T14:22:04.747Z]   Built:            Fri Apr  9 22:45:28 2021
14:22:04 [2021-06-10T14:22:04.747Z]   OS/Arch:          linux/amd64
14:22:04 [2021-06-10T14:22:04.747Z]   Experimental:     true
14:22:04 [2021-06-10T14:22:04.747Z]  containerd:
14:22:04 [2021-06-10T14:22:04.747Z]   Version:          1.4.6
14:22:04 [2021-06-10T14:22:04.747Z]   GitCommit:        d71fcd7d8303cbf684402823e425e9dd2e99285d
14:22:04 [2021-06-10T14:22:04.747Z]  runc:
14:22:04 [2021-06-10T14:22:04.747Z]   Version:          1.0.0-rc95
14:22:04 [2021-06-10T14:22:04.747Z]   GitCommit:        b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
14:22:04 [2021-06-10T14:22:04.747Z]  docker-init:
14:22:04 [2021-06-10T14:22:04.747Z]   Version:          0.19.0
14:22:04 [2021-06-10T14:22:04.747Z]   GitCommit:        de40ad0
[Pipeline] sh
14:22:04 [2021-06-10T14:22:04.843Z] #27 DONE 13.4s
14:22:04 [2021-06-10T14:22:04.843Z] 
14:22:04 [2021-06-10T14:22:04.843Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
14:22:04 [2021-06-10T14:22:04.843Z] #28 sha256:efda95068157aa4063fab60f64dd5f9d3936ccce02813e228281b9fd3094829c
14:22:04 [2021-06-10T14:22:04.843Z] #28 DONE 0.2s
14:22:04 [2021-06-10T14:22:04.843Z] 
14:22:04 [2021-06-10T14:22:04.843Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
14:22:04 [2021-06-10T14:22:04.843Z] #29 sha256:449713631bb8909a1540dabc35c00048a8367b60ab01fdf5f3b9971434c50a5d
14:22:04 [2021-06-10T14:22:04.877Z] #27 8.659 Unpacking jq (1.5+dfsg-2+b1) ...
14:22:04 [2021-06-10T14:22:04.877Z] #27 8.705 Setting up libkeyutils1:amd64 (1.6-6) ...
14:22:04 [2021-06-10T14:22:04.877Z] #27 8.720 Setting up libpsl5:amd64 (0.20.2-2) ...
14:22:04 [2021-06-10T14:22:04.877Z] #27 8.734 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
14:22:04 [2021-06-10T14:22:04.877Z] #27 8.849 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
14:22:04 [2021-06-10T14:22:04.877Z] #27 8.875 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
14:22:04 [2021-06-10T14:22:04.877Z] #27 8.893 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ...
14:22:04 [2021-06-10T14:22:04.877Z] #27 8.908 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
14:22:05 [2021-06-10T14:22:05.057Z] + docker info
14:22:05 [2021-06-10T14:22:05.136Z] #27 8.920 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
14:22:05 [2021-06-10T14:22:05.136Z] #27 8.935 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ...
14:22:05 [2021-06-10T14:22:05.136Z] #27 8.951 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
14:22:05 [2021-06-10T14:22:05.136Z] #27 8.970 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
14:22:05 [2021-06-10T14:22:05.136Z] #27 8.989 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ...
14:22:05 [2021-06-10T14:22:05.136Z] #27 9.033 Setting up openssl (1.1.1d-0+deb10u6) ...
14:22:05 [2021-06-10T14:22:05.136Z] #27 9.061 Setting up libonig5:amd64 (6.9.1-1) ...
14:22:05 [2021-06-10T14:22:05.136Z] #27 9.076 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
14:22:05 [2021-06-10T14:22:05.136Z] #27 9.092 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
14:22:05 [2021-06-10T14:22:05.136Z] #27 9.109 Setting up ca-certificates (20200601~deb10u2) ...
14:22:05 [2021-06-10T14:22:05.136Z] #27 ...
14:22:05 [2021-06-10T14:22:05.136Z] 
14:22:05 [2021-06-10T14:22:05.136Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
14:22:05 [2021-06-10T14:22:05.136Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
14:22:05 [2021-06-10T14:22:05.136Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 7.7s done
14:22:05 [2021-06-10T14:22:05.136Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.7s done
14:22:05 [2021-06-10T14:22:05.137Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.4s done
14:22:05 [2021-06-10T14:22:05.137Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 6.5s done
14:22:05 [2021-06-10T14:22:05.137Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0.8s
14:22:05 [2021-06-10T14:22:05.706Z] #9 ...
14:22:05 [2021-06-10T14:22:05.706Z] 
14:22:05 [2021-06-10T14:22:05.706Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
14:22:05 [2021-06-10T14:22:05.706Z] #27 sha256:39f7219a138fd291fe8dabdc41ab50d922be795eaaa2ec38f63f788b4d15142f
14:22:05 [2021-06-10T14:22:05.706Z] #27 9.718 Updating certificates in /etc/ssl/certs...
14:22:05 [2021-06-10T14:22:05.780Z] #29 1.163 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
14:22:05 [2021-06-10T14:22:05.781Z] #29 1.259 
14:22:06 [2021-06-10T14:22:06.041Z] #29 1.372 
#############                                                             18.3%
14:22:06 [2021-06-10T14:22:06.041Z] #29 ...
14:22:06 [2021-06-10T14:22:06.041Z] 
14:22:06 [2021-06-10T14:22:06.041Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
14:22:06 [2021-06-10T14:22:06.041Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
14:22:06 [2021-06-10T14:22:06.041Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.5s done
14:22:06 [2021-06-10T14:22:06.041Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done
14:22:06 [2021-06-10T14:22:06.041Z] #9 DONE 26.2s
14:22:06 [2021-06-10T14:22:06.041Z] 
14:22:06 [2021-06-10T14:22:06.041Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
14:22:06 [2021-06-10T14:22:06.041Z] #29 sha256:449713631bb8909a1540dabc35c00048a8367b60ab01fdf5f3b9971434c50a5d
14:22:06 [2021-06-10T14:22:06.558Z] #29 1.372 
#############                                                             18.3%
###########################                                               38.1%
#########################################                                 58.0%
########################################################                  77.8%
######################################################################    97.6%
######################################################################## 100.0%
14:22:06 [2021-06-10T14:22:06.558Z] #29 1.857 
14:22:06 [2021-06-10T14:22:06.558Z] #29 1.973 
######################################################################## 100.0%
14:22:06 [2021-06-10T14:22:06.653Z] #27 10.52 137 added, 0 removed; done.
14:22:06 [2021-06-10T14:22:06.653Z] #27 10.55 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
14:22:06 [2021-06-10T14:22:06.653Z] #27 10.57 Setting up jq (1.5+dfsg-2+b1) ...
14:22:06 [2021-06-10T14:22:06.653Z] #27 10.58 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ...
14:22:06 [2021-06-10T14:22:06.653Z] #27 10.60 Setting up curl (7.64.0-4+deb10u2) ...
14:22:06 [2021-06-10T14:22:06.653Z] #27 10.62 Processing triggers for libc-bin (2.28-10) ...
14:22:06 [2021-06-10T14:22:06.653Z] #27 10.64 Processing triggers for ca-certificates (20200601~deb10u2) ...
14:22:06 [2021-06-10T14:22:06.653Z] #27 10.65 Updating certificates in /etc/ssl/certs...
14:22:06 [2021-06-10T14:22:06.794Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 5.2s
14:22:06 [2021-06-10T14:22:06.815Z] #29 2.075 
14:22:06 [2021-06-10T14:22:06.815Z] #29 2.211 
###############################################################           87.8%
######################################################################## 100.0%
14:22:06 [2021-06-10T14:22:06.815Z] #29 2.277 
14:22:07 [2021-06-10T14:22:07.224Z] #27 11.33 0 added, 0 removed; done.
14:22:07 [2021-06-10T14:22:07.224Z] #27 11.33 Running hooks in /etc/ca-certificates/update.d...
14:22:07 [2021-06-10T14:22:07.224Z] #27 11.33 done.
14:22:07 [2021-06-10T14:22:07.332Z] #29 2.390 
############                                                              17.8%
##########################                                                37.0%
###############################
14:22:07 [2021-06-10T14:22:07.333Z] #29 ...
14:22:07 [2021-06-10T14:22:07.333Z] 
14:22:07 [2021-06-10T14:22:07.333Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
14:22:07 [2021-06-10T14:22:07.333Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f
14:22:07 [2021-06-10T14:22:07.333Z] #10 DONE 1.2s
14:22:07 [2021-06-10T14:22:07.333Z] 
14:22:07 [2021-06-10T14:22:07.333Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
14:22:07 [2021-06-10T14:22:07.333Z] #29 sha256:449713631bb8909a1540dabc35c00048a8367b60ab01fdf5f3b9971434c50a5d
14:22:07 [2021-06-10T14:22:07.333Z] #29 2.390 
############                                                              17.8%
##########################                                                37.0%
########################################                                  56.3%
######################################################                    75.7%
####################################################################      95.0%
######################################################################## 100.0%
14:22:07 [2021-06-10T14:22:07.591Z] #29 2.930 
14:22:08 [2021-06-10T14:22:08.173Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 6.7s done
14:22:08 [2021-06-10T14:22:08.369Z] #29 3.060 
###                                                                        4.7%
#######                                                                   10.2%
###########                                                               15.4%
##############                                                            20.6%
##################                                                        25.8%
######################                                                    31.2%
14:22:08 [2021-06-10T14:22:08.369Z] #29 ...
14:22:08 [2021-06-10T14:22:08.369Z] 
14:22:08 [2021-06-10T14:22:08.369Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list  && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list
14:22:08 [2021-06-10T14:22:08.369Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42
14:22:08 [2021-06-10T14:22:08.369Z] #11 DONE 1.0s
14:22:08 [2021-06-10T14:22:08.369Z] 
14:22:08 [2021-06-10T14:22:08.369Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
14:22:08 [2021-06-10T14:22:08.369Z] #29 sha256:449713631bb8909a1540dabc35c00048a8367b60ab01fdf5f3b9971434c50a5d
14:22:08 [2021-06-10T14:22:08.369Z] #29 3.060 
###                                                                        4.7%
#######                                                                   10.2%
###########                                                               15.4%
##############                                                            20.6%
##################                                                        25.8%
######################                                                    31.2%
##########################                                                36.4%
14:22:08 [2021-06-10T14:22:08.369Z] #29 ...
14:22:08 [2021-06-10T14:22:08.369Z] 
14:22:08 [2021-06-10T14:22:08.369Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
14:22:08 [2021-06-10T14:22:08.369Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415
14:22:08 [2021-06-10T14:22:08.369Z] #31 DONE 0.1s
14:22:08 [2021-06-10T14:22:08.369Z] 
14:22:08 [2021-06-10T14:22:08.369Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
14:22:08 [2021-06-10T14:22:08.369Z] #29 sha256:449713631bb8909a1540dabc35c00048a8367b60ab01fdf5f3b9971434c50a5d
14:22:08 [2021-06-10T14:22:08.432Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551
14:22:08 [2021-06-10T14:22:08.634Z] #29 3.060 
###                                                                        4.7%
#######                                                                   10.2%
###########                                                               15.4%
##############                                                            20.6%
##################                                                        25.8%
######################                                                    31.2%
##########################                                                36.4%
#############################                                             41.6%
#################################                                         47.1%
14:22:08 [2021-06-10T14:22:08.634Z] #29 ...
14:22:08 [2021-06-10T14:22:08.634Z] 
14:22:08 [2021-06-10T14:22:08.634Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
14:22:08 [2021-06-10T14:22:08.634Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2
14:22:08 [2021-06-10T14:22:08.634Z] #39 DONE 0.2s
14:22:08 [2021-06-10T14:22:08.634Z] 
14:22:08 [2021-06-10T14:22:08.634Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
14:22:08 [2021-06-10T14:22:08.634Z] #29 sha256:449713631bb8909a1540dabc35c00048a8367b60ab01fdf5f3b9971434c50a5d
14:22:09 [2021-06-10T14:22:09.370Z] #9 ...
14:22:09 [2021-06-10T14:22:09.370Z] 
14:22:09 [2021-06-10T14:22:09.370Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
14:22:09 [2021-06-10T14:22:09.370Z] #27 sha256:39f7219a138fd291fe8dabdc41ab50d922be795eaaa2ec38f63f788b4d15142f
14:22:09 [2021-06-10T14:22:09.370Z] #27 1.182 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
14:22:09 [2021-06-10T14:22:09.370Z] #27 1.192 Get:2 http://deb.debian.org/debian buster InRelease [121 kB]
14:22:09 [2021-06-10T14:22:09.370Z] #27 1.194 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
14:22:09 [2021-06-10T14:22:09.370Z] #27 1.391 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [292 kB]
14:22:09 [2021-06-10T14:22:09.370Z] #27 1.680 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
14:22:09 [2021-06-10T14:22:09.370Z] #27 2.089 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
14:22:09 [2021-06-10T14:22:09.370Z] #27 3.669 Fetched 8448 kB in 3s (3077 kB/s)
14:22:09 [2021-06-10T14:22:09.370Z] #27 3.669 Reading package lists...
14:22:09 [2021-06-10T14:22:09.370Z] #27 4.635 Reading package lists...
14:22:09 [2021-06-10T14:22:09.370Z] #27 5.580 Building dependency tree...
14:22:09 [2021-06-10T14:22:09.370Z] #27 5.962 The following additional packages will be installed:
14:22:09 [2021-06-10T14:22:09.370Z] #27 5.962   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
14:22:09 [2021-06-10T14:22:09.370Z] #27 5.962   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
14:22:09 [2021-06-10T14:22:09.370Z] #27 5.962   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
14:22:09 [2021-06-10T14:22:09.370Z] #27 5.962 Suggested packages:
14:22:09 [2021-06-10T14:22:09.370Z] #27 5.962   krb5-doc krb5-user
14:22:09 [2021-06-10T14:22:09.370Z] #27 5.962 Recommended packages:
14:22:09 [2021-06-10T14:22:09.370Z] #27 5.962   krb5-locales publicsuffix libsasl2-modules
14:22:09 [2021-06-10T14:22:09.370Z] #27 6.170 The following NEW packages will be installed:
14:22:09 [2021-06-10T14:22:09.370Z] #27 6.170   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
14:22:09 [2021-06-10T14:22:09.370Z] #27 6.170   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
14:22:09 [2021-06-10T14:22:09.370Z] #27 6.178   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
14:22:09 [2021-06-10T14:22:09.370Z] #27 6.178   libssh2-1 libssl1.1 openssl
14:22:09 [2021-06-10T14:22:09.370Z] #27 6.469 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded.
14:22:09 [2021-06-10T14:22:09.370Z] #27 6.469 Need to get 5059 kB of archives.
14:22:09 [2021-06-10T14:22:09.370Z] #27 6.469 After this operation, 12.1 MB of additional disk space will be used.
14:22:09 [2021-06-10T14:22:09.370Z] #27 6.469 Get:1 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB]
14:22:09 [2021-06-10T14:22:09.370Z] #27 6.469 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB]
14:22:09 [2021-06-10T14:22:09.370Z] #27 6.514 Get:3 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
14:22:09 [2021-06-10T14:22:09.370Z] #27 6.514 Get:4 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB]
14:22:09 [2021-06-10T14:22:09.370Z] #27 6.514 Get:5 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB]
14:22:09 [2021-06-10T14:22:09.370Z] #27 6.514 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB]
14:22:09 [2021-06-10T14:22:09.370Z] #27 6.514 Get:7 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB]
14:22:09 [2021-06-10T14:22:09.370Z] #27 6.514 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB]
14:22:09 [2021-06-10T14:22:09.370Z] #27 6.514 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB]
14:22:09 [2021-06-10T14:22:09.370Z] #27 6.514 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]
14:22:09 [2021-06-10T14:22:09.370Z] #27 6.532 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB]
14:22:09 [2021-06-10T14:22:09.370Z] #27 6.532 Get:12 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
14:22:09 [2021-06-10T14:22:09.370Z] #27 6.532 Get:13 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
14:22:09 [2021-06-10T14:22:09.370Z] #27 6.532 Get:14 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
14:22:09 [2021-06-10T14:22:09.370Z] #27 6.543 Get:15 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB]
14:22:09 [2021-06-10T14:22:09.370Z] #27 6.543 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
14:22:09 [2021-06-10T14:22:09.370Z] #27 6.543 Get:17 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
14:22:09 [2021-06-10T14:22:09.370Z] #27 6.558 Get:18 http://security.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB]
14:22:09 [2021-06-10T14:22:09.370Z] #27 6.558 Get:19 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
14:22:09 [2021-06-10T14:22:09.370Z] #27 6.558 Get:20 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
14:22:09 [2021-06-10T14:22:09.370Z] #27 6.558 Get:21 http://security.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB]
14:22:09 [2021-06-10T14:22:09.370Z] #27 6.789 debconf: delaying package configuration, since apt-utils is not installed
14:22:09 [2021-06-10T14:22:09.370Z] #27 6.833 Fetched 5059 kB in 0s (14.0 MB/s)
14:22:09 [2021-06-10T14:22:09.370Z] #27 6.911 Selecting previously unselected package libssl1.1:amd64.
14:22:09 [2021-06-10T14:22:09.370Z] #27 6.911 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6677 files and directories currently installed.)
14:22:09 [2021-06-10T14:22:09.370Z] #27 6.916 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 6.927 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 7.171 Selecting previously unselected package openssl.
14:22:09 [2021-06-10T14:22:09.370Z] #27 7.171 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 7.180 Unpacking openssl (1.1.1d-0+deb10u6) ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 7.365 Selecting previously unselected package ca-certificates.
14:22:09 [2021-06-10T14:22:09.370Z] #27 7.365 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 7.375 Unpacking ca-certificates (20200601~deb10u2) ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 7.486 Selecting previously unselected package libkeyutils1:amd64.
14:22:09 [2021-06-10T14:22:09.370Z] #27 7.486 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 7.495 Unpacking libkeyutils1:amd64 (1.6-6) ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 7.541 Selecting previously unselected package libkrb5support0:amd64.
14:22:09 [2021-06-10T14:22:09.370Z] #27 7.541 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 7.549 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 7.618 Selecting previously unselected package libk5crypto3:amd64.
14:22:09 [2021-06-10T14:22:09.370Z] #27 7.618 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 7.622 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 7.694 Selecting previously unselected package libkrb5-3:amd64.
14:22:09 [2021-06-10T14:22:09.370Z] #27 7.694 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 7.699 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 7.814 Selecting previously unselected package libgssapi-krb5-2:amd64.
14:22:09 [2021-06-10T14:22:09.370Z] #27 7.814 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 7.820 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 7.900 Selecting previously unselected package libsasl2-modules-db:amd64.
14:22:09 [2021-06-10T14:22:09.370Z] #27 7.900 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 7.905 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 7.963 Selecting previously unselected package libsasl2-2:amd64.
14:22:09 [2021-06-10T14:22:09.370Z] #27 7.963 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 7.967 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 8.010 Selecting previously unselected package libldap-common.
14:22:09 [2021-06-10T14:22:09.370Z] #27 8.010 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 8.015 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 8.061 Selecting previously unselected package libldap-2.4-2:amd64.
14:22:09 [2021-06-10T14:22:09.370Z] #27 8.061 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 8.066 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 8.129 Selecting previously unselected package libnghttp2-14:amd64.
14:22:09 [2021-06-10T14:22:09.370Z] #27 8.129 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 8.133 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 8.186 Selecting previously unselected package libpsl5:amd64.
14:22:09 [2021-06-10T14:22:09.370Z] #27 8.186 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 8.190 Unpacking libpsl5:amd64 (0.20.2-2) ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 8.233 Selecting previously unselected package librtmp1:amd64.
14:22:09 [2021-06-10T14:22:09.370Z] #27 8.233 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 8.239 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 8.287 Selecting previously unselected package libssh2-1:amd64.
14:22:09 [2021-06-10T14:22:09.370Z] #27 8.287 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 8.291 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 8.363 Selecting previously unselected package libcurl4:amd64.
14:22:09 [2021-06-10T14:22:09.370Z] #27 8.363 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 8.374 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 8.450 Selecting previously unselected package curl.
14:22:09 [2021-06-10T14:22:09.370Z] #27 8.450 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 8.454 Unpacking curl (7.64.0-4+deb10u2) ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 8.527 Selecting previously unselected package libonig5:amd64.
14:22:09 [2021-06-10T14:22:09.370Z] #27 8.527 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 8.538 Unpacking libonig5:amd64 (6.9.1-1) ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 8.608 Selecting previously unselected package libjq1:amd64.
14:22:09 [2021-06-10T14:22:09.370Z] #27 8.608 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 8.612 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 8.680 Selecting previously unselected package jq.
14:22:09 [2021-06-10T14:22:09.370Z] #27 8.680 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 8.686 Unpacking jq (1.5+dfsg-2+b1) ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 8.738 Setting up libkeyutils1:amd64 (1.6-6) ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 8.755 Setting up libpsl5:amd64 (0.20.2-2) ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 8.768 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 8.931 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 8.944 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 8.963 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 8.976 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 8.991 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 9.006 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 9.019 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 9.032 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 9.045 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 9.058 Setting up openssl (1.1.1d-0+deb10u6) ...
14:22:09 [2021-06-10T14:22:09.370Z] #27 9.084 Setting up libonig5:amd64 (6.9.1-1) ...
14:22:09 [2021-06-10T14:22:09.632Z] #27 9.097 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
14:22:09 [2021-06-10T14:22:09.632Z] #27 9.110 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
14:22:09 [2021-06-10T14:22:09.632Z] #27 9.122 Setting up ca-certificates (20200601~deb10u2) ...
14:22:09 [2021-06-10T14:22:09.632Z] #27 ...
14:22:09 [2021-06-10T14:22:09.632Z] 
14:22:09 [2021-06-10T14:22:09.632Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
14:22:09 [2021-06-10T14:22:09.632Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
14:22:09 [2021-06-10T14:22:09.681Z] #29 3.060 
###                                                                        4.7%
#######                                                                   10.2%
###########                                                               15.4%
##############                                                            20.6%
##################                                                        25.8%
######################                                                    31.2%
##########################                                                36.4%
#############################                                             41.6%
#################################                                         47.1%
#####################################                                     52.4%
#########################################                                 57.8%
#############################################                             63.0%
#################################################                         68.2%
###################################################                       71.4%
######################################################                    75.9%
##########################################################                80.6%
##############################################################            86.2%
################################################################          89.0%
###################################################################       93.5%
#####################################################################     96.0%
######################################################################## 100.0%
14:22:09 [2021-06-10T14:22:09.681Z] #29 5.085 
14:22:09 [2021-06-10T14:22:09.766Z] #27 DONE 13.7s
14:22:09 [2021-06-10T14:22:09.766Z] 
14:22:09 [2021-06-10T14:22:09.766Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
14:22:09 [2021-06-10T14:22:09.766Z] #28 sha256:07373604a7f7fe3d76211db93f997570fd8af25bd7ff67beab8c5264a76fc71d
14:22:10 [2021-06-10T14:22:10.026Z] #28 DONE 0.2s
14:22:10 [2021-06-10T14:22:10.026Z] 
14:22:10 [2021-06-10T14:22:10.026Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
14:22:10 [2021-06-10T14:22:10.026Z] #29 sha256:33bea8ebe3403cff1d0579811c50640e76e751a2362e20e619f577f28f8ceb2e
14:22:10 [2021-06-10T14:22:10.245Z] #29 5.686 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
14:22:10 [2021-06-10T14:22:10.506Z] #29 5.863 
14:22:10 [2021-06-10T14:22:10.766Z] #29 5.957 
######################################################################## 100.0%
14:22:10 [2021-06-10T14:22:10.766Z] #29 5.986 
14:22:10 [2021-06-10T14:22:10.964Z] #29 1.009 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
14:22:10 [2021-06-10T14:22:10.964Z] #29 1.076 
14:22:11 [2021-06-10T14:22:11.024Z] #29 6.292 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
14:22:11 [2021-06-10T14:22:11.024Z] #29 6.387 
14:22:11 [2021-06-10T14:22:11.024Z] #29 6.514 
######################################################################## 100.0%
14:22:11 [2021-06-10T14:22:11.283Z] #29 6.541 
14:22:11 [2021-06-10T14:22:11.547Z] #29 6.896 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)...
14:22:11 [2021-06-10T14:22:11.755Z] #29 1.220 
#########                                                                 12.5%
###############################                                           43.7%
#############################################                             63.5%
#####################################################                     74.8%
######################################################################## 100.0%
14:22:11 [2021-06-10T14:22:11.755Z] #29 1.813 
14:22:11 [2021-06-10T14:22:11.806Z] #29 6.983 
14:22:12 [2021-06-10T14:22:12.015Z] #29 1.917 
######################################################################## 100.0%
14:22:12 [2021-06-10T14:22:12.015Z] #29 2.005 
14:22:12 [2021-06-10T14:22:12.173Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.5s done
14:22:12 [2021-06-10T14:22:12.277Z] #29 2.130 
############################################################              84.7%
######################################################################## 100.0%
14:22:12 [2021-06-10T14:22:12.277Z] #29 2.222 
14:22:12 [2021-06-10T14:22:12.322Z] #29 7.111 
#####                                                                      8.0%
#####################                                                     30.4%
##################################                                        48.4%
###############################################                           66.5%
############################################################              84.5%
####################################################################      94.9%
#######################################################################   99.2%
######################################################################## 100.0%
14:22:12 [2021-06-10T14:22:12.432Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e
14:22:12 [2021-06-10T14:22:12.580Z] #29 7.761 
14:22:12 [2021-06-10T14:22:12.799Z] #29 2.338 
##########                                                                14.3%
##########################                                                36.5%
########################################                                  55.6%
######################################################                    75.0%
###################################################################       94.3%
######################################################################## 100.0%
14:22:12 [2021-06-10T14:22:12.799Z] #29 2.847 
14:22:12 [2021-06-10T14:22:12.838Z] #29 8.114 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
14:22:12 [2021-06-10T14:22:12.838Z] #29 8.230 
14:22:12 [2021-06-10T14:22:12.838Z] #29 8.307 
######################################################################## 100.0%
14:22:13 [2021-06-10T14:22:13.096Z] #29 8.340 
14:22:13 [2021-06-10T14:22:13.096Z] #29 8.589 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
14:22:13 [2021-06-10T14:22:13.353Z] #29 8.686 
14:22:13 [2021-06-10T14:22:13.353Z] #29 8.755 
######################################################################## 100.0%
14:22:13 [2021-06-10T14:22:13.353Z] #29 8.787 
14:22:13 [2021-06-10T14:22:13.353Z] #29 8.798 Download of images into '/build' complete.
14:22:13 [2021-06-10T14:22:13.353Z] #29 8.798 Use something like the following to load the result into a Docker daemon:
14:22:13 [2021-06-10T14:22:13.353Z] #29 8.798   tar -cC '/build' . | docker load
14:22:13 [2021-06-10T14:22:13.917Z] #29 ...
14:22:13 [2021-06-10T14:22:13.917Z] 
14:22:13 [2021-06-10T14:22:13.917Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list
14:22:13 [2021-06-10T14:22:13.917Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9
14:22:13 [2021-06-10T14:22:13.917Z] #12 DONE 5.5s
14:22:13 [2021-06-10T14:22:13.917Z] 
14:22:13 [2021-06-10T14:22:13.917Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:22:13 [2021-06-10T14:22:13.917Z] #45 sha256:c68427fdde4486e6953a83e7abbfb70bf4899bddbd16f59fe7daae979cc488f0
14:22:13 [2021-06-10T14:22:13.917Z] #45 5.447 + RM_GOPATH=0
14:22:13 [2021-06-10T14:22:13.917Z] #45 5.447 + TMP_GOPATH=
14:22:13 [2021-06-10T14:22:13.917Z] #45 5.447 + : /build
14:22:13 [2021-06-10T14:22:13.917Z] #45 5.447 + '[' -z '' ']'
14:22:13 [2021-06-10T14:22:13.917Z] #45 5.450 ++ mktemp -d
14:22:13 [2021-06-10T14:22:13.917Z] #45 5.450 + export GOPATH=/tmp/tmp.MWFaExD5VF
14:22:13 [2021-06-10T14:22:13.917Z] #45 5.450 + GOPATH=/tmp/tmp.MWFaExD5VF
14:22:13 [2021-06-10T14:22:13.917Z] #45 5.450 + RM_GOPATH=1
14:22:13 [2021-06-10T14:22:13.917Z] #45 5.450 + case "$(go env GOARCH)" in
14:22:13 [2021-06-10T14:22:13.917Z] #45 5.457 ++ go env GOARCH
14:22:13 [2021-06-10T14:22:13.917Z] #45 5.471 + export GO_BUILDMODE=-buildmode=pie
14:22:13 [2021-06-10T14:22:13.917Z] #45 5.471 + GO_BUILDMODE=-buildmode=pie
14:22:13 [2021-06-10T14:22:13.917Z] #45 5.479 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
14:22:13 [2021-06-10T14:22:13.917Z] #45 5.480 ++ dirname /tmp/install/install.sh
14:22:13 [2021-06-10T14:22:13.917Z] #45 5.480 + dir=/tmp/install
14:22:13 [2021-06-10T14:22:13.917Z] #45 5.480 + bin=vndr
14:22:13 [2021-06-10T14:22:13.917Z] #45 5.480 + shift
14:22:13 [2021-06-10T14:22:13.917Z] #45 5.480 + '[' '!' -f /tmp/install/vndr.installer ']'
14:22:13 [2021-06-10T14:22:13.917Z] #45 5.480 + . /tmp/install/vndr.installer
14:22:13 [2021-06-10T14:22:13.917Z] #45 5.480 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
14:22:13 [2021-06-10T14:22:13.917Z] #45 5.480 + install_vndr
14:22:13 [2021-06-10T14:22:13.917Z] #45 5.480 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
14:22:13 [2021-06-10T14:22:13.917Z] #45 5.480 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.MWFaExD5VF/src/github.com/LK4D4/vndr
14:22:13 [2021-06-10T14:22:13.917Z] #45 5.486 Cloning into '/tmp/tmp.MWFaExD5VF/src/github.com/LK4D4/vndr'...
14:22:13 [2021-06-10T14:22:13.917Z] #45 ...
14:22:13 [2021-06-10T14:22:13.917Z] 
14:22:13 [2021-06-10T14:22:13.917Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
14:22:13 [2021-06-10T14:22:13.917Z] #29 sha256:449713631bb8909a1540dabc35c00048a8367b60ab01fdf5f3b9971434c50a5d
14:22:13 [2021-06-10T14:22:13.917Z] #29 DONE 9.3s
14:22:13 [2021-06-10T14:22:13.917Z] 
14:22:13 [2021-06-10T14:22:13.917Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:22:13 [2021-06-10T14:22:13.917Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:22:14 [2021-06-10T14:22:14.341Z] #9 ...
14:22:14 [2021-06-10T14:22:14.341Z] 
14:22:14 [2021-06-10T14:22:14.341Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
14:22:14 [2021-06-10T14:22:14.341Z] #27 sha256:39f7219a138fd291fe8dabdc41ab50d922be795eaaa2ec38f63f788b4d15142f
14:22:14 [2021-06-10T14:22:14.341Z] #27 9.745 Updating certificates in /etc/ssl/certs...
14:22:14 [2021-06-10T14:22:14.341Z] #27 10.56 137 added, 0 removed; done.
14:22:14 [2021-06-10T14:22:14.341Z] #27 10.59 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
14:22:14 [2021-06-10T14:22:14.341Z] #27 10.61 Setting up jq (1.5+dfsg-2+b1) ...
14:22:14 [2021-06-10T14:22:14.341Z] #27 10.62 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ...
14:22:14 [2021-06-10T14:22:14.341Z] #27 10.63 Setting up curl (7.64.0-4+deb10u2) ...
14:22:14 [2021-06-10T14:22:14.341Z] #27 10.65 Processing triggers for libc-bin (2.28-10) ...
14:22:14 [2021-06-10T14:22:14.341Z] #27 10.67 Processing triggers for ca-certificates (20200601~deb10u2) ...
14:22:14 [2021-06-10T14:22:14.341Z] #27 10.68 Updating certificates in /etc/ssl/certs...
14:22:14 [2021-06-10T14:22:14.341Z] #27 11.34 0 added, 0 removed; done.
14:22:14 [2021-06-10T14:22:14.341Z] #27 11.34 Running hooks in /etc/ca-certificates/update.d...
14:22:14 [2021-06-10T14:22:14.341Z] #27 11.35 done.
14:22:14 [2021-06-10T14:22:14.341Z] #27 DONE 13.9s
14:22:14 [2021-06-10T14:22:14.341Z] 
14:22:14 [2021-06-10T14:22:14.341Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
14:22:14 [2021-06-10T14:22:14.341Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
14:22:14 [2021-06-10T14:22:14.600Z] #9 ...
14:22:14 [2021-06-10T14:22:14.600Z] 
14:22:14 [2021-06-10T14:22:14.600Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
14:22:14 [2021-06-10T14:22:14.600Z] #28 sha256:5bc0d0281c308b46660c0e553da971b09348f01cf299b7a126e11b9f59452245
14:22:14 [2021-06-10T14:22:14.600Z] #28 DONE 0.2s
14:22:14 [2021-06-10T14:22:14.600Z] 
14:22:14 [2021-06-10T14:22:14.600Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
14:22:14 [2021-06-10T14:22:14.600Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
14:22:14 [2021-06-10T14:22:14.884Z] #29 2.960 
###                                                                        4.6%
#######                                                                    9.9%
##########                                                                15.1%
##############                                                            20.3%
##################                                                        25.5%
######################                                                    30.7%
#########################                                                 35.8%
#############################                                             41.2%
#################################                                         46.4%
#####################################                                     51.6%
########################################                                  56.8%
########################################                                  56.9%
###########################################                               60.6%
##################################################                        70.7%
##########################################################                81.5%
14:22:14 [2021-06-10T14:22:14.884Z] #29 ...
14:22:14 [2021-06-10T14:22:14.884Z] 
14:22:14 [2021-06-10T14:22:14.884Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
14:22:14 [2021-06-10T14:22:14.884Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
14:22:14 [2021-06-10T14:22:14.884Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.5s done
14:22:14 [2021-06-10T14:22:14.884Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 6.0s done
14:22:14 [2021-06-10T14:22:14.884Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done
14:22:14 [2021-06-10T14:22:14.884Z] #9 DONE 30.6s
14:22:14 [2021-06-10T14:22:14.884Z] 
14:22:14 [2021-06-10T14:22:14.884Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
14:22:14 [2021-06-10T14:22:14.884Z] #29 sha256:33bea8ebe3403cff1d0579811c50640e76e751a2362e20e619f577f28f8ceb2e
14:22:15 [2021-06-10T14:22:15.145Z] #29 2.960 
###                                                                        4.6%
#######                                                                    9.9%
##########                                                                15.1%
##############                                                            20.3%
##################                                                        25.5%
######################                                                    30.7%
#########################                                                 35.8%
#############################                                             41.2%
#################################                                         46.4%
#####################################                                     51.6%
########################################                                  56.8%
########################################                                  56.9%
###########################################                               60.6%
##################################################                        70.7%
##########################################################                81.5%
###########################################################               82.3%
#############################################################             85.4%
####################################################################      95.6%
######################################################################## 100.0%
14:22:15 [2021-06-10T14:22:15.145Z] #29 5.162 
14:22:15 [2021-06-10T14:22:15.404Z] #29 5.438 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
14:22:15 [2021-06-10T14:22:15.404Z] #29 5.491 
14:22:15 [2021-06-10T14:22:15.404Z] #29 5.525 
######################################################################## 100.0%
14:22:15 [2021-06-10T14:22:15.663Z] #29 5.540 
14:22:15 [2021-06-10T14:22:15.663Z] #29 5.741 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
14:22:15 [2021-06-10T14:22:15.663Z] #29 5.803 
14:22:15 [2021-06-10T14:22:15.922Z] #29 5.851 
######################################################################## 100.0%
14:22:15 [2021-06-10T14:22:15.922Z] #29 5.869 
14:22:15 [2021-06-10T14:22:15.922Z] #29 6.045 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)...
14:22:15 [2021-06-10T14:22:15.922Z] #29 6.096 
14:22:16 [2021-06-10T14:22:16.701Z] #29 6.309 
#########                                                                 13.3%
############                                                              17.6%
###########################################                               59.8%
################################################################          90.2%
####################################################################      95.7%
######################################################################## 100.0%
14:22:16 [2021-06-10T14:22:16.701Z] #29 6.793 
14:22:16 [2021-06-10T14:22:16.960Z] #29 7.001 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
14:22:16 [2021-06-10T14:22:16.960Z] #29 7.064 
14:22:17 [2021-06-10T14:22:17.192Z] #13 3.455 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
14:22:17 [2021-06-10T14:22:17.219Z] #29 7.126 
######################################################################## 100.0%
14:22:17 [2021-06-10T14:22:17.219Z] #29 7.145 
14:22:17 [2021-06-10T14:22:17.219Z] #29 7.279 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
14:22:17 [2021-06-10T14:22:17.219Z] #29 7.335 
14:22:17 [2021-06-10T14:22:17.450Z] #13 3.695 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
14:22:17 [2021-06-10T14:22:17.450Z] #13 3.695 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
14:22:17 [2021-06-10T14:22:17.478Z] #29 7.369 
######################################################################## 100.0%
14:22:17 [2021-06-10T14:22:17.478Z] #29 7.384 
14:22:17 [2021-06-10T14:22:17.478Z] #29 7.394 Download of images into '/build' complete.
14:22:17 [2021-06-10T14:22:17.478Z] #29 7.394 Use something like the following to load the result into a Docker daemon:
14:22:17 [2021-06-10T14:22:17.478Z] #29 7.394   tar -cC '/build' . | docker load
14:22:17 [2021-06-10T14:22:17.707Z] #13 3.755 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
14:22:17 [2021-06-10T14:22:17.899Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.1s
14:22:18 [2021-06-10T14:22:18.272Z] #13 ...
14:22:18 [2021-06-10T14:22:18.272Z] 
14:22:18 [2021-06-10T14:22:18.272Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
14:22:18 [2021-06-10T14:22:18.272Z] #34 sha256:00449d226417ac760e4e1e642825d8640326c5252cdf5ad83f1bbd6ede0837a1
14:22:18 [2021-06-10T14:22:18.272Z] #34 5.438 + RM_GOPATH=0
14:22:18 [2021-06-10T14:22:18.272Z] #34 5.438 + TMP_GOPATH=
14:22:18 [2021-06-10T14:22:18.272Z] #34 5.438 + : /build
14:22:18 [2021-06-10T14:22:18.272Z] #34 5.438 + '[' -z '' ']'
14:22:18 [2021-06-10T14:22:18.272Z] #34 5.440 ++ mktemp -d
14:22:18 [2021-06-10T14:22:18.272Z] #34 5.440 + export GOPATH=/tmp/tmp.8ieUQPbqVE
14:22:18 [2021-06-10T14:22:18.272Z] #34 5.440 + GOPATH=/tmp/tmp.8ieUQPbqVE
14:22:18 [2021-06-10T14:22:18.272Z] #34 5.440 + RM_GOPATH=1
14:22:18 [2021-06-10T14:22:18.272Z] #34 5.440 + case "$(go env GOARCH)" in
14:22:18 [2021-06-10T14:22:18.272Z] #34 5.450 ++ go env GOARCH
14:22:18 [2021-06-10T14:22:18.272Z] #34 5.450 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
14:22:18 [2021-06-10T14:22:18.272Z] #34 5.450 + export GO_BUILDMODE=-buildmode=pie
14:22:18 [2021-06-10T14:22:18.272Z] #34 5.450 + GO_BUILDMODE=-buildmode=pie
14:22:18 [2021-06-10T14:22:18.272Z] #34 5.450 ++ dirname /tmp/install/install.sh
14:22:18 [2021-06-10T14:22:18.272Z] #34 5.450 + dir=/tmp/install
14:22:18 [2021-06-10T14:22:18.272Z] #34 5.450 + bin=tomlv
14:22:18 [2021-06-10T14:22:18.272Z] #34 5.450 + shift
14:22:18 [2021-06-10T14:22:18.272Z] #34 5.450 + '[' '!' -f /tmp/install/tomlv.installer ']'
14:22:18 [2021-06-10T14:22:18.272Z] #34 5.450 + . /tmp/install/tomlv.installer
14:22:18 [2021-06-10T14:22:18.272Z] #34 5.450 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
14:22:18 [2021-06-10T14:22:18.272Z] #34 5.450 + install_tomlv
14:22:18 [2021-06-10T14:22:18.272Z] #34 5.450 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
14:22:18 [2021-06-10T14:22:18.272Z] #34 5.450 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.8ieUQPbqVE/src/github.com/BurntSushi/toml
14:22:18 [2021-06-10T14:22:18.272Z] #34 5.461 Cloning into '/tmp/tmp.8ieUQPbqVE/src/github.com/BurntSushi/toml'...
14:22:18 [2021-06-10T14:22:18.272Z] #34 6.189 + cd /tmp/tmp.8ieUQPbqVE/src/github.com/BurntSushi/toml
14:22:18 [2021-06-10T14:22:18.272Z] #34 6.189 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
14:22:18 [2021-06-10T14:22:18.272Z] #34 6.207 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
14:22:18 [2021-06-10T14:22:18.272Z] #34 6.996 internal/cpu
14:22:18 [2021-06-10T14:22:18.272Z] #34 7.098 runtime/internal/atomic
14:22:18 [2021-06-10T14:22:18.272Z] #34 7.256 runtime/internal/sys
14:22:18 [2021-06-10T14:22:18.272Z] #34 7.444 runtime/internal/math
14:22:18 [2021-06-10T14:22:18.272Z] #34 7.568 math/bits
14:22:18 [2021-06-10T14:22:18.272Z] #34 8.011 internal/bytealg
14:22:18 [2021-06-10T14:22:18.272Z] #34 8.341 math
14:22:18 [2021-06-10T14:22:18.272Z] #34 9.365 runtime
14:22:18 [2021-06-10T14:22:18.470Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.8s done
14:22:18 [2021-06-10T14:22:18.470Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a
14:22:18 [2021-06-10T14:22:18.530Z] #34 ...
14:22:18 [2021-06-10T14:22:18.530Z] 
14:22:18 [2021-06-10T14:22:18.530Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
14:22:18 [2021-06-10T14:22:18.530Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
14:22:18 [2021-06-10T14:22:18.530Z] #32 6.930 + git clone https://github.com/kolyshkin/go-swagger.git .
14:22:18 [2021-06-10T14:22:18.530Z] #32 6.949 Cloning into '.'...
14:22:18 [2021-06-10T14:22:18.530Z] #32 ...
14:22:18 [2021-06-10T14:22:18.530Z] 
14:22:18 [2021-06-10T14:22:18.530Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
14:22:18 [2021-06-10T14:22:18.530Z] #47 sha256:f3aca925f1d5b2a64a90f20455866ccb616e70b5d430cf6c7467224d69e32c44
14:22:18 [2021-06-10T14:22:18.530Z] #47 7.108 + RM_GOPATH=0
14:22:18 [2021-06-10T14:22:18.530Z] #47 7.108 + TMP_GOPATH=
14:22:18 [2021-06-10T14:22:18.530Z] #47 7.108 + : /build
14:22:18 [2021-06-10T14:22:18.530Z] #47 7.108 + '[' -z '' ']'
14:22:18 [2021-06-10T14:22:18.530Z] #47 7.108 ++ mktemp -d
14:22:18 [2021-06-10T14:22:18.530Z] #47 7.108 + export GOPATH=/tmp/tmp.gbN5zibngu
14:22:18 [2021-06-10T14:22:18.530Z] #47 7.108 + GOPATH=/tmp/tmp.gbN5zibngu
14:22:18 [2021-06-10T14:22:18.530Z] #47 7.108 + RM_GOPATH=1
14:22:18 [2021-06-10T14:22:18.530Z] #47 7.108 + case "$(go env GOARCH)" in
14:22:18 [2021-06-10T14:22:18.530Z] #47 7.108 ++ go env GOARCH
14:22:18 [2021-06-10T14:22:18.530Z] #47 7.200 + export GO_BUILDMODE=-buildmode=pie
14:22:18 [2021-06-10T14:22:18.530Z] #47 7.200 + GO_BUILDMODE=-buildmode=pie
14:22:18 [2021-06-10T14:22:18.530Z] #47 7.200 ++ dirname /tmp/install/install.sh
14:22:18 [2021-06-10T14:22:18.530Z] #47 7.200 + dir=/tmp/install
14:22:18 [2021-06-10T14:22:18.530Z] #47 7.200 + bin=gotestsum
14:22:18 [2021-06-10T14:22:18.530Z] #47 7.200 + shift
14:22:18 [2021-06-10T14:22:18.530Z] #47 7.200 + '[' '!' -f /tmp/install/gotestsum.installer ']'
14:22:18 [2021-06-10T14:22:18.530Z] #47 7.200 + . /tmp/install/gotestsum.installer
14:22:18 [2021-06-10T14:22:18.530Z] #47 7.200 ++ : v0.5.3
14:22:18 [2021-06-10T14:22:18.530Z] #47 7.200 + install_gotestsum
14:22:18 [2021-06-10T14:22:18.530Z] #47 7.200 + set -e
14:22:18 [2021-06-10T14:22:18.530Z] #47 7.220 + export GO111MODULE=on
14:22:18 [2021-06-10T14:22:18.530Z] #47 7.220 + GO111MODULE=on
14:22:18 [2021-06-10T14:22:18.530Z] #47 7.220 + GOBIN=/build
14:22:18 [2021-06-10T14:22:18.530Z] #47 7.220 + go get gotest.tools/gotestsum@v0.5.3
14:22:18 [2021-06-10T14:22:18.530Z] #47 7.229 go: finding gotest.tools/gotestsum v0.5.3
14:22:18 [2021-06-10T14:22:18.530Z] #47 7.229 go: finding gotest.tools v0.5.3
14:22:18 [2021-06-10T14:22:18.530Z] #47 8.913 go: downloading gotest.tools/gotestsum v0.5.3
14:22:18 [2021-06-10T14:22:18.530Z] #47 9.758 go: extracting gotest.tools/gotestsum v0.5.3
14:22:18 [2021-06-10T14:22:18.734Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done
14:22:18 [2021-06-10T14:22:18.788Z] #47 ...
14:22:18 [2021-06-10T14:22:18.788Z] 
14:22:18 [2021-06-10T14:22:18.788Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
14:22:18 [2021-06-10T14:22:18.788Z] #51 sha256:211c575dc25b9b0cf9000ae948ded2f6fba157c1a093eb0bc11100e00b64efc5
14:22:18 [2021-06-10T14:22:18.788Z] #51 5.558 + RM_GOPATH=0
14:22:18 [2021-06-10T14:22:18.788Z] #51 5.558 + TMP_GOPATH=
14:22:18 [2021-06-10T14:22:18.788Z] #51 5.558 + : /build
14:22:18 [2021-06-10T14:22:18.788Z] #51 5.558 + '[' -z '' ']'
14:22:18 [2021-06-10T14:22:18.788Z] #51 5.558 ++ mktemp -d
14:22:18 [2021-06-10T14:22:18.788Z] #51 5.558 + export GOPATH=/tmp/tmp.i4SP7TiaTL
14:22:18 [2021-06-10T14:22:18.788Z] #51 5.558 + GOPATH=/tmp/tmp.i4SP7TiaTL
14:22:18 [2021-06-10T14:22:18.788Z] #51 5.558 + RM_GOPATH=1
14:22:18 [2021-06-10T14:22:18.788Z] #51 5.558 + case "$(go env GOARCH)" in
14:22:18 [2021-06-10T14:22:18.788Z] #51 5.558 ++ go env GOARCH
14:22:18 [2021-06-10T14:22:18.788Z] #51 5.594 + export GO_BUILDMODE=-buildmode=pie
14:22:18 [2021-06-10T14:22:18.788Z] #51 5.594 + GO_BUILDMODE=-buildmode=pie
14:22:18 [2021-06-10T14:22:18.788Z] #51 5.594 ++ dirname /tmp/install/install.sh
14:22:18 [2021-06-10T14:22:18.788Z] #51 5.594 + dir=/tmp/install
14:22:18 [2021-06-10T14:22:18.788Z] #51 5.594 + bin=shfmt
14:22:18 [2021-06-10T14:22:18.788Z] #51 5.594 + shift
14:22:18 [2021-06-10T14:22:18.788Z] #51 5.594 + '[' '!' -f /tmp/install/shfmt.installer ']'
14:22:18 [2021-06-10T14:22:18.788Z] #51 5.594 + . /tmp/install/shfmt.installer
14:22:18 [2021-06-10T14:22:18.788Z] #51 5.594 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
14:22:18 [2021-06-10T14:22:18.788Z] #51 5.594 + install_shfmt
14:22:18 [2021-06-10T14:22:18.788Z] #51 5.594 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
14:22:18 [2021-06-10T14:22:18.788Z] #51 5.594 + git clone https://github.com/mvdan/sh.git /tmp/tmp.i4SP7TiaTL/src/github.com/mvdan/sh
14:22:18 [2021-06-10T14:22:18.788Z] #51 5.594 Cloning into '/tmp/tmp.i4SP7TiaTL/src/github.com/mvdan/sh'...
14:22:18 [2021-06-10T14:22:18.788Z] #51 5.594 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
14:22:18 [2021-06-10T14:22:18.788Z] #51 ...
14:22:18 [2021-06-10T14:22:18.788Z] 
14:22:18 [2021-06-10T14:22:18.788Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
14:22:18 [2021-06-10T14:22:18.788Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
14:22:18 [2021-06-10T14:22:18.788Z] #40 6.880 + git clone https://github.com/docker/distribution.git .
14:22:18 [2021-06-10T14:22:18.788Z] #40 6.880 Cloning into '.'...
14:22:18 [2021-06-10T14:22:18.997Z] #9 DONE 30.8s
14:22:18 [2021-06-10T14:22:18.997Z] 
14:22:18 [2021-06-10T14:22:18.997Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
14:22:18 [2021-06-10T14:22:18.997Z] #29 sha256:79537fd9726dea5a5cfcc531690c9c2c136408954a0c08afc4670926543fed0f
14:22:18 [2021-06-10T14:22:18.997Z] #29 1.173 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
14:22:18 [2021-06-10T14:22:18.997Z] #29 1.252 
14:22:18 [2021-06-10T14:22:18.998Z] #29 1.366 
#######                                                                   10.9%
########################                                                  33.5%
#######################################                                   54.6%
######################################################                    76.0%
#####################################################################     96.7%
######################################################################## 100.0%
14:22:18 [2021-06-10T14:22:18.998Z] #29 1.892 
14:22:18 [2021-06-10T14:22:18.998Z] #29 2.011 
########################################                                  55.7%
######################################################################## 100.0%
14:22:18 [2021-06-10T14:22:18.998Z] #29 2.117 
14:22:18 [2021-06-10T14:22:18.998Z] #29 2.232 
#####################################                                     52.4%
######################################################################## 100.0%
14:22:18 [2021-06-10T14:22:18.998Z] #29 2.343 
14:22:18 [2021-06-10T14:22:18.998Z] #29 2.565 
##                                                                         3.7%
##############                                                            19.8%
#######################################                                   55.2%
####################################################################      94.7%
######################################################################## 100.0%
14:22:18 [2021-06-10T14:22:18.998Z] #29 2.979 
14:22:19 [2021-06-10T14:22:19.047Z] #40 ...
14:22:19 [2021-06-10T14:22:19.047Z] 
14:22:19 [2021-06-10T14:22:19.047Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
14:22:19 [2021-06-10T14:22:19.047Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
14:22:19 [2021-06-10T14:22:19.047Z] #55 7.341 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
14:22:19 [2021-06-10T14:22:19.047Z] #55 7.408 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
14:22:19 [2021-06-10T14:22:19.047Z] #55 7.408 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
14:22:19 [2021-06-10T14:22:19.047Z] #55 9.205 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
14:22:19 [2021-06-10T14:22:19.305Z] #55 ...
14:22:19 [2021-06-10T14:22:19.305Z] 
14:22:19 [2021-06-10T14:22:19.305Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
14:22:19 [2021-06-10T14:22:19.305Z] #49 sha256:95026724dd7bce7d399fecdf62a1c515ecd25bdd41463a7142a32de4604eb7d8
14:22:19 [2021-06-10T14:22:19.305Z] #49 6.938 + RM_GOPATH=0
14:22:19 [2021-06-10T14:22:19.305Z] #49 6.938 + TMP_GOPATH=
14:22:19 [2021-06-10T14:22:19.305Z] #49 6.938 + : /build
14:22:19 [2021-06-10T14:22:19.305Z] #49 6.938 + '[' -z '' ']'
14:22:19 [2021-06-10T14:22:19.305Z] #49 6.938 ++ mktemp -d
14:22:19 [2021-06-10T14:22:19.305Z] #49 6.938 + export GOPATH=/tmp/tmp.CTxPd4kfhq
14:22:19 [2021-06-10T14:22:19.305Z] #49 6.938 + GOPATH=/tmp/tmp.CTxPd4kfhq
14:22:19 [2021-06-10T14:22:19.305Z] #49 6.938 + RM_GOPATH=1
14:22:19 [2021-06-10T14:22:19.305Z] #49 6.938 + case "$(go env GOARCH)" in
14:22:19 [2021-06-10T14:22:19.305Z] #49 6.938 ++ go env GOARCH
14:22:19 [2021-06-10T14:22:19.305Z] #49 7.010 + export GO_BUILDMODE=-buildmode=pie
14:22:19 [2021-06-10T14:22:19.305Z] #49 7.010 + GO_BUILDMODE=-buildmode=pie
14:22:19 [2021-06-10T14:22:19.305Z] #49 7.010 ++ dirname /tmp/install/install.sh
14:22:19 [2021-06-10T14:22:19.305Z] #49 7.028 + dir=/tmp/install
14:22:19 [2021-06-10T14:22:19.305Z] #49 7.028 + bin=golangci_lint
14:22:19 [2021-06-10T14:22:19.306Z] #49 7.028 + shift
14:22:19 [2021-06-10T14:22:19.306Z] #49 7.028 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
14:22:19 [2021-06-10T14:22:19.306Z] #49 7.028 + . /tmp/install/golangci_lint.installer
14:22:19 [2021-06-10T14:22:19.306Z] #49 7.028 ++ : v1.23.8
14:22:19 [2021-06-10T14:22:19.306Z] #49 7.028 + install_golangci_lint
14:22:19 [2021-06-10T14:22:19.306Z] #49 7.028 + set -e
14:22:19 [2021-06-10T14:22:19.306Z] #49 7.028 + export GO111MODULE=on
14:22:19 [2021-06-10T14:22:19.306Z] #49 7.028 + GO111MODULE=on
14:22:19 [2021-06-10T14:22:19.306Z] #49 7.028 + GOBIN=/build
14:22:19 [2021-06-10T14:22:19.306Z] #49 7.028 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
14:22:19 [2021-06-10T14:22:19.306Z] #49 7.097 go: finding github.com v1.23.8
14:22:19 [2021-06-10T14:22:19.306Z] #49 7.097 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
14:22:19 [2021-06-10T14:22:19.306Z] #49 7.097 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
14:22:19 [2021-06-10T14:22:19.306Z] #49 7.097 go: finding github.com/golangci/golangci-lint v1.23.8
14:22:19 [2021-06-10T14:22:19.306Z] #49 7.097 go: finding github.com/golangci v1.23.8
14:22:19 [2021-06-10T14:22:19.306Z] #49 7.981 go: downloading github.com/golangci/golangci-lint v1.23.8
14:22:19 [2021-06-10T14:22:19.306Z] #49 8.728 go: extracting github.com/golangci/golangci-lint v1.23.8
14:22:19 [2021-06-10T14:22:19.306Z] #49 ...
14:22:19 [2021-06-10T14:22:19.306Z] 
14:22:19 [2021-06-10T14:22:19.306Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
14:22:19 [2021-06-10T14:22:19.306Z] #67 sha256:5ff0276109b028e9bd3404c1600bc206582a29ea594c0c684ab5970596486a6a
14:22:19 [2021-06-10T14:22:19.306Z] #67 5.644 + RM_GOPATH=0
14:22:19 [2021-06-10T14:22:19.306Z] #67 5.644 + TMP_GOPATH=
14:22:19 [2021-06-10T14:22:19.306Z] #67 5.644 + : /build
14:22:19 [2021-06-10T14:22:19.306Z] #67 5.644 + '[' -z '' ']'
14:22:19 [2021-06-10T14:22:19.306Z] #67 5.644 ++ mktemp -d
14:22:19 [2021-06-10T14:22:19.306Z] #67 5.644 + export GOPATH=/tmp/tmp.vf1XMVX8wb
14:22:19 [2021-06-10T14:22:19.306Z] #67 5.644 + GOPATH=/tmp/tmp.vf1XMVX8wb
14:22:19 [2021-06-10T14:22:19.306Z] #67 5.644 + RM_GOPATH=1
14:22:19 [2021-06-10T14:22:19.306Z] #67 5.644 + case "$(go env GOARCH)" in
14:22:19 [2021-06-10T14:22:19.306Z] #67 5.644 ++ go env GOARCH
14:22:19 [2021-06-10T14:22:19.306Z] #67 5.674 + export GO_BUILDMODE=-buildmode=pie
14:22:19 [2021-06-10T14:22:19.306Z] #67 5.674 + GO_BUILDMODE=-buildmode=pie
14:22:19 [2021-06-10T14:22:19.306Z] #67 5.674 ++ dirname /tmp/install/install.sh
14:22:19 [2021-06-10T14:22:19.306Z] #67 5.729 Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8
14:22:19 [2021-06-10T14:22:19.306Z] #67 5.730 + dir=/tmp/install
14:22:19 [2021-06-10T14:22:19.306Z] #67 5.730 + bin=proxy
14:22:19 [2021-06-10T14:22:19.306Z] #67 5.730 + shift
14:22:19 [2021-06-10T14:22:19.306Z] #67 5.730 + '[' '!' -f /tmp/install/proxy.installer ']'
14:22:19 [2021-06-10T14:22:19.306Z] #67 5.730 + . /tmp/install/proxy.installer
14:22:19 [2021-06-10T14:22:19.306Z] #67 5.730 ++ : 64b7a4574d1426139437d20e81c0b6d391130ec8
14:22:19 [2021-06-10T14:22:19.306Z] #67 5.730 + install_proxy
14:22:19 [2021-06-10T14:22:19.306Z] #67 5.730 + case "$1" in
14:22:19 [2021-06-10T14:22:19.306Z] #67 5.730 + export CGO_ENABLED=0
14:22:19 [2021-06-10T14:22:19.306Z] #67 5.730 + CGO_ENABLED=0
14:22:19 [2021-06-10T14:22:19.306Z] #67 5.730 + _install_proxy
14:22:19 [2021-06-10T14:22:19.306Z] #67 5.730 + echo 'Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8'
14:22:19 [2021-06-10T14:22:19.306Z] #67 5.730 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.vf1XMVX8wb/src/github.com/docker/libnetwork
14:22:19 [2021-06-10T14:22:19.306Z] #67 5.730 Cloning into '/tmp/tmp.vf1XMVX8wb/src/github.com/docker/libnetwork'...
14:22:19 [2021-06-10T14:22:19.516Z] #29 3.101 
#                                                                          2.1%
####                                                                       6.4%
####                                                                       6.4%
#########                                                                 13.2%
##################                                                        26.0%
######################                                                    31.2%
##########################                                                36.7%
##############################                                            41.9%
#################################                                         47.0%
#####################################                                     52.3%
#########################################                                 57.5%
#############################################                             62.7%
################################################                          68.0%
####################################################                      73.1%
########################################################                  78.3%
############################################################              83.5%
###############################################################           88.8%
###################################################################       94.0%
#######################################################################   99.3%
######################################################################## 100.0%
14:22:19 [2021-06-10T14:22:19.516Z] #29 4.959 
14:22:19 [2021-06-10T14:22:19.564Z] #67 ...
14:22:19 [2021-06-10T14:22:19.564Z] 
14:22:19 [2021-06-10T14:22:19.564Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
14:22:19 [2021-06-10T14:22:19.564Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
14:22:19 [2021-06-10T14:22:19.564Z] #36 8.061 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
14:22:19 [2021-06-10T14:22:19.564Z] #36 8.140 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
14:22:19 [2021-06-10T14:22:19.564Z] #36 8.140 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
14:22:19 [2021-06-10T14:22:19.564Z] #36 9.806 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
14:22:19 [2021-06-10T14:22:19.564Z] #36 ...
14:22:19 [2021-06-10T14:22:19.564Z] 
14:22:19 [2021-06-10T14:22:19.564Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
14:22:19 [2021-06-10T14:22:19.564Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
14:22:19 [2021-06-10T14:22:19.564Z] #42 7.502 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
14:22:19 [2021-06-10T14:22:19.564Z] #42 7.561 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
14:22:19 [2021-06-10T14:22:19.564Z] #42 7.561 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
14:22:19 [2021-06-10T14:22:19.564Z] #42 9.266 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
14:22:19 [2021-06-10T14:22:19.774Z] #29 5.264 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
14:22:19 [2021-06-10T14:22:19.774Z] #29 5.313 
14:22:19 [2021-06-10T14:22:19.822Z] #42 ...
14:22:19 [2021-06-10T14:22:19.822Z] 
14:22:19 [2021-06-10T14:22:19.822Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
14:22:19 [2021-06-10T14:22:19.822Z] #58 sha256:b9b3a7da80a1a3f74b4306b4ed53cb7789011a0a6f2751c44d246065dafe89f4
14:22:19 [2021-06-10T14:22:19.822Z] #58 6.759 + RM_GOPATH=0
14:22:19 [2021-06-10T14:22:19.822Z] #58 6.759 + TMP_GOPATH=
14:22:19 [2021-06-10T14:22:19.822Z] #58 6.759 + : /build
14:22:19 [2021-06-10T14:22:19.822Z] #58 6.759 + '[' -z '' ']'
14:22:19 [2021-06-10T14:22:19.822Z] #58 6.759 ++ mktemp -d
14:22:19 [2021-06-10T14:22:19.822Z] #58 6.759 + export GOPATH=/tmp/tmp.3PNglZP08n
14:22:19 [2021-06-10T14:22:19.822Z] #58 6.759 + GOPATH=/tmp/tmp.3PNglZP08n
14:22:19 [2021-06-10T14:22:19.822Z] #58 6.759 + RM_GOPATH=1
14:22:19 [2021-06-10T14:22:19.822Z] #58 6.759 + case "$(go env GOARCH)" in
14:22:19 [2021-06-10T14:22:19.822Z] #58 6.759 ++ go env GOARCH
14:22:19 [2021-06-10T14:22:19.822Z] #58 6.781 + export GO_BUILDMODE=-buildmode=pie
14:22:19 [2021-06-10T14:22:19.822Z] #58 6.781 + GO_BUILDMODE=-buildmode=pie
14:22:19 [2021-06-10T14:22:19.822Z] #58 6.848 ++ dirname /tmp/install/install.sh
14:22:19 [2021-06-10T14:22:19.822Z] #58 6.938 + dir=/tmp/install
14:22:19 [2021-06-10T14:22:19.822Z] #58 6.953 + bin=rootlesskit
14:22:19 [2021-06-10T14:22:19.822Z] #58 6.953 + shift
14:22:19 [2021-06-10T14:22:19.822Z] #58 6.953 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
14:22:19 [2021-06-10T14:22:19.822Z] #58 6.953 + . /tmp/install/rootlesskit.installer
14:22:19 [2021-06-10T14:22:19.822Z] #58 6.953 ++ : 4cd567642273d369adaadcbadca00880552c1778
14:22:19 [2021-06-10T14:22:19.822Z] #58 6.953 + install_rootlesskit
14:22:19 [2021-06-10T14:22:19.822Z] #58 6.953 + case "$1" in
14:22:19 [2021-06-10T14:22:19.822Z] #58 6.953 + export CGO_ENABLED=0
14:22:19 [2021-06-10T14:22:19.822Z] #58 6.953 + CGO_ENABLED=0
14:22:19 [2021-06-10T14:22:19.822Z] #58 6.953 + _install_rootlesskit
14:22:19 [2021-06-10T14:22:19.822Z] #58 6.953 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778'
14:22:19 [2021-06-10T14:22:19.822Z] #58 6.953 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.3PNglZP08n/src/github.com/rootless-containers/rootlesskit
14:22:19 [2021-06-10T14:22:19.822Z] #58 6.953 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778
14:22:19 [2021-06-10T14:22:19.822Z] #58 6.979 Cloning into '/tmp/tmp.3PNglZP08n/src/github.com/rootless-containers/rootlesskit'...
14:22:19 [2021-06-10T14:22:19.822Z] #58 ...
14:22:19 [2021-06-10T14:22:19.822Z] 
14:22:19 [2021-06-10T14:22:19.822Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
14:22:19 [2021-06-10T14:22:19.822Z] #24 sha256:55b38784cec9bf1a54226fbf38af7a9922c28df7b7358090cc2f6cecfbacfff8
14:22:19 [2021-06-10T14:22:19.822Z] #24 5.802 + RM_GOPATH=0
14:22:19 [2021-06-10T14:22:19.822Z] #24 5.802 + TMP_GOPATH=
14:22:19 [2021-06-10T14:22:19.822Z] #24 5.802 + : /build
14:22:19 [2021-06-10T14:22:19.822Z] #24 5.802 + '[' -z '' ']'
14:22:19 [2021-06-10T14:22:19.822Z] #24 5.802 ++ mktemp -d
14:22:19 [2021-06-10T14:22:19.822Z] #24 5.802 + export GOPATH=/tmp/tmp.A2SIRromFt
14:22:19 [2021-06-10T14:22:19.822Z] #24 5.802 + GOPATH=/tmp/tmp.A2SIRromFt
14:22:19 [2021-06-10T14:22:19.822Z] #24 5.802 + RM_GOPATH=1
14:22:19 [2021-06-10T14:22:19.822Z] #24 5.802 + case "$(go env GOARCH)" in
14:22:19 [2021-06-10T14:22:19.822Z] #24 5.802 ++ go env GOARCH
14:22:19 [2021-06-10T14:22:19.822Z] #24 5.815 + export GO_BUILDMODE=-buildmode=pie
14:22:19 [2021-06-10T14:22:19.822Z] #24 5.815 + GO_BUILDMODE=-buildmode=pie
14:22:19 [2021-06-10T14:22:19.822Z] #24 5.823 Install docker/cli version 17.06.2-ce from stable
14:22:19 [2021-06-10T14:22:19.822Z] #24 5.823 ++ dirname /tmp/install/install.sh
14:22:19 [2021-06-10T14:22:19.822Z] #24 5.823 + dir=/tmp/install
14:22:19 [2021-06-10T14:22:19.822Z] #24 5.823 + bin=dockercli
14:22:19 [2021-06-10T14:22:19.822Z] #24 5.823 + shift
14:22:19 [2021-06-10T14:22:19.822Z] #24 5.823 + '[' '!' -f /tmp/install/dockercli.installer ']'
14:22:19 [2021-06-10T14:22:19.822Z] #24 5.823 + . /tmp/install/dockercli.installer
14:22:19 [2021-06-10T14:22:19.822Z] #24 5.823 ++ : stable
14:22:19 [2021-06-10T14:22:19.822Z] #24 5.823 ++ : 17.06.2-ce
14:22:19 [2021-06-10T14:22:19.822Z] #24 5.823 + install_dockercli
14:22:19 [2021-06-10T14:22:19.822Z] #24 5.823 + echo 'Install docker/cli version 17.06.2-ce from stable'
14:22:19 [2021-06-10T14:22:19.822Z] #24 5.826 ++ uname -m
14:22:19 [2021-06-10T14:22:19.822Z] #24 5.826 + arch=x86_64
14:22:19 [2021-06-10T14:22:19.822Z] #24 5.826 + '[' x86_64 '!=' x86_64 ']'
14:22:19 [2021-06-10T14:22:19.822Z] #24 5.826 + url=https://download.docker.com/linux/static
14:22:19 [2021-06-10T14:22:19.822Z] #24 5.826 + tar -xz docker/docker
14:22:19 [2021-06-10T14:22:19.822Z] #24 5.832 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
14:22:19 [2021-06-10T14:22:19.941Z] Client:
14:22:19 [2021-06-10T14:22:19.942Z]  Context:    default
14:22:19 [2021-06-10T14:22:19.942Z]  Debug Mode: false
14:22:19 [2021-06-10T14:22:19.942Z]  Plugins:
14:22:19 [2021-06-10T14:22:19.942Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
14:22:19 [2021-06-10T14:22:19.942Z]   buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
14:22:19 [2021-06-10T14:22:19.942Z]   scan: Docker Scan (Docker Inc., v0.7.0)
14:22:19 [2021-06-10T14:22:19.942Z] 
14:22:19 [2021-06-10T14:22:19.942Z] Server:
14:22:19 [2021-06-10T14:22:19.942Z]  Containers: 0
14:22:19 [2021-06-10T14:22:19.942Z]   Running: 0
14:22:19 [2021-06-10T14:22:19.942Z]   Paused: 0
14:22:19 [2021-06-10T14:22:19.942Z]   Stopped: 0
14:22:19 [2021-06-10T14:22:19.942Z]  Images: 0
14:22:19 [2021-06-10T14:22:19.942Z]  Server Version: 20.10.6
14:22:19 [2021-06-10T14:22:19.942Z]  Storage Driver: overlay2
14:22:19 [2021-06-10T14:22:19.942Z]   Backing Filesystem: extfs
14:22:19 [2021-06-10T14:22:19.942Z]   Supports d_type: true
14:22:19 [2021-06-10T14:22:19.942Z]   Native Overlay Diff: true
14:22:19 [2021-06-10T14:22:19.942Z]   userxattr: false
14:22:19 [2021-06-10T14:22:19.942Z]  Logging Driver: json-file
14:22:19 [2021-06-10T14:22:19.942Z]  Cgroup Driver: systemd
14:22:19 [2021-06-10T14:22:19.942Z]  Cgroup Version: 2
14:22:19 [2021-06-10T14:22:19.942Z]  Plugins:
14:22:19 [2021-06-10T14:22:19.942Z]   Volume: local
14:22:19 [2021-06-10T14:22:19.942Z]   Network: bridge host ipvlan macvlan null overlay
14:22:19 [2021-06-10T14:22:19.942Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
14:22:19 [2021-06-10T14:22:19.942Z]  Swarm: inactive
14:22:19 [2021-06-10T14:22:19.942Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
14:22:19 [2021-06-10T14:22:19.942Z]  Default Runtime: runc
14:22:19 [2021-06-10T14:22:19.942Z]  Init Binary: docker-init
14:22:19 [2021-06-10T14:22:19.942Z]  containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d
14:22:19 [2021-06-10T14:22:19.942Z]  runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
14:22:19 [2021-06-10T14:22:19.942Z]  init version: de40ad0
14:22:19 [2021-06-10T14:22:19.942Z]  Security Options:
14:22:19 [2021-06-10T14:22:19.942Z]   apparmor
14:22:19 [2021-06-10T14:22:19.942Z]   seccomp
14:22:19 [2021-06-10T14:22:19.942Z]    Profile: default
14:22:19 [2021-06-10T14:22:19.942Z]   cgroupns
14:22:19 [2021-06-10T14:22:19.942Z]  Kernel Version: 5.4.0-1048-aws
14:22:19 [2021-06-10T14:22:19.942Z]  Operating System: Ubuntu 20.04.2 LTS
14:22:19 [2021-06-10T14:22:19.942Z]  OSType: linux
14:22:19 [2021-06-10T14:22:19.942Z]  Architecture: x86_64
14:22:19 [2021-06-10T14:22:19.942Z]  CPUs: 2
14:22:19 [2021-06-10T14:22:19.942Z]  Total Memory: 7.487GiB
14:22:19 [2021-06-10T14:22:19.942Z]  Name: ip-10-100-100-104
14:22:19 [2021-06-10T14:22:19.942Z]  ID: BPI2:DJ3J:2BX4:S6D2:XUGC:3EVF:YTII:HJPT:TJU6:HPWF:P5M7:CUDP
14:22:19 [2021-06-10T14:22:19.942Z]  Docker Root Dir: /var/lib/docker
14:22:19 [2021-06-10T14:22:19.942Z]  Debug Mode: false
14:22:19 [2021-06-10T14:22:19.942Z]  Registry: https://index.docker.io/v1/
14:22:19 [2021-06-10T14:22:19.942Z]  Labels:
14:22:19 [2021-06-10T14:22:19.942Z]  Experimental: true
14:22:19 [2021-06-10T14:22:19.942Z]  Insecure Registries:
14:22:19 [2021-06-10T14:22:19.942Z]   127.0.0.0/8
14:22:19 [2021-06-10T14:22:19.942Z]  Live Restore Enabled: true
14:22:19 [2021-06-10T14:22:19.942Z] 
14:22:19 [2021-06-10T14:22:19.942Z] WARNING: No kernel memory limit support
14:22:19 [2021-06-10T14:22:19.942Z] WARNING: No oom kill disable support
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
14:22:20 [2021-06-10T14:22:20.014Z] #29 ...
14:22:20 [2021-06-10T14:22:20.014Z] 
14:22:20 [2021-06-10T14:22:20.014Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
14:22:20 [2021-06-10T14:22:20.014Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f
14:22:20 [2021-06-10T14:22:20.014Z] #10 DONE 5.3s
14:22:20 [2021-06-10T14:22:20.033Z] #29 5.367 
######################################################################## 100.0%
14:22:20 [2021-06-10T14:22:20.033Z] #29 5.400 
14:22:20 [2021-06-10T14:22:20.033Z] #29 5.625 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
14:22:20 [2021-06-10T14:22:20.080Z] #24 ...
14:22:20 [2021-06-10T14:22:20.080Z] 
14:22:20 [2021-06-10T14:22:20.080Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
14:22:20 [2021-06-10T14:22:20.080Z] #47 sha256:f3aca925f1d5b2a64a90f20455866ccb616e70b5d430cf6c7467224d69e32c44
14:22:20 [2021-06-10T14:22:20.080Z] #47 11.16 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
14:22:20 [2021-06-10T14:22:20.080Z] #47 11.18 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
14:22:20 [2021-06-10T14:22:20.080Z] #47 11.47 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
14:22:20 [2021-06-10T14:22:20.080Z] #47 11.52 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
14:22:20 [2021-06-10T14:22:20.080Z] #47 11.62 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
14:22:20 [2021-06-10T14:22:20.080Z] #47 11.64 go: downloading github.com/spf13/pflag v1.0.3
14:22:20 [2021-06-10T14:22:20.080Z] #47 11.89 go: downloading github.com/jonboulle/clockwork v0.1.0
14:22:20 [2021-06-10T14:22:20.275Z] 
14:22:20 [2021-06-10T14:22:20.275Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
14:22:20 [2021-06-10T14:22:20.275Z] #29 sha256:33bea8ebe3403cff1d0579811c50640e76e751a2362e20e619f577f28f8ceb2e
14:22:20 [2021-06-10T14:22:20.275Z] #29 DONE 10.2s
14:22:20 [2021-06-10T14:22:20.275Z] 
14:22:20 [2021-06-10T14:22:20.275Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list  && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list
14:22:20 [2021-06-10T14:22:20.275Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42
14:22:20 [2021-06-10T14:22:20.276Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 .
14:22:20 [2021-06-10T14:22:20.291Z] #29 5.678 
14:22:20 [2021-06-10T14:22:20.291Z] #29 5.754 
######################################################################## 100.0%
14:22:20 [2021-06-10T14:22:20.291Z] #29 5.771 
14:22:20 [2021-06-10T14:22:20.341Z] #47 12.01 go: downloading github.com/pkg/errors v0.9.1
14:22:20 [2021-06-10T14:22:20.341Z] #47 12.05 go: downloading github.com/fatih/color v1.9.0
14:22:20 [2021-06-10T14:22:20.341Z] #47 12.09 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
14:22:20 [2021-06-10T14:22:20.539Z] #2 [internal] load .dockerignore
14:22:20 [2021-06-10T14:22:20.539Z] #2 sha256:a5bdb26e029f7a352a002887a9b2458f57589f39baf10fedd3c194624ecd0aff
14:22:20 [2021-06-10T14:22:20.549Z] #29 5.976 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)...
14:22:20 [2021-06-10T14:22:20.549Z] #29 6.030 
14:22:20 [2021-06-10T14:22:20.604Z] #47 12.17 go: extracting github.com/spf13/pflag v1.0.3
14:22:20 [2021-06-10T14:22:20.797Z] #2 transferring context:
14:22:20 [2021-06-10T14:22:20.845Z] #11 DONE 0.8s
14:22:20 [2021-06-10T14:22:20.845Z] 
14:22:20 [2021-06-10T14:22:20.845Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
14:22:20 [2021-06-10T14:22:20.845Z] #58 sha256:eee941f322c8e27ad8dc0aecbeea0f6550409deb3c0d2b95695e4afaf84115a7
14:22:20 [2021-06-10T14:22:20.861Z] #47 12.30 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
14:22:20 [2021-06-10T14:22:20.861Z] #47 12.46 go: extracting github.com/jonboulle/clockwork v0.1.0
14:22:20 [2021-06-10T14:22:20.861Z] #47 12.54 go: extracting github.com/pkg/errors v0.9.1
14:22:21 [2021-06-10T14:22:21.056Z] #2 ...
14:22:21 [2021-06-10T14:22:21.056Z] 
14:22:21 [2021-06-10T14:22:21.056Z] #1 [internal] load build definition from Dockerfile
14:22:21 [2021-06-10T14:22:21.056Z] #1 sha256:e0eb9171dee6c2a85ff08d6c1ef4f2c3ab379c07e943837e88729e7e4b03b332
14:22:21 [2021-06-10T14:22:21.056Z] #1 transferring dockerfile: 17.02kB done
14:22:21 [2021-06-10T14:22:21.056Z] #1 DONE 0.7s
14:22:21 [2021-06-10T14:22:21.056Z] 
14:22:21 [2021-06-10T14:22:21.056Z] #2 [internal] load .dockerignore
14:22:21 [2021-06-10T14:22:21.056Z] #2 sha256:a5bdb26e029f7a352a002887a9b2458f57589f39baf10fedd3c194624ecd0aff
14:22:21 [2021-06-10T14:22:21.056Z] #2 transferring context: 87B done
14:22:21 [2021-06-10T14:22:21.107Z] #58 ...
14:22:21 [2021-06-10T14:22:21.107Z] 
14:22:21 [2021-06-10T14:22:21.107Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
14:22:21 [2021-06-10T14:22:21.107Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2
14:22:21 [2021-06-10T14:22:21.107Z] #39 DONE 0.3s
14:22:21 [2021-06-10T14:22:21.107Z] 
14:22:21 [2021-06-10T14:22:21.107Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
14:22:21 [2021-06-10T14:22:21.107Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415
14:22:21 [2021-06-10T14:22:21.107Z] #31 DONE 0.3s
14:22:21 [2021-06-10T14:22:21.118Z] #47 12.61 go: extracting github.com/fatih/color v1.9.0
14:22:21 [2021-06-10T14:22:21.118Z] #47 12.84 go: downloading github.com/mattn/go-colorable v0.1.6
14:22:21 [2021-06-10T14:22:21.118Z] #47 12.91 go: extracting github.com/mattn/go-colorable v0.1.6
14:22:21 [2021-06-10T14:22:21.314Z] #2 DONE 0.8s
14:22:21 [2021-06-10T14:22:21.314Z] 
14:22:21 [2021-06-10T14:22:21.314Z] #3 resolve image config for docker.io/docker/dockerfile:1.2
14:22:21 [2021-06-10T14:22:21.314Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69
14:22:21 [2021-06-10T14:22:21.327Z] #29 6.142 
###########                                                               16.4%
########################                                                  34.6%
#####################################                                     52.6%
##################################################                        70.6%
###############################################################           88.7%
######################################################################## 100.0%
14:22:21 [2021-06-10T14:22:21.327Z] #29 6.630 
14:22:21 [2021-06-10T14:22:21.327Z] #29 6.848 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
14:22:21 [2021-06-10T14:22:21.327Z] #29 6.904 
14:22:21 [2021-06-10T14:22:21.375Z] 
14:22:21 [2021-06-10T14:22:21.375Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
14:22:21 [2021-06-10T14:22:21.375Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
14:22:21 [2021-06-10T14:22:21.376Z] #47 13.13 go: downloading github.com/mattn/go-isatty v0.0.12
14:22:21 [2021-06-10T14:22:21.573Z] #3 DONE 0.4s
14:22:21 [2021-06-10T14:22:21.587Z] #29 7.032 
######################################################################## 100.0%
14:22:21 [2021-06-10T14:22:21.587Z] #29 7.051 
14:22:21 [2021-06-10T14:22:21.633Z] #47 13.31 go: extracting github.com/mattn/go-isatty v0.0.12
14:22:21 [2021-06-10T14:22:21.832Z] 
14:22:21 [2021-06-10T14:22:21.832Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc
14:22:21 [2021-06-10T14:22:21.832Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727
14:22:21 [2021-06-10T14:22:21.832Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done
14:22:21 [2021-06-10T14:22:21.832Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done
14:22:21 [2021-06-10T14:22:21.832Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done
14:22:21 [2021-06-10T14:22:21.832Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 5.24MB / 9.64MB 0.1s
14:22:21 [2021-06-10T14:22:21.832Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done
14:22:21 [2021-06-10T14:22:21.832Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s
14:22:21 [2021-06-10T14:22:21.845Z] #29 7.210 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
14:22:21 [2021-06-10T14:22:21.845Z] #29 7.259 
14:22:21 [2021-06-10T14:22:21.845Z] #29 7.316 
######################################################################## 100.0%
14:22:21 [2021-06-10T14:22:21.845Z] #29 7.336 
14:22:21 [2021-06-10T14:22:21.845Z] #29 7.346 Download of images into '/build' complete.
14:22:21 [2021-06-10T14:22:21.845Z] #29 7.346 Use something like the following to load the result into a Docker daemon:
14:22:21 [2021-06-10T14:22:21.845Z] #29 7.346   tar -cC '/build' . | docker load
14:22:22 [2021-06-10T14:22:22.091Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s done
14:22:22 [2021-06-10T14:22:22.091Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.1s
14:22:22 [2021-06-10T14:22:22.352Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.3s done
14:22:22 [2021-06-10T14:22:22.611Z] #4 DONE 0.7s
14:22:22 [2021-06-10T14:22:22.611Z] 
14:22:22 [2021-06-10T14:22:22.611Z] #8 [internal] load metadata for docker.io/library/golang:1.13.15-buster
14:22:22 [2021-06-10T14:22:22.611Z] #8 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7
14:22:23 [2021-06-10T14:22:23.530Z] #47 ...
14:22:23 [2021-06-10T14:22:23.530Z] 
14:22:23 [2021-06-10T14:22:23.530Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
14:22:23 [2021-06-10T14:22:23.530Z] #24 sha256:55b38784cec9bf1a54226fbf38af7a9922c28df7b7358090cc2f6cecfbacfff8
14:22:23 [2021-06-10T14:22:23.530Z] #24 14.76 + mkdir -p /build
14:22:23 [2021-06-10T14:22:23.530Z] #24 14.77 + mv docker/docker /build/
14:22:23 [2021-06-10T14:22:23.530Z] #24 14.77 + rmdir docker
14:22:23 [2021-06-10T14:22:23.530Z] #24 DONE 15.1s
14:22:23 [2021-06-10T14:22:23.530Z] 
14:22:23 [2021-06-10T14:22:23.530Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
14:22:23 [2021-06-10T14:22:23.530Z] #47 sha256:f3aca925f1d5b2a64a90f20455866ccb616e70b5d430cf6c7467224d69e32c44
14:22:23 [2021-06-10T14:22:23.530Z] #47 15.08 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
14:22:23 [2021-06-10T14:22:23.989Z] #8 ...
14:22:23 [2021-06-10T14:22:23.989Z] 
14:22:23 [2021-06-10T14:22:23.989Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
14:22:23 [2021-06-10T14:22:23.989Z] #6 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
14:22:23 [2021-06-10T14:22:23.989Z] #6 DONE 1.1s
14:22:23 [2021-06-10T14:22:23.989Z] 
14:22:23 [2021-06-10T14:22:23.989Z] #5 [internal] load metadata for docker.io/library/debian:buster
14:22:23 [2021-06-10T14:22:23.989Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34
14:22:23 [2021-06-10T14:22:23.989Z] #5 DONE 1.2s
14:22:23 [2021-06-10T14:22:23.989Z] 
14:22:23 [2021-06-10T14:22:23.989Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
14:22:23 [2021-06-10T14:22:23.989Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
14:22:23 [2021-06-10T14:22:23.989Z] #7 DONE 1.2s
14:22:23 [2021-06-10T14:22:23.989Z] 
14:22:23 [2021-06-10T14:22:23.989Z] #8 [internal] load metadata for docker.io/library/golang:1.13.15-buster
14:22:23 [2021-06-10T14:22:23.989Z] #8 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7
14:22:23 [2021-06-10T14:22:23.989Z] #8 DONE 1.2s
14:22:24 [2021-06-10T14:22:24.095Z] #47 15.69 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
14:22:24 [2021-06-10T14:22:24.252Z] 
14:22:24 [2021-06-10T14:22:24.252Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
14:22:24 [2021-06-10T14:22:24.252Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
14:22:24 [2021-06-10T14:22:24.252Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
14:22:24 [2021-06-10T14:22:24.252Z] #64 DONE 0.0s
14:22:24 [2021-06-10T14:22:24.252Z] 
14:22:24 [2021-06-10T14:22:24.252Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51
14:22:24 [2021-06-10T14:22:24.252Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b
14:22:24 [2021-06-10T14:22:24.252Z] #26 resolve docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51
14:22:24 [2021-06-10T14:22:24.353Z] #47 ...
14:22:24 [2021-06-10T14:22:24.353Z] 
14:22:24 [2021-06-10T14:22:24.353Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:22:24 [2021-06-10T14:22:24.353Z] #45 sha256:c68427fdde4486e6953a83e7abbfb70bf4899bddbd16f59fe7daae979cc488f0
14:22:24 [2021-06-10T14:22:24.353Z] #45 5.982 + cd /tmp/tmp.MWFaExD5VF/src/github.com/LK4D4/vndr
14:22:24 [2021-06-10T14:22:24.353Z] #45 5.982 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
14:22:24 [2021-06-10T14:22:24.353Z] #45 5.986 + go build -buildmode=pie -v -o /build/vndr .
14:22:24 [2021-06-10T14:22:24.353Z] #45 7.733 internal/cpu
14:22:24 [2021-06-10T14:22:24.353Z] #45 7.864 internal/race
14:22:24 [2021-06-10T14:22:24.353Z] #45 8.003 sync/atomic
14:22:24 [2021-06-10T14:22:24.353Z] #45 8.875 unicode
14:22:24 [2021-06-10T14:22:24.353Z] #45 9.074 internal/bytealg
14:22:24 [2021-06-10T14:22:24.353Z] #45 11.00 runtime
14:22:24 [2021-06-10T14:22:24.353Z] #45 13.10 unicode/utf8
14:22:24 [2021-06-10T14:22:24.353Z] #45 13.88 internal/testlog
14:22:24 [2021-06-10T14:22:24.353Z] #45 14.19 encoding
14:22:24 [2021-06-10T14:22:24.353Z] #45 14.32 unicode/utf16
14:22:24 [2021-06-10T14:22:24.353Z] #45 14.58 container/list
14:22:24 [2021-06-10T14:22:24.353Z] #45 15.62 crypto/internal/subtle
14:22:24 [2021-06-10T14:22:24.353Z] #45 16.16 crypto/subtle
14:22:24 [2021-06-10T14:22:24.353Z] #45 ...
14:22:24 [2021-06-10T14:22:24.353Z] 
14:22:24 [2021-06-10T14:22:24.353Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
14:22:24 [2021-06-10T14:22:24.353Z] #58 sha256:b9b3a7da80a1a3f74b4306b4ed53cb7789011a0a6f2751c44d246065dafe89f4
14:22:24 [2021-06-10T14:22:24.353Z] #58 12.59 + cd /tmp/tmp.3PNglZP08n/src/github.com/rootless-containers/rootlesskit
14:22:24 [2021-06-10T14:22:24.353Z] #58 12.59 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778
14:22:24 [2021-06-10T14:22:24.353Z] #58 12.68 + export GO111MODULE=on
14:22:24 [2021-06-10T14:22:24.353Z] #58 12.68 + GO111MODULE=on
14:22:24 [2021-06-10T14:22:24.353Z] #58 12.68 + export GOPROXY=https://proxy.golang.org
14:22:24 [2021-06-10T14:22:24.353Z] #58 12.68 + GOPROXY=https://proxy.golang.org
14:22:24 [2021-06-10T14:22:24.353Z] #58 12.68 + for f in rootlesskit rootlesskit-docker-proxy
14:22:24 [2021-06-10T14:22:24.353Z] #58 12.68 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
14:22:24 [2021-06-10T14:22:24.353Z] #58 14.74 go: downloading github.com/urfave/cli/v2 v2.3.0
14:22:24 [2021-06-10T14:22:24.353Z] #58 14.74 go: downloading github.com/sirupsen/logrus v1.8.1
14:22:24 [2021-06-10T14:22:24.353Z] #58 14.76 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
14:22:24 [2021-06-10T14:22:24.353Z] #58 14.90 go: downloading github.com/pkg/errors v0.9.1
14:22:24 [2021-06-10T14:22:24.353Z] #58 14.98 go: downloading github.com/moby/vpnkit v0.5.0
14:22:24 [2021-06-10T14:22:24.353Z] #58 15.01 go: downloading github.com/moby/sys/mountinfo v0.4.1
14:22:24 [2021-06-10T14:22:24.353Z] #58 15.02 go: downloading github.com/gofrs/flock v0.8.0
14:22:24 [2021-06-10T14:22:24.353Z] #58 15.02 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
14:22:24 [2021-06-10T14:22:24.353Z] #58 15.36 go: extracting github.com/sirupsen/logrus v1.8.1
14:22:24 [2021-06-10T14:22:24.353Z] #58 15.45 go: downloading github.com/google/uuid v1.2.0
14:22:24 [2021-06-10T14:22:24.353Z] #58 15.69 go: extracting github.com/gofrs/flock v0.8.0
14:22:24 [2021-06-10T14:22:24.353Z] #58 15.86 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
14:22:24 [2021-06-10T14:22:24.353Z] #58 15.90 go: extracting github.com/pkg/errors v0.9.1
14:22:24 [2021-06-10T14:22:24.377Z] #29 DONE 9.9s
14:22:24 [2021-06-10T14:22:24.377Z] 
14:22:24 [2021-06-10T14:22:24.377Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
14:22:24 [2021-06-10T14:22:24.377Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f
14:22:24 [2021-06-10T14:22:24.377Z] #10 DONE 5.5s
14:22:24 [2021-06-10T14:22:24.377Z] 
14:22:24 [2021-06-10T14:22:24.377Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list  && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list
14:22:24 [2021-06-10T14:22:24.377Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42
14:22:24 [2021-06-10T14:22:24.518Z] #26 resolve docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 0.1s done
14:22:24 [2021-06-10T14:22:24.518Z] #26 sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 1.85kB / 1.85kB done
14:22:24 [2021-06-10T14:22:24.518Z] #26 sha256:3e24baa60967d085b95a45129f82af4eb9d1e33aff9559173542ebb15c5d9cb5 529B / 529B done
14:22:24 [2021-06-10T14:22:24.518Z] #26 sha256:4a7a1f4017349067a21bd2de060dcf8b41e49fabf61b0dc3cf86a87e1f6dba9d 1.46kB / 1.46kB done
14:22:24 [2021-06-10T14:22:24.679Z] #32 ...
14:22:24 [2021-06-10T14:22:24.680Z] 
14:22:24 [2021-06-10T14:22:24.680Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list
14:22:24 [2021-06-10T14:22:24.680Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9
14:22:24 [2021-06-10T14:22:24.680Z] #12 DONE 3.2s
14:22:24 [2021-06-10T14:22:24.680Z] 
14:22:24 [2021-06-10T14:22:24.680Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:22:24 [2021-06-10T14:22:24.680Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:22:24 [2021-06-10T14:22:24.782Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 0B / 50.43MB 0.1s
14:22:24 [2021-06-10T14:22:24.782Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 4.19MB / 50.43MB 0.3s
14:22:24 [2021-06-10T14:22:24.918Z] #58 16.40 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
14:22:24 [2021-06-10T14:22:24.918Z] #58 16.48 go: extracting github.com/moby/sys/mountinfo v0.4.1
14:22:24 [2021-06-10T14:22:24.918Z] #58 16.61 go: extracting github.com/google/uuid v1.2.0
14:22:24 [2021-06-10T14:22:24.918Z] #58 16.64 go: downloading github.com/gorilla/mux v1.8.0
14:22:24 [2021-06-10T14:22:24.918Z] #58 16.70 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
14:22:24 [2021-06-10T14:22:24.946Z] #11 DONE 0.7s
14:22:25 [2021-06-10T14:22:25.054Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 13.63MB / 50.43MB 0.4s
14:22:25 [2021-06-10T14:22:25.054Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 18.87MB / 50.43MB 0.6s
14:22:25 [2021-06-10T14:22:25.208Z] 
14:22:25 [2021-06-10T14:22:25.208Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
14:22:25 [2021-06-10T14:22:25.208Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415
14:22:25 [2021-06-10T14:22:25.208Z] #31 ...
14:22:25 [2021-06-10T14:22:25.208Z] 
14:22:25 [2021-06-10T14:22:25.208Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
14:22:25 [2021-06-10T14:22:25.208Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2
14:22:25 [2021-06-10T14:22:25.208Z] #39 DONE 0.3s
14:22:25 [2021-06-10T14:22:25.318Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 21.99MB / 50.43MB 0.8s
14:22:25 [2021-06-10T14:22:25.472Z] 
14:22:25 [2021-06-10T14:22:25.473Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
14:22:25 [2021-06-10T14:22:25.473Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
14:22:25 [2021-06-10T14:22:25.473Z] #40 ...
14:22:25 [2021-06-10T14:22:25.473Z] 
14:22:25 [2021-06-10T14:22:25.473Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
14:22:25 [2021-06-10T14:22:25.473Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415
14:22:25 [2021-06-10T14:22:25.473Z] #31 DONE 0.4s
14:22:25 [2021-06-10T14:22:25.585Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 27.26MB / 50.43MB 1.1s
14:22:25 [2021-06-10T14:22:25.732Z] 
14:22:25 [2021-06-10T14:22:25.732Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
14:22:25 [2021-06-10T14:22:25.732Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
14:22:25 [2021-06-10T14:22:25.846Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 33.55MB / 50.43MB 1.3s
14:22:26 [2021-06-10T14:22:26.105Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 36.19MB / 50.43MB 1.6s
14:22:26 [2021-06-10T14:22:26.364Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 44.04MB / 50.43MB 1.8s
14:22:26 [2021-06-10T14:22:26.622Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 50.33MB / 50.43MB 2.2s
14:22:26 [2021-06-10T14:22:26.815Z] #58 18.43 go: extracting github.com/gorilla/mux v1.8.0
14:22:26 [2021-06-10T14:22:26.815Z] #58 18.43 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
14:22:26 [2021-06-10T14:22:26.815Z] #58 ...
14:22:26 [2021-06-10T14:22:26.815Z] 
14:22:26 [2021-06-10T14:22:26.815Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
14:22:26 [2021-06-10T14:22:26.815Z] #49 sha256:95026724dd7bce7d399fecdf62a1c515ecd25bdd41463a7142a32de4604eb7d8
14:22:26 [2021-06-10T14:22:26.815Z] #49 17.11 go: downloading github.com/fatih/color v1.7.0
14:22:26 [2021-06-10T14:22:26.815Z] #49 17.23 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
14:22:26 [2021-06-10T14:22:26.815Z] #49 17.24 go: downloading github.com/spf13/pflag v1.0.5
14:22:26 [2021-06-10T14:22:26.815Z] #49 17.24 go: downloading github.com/pkg/errors v0.8.1
14:22:26 [2021-06-10T14:22:26.815Z] #49 17.34 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
14:22:26 [2021-06-10T14:22:26.815Z] #49 17.34 go: downloading github.com/go-lintpack/lintpack v0.5.2
14:22:26 [2021-06-10T14:22:26.815Z] #49 17.34 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
14:22:26 [2021-06-10T14:22:26.815Z] #49 17.61 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
14:22:26 [2021-06-10T14:22:26.815Z] #49 17.61 go: downloading github.com/spf13/viper v1.6.1
14:22:26 [2021-06-10T14:22:26.815Z] #49 17.73 go: downloading github.com/go-critic/go-critic v0.4.1
14:22:26 [2021-06-10T14:22:26.815Z] #49 17.83 go: extracting github.com/go-lintpack/lintpack v0.5.2
14:22:26 [2021-06-10T14:22:26.815Z] #49 17.84 go: extracting github.com/pkg/errors v0.8.1
14:22:26 [2021-06-10T14:22:26.815Z] #49 17.85 go: extracting github.com/fatih/color v1.7.0
14:22:26 [2021-06-10T14:22:26.815Z] #49 18.14 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
14:22:26 [2021-06-10T14:22:26.816Z] #49 18.21 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
14:22:26 [2021-06-10T14:22:26.816Z] #49 18.34 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
14:22:26 [2021-06-10T14:22:26.816Z] #49 18.37 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
14:22:26 [2021-06-10T14:22:26.816Z] #49 18.39 go: extracting github.com/spf13/pflag v1.0.5
14:22:26 [2021-06-10T14:22:26.816Z] #49 18.53 go: extracting github.com/spf13/viper v1.6.1
14:22:27 [2021-06-10T14:22:27.074Z] #49 18.64 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
14:22:27 [2021-06-10T14:22:27.074Z] #49 18.70 go: downloading github.com/mattn/go-isatty v0.0.8
14:22:27 [2021-06-10T14:22:27.074Z] #49 18.89 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
14:22:27 [2021-06-10T14:22:27.189Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 50.43MB / 50.43MB 2.7s done
14:22:27 [2021-06-10T14:22:27.332Z] #49 18.96 go: extracting github.com/mattn/go-isatty v0.0.8
14:22:27 [2021-06-10T14:22:27.332Z] #49 18.99 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
14:22:27 [2021-06-10T14:22:27.332Z] #49 19.00 go: extracting github.com/go-critic/go-critic v0.4.1
14:22:27 [2021-06-10T14:22:27.448Z] #26 extracting sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87
14:22:27 [2021-06-10T14:22:27.589Z] #49 19.31 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
14:22:28 [2021-06-10T14:22:28.155Z] #49 19.85 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
14:22:28 [2021-06-10T14:22:28.413Z] #49 20.02 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
14:22:28 [2021-06-10T14:22:28.413Z] #49 20.23 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
14:22:28 [2021-06-10T14:22:28.881Z] #13 4.340 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
14:22:28 [2021-06-10T14:22:28.882Z] #13 4.466 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
14:22:28 [2021-06-10T14:22:28.882Z] #13 4.467 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
14:22:28 [2021-06-10T14:22:28.882Z] #13 4.469 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
14:22:29 [2021-06-10T14:22:29.098Z] #32 ...
14:22:29 [2021-06-10T14:22:29.099Z] 
14:22:29 [2021-06-10T14:22:29.099Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list
14:22:29 [2021-06-10T14:22:29.099Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9
14:22:29 [2021-06-10T14:22:29.099Z] #12 DONE 3.7s
14:22:29 [2021-06-10T14:22:29.099Z] 
14:22:29 [2021-06-10T14:22:29.099Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:22:29 [2021-06-10T14:22:29.099Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:22:29 [2021-06-10T14:22:29.451Z] #13 ...
14:22:29 [2021-06-10T14:22:29.451Z] 
14:22:29 [2021-06-10T14:22:29.451Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
14:22:29 [2021-06-10T14:22:29.451Z] #58 sha256:eee941f322c8e27ad8dc0aecbeea0f6550409deb3c0d2b95695e4afaf84115a7
14:22:29 [2021-06-10T14:22:29.451Z] #58 5.743 + RM_GOPATH=0
14:22:29 [2021-06-10T14:22:29.451Z] #58 5.743 + TMP_GOPATH=
14:22:29 [2021-06-10T14:22:29.451Z] #58 5.743 + : /build
14:22:29 [2021-06-10T14:22:29.451Z] #58 5.743 + '[' -z '' ']'
14:22:29 [2021-06-10T14:22:29.451Z] #58 5.744 ++ mktemp -d
14:22:29 [2021-06-10T14:22:29.451Z] #58 5.745 + export GOPATH=/tmp/tmp.jgYkaAOKYe
14:22:29 [2021-06-10T14:22:29.451Z] #58 5.745 + GOPATH=/tmp/tmp.jgYkaAOKYe
14:22:29 [2021-06-10T14:22:29.451Z] #58 5.745 + RM_GOPATH=1
14:22:29 [2021-06-10T14:22:29.451Z] #58 5.745 + case "$(go env GOARCH)" in
14:22:29 [2021-06-10T14:22:29.451Z] #58 5.745 ++ go env GOARCH
14:22:29 [2021-06-10T14:22:29.451Z] #58 5.798 + export GO_BUILDMODE=-buildmode=pie
14:22:29 [2021-06-10T14:22:29.451Z] #58 5.798 + GO_BUILDMODE=-buildmode=pie
14:22:29 [2021-06-10T14:22:29.451Z] #58 5.798 ++ dirname /tmp/install/install.sh
14:22:29 [2021-06-10T14:22:29.451Z] #58 5.798 + dir=/tmp/install
14:22:29 [2021-06-10T14:22:29.451Z] #58 5.798 + bin=rootlesskit
14:22:29 [2021-06-10T14:22:29.451Z] #58 5.798 + shift
14:22:29 [2021-06-10T14:22:29.451Z] #58 5.798 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
14:22:29 [2021-06-10T14:22:29.451Z] #58 5.798 + . /tmp/install/rootlesskit.installer
14:22:29 [2021-06-10T14:22:29.451Z] #58 5.798 ++ : 4cd567642273d369adaadcbadca00880552c1778
14:22:29 [2021-06-10T14:22:29.451Z] #58 5.798 + install_rootlesskit
14:22:29 [2021-06-10T14:22:29.451Z] #58 5.798 + case "$1" in
14:22:29 [2021-06-10T14:22:29.451Z] #58 5.798 + export CGO_ENABLED=0
14:22:29 [2021-06-10T14:22:29.451Z] #58 5.798 + CGO_ENABLED=0
14:22:29 [2021-06-10T14:22:29.451Z] #58 5.798 + _install_rootlesskit
14:22:29 [2021-06-10T14:22:29.451Z] #58 5.806 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778
14:22:29 [2021-06-10T14:22:29.451Z] #58 5.806 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778'
14:22:29 [2021-06-10T14:22:29.451Z] #58 5.806 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.jgYkaAOKYe/src/github.com/rootless-containers/rootlesskit
14:22:29 [2021-06-10T14:22:29.451Z] #58 5.833 Cloning into '/tmp/tmp.jgYkaAOKYe/src/github.com/rootless-containers/rootlesskit'...
14:22:29 [2021-06-10T14:22:29.787Z] #49 ...
14:22:29 [2021-06-10T14:22:29.787Z] 
14:22:29 [2021-06-10T14:22:29.787Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:22:29 [2021-06-10T14:22:29.787Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:22:29 [2021-06-10T14:22:29.787Z] #13 5.903 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [479 kB]
14:22:29 [2021-06-10T14:22:29.787Z] #13 7.856 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
14:22:29 [2021-06-10T14:22:29.787Z] #13 10.26 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB]
14:22:29 [2021-06-10T14:22:29.787Z] #13 12.67 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
14:22:30 [2021-06-10T14:22:30.045Z] #13 ...
14:22:30 [2021-06-10T14:22:30.045Z] 
14:22:30 [2021-06-10T14:22:30.045Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
14:22:30 [2021-06-10T14:22:30.045Z] #49 sha256:95026724dd7bce7d399fecdf62a1c515ecd25bdd41463a7142a32de4604eb7d8
14:22:30 [2021-06-10T14:22:30.045Z] #49 21.61 go: downloading gopkg.in/ini.v1 v1.51.0
14:22:30 [2021-06-10T14:22:30.045Z] #49 21.77 go: extracting gopkg.in/ini.v1 v1.51.0
14:22:30 [2021-06-10T14:22:30.303Z] #49 21.97 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
14:22:30 [2021-06-10T14:22:30.560Z] #49 ...
14:22:30 [2021-06-10T14:22:30.560Z] 
14:22:30 [2021-06-10T14:22:30.560Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
14:22:30 [2021-06-10T14:22:30.560Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
14:22:30 [2021-06-10T14:22:30.560Z] #42 12.28 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB]
14:22:30 [2021-06-10T14:22:30.560Z] #42 14.78 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
14:22:30 [2021-06-10T14:22:30.753Z] #26 ...
14:22:30 [2021-06-10T14:22:30.753Z] 
14:22:30 [2021-06-10T14:22:30.753Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
14:22:30 [2021-06-10T14:22:30.753Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
14:22:30 [2021-06-10T14:22:30.753Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.1s done
14:22:30 [2021-06-10T14:22:30.753Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
14:22:30 [2021-06-10T14:22:30.753Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done
14:22:30 [2021-06-10T14:22:30.753Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done
14:22:30 [2021-06-10T14:22:30.753Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 3.3s done
14:22:30 [2021-06-10T14:22:30.753Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 2.8s done
14:22:30 [2021-06-10T14:22:30.753Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 5.5s
14:22:30 [2021-06-10T14:22:30.753Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 4.7s done
14:22:30 [2021-06-10T14:22:30.753Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 23.07MB / 68.67MB 5.5s
14:22:30 [2021-06-10T14:22:30.753Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 1.4s
14:22:30 [2021-06-10T14:22:30.753Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 6.29MB / 120.17MB 5.5s
14:22:30 [2021-06-10T14:22:30.753Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 28.31MB / 68.67MB 5.8s
14:22:30 [2021-06-10T14:22:30.753Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 13.63MB / 120.17MB 5.8s
14:22:30 [2021-06-10T14:22:30.753Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 5.8s done
14:22:30 [2021-06-10T14:22:30.753Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 38.80MB / 68.67MB 6.1s
14:22:30 [2021-06-10T14:22:30.753Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 20.97MB / 120.17MB 6.1s
14:22:30 [2021-06-10T14:22:30.753Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 6.1s
14:22:30 [2021-06-10T14:22:30.753Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 6.1s done
14:22:30 [2021-06-10T14:22:30.817Z] #42 ...
14:22:30 [2021-06-10T14:22:30.817Z] 
14:22:30 [2021-06-10T14:22:30.817Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
14:22:30 [2021-06-10T14:22:30.817Z] #47 sha256:f3aca925f1d5b2a64a90f20455866ccb616e70b5d430cf6c7467224d69e32c44
14:22:30 [2021-06-10T14:22:30.817Z] #47 17.55 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
14:22:30 [2021-06-10T14:22:30.817Z] #47 21.17 go: finding github.com/fatih/color v1.9.0
14:22:30 [2021-06-10T14:22:30.817Z] #47 21.23 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
14:22:30 [2021-06-10T14:22:30.817Z] #47 21.28 go: finding github.com/pkg/errors v0.9.1
14:22:30 [2021-06-10T14:22:30.817Z] #47 21.32 go: finding github.com/mattn/go-colorable v0.1.6
14:22:30 [2021-06-10T14:22:30.817Z] #47 21.51 go: finding github.com/spf13/pflag v1.0.3
14:22:30 [2021-06-10T14:22:30.817Z] #47 21.52 go: finding github.com/mattn/go-isatty v0.0.12
14:22:30 [2021-06-10T14:22:30.817Z] #47 21.78 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
14:22:30 [2021-06-10T14:22:30.817Z] #47 21.88 go: finding github.com/jonboulle/clockwork v0.1.0
14:22:30 [2021-06-10T14:22:30.817Z] #47 21.98 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
14:22:30 [2021-06-10T14:22:30.817Z] #47 21.99 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
14:22:30 [2021-06-10T14:22:30.817Z] #47 22.02 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
14:22:30 [2021-06-10T14:22:30.817Z] #47 ...
14:22:30 [2021-06-10T14:22:30.817Z] 
14:22:30 [2021-06-10T14:22:30.817Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
14:22:30 [2021-06-10T14:22:30.817Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
14:22:30 [2021-06-10T14:22:30.817Z] #55 12.54 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB]
14:22:30 [2021-06-10T14:22:30.817Z] #55 15.00 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
14:22:30 [2021-06-10T14:22:30.843Z] #58 ...
14:22:30 [2021-06-10T14:22:30.843Z] 
14:22:30 [2021-06-10T14:22:30.843Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
14:22:30 [2021-06-10T14:22:30.843Z] #67 sha256:5f20f593b966eb7b2adbf03a466ad396f6e3140fc0329578989d5ab1da87d185
14:22:30 [2021-06-10T14:22:30.843Z] #67 4.647 + RM_GOPATH=0
14:22:30 [2021-06-10T14:22:30.843Z] #67 4.647 + TMP_GOPATH=
14:22:30 [2021-06-10T14:22:30.843Z] #67 4.647 + : /build
14:22:30 [2021-06-10T14:22:30.843Z] #67 4.647 + '[' -z '' ']'
14:22:30 [2021-06-10T14:22:30.843Z] #67 4.647 ++ mktemp -d
14:22:30 [2021-06-10T14:22:30.843Z] #67 4.647 + export GOPATH=/tmp/tmp.3hsQXRFmng
14:22:30 [2021-06-10T14:22:30.843Z] #67 4.647 + GOPATH=/tmp/tmp.3hsQXRFmng
14:22:30 [2021-06-10T14:22:30.843Z] #67 4.647 + RM_GOPATH=1
14:22:30 [2021-06-10T14:22:30.843Z] #67 4.647 + case "$(go env GOARCH)" in
14:22:30 [2021-06-10T14:22:30.843Z] #67 4.647 ++ go env GOARCH
14:22:30 [2021-06-10T14:22:30.843Z] #67 4.659 Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8
14:22:30 [2021-06-10T14:22:30.843Z] #67 4.659 + export GO_BUILDMODE=-buildmode=pie
14:22:30 [2021-06-10T14:22:30.843Z] #67 4.659 + GO_BUILDMODE=-buildmode=pie
14:22:30 [2021-06-10T14:22:30.843Z] #67 4.659 ++ dirname /tmp/install/install.sh
14:22:30 [2021-06-10T14:22:30.843Z] #67 4.659 + dir=/tmp/install
14:22:30 [2021-06-10T14:22:30.843Z] #67 4.659 + bin=proxy
14:22:30 [2021-06-10T14:22:30.843Z] #67 4.659 + shift
14:22:30 [2021-06-10T14:22:30.843Z] #67 4.659 + '[' '!' -f /tmp/install/proxy.installer ']'
14:22:30 [2021-06-10T14:22:30.843Z] #67 4.659 + . /tmp/install/proxy.installer
14:22:30 [2021-06-10T14:22:30.843Z] #67 4.659 ++ : 64b7a4574d1426139437d20e81c0b6d391130ec8
14:22:30 [2021-06-10T14:22:30.843Z] #67 4.659 + install_proxy
14:22:30 [2021-06-10T14:22:30.843Z] #67 4.659 + case "$1" in
14:22:30 [2021-06-10T14:22:30.843Z] #67 4.659 + export CGO_ENABLED=0
14:22:30 [2021-06-10T14:22:30.843Z] #67 4.659 + CGO_ENABLED=0
14:22:30 [2021-06-10T14:22:30.843Z] #67 4.659 + _install_proxy
14:22:30 [2021-06-10T14:22:30.843Z] #67 4.659 + echo 'Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8'
14:22:30 [2021-06-10T14:22:30.843Z] #67 4.659 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.3hsQXRFmng/src/github.com/docker/libnetwork
14:22:30 [2021-06-10T14:22:30.843Z] #67 4.659 Cloning into '/tmp/tmp.3hsQXRFmng/src/github.com/docker/libnetwork'...
14:22:31 [2021-06-10T14:22:31.011Z] #9 ...
14:22:31 [2021-06-10T14:22:31.011Z] 
14:22:31 [2021-06-10T14:22:31.011Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
14:22:31 [2021-06-10T14:22:31.011Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
14:22:31 [2021-06-10T14:22:31.011Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
14:22:31 [2021-06-10T14:22:31.011Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
14:22:31 [2021-06-10T14:22:31.011Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
14:22:31 [2021-06-10T14:22:31.011Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
14:22:31 [2021-06-10T14:22:31.011Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.6s done
14:22:31 [2021-06-10T14:22:31.011Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 5.0s done
14:22:31 [2021-06-10T14:22:31.011Z] #62 DONE 6.5s
14:22:31 [2021-06-10T14:22:31.011Z] 
14:22:31 [2021-06-10T14:22:31.011Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
14:22:31 [2021-06-10T14:22:31.011Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
14:22:31 [2021-06-10T14:22:31.011Z] #9 ...
14:22:31 [2021-06-10T14:22:31.011Z] 
14:22:31 [2021-06-10T14:22:31.011Z] #23 [internal] load build context
14:22:31 [2021-06-10T14:22:31.011Z] #23 sha256:1b5dc8c845833a9ab636e26c39a2534dd8ab38cc1d9634a219a892b50438e935
14:22:31 [2021-06-10T14:22:31.011Z] #23 transferring context: 37.24MB 6.6s
14:22:31 [2021-06-10T14:22:31.011Z] #23 ...
14:22:31 [2021-06-10T14:22:31.011Z] 
14:22:31 [2021-06-10T14:22:31.011Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
14:22:31 [2021-06-10T14:22:31.011Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
14:22:31 [2021-06-10T14:22:31.011Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 44.04MB / 68.67MB 6.4s
14:22:31 [2021-06-10T14:22:31.074Z] #55 ...
14:22:31 [2021-06-10T14:22:31.074Z] 
14:22:31 [2021-06-10T14:22:31.074Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
14:22:31 [2021-06-10T14:22:31.074Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
14:22:31 [2021-06-10T14:22:31.074Z] #36 12.69 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB]
14:22:31 [2021-06-10T14:22:31.074Z] #36 14.98 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
14:22:31 [2021-06-10T14:22:31.074Z] #36 ...
14:22:31 [2021-06-10T14:22:31.074Z] 
14:22:31 [2021-06-10T14:22:31.074Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
14:22:31 [2021-06-10T14:22:31.074Z] #51 sha256:211c575dc25b9b0cf9000ae948ded2f6fba157c1a093eb0bc11100e00b64efc5
14:22:31 [2021-06-10T14:22:31.074Z] #51 17.46 + cd /tmp/tmp.i4SP7TiaTL/src/github.com/mvdan/sh
14:22:31 [2021-06-10T14:22:31.074Z] #51 17.46 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
14:22:31 [2021-06-10T14:22:31.074Z] #51 17.64 + GO111MODULE=on
14:22:31 [2021-06-10T14:22:31.074Z] #51 17.64 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
14:22:31 [2021-06-10T14:22:31.074Z] #51 19.00 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
14:22:31 [2021-06-10T14:22:31.074Z] #51 19.09 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
14:22:31 [2021-06-10T14:22:31.074Z] #51 19.09 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
14:22:31 [2021-06-10T14:22:31.074Z] #51 19.54 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
14:22:31 [2021-06-10T14:22:31.074Z] #51 19.55 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
14:22:31 [2021-06-10T14:22:31.074Z] #51 20.39 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
14:22:31 [2021-06-10T14:22:31.074Z] #51 21.23 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
14:22:31 [2021-06-10T14:22:31.074Z] #51 22.59 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
14:22:31 [2021-06-10T14:22:31.103Z] #67 ...
14:22:31 [2021-06-10T14:22:31.103Z] 
14:22:31 [2021-06-10T14:22:31.103Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
14:22:31 [2021-06-10T14:22:31.103Z] #24 sha256:a54720773e7c8ef11e3993f1bc48f31e5901f93a76c1b9c73d49cb565619fff0
14:22:31 [2021-06-10T14:22:31.103Z] #24 6.009 + RM_GOPATH=0
14:22:31 [2021-06-10T14:22:31.103Z] #24 6.009 + TMP_GOPATH=
14:22:31 [2021-06-10T14:22:31.103Z] #24 6.010 + : /build
14:22:31 [2021-06-10T14:22:31.103Z] #24 6.010 + '[' -z '' ']'
14:22:31 [2021-06-10T14:22:31.103Z] #24 6.011 ++ mktemp -d
14:22:31 [2021-06-10T14:22:31.103Z] #24 6.046 + export GOPATH=/tmp/tmp.5amrtQK5QM
14:22:31 [2021-06-10T14:22:31.103Z] #24 6.046 + GOPATH=/tmp/tmp.5amrtQK5QM
14:22:31 [2021-06-10T14:22:31.103Z] #24 6.046 + RM_GOPATH=1
14:22:31 [2021-06-10T14:22:31.103Z] #24 6.046 + case "$(go env GOARCH)" in
14:22:31 [2021-06-10T14:22:31.103Z] #24 6.048 ++ go env GOARCH
14:22:31 [2021-06-10T14:22:31.103Z] #24 6.076 + export GO_BUILDMODE=-buildmode=pie
14:22:31 [2021-06-10T14:22:31.103Z] #24 6.076 + GO_BUILDMODE=-buildmode=pie
14:22:31 [2021-06-10T14:22:31.103Z] #24 6.082 ++ dirname /tmp/install/install.sh
14:22:31 [2021-06-10T14:22:31.103Z] #24 6.083 Install docker/cli version 17.06.2-ce from stable
14:22:31 [2021-06-10T14:22:31.103Z] #24 6.084 + dir=/tmp/install
14:22:31 [2021-06-10T14:22:31.103Z] #24 6.084 + bin=dockercli
14:22:31 [2021-06-10T14:22:31.103Z] #24 6.084 + shift
14:22:31 [2021-06-10T14:22:31.103Z] #24 6.084 + '[' '!' -f /tmp/install/dockercli.installer ']'
14:22:31 [2021-06-10T14:22:31.103Z] #24 6.084 + . /tmp/install/dockercli.installer
14:22:31 [2021-06-10T14:22:31.103Z] #24 6.084 ++ : stable
14:22:31 [2021-06-10T14:22:31.103Z] #24 6.084 ++ : 17.06.2-ce
14:22:31 [2021-06-10T14:22:31.103Z] #24 6.084 + install_dockercli
14:22:31 [2021-06-10T14:22:31.103Z] #24 6.084 + echo 'Install docker/cli version 17.06.2-ce from stable'
14:22:31 [2021-06-10T14:22:31.103Z] #24 6.086 ++ uname -m
14:22:31 [2021-06-10T14:22:31.103Z] #24 6.088 + arch=x86_64
14:22:31 [2021-06-10T14:22:31.103Z] #24 6.092 + '[' x86_64 '!=' x86_64 ']'
14:22:31 [2021-06-10T14:22:31.103Z] #24 6.092 + url=https://download.docker.com/linux/static
14:22:31 [2021-06-10T14:22:31.103Z] #24 6.093 + tar -xz docker/docker
14:22:31 [2021-06-10T14:22:31.103Z] #24 6.093 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
14:22:31 [2021-06-10T14:22:31.275Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 27.26MB / 120.17MB 6.5s
14:22:31 [2021-06-10T14:22:31.275Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 49.86MB / 68.67MB 6.7s
14:22:31 [2021-06-10T14:22:31.363Z] #24 ...
14:22:31 [2021-06-10T14:22:31.363Z] 
14:22:31 [2021-06-10T14:22:31.363Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
14:22:31 [2021-06-10T14:22:31.363Z] #49 sha256:80eab13e3fedd573c736671c83a1a84e8fd23e9bd08769841c138f2bf7f00bb7
14:22:31 [2021-06-10T14:22:31.363Z] #49 5.237 + RM_GOPATH=0
14:22:31 [2021-06-10T14:22:31.363Z] #49 5.237 + TMP_GOPATH=
14:22:31 [2021-06-10T14:22:31.363Z] #49 5.237 + : /build
14:22:31 [2021-06-10T14:22:31.363Z] #49 5.237 + '[' -z '' ']'
14:22:31 [2021-06-10T14:22:31.363Z] #49 5.237 ++ mktemp -d
14:22:31 [2021-06-10T14:22:31.363Z] #49 5.241 + export GOPATH=/tmp/tmp.f1tbTugRZ4
14:22:31 [2021-06-10T14:22:31.363Z] #49 5.241 + GOPATH=/tmp/tmp.f1tbTugRZ4
14:22:31 [2021-06-10T14:22:31.363Z] #49 5.241 + RM_GOPATH=1
14:22:31 [2021-06-10T14:22:31.363Z] #49 5.241 + case "$(go env GOARCH)" in
14:22:31 [2021-06-10T14:22:31.363Z] #49 5.241 ++ go env GOARCH
14:22:31 [2021-06-10T14:22:31.363Z] #49 5.271 + export GO_BUILDMODE=-buildmode=pie
14:22:31 [2021-06-10T14:22:31.363Z] #49 5.271 + GO_BUILDMODE=-buildmode=pie
14:22:31 [2021-06-10T14:22:31.363Z] #49 5.271 ++ dirname /tmp/install/install.sh
14:22:31 [2021-06-10T14:22:31.363Z] #49 5.277 + dir=/tmp/install
14:22:31 [2021-06-10T14:22:31.363Z] #49 5.277 + bin=golangci_lint
14:22:31 [2021-06-10T14:22:31.363Z] #49 5.277 + shift
14:22:31 [2021-06-10T14:22:31.363Z] #49 5.277 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
14:22:31 [2021-06-10T14:22:31.363Z] #49 5.277 + . /tmp/install/golangci_lint.installer
14:22:31 [2021-06-10T14:22:31.363Z] #49 5.277 ++ : v1.23.8
14:22:31 [2021-06-10T14:22:31.363Z] #49 5.277 + install_golangci_lint
14:22:31 [2021-06-10T14:22:31.363Z] #49 5.277 + set -e
14:22:31 [2021-06-10T14:22:31.363Z] #49 5.277 + export GO111MODULE=on
14:22:31 [2021-06-10T14:22:31.363Z] #49 5.277 + GO111MODULE=on
14:22:31 [2021-06-10T14:22:31.363Z] #49 5.277 + GOBIN=/build
14:22:31 [2021-06-10T14:22:31.363Z] #49 5.277 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
14:22:31 [2021-06-10T14:22:31.363Z] #49 5.291 go: finding github.com v1.23.8
14:22:31 [2021-06-10T14:22:31.363Z] #49 5.291 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
14:22:31 [2021-06-10T14:22:31.363Z] #49 5.291 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
14:22:31 [2021-06-10T14:22:31.363Z] #49 5.291 go: finding github.com/golangci/golangci-lint v1.23.8
14:22:31 [2021-06-10T14:22:31.363Z] #49 5.291 go: finding github.com/golangci v1.23.8
14:22:31 [2021-06-10T14:22:31.363Z] #49 6.607 go: downloading github.com/golangci/golangci-lint v1.23.8
14:22:31 [2021-06-10T14:22:31.363Z] #49 7.517 go: extracting github.com/golangci/golangci-lint v1.23.8
14:22:31 [2021-06-10T14:22:31.363Z] #49 ...
14:22:31 [2021-06-10T14:22:31.363Z] 
14:22:31 [2021-06-10T14:22:31.363Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:22:31 [2021-06-10T14:22:31.363Z] #45 sha256:42d38f7346c664d1ca94914b7840cafbd6e2c471bfd0c2b97f8234196205f3ba
14:22:31 [2021-06-10T14:22:31.363Z] #45 5.904 + RM_GOPATH=0
14:22:31 [2021-06-10T14:22:31.363Z] #45 5.904 + TMP_GOPATH=
14:22:31 [2021-06-10T14:22:31.363Z] #45 5.904 + : /build
14:22:31 [2021-06-10T14:22:31.363Z] #45 5.904 + '[' -z '' ']'
14:22:31 [2021-06-10T14:22:31.363Z] #45 5.911 ++ mktemp -d
14:22:31 [2021-06-10T14:22:31.363Z] #45 5.921 + export GOPATH=/tmp/tmp.Ss4W0m7TRX
14:22:31 [2021-06-10T14:22:31.363Z] #45 5.921 + GOPATH=/tmp/tmp.Ss4W0m7TRX
14:22:31 [2021-06-10T14:22:31.363Z] #45 5.922 + RM_GOPATH=1
14:22:31 [2021-06-10T14:22:31.363Z] #45 5.922 + case "$(go env GOARCH)" in
14:22:31 [2021-06-10T14:22:31.363Z] #45 5.922 ++ go env GOARCH
14:22:31 [2021-06-10T14:22:31.363Z] #45 6.070 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
14:22:31 [2021-06-10T14:22:31.363Z] #45 6.070 + export GO_BUILDMODE=-buildmode=pie
14:22:31 [2021-06-10T14:22:31.363Z] #45 6.070 + GO_BUILDMODE=-buildmode=pie
14:22:31 [2021-06-10T14:22:31.363Z] #45 6.070 ++ dirname /tmp/install/install.sh
14:22:31 [2021-06-10T14:22:31.363Z] #45 6.070 + dir=/tmp/install
14:22:31 [2021-06-10T14:22:31.363Z] #45 6.070 + bin=vndr
14:22:31 [2021-06-10T14:22:31.363Z] #45 6.070 + shift
14:22:31 [2021-06-10T14:22:31.363Z] #45 6.070 + '[' '!' -f /tmp/install/vndr.installer ']'
14:22:31 [2021-06-10T14:22:31.363Z] #45 6.070 + . /tmp/install/vndr.installer
14:22:31 [2021-06-10T14:22:31.363Z] #45 6.070 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
14:22:31 [2021-06-10T14:22:31.363Z] #45 6.070 + install_vndr
14:22:31 [2021-06-10T14:22:31.363Z] #45 6.070 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
14:22:31 [2021-06-10T14:22:31.363Z] #45 6.074 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.Ss4W0m7TRX/src/github.com/LK4D4/vndr
14:22:31 [2021-06-10T14:22:31.363Z] #45 6.123 Cloning into '/tmp/tmp.Ss4W0m7TRX/src/github.com/LK4D4/vndr'...
14:22:31 [2021-06-10T14:22:31.363Z] #45 7.386 + cd /tmp/tmp.Ss4W0m7TRX/src/github.com/LK4D4/vndr
14:22:31 [2021-06-10T14:22:31.363Z] #45 7.386 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
14:22:31 [2021-06-10T14:22:31.363Z] #45 7.481 + go build -buildmode=pie -v -o /build/vndr .
14:22:31 [2021-06-10T14:22:31.363Z] #45 9.540 internal/race
14:22:31 [2021-06-10T14:22:31.363Z] #45 9.794 sync/atomic
14:22:31 [2021-06-10T14:22:31.363Z] #45 9.836 runtime
14:22:31 [2021-06-10T14:22:31.363Z] #45 10.23 unicode
14:22:31 [2021-06-10T14:22:31.535Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 53.48MB / 68.67MB 6.9s
14:22:31 [2021-06-10T14:22:31.535Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 33.55MB / 120.17MB 6.9s
14:22:31 [2021-06-10T14:22:31.623Z] #45 ...
14:22:31 [2021-06-10T14:22:31.623Z] 
14:22:31 [2021-06-10T14:22:31.623Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
14:22:31 [2021-06-10T14:22:31.623Z] #47 sha256:ac3c36365477004a778124a5be022d62381fa02331dea2fbd28fead177b8c021
14:22:31 [2021-06-10T14:22:31.623Z] #47 4.949 + RM_GOPATH=0
14:22:31 [2021-06-10T14:22:31.623Z] #47 4.949 + TMP_GOPATH=
14:22:31 [2021-06-10T14:22:31.623Z] #47 4.949 + : /build
14:22:31 [2021-06-10T14:22:31.623Z] #47 4.949 + '[' -z '' ']'
14:22:31 [2021-06-10T14:22:31.623Z] #47 4.959 ++ mktemp -d
14:22:31 [2021-06-10T14:22:31.623Z] #47 4.959 + export GOPATH=/tmp/tmp.pkTTynl10I
14:22:31 [2021-06-10T14:22:31.623Z] #47 4.959 + GOPATH=/tmp/tmp.pkTTynl10I
14:22:31 [2021-06-10T14:22:31.623Z] #47 4.959 + RM_GOPATH=1
14:22:31 [2021-06-10T14:22:31.623Z] #47 4.959 + case "$(go env GOARCH)" in
14:22:31 [2021-06-10T14:22:31.623Z] #47 4.967 ++ go env GOARCH
14:22:31 [2021-06-10T14:22:31.623Z] #47 4.991 + export GO_BUILDMODE=-buildmode=pie
14:22:31 [2021-06-10T14:22:31.623Z] #47 4.991 + GO_BUILDMODE=-buildmode=pie
14:22:31 [2021-06-10T14:22:31.623Z] #47 4.991 ++ dirname /tmp/install/install.sh
14:22:31 [2021-06-10T14:22:31.623Z] #47 4.991 + dir=/tmp/install
14:22:31 [2021-06-10T14:22:31.623Z] #47 4.991 + bin=gotestsum
14:22:31 [2021-06-10T14:22:31.623Z] #47 4.991 + shift
14:22:31 [2021-06-10T14:22:31.623Z] #47 4.991 + '[' '!' -f /tmp/install/gotestsum.installer ']'
14:22:31 [2021-06-10T14:22:31.623Z] #47 4.991 + . /tmp/install/gotestsum.installer
14:22:31 [2021-06-10T14:22:31.623Z] #47 4.991 ++ : v0.5.3
14:22:31 [2021-06-10T14:22:31.623Z] #47 4.991 + install_gotestsum
14:22:31 [2021-06-10T14:22:31.623Z] #47 4.991 + set -e
14:22:31 [2021-06-10T14:22:31.623Z] #47 4.991 + export GO111MODULE=on
14:22:31 [2021-06-10T14:22:31.623Z] #47 4.991 + GO111MODULE=on
14:22:31 [2021-06-10T14:22:31.623Z] #47 4.991 + GOBIN=/build
14:22:31 [2021-06-10T14:22:31.623Z] #47 4.991 + go get gotest.tools/gotestsum@v0.5.3
14:22:31 [2021-06-10T14:22:31.623Z] #47 5.057 go: finding gotest.tools v0.5.3
14:22:31 [2021-06-10T14:22:31.623Z] #47 5.072 go: finding gotest.tools/gotestsum v0.5.3
14:22:31 [2021-06-10T14:22:31.623Z] #47 6.075 go: downloading gotest.tools/gotestsum v0.5.3
14:22:31 [2021-06-10T14:22:31.623Z] #47 6.707 go: extracting gotest.tools/gotestsum v0.5.3
14:22:31 [2021-06-10T14:22:31.623Z] #47 8.782 go: downloading github.com/fatih/color v1.9.0
14:22:31 [2021-06-10T14:22:31.623Z] #47 8.909 go: downloading github.com/spf13/pflag v1.0.3
14:22:31 [2021-06-10T14:22:31.623Z] #47 8.997 go: downloading github.com/pkg/errors v0.9.1
14:22:31 [2021-06-10T14:22:31.623Z] #47 9.049 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
14:22:31 [2021-06-10T14:22:31.623Z] #47 9.196 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
14:22:31 [2021-06-10T14:22:31.623Z] #47 9.308 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
14:22:31 [2021-06-10T14:22:31.623Z] #47 9.322 go: downloading github.com/jonboulle/clockwork v0.1.0
14:22:31 [2021-06-10T14:22:31.623Z] #47 9.368 go: extracting github.com/fatih/color v1.9.0
14:22:31 [2021-06-10T14:22:31.623Z] #47 9.457 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
14:22:31 [2021-06-10T14:22:31.623Z] #47 9.464 go: downloading github.com/mattn/go-isatty v0.0.12
14:22:31 [2021-06-10T14:22:31.623Z] #47 9.582 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
14:22:31 [2021-06-10T14:22:31.623Z] #47 9.648 go: extracting github.com/pkg/errors v0.9.1
14:22:31 [2021-06-10T14:22:31.623Z] #47 9.668 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
14:22:31 [2021-06-10T14:22:31.623Z] #47 9.718 go: extracting github.com/jonboulle/clockwork v0.1.0
14:22:31 [2021-06-10T14:22:31.623Z] #47 9.815 go: downloading github.com/mattn/go-colorable v0.1.6
14:22:31 [2021-06-10T14:22:31.623Z] #47 9.987 go: extracting github.com/spf13/pflag v1.0.3
14:22:31 [2021-06-10T14:22:31.623Z] #47 10.07 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
14:22:31 [2021-06-10T14:22:31.623Z] #47 10.27 go: extracting github.com/mattn/go-isatty v0.0.12
14:22:31 [2021-06-10T14:22:31.623Z] #47 10.54 go: extracting github.com/mattn/go-colorable v0.1.6
14:22:31 [2021-06-10T14:22:31.623Z] #47 ...
14:22:31 [2021-06-10T14:22:31.623Z] 
14:22:31 [2021-06-10T14:22:31.623Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
14:22:31 [2021-06-10T14:22:31.623Z] #51 sha256:8db57eefe16a7ab00f092838df8e48b674e35662ebdf2da1df4e3ed00939706f
14:22:31 [2021-06-10T14:22:31.623Z] #51 4.835 + RM_GOPATH=0
14:22:31 [2021-06-10T14:22:31.623Z] #51 4.835 + TMP_GOPATH=
14:22:31 [2021-06-10T14:22:31.623Z] #51 4.835 + : /build
14:22:31 [2021-06-10T14:22:31.623Z] #51 4.835 + '[' -z '' ']'
14:22:31 [2021-06-10T14:22:31.623Z] #51 4.835 ++ mktemp -d
14:22:31 [2021-06-10T14:22:31.623Z] #51 4.835 + export GOPATH=/tmp/tmp.x0Veticsax
14:22:31 [2021-06-10T14:22:31.623Z] #51 4.835 + GOPATH=/tmp/tmp.x0Veticsax
14:22:31 [2021-06-10T14:22:31.623Z] #51 4.835 + RM_GOPATH=1
14:22:31 [2021-06-10T14:22:31.623Z] #51 4.835 + case "$(go env GOARCH)" in
14:22:31 [2021-06-10T14:22:31.623Z] #51 4.835 ++ go env GOARCH
14:22:31 [2021-06-10T14:22:31.623Z] #51 4.855 + export GO_BUILDMODE=-buildmode=pie
14:22:31 [2021-06-10T14:22:31.623Z] #51 4.855 + GO_BUILDMODE=-buildmode=pie
14:22:31 [2021-06-10T14:22:31.623Z] #51 4.855 ++ dirname /tmp/install/install.sh
14:22:31 [2021-06-10T14:22:31.623Z] #51 4.859 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
14:22:31 [2021-06-10T14:22:31.623Z] #51 4.863 + dir=/tmp/install
14:22:31 [2021-06-10T14:22:31.623Z] #51 4.863 + bin=shfmt
14:22:31 [2021-06-10T14:22:31.623Z] #51 4.863 + shift
14:22:31 [2021-06-10T14:22:31.623Z] #51 4.863 + '[' '!' -f /tmp/install/shfmt.installer ']'
14:22:31 [2021-06-10T14:22:31.623Z] #51 4.863 + . /tmp/install/shfmt.installer
14:22:31 [2021-06-10T14:22:31.623Z] #51 4.863 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
14:22:31 [2021-06-10T14:22:31.623Z] #51 4.863 + install_shfmt
14:22:31 [2021-06-10T14:22:31.623Z] #51 4.863 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
14:22:31 [2021-06-10T14:22:31.623Z] #51 4.863 + git clone https://github.com/mvdan/sh.git /tmp/tmp.x0Veticsax/src/github.com/mvdan/sh
14:22:31 [2021-06-10T14:22:31.623Z] #51 4.863 Cloning into '/tmp/tmp.x0Veticsax/src/github.com/mvdan/sh'...
14:22:31 [2021-06-10T14:22:31.640Z] #51 ...
14:22:31 [2021-06-10T14:22:31.640Z] 
14:22:31 [2021-06-10T14:22:31.640Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
14:22:31 [2021-06-10T14:22:31.640Z] #34 sha256:00449d226417ac760e4e1e642825d8640326c5252cdf5ad83f1bbd6ede0837a1
14:22:31 [2021-06-10T14:22:31.640Z] #34 13.38 unicode/utf8
14:22:31 [2021-06-10T14:22:31.640Z] #34 13.96 internal/testlog
14:22:31 [2021-06-10T14:22:31.640Z] #34 14.45 runtime/cgo
14:22:31 [2021-06-10T14:22:31.793Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 59.77MB / 68.67MB 7.2s
14:22:31 [2021-06-10T14:22:31.793Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 39.85MB / 120.17MB 7.2s
14:22:31 [2021-06-10T14:22:31.892Z] #51 ...
14:22:31 [2021-06-10T14:22:31.892Z] 
14:22:31 [2021-06-10T14:22:31.892Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
14:22:31 [2021-06-10T14:22:31.892Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
14:22:31 [2021-06-10T14:22:31.892Z] #55 4.704 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
14:22:31 [2021-06-10T14:22:31.892Z] #55 4.715 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
14:22:31 [2021-06-10T14:22:31.892Z] #55 4.716 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
14:22:31 [2021-06-10T14:22:31.892Z] #55 5.181 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
14:22:31 [2021-06-10T14:22:31.892Z] #55 8.305 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB]
14:22:31 [2021-06-10T14:22:31.892Z] #55 10.60 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
14:22:31 [2021-06-10T14:22:31.892Z] #55 ...
14:22:31 [2021-06-10T14:22:31.892Z] 
14:22:31 [2021-06-10T14:22:31.892Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
14:22:31 [2021-06-10T14:22:31.892Z] #34 sha256:197c3de5ab27ce794fc93345d34e9ec4f1e42edd1718a2dbf32b7205d2b7770e
14:22:31 [2021-06-10T14:22:31.892Z] #34 5.486 + RM_GOPATH=0
14:22:31 [2021-06-10T14:22:31.892Z] #34 5.486 + TMP_GOPATH=
14:22:31 [2021-06-10T14:22:31.892Z] #34 5.486 + : /build
14:22:31 [2021-06-10T14:22:31.892Z] #34 5.486 + '[' -z '' ']'
14:22:31 [2021-06-10T14:22:31.892Z] #34 5.496 ++ mktemp -d
14:22:31 [2021-06-10T14:22:31.892Z] #34 5.496 + export GOPATH=/tmp/tmp.VIvb5pSyVv
14:22:31 [2021-06-10T14:22:31.892Z] #34 5.496 + GOPATH=/tmp/tmp.VIvb5pSyVv
14:22:31 [2021-06-10T14:22:31.892Z] #34 5.496 + RM_GOPATH=1
14:22:31 [2021-06-10T14:22:31.892Z] #34 5.496 + case "$(go env GOARCH)" in
14:22:31 [2021-06-10T14:22:31.892Z] #34 5.496 ++ go env GOARCH
14:22:31 [2021-06-10T14:22:31.892Z] #34 5.518 + export GO_BUILDMODE=-buildmode=pie
14:22:31 [2021-06-10T14:22:31.892Z] #34 5.518 + GO_BUILDMODE=-buildmode=pie
14:22:31 [2021-06-10T14:22:31.892Z] #34 5.518 ++ dirname /tmp/install/install.sh
14:22:31 [2021-06-10T14:22:31.892Z] #34 5.523 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
14:22:31 [2021-06-10T14:22:31.892Z] #34 5.523 + dir=/tmp/install
14:22:31 [2021-06-10T14:22:31.892Z] #34 5.523 + bin=tomlv
14:22:31 [2021-06-10T14:22:31.892Z] #34 5.523 + shift
14:22:31 [2021-06-10T14:22:31.892Z] #34 5.523 + '[' '!' -f /tmp/install/tomlv.installer ']'
14:22:31 [2021-06-10T14:22:31.892Z] #34 5.523 + . /tmp/install/tomlv.installer
14:22:31 [2021-06-10T14:22:31.892Z] #34 5.523 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
14:22:31 [2021-06-10T14:22:31.892Z] #34 5.523 + install_tomlv
14:22:31 [2021-06-10T14:22:31.892Z] #34 5.523 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
14:22:31 [2021-06-10T14:22:31.892Z] #34 5.523 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.VIvb5pSyVv/src/github.com/BurntSushi/toml
14:22:31 [2021-06-10T14:22:31.892Z] #34 5.531 Cloning into '/tmp/tmp.VIvb5pSyVv/src/github.com/BurntSushi/toml'...
14:22:31 [2021-06-10T14:22:31.892Z] #34 6.822 + cd /tmp/tmp.VIvb5pSyVv/src/github.com/BurntSushi/toml
14:22:31 [2021-06-10T14:22:31.892Z] #34 6.822 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
14:22:31 [2021-06-10T14:22:31.892Z] #34 6.967 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
14:22:31 [2021-06-10T14:22:31.892Z] #34 7.757 runtime/internal/atomic
14:22:31 [2021-06-10T14:22:31.892Z] #34 7.765 internal/cpu
14:22:31 [2021-06-10T14:22:31.892Z] #34 8.254 runtime/internal/sys
14:22:31 [2021-06-10T14:22:31.892Z] #34 8.465 internal/bytealg
14:22:31 [2021-06-10T14:22:31.892Z] #34 8.519 runtime/internal/math
14:22:31 [2021-06-10T14:22:31.892Z] #34 8.578 math/bits
14:22:31 [2021-06-10T14:22:31.892Z] #34 8.930 math
14:22:31 [2021-06-10T14:22:31.892Z] #34 9.419 runtime
14:22:31 [2021-06-10T14:22:31.897Z] #34 ...
14:22:31 [2021-06-10T14:22:31.897Z] 
14:22:31 [2021-06-10T14:22:31.897Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
14:22:31 [2021-06-10T14:22:31.897Z] #58 sha256:b9b3a7da80a1a3f74b4306b4ed53cb7789011a0a6f2751c44d246065dafe89f4
14:22:31 [2021-06-10T14:22:31.897Z] #58 18.64 go: downloading github.com/u-root/u-root v7.0.0+incompatible
14:22:31 [2021-06-10T14:22:31.897Z] #58 19.65 go: extracting github.com/moby/vpnkit v0.5.0
14:22:31 [2021-06-10T14:22:31.897Z] #58 19.67 go: extracting github.com/urfave/cli/v2 v2.3.0
14:22:31 [2021-06-10T14:22:31.897Z] #58 22.53 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
14:22:31 [2021-06-10T14:22:31.897Z] #58 23.48 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777
14:22:32 [2021-06-10T14:22:32.053Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 63.96MB / 68.67MB 7.4s
14:22:32 [2021-06-10T14:22:32.053Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 46.14MB / 120.17MB 7.4s
14:22:32 [2021-06-10T14:22:32.151Z] #34 ...
14:22:32 [2021-06-10T14:22:32.151Z] 
14:22:32 [2021-06-10T14:22:32.151Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
14:22:32 [2021-06-10T14:22:32.151Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
14:22:32 [2021-06-10T14:22:32.151Z] #36 6.444 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
14:22:32 [2021-06-10T14:22:32.151Z] #36 6.682 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
14:22:32 [2021-06-10T14:22:32.151Z] #36 6.682 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
14:22:32 [2021-06-10T14:22:32.151Z] #36 8.497 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
14:22:32 [2021-06-10T14:22:32.151Z] #36 10.40 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB]
14:22:32 [2021-06-10T14:22:32.151Z] #36 ...
14:22:32 [2021-06-10T14:22:32.151Z] 
14:22:32 [2021-06-10T14:22:32.151Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
14:22:32 [2021-06-10T14:22:32.152Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
14:22:32 [2021-06-10T14:22:32.152Z] #40 5.995 + git clone https://github.com/docker/distribution.git .
14:22:32 [2021-06-10T14:22:32.152Z] #40 6.029 Cloning into '.'...
14:22:32 [2021-06-10T14:22:32.312Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 7.6s
14:22:32 [2021-06-10T14:22:32.415Z] #40 ...
14:22:32 [2021-06-10T14:22:32.415Z] 
14:22:32 [2021-06-10T14:22:32.415Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
14:22:32 [2021-06-10T14:22:32.415Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
14:22:32 [2021-06-10T14:22:32.415Z] #42 6.796 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
14:22:32 [2021-06-10T14:22:32.415Z] #42 6.845 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
14:22:32 [2021-06-10T14:22:32.415Z] #42 6.847 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
14:22:32 [2021-06-10T14:22:32.415Z] #42 8.539 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
14:22:32 [2021-06-10T14:22:32.415Z] #42 10.64 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB]
14:22:32 [2021-06-10T14:22:32.415Z] #42 ...
14:22:32 [2021-06-10T14:22:32.415Z] 
14:22:32 [2021-06-10T14:22:32.415Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
14:22:32 [2021-06-10T14:22:32.415Z] #58 sha256:eee941f322c8e27ad8dc0aecbeea0f6550409deb3c0d2b95695e4afaf84115a7
14:22:32 [2021-06-10T14:22:32.415Z] #58 10.91 + cd /tmp/tmp.jgYkaAOKYe/src/github.com/rootless-containers/rootlesskit
14:22:32 [2021-06-10T14:22:32.415Z] #58 10.91 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778
14:22:32 [2021-06-10T14:22:32.415Z] #58 10.92 + export GO111MODULE=on
14:22:32 [2021-06-10T14:22:32.415Z] #58 10.92 + GO111MODULE=on
14:22:32 [2021-06-10T14:22:32.415Z] #58 10.92 + export GOPROXY=https://proxy.golang.org
14:22:32 [2021-06-10T14:22:32.415Z] #58 10.92 + GOPROXY=https://proxy.golang.org
14:22:32 [2021-06-10T14:22:32.415Z] #58 10.92 + for f in rootlesskit rootlesskit-docker-proxy
14:22:32 [2021-06-10T14:22:32.415Z] #58 10.92 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
14:22:32 [2021-06-10T14:22:32.461Z] #58 ...
14:22:32 [2021-06-10T14:22:32.461Z] 
14:22:32 [2021-06-10T14:22:32.461Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
14:22:32 [2021-06-10T14:22:32.461Z] #49 sha256:95026724dd7bce7d399fecdf62a1c515ecd25bdd41463a7142a32de4604eb7d8
14:22:32 [2021-06-10T14:22:32.461Z] #49 24.21 go: downloading github.com/uudashr/gocognit v1.0.1
14:22:32 [2021-06-10T14:22:32.571Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 55.05MB / 120.17MB 7.9s
14:22:32 [2021-06-10T14:22:32.719Z] #49 24.21 go: downloading github.com/fsnotify/fsnotify v1.4.7
14:22:32 [2021-06-10T14:22:32.719Z] #49 24.21 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
14:22:32 [2021-06-10T14:22:32.719Z] #49 24.21 go: downloading github.com/mattn/go-colorable v0.1.4
14:22:32 [2021-06-10T14:22:32.719Z] #49 24.22 go: downloading github.com/spf13/cast v1.3.0
14:22:32 [2021-06-10T14:22:32.719Z] #49 24.22 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
14:22:32 [2021-06-10T14:22:32.719Z] #49 24.22 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
14:22:32 [2021-06-10T14:22:32.719Z] #49 24.22 go: downloading github.com/spf13/jwalterweatherman v1.0.0
14:22:32 [2021-06-10T14:22:32.719Z] #49 24.28 go: downloading github.com/go-toolsmith/astp v1.0.0
14:22:32 [2021-06-10T14:22:32.719Z] #49 24.28 go: extracting github.com/uudashr/gocognit v1.0.1
14:22:32 [2021-06-10T14:22:32.719Z] #49 24.37 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
14:22:32 [2021-06-10T14:22:32.719Z] #49 24.37 go: extracting github.com/go-toolsmith/astp v1.0.0
14:22:32 [2021-06-10T14:22:32.719Z] #49 24.37 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
14:22:32 [2021-06-10T14:22:32.719Z] #49 24.42 go: extracting github.com/mattn/go-colorable v0.1.4
14:22:32 [2021-06-10T14:22:32.977Z] #49 24.59 go: extracting github.com/spf13/cast v1.3.0
14:22:32 [2021-06-10T14:22:32.977Z] #49 24.66 go: extracting github.com/fsnotify/fsnotify v1.4.7
14:22:32 [2021-06-10T14:22:32.977Z] #49 24.67 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
14:22:32 [2021-06-10T14:22:32.977Z] #49 24.69 go: extracting github.com/spf13/jwalterweatherman v1.0.0
14:22:32 [2021-06-10T14:22:32.977Z] #49 24.73 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
14:22:32 [2021-06-10T14:22:32.977Z] #49 24.75 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
14:22:32 [2021-06-10T14:22:32.977Z] #49 24.75 go: downloading github.com/hashicorp/hcl v1.0.0
14:22:32 [2021-06-10T14:22:32.977Z] #49 24.82 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
14:22:33 [2021-06-10T14:22:33.140Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 62.91MB / 120.17MB 8.4s
14:22:33 [2021-06-10T14:22:33.140Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 70.25MB / 120.17MB 8.6s
14:22:33 [2021-06-10T14:22:33.234Z] #49 24.91 go: downloading github.com/go-toolsmith/astcast v1.0.0
14:22:33 [2021-06-10T14:22:33.234Z] #49 24.97 go: downloading github.com/sourcegraph/go-diff v0.5.1
14:22:33 [2021-06-10T14:22:33.234Z] #49 25.00 go: downloading github.com/subosito/gotenv v1.2.0
14:22:33 [2021-06-10T14:22:33.354Z] #13 4.577 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
14:22:33 [2021-06-10T14:22:33.491Z] #49 25.02 go: downloading github.com/ultraware/funlen v0.0.2
14:22:33 [2021-06-10T14:22:33.491Z] #49 25.21 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
14:22:33 [2021-06-10T14:22:33.641Z] #13 4.713 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
14:22:33 [2021-06-10T14:22:33.641Z] #13 4.723 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
14:22:33 [2021-06-10T14:22:33.641Z] #13 4.734 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
14:22:33 [2021-06-10T14:22:33.708Z] #9 ...
14:22:33 [2021-06-10T14:22:33.708Z] 
14:22:33 [2021-06-10T14:22:33.708Z] #23 [internal] load build context
14:22:33 [2021-06-10T14:22:33.708Z] #23 sha256:1b5dc8c845833a9ab636e26c39a2534dd8ab38cc1d9634a219a892b50438e935
14:22:33 [2021-06-10T14:22:33.708Z] #23 transferring context: 53.38MB 8.9s done
14:22:33 [2021-06-10T14:22:33.708Z] #23 DONE 9.4s
14:22:33 [2021-06-10T14:22:33.708Z] 
14:22:33 [2021-06-10T14:22:33.709Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
14:22:33 [2021-06-10T14:22:33.709Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
14:22:33 [2021-06-10T14:22:33.709Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 77.59MB / 120.17MB 8.9s
14:22:33 [2021-06-10T14:22:33.709Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 87.03MB / 120.17MB 9.1s
14:22:33 [2021-06-10T14:22:33.709Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 8.9s done
14:22:33 [2021-06-10T14:22:33.748Z] #49 25.29 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
14:22:33 [2021-06-10T14:22:33.748Z] #49 25.29 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
14:22:33 [2021-06-10T14:22:33.748Z] #49 25.40 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
14:22:33 [2021-06-10T14:22:33.748Z] #49 25.40 go: extracting github.com/ultraware/funlen v0.0.2
14:22:33 [2021-06-10T14:22:33.748Z] #49 25.40 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
14:22:33 [2021-06-10T14:22:33.748Z] #49 25.45 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
14:22:33 [2021-06-10T14:22:33.748Z] #49 25.47 go: extracting github.com/go-toolsmith/astcast v1.0.0
14:22:33 [2021-06-10T14:22:33.748Z] #49 25.50 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
14:22:33 [2021-06-10T14:22:33.748Z] #49 25.51 go: extracting github.com/hashicorp/hcl v1.0.0
14:22:33 [2021-06-10T14:22:33.748Z] #49 25.51 go: extracting github.com/subosito/gotenv v1.2.0
14:22:33 [2021-06-10T14:22:33.748Z] #49 25.53 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
14:22:33 [2021-06-10T14:22:33.798Z] #58 12.71 go: downloading github.com/sirupsen/logrus v1.8.1
14:22:33 [2021-06-10T14:22:33.798Z] #58 12.72 go: downloading github.com/urfave/cli/v2 v2.3.0
14:22:33 [2021-06-10T14:22:33.798Z] #58 12.78 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
14:22:33 [2021-06-10T14:22:33.798Z] #58 12.81 go: downloading github.com/pkg/errors v0.9.1
14:22:33 [2021-06-10T14:22:33.798Z] #58 12.90 go: downloading github.com/google/uuid v1.2.0
14:22:33 [2021-06-10T14:22:33.798Z] #58 12.94 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
14:22:33 [2021-06-10T14:22:33.798Z] #58 13.01 go: downloading github.com/moby/vpnkit v0.5.0
14:22:33 [2021-06-10T14:22:33.967Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 94.37MB / 120.17MB 9.3s
14:22:34 [2021-06-10T14:22:34.068Z] #49 25.58 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
14:22:34 [2021-06-10T14:22:34.068Z] #49 25.64 go: extracting github.com/sourcegraph/go-diff v0.5.1
14:22:34 [2021-06-10T14:22:34.068Z] #49 25.69 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
14:22:34 [2021-06-10T14:22:34.108Z] #58 13.01 go: downloading github.com/gorilla/mux v1.8.0
14:22:34 [2021-06-10T14:22:34.225Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 101.71MB / 120.17MB 9.7s
14:22:34 [2021-06-10T14:22:34.325Z] #49 25.92 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
14:22:34 [2021-06-10T14:22:34.325Z] #49 25.93 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
14:22:34 [2021-06-10T14:22:34.325Z] #49 25.96 go: downloading github.com/mitchellh/mapstructure v1.1.2
14:22:34 [2021-06-10T14:22:34.325Z] #49 25.98 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
14:22:34 [2021-06-10T14:22:34.325Z] #49 26.03 go: downloading golang.org/x/text v0.3.2
14:22:34 [2021-06-10T14:22:34.325Z] #49 26.03 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
14:22:34 [2021-06-10T14:22:34.367Z] #58 13.36 go: downloading github.com/moby/sys/mountinfo v0.4.1
14:22:34 [2021-06-10T14:22:34.367Z] #58 13.38 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
14:22:34 [2021-06-10T14:22:34.367Z] #58 13.49 go: extracting github.com/sirupsen/logrus v1.8.1
14:22:34 [2021-06-10T14:22:34.367Z] #58 13.54 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
14:22:34 [2021-06-10T14:22:34.367Z] #58 13.55 go: extracting github.com/pkg/errors v0.9.1
14:22:34 [2021-06-10T14:22:34.483Z] #9 ...
14:22:34 [2021-06-10T14:22:34.483Z] 
14:22:34 [2021-06-10T14:22:34.483Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
14:22:34 [2021-06-10T14:22:34.483Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
14:22:34 [2021-06-10T14:22:34.483Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
14:22:34 [2021-06-10T14:22:34.483Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
14:22:34 [2021-06-10T14:22:34.483Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
14:22:34 [2021-06-10T14:22:34.483Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 1.3s done
14:22:34 [2021-06-10T14:22:34.483Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 7.0s done
14:22:34 [2021-06-10T14:22:34.483Z] #64 ...
14:22:34 [2021-06-10T14:22:34.483Z] 
14:22:34 [2021-06-10T14:22:34.483Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
14:22:34 [2021-06-10T14:22:34.483Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
14:22:34 [2021-06-10T14:22:34.601Z] #49 26.18 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
14:22:34 [2021-06-10T14:22:34.601Z] #49 26.25 go: downloading github.com/stretchr/testify v1.4.0
14:22:34 [2021-06-10T14:22:34.601Z] #49 26.32 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
14:22:34 [2021-06-10T14:22:34.601Z] #49 26.37 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
14:22:34 [2021-06-10T14:22:34.626Z] #58 13.71 go: extracting github.com/moby/sys/mountinfo v0.4.1
14:22:34 [2021-06-10T14:22:34.626Z] #58 13.76 go: extracting github.com/gorilla/mux v1.8.0
14:22:34 [2021-06-10T14:22:34.626Z] #58 13.76 go: extracting github.com/google/uuid v1.2.0
14:22:34 [2021-06-10T14:22:34.652Z] #13 ...
14:22:34 [2021-06-10T14:22:34.652Z] 
14:22:34 [2021-06-10T14:22:34.652Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:22:34 [2021-06-10T14:22:34.652Z] #45 sha256:770eca950a2ba38bb61271a0b7972836e7f5fb7a18ce6ace5a86e3fba3afcec7
14:22:34 [2021-06-10T14:22:34.652Z] #45 6.410 + RM_GOPATH=0
14:22:34 [2021-06-10T14:22:34.652Z] #45 6.410 + TMP_GOPATH=
14:22:34 [2021-06-10T14:22:34.652Z] #45 6.410 + : /build
14:22:34 [2021-06-10T14:22:34.652Z] #45 6.410 + '[' -z '' ']'
14:22:34 [2021-06-10T14:22:34.652Z] #45 6.410 ++ mktemp -d
14:22:34 [2021-06-10T14:22:34.652Z] #45 6.426 + export GOPATH=/tmp/tmp.iiZE45ksLZ
14:22:34 [2021-06-10T14:22:34.652Z] #45 6.426 + GOPATH=/tmp/tmp.iiZE45ksLZ
14:22:34 [2021-06-10T14:22:34.652Z] #45 6.426 + RM_GOPATH=1
14:22:34 [2021-06-10T14:22:34.652Z] #45 6.426 + case "$(go env GOARCH)" in
14:22:34 [2021-06-10T14:22:34.652Z] #45 6.427 ++ go env GOARCH
14:22:34 [2021-06-10T14:22:34.652Z] #45 6.468 + export GO_BUILDMODE=-buildmode=pie
14:22:34 [2021-06-10T14:22:34.652Z] #45 6.468 + GO_BUILDMODE=-buildmode=pie
14:22:34 [2021-06-10T14:22:34.652Z] #45 6.468 ++ dirname /tmp/install/install.sh
14:22:34 [2021-06-10T14:22:34.652Z] #45 6.475 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
14:22:34 [2021-06-10T14:22:34.652Z] #45 6.475 + dir=/tmp/install
14:22:34 [2021-06-10T14:22:34.652Z] #45 6.475 + bin=vndr
14:22:34 [2021-06-10T14:22:34.652Z] #45 6.475 + shift
14:22:34 [2021-06-10T14:22:34.652Z] #45 6.475 + '[' '!' -f /tmp/install/vndr.installer ']'
14:22:34 [2021-06-10T14:22:34.652Z] #45 6.475 + . /tmp/install/vndr.installer
14:22:34 [2021-06-10T14:22:34.652Z] #45 6.475 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
14:22:34 [2021-06-10T14:22:34.652Z] #45 6.475 + install_vndr
14:22:34 [2021-06-10T14:22:34.652Z] #45 6.475 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
14:22:34 [2021-06-10T14:22:34.652Z] #45 6.475 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.iiZE45ksLZ/src/github.com/LK4D4/vndr
14:22:34 [2021-06-10T14:22:34.652Z] #45 6.501 Cloning into '/tmp/tmp.iiZE45ksLZ/src/github.com/LK4D4/vndr'...
14:22:34 [2021-06-10T14:22:34.652Z] #45 7.739 + cd /tmp/tmp.iiZE45ksLZ/src/github.com/LK4D4/vndr
14:22:34 [2021-06-10T14:22:34.652Z] #45 7.744 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
14:22:34 [2021-06-10T14:22:34.652Z] #45 7.763 + go build -buildmode=pie -v -o /build/vndr .
14:22:34 [2021-06-10T14:22:34.652Z] #45 9.252 internal/cpu
14:22:34 [2021-06-10T14:22:34.652Z] #45 9.338 runtime/internal/sys
14:22:34 [2021-06-10T14:22:34.652Z] #45 ...
14:22:34 [2021-06-10T14:22:34.652Z] 
14:22:34 [2021-06-10T14:22:34.652Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
14:22:34 [2021-06-10T14:22:34.652Z] #34 sha256:1bd79eefbd5c5e5657018774b6f822efd8e156cc13956d480910db8e74ab3889
14:22:34 [2021-06-10T14:22:34.652Z] #34 6.101 + RM_GOPATH=0
14:22:34 [2021-06-10T14:22:34.652Z] #34 6.101 + TMP_GOPATH=
14:22:34 [2021-06-10T14:22:34.652Z] #34 6.101 + : /build
14:22:34 [2021-06-10T14:22:34.652Z] #34 6.101 + '[' -z '' ']'
14:22:34 [2021-06-10T14:22:34.652Z] #34 6.101 ++ mktemp -d
14:22:34 [2021-06-10T14:22:34.652Z] #34 6.101 + export GOPATH=/tmp/tmp.XXKj6a0Pwr
14:22:34 [2021-06-10T14:22:34.652Z] #34 6.101 + GOPATH=/tmp/tmp.XXKj6a0Pwr
14:22:34 [2021-06-10T14:22:34.652Z] #34 6.101 + RM_GOPATH=1
14:22:34 [2021-06-10T14:22:34.652Z] #34 6.101 + case "$(go env GOARCH)" in
14:22:34 [2021-06-10T14:22:34.652Z] #34 6.104 ++ go env GOARCH
14:22:34 [2021-06-10T14:22:34.652Z] #34 6.138 + export GO_BUILDMODE=-buildmode=pie
14:22:34 [2021-06-10T14:22:34.652Z] #34 6.138 + GO_BUILDMODE=-buildmode=pie
14:22:34 [2021-06-10T14:22:34.652Z] #34 6.138 ++ dirname /tmp/install/install.sh
14:22:34 [2021-06-10T14:22:34.652Z] #34 6.152 + dir=/tmp/install
14:22:34 [2021-06-10T14:22:34.652Z] #34 6.152 + bin=tomlv
14:22:34 [2021-06-10T14:22:34.652Z] #34 6.152 + shift
14:22:34 [2021-06-10T14:22:34.652Z] #34 6.152 + '[' '!' -f /tmp/install/tomlv.installer ']'
14:22:34 [2021-06-10T14:22:34.652Z] #34 6.152 + . /tmp/install/tomlv.installer
14:22:34 [2021-06-10T14:22:34.652Z] #34 6.152 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
14:22:34 [2021-06-10T14:22:34.652Z] #34 6.152 + install_tomlv
14:22:34 [2021-06-10T14:22:34.652Z] #34 6.152 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
14:22:34 [2021-06-10T14:22:34.652Z] #34 6.152 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.XXKj6a0Pwr/src/github.com/BurntSushi/toml
14:22:34 [2021-06-10T14:22:34.652Z] #34 6.152 Cloning into '/tmp/tmp.XXKj6a0Pwr/src/github.com/BurntSushi/toml'...
14:22:34 [2021-06-10T14:22:34.652Z] #34 6.152 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
14:22:34 [2021-06-10T14:22:34.652Z] #34 7.550 + cd /tmp/tmp.XXKj6a0Pwr/src/github.com/BurntSushi/toml
14:22:34 [2021-06-10T14:22:34.652Z] #34 7.568 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
14:22:34 [2021-06-10T14:22:34.652Z] #34 7.669 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
14:22:34 [2021-06-10T14:22:34.652Z] #34 8.838 runtime/internal/atomic
14:22:34 [2021-06-10T14:22:34.652Z] #34 8.843 internal/cpu
14:22:34 [2021-06-10T14:22:34.652Z] #34 9.243 runtime/internal/sys
14:22:34 [2021-06-10T14:22:34.652Z] #34 9.468 runtime/internal/math
14:22:34 [2021-06-10T14:22:34.652Z] #34 9.486 internal/bytealg
14:22:34 [2021-06-10T14:22:34.652Z] #34 9.592 math/bits
14:22:34 [2021-06-10T14:22:34.652Z] #34 ...
14:22:34 [2021-06-10T14:22:34.652Z] 
14:22:34 [2021-06-10T14:22:34.652Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:22:34 [2021-06-10T14:22:34.652Z] #45 sha256:770eca950a2ba38bb61271a0b7972836e7f5fb7a18ce6ace5a86e3fba3afcec7
14:22:34 [2021-06-10T14:22:34.652Z] #45 9.559 runtime/internal/math
14:22:34 [2021-06-10T14:22:34.742Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 115.34MB / 120.17MB 10.3s
14:22:34 [2021-06-10T14:22:34.859Z] #49 26.37 go: downloading github.com/BurntSushi/toml v0.3.1
14:22:34 [2021-06-10T14:22:34.859Z] #49 26.50 go: downloading github.com/sirupsen/logrus v1.4.2
14:22:34 [2021-06-10T14:22:34.859Z] #49 26.56 go: extracting github.com/mitchellh/mapstructure v1.1.2
14:22:34 [2021-06-10T14:22:34.859Z] #49 ...
14:22:34 [2021-06-10T14:22:34.859Z] 
14:22:34 [2021-06-10T14:22:34.859Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:22:34 [2021-06-10T14:22:34.859Z] #45 sha256:c68427fdde4486e6953a83e7abbfb70bf4899bddbd16f59fe7daae979cc488f0
14:22:34 [2021-06-10T14:22:34.859Z] #45 16.50 vendor/golang.org/x/crypto/cryptobyte/asn1
14:22:34 [2021-06-10T14:22:34.859Z] #45 16.62 internal/nettrace
14:22:34 [2021-06-10T14:22:34.859Z] #45 16.73 runtime/cgo
14:22:34 [2021-06-10T14:22:34.911Z] #45 9.834 internal/race
14:22:34 [2021-06-10T14:22:34.917Z] #58 14.06 go: downloading github.com/gofrs/flock v0.8.0
14:22:35 [2021-06-10T14:22:35.002Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 6.4s
14:22:35 [2021-06-10T14:22:35.002Z] #9 ...
14:22:35 [2021-06-10T14:22:35.002Z] 
14:22:35 [2021-06-10T14:22:35.002Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
14:22:35 [2021-06-10T14:22:35.002Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
14:22:35 [2021-06-10T14:22:35.002Z] #64 DONE 10.8s
14:22:35 [2021-06-10T14:22:35.002Z] 
14:22:35 [2021-06-10T14:22:35.002Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
14:22:35 [2021-06-10T14:22:35.002Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
14:22:35 [2021-06-10T14:22:35.121Z] #45 ...
14:22:35 [2021-06-10T14:22:35.121Z] 
14:22:35 [2021-06-10T14:22:35.122Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
14:22:35 [2021-06-10T14:22:35.122Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
14:22:35 [2021-06-10T14:22:35.122Z] #40 26.16 Checking out files:  82% (1398/1694)   
Checking out files:  83% (1407/1694)   
Checking out files:  84% (1423/1694)   
Checking out files:  85% (1440/1694)   
Checking out files:  86% (1457/1694)   
Checking out files:  87% (1474/1694)   
Checking out files:  88% (1491/1694)   
Checking out files:  89% (1508/1694)   
Checking out files:  90% (1525/1694)   
Checking out files:  91% (1542/1694)   
Checking out files:  92% (1559/1694)   
Checking out files:  93% (1576/1694)   
Checking out files:  94% (1593/1694)   
Checking out files:  95% (1610/1694)   
Checking out files:  96% (1627/1694)   
Checking out files:  97% (1644/1694)   
Checking out files:  98% (1661/1694)   
Checking out files:  99% (1678/1694)   
Checking out files: 100% (1694/1694)   
Checking out files: 100% (1694/1694), done.
14:22:35 [2021-06-10T14:22:35.122Z] #40 26.52 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
14:22:35 [2021-06-10T14:22:35.171Z] #45 9.989 sync/atomic
14:22:35 [2021-06-10T14:22:35.171Z] #45 10.01 internal/bytealg
14:22:35 [2021-06-10T14:22:35.171Z] #45 ...
14:22:35 [2021-06-10T14:22:35.171Z] 
14:22:35 [2021-06-10T14:22:35.171Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
14:22:35 [2021-06-10T14:22:35.171Z] #49 sha256:008f8b7db5c9f77334274821c58b13d777622fd13c0f6d6ab37b8bdfbbe908e0
14:22:35 [2021-06-10T14:22:35.171Z] #49 5.362 + RM_GOPATH=0
14:22:35 [2021-06-10T14:22:35.171Z] #49 5.362 + TMP_GOPATH=
14:22:35 [2021-06-10T14:22:35.171Z] #49 5.362 + : /build
14:22:35 [2021-06-10T14:22:35.171Z] #49 5.362 + '[' -z '' ']'
14:22:35 [2021-06-10T14:22:35.171Z] #49 5.362 ++ mktemp -d
14:22:35 [2021-06-10T14:22:35.171Z] #49 5.366 + export GOPATH=/tmp/tmp.9wV34ZkRfi
14:22:35 [2021-06-10T14:22:35.171Z] #49 5.366 + GOPATH=/tmp/tmp.9wV34ZkRfi
14:22:35 [2021-06-10T14:22:35.171Z] #49 5.366 + RM_GOPATH=1
14:22:35 [2021-06-10T14:22:35.171Z] #49 5.366 + case "$(go env GOARCH)" in
14:22:35 [2021-06-10T14:22:35.171Z] #49 5.366 ++ go env GOARCH
14:22:35 [2021-06-10T14:22:35.171Z] #49 5.391 + export GO_BUILDMODE=-buildmode=pie
14:22:35 [2021-06-10T14:22:35.171Z] #49 5.391 + GO_BUILDMODE=-buildmode=pie
14:22:35 [2021-06-10T14:22:35.171Z] #49 5.391 ++ dirname /tmp/install/install.sh
14:22:35 [2021-06-10T14:22:35.171Z] #49 5.391 + dir=/tmp/install
14:22:35 [2021-06-10T14:22:35.171Z] #49 5.391 + bin=golangci_lint
14:22:35 [2021-06-10T14:22:35.171Z] #49 5.391 + shift
14:22:35 [2021-06-10T14:22:35.171Z] #49 5.391 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
14:22:35 [2021-06-10T14:22:35.171Z] #49 5.391 + . /tmp/install/golangci_lint.installer
14:22:35 [2021-06-10T14:22:35.171Z] #49 5.391 ++ : v1.23.8
14:22:35 [2021-06-10T14:22:35.171Z] #49 5.391 + install_golangci_lint
14:22:35 [2021-06-10T14:22:35.171Z] #49 5.391 + set -e
14:22:35 [2021-06-10T14:22:35.171Z] #49 5.391 + export GO111MODULE=on
14:22:35 [2021-06-10T14:22:35.171Z] #49 5.391 + GO111MODULE=on
14:22:35 [2021-06-10T14:22:35.171Z] #49 5.391 + GOBIN=/build
14:22:35 [2021-06-10T14:22:35.171Z] #49 5.391 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
14:22:35 [2021-06-10T14:22:35.171Z] #49 5.428 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
14:22:35 [2021-06-10T14:22:35.171Z] #49 5.428 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
14:22:35 [2021-06-10T14:22:35.171Z] #49 5.428 go: finding github.com v1.23.8
14:22:35 [2021-06-10T14:22:35.171Z] #49 5.428 go: finding github.com/golangci/golangci-lint v1.23.8
14:22:35 [2021-06-10T14:22:35.171Z] #49 5.428 go: finding github.com/golangci v1.23.8
14:22:35 [2021-06-10T14:22:35.171Z] #49 6.246 go: downloading github.com/golangci/golangci-lint v1.23.8
14:22:35 [2021-06-10T14:22:35.171Z] #49 7.487 go: extracting github.com/golangci/golangci-lint v1.23.8
14:22:35 [2021-06-10T14:22:35.171Z] #49 ...
14:22:35 [2021-06-10T14:22:35.171Z] 
14:22:35 [2021-06-10T14:22:35.171Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
14:22:35 [2021-06-10T14:22:35.171Z] #24 sha256:174aaaac5919bc6e6cceac9c6a743daa845bed9c4ad5c3f11a9f3d9a68476151
14:22:35 [2021-06-10T14:22:35.171Z] #24 5.907 + RM_GOPATH=0
14:22:35 [2021-06-10T14:22:35.171Z] #24 5.907 + TMP_GOPATH=
14:22:35 [2021-06-10T14:22:35.171Z] #24 5.907 + : /build
14:22:35 [2021-06-10T14:22:35.171Z] #24 5.907 + '[' -z '' ']'
14:22:35 [2021-06-10T14:22:35.171Z] #24 5.907 ++ mktemp -d
14:22:35 [2021-06-10T14:22:35.171Z] #24 5.907 + export GOPATH=/tmp/tmp.0BICxMUGtZ
14:22:35 [2021-06-10T14:22:35.171Z] #24 5.907 + GOPATH=/tmp/tmp.0BICxMUGtZ
14:22:35 [2021-06-10T14:22:35.171Z] #24 5.907 + RM_GOPATH=1
14:22:35 [2021-06-10T14:22:35.171Z] #24 5.907 + case "$(go env GOARCH)" in
14:22:35 [2021-06-10T14:22:35.171Z] #24 5.907 ++ go env GOARCH
14:22:35 [2021-06-10T14:22:35.171Z] #24 5.931 + export GO_BUILDMODE=-buildmode=pie
14:22:35 [2021-06-10T14:22:35.171Z] #24 5.931 + GO_BUILDMODE=-buildmode=pie
14:22:35 [2021-06-10T14:22:35.171Z] #24 5.931 ++ dirname /tmp/install/install.sh
14:22:35 [2021-06-10T14:22:35.171Z] #24 5.931 + dir=/tmp/install
14:22:35 [2021-06-10T14:22:35.171Z] #24 5.931 + bin=dockercli
14:22:35 [2021-06-10T14:22:35.171Z] #24 5.931 + shift
14:22:35 [2021-06-10T14:22:35.171Z] #24 5.931 + '[' '!' -f /tmp/install/dockercli.installer ']'
14:22:35 [2021-06-10T14:22:35.171Z] #24 5.931 + . /tmp/install/dockercli.installer
14:22:35 [2021-06-10T14:22:35.171Z] #24 5.931 ++ : stable
14:22:35 [2021-06-10T14:22:35.171Z] #24 5.931 ++ : 17.06.2-ce
14:22:35 [2021-06-10T14:22:35.171Z] #24 5.931 + install_dockercli
14:22:35 [2021-06-10T14:22:35.171Z] #24 5.931 + echo 'Install docker/cli version 17.06.2-ce from stable'
14:22:35 [2021-06-10T14:22:35.171Z] #24 5.932 Install docker/cli version 17.06.2-ce from stable
14:22:35 [2021-06-10T14:22:35.171Z] #24 5.946 ++ uname -m
14:22:35 [2021-06-10T14:22:35.171Z] #24 5.946 + arch=x86_64
14:22:35 [2021-06-10T14:22:35.171Z] #24 5.946 + '[' x86_64 '!=' x86_64 ']'
14:22:35 [2021-06-10T14:22:35.171Z] #24 5.946 + url=https://download.docker.com/linux/static
14:22:35 [2021-06-10T14:22:35.171Z] #24 5.946 + tar -xz docker/docker
14:22:35 [2021-06-10T14:22:35.171Z] #24 5.948 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
14:22:35 [2021-06-10T14:22:35.430Z] #24 ...
14:22:35 [2021-06-10T14:22:35.430Z] 
14:22:35 [2021-06-10T14:22:35.430Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
14:22:35 [2021-06-10T14:22:35.430Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
14:22:35 [2021-06-10T14:22:35.430Z] #36 7.601 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
14:22:35 [2021-06-10T14:22:35.430Z] #36 7.660 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
14:22:35 [2021-06-10T14:22:35.430Z] #36 7.661 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
14:22:35 [2021-06-10T14:22:35.430Z] #36 9.409 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
14:22:35 [2021-06-10T14:22:35.430Z] #36 ...
14:22:35 [2021-06-10T14:22:35.430Z] 
14:22:35 [2021-06-10T14:22:35.430Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
14:22:35 [2021-06-10T14:22:35.430Z] #51 sha256:026702a5931312d170a75b95ae695dd62b9432976cdeb9c210f5f791ad02dac4
14:22:35 [2021-06-10T14:22:35.430Z] #51 5.674 + RM_GOPATH=0
14:22:35 [2021-06-10T14:22:35.430Z] #51 5.674 + TMP_GOPATH=
14:22:35 [2021-06-10T14:22:35.430Z] #51 5.674 + : /build
14:22:35 [2021-06-10T14:22:35.430Z] #51 5.674 + '[' -z '' ']'
14:22:35 [2021-06-10T14:22:35.430Z] #51 5.674 ++ mktemp -d
14:22:35 [2021-06-10T14:22:35.430Z] #51 5.674 + export GOPATH=/tmp/tmp.tqImSH0slz
14:22:35 [2021-06-10T14:22:35.430Z] #51 5.674 + GOPATH=/tmp/tmp.tqImSH0slz
14:22:35 [2021-06-10T14:22:35.430Z] #51 5.674 + RM_GOPATH=1
14:22:35 [2021-06-10T14:22:35.430Z] #51 5.674 + case "$(go env GOARCH)" in
14:22:35 [2021-06-10T14:22:35.430Z] #51 5.674 ++ go env GOARCH
14:22:35 [2021-06-10T14:22:35.430Z] #51 5.676 + export GO_BUILDMODE=-buildmode=pie
14:22:35 [2021-06-10T14:22:35.430Z] #51 5.677 + GO_BUILDMODE=-buildmode=pie
14:22:35 [2021-06-10T14:22:35.430Z] #51 5.677 ++ dirname /tmp/install/install.sh
14:22:35 [2021-06-10T14:22:35.430Z] #51 5.679 + dir=/tmp/install
14:22:35 [2021-06-10T14:22:35.430Z] #51 5.679 + bin=shfmt
14:22:35 [2021-06-10T14:22:35.430Z] #51 5.679 + shift
14:22:35 [2021-06-10T14:22:35.430Z] #51 5.679 + '[' '!' -f /tmp/install/shfmt.installer ']'
14:22:35 [2021-06-10T14:22:35.430Z] #51 5.679 + . /tmp/install/shfmt.installer
14:22:35 [2021-06-10T14:22:35.430Z] #51 5.679 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
14:22:35 [2021-06-10T14:22:35.430Z] #51 5.679 + install_shfmt
14:22:35 [2021-06-10T14:22:35.430Z] #51 5.679 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
14:22:35 [2021-06-10T14:22:35.430Z] #51 5.679 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
14:22:35 [2021-06-10T14:22:35.430Z] #51 5.679 + git clone https://github.com/mvdan/sh.git /tmp/tmp.tqImSH0slz/src/github.com/mvdan/sh
14:22:35 [2021-06-10T14:22:35.430Z] #51 5.681 Cloning into '/tmp/tmp.tqImSH0slz/src/github.com/mvdan/sh'...
14:22:35 [2021-06-10T14:22:35.708Z] #51 ...
14:22:35 [2021-06-10T14:22:35.708Z] 
14:22:35 [2021-06-10T14:22:35.708Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
14:22:35 [2021-06-10T14:22:35.708Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
14:22:35 [2021-06-10T14:22:35.708Z] #55 7.194 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
14:22:35 [2021-06-10T14:22:35.708Z] #55 7.374 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
14:22:35 [2021-06-10T14:22:35.708Z] #55 7.374 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
14:22:35 [2021-06-10T14:22:35.708Z] #55 9.247 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
14:22:35 [2021-06-10T14:22:35.708Z] #55 ...
14:22:35 [2021-06-10T14:22:35.708Z] 
14:22:35 [2021-06-10T14:22:35.708Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
14:22:35 [2021-06-10T14:22:35.708Z] #47 sha256:9be3bbdb68a3c71ed36622d0c9a540e4f54356ff9f54651013838be91a4bf3a1
14:22:35 [2021-06-10T14:22:35.708Z] #47 5.948 + RM_GOPATH=0
14:22:35 [2021-06-10T14:22:35.708Z] #47 5.948 + TMP_GOPATH=
14:22:35 [2021-06-10T14:22:35.708Z] #47 5.948 + : /build
14:22:35 [2021-06-10T14:22:35.708Z] #47 5.948 + '[' -z '' ']'
14:22:35 [2021-06-10T14:22:35.708Z] #47 5.948 ++ mktemp -d
14:22:35 [2021-06-10T14:22:35.708Z] #47 5.948 + export GOPATH=/tmp/tmp.fk9pY5sbNC
14:22:35 [2021-06-10T14:22:35.708Z] #47 5.948 + GOPATH=/tmp/tmp.fk9pY5sbNC
14:22:35 [2021-06-10T14:22:35.708Z] #47 5.948 + RM_GOPATH=1
14:22:35 [2021-06-10T14:22:35.708Z] #47 5.948 + case "$(go env GOARCH)" in
14:22:35 [2021-06-10T14:22:35.708Z] #47 5.948 ++ go env GOARCH
14:22:35 [2021-06-10T14:22:35.708Z] #47 5.983 + export GO_BUILDMODE=-buildmode=pie
14:22:35 [2021-06-10T14:22:35.708Z] #47 5.983 + GO_BUILDMODE=-buildmode=pie
14:22:35 [2021-06-10T14:22:35.708Z] #47 5.983 ++ dirname /tmp/install/install.sh
14:22:35 [2021-06-10T14:22:35.708Z] #47 5.983 + dir=/tmp/install
14:22:35 [2021-06-10T14:22:35.708Z] #47 5.983 + bin=gotestsum
14:22:35 [2021-06-10T14:22:35.708Z] #47 5.983 + shift
14:22:35 [2021-06-10T14:22:35.708Z] #47 5.983 + '[' '!' -f /tmp/install/gotestsum.installer ']'
14:22:35 [2021-06-10T14:22:35.708Z] #47 5.983 + . /tmp/install/gotestsum.installer
14:22:35 [2021-06-10T14:22:35.708Z] #47 5.983 ++ : v0.5.3
14:22:35 [2021-06-10T14:22:35.708Z] #47 5.983 + install_gotestsum
14:22:35 [2021-06-10T14:22:35.708Z] #47 5.983 + set -e
14:22:35 [2021-06-10T14:22:35.708Z] #47 5.983 + export GO111MODULE=on
14:22:35 [2021-06-10T14:22:35.708Z] #47 5.983 + GO111MODULE=on
14:22:35 [2021-06-10T14:22:35.708Z] #47 5.983 + GOBIN=/build
14:22:35 [2021-06-10T14:22:35.708Z] #47 5.983 + go get gotest.tools/gotestsum@v0.5.3
14:22:35 [2021-06-10T14:22:35.708Z] #47 6.011 go: finding gotest.tools/gotestsum v0.5.3
14:22:35 [2021-06-10T14:22:35.708Z] #47 6.011 go: finding gotest.tools v0.5.3
14:22:35 [2021-06-10T14:22:35.708Z] #47 7.337 go: downloading gotest.tools/gotestsum v0.5.3
14:22:35 [2021-06-10T14:22:35.708Z] #47 7.981 go: extracting gotest.tools/gotestsum v0.5.3
14:22:35 [2021-06-10T14:22:35.708Z] #47 9.497 go: downloading github.com/pkg/errors v0.9.1
14:22:35 [2021-06-10T14:22:35.708Z] #47 9.504 go: downloading github.com/fatih/color v1.9.0
14:22:35 [2021-06-10T14:22:35.708Z] #47 9.506 go: downloading github.com/spf13/pflag v1.0.3
14:22:35 [2021-06-10T14:22:35.708Z] #47 9.643 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
14:22:35 [2021-06-10T14:22:35.708Z] #47 9.912 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
14:22:35 [2021-06-10T14:22:35.708Z] #47 9.975 go: extracting github.com/fatih/color v1.9.0
14:22:35 [2021-06-10T14:22:35.708Z] #47 9.977 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
14:22:35 [2021-06-10T14:22:35.708Z] #47 10.05 go: extracting github.com/pkg/errors v0.9.1
14:22:35 [2021-06-10T14:22:35.708Z] #47 10.05 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
14:22:35 [2021-06-10T14:22:35.708Z] #47 10.05 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
14:22:35 [2021-06-10T14:22:35.708Z] #47 10.10 go: downloading github.com/jonboulle/clockwork v0.1.0
14:22:35 [2021-06-10T14:22:35.708Z] #47 10.15 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
14:22:35 [2021-06-10T14:22:35.708Z] #47 10.27 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
14:22:35 [2021-06-10T14:22:35.708Z] #47 10.31 go: downloading github.com/mattn/go-isatty v0.0.12
14:22:35 [2021-06-10T14:22:35.708Z] #47 10.32 go: downloading github.com/mattn/go-colorable v0.1.6
14:22:35 [2021-06-10T14:22:35.708Z] #47 10.39 go: extracting github.com/jonboulle/clockwork v0.1.0
14:22:35 [2021-06-10T14:22:35.894Z] #58 14.98 go: extracting github.com/gofrs/flock v0.8.0
14:22:35 [2021-06-10T14:22:35.894Z] #58 15.07 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
14:22:35 [2021-06-10T14:22:35.966Z] #47 ...
14:22:35 [2021-06-10T14:22:35.966Z] 
14:22:35 [2021-06-10T14:22:35.966Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
14:22:35 [2021-06-10T14:22:35.966Z] #67 sha256:063a379f6bb00f6fb4b4278b1c0b2ec77df7f8b789b40364187f2006fe6f2a0d
14:22:35 [2021-06-10T14:22:35.966Z] #67 4.228 + RM_GOPATH=0
14:22:35 [2021-06-10T14:22:35.966Z] #67 4.228 + TMP_GOPATH=
14:22:35 [2021-06-10T14:22:35.966Z] #67 4.228 + : /build
14:22:35 [2021-06-10T14:22:35.966Z] #67 4.228 + '[' -z '' ']'
14:22:35 [2021-06-10T14:22:35.966Z] #67 4.244 ++ mktemp -d
14:22:35 [2021-06-10T14:22:35.966Z] #67 4.244 + export GOPATH=/tmp/tmp.08g2SjzqY8
14:22:35 [2021-06-10T14:22:35.966Z] #67 4.244 + GOPATH=/tmp/tmp.08g2SjzqY8
14:22:35 [2021-06-10T14:22:35.966Z] #67 4.244 + RM_GOPATH=1
14:22:35 [2021-06-10T14:22:35.966Z] #67 4.244 + case "$(go env GOARCH)" in
14:22:35 [2021-06-10T14:22:35.966Z] #67 4.244 ++ go env GOARCH
14:22:35 [2021-06-10T14:22:35.966Z] #67 4.259 + export GO_BUILDMODE=-buildmode=pie
14:22:35 [2021-06-10T14:22:35.966Z] #67 4.259 + GO_BUILDMODE=-buildmode=pie
14:22:35 [2021-06-10T14:22:35.966Z] #67 4.259 ++ dirname /tmp/install/install.sh
14:22:35 [2021-06-10T14:22:35.966Z] #67 4.259 + dir=/tmp/install
14:22:35 [2021-06-10T14:22:35.966Z] #67 4.259 + bin=proxy
14:22:35 [2021-06-10T14:22:35.966Z] #67 4.259 + shift
14:22:35 [2021-06-10T14:22:35.966Z] #67 4.259 + '[' '!' -f /tmp/install/proxy.installer ']'
14:22:35 [2021-06-10T14:22:35.966Z] #67 4.259 + . /tmp/install/proxy.installer
14:22:35 [2021-06-10T14:22:35.966Z] #67 4.259 ++ : 64b7a4574d1426139437d20e81c0b6d391130ec8
14:22:35 [2021-06-10T14:22:35.966Z] #67 4.259 + install_proxy
14:22:35 [2021-06-10T14:22:35.966Z] #67 4.259 + case "$1" in
14:22:35 [2021-06-10T14:22:35.966Z] #67 4.259 + export CGO_ENABLED=0
14:22:35 [2021-06-10T14:22:35.966Z] #67 4.259 + CGO_ENABLED=0
14:22:35 [2021-06-10T14:22:35.966Z] #67 4.259 + _install_proxy
14:22:35 [2021-06-10T14:22:35.966Z] #67 4.259 + echo 'Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8'
14:22:35 [2021-06-10T14:22:35.966Z] #67 4.259 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.08g2SjzqY8/src/github.com/docker/libnetwork
14:22:35 [2021-06-10T14:22:35.966Z] #67 4.260 Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8
14:22:35 [2021-06-10T14:22:35.966Z] #67 4.261 Cloning into '/tmp/tmp.08g2SjzqY8/src/github.com/docker/libnetwork'...
14:22:35 [2021-06-10T14:22:35.966Z] #67 ...
14:22:35 [2021-06-10T14:22:35.966Z] 
14:22:35 [2021-06-10T14:22:35.966Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
14:22:35 [2021-06-10T14:22:35.966Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
14:22:35 [2021-06-10T14:22:35.966Z] #42 7.296 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
14:22:35 [2021-06-10T14:22:35.966Z] #42 7.497 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
14:22:35 [2021-06-10T14:22:35.966Z] #42 7.497 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
14:22:35 [2021-06-10T14:22:35.966Z] #42 9.241 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
14:22:36 [2021-06-10T14:22:36.254Z] #42 ...
14:22:36 [2021-06-10T14:22:36.254Z] 
14:22:36 [2021-06-10T14:22:36.254Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
14:22:36 [2021-06-10T14:22:36.254Z] #58 sha256:c89eb849539ddd7cb3b7f74836740d27de366fbc16a419d36ae6e2295bacad80
14:22:36 [2021-06-10T14:22:36.254Z] #58 6.113 + RM_GOPATH=0
14:22:36 [2021-06-10T14:22:36.254Z] #58 6.113 + TMP_GOPATH=
14:22:36 [2021-06-10T14:22:36.254Z] #58 6.113 + : /build
14:22:36 [2021-06-10T14:22:36.254Z] #58 6.113 + '[' -z '' ']'
14:22:36 [2021-06-10T14:22:36.254Z] #58 6.113 ++ mktemp -d
14:22:36 [2021-06-10T14:22:36.254Z] #58 6.116 + export GOPATH=/tmp/tmp.bNacOPyitF
14:22:36 [2021-06-10T14:22:36.254Z] #58 6.116 + GOPATH=/tmp/tmp.bNacOPyitF
14:22:36 [2021-06-10T14:22:36.254Z] #58 6.116 + RM_GOPATH=1
14:22:36 [2021-06-10T14:22:36.254Z] #58 6.116 + case "$(go env GOARCH)" in
14:22:36 [2021-06-10T14:22:36.254Z] #58 6.116 ++ go env GOARCH
14:22:36 [2021-06-10T14:22:36.254Z] #58 6.152 + export GO_BUILDMODE=-buildmode=pie
14:22:36 [2021-06-10T14:22:36.254Z] #58 6.152 + GO_BUILDMODE=-buildmode=pie
14:22:36 [2021-06-10T14:22:36.254Z] #58 6.152 ++ dirname /tmp/install/install.sh
14:22:36 [2021-06-10T14:22:36.254Z] #58 6.152 + dir=/tmp/install
14:22:36 [2021-06-10T14:22:36.254Z] #58 6.152 + bin=rootlesskit
14:22:36 [2021-06-10T14:22:36.254Z] #58 6.152 + shift
14:22:36 [2021-06-10T14:22:36.254Z] #58 6.152 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
14:22:36 [2021-06-10T14:22:36.254Z] #58 6.152 + . /tmp/install/rootlesskit.installer
14:22:36 [2021-06-10T14:22:36.254Z] #58 6.152 ++ : 4cd567642273d369adaadcbadca00880552c1778
14:22:36 [2021-06-10T14:22:36.254Z] #58 6.152 + install_rootlesskit
14:22:36 [2021-06-10T14:22:36.254Z] #58 6.152 + case "$1" in
14:22:36 [2021-06-10T14:22:36.254Z] #58 6.152 + export CGO_ENABLED=0
14:22:36 [2021-06-10T14:22:36.254Z] #58 6.152 + CGO_ENABLED=0
14:22:36 [2021-06-10T14:22:36.254Z] #58 6.152 + _install_rootlesskit
14:22:36 [2021-06-10T14:22:36.254Z] #58 6.152 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778'
14:22:36 [2021-06-10T14:22:36.254Z] #58 6.152 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.bNacOPyitF/src/github.com/rootless-containers/rootlesskit
14:22:36 [2021-06-10T14:22:36.254Z] #58 6.152 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778
14:22:36 [2021-06-10T14:22:36.254Z] #58 6.181 Cloning into '/tmp/tmp.bNacOPyitF/src/github.com/rootless-containers/rootlesskit'...
14:22:36 [2021-06-10T14:22:36.254Z] #58 ...
14:22:36 [2021-06-10T14:22:36.254Z] 
14:22:36 [2021-06-10T14:22:36.254Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
14:22:36 [2021-06-10T14:22:36.254Z] #47 sha256:9be3bbdb68a3c71ed36622d0c9a540e4f54356ff9f54651013838be91a4bf3a1
14:22:36 [2021-06-10T14:22:36.254Z] #47 10.91 go: extracting github.com/mattn/go-colorable v0.1.6
14:22:36 [2021-06-10T14:22:36.254Z] #47 10.92 go: extracting github.com/mattn/go-isatty v0.0.12
14:22:36 [2021-06-10T14:22:36.254Z] #47 10.97 go: extracting github.com/spf13/pflag v1.0.3
14:22:36 [2021-06-10T14:22:36.835Z] #58 ...
14:22:36 [2021-06-10T14:22:36.835Z] 
14:22:36 [2021-06-10T14:22:36.835Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
14:22:36 [2021-06-10T14:22:36.835Z] #24 sha256:a54720773e7c8ef11e3993f1bc48f31e5901f93a76c1b9c73d49cb565619fff0
14:22:36 [2021-06-10T14:22:36.835Z] #24 14.98 + mkdir -p /build
14:22:36 [2021-06-10T14:22:36.835Z] #24 14.99 + mv docker/docker /build/
14:22:36 [2021-06-10T14:22:36.835Z] #24 14.99 + rmdir docker
14:22:36 [2021-06-10T14:22:36.835Z] #24 DONE 15.7s
14:22:36 [2021-06-10T14:22:36.835Z] 
14:22:36 [2021-06-10T14:22:36.835Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
14:22:36 [2021-06-10T14:22:36.835Z] #49 sha256:80eab13e3fedd573c736671c83a1a84e8fd23e9bd08769841c138f2bf7f00bb7
14:22:36 [2021-06-10T14:22:36.835Z] #49 15.59 go: downloading github.com/spf13/viper v1.6.1
14:22:36 [2021-06-10T14:22:36.835Z] #49 15.63 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
14:22:36 [2021-06-10T14:22:36.835Z] #49 15.67 go: downloading github.com/pkg/errors v0.8.1
14:22:36 [2021-06-10T14:22:36.835Z] #49 15.91 go: downloading github.com/sirupsen/logrus v1.4.2
14:22:36 [2021-06-10T14:22:36.835Z] #49 15.98 go: downloading github.com/spf13/cobra v0.0.5
14:22:36 [2021-06-10T14:22:36.931Z] #9 ...
14:22:36 [2021-06-10T14:22:36.932Z] 
14:22:36 [2021-06-10T14:22:36.932Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
14:22:36 [2021-06-10T14:22:36.932Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
14:22:36 [2021-06-10T14:22:36.932Z] #63 DONE 1.0s
14:22:36 [2021-06-10T14:22:36.932Z] 
14:22:36 [2021-06-10T14:22:36.932Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
14:22:36 [2021-06-10T14:22:36.932Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
14:22:37 [2021-06-10T14:22:37.099Z] #49 16.09 go: extracting github.com/pkg/errors v0.8.1
14:22:37 [2021-06-10T14:22:37.099Z] #49 16.23 go: downloading github.com/go-critic/go-critic v0.4.1
14:22:37 [2021-06-10T14:22:37.362Z] #49 16.33 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
14:22:37 [2021-06-10T14:22:37.362Z] #49 ...
14:22:37 [2021-06-10T14:22:37.362Z] 
14:22:37 [2021-06-10T14:22:37.362Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
14:22:37 [2021-06-10T14:22:37.362Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
14:22:37 [2021-06-10T14:22:37.362Z] #32 6.032 + git clone https://github.com/kolyshkin/go-swagger.git .
14:22:37 [2021-06-10T14:22:37.362Z] #32 6.032 Cloning into '.'...
14:22:37 [2021-06-10T14:22:37.362Z] #32 ...
14:22:37 [2021-06-10T14:22:37.362Z] 
14:22:37 [2021-06-10T14:22:37.362Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:22:37 [2021-06-10T14:22:37.362Z] #45 sha256:42d38f7346c664d1ca94914b7840cafbd6e2c471bfd0c2b97f8234196205f3ba
14:22:37 [2021-06-10T14:22:37.362Z] #45 13.86 unicode/utf8
14:22:37 [2021-06-10T14:22:37.362Z] #45 14.69 unicode/utf16
14:22:37 [2021-06-10T14:22:37.362Z] #45 14.93 container/list
14:22:37 [2021-06-10T14:22:37.362Z] #45 15.89 crypto/internal/subtle
14:22:37 [2021-06-10T14:22:37.362Z] #45 16.05 crypto/subtle
14:22:37 [2021-06-10T14:22:37.362Z] #45 16.32 vendor/golang.org/x/crypto/cryptobyte/asn1
14:22:37 [2021-06-10T14:22:37.621Z] #45 16.66 internal/nettrace
14:22:37 [2021-06-10T14:22:37.647Z] #40 28.79 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
14:22:38 [2021-06-10T14:22:38.189Z] #45 17.05 runtime/cgo
14:22:38 [2021-06-10T14:22:38.804Z] #47 13.50 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
14:22:38 [2021-06-10T14:22:38.804Z] #47 13.61 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
14:22:38 [2021-06-10T14:22:38.837Z] #9 ...
14:22:38 [2021-06-10T14:22:38.837Z] 
14:22:38 [2021-06-10T14:22:38.837Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
14:22:38 [2021-06-10T14:22:38.837Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
14:22:38 [2021-06-10T14:22:38.837Z] #65 DONE 2.2s
14:22:39 [2021-06-10T14:22:39.096Z] 
14:22:39 [2021-06-10T14:22:39.096Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
14:22:39 [2021-06-10T14:22:39.096Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
14:22:40 [2021-06-10T14:22:40.095Z] #45 ...
14:22:40 [2021-06-10T14:22:40.095Z] 
14:22:40 [2021-06-10T14:22:40.095Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:22:40 [2021-06-10T14:22:40.095Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:22:40 [2021-06-10T14:22:40.095Z] #13 5.644 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [479 kB]
14:22:40 [2021-06-10T14:22:40.095Z] #13 7.540 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
14:22:40 [2021-06-10T14:22:40.095Z] #13 9.455 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB]
14:22:40 [2021-06-10T14:22:40.095Z] #13 11.79 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
14:22:40 [2021-06-10T14:22:40.095Z] #13 ...
14:22:40 [2021-06-10T14:22:40.095Z] 
14:22:40 [2021-06-10T14:22:40.095Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
14:22:40 [2021-06-10T14:22:40.095Z] #49 sha256:80eab13e3fedd573c736671c83a1a84e8fd23e9bd08769841c138f2bf7f00bb7
14:22:40 [2021-06-10T14:22:40.095Z] #49 16.67 go: extracting github.com/spf13/viper v1.6.1
14:22:40 [2021-06-10T14:22:40.095Z] #49 16.92 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
14:22:40 [2021-06-10T14:22:40.095Z] #49 17.01 go: extracting github.com/sirupsen/logrus v1.4.2
14:22:40 [2021-06-10T14:22:40.095Z] #49 17.07 go: downloading github.com/hashicorp/hcl v1.0.0
14:22:40 [2021-06-10T14:22:40.095Z] #49 17.31 go: extracting github.com/spf13/cobra v0.0.5
14:22:40 [2021-06-10T14:22:40.095Z] #49 17.43 go: extracting github.com/go-critic/go-critic v0.4.1
14:22:40 [2021-06-10T14:22:40.095Z] #49 17.88 go: extracting github.com/hashicorp/hcl v1.0.0
14:22:40 [2021-06-10T14:22:40.095Z] #49 18.02 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
14:22:40 [2021-06-10T14:22:40.095Z] #49 18.16 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
14:22:40 [2021-06-10T14:22:40.095Z] #49 18.69 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
14:22:40 [2021-06-10T14:22:40.095Z] #49 18.87 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
14:22:40 [2021-06-10T14:22:40.095Z] #49 18.87 go: downloading github.com/mattn/go-colorable v0.1.4
14:22:40 [2021-06-10T14:22:40.095Z] #49 18.93 go: extracting github.com/mattn/go-colorable v0.1.4
14:22:40 [2021-06-10T14:22:40.193Z] #47 15.14 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
14:22:40 [2021-06-10T14:22:40.474Z] #9 ...
14:22:40 [2021-06-10T14:22:40.474Z] 
14:22:40 [2021-06-10T14:22:40.474Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51
14:22:40 [2021-06-10T14:22:40.474Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b
14:22:40 [2021-06-10T14:22:40.474Z] #26 extracting sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 12.8s done
14:22:40 [2021-06-10T14:22:40.474Z] #26 ...
14:22:40 [2021-06-10T14:22:40.474Z] 
14:22:40 [2021-06-10T14:22:40.474Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
14:22:40 [2021-06-10T14:22:40.474Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
14:22:40 [2021-06-10T14:22:40.474Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 12.0s
14:22:40 [2021-06-10T14:22:40.664Z] #49 19.81 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
14:22:40 [2021-06-10T14:22:40.733Z] #9 ...
14:22:40 [2021-06-10T14:22:40.733Z] 
14:22:40 [2021-06-10T14:22:40.733Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51
14:22:40 [2021-06-10T14:22:40.733Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b
14:22:40 [2021-06-10T14:22:40.733Z] #26 DONE 16.2s
14:22:40 [2021-06-10T14:22:40.733Z] 
14:22:40 [2021-06-10T14:22:40.733Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
14:22:40 [2021-06-10T14:22:40.733Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
14:22:40 [2021-06-10T14:22:40.733Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 12.3s done
14:22:41 [2021-06-10T14:22:41.131Z] #47 ...
14:22:41 [2021-06-10T14:22:41.132Z] 
14:22:41 [2021-06-10T14:22:41.132Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
14:22:41 [2021-06-10T14:22:41.132Z] #49 sha256:008f8b7db5c9f77334274821c58b13d777622fd13c0f6d6ab37b8bdfbbe908e0
14:22:41 [2021-06-10T14:22:41.132Z] #49 15.98 go: downloading github.com/spf13/pflag v1.0.5
14:22:41 [2021-06-10T14:22:41.132Z] #49 ...
14:22:41 [2021-06-10T14:22:41.132Z] 
14:22:41 [2021-06-10T14:22:41.132Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
14:22:41 [2021-06-10T14:22:41.132Z] #24 sha256:174aaaac5919bc6e6cceac9c6a743daa845bed9c4ad5c3f11a9f3d9a68476151
14:22:41 [2021-06-10T14:22:41.132Z] #24 15.56 + mkdir -p /build
14:22:41 [2021-06-10T14:22:41.132Z] #24 15.57 + mv docker/docker /build/
14:22:41 [2021-06-10T14:22:41.132Z] #24 15.58 + rmdir docker
14:22:41 [2021-06-10T14:22:41.132Z] #24 DONE 16.0s
14:22:41 [2021-06-10T14:22:41.132Z] 
14:22:41 [2021-06-10T14:22:41.132Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
14:22:41 [2021-06-10T14:22:41.132Z] #49 sha256:008f8b7db5c9f77334274821c58b13d777622fd13c0f6d6ab37b8bdfbbe908e0
14:22:41 [2021-06-10T14:22:41.132Z] #49 16.00 go: downloading github.com/pkg/errors v0.8.1
14:22:41 [2021-06-10T14:22:41.132Z] #49 16.07 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
14:22:41 [2021-06-10T14:22:41.132Z] #49 16.09 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
14:22:41 [2021-06-10T14:22:41.304Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797
14:22:41 [2021-06-10T14:22:41.390Z] #49 16.14 go: downloading github.com/fatih/color v1.7.0
14:22:41 [2021-06-10T14:22:41.391Z] #49 16.20 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
14:22:41 [2021-06-10T14:22:41.391Z] #49 16.21 go: downloading github.com/spf13/cobra v0.0.5
14:22:41 [2021-06-10T14:22:41.649Z] #49 16.44 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
14:22:41 [2021-06-10T14:22:41.650Z] #49 16.54 go: downloading github.com/mitchellh/go-homedir v1.1.0
14:22:41 [2021-06-10T14:22:41.650Z] #49 16.64 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
14:22:41 [2021-06-10T14:22:41.903Z] #40 ...
14:22:41 [2021-06-10T14:22:41.903Z] 
14:22:41 [2021-06-10T14:22:41.903Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
14:22:41 [2021-06-10T14:22:41.903Z] #49 sha256:95026724dd7bce7d399fecdf62a1c515ecd25bdd41463a7142a32de4604eb7d8
14:22:41 [2021-06-10T14:22:41.903Z] #49 26.63 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
14:22:41 [2021-06-10T14:22:41.903Z] #49 26.71 go: downloading github.com/gogo/protobuf v1.2.1
14:22:41 [2021-06-10T14:22:41.903Z] #49 26.73 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
14:22:41 [2021-06-10T14:22:41.903Z] #49 26.77 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
14:22:41 [2021-06-10T14:22:41.903Z] #49 26.88 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
14:22:41 [2021-06-10T14:22:41.903Z] #49 27.01 go: extracting github.com/BurntSushi/toml v0.3.1
14:22:41 [2021-06-10T14:22:41.903Z] #49 27.07 go: extracting github.com/stretchr/testify v1.4.0
14:22:41 [2021-06-10T14:22:41.903Z] #49 27.10 go: extracting github.com/sirupsen/logrus v1.4.2
14:22:41 [2021-06-10T14:22:41.903Z] #49 27.31 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
14:22:41 [2021-06-10T14:22:41.903Z] #49 27.45 go: downloading github.com/go-toolsmith/strparse v1.0.0
14:22:41 [2021-06-10T14:22:41.903Z] #49 27.45 go: downloading github.com/ultraware/whitespace v0.0.4
14:22:41 [2021-06-10T14:22:41.903Z] #49 27.51 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
14:22:41 [2021-06-10T14:22:41.903Z] #49 27.55 go: extracting github.com/go-toolsmith/strparse v1.0.0
14:22:41 [2021-06-10T14:22:41.903Z] #49 27.76 go: downloading github.com/go-toolsmith/astfmt v1.0.0
14:22:41 [2021-06-10T14:22:41.903Z] #49 27.77 go: downloading github.com/davecgh/go-spew v1.1.1
14:22:41 [2021-06-10T14:22:41.903Z] #49 27.89 go: downloading github.com/kisielk/gotool v1.0.0
14:22:41 [2021-06-10T14:22:41.903Z] #49 27.97 go: downloading github.com/pmezard/go-difflib v1.0.0
14:22:41 [2021-06-10T14:22:41.903Z] #49 27.98 go: extracting github.com/ultraware/whitespace v0.0.4
14:22:41 [2021-06-10T14:22:41.903Z] #49 28.05 go: downloading github.com/stretchr/objx v0.2.0
14:22:41 [2021-06-10T14:22:41.903Z] #49 28.09 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
14:22:41 [2021-06-10T14:22:41.903Z] #49 28.28 go: extracting github.com/kisielk/gotool v1.0.0
14:22:41 [2021-06-10T14:22:41.903Z] #49 28.29 go: extracting github.com/davecgh/go-spew v1.1.1
14:22:41 [2021-06-10T14:22:41.903Z] #49 28.35 go: extracting github.com/go-toolsmith/astfmt v1.0.0
14:22:41 [2021-06-10T14:22:41.903Z] #49 28.40 go: extracting github.com/pmezard/go-difflib v1.0.0
14:22:41 [2021-06-10T14:22:41.903Z] #49 28.57 go: downloading github.com/go-toolsmith/astcopy v1.0.0
14:22:41 [2021-06-10T14:22:41.903Z] #49 28.61 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
14:22:41 [2021-06-10T14:22:41.903Z] #49 28.71 go: downloading github.com/spf13/afero v1.1.2
14:22:41 [2021-06-10T14:22:41.903Z] #49 28.71 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
14:22:41 [2021-06-10T14:22:41.903Z] #49 28.85 go: extracting github.com/stretchr/objx v0.2.0
14:22:41 [2021-06-10T14:22:41.903Z] #49 29.01 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
14:22:41 [2021-06-10T14:22:41.903Z] #49 29.06 go: extracting github.com/go-toolsmith/astcopy v1.0.0
14:22:41 [2021-06-10T14:22:41.903Z] #49 29.15 go: downloading github.com/go-toolsmith/typep v1.0.0
14:22:41 [2021-06-10T14:22:41.903Z] #49 29.20 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
14:22:41 [2021-06-10T14:22:41.903Z] #49 29.35 go: extracting github.com/go-toolsmith/typep v1.0.0
14:22:41 [2021-06-10T14:22:41.903Z] #49 29.38 go: extracting github.com/spf13/afero v1.1.2
14:22:41 [2021-06-10T14:22:41.903Z] #49 29.42 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
14:22:41 [2021-06-10T14:22:41.903Z] #49 29.65 go: downloading github.com/mitchellh/go-homedir v1.1.0
14:22:41 [2021-06-10T14:22:41.903Z] #49 29.66 go: downloading github.com/magiconair/properties v1.8.1
14:22:41 [2021-06-10T14:22:41.903Z] #49 29.84 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
14:22:41 [2021-06-10T14:22:41.903Z] #49 29.84 go: downloading github.com/pelletier/go-toml v1.2.0
14:22:41 [2021-06-10T14:22:41.903Z] #49 29.86 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
14:22:41 [2021-06-10T14:22:41.903Z] #49 30.03 go: extracting github.com/mitchellh/go-homedir v1.1.0
14:22:41 [2021-06-10T14:22:41.903Z] #49 30.13 go: extracting github.com/magiconair/properties v1.8.1
14:22:41 [2021-06-10T14:22:41.903Z] #49 30.20 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
14:22:41 [2021-06-10T14:22:41.903Z] #49 30.24 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
14:22:41 [2021-06-10T14:22:41.903Z] #49 30.28 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
14:22:41 [2021-06-10T14:22:41.903Z] #49 30.28 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
14:22:41 [2021-06-10T14:22:41.903Z] #49 30.35 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
14:22:41 [2021-06-10T14:22:41.903Z] #49 30.36 go: downloading github.com/go-toolsmith/astequal v1.0.0
14:22:41 [2021-06-10T14:22:41.903Z] #49 30.41 go: downloading github.com/gobwas/glob v0.2.3
14:22:41 [2021-06-10T14:22:41.903Z] #49 30.61 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
14:22:41 [2021-06-10T14:22:41.903Z] #49 30.80 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
14:22:41 [2021-06-10T14:22:41.903Z] #49 30.84 go: extracting github.com/go-toolsmith/astequal v1.0.0
14:22:41 [2021-06-10T14:22:41.903Z] #49 30.87 go: extracting github.com/pelletier/go-toml v1.2.0
14:22:41 [2021-06-10T14:22:41.903Z] #49 31.12 go: downloading gopkg.in/yaml.v2 v2.2.7
14:22:41 [2021-06-10T14:22:41.903Z] #49 31.21 go: downloading github.com/spf13/cobra v0.0.5
14:22:41 [2021-06-10T14:22:41.903Z] #49 31.32 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
14:22:41 [2021-06-10T14:22:41.903Z] #49 31.44 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
14:22:41 [2021-06-10T14:22:41.903Z] #49 31.59 go: extracting github.com/gobwas/glob v0.2.3
14:22:41 [2021-06-10T14:22:41.903Z] #49 32.12 go: extracting gopkg.in/yaml.v2 v2.2.7
14:22:41 [2021-06-10T14:22:41.903Z] #49 32.25 go: extracting github.com/spf13/cobra v0.0.5
14:22:41 [2021-06-10T14:22:41.903Z] #49 32.71 go: downloading github.com/inconshreveable/mousetrap v1.0.0
14:22:41 [2021-06-10T14:22:41.903Z] #49 32.93 go: extracting github.com/inconshreveable/mousetrap v1.0.0
14:22:41 [2021-06-10T14:22:41.903Z] #49 33.20 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
14:22:41 [2021-06-10T14:22:41.909Z] #49 16.69 go: extracting github.com/pkg/errors v0.8.1
14:22:41 [2021-06-10T14:22:41.909Z] #49 ...
14:22:41 [2021-06-10T14:22:41.909Z] 
14:22:41 [2021-06-10T14:22:41.909Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
14:22:41 [2021-06-10T14:22:41.909Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
14:22:41 [2021-06-10T14:22:41.909Z] #32 6.316 + git clone https://github.com/kolyshkin/go-swagger.git .
14:22:41 [2021-06-10T14:22:41.909Z] #32 6.316 Cloning into '.'...
14:22:41 [2021-06-10T14:22:41.909Z] #32 ...
14:22:41 [2021-06-10T14:22:41.909Z] 
14:22:41 [2021-06-10T14:22:41.909Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
14:22:41 [2021-06-10T14:22:41.909Z] #49 sha256:008f8b7db5c9f77334274821c58b13d777622fd13c0f6d6ab37b8bdfbbe908e0
14:22:41 [2021-06-10T14:22:41.909Z] #49 16.92 go: extracting github.com/fatih/color v1.7.0
14:22:42 [2021-06-10T14:22:42.168Z] #49 ...
14:22:42 [2021-06-10T14:22:42.168Z] 
14:22:42 [2021-06-10T14:22:42.168Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
14:22:42 [2021-06-10T14:22:42.168Z] #51 sha256:211c575dc25b9b0cf9000ae948ded2f6fba157c1a093eb0bc11100e00b64efc5
14:22:42 [2021-06-10T14:22:42.168Z] #51 23.63 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
14:22:42 [2021-06-10T14:22:42.168Z] #51 23.80 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
14:22:42 [2021-06-10T14:22:42.168Z] #51 23.95 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
14:22:42 [2021-06-10T14:22:42.168Z] #51 24.25 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
14:22:42 [2021-06-10T14:22:42.168Z] #51 25.02 runtime
14:22:42 [2021-06-10T14:22:42.168Z] #51 25.08 runtime/cgo
14:22:42 [2021-06-10T14:22:42.168Z] #51 ...
14:22:42 [2021-06-10T14:22:42.168Z] 
14:22:42 [2021-06-10T14:22:42.168Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
14:22:42 [2021-06-10T14:22:42.168Z] #67 sha256:5ff0276109b028e9bd3404c1600bc206582a29ea594c0c684ab5970596486a6a
14:22:42 [2021-06-10T14:22:42.168Z] #67 24.92 Checking out files:  65% (1252/1907)   
Checking out files:  66% (1259/1907)   
Checking out files:  67% (1278/1907)   
Checking out files:  68% (1297/1907)   
Checking out files:  69% (1316/1907)   
Checking out files:  70% (1335/1907)   
Checking out files:  71% (1354/1907)   
Checking out files:  72% (1374/1907)   
Checking out files:  73% (1393/1907)   
Checking out files:  74% (1412/1907)   
Checking out files:  75% (1431/1907)   
Checking out files:  76% (1450/1907)   
Checking out files:  77% (1469/1907)   
Checking out files:  78% (1488/1907)   
Checking out files:  79% (1507/1907)   
Checking out files:  80% (1526/1907)   
Checking out files:  81% (1545/1907)   
Checking out files:  82% (1564/1907)   
Checking out files:  83% (1583/1907)   
Checking out files:  84% (1602/1907)   
Checking out files:  85% (1621/1907)   
Checking out files:  86% (1641/1907)   
Checking out files:  87% (1660/1907)   
Checking out files:  88% (1679/1907)   
Checking out files:  89% (1698/1907)   
Checking out files:  90% (1717/1907)   
Checking out files:  91% (1736/1907)   
Checking out files:  92% (1755/1907)   
Checking out files:  93% (1774/1907)   
Checking out files:  94% (1793/1907)   
Checking out files:  95% (1812/1907)   
Checking out files:  96% (1831/1907)   
Checking out files:  97% (1850/1907)   
Checking out files:  98% (1869/1907)   
Checking out files:  99% (1888/1907)   
Checking out files: 100% (1907/1907)   
Checking out files: 100% (1907/1907), done.
14:22:42 [2021-06-10T14:22:42.168Z] #67 25.56 + cd /tmp/tmp.vf1XMVX8wb/src/github.com/docker/libnetwork
14:22:42 [2021-06-10T14:22:42.168Z] #67 25.56 + git checkout -q 64b7a4574d1426139437d20e81c0b6d391130ec8
14:22:42 [2021-06-10T14:22:42.168Z] #67 26.18 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
14:22:42 [2021-06-10T14:22:42.168Z] #49 17.03 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
14:22:42 [2021-06-10T14:22:42.168Z] #49 ...
14:22:42 [2021-06-10T14:22:42.168Z] 
14:22:42 [2021-06-10T14:22:42.168Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
14:22:42 [2021-06-10T14:22:42.168Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
14:22:42 [2021-06-10T14:22:42.168Z] #40 6.668 + git clone https://github.com/docker/distribution.git .
14:22:42 [2021-06-10T14:22:42.168Z] #40 6.669 Cloning into '.'...
14:22:42 [2021-06-10T14:22:42.168Z] #40 ...
14:22:42 [2021-06-10T14:22:42.168Z] 
14:22:42 [2021-06-10T14:22:42.168Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
14:22:42 [2021-06-10T14:22:42.168Z] #49 sha256:008f8b7db5c9f77334274821c58b13d777622fd13c0f6d6ab37b8bdfbbe908e0
14:22:42 [2021-06-10T14:22:42.168Z] #49 17.05 go: extracting github.com/spf13/pflag v1.0.5
14:22:42 [2021-06-10T14:22:42.168Z] #49 17.14 go: extracting github.com/mitchellh/go-homedir v1.1.0
14:22:42 [2021-06-10T14:22:42.241Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 1.0s done
14:22:42 [2021-06-10T14:22:42.241Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064
14:22:42 [2021-06-10T14:22:42.480Z] #49 17.17 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
14:22:42 [2021-06-10T14:22:42.480Z] #49 17.27 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
14:22:42 [2021-06-10T14:22:42.480Z] #49 17.29 go: extracting github.com/spf13/cobra v0.0.5
14:22:42 [2021-06-10T14:22:42.740Z] #67 ...
14:22:42 [2021-06-10T14:22:42.740Z] 
14:22:42 [2021-06-10T14:22:42.741Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
14:22:42 [2021-06-10T14:22:42.741Z] #58 sha256:b9b3a7da80a1a3f74b4306b4ed53cb7789011a0a6f2751c44d246065dafe89f4
14:22:42 [2021-06-10T14:22:42.741Z] #58 24.34 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
14:22:42 [2021-06-10T14:22:42.741Z] #58 24.45 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0
14:22:42 [2021-06-10T14:22:42.741Z] #58 24.49 go: downloading github.com/russross/blackfriday/v2 v2.1.0
14:22:42 [2021-06-10T14:22:42.741Z] #58 25.41 go: extracting github.com/russross/blackfriday/v2 v2.1.0
14:22:42 [2021-06-10T14:22:42.741Z] #58 27.06 go: extracting github.com/u-root/u-root v7.0.0+incompatible
14:22:42 [2021-06-10T14:22:42.741Z] #58 29.36 go: finding github.com/pkg/errors v0.9.1
14:22:42 [2021-06-10T14:22:42.741Z] #58 29.64 go: finding github.com/sirupsen/logrus v1.8.1
14:22:42 [2021-06-10T14:22:42.741Z] #58 29.80 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
14:22:42 [2021-06-10T14:22:42.741Z] #58 29.83 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
14:22:42 [2021-06-10T14:22:42.741Z] #58 29.95 go: finding github.com/google/uuid v1.2.0
14:22:42 [2021-06-10T14:22:42.741Z] #58 30.03 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
14:22:42 [2021-06-10T14:22:42.741Z] #58 30.14 go: finding github.com/gofrs/flock v0.8.0
14:22:42 [2021-06-10T14:22:42.741Z] #58 30.14 go: finding github.com/moby/vpnkit v0.5.0
14:22:42 [2021-06-10T14:22:42.741Z] #58 30.24 go: finding github.com/gorilla/mux v1.8.0
14:22:42 [2021-06-10T14:22:42.741Z] #58 30.25 go: finding github.com/moby/sys/mountinfo v0.4.1
14:22:42 [2021-06-10T14:22:42.741Z] #58 30.33 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777
14:22:42 [2021-06-10T14:22:42.741Z] #58 30.33 go: finding github.com/urfave/cli/v2 v2.3.0
14:22:42 [2021-06-10T14:22:42.741Z] #58 30.36 go: finding github.com/u-root/u-root v7.0.0+incompatible
14:22:42 [2021-06-10T14:22:42.741Z] #58 30.54 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0
14:22:42 [2021-06-10T14:22:42.741Z] #58 30.72 go: finding github.com/russross/blackfriday/v2 v2.1.0
14:22:42 [2021-06-10T14:22:42.758Z] #49 17.45 go: downloading github.com/ultraware/whitespace v0.0.4
14:22:42 [2021-06-10T14:22:42.758Z] #49 17.46 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
14:22:42 [2021-06-10T14:22:42.758Z] #49 17.49 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
14:22:42 [2021-06-10T14:22:42.758Z] #49 17.70 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
14:22:42 [2021-06-10T14:22:42.758Z] #49 17.70 go: extracting github.com/ultraware/whitespace v0.0.4
14:22:43 [2021-06-10T14:22:43.017Z] #49 17.79 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
14:22:43 [2021-06-10T14:22:43.017Z] #49 17.87 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
14:22:43 [2021-06-10T14:22:43.177Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.9s done
14:22:43 [2021-06-10T14:22:43.203Z] #49 21.87 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
14:22:43 [2021-06-10T14:22:43.203Z] #49 21.90 go: downloading github.com/go-toolsmith/astcast v1.0.0
14:22:43 [2021-06-10T14:22:43.203Z] #49 21.90 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
14:22:43 [2021-06-10T14:22:43.203Z] #49 21.90 go: downloading github.com/go-toolsmith/typep v1.0.0
14:22:43 [2021-06-10T14:22:43.203Z] #49 21.90 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
14:22:43 [2021-06-10T14:22:43.203Z] #49 21.90 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
14:22:43 [2021-06-10T14:22:43.203Z] #49 21.90 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
14:22:43 [2021-06-10T14:22:43.203Z] #49 21.90 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
14:22:43 [2021-06-10T14:22:43.203Z] #49 21.91 go: downloading github.com/go-lintpack/lintpack v0.5.2
14:22:43 [2021-06-10T14:22:43.203Z] #49 21.91 go: downloading github.com/fatih/color v1.7.0
14:22:43 [2021-06-10T14:22:43.203Z] #49 ...
14:22:43 [2021-06-10T14:22:43.203Z] 
14:22:43 [2021-06-10T14:22:43.203Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
14:22:43 [2021-06-10T14:22:43.203Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
14:22:43 [2021-06-10T14:22:43.203Z] #55 22.00 Fetched 8448 kB in 18s (481 kB/s)
14:22:43 [2021-06-10T14:22:43.203Z] #55 22.00 Reading package lists...
14:22:43 [2021-06-10T14:22:43.203Z] #55 ...
14:22:43 [2021-06-10T14:22:43.203Z] 
14:22:43 [2021-06-10T14:22:43.203Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
14:22:43 [2021-06-10T14:22:43.203Z] #47 sha256:ac3c36365477004a778124a5be022d62381fa02331dea2fbd28fead177b8c021
14:22:43 [2021-06-10T14:22:43.203Z] #47 12.29 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
14:22:43 [2021-06-10T14:22:43.203Z] #47 13.59 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
14:22:43 [2021-06-10T14:22:43.203Z] #47 15.37 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
14:22:43 [2021-06-10T14:22:43.203Z] #47 19.08 go: finding github.com/fatih/color v1.9.0
14:22:43 [2021-06-10T14:22:43.203Z] #47 19.09 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
14:22:43 [2021-06-10T14:22:43.203Z] #47 19.11 go: finding github.com/pkg/errors v0.9.1
14:22:43 [2021-06-10T14:22:43.203Z] #47 19.25 go: finding github.com/spf13/pflag v1.0.3
14:22:43 [2021-06-10T14:22:43.203Z] #47 19.26 go: finding github.com/mattn/go-colorable v0.1.6
14:22:43 [2021-06-10T14:22:43.203Z] #47 19.44 go: finding github.com/mattn/go-isatty v0.0.12
14:22:43 [2021-06-10T14:22:43.203Z] #47 19.58 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
14:22:43 [2021-06-10T14:22:43.203Z] #47 19.69 go: finding github.com/jonboulle/clockwork v0.1.0
14:22:43 [2021-06-10T14:22:43.203Z] #47 19.82 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
14:22:43 [2021-06-10T14:22:43.203Z] #47 19.89 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
14:22:43 [2021-06-10T14:22:43.203Z] #47 19.89 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
14:22:43 [2021-06-10T14:22:43.463Z] #47 ...
14:22:43 [2021-06-10T14:22:43.463Z] 
14:22:43 [2021-06-10T14:22:43.463Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
14:22:43 [2021-06-10T14:22:43.463Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
14:22:43 [2021-06-10T14:22:43.463Z] #36 12.52 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
14:22:43 [2021-06-10T14:22:43.463Z] #36 ...
14:22:43 [2021-06-10T14:22:43.463Z] 
14:22:43 [2021-06-10T14:22:43.463Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
14:22:43 [2021-06-10T14:22:43.463Z] #49 sha256:80eab13e3fedd573c736671c83a1a84e8fd23e9bd08769841c138f2bf7f00bb7
14:22:43 [2021-06-10T14:22:43.463Z] #49 22.09 go: extracting github.com/go-toolsmith/astcast v1.0.0
14:22:43 [2021-06-10T14:22:43.463Z] #49 22.13 go: extracting github.com/fatih/color v1.7.0
14:22:43 [2021-06-10T14:22:43.463Z] #49 22.19 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
14:22:43 [2021-06-10T14:22:43.463Z] #49 22.21 go: downloading github.com/mitchellh/go-homedir v1.1.0
14:22:43 [2021-06-10T14:22:43.463Z] #49 22.24 go: downloading github.com/sourcegraph/go-diff v0.5.1
14:22:43 [2021-06-10T14:22:43.463Z] #49 22.24 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
14:22:43 [2021-06-10T14:22:43.463Z] #49 22.24 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
14:22:43 [2021-06-10T14:22:43.463Z] #49 22.33 go: extracting github.com/go-toolsmith/typep v1.0.0
14:22:43 [2021-06-10T14:22:43.463Z] #49 22.39 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
14:22:43 [2021-06-10T14:22:43.463Z] #49 22.42 go: downloading github.com/spf13/afero v1.1.2
14:22:43 [2021-06-10T14:22:43.463Z] #49 22.55 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
14:22:43 [2021-06-10T14:22:43.463Z] #49 22.57 go: extracting github.com/go-lintpack/lintpack v0.5.2
14:22:43 [2021-06-10T14:22:43.463Z] #49 22.57 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
14:22:43 [2021-06-10T14:22:43.463Z] #49 22.68 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
14:22:43 [2021-06-10T14:22:43.585Z] #49 18.32 go: downloading github.com/go-lintpack/lintpack v0.5.2
14:22:43 [2021-06-10T14:22:43.585Z] #49 18.34 go: extracting github.com/go-lintpack/lintpack v0.5.2
14:22:43 [2021-06-10T14:22:43.585Z] #49 18.47 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
14:22:43 [2021-06-10T14:22:43.732Z] #49 22.83 go: downloading github.com/uudashr/gocognit v1.0.1
14:22:43 [2021-06-10T14:22:43.732Z] #49 22.84 go: extracting github.com/mitchellh/go-homedir v1.1.0
14:22:43 [2021-06-10T14:22:43.732Z] #49 22.90 go: extracting github.com/sourcegraph/go-diff v0.5.1
14:22:43 [2021-06-10T14:22:43.732Z] #49 22.91 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
14:22:43 [2021-06-10T14:22:43.732Z] #49 22.91 go: extracting github.com/spf13/afero v1.1.2
14:22:43 [2021-06-10T14:22:43.732Z] #49 22.95 go: downloading github.com/go-toolsmith/astp v1.0.0
14:22:43 [2021-06-10T14:22:43.744Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab
14:22:43 [2021-06-10T14:22:43.844Z] #49 18.81 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
14:22:43 [2021-06-10T14:22:43.991Z] #49 23.02 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
14:22:43 [2021-06-10T14:22:43.991Z] #49 ...
14:22:43 [2021-06-10T14:22:43.991Z] 
14:22:43 [2021-06-10T14:22:43.991Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
14:22:43 [2021-06-10T14:22:43.991Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
14:22:43 [2021-06-10T14:22:43.991Z] #42 12.97 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
14:22:43 [2021-06-10T14:22:43.991Z] #42 ...
14:22:43 [2021-06-10T14:22:43.991Z] 
14:22:43 [2021-06-10T14:22:43.991Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
14:22:43 [2021-06-10T14:22:43.991Z] #67 sha256:5f20f593b966eb7b2adbf03a466ad396f6e3140fc0329578989d5ab1da87d185
14:22:44 [2021-06-10T14:22:44.103Z] #49 19.00 go: downloading github.com/stretchr/testify v1.4.0
14:22:44 [2021-06-10T14:22:44.112Z] #58 ...
14:22:44 [2021-06-10T14:22:44.112Z] 
14:22:44 [2021-06-10T14:22:44.112Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
14:22:44 [2021-06-10T14:22:44.112Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
14:22:44 [2021-06-10T14:22:44.112Z] #36 25.45 Fetched 8448 kB in 18s (479 kB/s)
14:22:44 [2021-06-10T14:22:44.112Z] #36 25.45 Reading package lists...
14:22:44 [2021-06-10T14:22:44.112Z] #36 32.20 Reading package lists...
14:22:44 [2021-06-10T14:22:44.112Z] #36 ...
14:22:44 [2021-06-10T14:22:44.112Z] 
14:22:44 [2021-06-10T14:22:44.112Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
14:22:44 [2021-06-10T14:22:44.112Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
14:22:44 [2021-06-10T14:22:44.112Z] #42 25.69 Fetched 8448 kB in 18s (457 kB/s)
14:22:44 [2021-06-10T14:22:44.112Z] #42 25.69 Reading package lists...
14:22:44 [2021-06-10T14:22:44.112Z] #42 32.44 Reading package lists...
14:22:44 [2021-06-10T14:22:44.112Z] #42 ...
14:22:44 [2021-06-10T14:22:44.112Z] 
14:22:44 [2021-06-10T14:22:44.112Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
14:22:44 [2021-06-10T14:22:44.112Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
14:22:44 [2021-06-10T14:22:44.112Z] #55 25.75 Fetched 8448 kB in 19s (452 kB/s)
14:22:44 [2021-06-10T14:22:44.112Z] #55 25.75 Reading package lists...
14:22:44 [2021-06-10T14:22:44.362Z] #49 19.23 go: extracting github.com/stretchr/testify v1.4.0
14:22:44 [2021-06-10T14:22:44.362Z] #49 19.35 go: downloading github.com/go-toolsmith/astfmt v1.0.0
14:22:44 [2021-06-10T14:22:44.369Z] #55 32.86 Reading package lists...
14:22:44 [2021-06-10T14:22:44.369Z] #55 ...
14:22:44 [2021-06-10T14:22:44.369Z] 
14:22:44 [2021-06-10T14:22:44.369Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
14:22:44 [2021-06-10T14:22:44.369Z] #49 sha256:95026724dd7bce7d399fecdf62a1c515ecd25bdd41463a7142a32de4604eb7d8
14:22:44 [2021-06-10T14:22:44.369Z] #49 35.69 go: extracting github.com/gogo/protobuf v1.2.1
14:22:44 [2021-06-10T14:22:44.509Z] #67 23.22 Checking out files:  61% (1170/1907)   
Checking out files:  62% (1183/1907)   
Checking out files:  63% (1202/1907)   
Checking out files:  64% (1221/1907)   
Checking out files:  65% (1240/1907)   
Checking out files:  66% (1259/1907)   
Checking out files:  67% (1278/1907)   
Checking out files:  68% (1297/1907)   
Checking out files:  69% (1316/1907)   
Checking out files:  70% (1335/1907)   
Checking out files:  71% (1354/1907)   
Checking out files:  72% (1374/1907)   
Checking out files:  73% (1393/1907)   
Checking out files:  74% (1412/1907)   
Checking out files:  75% (1431/1907)   
Checking out files:  76% (1450/1907)   
Checking out files:  77% (1469/1907)   
Checking out files:  78% (1488/1907)   
Checking out files:  79% (1507/1907)   
Checking out files:  80% (1526/1907)   
Checking out files:  81% (1545/1907)   
Checking out files:  82% (1564/1907)   
Checking out files:  83% (1583/1907)   
Checking out files:  84% (1602/1907)   
Checking out files:  85% (1621/1907)   
Checking out files:  86% (1641/1907)   
Checking out files:  87% (1660/1907)   
Checking out files:  88% (1679/1907)   
Checking out files:  89% (1698/1907)   
Checking out files:  90% (1717/1907)   
Checking out files:  91% (1736/1907)   
Checking out files:  92% (1755/1907)   
Checking out files:  93% (1774/1907)   
14:22:44 [2021-06-10T14:22:44.509Z] #67 ...
14:22:44 [2021-06-10T14:22:44.509Z] 
14:22:44 [2021-06-10T14:22:44.509Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
14:22:44 [2021-06-10T14:22:44.509Z] #34 sha256:197c3de5ab27ce794fc93345d34e9ec4f1e42edd1718a2dbf32b7205d2b7770e
14:22:44 [2021-06-10T14:22:44.509Z] #34 13.56 unicode/utf8
14:22:44 [2021-06-10T14:22:44.509Z] #34 14.13 internal/testlog
14:22:44 [2021-06-10T14:22:44.509Z] #34 14.39 encoding
14:22:44 [2021-06-10T14:22:44.509Z] #34 14.61 runtime/cgo
14:22:44 [2021-06-10T14:22:44.701Z] #49 19.40 go: extracting github.com/go-toolsmith/astfmt v1.0.0
14:22:44 [2021-06-10T14:22:44.701Z] #49 19.40 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
14:22:44 [2021-06-10T14:22:44.701Z] #49 ...
14:22:44 [2021-06-10T14:22:44.701Z] 
14:22:44 [2021-06-10T14:22:44.701Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:22:44 [2021-06-10T14:22:44.701Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:22:44 [2021-06-10T14:22:44.701Z] #13 5.820 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [479 kB]
14:22:44 [2021-06-10T14:22:44.701Z] #13 7.763 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
14:22:44 [2021-06-10T14:22:44.701Z] #13 10.000 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB]
14:22:44 [2021-06-10T14:22:44.701Z] #13 12.00 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
14:22:44 [2021-06-10T14:22:44.767Z] #34 ...
14:22:44 [2021-06-10T14:22:44.768Z] 
14:22:44 [2021-06-10T14:22:44.768Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
14:22:44 [2021-06-10T14:22:44.768Z] #67 sha256:5f20f593b966eb7b2adbf03a466ad396f6e3140fc0329578989d5ab1da87d185
14:22:44 [2021-06-10T14:22:44.768Z] #67 23.22 Checking out files:  61% (1170/1907)   
Checking out files:  62% (1183/1907)   
Checking out files:  63% (1202/1907)   
Checking out files:  64% (1221/1907)   
Checking out files:  65% (1240/1907)   
Checking out files:  66% (1259/1907)   
Checking out files:  67% (1278/1907)   
Checking out files:  68% (1297/1907)   
Checking out files:  69% (1316/1907)   
Checking out files:  70% (1335/1907)   
Checking out files:  71% (1354/1907)   
Checking out files:  72% (1374/1907)   
Checking out files:  73% (1393/1907)   
Checking out files:  74% (1412/1907)   
Checking out files:  75% (1431/1907)   
Checking out files:  76% (1450/1907)   
Checking out files:  77% (1469/1907)   
Checking out files:  78% (1488/1907)   
Checking out files:  79% (1507/1907)   
Checking out files:  80% (1526/1907)   
Checking out files:  81% (1545/1907)   
Checking out files:  82% (1564/1907)   
Checking out files:  83% (1583/1907)   
Checking out files:  84% (1602/1907)   
Checking out files:  85% (1621/1907)   
Checking out files:  86% (1641/1907)   
Checking out files:  87% (1660/1907)   
Checking out files:  88% (1679/1907)   
Checking out files:  89% (1698/1907)   
Checking out files:  90% (1717/1907)   
Checking out files:  91% (1736/1907)   
Checking out files:  92% (1755/1907)   
Checking out files:  93% (1774/1907)   
Checking out files:  94% (1793/1907)   
Checking out files:  95% (1812/1907)   
Checking out files:  96% (1831/1907)   
Checking out files:  97% (1850/1907)   
Checking out files:  98% (1869/1907)   
Checking out files:  99% (1888/1907)   
Checking out files: 100% (1907/1907)   
Checking out files: 100% (1907/1907), done.
14:22:44 [2021-06-10T14:22:44.768Z] #67 23.90 + cd /tmp/tmp.3hsQXRFmng/src/github.com/docker/libnetwork
14:22:44 [2021-06-10T14:22:44.768Z] #67 23.90 + git checkout -q 64b7a4574d1426139437d20e81c0b6d391130ec8
14:22:44 [2021-06-10T14:22:44.961Z] #13 ...
14:22:44 [2021-06-10T14:22:44.961Z] 
14:22:44 [2021-06-10T14:22:44.961Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
14:22:44 [2021-06-10T14:22:44.961Z] #67 sha256:063a379f6bb00f6fb4b4278b1c0b2ec77df7f8b789b40364187f2006fe6f2a0d
14:22:44 [2021-06-10T14:22:44.961Z] #67 18.10 Checking out files:  38% (727/1907)   
Checking out files:  39% (744/1907)   
Checking out files:  40% (763/1907)   
Checking out files:  41% (782/1907)   
Checking out files:  42% (801/1907)   
Checking out files:  43% (821/1907)   
Checking out files:  44% (840/1907)   
Checking out files:  45% (859/1907)   
Checking out files:  46% (878/1907)   
Checking out files:  47% (897/1907)   
Checking out files:  48% (916/1907)   
Checking out files:  49% (935/1907)   
Checking out files:  50% (954/1907)   
Checking out files:  51% (973/1907)   
Checking out files:  52% (992/1907)   
Checking out files:  53% (1011/1907)   
Checking out files:  54% (1030/1907)   
Checking out files:  55% (1049/1907)   
Checking out files:  56% (1068/1907)   
Checking out files:  57% (1087/1907)   
Checking out files:  58% (1107/1907)   
Checking out files:  59% (1126/1907)   
Checking out files:  60% (1145/1907)   
Checking out files:  61% (1164/1907)   
Checking out files:  62% (1183/1907)   
Checking out files:  63% (1202/1907)   
Checking out files:  64% (1221/1907)   
Checking out files:  65% (1240/1907)   
Checking out files:  66% (1259/1907)   
Checking out files:  67% (1278/1907)   
Checking out files:  68% (1297/1907)   
Checking out files:  69% (1316/1907)   
Checking out files:  70% (1335/1907)   
Checking out files:  71% (1354/1907)   
Checking out files:  72% (1374/1907)   
Checking out files:  73% (1393/1907)   
Checking out files:  74% (1412/1907)   
Checking out files:  75% (1431/1907)   
Checking out files:  76% (1450/1907)   
Checking out files:  77% (1469/1907)   
Checking out files:  78% (1488/1907)   
Checking out files:  79% (1507/1907)   
Checking out files:  80% (1526/1907)   
Checking out files:  81% (1545/1907)   
Checking out files:  82% (1564/1907)   
Checking out files:  83% (1583/1907)   
Checking out files:  84% (1602/1907)   
Checking out files:  85% (1621/1907)   
Checking out files:  86% (1641/1907)   
Checking out files:  87% (1660/1907)   
Checking out files:  88% (1679/1907)   
Checking out files:  89% (1698/1907)   
Checking out files:  90% (1717/1907)   
Checking out files:  91% (1736/1907)   
Checking out files:  92% (1755/1907)   
Checking out files:  93% (1774/1907)   
Checking out files:  94% (1793/1907)   
Checking out files:  95% (1812/1907)   
Checking out files:  96% (1831/1907)   
Checking out files:  96% (1840/1907)   
Checking out files:  97% (1850/1907)   
Checking out files:  98% (1869/1907)   
Checking out files:  99% (1888/1907)   
Checking out files: 100% (1907/1907)   
Checking out files: 100% (1907/1907), done.
14:22:44 [2021-06-10T14:22:44.961Z] #67 19.24 + cd /tmp/tmp.08g2SjzqY8/src/github.com/docker/libnetwork
14:22:44 [2021-06-10T14:22:44.961Z] #67 19.24 + git checkout -q 64b7a4574d1426139437d20e81c0b6d391130ec8
14:22:44 [2021-06-10T14:22:44.961Z] #67 19.46 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
14:22:45 [2021-06-10T14:22:45.335Z] #67 24.52 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
14:22:45 [2021-06-10T14:22:45.529Z] #67 ...
14:22:45 [2021-06-10T14:22:45.529Z] 
14:22:45 [2021-06-10T14:22:45.529Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
14:22:45 [2021-06-10T14:22:45.529Z] #34 sha256:1bd79eefbd5c5e5657018774b6f822efd8e156cc13956d480910db8e74ab3889
14:22:45 [2021-06-10T14:22:45.529Z] #34 10.26 runtime
14:22:45 [2021-06-10T14:22:45.529Z] #34 10.33 math
14:22:45 [2021-06-10T14:22:45.529Z] #34 15.59 internal/testlog
14:22:45 [2021-06-10T14:22:45.529Z] #34 15.87 encoding
14:22:45 [2021-06-10T14:22:45.529Z] #34 16.24 runtime/cgo
14:22:45 [2021-06-10T14:22:45.529Z] #34 ...
14:22:45 [2021-06-10T14:22:45.529Z] 
14:22:45 [2021-06-10T14:22:45.529Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:22:45 [2021-06-10T14:22:45.529Z] #45 sha256:770eca950a2ba38bb61271a0b7972836e7f5fb7a18ce6ace5a86e3fba3afcec7
14:22:45 [2021-06-10T14:22:45.529Z] #45 10.33 unicode
14:22:45 [2021-06-10T14:22:45.529Z] #45 11.02 runtime
14:22:45 [2021-06-10T14:22:45.529Z] #45 14.18 unicode/utf8
14:22:45 [2021-06-10T14:22:45.529Z] #45 15.12 math
14:22:45 [2021-06-10T14:22:45.529Z] #45 19.58 unicode/utf16
14:22:45 [2021-06-10T14:22:45.529Z] #45 19.96 container/list
14:22:45 [2021-06-10T14:22:45.737Z] #49 ...
14:22:45 [2021-06-10T14:22:45.737Z] 
14:22:45 [2021-06-10T14:22:45.737Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:22:45 [2021-06-10T14:22:45.737Z] #45 sha256:c68427fdde4486e6953a83e7abbfb70bf4899bddbd16f59fe7daae979cc488f0
14:22:45 [2021-06-10T14:22:45.737Z] #45 27.42 vendor/golang.org/x/crypto/internal/subtle
14:22:45 [2021-06-10T14:22:45.737Z] #45 27.66 vendor/golang.org/x/crypto/curve25519
14:22:45 [2021-06-10T14:22:45.788Z] #45 20.55 crypto/internal/subtle
14:22:45 [2021-06-10T14:22:45.788Z] #45 ...
14:22:45 [2021-06-10T14:22:45.788Z] 
14:22:45 [2021-06-10T14:22:45.788Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
14:22:45 [2021-06-10T14:22:45.788Z] #47 sha256:9be3bbdb68a3c71ed36622d0c9a540e4f54356ff9f54651013838be91a4bf3a1
14:22:45 [2021-06-10T14:22:45.788Z] #47 19.47 go: finding github.com/fatih/color v1.9.0
14:22:45 [2021-06-10T14:22:45.788Z] #47 19.51 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
14:22:45 [2021-06-10T14:22:45.788Z] #47 19.52 go: finding github.com/pkg/errors v0.9.1
14:22:45 [2021-06-10T14:22:45.788Z] #47 19.60 go: finding github.com/spf13/pflag v1.0.3
14:22:45 [2021-06-10T14:22:45.788Z] #47 19.71 go: finding github.com/mattn/go-colorable v0.1.6
14:22:45 [2021-06-10T14:22:45.788Z] #47 19.84 go: finding github.com/mattn/go-isatty v0.0.12
14:22:45 [2021-06-10T14:22:45.788Z] #47 19.98 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
14:22:45 [2021-06-10T14:22:45.788Z] #47 20.24 go: finding github.com/jonboulle/clockwork v0.1.0
14:22:45 [2021-06-10T14:22:45.788Z] #47 20.27 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
14:22:45 [2021-06-10T14:22:45.788Z] #47 20.30 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
14:22:45 [2021-06-10T14:22:45.788Z] #47 20.31 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
14:22:45 [2021-06-10T14:22:45.994Z] #45 ...
14:22:45 [2021-06-10T14:22:45.994Z] 
14:22:45 [2021-06-10T14:22:45.994Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:22:45 [2021-06-10T14:22:45.994Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:22:45 [2021-06-10T14:22:45.994Z] #13 23.07 Fetched 8973 kB in 20s (452 kB/s)
14:22:45 [2021-06-10T14:22:45.994Z] #13 23.07 Reading package lists...
14:22:46 [2021-06-10T14:22:46.558Z] #13 30.80 Reading package lists...
14:22:46 [2021-06-10T14:22:46.558Z] #13 ...
14:22:46 [2021-06-10T14:22:46.558Z] 
14:22:46 [2021-06-10T14:22:46.558Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
14:22:46 [2021-06-10T14:22:46.558Z] #34 sha256:00449d226417ac760e4e1e642825d8640326c5252cdf5ad83f1bbd6ede0837a1
14:22:46 [2021-06-10T14:22:46.558Z] #34 38.39 sync
14:22:46 [2021-06-10T14:22:46.725Z] #47 ...
14:22:46 [2021-06-10T14:22:46.725Z] 
14:22:46 [2021-06-10T14:22:46.725Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
14:22:46 [2021-06-10T14:22:46.725Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
14:22:46 [2021-06-10T14:22:46.725Z] #42 11.33 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB]
14:22:46 [2021-06-10T14:22:46.725Z] #42 13.42 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
14:22:46 [2021-06-10T14:22:46.725Z] #42 ...
14:22:46 [2021-06-10T14:22:46.725Z] 
14:22:46 [2021-06-10T14:22:46.725Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
14:22:46 [2021-06-10T14:22:46.725Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
14:22:46 [2021-06-10T14:22:46.725Z] #55 11.32 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB]
14:22:46 [2021-06-10T14:22:46.725Z] #55 13.68 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
14:22:46 [2021-06-10T14:22:46.725Z] #55 ...
14:22:46 [2021-06-10T14:22:46.725Z] 
14:22:46 [2021-06-10T14:22:46.725Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
14:22:46 [2021-06-10T14:22:46.725Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
14:22:46 [2021-06-10T14:22:46.725Z] #36 11.55 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB]
14:22:46 [2021-06-10T14:22:46.725Z] #36 13.81 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
14:22:46 [2021-06-10T14:22:46.816Z] #34 38.39 internal/reflectlite
14:22:46 [2021-06-10T14:22:46.984Z] #36 ...
14:22:46 [2021-06-10T14:22:46.984Z] 
14:22:46 [2021-06-10T14:22:46.984Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:22:46 [2021-06-10T14:22:46.984Z] #45 sha256:770eca950a2ba38bb61271a0b7972836e7f5fb7a18ce6ace5a86e3fba3afcec7
14:22:46 [2021-06-10T14:22:46.984Z] #45 20.74 crypto/subtle
14:22:46 [2021-06-10T14:22:46.984Z] #45 20.92 vendor/golang.org/x/crypto/cryptobyte/asn1
14:22:46 [2021-06-10T14:22:46.984Z] #45 21.14 internal/nettrace
14:22:46 [2021-06-10T14:22:46.984Z] #45 21.28 runtime/cgo
14:22:47 [2021-06-10T14:22:47.552Z] #45 ...
14:22:47 [2021-06-10T14:22:47.552Z] 
14:22:47 [2021-06-10T14:22:47.552Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
14:22:47 [2021-06-10T14:22:47.552Z] #58 sha256:c89eb849539ddd7cb3b7f74836740d27de366fbc16a419d36ae6e2295bacad80
14:22:47 [2021-06-10T14:22:47.552Z] #58 12.26 + cd /tmp/tmp.bNacOPyitF/src/github.com/rootless-containers/rootlesskit
14:22:47 [2021-06-10T14:22:47.552Z] #58 12.26 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778
14:22:47 [2021-06-10T14:22:47.552Z] #58 12.29 + export GO111MODULE=on
14:22:47 [2021-06-10T14:22:47.552Z] #58 12.29 + GO111MODULE=on
14:22:47 [2021-06-10T14:22:47.552Z] #58 12.29 + export GOPROXY=https://proxy.golang.org
14:22:47 [2021-06-10T14:22:47.552Z] #58 12.29 + GOPROXY=https://proxy.golang.org
14:22:47 [2021-06-10T14:22:47.552Z] #58 12.29 + for f in rootlesskit rootlesskit-docker-proxy
14:22:47 [2021-06-10T14:22:47.552Z] #58 12.29 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
14:22:47 [2021-06-10T14:22:47.552Z] #58 14.21 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
14:22:47 [2021-06-10T14:22:47.552Z] #58 14.21 go: downloading github.com/urfave/cli/v2 v2.3.0
14:22:47 [2021-06-10T14:22:47.552Z] #58 14.22 go: downloading github.com/moby/sys/mountinfo v0.4.1
14:22:47 [2021-06-10T14:22:47.552Z] #58 14.23 go: downloading github.com/gofrs/flock v0.8.0
14:22:47 [2021-06-10T14:22:47.552Z] #58 14.24 go: downloading github.com/gorilla/mux v1.8.0
14:22:47 [2021-06-10T14:22:47.552Z] #58 14.34 go: downloading github.com/sirupsen/logrus v1.8.1
14:22:47 [2021-06-10T14:22:47.552Z] #58 14.61 go: downloading github.com/pkg/errors v0.9.1
14:22:47 [2021-06-10T14:22:47.552Z] #58 14.69 go: downloading github.com/google/uuid v1.2.0
14:22:47 [2021-06-10T14:22:47.552Z] #58 14.78 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
14:22:47 [2021-06-10T14:22:47.552Z] #58 15.04 go: extracting github.com/gofrs/flock v0.8.0
14:22:47 [2021-06-10T14:22:47.552Z] #58 15.04 go: extracting github.com/pkg/errors v0.9.1
14:22:47 [2021-06-10T14:22:47.552Z] #58 15.04 go: downloading github.com/moby/vpnkit v0.5.0
14:22:47 [2021-06-10T14:22:47.552Z] #58 15.10 go: extracting github.com/gorilla/mux v1.8.0
14:22:47 [2021-06-10T14:22:47.552Z] #58 15.16 go: extracting github.com/google/uuid v1.2.0
14:22:47 [2021-06-10T14:22:47.552Z] #58 15.18 go: extracting github.com/moby/sys/mountinfo v0.4.1
14:22:47 [2021-06-10T14:22:47.552Z] #58 15.22 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
14:22:47 [2021-06-10T14:22:47.552Z] #58 15.36 go: extracting github.com/sirupsen/logrus v1.8.1
14:22:47 [2021-06-10T14:22:47.552Z] #58 15.43 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
14:22:47 [2021-06-10T14:22:47.552Z] #58 17.15 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
14:22:47 [2021-06-10T14:22:47.552Z] #58 18.27 go: extracting github.com/moby/vpnkit v0.5.0
14:22:47 [2021-06-10T14:22:47.552Z] #58 18.83 go: downloading github.com/u-root/u-root v7.0.0+incompatible
14:22:47 [2021-06-10T14:22:47.552Z] #58 18.85 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
14:22:47 [2021-06-10T14:22:47.552Z] #58 19.56 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
14:22:47 [2021-06-10T14:22:47.552Z] #58 20.59 go: extracting github.com/urfave/cli/v2 v2.3.0
14:22:47 [2021-06-10T14:22:47.911Z] #67 ...
14:22:47 [2021-06-10T14:22:47.911Z] 
14:22:47 [2021-06-10T14:22:47.911Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
14:22:47 [2021-06-10T14:22:47.911Z] #58 sha256:eee941f322c8e27ad8dc0aecbeea0f6550409deb3c0d2b95695e4afaf84115a7
14:22:47 [2021-06-10T14:22:47.911Z] #58 16.67 go: extracting github.com/moby/vpnkit v0.5.0
14:22:47 [2021-06-10T14:22:47.911Z] #58 16.80 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
14:22:47 [2021-06-10T14:22:47.911Z] #58 17.07 go: downloading github.com/u-root/u-root v7.0.0+incompatible
14:22:47 [2021-06-10T14:22:47.911Z] #58 19.04 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
14:22:47 [2021-06-10T14:22:47.911Z] #58 19.20 go: extracting github.com/urfave/cli/v2 v2.3.0
14:22:47 [2021-06-10T14:22:47.911Z] #58 22.01 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777
14:22:47 [2021-06-10T14:22:47.911Z] #58 23.81 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
14:22:47 [2021-06-10T14:22:47.911Z] #58 23.95 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0
14:22:47 [2021-06-10T14:22:47.911Z] #58 24.00 go: downloading github.com/russross/blackfriday/v2 v2.1.0
14:22:47 [2021-06-10T14:22:47.911Z] #58 24.35 go: extracting github.com/russross/blackfriday/v2 v2.1.0
14:22:47 [2021-06-10T14:22:47.912Z] #58 24.42 go: extracting github.com/u-root/u-root v7.0.0+incompatible
14:22:47 [2021-06-10T14:22:47.912Z] #58 ...
14:22:47 [2021-06-10T14:22:47.912Z] 
14:22:47 [2021-06-10T14:22:47.912Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
14:22:47 [2021-06-10T14:22:47.912Z] #51 sha256:8db57eefe16a7ab00f092838df8e48b674e35662ebdf2da1df4e3ed00939706f
14:22:47 [2021-06-10T14:22:47.912Z] #51 16.75 + cd /tmp/tmp.x0Veticsax/src/github.com/mvdan/sh
14:22:47 [2021-06-10T14:22:47.912Z] #51 16.75 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
14:22:47 [2021-06-10T14:22:47.912Z] #51 17.01 + GO111MODULE=on
14:22:47 [2021-06-10T14:22:47.912Z] #51 17.02 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
14:22:47 [2021-06-10T14:22:47.912Z] #51 18.31 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
14:22:47 [2021-06-10T14:22:47.912Z] #51 18.33 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
14:22:47 [2021-06-10T14:22:47.912Z] #51 18.39 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
14:22:47 [2021-06-10T14:22:47.912Z] #51 18.82 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
14:22:47 [2021-06-10T14:22:47.912Z] #51 18.88 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
14:22:47 [2021-06-10T14:22:47.912Z] #51 19.63 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
14:22:47 [2021-06-10T14:22:47.912Z] #51 20.43 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
14:22:47 [2021-06-10T14:22:47.912Z] #51 21.74 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
14:22:47 [2021-06-10T14:22:47.912Z] #51 23.01 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
14:22:47 [2021-06-10T14:22:47.912Z] #51 23.14 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
14:22:47 [2021-06-10T14:22:47.912Z] #51 23.37 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
14:22:47 [2021-06-10T14:22:47.912Z] #51 23.40 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
14:22:47 [2021-06-10T14:22:47.912Z] #51 24.15 runtime/cgo
14:22:47 [2021-06-10T14:22:47.912Z] #51 24.32 runtime
14:22:47 [2021-06-10T14:22:47.912Z] #51 ...
14:22:47 [2021-06-10T14:22:47.912Z] 
14:22:47 [2021-06-10T14:22:47.912Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
14:22:47 [2021-06-10T14:22:47.912Z] #49 sha256:80eab13e3fedd573c736671c83a1a84e8fd23e9bd08769841c138f2bf7f00bb7
14:22:47 [2021-06-10T14:22:47.912Z] #49 23.15 go: extracting github.com/uudashr/gocognit v1.0.1
14:22:47 [2021-06-10T14:22:47.912Z] #49 23.16 go: downloading github.com/ultraware/funlen v0.0.2
14:22:47 [2021-06-10T14:22:47.912Z] #49 23.25 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
14:22:47 [2021-06-10T14:22:47.912Z] #49 23.28 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
14:22:47 [2021-06-10T14:22:47.912Z] #49 23.40 go: extracting github.com/go-toolsmith/astp v1.0.0
14:22:47 [2021-06-10T14:22:47.912Z] #49 23.40 go: extracting github.com/ultraware/funlen v0.0.2
14:22:47 [2021-06-10T14:22:47.912Z] #49 23.48 go: downloading github.com/mitchellh/mapstructure v1.1.2
14:22:47 [2021-06-10T14:22:47.912Z] #49 23.50 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
14:22:47 [2021-06-10T14:22:47.912Z] #49 23.52 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
14:22:47 [2021-06-10T14:22:47.912Z] #49 23.53 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
14:22:47 [2021-06-10T14:22:47.912Z] #49 23.53 go: downloading github.com/subosito/gotenv v1.2.0
14:22:47 [2021-06-10T14:22:47.912Z] #49 23.53 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
14:22:47 [2021-06-10T14:22:47.912Z] #49 23.55 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
14:22:47 [2021-06-10T14:22:47.912Z] #49 23.72 go: downloading github.com/kisielk/gotool v1.0.0
14:22:47 [2021-06-10T14:22:47.912Z] #49 23.80 go: downloading github.com/spf13/cast v1.3.0
14:22:47 [2021-06-10T14:22:47.912Z] #49 23.80 go: extracting github.com/mitchellh/mapstructure v1.1.2
14:22:47 [2021-06-10T14:22:47.912Z] #49 23.81 go: extracting github.com/subosito/gotenv v1.2.0
14:22:47 [2021-06-10T14:22:47.912Z] #49 23.87 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
14:22:47 [2021-06-10T14:22:47.912Z] #49 23.88 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
14:22:47 [2021-06-10T14:22:47.912Z] #49 23.89 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
14:22:47 [2021-06-10T14:22:47.912Z] #49 23.89 go: extracting github.com/kisielk/gotool v1.0.0
14:22:47 [2021-06-10T14:22:47.912Z] #49 23.89 go: downloading gopkg.in/yaml.v2 v2.2.7
14:22:47 [2021-06-10T14:22:47.912Z] #49 23.94 go: downloading github.com/go-toolsmith/astequal v1.0.0
14:22:47 [2021-06-10T14:22:47.912Z] #49 24.02 go: downloading github.com/gogo/protobuf v1.2.1
14:22:47 [2021-06-10T14:22:47.912Z] #49 24.14 go: extracting github.com/spf13/cast v1.3.0
14:22:47 [2021-06-10T14:22:47.912Z] #49 24.17 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
14:22:47 [2021-06-10T14:22:47.912Z] #49 24.19 go: downloading github.com/magiconair/properties v1.8.1
14:22:47 [2021-06-10T14:22:47.912Z] #49 24.25 go: downloading github.com/ultraware/whitespace v0.0.4
14:22:47 [2021-06-10T14:22:47.912Z] #49 24.26 go: downloading gopkg.in/ini.v1 v1.51.0
14:22:47 [2021-06-10T14:22:47.912Z] #49 24.38 go: extracting github.com/magiconair/properties v1.8.1
14:22:47 [2021-06-10T14:22:47.912Z] #49 24.43 go: extracting github.com/go-toolsmith/astequal v1.0.0
14:22:47 [2021-06-10T14:22:47.912Z] #49 24.44 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
14:22:47 [2021-06-10T14:22:47.912Z] #49 24.46 go: extracting github.com/ultraware/whitespace v0.0.4
14:22:47 [2021-06-10T14:22:47.912Z] #49 24.47 go: extracting gopkg.in/yaml.v2 v2.2.7
14:22:47 [2021-06-10T14:22:47.912Z] #49 24.51 go: extracting gopkg.in/ini.v1 v1.51.0
14:22:47 [2021-06-10T14:22:47.912Z] #49 24.51 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
14:22:47 [2021-06-10T14:22:47.912Z] #49 24.65 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
14:22:47 [2021-06-10T14:22:47.912Z] #49 24.78 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
14:22:47 [2021-06-10T14:22:47.912Z] #49 24.80 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
14:22:47 [2021-06-10T14:22:47.912Z] #49 24.82 go: downloading github.com/spf13/pflag v1.0.5
14:22:47 [2021-06-10T14:22:47.912Z] #49 24.83 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
14:22:47 [2021-06-10T14:22:47.912Z] #49 25.03 go: downloading github.com/fsnotify/fsnotify v1.4.7
14:22:47 [2021-06-10T14:22:47.912Z] #49 25.03 go: downloading golang.org/x/text v0.3.2
14:22:47 [2021-06-10T14:22:47.912Z] #49 25.23 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
14:22:47 [2021-06-10T14:22:47.912Z] #49 25.26 go: extracting github.com/fsnotify/fsnotify v1.4.7
14:22:47 [2021-06-10T14:22:47.912Z] #49 25.27 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
14:22:47 [2021-06-10T14:22:47.912Z] #49 25.45 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
14:22:47 [2021-06-10T14:22:47.912Z] #49 25.75 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
14:22:47 [2021-06-10T14:22:47.912Z] #49 25.80 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
14:22:47 [2021-06-10T14:22:47.912Z] #49 25.86 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
14:22:47 [2021-06-10T14:22:47.912Z] #49 25.92 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
14:22:47 [2021-06-10T14:22:47.912Z] #49 26.04 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
14:22:47 [2021-06-10T14:22:47.912Z] #49 26.04 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
14:22:47 [2021-06-10T14:22:47.912Z] #49 26.07 go: downloading github.com/inconshreveable/mousetrap v1.0.0
14:22:47 [2021-06-10T14:22:47.912Z] #49 26.10 go: extracting github.com/spf13/pflag v1.0.5
14:22:47 [2021-06-10T14:22:47.912Z] #49 26.12 go: extracting github.com/inconshreveable/mousetrap v1.0.0
14:22:47 [2021-06-10T14:22:47.912Z] #49 26.23 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
14:22:47 [2021-06-10T14:22:47.912Z] #49 26.46 go: downloading github.com/pelletier/go-toml v1.2.0
14:22:47 [2021-06-10T14:22:47.912Z] #49 26.46 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
14:22:47 [2021-06-10T14:22:47.912Z] #49 26.48 go: downloading github.com/go-toolsmith/astfmt v1.0.0
14:22:47 [2021-06-10T14:22:47.912Z] #49 26.68 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
14:22:47 [2021-06-10T14:22:47.912Z] #49 26.69 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
14:22:47 [2021-06-10T14:22:47.912Z] #49 26.75 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
14:22:47 [2021-06-10T14:22:47.912Z] #49 26.80 go: extracting github.com/go-toolsmith/astfmt v1.0.0
14:22:47 [2021-06-10T14:22:47.912Z] #49 26.93 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
14:22:47 [2021-06-10T14:22:47.912Z] #49 27.05 go: downloading github.com/stretchr/testify v1.4.0
14:22:47 [2021-06-10T14:22:47.912Z] #49 27.06 go: extracting github.com/pelletier/go-toml v1.2.0
14:22:48 [2021-06-10T14:22:48.208Z] #49 27.12 go: downloading github.com/spf13/jwalterweatherman v1.0.0
14:22:48 [2021-06-10T14:22:48.208Z] #49 27.24 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
14:22:48 [2021-06-10T14:22:48.467Z] #49 27.55 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
14:22:48 [2021-06-10T14:22:48.467Z] #49 27.55 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
14:22:48 [2021-06-10T14:22:48.488Z] #58 23.32 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777
14:22:48 [2021-06-10T14:22:48.727Z] #49 27.68 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
14:22:48 [2021-06-10T14:22:48.727Z] #49 27.68 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
14:22:48 [2021-06-10T14:22:48.727Z] #49 27.89 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
14:22:48 [2021-06-10T14:22:48.727Z] #49 27.90 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
14:22:48 [2021-06-10T14:22:48.985Z] #49 27.91 go: extracting github.com/stretchr/testify v1.4.0
14:22:48 [2021-06-10T14:22:48.985Z] #49 28.01 go: extracting github.com/spf13/jwalterweatherman v1.0.0
14:22:48 [2021-06-10T14:22:48.986Z] #49 28.10 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
14:22:48 [2021-06-10T14:22:48.986Z] #49 28.13 go: downloading github.com/gobwas/glob v0.2.3
14:22:48 [2021-06-10T14:22:48.986Z] #49 28.23 go: downloading github.com/go-toolsmith/astcopy v1.0.0
14:22:49 [2021-06-10T14:22:49.027Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 5.2s
14:22:49 [2021-06-10T14:22:49.056Z] #58 ...
14:22:49 [2021-06-10T14:22:49.056Z] 
14:22:49 [2021-06-10T14:22:49.056Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
14:22:49 [2021-06-10T14:22:49.056Z] #49 sha256:008f8b7db5c9f77334274821c58b13d777622fd13c0f6d6ab37b8bdfbbe908e0
14:22:49 [2021-06-10T14:22:49.056Z] #49 20.11 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
14:22:49 [2021-06-10T14:22:49.056Z] #49 20.49 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
14:22:49 [2021-06-10T14:22:49.056Z] #49 21.73 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
14:22:49 [2021-06-10T14:22:49.056Z] #49 21.77 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
14:22:49 [2021-06-10T14:22:49.056Z] #49 21.78 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
14:22:49 [2021-06-10T14:22:49.056Z] #49 22.05 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
14:22:49 [2021-06-10T14:22:49.056Z] #49 23.61 go: downloading github.com/ultraware/funlen v0.0.2
14:22:49 [2021-06-10T14:22:49.056Z] #49 23.62 go: downloading github.com/mattn/go-colorable v0.1.4
14:22:49 [2021-06-10T14:22:49.056Z] #49 23.62 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
14:22:49 [2021-06-10T14:22:49.056Z] #49 23.69 go: downloading github.com/sirupsen/logrus v1.4.2
14:22:49 [2021-06-10T14:22:49.056Z] #49 23.82 go: downloading github.com/mattn/go-isatty v0.0.8
14:22:49 [2021-06-10T14:22:49.056Z] #49 23.82 go: downloading github.com/davecgh/go-spew v1.1.1
14:22:49 [2021-06-10T14:22:49.056Z] #49 23.82 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
14:22:49 [2021-06-10T14:22:49.056Z] #49 23.82 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
14:22:49 [2021-06-10T14:22:49.056Z] #49 23.83 go: extracting github.com/mattn/go-colorable v0.1.4
14:22:49 [2021-06-10T14:22:49.056Z] #49 23.86 go: extracting github.com/ultraware/funlen v0.0.2
14:22:49 [2021-06-10T14:22:49.056Z] #49 23.87 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
14:22:49 [2021-06-10T14:22:49.056Z] #49 23.88 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
14:22:49 [2021-06-10T14:22:49.056Z] #49 23.90 go: downloading github.com/stretchr/objx v0.2.0
14:22:49 [2021-06-10T14:22:49.056Z] #49 24.03 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
14:22:49 [2021-06-10T14:22:49.315Z] #49 24.13 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
14:22:49 [2021-06-10T14:22:49.315Z] #49 24.13 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
14:22:49 [2021-06-10T14:22:49.315Z] #49 24.14 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
14:22:49 [2021-06-10T14:22:49.315Z] #49 24.15 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
14:22:49 [2021-06-10T14:22:49.351Z] #34 40.82 sort
14:22:49 [2021-06-10T14:22:49.351Z] #34 40.84 errors
14:22:49 [2021-06-10T14:22:49.554Z] #49 28.50 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
14:22:49 [2021-06-10T14:22:49.554Z] #49 28.56 go: extracting github.com/go-toolsmith/astcopy v1.0.0
14:22:49 [2021-06-10T14:22:49.554Z] #49 28.56 go: downloading github.com/mattn/go-isatty v0.0.8
14:22:49 [2021-06-10T14:22:49.554Z] #49 28.71 go: downloading github.com/stretchr/objx v0.2.0
14:22:49 [2021-06-10T14:22:49.573Z] #49 24.27 go: downloading github.com/pmezard/go-difflib v1.0.0
14:22:49 [2021-06-10T14:22:49.573Z] #49 24.31 go: extracting github.com/mattn/go-isatty v0.0.8
14:22:49 [2021-06-10T14:22:49.573Z] #49 24.32 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
14:22:49 [2021-06-10T14:22:49.573Z] #49 24.34 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
14:22:49 [2021-06-10T14:22:49.573Z] #49 24.35 go: extracting github.com/davecgh/go-spew v1.1.1
14:22:49 [2021-06-10T14:22:49.573Z] #49 24.47 go: extracting github.com/stretchr/objx v0.2.0
14:22:49 [2021-06-10T14:22:49.573Z] #49 24.47 go: extracting github.com/sirupsen/logrus v1.4.2
14:22:49 [2021-06-10T14:22:49.612Z] #34 41.23 strconv
14:22:49 [2021-06-10T14:22:49.833Z] #49 24.52 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
14:22:49 [2021-06-10T14:22:49.833Z] #49 24.53 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
14:22:49 [2021-06-10T14:22:49.833Z] #49 24.57 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
14:22:49 [2021-06-10T14:22:49.833Z] #49 24.59 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
14:22:49 [2021-06-10T14:22:49.833Z] #49 24.59 go: extracting github.com/pmezard/go-difflib v1.0.0
14:22:49 [2021-06-10T14:22:49.833Z] #49 24.61 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
14:22:49 [2021-06-10T14:22:49.833Z] #49 24.67 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
14:22:49 [2021-06-10T14:22:49.833Z] #49 24.74 go: downloading github.com/sourcegraph/go-diff v0.5.1
14:22:49 [2021-06-10T14:22:49.833Z] #49 24.76 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
14:22:50 [2021-06-10T14:22:50.094Z] #49 24.85 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
14:22:50 [2021-06-10T14:22:50.094Z] #49 24.86 go: downloading github.com/go-critic/go-critic v0.4.1
14:22:50 [2021-06-10T14:22:50.094Z] #49 24.99 go: downloading github.com/spf13/viper v1.6.1
14:22:50 [2021-06-10T14:22:50.094Z] #49 25.01 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
14:22:50 [2021-06-10T14:22:50.094Z] #49 25.01 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
14:22:50 [2021-06-10T14:22:50.094Z] #49 25.01 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
14:22:50 [2021-06-10T14:22:50.094Z] #49 25.03 go: extracting github.com/sourcegraph/go-diff v0.5.1
14:22:50 [2021-06-10T14:22:50.094Z] #49 25.04 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
14:22:50 [2021-06-10T14:22:50.094Z] #49 25.08 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
14:22:50 [2021-06-10T14:22:50.123Z] #49 29.22 go: extracting github.com/gobwas/glob v0.2.3
14:22:50 [2021-06-10T14:22:50.123Z] #49 29.24 go: extracting github.com/mattn/go-isatty v0.0.8
14:22:50 [2021-06-10T14:22:50.123Z] #49 29.26 go: downloading github.com/go-toolsmith/strparse v1.0.0
14:22:50 [2021-06-10T14:22:50.123Z] #49 29.33 go: extracting github.com/stretchr/objx v0.2.0
14:22:50 [2021-06-10T14:22:50.354Z] #49 25.17 go: downloading github.com/inconshreveable/mousetrap v1.0.0
14:22:50 [2021-06-10T14:22:50.354Z] #49 25.26 go: downloading github.com/kisielk/gotool v1.0.0
14:22:50 [2021-06-10T14:22:50.354Z] #49 25.38 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
14:22:50 [2021-06-10T14:22:50.382Z] #49 29.45 go: downloading github.com/davecgh/go-spew v1.1.1
14:22:50 [2021-06-10T14:22:50.382Z] #49 29.51 go: downloading github.com/BurntSushi/toml v0.3.1
14:22:50 [2021-06-10T14:22:50.382Z] #49 29.57 go: extracting github.com/go-toolsmith/strparse v1.0.0
14:22:50 [2021-06-10T14:22:50.542Z] #34 42.16 io
14:22:50 [2021-06-10T14:22:50.613Z] #49 ...
14:22:50 [2021-06-10T14:22:50.613Z] 
14:22:50 [2021-06-10T14:22:50.613Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
14:22:50 [2021-06-10T14:22:50.613Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
14:22:50 [2021-06-10T14:22:50.613Z] #55 25.51 Fetched 8448 kB in 19s (454 kB/s)
14:22:50 [2021-06-10T14:22:50.641Z] #49 29.63 go: downloading github.com/pmezard/go-difflib v1.0.0
14:22:50 [2021-06-10T14:22:50.900Z] #49 29.92 go: extracting github.com/pmezard/go-difflib v1.0.0
14:22:50 [2021-06-10T14:22:50.931Z] #9 ...
14:22:50 [2021-06-10T14:22:50.931Z] 
14:22:50 [2021-06-10T14:22:50.931Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
14:22:50 [2021-06-10T14:22:50.931Z] #27 sha256:39f7219a138fd291fe8dabdc41ab50d922be795eaaa2ec38f63f788b4d15142f
14:22:50 [2021-06-10T14:22:50.931Z] #27 1.779 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
14:22:50 [2021-06-10T14:22:50.931Z] #27 1.801 Get:2 http://deb.debian.org/debian buster InRelease [121 kB]
14:22:50 [2021-06-10T14:22:50.931Z] #27 1.805 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
14:22:50 [2021-06-10T14:22:50.931Z] #27 2.050 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [292 kB]
14:22:50 [2021-06-10T14:22:50.931Z] #27 2.341 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
14:22:50 [2021-06-10T14:22:50.931Z] #27 3.131 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
14:22:50 [2021-06-10T14:22:50.931Z] #27 5.602 Fetched 8448 kB in 4s (2073 kB/s)
14:22:50 [2021-06-10T14:22:50.931Z] #27 5.602 Reading package lists...
14:22:50 [2021-06-10T14:22:50.931Z] #27 6.956 Reading package lists...
14:22:50 [2021-06-10T14:22:50.931Z] #27 8.249 Building dependency tree...
14:22:50 [2021-06-10T14:22:50.931Z] #27 8.741 The following additional packages will be installed:
14:22:50 [2021-06-10T14:22:50.931Z] #27 8.742   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
14:22:50 [2021-06-10T14:22:50.931Z] #27 8.742   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
14:22:50 [2021-06-10T14:22:50.931Z] #27 8.743   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
14:22:50 [2021-06-10T14:22:50.931Z] #27 8.745 Suggested packages:
14:22:50 [2021-06-10T14:22:50.931Z] #27 8.745   krb5-doc krb5-user
14:22:50 [2021-06-10T14:22:50.931Z] #27 8.745 Recommended packages:
14:22:50 [2021-06-10T14:22:50.931Z] #27 8.745   krb5-locales publicsuffix libsasl2-modules
14:22:50 [2021-06-10T14:22:50.931Z] #27 9.092 The following NEW packages will be installed:
14:22:50 [2021-06-10T14:22:50.931Z] #27 9.093   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
14:22:50 [2021-06-10T14:22:50.931Z] #27 9.093   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
14:22:50 [2021-06-10T14:22:50.931Z] #27 9.094   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
14:22:50 [2021-06-10T14:22:50.931Z] #27 9.095   libssh2-1 libssl1.1 openssl
14:22:50 [2021-06-10T14:22:50.931Z] #27 9.381 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded.
14:22:50 [2021-06-10T14:22:50.931Z] #27 9.381 Need to get 5059 kB of archives.
14:22:50 [2021-06-10T14:22:50.931Z] #27 9.381 After this operation, 12.1 MB of additional disk space will be used.
14:22:50 [2021-06-10T14:22:50.931Z] #27 9.381 Get:1 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB]
14:22:50 [2021-06-10T14:22:50.931Z] #27 9.381 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB]
14:22:50 [2021-06-10T14:22:50.931Z] #27 9.381 Get:3 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
14:22:50 [2021-06-10T14:22:50.931Z] #27 9.392 Get:4 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB]
14:22:50 [2021-06-10T14:22:50.931Z] #27 9.392 Get:5 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB]
14:22:50 [2021-06-10T14:22:50.931Z] #27 9.398 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB]
14:22:50 [2021-06-10T14:22:50.931Z] #27 9.409 Get:7 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB]
14:22:50 [2021-06-10T14:22:50.931Z] #27 9.417 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB]
14:22:50 [2021-06-10T14:22:50.931Z] #27 9.429 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB]
14:22:50 [2021-06-10T14:22:50.931Z] #27 9.429 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]
14:22:50 [2021-06-10T14:22:50.931Z] #27 9.429 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB]
14:22:50 [2021-06-10T14:22:50.931Z] #27 9.438 Get:12 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
14:22:50 [2021-06-10T14:22:50.931Z] #27 9.447 Get:13 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
14:22:50 [2021-06-10T14:22:50.931Z] #27 9.447 Get:14 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
14:22:50 [2021-06-10T14:22:50.931Z] #27 9.456 Get:15 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB]
14:22:50 [2021-06-10T14:22:50.931Z] #27 9.456 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
14:22:50 [2021-06-10T14:22:50.931Z] #27 9.464 Get:17 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
14:22:50 [2021-06-10T14:22:50.931Z] #27 9.471 Get:18 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
14:22:50 [2021-06-10T14:22:50.931Z] #27 9.477 Get:19 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
14:22:50 [2021-06-10T14:22:50.931Z] #27 9.489 Get:20 http://security.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB]
14:22:50 [2021-06-10T14:22:50.931Z] #27 9.504 Get:21 http://security.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB]
14:22:50 [2021-06-10T14:22:50.931Z] #27 9.764 debconf: delaying package configuration, since apt-utils is not installed
14:22:50 [2021-06-10T14:22:50.931Z] #27 9.806 Fetched 5059 kB in 0s (13.0 MB/s)
14:22:50 [2021-06-10T14:22:50.931Z] #27 9.870 Selecting previously unselected package libssl1.1:amd64.
14:22:50 [2021-06-10T14:22:50.932Z] #27 9.870 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6677 files and directories currently installed.)
14:22:50 [2021-06-10T14:22:50.932Z] #27 9.870 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ...
14:22:50 [2021-06-10T14:22:50.932Z] #27 9.942 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
14:22:50 [2021-06-10T14:22:50.932Z] #27 10.18 Selecting previously unselected package openssl.
14:22:50 [2021-06-10T14:22:50.932Z] #27 10.18 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ...
14:22:50 [2021-06-10T14:22:50.932Z] #27 10.19 Unpacking openssl (1.1.1d-0+deb10u6) ...
14:22:50 [2021-06-10T14:22:50.932Z] #27 10.34 Selecting previously unselected package ca-certificates.
14:22:50 [2021-06-10T14:22:50.932Z] #27 10.34 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ...
14:22:50 [2021-06-10T14:22:50.932Z] #27 10.35 Unpacking ca-certificates (20200601~deb10u2) ...
14:22:50 [2021-06-10T14:22:50.932Z] #27 ...
14:22:50 [2021-06-10T14:22:50.932Z] 
14:22:50 [2021-06-10T14:22:50.932Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
14:22:50 [2021-06-10T14:22:50.932Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
14:22:51 [2021-06-10T14:22:51.159Z] #49 30.18 go: extracting github.com/davecgh/go-spew v1.1.1
14:22:51 [2021-06-10T14:22:51.159Z] #49 30.24 go: extracting github.com/BurntSushi/toml v0.3.1
14:22:51 [2021-06-10T14:22:51.193Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 7.4s done
14:22:51 [2021-06-10T14:22:51.193Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551
14:22:51 [2021-06-10T14:22:51.420Z] #49 30.58 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
14:22:51 [2021-06-10T14:22:51.949Z] #34 43.43 internal/oserror
14:22:51 [2021-06-10T14:22:51.949Z] #34 43.56 syscall
14:22:52 [2021-06-10T14:22:52.514Z] #34 ...
14:22:52 [2021-06-10T14:22:52.514Z] 
14:22:52 [2021-06-10T14:22:52.514Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
14:22:52 [2021-06-10T14:22:52.514Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
14:22:52 [2021-06-10T14:22:52.514Z] #36 32.20 Reading package lists...
14:22:52 [2021-06-10T14:22:52.514Z] #36 39.00 Building dependency tree...
14:22:52 [2021-06-10T14:22:52.514Z] #36 42.48 The following additional packages will be installed:
14:22:52 [2021-06-10T14:22:52.514Z] #36 42.50   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
14:22:52 [2021-06-10T14:22:52.514Z] #36 42.51 Suggested packages:
14:22:52 [2021-06-10T14:22:52.514Z] #36 42.52   cmake-doc ninja-build lrzip
14:22:52 [2021-06-10T14:22:52.514Z] #36 42.52 Recommended packages:
14:22:52 [2021-06-10T14:22:52.514Z] #36 42.52   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
14:22:52 [2021-06-10T14:22:52.514Z] #36 43.62 The following NEW packages will be installed:
14:22:52 [2021-06-10T14:22:52.514Z] #36 43.64   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
14:22:52 [2021-06-10T14:22:52.514Z] #36 43.64   vim-common xxd
14:22:52 [2021-06-10T14:22:52.515Z] #36 44.00 0 upgraded, 10 newly installed, 0 to remove and 30 not upgraded.
14:22:52 [2021-06-10T14:22:52.515Z] #36 44.00 Need to get 14.9 MB of archives.
14:22:52 [2021-06-10T14:22:52.515Z] #36 44.00 After this operation, 61.8 MB of additional disk space will be used.
14:22:52 [2021-06-10T14:22:52.515Z] #36 44.00 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
14:22:52 [2021-06-10T14:22:52.515Z] #36 44.01 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
14:22:52 [2021-06-10T14:22:52.515Z] #36 44.04 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
14:22:52 [2021-06-10T14:22:52.515Z] #36 44.26 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
14:22:53 [2021-06-10T14:22:53.076Z] #36 ...
14:22:53 [2021-06-10T14:22:53.076Z] 
14:22:53 [2021-06-10T14:22:53.076Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
14:22:53 [2021-06-10T14:22:53.076Z] #67 sha256:5ff0276109b028e9bd3404c1600bc206582a29ea594c0c684ab5970596486a6a
14:22:53 [2021-06-10T14:22:53.076Z] #67 DONE 44.8s
14:22:53 [2021-06-10T14:22:53.076Z] 
14:22:53 [2021-06-10T14:22:53.076Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
14:22:53 [2021-06-10T14:22:53.076Z] #49 sha256:95026724dd7bce7d399fecdf62a1c515ecd25bdd41463a7142a32de4604eb7d8
14:22:53 [2021-06-10T14:22:53.076Z] #49 39.16 go: extracting golang.org/x/text v0.3.2
14:22:53 [2021-06-10T14:22:53.076Z] #49 43.56 go: finding github.com/fatih/color v1.7.0
14:22:53 [2021-06-10T14:22:53.076Z] #49 43.72 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
14:22:53 [2021-06-10T14:22:53.076Z] #49 43.76 go: finding github.com/mattn/go-colorable v0.1.4
14:22:53 [2021-06-10T14:22:53.076Z] #49 43.88 go: finding github.com/mattn/go-isatty v0.0.8
14:22:53 [2021-06-10T14:22:53.076Z] #49 43.94 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
14:22:53 [2021-06-10T14:22:53.076Z] #49 43.99 go: finding github.com/go-critic/go-critic v0.4.1
14:22:53 [2021-06-10T14:22:53.076Z] #49 44.03 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
14:22:53 [2021-06-10T14:22:53.076Z] #49 44.06 go: finding github.com/go-lintpack/lintpack v0.5.2
14:22:53 [2021-06-10T14:22:53.076Z] #49 44.11 go: finding github.com/pkg/errors v0.8.1
14:22:53 [2021-06-10T14:22:53.076Z] #49 44.26 go: finding github.com/sirupsen/logrus v1.4.2
14:22:53 [2021-06-10T14:22:53.076Z] #49 44.26 go: finding github.com/go-toolsmith/astfmt v1.0.0
14:22:53 [2021-06-10T14:22:53.076Z] #49 44.26 go: finding github.com/go-toolsmith/astequal v1.0.0
14:22:53 [2021-06-10T14:22:53.076Z] #49 44.32 go: finding github.com/stretchr/testify v1.4.0
14:22:53 [2021-06-10T14:22:53.076Z] #49 44.32 go: finding github.com/mitchellh/go-homedir v1.1.0
14:22:53 [2021-06-10T14:22:53.076Z] #49 44.32 go: finding github.com/go-toolsmith/astp v1.0.0
14:22:53 [2021-06-10T14:22:53.076Z] #49 44.34 go: finding github.com/go-toolsmith/astcast v1.0.0
14:22:53 [2021-06-10T14:22:53.077Z] #49 44.34 go: finding github.com/davecgh/go-spew v1.1.1
14:22:53 [2021-06-10T14:22:53.077Z] #49 44.35 go: finding github.com/go-toolsmith/typep v1.0.0
14:22:53 [2021-06-10T14:22:53.077Z] #49 44.36 go: finding github.com/spf13/viper v1.6.1
14:22:53 [2021-06-10T14:22:53.077Z] #49 44.39 go: finding github.com/pmezard/go-difflib v1.0.0
14:22:53 [2021-06-10T14:22:53.077Z] #49 44.45 go: finding github.com/stretchr/objx v0.2.0
14:22:53 [2021-06-10T14:22:53.077Z] #49 44.46 go: finding github.com/go-toolsmith/astcopy v1.0.0
14:22:53 [2021-06-10T14:22:53.077Z] #49 44.55 go: finding gopkg.in/yaml.v2 v2.2.7
14:22:53 [2021-06-10T14:22:53.077Z] #49 44.60 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
14:22:53 [2021-06-10T14:22:53.077Z] #49 44.61 go: finding github.com/go-toolsmith/strparse v1.0.0
14:22:53 [2021-06-10T14:22:53.077Z] #49 44.74 go: finding github.com/fsnotify/fsnotify v1.4.7
14:22:53 [2021-06-10T14:22:53.077Z] #49 44.75 go: finding github.com/bombsimon/wsl/v2 v2.0.0
14:22:53 [2021-06-10T14:22:53.077Z] #49 44.80 go: finding github.com/gobwas/glob v0.2.3
14:22:53 [2021-06-10T14:22:53.077Z] #49 44.80 go: finding github.com/spf13/cobra v0.0.5
14:22:53 [2021-06-10T14:22:53.077Z] #49 44.85 go: finding github.com/hashicorp/hcl v1.0.0
14:22:53 [2021-06-10T14:22:53.333Z] #49 44.94 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
14:22:53 [2021-06-10T14:22:53.333Z] #49 44.97 go: finding github.com/spf13/pflag v1.0.5
14:22:53 [2021-06-10T14:22:53.595Z] #49 45.24 go: finding github.com/magiconair/properties v1.8.1
14:22:53 [2021-06-10T14:22:53.595Z] #49 45.28 go: finding github.com/mitchellh/mapstructure v1.1.2
14:22:53 [2021-06-10T14:22:53.853Z] #49 45.39 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
14:22:53 [2021-06-10T14:22:53.853Z] #49 ...
14:22:53 [2021-06-10T14:22:53.853Z] 
14:22:53 [2021-06-10T14:22:53.853Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
14:22:53 [2021-06-10T14:22:53.853Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
14:22:53 [2021-06-10T14:22:53.853Z] #36 45.45 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB]
14:22:53 [2021-06-10T14:22:53.853Z] #36 45.53 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
14:22:53 [2021-06-10T14:22:53.853Z] #36 45.61 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
14:22:53 [2021-06-10T14:22:53.853Z] #36 45.61 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
14:22:53 [2021-06-10T14:22:53.921Z] #55 25.51 Reading package lists...
14:22:53 [2021-06-10T14:22:53.921Z] #55 ...
14:22:53 [2021-06-10T14:22:53.921Z] 
14:22:53 [2021-06-10T14:22:53.921Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
14:22:53 [2021-06-10T14:22:53.921Z] #51 sha256:026702a5931312d170a75b95ae695dd62b9432976cdeb9c210f5f791ad02dac4
14:22:53 [2021-06-10T14:22:53.921Z] #51 18.12 + cd /tmp/tmp.tqImSH0slz/src/github.com/mvdan/sh
14:22:53 [2021-06-10T14:22:53.921Z] #51 18.12 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
14:22:53 [2021-06-10T14:22:53.921Z] #51 18.22 + GO111MODULE=on
14:22:53 [2021-06-10T14:22:53.921Z] #51 18.22 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
14:22:53 [2021-06-10T14:22:53.921Z] #51 19.56 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
14:22:53 [2021-06-10T14:22:53.921Z] #51 19.57 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
14:22:53 [2021-06-10T14:22:53.921Z] #51 19.62 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
14:22:53 [2021-06-10T14:22:53.921Z] #51 19.91 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
14:22:53 [2021-06-10T14:22:53.921Z] #51 19.99 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
14:22:53 [2021-06-10T14:22:53.921Z] #51 20.77 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
14:22:53 [2021-06-10T14:22:53.921Z] #51 21.66 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
14:22:53 [2021-06-10T14:22:53.921Z] #51 23.24 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
14:22:53 [2021-06-10T14:22:53.921Z] #51 24.51 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
14:22:53 [2021-06-10T14:22:53.921Z] #51 24.72 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
14:22:53 [2021-06-10T14:22:53.921Z] #51 24.91 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
14:22:53 [2021-06-10T14:22:53.921Z] #51 24.97 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
14:22:53 [2021-06-10T14:22:53.921Z] #51 25.72 runtime/cgo
14:22:53 [2021-06-10T14:22:53.921Z] #51 25.87 runtime
14:22:53 [2021-06-10T14:22:53.921Z] #51 ...
14:22:53 [2021-06-10T14:22:53.921Z] 
14:22:53 [2021-06-10T14:22:53.921Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
14:22:53 [2021-06-10T14:22:53.921Z] #49 sha256:008f8b7db5c9f77334274821c58b13d777622fd13c0f6d6ab37b8bdfbbe908e0
14:22:53 [2021-06-10T14:22:53.921Z] #49 25.58 go: extracting github.com/inconshreveable/mousetrap v1.0.0
14:22:53 [2021-06-10T14:22:53.921Z] #49 25.61 go: downloading github.com/uudashr/gocognit v1.0.1
14:22:53 [2021-06-10T14:22:53.921Z] #49 25.72 go: downloading golang.org/x/text v0.3.2
14:22:53 [2021-06-10T14:22:53.921Z] #49 25.72 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
14:22:53 [2021-06-10T14:22:53.921Z] #49 25.74 go: extracting github.com/uudashr/gocognit v1.0.1
14:22:53 [2021-06-10T14:22:53.921Z] #49 25.84 go: extracting github.com/spf13/viper v1.6.1
14:22:53 [2021-06-10T14:22:53.921Z] #49 25.98 go: extracting github.com/kisielk/gotool v1.0.0
14:22:53 [2021-06-10T14:22:53.921Z] #49 26.01 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
14:22:53 [2021-06-10T14:22:53.921Z] #49 26.14 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
14:22:53 [2021-06-10T14:22:53.921Z] #49 26.21 go: downloading github.com/fsnotify/fsnotify v1.4.7
14:22:53 [2021-06-10T14:22:53.921Z] #49 26.21 go: extracting github.com/go-critic/go-critic v0.4.1
14:22:53 [2021-06-10T14:22:53.921Z] #49 26.22 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
14:22:53 [2021-06-10T14:22:53.921Z] #49 26.23 go: downloading gopkg.in/yaml.v2 v2.2.7
14:22:53 [2021-06-10T14:22:53.921Z] #49 26.49 go: downloading github.com/pelletier/go-toml v1.2.0
14:22:53 [2021-06-10T14:22:53.921Z] #49 26.56 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
14:22:53 [2021-06-10T14:22:53.921Z] #49 26.88 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
14:22:53 [2021-06-10T14:22:53.921Z] #49 26.89 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
14:22:53 [2021-06-10T14:22:53.921Z] #49 26.90 go: extracting github.com/fsnotify/fsnotify v1.4.7
14:22:53 [2021-06-10T14:22:53.921Z] #49 26.91 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
14:22:53 [2021-06-10T14:22:53.921Z] #49 26.95 go: downloading github.com/spf13/afero v1.1.2
14:22:53 [2021-06-10T14:22:53.921Z] #49 26.99 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
14:22:53 [2021-06-10T14:22:53.921Z] #49 27.21 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
14:22:53 [2021-06-10T14:22:53.921Z] #49 27.21 go: downloading github.com/hashicorp/hcl v1.0.0
14:22:53 [2021-06-10T14:22:53.921Z] #49 27.22 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
14:22:53 [2021-06-10T14:22:53.921Z] #49 27.27 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
14:22:53 [2021-06-10T14:22:53.921Z] #49 27.33 go: extracting gopkg.in/yaml.v2 v2.2.7
14:22:53 [2021-06-10T14:22:53.921Z] #49 27.51 go: extracting github.com/pelletier/go-toml v1.2.0
14:22:53 [2021-06-10T14:22:53.921Z] #49 27.69 go: downloading github.com/spf13/cast v1.3.0
14:22:53 [2021-06-10T14:22:53.921Z] #49 27.76 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
14:22:53 [2021-06-10T14:22:53.921Z] #49 27.84 go: extracting github.com/spf13/afero v1.1.2
14:22:53 [2021-06-10T14:22:53.921Z] #49 27.97 go: downloading github.com/subosito/gotenv v1.2.0
14:22:53 [2021-06-10T14:22:53.921Z] #49 28.12 go: downloading github.com/magiconair/properties v1.8.1
14:22:53 [2021-06-10T14:22:53.921Z] #49 28.13 go: extracting github.com/spf13/cast v1.3.0
14:22:53 [2021-06-10T14:22:53.921Z] #49 28.33 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
14:22:53 [2021-06-10T14:22:53.921Z] #49 28.34 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
14:22:53 [2021-06-10T14:22:53.921Z] #49 28.34 go: extracting github.com/subosito/gotenv v1.2.0
14:22:53 [2021-06-10T14:22:53.921Z] #49 28.42 go: downloading github.com/go-toolsmith/astcopy v1.0.0
14:22:53 [2021-06-10T14:22:53.921Z] #49 28.44 go: downloading github.com/go-toolsmith/typep v1.0.0
14:22:53 [2021-06-10T14:22:53.921Z] #49 28.71 go: extracting github.com/hashicorp/hcl v1.0.0
14:22:53 [2021-06-10T14:22:53.921Z] #49 28.91 go: extracting github.com/go-toolsmith/typep v1.0.0
14:22:53 [2021-06-10T14:22:53.921Z] #49 28.93 go: downloading github.com/gogo/protobuf v1.2.1
14:22:53 [2021-06-10T14:22:53.921Z] #49 28.94 go: extracting github.com/magiconair/properties v1.8.1
14:22:53 [2021-06-10T14:22:53.921Z] #49 28.97 go: downloading gopkg.in/ini.v1 v1.51.0
14:22:53 [2021-06-10T14:22:53.959Z] #49 32.79 go: extracting github.com/gogo/protobuf v1.2.1
14:22:53 [2021-06-10T14:22:53.959Z] #49 32.85 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
14:22:54 [2021-06-10T14:22:54.110Z] #36 45.66 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB]
14:22:54 [2021-06-10T14:22:54.110Z] #36 45.66 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
14:22:54 [2021-06-10T14:22:54.180Z] #49 29.11 go: extracting github.com/go-toolsmith/astcopy v1.0.0
14:22:54 [2021-06-10T14:22:54.180Z] #49 29.13 go: downloading github.com/gobwas/glob v0.2.3
14:22:54 [2021-06-10T14:22:54.748Z] #49 29.61 go: extracting gopkg.in/ini.v1 v1.51.0
14:22:54 [2021-06-10T14:22:54.748Z] #49 29.67 go: extracting github.com/gobwas/glob v0.2.3
14:22:54 [2021-06-10T14:22:54.748Z] #49 29.69 go: downloading github.com/BurntSushi/toml v0.3.1
14:22:54 [2021-06-10T14:22:54.748Z] #49 29.72 go: downloading github.com/go-toolsmith/astp v1.0.0
14:22:55 [2021-06-10T14:22:55.315Z] #49 30.04 go: downloading github.com/go-toolsmith/strparse v1.0.0
14:22:55 [2021-06-10T14:22:55.315Z] #49 30.05 go: extracting github.com/go-toolsmith/astp v1.0.0
14:22:55 [2021-06-10T14:22:55.315Z] #49 30.19 go: downloading github.com/go-toolsmith/astequal v1.0.0
14:22:55 [2021-06-10T14:22:55.315Z] #49 30.28 go: extracting github.com/BurntSushi/toml v0.3.1
14:22:55 [2021-06-10T14:22:55.338Z] #49 ...
14:22:55 [2021-06-10T14:22:55.338Z] 
14:22:55 [2021-06-10T14:22:55.338Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
14:22:55 [2021-06-10T14:22:55.338Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
14:22:55 [2021-06-10T14:22:55.338Z] #42 24.43 Fetched 8448 kB in 18s (473 kB/s)
14:22:55 [2021-06-10T14:22:55.338Z] #42 24.43 Reading package lists...
14:22:55 [2021-06-10T14:22:55.338Z] #42 31.17 Reading package lists...
14:22:55 [2021-06-10T14:22:55.338Z] #42 ...
14:22:55 [2021-06-10T14:22:55.338Z] 
14:22:55 [2021-06-10T14:22:55.338Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
14:22:55 [2021-06-10T14:22:55.338Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
14:22:55 [2021-06-10T14:22:55.338Z] #40 24.30 Checking out files:  91% (1547/1694)   
Checking out files:  92% (1559/1694)   
Checking out files:  93% (1576/1694)   
Checking out files:  94% (1593/1694)   
Checking out files:  95% (1610/1694)   
Checking out files:  96% (1627/1694)   
Checking out files:  97% (1644/1694)   
Checking out files:  98% (1661/1694)   
Checking out files:  99% (1678/1694)   
Checking out files: 100% (1694/1694)   
Checking out files: 100% (1694/1694), done.
14:22:55 [2021-06-10T14:22:55.338Z] #40 24.46 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
14:22:55 [2021-06-10T14:22:55.338Z] #40 26.71 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
14:22:55 [2021-06-10T14:22:55.379Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 4.0s done
14:22:55 [2021-06-10T14:22:55.482Z] #36 ...
14:22:55 [2021-06-10T14:22:55.482Z] 
14:22:55 [2021-06-10T14:22:55.482Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
14:22:55 [2021-06-10T14:22:55.482Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
14:22:55 [2021-06-10T14:22:55.482Z] #55 32.86 Reading package lists...
14:22:55 [2021-06-10T14:22:55.482Z] #55 39.72 Building dependency tree...
14:22:55 [2021-06-10T14:22:55.482Z] #55 43.16 The following additional packages will be installed:
14:22:55 [2021-06-10T14:22:55.482Z] #55 43.17   libbtrfs0
14:22:55 [2021-06-10T14:22:55.482Z] #55 43.43 The following NEW packages will be installed:
14:22:55 [2021-06-10T14:22:55.482Z] #55 43.44   libbtrfs-dev libbtrfs0
14:22:55 [2021-06-10T14:22:55.482Z] #55 43.88 0 upgraded, 2 newly installed, 0 to remove and 30 not upgraded.
14:22:55 [2021-06-10T14:22:55.482Z] #55 43.88 Need to get 119 kB of archives.
14:22:55 [2021-06-10T14:22:55.482Z] #55 43.88 After this operation, 387 kB of additional disk space will be used.
14:22:55 [2021-06-10T14:22:55.482Z] #55 43.88 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
14:22:55 [2021-06-10T14:22:55.482Z] #55 43.88 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
14:22:55 [2021-06-10T14:22:55.482Z] #55 45.55 debconf: delaying package configuration, since apt-utils is not installed
14:22:55 [2021-06-10T14:22:55.482Z] #55 45.92 Fetched 119 kB in 0s (357 kB/s)
14:22:55 [2021-06-10T14:22:55.482Z] #55 46.08 Selecting previously unselected package libbtrfs0.
14:22:55 [2021-06-10T14:22:55.482Z] #55 46.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 ... 15410 files and directories currently installed.)
14:22:55 [2021-06-10T14:22:55.482Z] #55 46.15 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
14:22:55 [2021-06-10T14:22:55.482Z] #55 46.17 Unpacking libbtrfs0 (4.20.1-2) ...
14:22:55 [2021-06-10T14:22:55.482Z] #55 46.28 Selecting previously unselected package libbtrfs-dev.
14:22:55 [2021-06-10T14:22:55.482Z] #55 46.29 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
14:22:55 [2021-06-10T14:22:55.482Z] #55 46.30 Unpacking libbtrfs-dev (4.20.1-2) ...
14:22:55 [2021-06-10T14:22:55.482Z] #55 46.54 Setting up libbtrfs0 (4.20.1-2) ...
14:22:55 [2021-06-10T14:22:55.482Z] #55 46.56 Setting up libbtrfs-dev (4.20.1-2) ...
14:22:55 [2021-06-10T14:22:55.482Z] #55 46.57 Processing triggers for libc-bin (2.28-10) ...
14:22:55 [2021-06-10T14:22:55.482Z] #55 DONE 47.1s
14:22:55 [2021-06-10T14:22:55.482Z] 
14:22:55 [2021-06-10T14:22:55.482Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
14:22:55 [2021-06-10T14:22:55.482Z] #49 sha256:95026724dd7bce7d399fecdf62a1c515ecd25bdd41463a7142a32de4604eb7d8
14:22:55 [2021-06-10T14:22:55.482Z] #49 45.54 go: finding github.com/pelletier/go-toml v1.2.0
14:22:55 [2021-06-10T14:22:55.482Z] #49 45.54 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
14:22:55 [2021-06-10T14:22:55.482Z] #49 45.61 go: finding github.com/spf13/afero v1.1.2
14:22:55 [2021-06-10T14:22:55.482Z] #49 45.64 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
14:22:55 [2021-06-10T14:22:55.482Z] #49 45.67 go: finding github.com/spf13/cast v1.3.0
14:22:55 [2021-06-10T14:22:55.482Z] #49 45.69 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
14:22:55 [2021-06-10T14:22:55.482Z] #49 45.77 go: finding github.com/spf13/jwalterweatherman v1.0.0
14:22:55 [2021-06-10T14:22:55.482Z] #49 45.82 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
14:22:55 [2021-06-10T14:22:55.482Z] #49 45.90 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
14:22:55 [2021-06-10T14:22:55.482Z] #49 46.05 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
14:22:55 [2021-06-10T14:22:55.482Z] #49 46.05 go: finding github.com/subosito/gotenv v1.2.0
14:22:55 [2021-06-10T14:22:55.482Z] #49 46.19 go: finding golang.org/x/text v0.3.2
14:22:55 [2021-06-10T14:22:55.482Z] #49 46.21 go: finding gopkg.in/ini.v1 v1.51.0
14:22:55 [2021-06-10T14:22:55.482Z] #49 46.29 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
14:22:55 [2021-06-10T14:22:55.482Z] #49 46.31 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
14:22:55 [2021-06-10T14:22:55.482Z] #49 46.32 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
14:22:55 [2021-06-10T14:22:55.482Z] #49 46.33 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
14:22:55 [2021-06-10T14:22:55.482Z] #49 46.33 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
14:22:55 [2021-06-10T14:22:55.482Z] #49 46.35 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
14:22:55 [2021-06-10T14:22:55.482Z] #49 46.38 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
14:22:55 [2021-06-10T14:22:55.482Z] #49 46.39 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
14:22:55 [2021-06-10T14:22:55.482Z] #49 46.39 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
14:22:55 [2021-06-10T14:22:55.482Z] #49 46.41 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
14:22:55 [2021-06-10T14:22:55.482Z] #49 46.43 go: finding github.com/kisielk/gotool v1.0.0
14:22:55 [2021-06-10T14:22:55.482Z] #49 46.46 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
14:22:55 [2021-06-10T14:22:55.482Z] #49 46.51 go: finding github.com/sourcegraph/go-diff v0.5.1
14:22:55 [2021-06-10T14:22:55.482Z] #49 46.52 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
14:22:55 [2021-06-10T14:22:55.482Z] #49 46.53 go: finding github.com/tommy-muehle/go-mnd v1.1.1
14:22:55 [2021-06-10T14:22:55.482Z] #49 46.54 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
14:22:55 [2021-06-10T14:22:55.482Z] #49 46.55 go: finding github.com/ultraware/funlen v0.0.2
14:22:55 [2021-06-10T14:22:55.482Z] #49 46.57 go: finding github.com/ultraware/whitespace v0.0.4
14:22:55 [2021-06-10T14:22:55.482Z] #49 46.60 go: finding github.com/uudashr/gocognit v1.0.1
14:22:55 [2021-06-10T14:22:55.482Z] #49 46.65 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
14:22:55 [2021-06-10T14:22:55.482Z] #49 46.73 go: finding github.com/gogo/protobuf v1.2.1
14:22:55 [2021-06-10T14:22:55.482Z] #49 46.86 go: finding honnef.co/go/tools v0.0.1-2019.2.3
14:22:55 [2021-06-10T14:22:55.482Z] #49 46.89 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
14:22:55 [2021-06-10T14:22:55.482Z] #49 46.90 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
14:22:55 [2021-06-10T14:22:55.482Z] #49 46.98 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
14:22:55 [2021-06-10T14:22:55.482Z] #49 46.99 go: finding github.com/BurntSushi/toml v0.3.1
14:22:55 [2021-06-10T14:22:55.573Z] #49 30.31 go: downloading github.com/mitchellh/mapstructure v1.1.2
14:22:55 [2021-06-10T14:22:55.573Z] #49 30.31 go: extracting github.com/go-toolsmith/strparse v1.0.0
14:22:55 [2021-06-10T14:22:55.573Z] #49 30.34 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
14:22:55 [2021-06-10T14:22:55.573Z] #49 30.53 go: downloading github.com/spf13/jwalterweatherman v1.0.0
14:22:55 [2021-06-10T14:22:55.597Z] #40 ...
14:22:55 [2021-06-10T14:22:55.597Z] 
14:22:55 [2021-06-10T14:22:55.597Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
14:22:55 [2021-06-10T14:22:55.597Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
14:22:55 [2021-06-10T14:22:55.597Z] #36 24.59 Fetched 8448 kB in 18s (459 kB/s)
14:22:55 [2021-06-10T14:22:55.597Z] #36 24.59 Reading package lists...
14:22:55 [2021-06-10T14:22:55.832Z] #49 30.62 go: downloading github.com/go-toolsmith/astcast v1.0.0
14:22:55 [2021-06-10T14:22:55.832Z] #49 30.62 go: extracting github.com/go-toolsmith/astequal v1.0.0
14:22:55 [2021-06-10T14:22:55.832Z] #49 30.67 go: extracting github.com/mitchellh/mapstructure v1.1.2
14:22:55 [2021-06-10T14:22:55.856Z] #36 31.45 Reading package lists...
14:22:55 [2021-06-10T14:22:55.856Z] #36 ...
14:22:55 [2021-06-10T14:22:55.856Z] 
14:22:55 [2021-06-10T14:22:55.856Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
14:22:55 [2021-06-10T14:22:55.856Z] #58 sha256:eee941f322c8e27ad8dc0aecbeea0f6550409deb3c0d2b95695e4afaf84115a7
14:22:55 [2021-06-10T14:22:55.856Z] #58 27.30 go: finding github.com/pkg/errors v0.9.1
14:22:55 [2021-06-10T14:22:55.856Z] #58 27.54 go: finding github.com/sirupsen/logrus v1.8.1
14:22:55 [2021-06-10T14:22:55.856Z] #58 27.64 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
14:22:55 [2021-06-10T14:22:55.856Z] #58 27.81 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
14:22:55 [2021-06-10T14:22:55.856Z] #58 27.90 go: finding github.com/google/uuid v1.2.0
14:22:55 [2021-06-10T14:22:55.856Z] #58 27.93 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
14:22:55 [2021-06-10T14:22:55.856Z] #58 28.10 go: finding github.com/gofrs/flock v0.8.0
14:22:55 [2021-06-10T14:22:55.856Z] #58 28.12 go: finding github.com/moby/vpnkit v0.5.0
14:22:55 [2021-06-10T14:22:55.856Z] #58 28.15 go: finding github.com/gorilla/mux v1.8.0
14:22:55 [2021-06-10T14:22:55.856Z] #58 28.19 go: finding github.com/moby/sys/mountinfo v0.4.1
14:22:55 [2021-06-10T14:22:55.856Z] #58 28.22 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777
14:22:55 [2021-06-10T14:22:55.856Z] #58 28.27 go: finding github.com/urfave/cli/v2 v2.3.0
14:22:55 [2021-06-10T14:22:55.856Z] #58 28.30 go: finding github.com/u-root/u-root v7.0.0+incompatible
14:22:55 [2021-06-10T14:22:55.856Z] #58 28.53 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0
14:22:55 [2021-06-10T14:22:55.856Z] #58 28.56 go: finding github.com/russross/blackfriday/v2 v2.1.0
14:22:56 [2021-06-10T14:22:56.091Z] #49 31.03 go: extracting github.com/spf13/jwalterweatherman v1.0.0
14:22:56 [2021-06-10T14:22:56.312Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e
14:22:56 [2021-06-10T14:22:56.349Z] #49 31.05 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
14:22:56 [2021-06-10T14:22:56.349Z] #49 31.10 go: extracting github.com/go-toolsmith/astcast v1.0.0
14:22:57 [2021-06-10T14:22:57.235Z] #58 ...
14:22:57 [2021-06-10T14:22:57.235Z] 
14:22:57 [2021-06-10T14:22:57.235Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:22:57 [2021-06-10T14:22:57.235Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:22:57 [2021-06-10T14:22:57.235Z] #13 23.06 Fetched 8973 kB in 19s (473 kB/s)
14:22:57 [2021-06-10T14:22:57.235Z] #13 23.06 Reading package lists...
14:22:57 [2021-06-10T14:22:57.285Z] #49 ...
14:22:57 [2021-06-10T14:22:57.285Z] 
14:22:57 [2021-06-10T14:22:57.285Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
14:22:57 [2021-06-10T14:22:57.285Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
14:22:57 [2021-06-10T14:22:57.285Z] #55 25.51 Reading package lists...
14:22:57 [2021-06-10T14:22:57.377Z] #49 ...
14:22:57 [2021-06-10T14:22:57.377Z] 
14:22:57 [2021-06-10T14:22:57.377Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
14:22:57 [2021-06-10T14:22:57.377Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
14:22:57 [2021-06-10T14:22:57.377Z] #42 32.44 Reading package lists...
14:22:57 [2021-06-10T14:22:57.377Z] #42 39.19 Building dependency tree...
14:22:57 [2021-06-10T14:22:57.377Z] #42 42.69 The following additional packages will be installed:
14:22:57 [2021-06-10T14:22:57.377Z] #42 42.69   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
14:22:57 [2021-06-10T14:22:57.377Z] #42 42.69   libprotoc17 python-pkg-resources python-six zlib1g-dev
14:22:57 [2021-06-10T14:22:57.377Z] #42 42.71 Suggested packages:
14:22:57 [2021-06-10T14:22:57.377Z] #42 42.72   manpages-dev python-setuptools
14:22:57 [2021-06-10T14:22:57.377Z] #42 44.17 The following NEW packages will be installed:
14:22:57 [2021-06-10T14:22:57.377Z] #42 44.17   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
14:22:57 [2021-06-10T14:22:57.377Z] #42 44.18   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
14:22:57 [2021-06-10T14:22:57.377Z] #42 44.18   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
14:22:57 [2021-06-10T14:22:57.377Z] #42 44.19   python-six zlib1g-dev
14:22:57 [2021-06-10T14:22:57.377Z] #42 44.71 0 upgraded, 17 newly installed, 0 to remove and 30 not upgraded.
14:22:57 [2021-06-10T14:22:57.377Z] #42 44.71 Need to get 4095 kB of archives.
14:22:57 [2021-06-10T14:22:57.377Z] #42 44.71 After this operation, 22.5 MB of additional disk space will be used.
14:22:57 [2021-06-10T14:22:57.377Z] #42 44.71 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB]
14:22:57 [2021-06-10T14:22:57.377Z] #42 44.74 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
14:22:57 [2021-06-10T14:22:57.377Z] #42 44.75 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB]
14:22:57 [2021-06-10T14:22:57.377Z] #42 44.75 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
14:22:57 [2021-06-10T14:22:57.377Z] #42 44.75 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB]
14:22:57 [2021-06-10T14:22:57.377Z] #42 44.75 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
14:22:57 [2021-06-10T14:22:57.377Z] #42 44.77 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB]
14:22:57 [2021-06-10T14:22:57.377Z] #42 44.77 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB]
14:22:57 [2021-06-10T14:22:57.377Z] #42 44.81 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
14:22:57 [2021-06-10T14:22:57.377Z] #42 44.95 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB]
14:22:57 [2021-06-10T14:22:57.377Z] #42 44.98 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB]
14:22:57 [2021-06-10T14:22:57.377Z] #42 45.16 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB]
14:22:57 [2021-06-10T14:22:57.377Z] #42 45.32 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB]
14:22:57 [2021-06-10T14:22:57.377Z] #42 45.32 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB]
14:22:57 [2021-06-10T14:22:57.377Z] #42 45.37 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB]
14:22:57 [2021-06-10T14:22:57.377Z] #42 45.39 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB]
14:22:57 [2021-06-10T14:22:57.377Z] #42 45.39 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB]
14:22:57 [2021-06-10T14:22:57.377Z] #42 46.84 debconf: delaying package configuration, since apt-utils is not installed
14:22:57 [2021-06-10T14:22:57.377Z] #42 47.15 Fetched 4095 kB in 1s (3928 kB/s)
14:22:57 [2021-06-10T14:22:57.377Z] #42 47.37 Selecting previously unselected package libcap-dev:amd64.
14:22:57 [2021-06-10T14:22:57.377Z] #42 47.38 (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.)
14:22:57 [2021-06-10T14:22:57.377Z] #42 47.55 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ...
14:22:57 [2021-06-10T14:22:57.377Z] #42 47.57 Unpacking libcap-dev:amd64 (1:2.25-2) ...
14:22:57 [2021-06-10T14:22:57.377Z] #42 47.69 Selecting previously unselected package libnet1:amd64.
14:22:57 [2021-06-10T14:22:57.377Z] #42 47.69 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
14:22:57 [2021-06-10T14:22:57.377Z] #42 47.70 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
14:22:57 [2021-06-10T14:22:57.377Z] #42 47.85 Selecting previously unselected package libnet1-dev.
14:22:57 [2021-06-10T14:22:57.377Z] #42 47.90 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ...
14:22:57 [2021-06-10T14:22:57.377Z] #42 47.91 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
14:22:57 [2021-06-10T14:22:57.377Z] #42 48.09 Selecting previously unselected package libnl-3-200:amd64.
14:22:57 [2021-06-10T14:22:57.377Z] #42 48.09 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ...
14:22:57 [2021-06-10T14:22:57.377Z] #42 48.10 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
14:22:57 [2021-06-10T14:22:57.377Z] #42 48.27 Selecting previously unselected package libnl-3-dev:amd64.
14:22:57 [2021-06-10T14:22:57.377Z] #42 48.28 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ...
14:22:57 [2021-06-10T14:22:57.377Z] #42 48.29 Unpacking libnl-3-dev:amd64 (3.4.0-1) ...
14:22:57 [2021-06-10T14:22:57.377Z] #42 48.63 Selecting previously unselected package libprotobuf-c1:amd64.
14:22:57 [2021-06-10T14:22:57.377Z] #42 48.64 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
14:22:57 [2021-06-10T14:22:57.377Z] #42 48.64 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
14:22:57 [2021-06-10T14:22:57.377Z] #42 48.78 Selecting previously unselected package libprotobuf-c-dev:amd64.
14:22:57 [2021-06-10T14:22:57.377Z] #42 48.78 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ...
14:22:57 [2021-06-10T14:22:57.377Z] #42 48.78 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
14:22:57 [2021-06-10T14:22:57.377Z] #42 48.90 Selecting previously unselected package zlib1g-dev:amd64.
14:22:57 [2021-06-10T14:22:57.377Z] #42 48.91 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ...
14:22:57 [2021-06-10T14:22:57.377Z] #42 48.91 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
14:22:57 [2021-06-10T14:22:57.377Z] #42 49.16 Selecting previously unselected package libprotobuf17:amd64.
14:22:57 [2021-06-10T14:22:57.377Z] #42 ...
14:22:57 [2021-06-10T14:22:57.377Z] 
14:22:57 [2021-06-10T14:22:57.377Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
14:22:57 [2021-06-10T14:22:57.377Z] #56 sha256:d262fd2cbea62d8ddcf70915974242c997dae805959e6153590fc1af79a8dbd9
14:22:57 [2021-06-10T14:22:57.377Z] #56 1.157 + RM_GOPATH=0
14:22:57 [2021-06-10T14:22:57.377Z] #56 1.159 + TMP_GOPATH=
14:22:57 [2021-06-10T14:22:57.377Z] #56 1.160 + : /build
14:22:57 [2021-06-10T14:22:57.377Z] #56 1.160 + '[' -z '' ']'
14:22:57 [2021-06-10T14:22:57.377Z] #56 1.161 ++ mktemp -d
14:22:57 [2021-06-10T14:22:57.378Z] #56 1.164 + export GOPATH=/tmp/tmp.1AfQCkzqNC
14:22:57 [2021-06-10T14:22:57.378Z] #56 1.167 + GOPATH=/tmp/tmp.1AfQCkzqNC
14:22:57 [2021-06-10T14:22:57.378Z] #56 1.168 + RM_GOPATH=1
14:22:57 [2021-06-10T14:22:57.378Z] #56 1.168 + case "$(go env GOARCH)" in
14:22:57 [2021-06-10T14:22:57.378Z] #56 1.169 ++ go env GOARCH
14:22:57 [2021-06-10T14:22:57.378Z] #56 1.190 + export GO_BUILDMODE=-buildmode=pie
14:22:57 [2021-06-10T14:22:57.378Z] #56 1.190 + GO_BUILDMODE=-buildmode=pie
14:22:57 [2021-06-10T14:22:57.378Z] #56 1.196 ++ dirname /tmp/install/install.sh
14:22:57 [2021-06-10T14:22:57.378Z] #56 1.202 + dir=/tmp/install
14:22:57 [2021-06-10T14:22:57.378Z] #56 1.203 + bin=containerd
14:22:57 [2021-06-10T14:22:57.378Z] #56 1.203 + shift
14:22:57 [2021-06-10T14:22:57.378Z] #56 1.203 + '[' '!' -f /tmp/install/containerd.installer ']'
14:22:57 [2021-06-10T14:22:57.378Z] #56 1.203 + . /tmp/install/containerd.installer
14:22:57 [2021-06-10T14:22:57.378Z] #56 1.204 ++ set -e
14:22:57 [2021-06-10T14:22:57.378Z] #56 1.204 ++ : d71fcd7d8303cbf684402823e425e9dd2e99285d
14:22:57 [2021-06-10T14:22:57.378Z] #56 1.205 + install_containerd
14:22:57 [2021-06-10T14:22:57.378Z] #56 1.215 + echo 'Install containerd version d71fcd7d8303cbf684402823e425e9dd2e99285d'
14:22:57 [2021-06-10T14:22:57.378Z] #56 1.215 Install containerd version d71fcd7d8303cbf684402823e425e9dd2e99285d
14:22:57 [2021-06-10T14:22:57.378Z] #56 1.216 + git clone https://github.com/containerd/containerd.git /tmp/tmp.1AfQCkzqNC/src/github.com/containerd/containerd
14:22:57 [2021-06-10T14:22:57.378Z] #56 1.219 Cloning into '/tmp/tmp.1AfQCkzqNC/src/github.com/containerd/containerd'...
14:22:57 [2021-06-10T14:22:57.494Z] #13 29.87 Reading package lists...
14:22:57 [2021-06-10T14:22:57.494Z] #13 ...
14:22:57 [2021-06-10T14:22:57.494Z] 
14:22:57 [2021-06-10T14:22:57.494Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
14:22:57 [2021-06-10T14:22:57.494Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
14:22:57 [2021-06-10T14:22:57.494Z] #55 22.00 Reading package lists...
14:22:57 [2021-06-10T14:22:57.494Z] #55 29.02 Reading package lists...
14:22:58 [2021-06-10T14:22:58.061Z] #55 35.84 Building dependency tree...
14:22:58 [2021-06-10T14:22:58.061Z] #55 ...
14:22:58 [2021-06-10T14:22:58.061Z] 
14:22:58 [2021-06-10T14:22:58.061Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:22:58 [2021-06-10T14:22:58.061Z] #45 sha256:42d38f7346c664d1ca94914b7840cafbd6e2c471bfd0c2b97f8234196205f3ba
14:22:58 [2021-06-10T14:22:58.061Z] #45 27.11 vendor/golang.org/x/crypto/internal/subtle
14:22:58 [2021-06-10T14:22:58.061Z] #45 27.34 vendor/golang.org/x/crypto/curve25519
14:22:58 [2021-06-10T14:22:58.227Z] #9 ...
14:22:58 [2021-06-10T14:22:58.228Z] 
14:22:58 [2021-06-10T14:22:58.228Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
14:22:58 [2021-06-10T14:22:58.228Z] #27 sha256:39f7219a138fd291fe8dabdc41ab50d922be795eaaa2ec38f63f788b4d15142f
14:22:58 [2021-06-10T14:22:58.228Z] #27 10.44 Selecting previously unselected package libkeyutils1:amd64.
14:22:58 [2021-06-10T14:22:58.228Z] #27 10.45 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 10.45 Unpacking libkeyutils1:amd64 (1.6-6) ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 10.50 Selecting previously unselected package libkrb5support0:amd64.
14:22:58 [2021-06-10T14:22:58.228Z] #27 10.50 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 10.50 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 10.56 Selecting previously unselected package libk5crypto3:amd64.
14:22:58 [2021-06-10T14:22:58.228Z] #27 10.56 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 10.56 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 10.67 Selecting previously unselected package libkrb5-3:amd64.
14:22:58 [2021-06-10T14:22:58.228Z] #27 10.67 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 10.67 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 10.77 Selecting previously unselected package libgssapi-krb5-2:amd64.
14:22:58 [2021-06-10T14:22:58.228Z] #27 10.77 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 10.78 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 10.85 Selecting previously unselected package libsasl2-modules-db:amd64.
14:22:58 [2021-06-10T14:22:58.228Z] #27 10.85 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 10.85 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 10.90 Selecting previously unselected package libsasl2-2:amd64.
14:22:58 [2021-06-10T14:22:58.228Z] #27 10.90 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 10.90 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 10.95 Selecting previously unselected package libldap-common.
14:22:58 [2021-06-10T14:22:58.228Z] #27 10.95 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 10.96 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 11.01 Selecting previously unselected package libldap-2.4-2:amd64.
14:22:58 [2021-06-10T14:22:58.228Z] #27 11.01 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 11.01 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 11.09 Selecting previously unselected package libnghttp2-14:amd64.
14:22:58 [2021-06-10T14:22:58.228Z] #27 11.09 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 11.09 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 11.14 Selecting previously unselected package libpsl5:amd64.
14:22:58 [2021-06-10T14:22:58.228Z] #27 11.14 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 11.15 Unpacking libpsl5:amd64 (0.20.2-2) ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 11.20 Selecting previously unselected package librtmp1:amd64.
14:22:58 [2021-06-10T14:22:58.228Z] #27 11.20 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 11.21 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 11.26 Selecting previously unselected package libssh2-1:amd64.
14:22:58 [2021-06-10T14:22:58.228Z] #27 11.26 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 11.27 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 11.32 Selecting previously unselected package libcurl4:amd64.
14:22:58 [2021-06-10T14:22:58.228Z] #27 11.33 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 11.33 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 11.44 Selecting previously unselected package curl.
14:22:58 [2021-06-10T14:22:58.228Z] #27 11.44 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 11.44 Unpacking curl (7.64.0-4+deb10u2) ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 11.52 Selecting previously unselected package libonig5:amd64.
14:22:58 [2021-06-10T14:22:58.228Z] #27 11.52 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 11.52 Unpacking libonig5:amd64 (6.9.1-1) ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 11.60 Selecting previously unselected package libjq1:amd64.
14:22:58 [2021-06-10T14:22:58.228Z] #27 11.60 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 11.60 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 11.66 Selecting previously unselected package jq.
14:22:58 [2021-06-10T14:22:58.228Z] #27 11.66 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 11.66 Unpacking jq (1.5+dfsg-2+b1) ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 11.71 Setting up libkeyutils1:amd64 (1.6-6) ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 11.73 Setting up libpsl5:amd64 (0.20.2-2) ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 11.74 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 11.91 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 11.92 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 11.94 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 11.95 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 11.97 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 11.98 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 11.99 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 12.01 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 12.02 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 12.04 Setting up openssl (1.1.1d-0+deb10u6) ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 12.06 Setting up libonig5:amd64 (6.9.1-1) ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 12.08 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 12.09 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 12.11 Setting up ca-certificates (20200601~deb10u2) ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 12.76 Updating certificates in /etc/ssl/certs...
14:22:58 [2021-06-10T14:22:58.228Z] #27 13.53 137 added, 0 removed; done.
14:22:58 [2021-06-10T14:22:58.228Z] #27 13.63 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 13.65 Setting up jq (1.5+dfsg-2+b1) ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 13.66 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 13.67 Setting up curl (7.64.0-4+deb10u2) ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 13.69 Processing triggers for libc-bin (2.28-10) ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 13.71 Processing triggers for ca-certificates (20200601~deb10u2) ...
14:22:58 [2021-06-10T14:22:58.228Z] #27 13.72 Updating certificates in /etc/ssl/certs...
14:22:58 [2021-06-10T14:22:58.228Z] #27 14.41 0 added, 0 removed; done.
14:22:58 [2021-06-10T14:22:58.228Z] #27 14.41 Running hooks in /etc/ca-certificates/update.d...
14:22:58 [2021-06-10T14:22:58.228Z] #27 14.41 done.
14:22:58 [2021-06-10T14:22:58.228Z] #27 DONE 17.2s
14:22:58 [2021-06-10T14:22:58.228Z] 
14:22:58 [2021-06-10T14:22:58.228Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
14:22:58 [2021-06-10T14:22:58.228Z] #28 sha256:e7a784c4c754c37ec75d6faf3fba9053eb43051d2adfe922971c102bffc0efa0
14:22:58 [2021-06-10T14:22:58.228Z] #28 DONE 0.3s
14:22:58 [2021-06-10T14:22:58.228Z] 
14:22:58 [2021-06-10T14:22:58.228Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
14:22:58 [2021-06-10T14:22:58.228Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
14:22:58 [2021-06-10T14:22:58.322Z] #45 ...
14:22:58 [2021-06-10T14:22:58.322Z] 
14:22:58 [2021-06-10T14:22:58.322Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
14:22:58 [2021-06-10T14:22:58.322Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
14:22:58 [2021-06-10T14:22:58.322Z] #42 31.17 Reading package lists...
14:22:59 [2021-06-10T14:22:59.272Z] #56 ...
14:22:59 [2021-06-10T14:22:59.272Z] 
14:22:59 [2021-06-10T14:22:59.272Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:22:59 [2021-06-10T14:22:59.272Z] #45 sha256:c68427fdde4486e6953a83e7abbfb70bf4899bddbd16f59fe7daae979cc488f0
14:22:59 [2021-06-10T14:22:59.272Z] #45 40.69 github.com/LK4D4/vndr/godl/singleflight
14:22:59 [2021-06-10T14:22:59.272Z] #45 40.72 internal/reflectlite
14:22:59 [2021-06-10T14:22:59.272Z] #45 41.12 math/rand
14:22:59 [2021-06-10T14:22:59.272Z] #45 42.04 internal/singleflight
14:22:59 [2021-06-10T14:22:59.272Z] #45 43.56 strconv
14:22:59 [2021-06-10T14:22:59.272Z] #45 43.63 bytes
14:22:59 [2021-06-10T14:22:59.272Z] #45 46.27 bufio
14:22:59 [2021-06-10T14:22:59.272Z] #45 48.27 syscall
14:22:59 [2021-06-10T14:22:59.272Z] #45 48.37 reflect
14:22:59 [2021-06-10T14:22:59.272Z] #45 ...
14:22:59 [2021-06-10T14:22:59.272Z] 
14:22:59 [2021-06-10T14:22:59.272Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
14:22:59 [2021-06-10T14:22:59.272Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
14:22:59 [2021-06-10T14:22:59.272Z] #36 47.53 debconf: delaying package configuration, since apt-utils is not installed
14:22:59 [2021-06-10T14:22:59.272Z] #36 47.95 Fetched 14.9 MB in 2s (6219 kB/s)
14:22:59 [2021-06-10T14:22:59.272Z] #36 48.08 Selecting previously unselected package xxd.
14:22:59 [2021-06-10T14:22:59.272Z] #36 48.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 ... 15410 files and directories currently installed.)
14:22:59 [2021-06-10T14:22:59.272Z] #36 48.13 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
14:22:59 [2021-06-10T14:22:59.272Z] #36 48.14 Unpacking xxd (2:8.1.0875-5) ...
14:22:59 [2021-06-10T14:22:59.272Z] #36 48.35 Selecting previously unselected package vim-common.
14:22:59 [2021-06-10T14:22:59.272Z] #36 48.35 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
14:22:59 [2021-06-10T14:22:59.272Z] #36 48.39 Unpacking vim-common (2:8.1.0875-5) ...
14:22:59 [2021-06-10T14:22:59.272Z] #36 48.74 Selecting previously unselected package cmake-data.
14:22:59 [2021-06-10T14:22:59.272Z] #36 48.74 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
14:22:59 [2021-06-10T14:22:59.272Z] #36 48.75 Unpacking cmake-data (3.13.4-1) ...
14:22:59 [2021-06-10T14:22:59.758Z] #55 32.70 Reading package lists...
14:22:59 [2021-06-10T14:22:59.758Z] #55 ...
14:22:59 [2021-06-10T14:22:59.758Z] 
14:22:59 [2021-06-10T14:22:59.758Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
14:22:59 [2021-06-10T14:22:59.758Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
14:22:59 [2021-06-10T14:22:59.758Z] #40 24.09 Checking out files:  91% (1553/1694)   
Checking out files:  92% (1559/1694)   
Checking out files:  93% (1576/1694)   
Checking out files:  94% (1593/1694)   
Checking out files:  95% (1610/1694)   
Checking out files:  96% (1627/1694)   
Checking out files:  97% (1644/1694)   
Checking out files:  98% (1661/1694)   
Checking out files:  99% (1678/1694)   
Checking out files: 100% (1694/1694)   
Checking out files: 100% (1694/1694), done.
14:22:59 [2021-06-10T14:22:59.758Z] #40 24.23 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
14:22:59 [2021-06-10T14:22:59.758Z] #40 26.25 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
14:22:59 [2021-06-10T14:22:59.959Z] #42 37.69 Building dependency tree...
14:23:00 [2021-06-10T14:23:00.019Z] #40 ...
14:23:00 [2021-06-10T14:23:00.019Z] 
14:23:00 [2021-06-10T14:23:00.019Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
14:23:00 [2021-06-10T14:23:00.019Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
14:23:00 [2021-06-10T14:23:00.019Z] #42 24.76 Fetched 8448 kB in 18s (477 kB/s)
14:23:00 [2021-06-10T14:23:00.019Z] #42 24.76 Reading package lists...
14:23:00 [2021-06-10T14:23:00.019Z] #42 31.98 Reading package lists...
14:23:00 [2021-06-10T14:23:00.019Z] #42 ...
14:23:00 [2021-06-10T14:23:00.019Z] 
14:23:00 [2021-06-10T14:23:00.019Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
14:23:00 [2021-06-10T14:23:00.019Z] #58 sha256:c89eb849539ddd7cb3b7f74836740d27de366fbc16a419d36ae6e2295bacad80
14:23:00 [2021-06-10T14:23:00.019Z] #58 25.66 go: extracting github.com/u-root/u-root v7.0.0+incompatible
14:23:00 [2021-06-10T14:23:00.019Z] #58 25.71 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
14:23:00 [2021-06-10T14:23:00.019Z] #58 25.92 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0
14:23:00 [2021-06-10T14:23:00.019Z] #58 25.97 go: downloading github.com/russross/blackfriday/v2 v2.1.0
14:23:00 [2021-06-10T14:23:00.019Z] #58 26.16 go: extracting github.com/russross/blackfriday/v2 v2.1.0
14:23:00 [2021-06-10T14:23:00.019Z] #58 28.72 go: finding github.com/pkg/errors v0.9.1
14:23:00 [2021-06-10T14:23:00.019Z] #58 28.91 go: finding github.com/sirupsen/logrus v1.8.1
14:23:00 [2021-06-10T14:23:00.019Z] #58 29.09 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
14:23:00 [2021-06-10T14:23:00.019Z] #58 29.12 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
14:23:00 [2021-06-10T14:23:00.019Z] #58 29.28 go: finding github.com/google/uuid v1.2.0
14:23:00 [2021-06-10T14:23:00.019Z] #58 29.32 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
14:23:00 [2021-06-10T14:23:00.019Z] #58 29.46 go: finding github.com/moby/vpnkit v0.5.0
14:23:00 [2021-06-10T14:23:00.019Z] #58 29.46 go: finding github.com/gofrs/flock v0.8.0
14:23:00 [2021-06-10T14:23:00.019Z] #58 29.49 go: finding github.com/gorilla/mux v1.8.0
14:23:00 [2021-06-10T14:23:00.019Z] #58 29.50 go: finding github.com/moby/sys/mountinfo v0.4.1
14:23:00 [2021-06-10T14:23:00.019Z] #58 29.55 go: finding github.com/urfave/cli/v2 v2.3.0
14:23:00 [2021-06-10T14:23:00.019Z] #58 29.58 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777
14:23:00 [2021-06-10T14:23:00.019Z] #58 29.62 go: finding github.com/u-root/u-root v7.0.0+incompatible
14:23:00 [2021-06-10T14:23:00.019Z] #58 29.74 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0
14:23:00 [2021-06-10T14:23:00.019Z] #58 29.90 go: finding github.com/russross/blackfriday/v2 v2.1.0
14:23:00 [2021-06-10T14:23:00.204Z] #36 51.84 Selecting previously unselected package libicu63:amd64.
14:23:00 [2021-06-10T14:23:00.204Z] #36 51.84 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
14:23:00 [2021-06-10T14:23:00.204Z] #36 51.88 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
14:23:00 [2021-06-10T14:23:00.279Z] #58 ...
14:23:00 [2021-06-10T14:23:00.279Z] 
14:23:00 [2021-06-10T14:23:00.279Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
14:23:00 [2021-06-10T14:23:00.279Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
14:23:00 [2021-06-10T14:23:00.279Z] #36 25.11 Fetched 8448 kB in 18s (472 kB/s)
14:23:00 [2021-06-10T14:23:00.279Z] #36 25.11 Reading package lists...
14:23:00 [2021-06-10T14:23:00.279Z] #36 31.60 Reading package lists...
14:23:00 [2021-06-10T14:23:00.279Z] #36 ...
14:23:00 [2021-06-10T14:23:00.279Z] 
14:23:00 [2021-06-10T14:23:00.279Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:23:00 [2021-06-10T14:23:00.279Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:23:00 [2021-06-10T14:23:00.279Z] #13 23.43 Fetched 8973 kB in 19s (470 kB/s)
14:23:00 [2021-06-10T14:23:00.279Z] #13 23.43 Reading package lists...
14:23:00 [2021-06-10T14:23:00.542Z] #13 30.77 Reading package lists...
14:23:00 [2021-06-10T14:23:00.542Z] #13 ...
14:23:00 [2021-06-10T14:23:00.542Z] 
14:23:00 [2021-06-10T14:23:00.542Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
14:23:00 [2021-06-10T14:23:00.542Z] #49 sha256:008f8b7db5c9f77334274821c58b13d777622fd13c0f6d6ab37b8bdfbbe908e0
14:23:00 [2021-06-10T14:23:00.542Z] #49 32.35 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
14:23:00 [2021-06-10T14:23:00.542Z] #49 35.58 go: extracting github.com/gogo/protobuf v1.2.1
14:23:01 [2021-06-10T14:23:01.135Z] #36 ...
14:23:01 [2021-06-10T14:23:01.135Z] 
14:23:01 [2021-06-10T14:23:01.135Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
14:23:01 [2021-06-10T14:23:01.135Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
14:23:01 [2021-06-10T14:23:01.135Z] #32 52.71 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)   
14:23:01 [2021-06-10T14:23:01.135Z] #32 ...
14:23:01 [2021-06-10T14:23:01.135Z] 
14:23:01 [2021-06-10T14:23:01.135Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:23:01 [2021-06-10T14:23:01.135Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:23:01 [2021-06-10T14:23:01.135Z] #13 30.80 Reading package lists...
14:23:01 [2021-06-10T14:23:01.135Z] #13 37.62 Building dependency tree...
14:23:01 [2021-06-10T14:23:01.135Z] #13 41.77 The following additional packages will be installed:
14:23:01 [2021-06-10T14:23:01.135Z] #13 41.77   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
14:23:01 [2021-06-10T14:23:01.135Z] #13 41.77   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
14:23:01 [2021-06-10T14:23:01.135Z] #13 41.77   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
14:23:01 [2021-06-10T14:23:01.135Z] #13 41.78   libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1
14:23:01 [2021-06-10T14:23:01.135Z] #13 41.78   mingw-w64-common mingw-w64-x86-64-dev
14:23:01 [2021-06-10T14:23:01.135Z] #13 41.84 Suggested packages:
14:23:01 [2021-06-10T14:23:01.135Z] #13 41.84   gcc-8-locales seccomp wine64
14:23:01 [2021-06-10T14:23:01.135Z] #13 43.34 The following NEW packages will be installed:
14:23:01 [2021-06-10T14:23:01.135Z] #13 43.34   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
14:23:01 [2021-06-10T14:23:01.135Z] #13 43.34   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
14:23:01 [2021-06-10T14:23:01.135Z] #13 43.34   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
14:23:01 [2021-06-10T14:23:01.135Z] #13 43.34   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
14:23:01 [2021-06-10T14:23:01.135Z] #13 43.34   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
14:23:01 [2021-06-10T14:23:01.135Z] #13 43.35   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
14:23:01 [2021-06-10T14:23:01.135Z] #13 43.37 The following packages will be upgraded:
14:23:01 [2021-06-10T14:23:01.135Z] #13 43.38   libseccomp2 libsystemd0 libudev1
14:23:01 [2021-06-10T14:23:01.135Z] #13 43.81 3 upgraded, 25 newly installed, 0 to remove and 28 not upgraded.
14:23:01 [2021-06-10T14:23:01.135Z] #13 43.81 Need to get 78.2 MB of archives.
14:23:01 [2021-06-10T14:23:01.135Z] #13 43.81 After this operation, 487 MB of additional disk space will be used.
14:23:01 [2021-06-10T14:23:01.135Z] #13 43.81 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB]
14:23:01 [2021-06-10T14:23:01.135Z] #13 43.81 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB]
14:23:01 [2021-06-10T14:23:01.135Z] #13 43.83 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u7 [332 kB]
14:23:01 [2021-06-10T14:23:01.135Z] #13 43.84 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u7 [151 kB]
14:23:01 [2021-06-10T14:23:01.135Z] #13 43.85 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB]
14:23:01 [2021-06-10T14:23:01.135Z] #13 44.08 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB]
14:23:01 [2021-06-10T14:23:01.135Z] #13 44.32 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
14:23:01 [2021-06-10T14:23:01.135Z] #13 44.34 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
14:23:01 [2021-06-10T14:23:01.135Z] #13 44.35 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
14:23:01 [2021-06-10T14:23:01.135Z] #13 44.37 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
14:23:01 [2021-06-10T14:23:01.135Z] #13 44.87 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
14:23:01 [2021-06-10T14:23:01.135Z] #13 45.20 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB]
14:23:01 [2021-06-10T14:23:01.135Z] #13 45.20 Get:13 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]
14:23:01 [2021-06-10T14:23:01.392Z] #13 ...
14:23:01 [2021-06-10T14:23:01.392Z] 
14:23:01 [2021-06-10T14:23:01.392Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
14:23:01 [2021-06-10T14:23:01.392Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
14:23:01 [2021-06-10T14:23:01.518Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.1s
14:23:01 [2021-06-10T14:23:01.649Z] #32 52.71 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.
14:23:01 [2021-06-10T14:23:01.649Z] #32 53.29 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
14:23:02 [2021-06-10T14:23:02.077Z] #42 41.00 The following additional packages will be installed:
14:23:02 [2021-06-10T14:23:02.077Z] #42 41.01   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
14:23:02 [2021-06-10T14:23:02.077Z] #42 41.01   libprotoc17 python-pkg-resources python-six zlib1g-dev
14:23:02 [2021-06-10T14:23:02.077Z] #42 41.02 Suggested packages:
14:23:02 [2021-06-10T14:23:02.077Z] #42 41.03   manpages-dev python-setuptools
14:23:02 [2021-06-10T14:23:02.213Z] #32 53.67 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
14:23:03 [2021-06-10T14:23:03.014Z] #42 ...
14:23:03 [2021-06-10T14:23:03.014Z] 
14:23:03 [2021-06-10T14:23:03.014Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
14:23:03 [2021-06-10T14:23:03.014Z] #67 sha256:5f20f593b966eb7b2adbf03a466ad396f6e3140fc0329578989d5ab1da87d185
14:23:03 [2021-06-10T14:23:03.014Z] #67 DONE 41.9s
14:23:03 [2021-06-10T14:23:03.014Z] 
14:23:03 [2021-06-10T14:23:03.014Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
14:23:03 [2021-06-10T14:23:03.014Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
14:23:03 [2021-06-10T14:23:03.014Z] #55 35.84 Building dependency tree...
14:23:03 [2021-06-10T14:23:03.014Z] #55 39.17 The following additional packages will be installed:
14:23:03 [2021-06-10T14:23:03.014Z] #55 39.19   libbtrfs0
14:23:03 [2021-06-10T14:23:03.014Z] #55 39.36 The following NEW packages will be installed:
14:23:03 [2021-06-10T14:23:03.014Z] #55 39.39   libbtrfs-dev libbtrfs0
14:23:03 [2021-06-10T14:23:03.014Z] #55 39.79 0 upgraded, 2 newly installed, 0 to remove and 30 not upgraded.
14:23:03 [2021-06-10T14:23:03.014Z] #55 39.79 Need to get 119 kB of archives.
14:23:03 [2021-06-10T14:23:03.014Z] #55 39.79 After this operation, 387 kB of additional disk space will be used.
14:23:03 [2021-06-10T14:23:03.015Z] #55 39.79 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
14:23:03 [2021-06-10T14:23:03.015Z] #55 39.79 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
14:23:03 [2021-06-10T14:23:03.015Z] #55 41.14 debconf: delaying package configuration, since apt-utils is not installed
14:23:03 [2021-06-10T14:23:03.015Z] #55 41.43 Fetched 119 kB in 0s (442 kB/s)
14:23:03 [2021-06-10T14:23:03.015Z] #55 41.66 Selecting previously unselected package libbtrfs0.
14:23:03 [2021-06-10T14:23:03.015Z] #55 41.66 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
14:23:03 [2021-06-10T14:23:03.015Z] #55 41.77 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
14:23:03 [2021-06-10T14:23:03.015Z] #55 41.82 Unpacking libbtrfs0 (4.20.1-2) ...
14:23:03 [2021-06-10T14:23:03.015Z] #55 42.00 Selecting previously unselected package libbtrfs-dev.
14:23:03 [2021-06-10T14:23:03.015Z] #55 42.10 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
14:23:03 [2021-06-10T14:23:03.015Z] #55 42.10 Unpacking libbtrfs-dev (4.20.1-2) ...
14:23:03 [2021-06-10T14:23:03.093Z] #49 ...
14:23:03 [2021-06-10T14:23:03.093Z] 
14:23:03 [2021-06-10T14:23:03.093Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
14:23:03 [2021-06-10T14:23:03.093Z] #67 sha256:063a379f6bb00f6fb4b4278b1c0b2ec77df7f8b789b40364187f2006fe6f2a0d
14:23:03 [2021-06-10T14:23:03.093Z] #67 DONE 37.6s
14:23:03 [2021-06-10T14:23:03.093Z] 
14:23:03 [2021-06-10T14:23:03.093Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
14:23:03 [2021-06-10T14:23:03.093Z] #58 sha256:c89eb849539ddd7cb3b7f74836740d27de366fbc16a419d36ae6e2295bacad80
14:23:03 [2021-06-10T14:23:03.583Z] #55 42.58 Setting up libbtrfs0 (4.20.1-2) ...
14:23:03 [2021-06-10T14:23:03.583Z] #55 42.67 Setting up libbtrfs-dev (4.20.1-2) ...
14:23:03 [2021-06-10T14:23:03.583Z] #55 42.75 Processing triggers for libc-bin (2.28-10) ...
14:23:03 [2021-06-10T14:23:03.584Z] #32 ...
14:23:03 [2021-06-10T14:23:03.584Z] 
14:23:03 [2021-06-10T14:23:03.584Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
14:23:03 [2021-06-10T14:23:03.584Z] #34 sha256:00449d226417ac760e4e1e642825d8640326c5252cdf5ad83f1bbd6ede0837a1
14:23:03 [2021-06-10T14:23:03.584Z] #34 45.04 reflect
14:23:03 [2021-06-10T14:23:03.584Z] #34 51.79 time
14:23:03 [2021-06-10T14:23:03.584Z] #34 ...
14:23:03 [2021-06-10T14:23:03.584Z] 
14:23:03 [2021-06-10T14:23:03.584Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
14:23:03 [2021-06-10T14:23:03.584Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
14:23:03 [2021-06-10T14:23:03.584Z] #42 49.19 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ...
14:23:03 [2021-06-10T14:23:03.584Z] #42 49.19 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
14:23:03 [2021-06-10T14:23:03.584Z] #42 49.98 Selecting previously unselected package libprotobuf-lite17:amd64.
14:23:03 [2021-06-10T14:23:03.584Z] #42 49.98 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ...
14:23:03 [2021-06-10T14:23:03.584Z] #42 49.98 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ...
14:23:03 [2021-06-10T14:23:03.584Z] #42 50.20 Selecting previously unselected package libprotobuf-dev:amd64.
14:23:03 [2021-06-10T14:23:03.584Z] #42 50.20 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ...
14:23:03 [2021-06-10T14:23:03.584Z] #42 50.21 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ...
14:23:03 [2021-06-10T14:23:03.584Z] #42 51.53 Selecting previously unselected package libprotoc17:amd64.
14:23:03 [2021-06-10T14:23:03.584Z] #42 51.55 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ...
14:23:03 [2021-06-10T14:23:03.584Z] #42 51.56 Unpacking libprotoc17:amd64 (3.6.1.3-2) ...
14:23:03 [2021-06-10T14:23:03.584Z] #42 52.27 Selecting previously unselected package protobuf-c-compiler.
14:23:03 [2021-06-10T14:23:03.584Z] #42 52.29 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ...
14:23:03 [2021-06-10T14:23:03.584Z] #42 52.29 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
14:23:03 [2021-06-10T14:23:03.584Z] #42 52.46 Selecting previously unselected package protobuf-compiler.
14:23:03 [2021-06-10T14:23:03.584Z] #42 52.48 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ...
14:23:03 [2021-06-10T14:23:03.584Z] #42 52.50 Unpacking protobuf-compiler (3.6.1.3-2) ...
14:23:03 [2021-06-10T14:23:03.584Z] #42 52.68 Selecting previously unselected package python-pkg-resources.
14:23:03 [2021-06-10T14:23:03.584Z] #42 52.68 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
14:23:03 [2021-06-10T14:23:03.584Z] #42 52.69 Unpacking python-pkg-resources (40.8.0-1) ...
14:23:03 [2021-06-10T14:23:03.584Z] #42 52.92 Selecting previously unselected package python-six.
14:23:03 [2021-06-10T14:23:03.584Z] #42 52.94 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
14:23:03 [2021-06-10T14:23:03.584Z] #42 52.95 Unpacking python-six (1.12.0-1) ...
14:23:03 [2021-06-10T14:23:03.584Z] #42 53.06 Selecting previously unselected package python-protobuf.
14:23:03 [2021-06-10T14:23:03.584Z] #42 53.07 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ...
14:23:03 [2021-06-10T14:23:03.584Z] #42 53.07 Unpacking python-protobuf (3.6.1.3-2) ...
14:23:03 [2021-06-10T14:23:03.584Z] #42 53.73 Setting up python-pkg-resources (40.8.0-1) ...
14:23:03 [2021-06-10T14:23:03.843Z] #55 ...
14:23:03 [2021-06-10T14:23:03.843Z] 
14:23:03 [2021-06-10T14:23:03.843Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
14:23:03 [2021-06-10T14:23:03.843Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
14:23:03 [2021-06-10T14:23:03.843Z] #42 42.97 The following NEW packages will be installed:
14:23:03 [2021-06-10T14:23:03.843Z] #42 42.97   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
14:23:03 [2021-06-10T14:23:03.843Z] #42 42.97   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
14:23:03 [2021-06-10T14:23:03.843Z] #42 42.97   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
14:23:03 [2021-06-10T14:23:03.843Z] #42 42.97   python-six zlib1g-dev
14:23:04 [2021-06-10T14:23:04.031Z] #58 ...
14:23:04 [2021-06-10T14:23:04.031Z] 
14:23:04 [2021-06-10T14:23:04.031Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
14:23:04 [2021-06-10T14:23:04.031Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
14:23:04 [2021-06-10T14:23:04.031Z] #36 31.60 Reading package lists...
14:23:04 [2021-06-10T14:23:04.049Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 7.3s done
14:23:04 [2021-06-10T14:23:04.413Z] #42 ...
14:23:04 [2021-06-10T14:23:04.413Z] 
14:23:04 [2021-06-10T14:23:04.414Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
14:23:04 [2021-06-10T14:23:04.414Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
14:23:04 [2021-06-10T14:23:04.414Z] #55 DONE 43.3s
14:23:04 [2021-06-10T14:23:04.414Z] 
14:23:04 [2021-06-10T14:23:04.414Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
14:23:04 [2021-06-10T14:23:04.414Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
14:23:04 [2021-06-10T14:23:04.414Z] #42 43.46 0 upgraded, 17 newly installed, 0 to remove and 30 not upgraded.
14:23:04 [2021-06-10T14:23:04.414Z] #42 43.46 Need to get 4095 kB of archives.
14:23:04 [2021-06-10T14:23:04.414Z] #42 43.46 After this operation, 22.5 MB of additional disk space will be used.
14:23:04 [2021-06-10T14:23:04.414Z] #42 43.46 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB]
14:23:04 [2021-06-10T14:23:04.414Z] #42 43.47 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
14:23:04 [2021-06-10T14:23:04.414Z] #42 43.47 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB]
14:23:04 [2021-06-10T14:23:04.414Z] #42 43.47 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
14:23:04 [2021-06-10T14:23:04.414Z] #42 43.49 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB]
14:23:04 [2021-06-10T14:23:04.414Z] #42 43.49 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
14:23:04 [2021-06-10T14:23:04.414Z] #42 43.50 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB]
14:23:04 [2021-06-10T14:23:04.414Z] #42 43.51 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB]
14:23:04 [2021-06-10T14:23:04.414Z] #42 43.55 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
14:23:04 [2021-06-10T14:23:04.617Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a
14:23:04 [2021-06-10T14:23:04.675Z] #42 43.70 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB]
14:23:04 [2021-06-10T14:23:04.675Z] #42 43.71 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB]
14:23:04 [2021-06-10T14:23:04.675Z] #42 43.86 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB]
14:23:04 [2021-06-10T14:23:04.876Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done
14:23:04 [2021-06-10T14:23:04.876Z] #9 ...
14:23:04 [2021-06-10T14:23:04.876Z] 
14:23:04 [2021-06-10T14:23:04.876Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
14:23:04 [2021-06-10T14:23:04.876Z] #29 sha256:7b7ed7afab0feda20ed054aa2ed35db1ff1e27a499130f2012cadd23a57344aa
14:23:04 [2021-06-10T14:23:04.876Z] #29 1.158 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
14:23:04 [2021-06-10T14:23:04.876Z] #29 1.243 
14:23:04 [2021-06-10T14:23:04.876Z] #29 1.360 
########                                                                  11.7%
###########################                                               37.7%
#######################################                                   54.6%
#######################################################                   77.5%
######################################################################    97.3%
######################################################################## 100.0%
14:23:04 [2021-06-10T14:23:04.876Z] #29 1.862 
14:23:04 [2021-06-10T14:23:04.876Z] #29 1.976 
#######################################################                   76.4%
######################################################################## 100.0%
14:23:04 [2021-06-10T14:23:04.876Z] #29 2.089 
14:23:04 [2021-06-10T14:23:04.876Z] #29 2.203 
###########################################                               60.4%
######################################################################## 100.0%
14:23:04 [2021-06-10T14:23:04.876Z] #29 2.308 
14:23:04 [2021-06-10T14:23:04.876Z] #29 2.425 
#######                                                                   10.3%
#########################                                                 35.5%
#######################################                                   55.0%
#####################################################                     74.3%
###################################################################       93.5%
####################################################################      94.8%
######################################################################## 100.0%
14:23:04 [2021-06-10T14:23:04.876Z] #29 3.047 
14:23:04 [2021-06-10T14:23:04.876Z] #29 3.165 
#                                                                          2.6%
######                                                                     9.7%
##########                                                                14.9%
##############                                                            20.1%
##################                                                        25.3%
#####################                                                     30.5%
#########################                                                 35.7%
#############################                                             41.0%
#################################                                         46.2%
#####################################                                     51.4%
########################################                                  56.6%
############################################                              61.8%
################################################                          67.0%
###################################################                       72.2%
#######################################################                   77.4%
###########################################################               82.5%
###############################################################           87.5%
##################################################################        93.0%
######################################################################    98.2%
######################################################################## 100.0%
14:23:04 [2021-06-10T14:23:04.876Z] #29 5.032 
14:23:04 [2021-06-10T14:23:04.876Z] #29 5.387 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
14:23:04 [2021-06-10T14:23:04.876Z] #29 5.500 
14:23:04 [2021-06-10T14:23:04.876Z] #29 5.573 
######################################################################## 100.0%
14:23:04 [2021-06-10T14:23:04.876Z] #29 5.611 
14:23:04 [2021-06-10T14:23:04.876Z] #29 5.965 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
14:23:04 [2021-06-10T14:23:04.876Z] #29 6.047 
14:23:04 [2021-06-10T14:23:04.876Z] #29 6.115 
######################################################################## 100.0%
14:23:04 [2021-06-10T14:23:04.876Z] #29 6.146 
14:23:04 [2021-06-10T14:23:04.876Z] #29 6.522 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)...
14:23:04 [2021-06-10T14:23:04.876Z] #29 6.582 
14:23:04 [2021-06-10T14:23:04.934Z] #42 43.94 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB]
14:23:04 [2021-06-10T14:23:04.934Z] #42 43.95 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB]
14:23:04 [2021-06-10T14:23:04.934Z] #42 43.97 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB]
14:23:04 [2021-06-10T14:23:04.934Z] #42 43.98 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB]
14:23:04 [2021-06-10T14:23:04.934Z] #42 44.01 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB]
14:23:05 [2021-06-10T14:23:05.134Z] #29 6.697 
###########                                                               16.4%
#########################                                                 34.8%
######################################                                    52.8%
14:23:05 [2021-06-10T14:23:05.134Z] #29 ...
14:23:05 [2021-06-10T14:23:05.134Z] 
14:23:05 [2021-06-10T14:23:05.134Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
14:23:05 [2021-06-10T14:23:05.134Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
14:23:05 [2021-06-10T14:23:05.134Z] #9 DONE 40.7s
14:23:05 [2021-06-10T14:23:05.134Z] 
14:23:05 [2021-06-10T14:23:05.134Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
14:23:05 [2021-06-10T14:23:05.134Z] #29 sha256:7b7ed7afab0feda20ed054aa2ed35db1ff1e27a499130f2012cadd23a57344aa
14:23:05 [2021-06-10T14:23:05.134Z] #29 6.697 
###########                                                               16.4%
#########################                                                 34.8%
######################################                                    52.8%
##################################################                        70.7%
##############################################################            87.0%
14:23:05 [2021-06-10T14:23:05.134Z] #29 ...
14:23:05 [2021-06-10T14:23:05.134Z] 
14:23:05 [2021-06-10T14:23:05.134Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
14:23:05 [2021-06-10T14:23:05.134Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f
14:23:05 [2021-06-10T14:23:05.479Z] #42 ...
14:23:05 [2021-06-10T14:23:05.479Z] 
14:23:05 [2021-06-10T14:23:05.479Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
14:23:05 [2021-06-10T14:23:05.479Z] #34 sha256:00449d226417ac760e4e1e642825d8640326c5252cdf5ad83f1bbd6ede0837a1
14:23:05 [2021-06-10T14:23:05.479Z] #34 57.19 internal/poll
14:23:05 [2021-06-10T14:23:05.668Z] #36 39.11 Building dependency tree...
14:23:05 [2021-06-10T14:23:05.873Z] #42 45.09 debconf: delaying package configuration, since apt-utils is not installed
14:23:06 [2021-06-10T14:23:06.132Z] #42 45.25 Fetched 4095 kB in 1s (4680 kB/s)
14:23:06 [2021-06-10T14:23:06.132Z] #42 45.35 Selecting previously unselected package libcap-dev:amd64.
14:23:06 [2021-06-10T14:23:06.391Z] #42 45.35 (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.)
14:23:06 [2021-06-10T14:23:06.391Z] #42 45.46 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ...
14:23:06 [2021-06-10T14:23:06.391Z] #42 45.48 Unpacking libcap-dev:amd64 (1:2.25-2) ...
14:23:06 [2021-06-10T14:23:06.651Z] #42 45.60 Selecting previously unselected package libnet1:amd64.
14:23:06 [2021-06-10T14:23:06.651Z] #42 45.60 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
14:23:06 [2021-06-10T14:23:06.651Z] #42 45.61 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
14:23:06 [2021-06-10T14:23:06.651Z] #42 45.70 Selecting previously unselected package libnet1-dev.
14:23:06 [2021-06-10T14:23:06.651Z] #42 45.71 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ...
14:23:06 [2021-06-10T14:23:06.651Z] #42 45.73 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
14:23:06 [2021-06-10T14:23:06.916Z] #42 45.99 Selecting previously unselected package libnl-3-200:amd64.
14:23:06 [2021-06-10T14:23:06.916Z] #42 45.99 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ...
14:23:06 [2021-06-10T14:23:06.916Z] #42 46.00 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
14:23:07 [2021-06-10T14:23:07.040Z] #10 DONE 1.8s
14:23:07 [2021-06-10T14:23:07.040Z] 
14:23:07 [2021-06-10T14:23:07.040Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
14:23:07 [2021-06-10T14:23:07.040Z] #29 sha256:7b7ed7afab0feda20ed054aa2ed35db1ff1e27a499130f2012cadd23a57344aa
14:23:07 [2021-06-10T14:23:07.040Z] #29 6.697 
###########                                                               16.4%
#########################                                                 34.8%
######################################                                    52.8%
##################################################                        70.7%
##############################################################            87.0%
######################################################################## 100.0%
14:23:07 [2021-06-10T14:23:07.040Z] #29 7.210 
14:23:07 [2021-06-10T14:23:07.040Z] #29 7.592 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
14:23:07 [2021-06-10T14:23:07.040Z] #29 7.671 
14:23:07 [2021-06-10T14:23:07.040Z] #29 7.712 
######################################################################## 100.0%
14:23:07 [2021-06-10T14:23:07.040Z] #29 7.731 
14:23:07 [2021-06-10T14:23:07.040Z] #29 7.891 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
14:23:07 [2021-06-10T14:23:07.040Z] #29 7.956 
14:23:07 [2021-06-10T14:23:07.040Z] #29 8.004 
######################################################################## 100.0%
14:23:07 [2021-06-10T14:23:07.040Z] #29 8.024 
14:23:07 [2021-06-10T14:23:07.040Z] #29 8.037 Download of images into '/build' complete.
14:23:07 [2021-06-10T14:23:07.040Z] #29 8.037 Use something like the following to load the result into a Docker daemon:
14:23:07 [2021-06-10T14:23:07.040Z] #29 8.037   tar -cC '/build' . | docker load
14:23:07 [2021-06-10T14:23:07.040Z] #29 DONE 8.8s
14:23:07 [2021-06-10T14:23:07.040Z] 
14:23:07 [2021-06-10T14:23:07.040Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list  && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list
14:23:07 [2021-06-10T14:23:07.040Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42
14:23:07 [2021-06-10T14:23:07.176Z] #42 46.16 Selecting previously unselected package libnl-3-dev:amd64.
14:23:07 [2021-06-10T14:23:07.176Z] #42 46.16 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ...
14:23:07 [2021-06-10T14:23:07.176Z] #42 46.20 Unpacking libnl-3-dev:amd64 (3.4.0-1) ...
14:23:07 [2021-06-10T14:23:07.573Z] #36 42.61 The following additional packages will be installed:
14:23:07 [2021-06-10T14:23:07.745Z] #42 46.57 Selecting previously unselected package libprotobuf-c1:amd64.
14:23:07 [2021-06-10T14:23:07.745Z] #42 46.57 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
14:23:07 [2021-06-10T14:23:07.745Z] #42 46.58 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
14:23:07 [2021-06-10T14:23:07.745Z] #42 46.70 Selecting previously unselected package libprotobuf-c-dev:amd64.
14:23:07 [2021-06-10T14:23:07.745Z] #42 46.72 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ...
14:23:07 [2021-06-10T14:23:07.745Z] #42 46.72 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
14:23:07 [2021-06-10T14:23:07.745Z] #42 46.83 Selecting previously unselected package zlib1g-dev:amd64.
14:23:07 [2021-06-10T14:23:07.745Z] #42 46.84 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ...
14:23:07 [2021-06-10T14:23:07.745Z] #42 46.85 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
14:23:07 [2021-06-10T14:23:07.832Z] #36 42.61   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
14:23:07 [2021-06-10T14:23:07.832Z] #36 42.62 Suggested packages:
14:23:07 [2021-06-10T14:23:07.832Z] #36 42.65   cmake-doc ninja-build lrzip
14:23:07 [2021-06-10T14:23:07.832Z] #36 42.65 Recommended packages:
14:23:07 [2021-06-10T14:23:07.832Z] #36 42.65   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
14:23:07 [2021-06-10T14:23:07.974Z] #11 DONE 0.9s
14:23:07 [2021-06-10T14:23:07.974Z] 
14:23:07 [2021-06-10T14:23:07.974Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
14:23:07 [2021-06-10T14:23:07.974Z] #58 sha256:3895cca166f94acd44d1075a400cf8f3647c0fff4a71d0757fe0eb2289aebf56
14:23:08 [2021-06-10T14:23:08.002Z] #34 59.60 internal/syscall/execenv
14:23:08 [2021-06-10T14:23:08.005Z] #42 47.20 Selecting previously unselected package libprotobuf17:amd64.
14:23:08 [2021-06-10T14:23:08.233Z] #58 ...
14:23:08 [2021-06-10T14:23:08.233Z] 
14:23:08 [2021-06-10T14:23:08.233Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
14:23:08 [2021-06-10T14:23:08.233Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2
14:23:08 [2021-06-10T14:23:08.233Z] #39 DONE 0.4s
14:23:08 [2021-06-10T14:23:08.233Z] 
14:23:08 [2021-06-10T14:23:08.233Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
14:23:08 [2021-06-10T14:23:08.233Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415
14:23:08 [2021-06-10T14:23:08.233Z] #31 DONE 0.4s
14:23:08 [2021-06-10T14:23:08.233Z] 
14:23:08 [2021-06-10T14:23:08.233Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
14:23:08 [2021-06-10T14:23:08.233Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
14:23:08 [2021-06-10T14:23:08.260Z] #34 59.87 internal/syscall/unix
14:23:08 [2021-06-10T14:23:08.268Z] #42 47.21 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ...
14:23:08 [2021-06-10T14:23:08.268Z] #42 47.23 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
14:23:08 [2021-06-10T14:23:08.517Z] #34 60.11 os
14:23:08 [2021-06-10T14:23:08.517Z] #34 ...
14:23:08 [2021-06-10T14:23:08.517Z] 
14:23:08 [2021-06-10T14:23:08.517Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
14:23:08 [2021-06-10T14:23:08.517Z] #47 sha256:f3aca925f1d5b2a64a90f20455866ccb616e70b5d430cf6c7467224d69e32c44
14:23:08 [2021-06-10T14:23:08.517Z] #47 DONE 60.2s
14:23:08 [2021-06-10T14:23:08.528Z] #42 ...
14:23:08 [2021-06-10T14:23:08.528Z] 
14:23:08 [2021-06-10T14:23:08.528Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
14:23:08 [2021-06-10T14:23:08.528Z] #49 sha256:80eab13e3fedd573c736671c83a1a84e8fd23e9bd08769841c138f2bf7f00bb7
14:23:08 [2021-06-10T14:23:08.528Z] #49 37.58 go: extracting golang.org/x/text v0.3.2
14:23:08 [2021-06-10T14:23:08.528Z] #49 42.11 go: finding github.com/fatih/color v1.7.0
14:23:08 [2021-06-10T14:23:08.528Z] #49 42.34 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
14:23:08 [2021-06-10T14:23:08.528Z] #49 42.40 go: finding github.com/mattn/go-colorable v0.1.4
14:23:08 [2021-06-10T14:23:08.528Z] #49 42.43 go: finding github.com/mattn/go-isatty v0.0.8
14:23:08 [2021-06-10T14:23:08.528Z] #49 42.54 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
14:23:08 [2021-06-10T14:23:08.528Z] #49 42.67 go: finding github.com/pkg/errors v0.8.1
14:23:08 [2021-06-10T14:23:08.528Z] #49 42.69 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
14:23:08 [2021-06-10T14:23:08.528Z] #49 42.71 go: finding github.com/go-critic/go-critic v0.4.1
14:23:08 [2021-06-10T14:23:08.528Z] #49 42.75 go: finding github.com/go-lintpack/lintpack v0.5.2
14:23:08 [2021-06-10T14:23:08.528Z] #49 42.79 go: finding github.com/mitchellh/go-homedir v1.1.0
14:23:08 [2021-06-10T14:23:08.528Z] #49 42.80 go: finding github.com/go-toolsmith/astequal v1.0.0
14:23:08 [2021-06-10T14:23:08.528Z] #49 42.82 go: finding github.com/sirupsen/logrus v1.4.2
14:23:08 [2021-06-10T14:23:08.528Z] #49 42.83 go: finding github.com/go-toolsmith/astp v1.0.0
14:23:08 [2021-06-10T14:23:08.528Z] #49 42.83 go: finding github.com/stretchr/testify v1.4.0
14:23:08 [2021-06-10T14:23:08.528Z] #49 42.97 go: finding github.com/go-toolsmith/astcast v1.0.0
14:23:08 [2021-06-10T14:23:08.528Z] #49 42.97 go: finding github.com/go-toolsmith/astfmt v1.0.0
14:23:08 [2021-06-10T14:23:08.528Z] #49 42.97 go: finding github.com/davecgh/go-spew v1.1.1
14:23:08 [2021-06-10T14:23:08.528Z] #49 43.02 go: finding github.com/pmezard/go-difflib v1.0.0
14:23:08 [2021-06-10T14:23:08.528Z] #49 43.05 go: finding github.com/go-toolsmith/typep v1.0.0
14:23:08 [2021-06-10T14:23:08.528Z] #49 43.10 go: finding github.com/stretchr/objx v0.2.0
14:23:08 [2021-06-10T14:23:08.528Z] #49 43.17 go: finding github.com/spf13/viper v1.6.1
14:23:08 [2021-06-10T14:23:08.528Z] #49 43.30 go: finding github.com/go-toolsmith/astcopy v1.0.0
14:23:08 [2021-06-10T14:23:08.528Z] #49 43.37 go: finding gopkg.in/yaml.v2 v2.2.7
14:23:08 [2021-06-10T14:23:08.528Z] #49 43.51 go: finding github.com/go-toolsmith/strparse v1.0.0
14:23:08 [2021-06-10T14:23:08.528Z] #49 43.74 go: finding github.com/fsnotify/fsnotify v1.4.7
14:23:08 [2021-06-10T14:23:08.528Z] #49 43.76 go: finding github.com/spf13/cobra v0.0.5
14:23:08 [2021-06-10T14:23:08.528Z] #49 43.77 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
14:23:08 [2021-06-10T14:23:08.528Z] #49 43.89 go: finding github.com/hashicorp/hcl v1.0.0
14:23:08 [2021-06-10T14:23:08.528Z] #49 43.91 go: finding github.com/bombsimon/wsl/v2 v2.0.0
14:23:08 [2021-06-10T14:23:08.528Z] #49 43.91 go: finding github.com/spf13/pflag v1.0.5
14:23:08 [2021-06-10T14:23:08.528Z] #49 44.01 go: finding github.com/magiconair/properties v1.8.1
14:23:08 [2021-06-10T14:23:08.528Z] #49 44.06 go: finding github.com/gobwas/glob v0.2.3
14:23:08 [2021-06-10T14:23:08.528Z] #49 44.08 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
14:23:08 [2021-06-10T14:23:08.528Z] #49 44.09 go: finding github.com/mitchellh/mapstructure v1.1.2
14:23:08 [2021-06-10T14:23:08.528Z] #49 44.31 go: finding github.com/pelletier/go-toml v1.2.0
14:23:08 [2021-06-10T14:23:08.528Z] #49 44.38 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
14:23:08 [2021-06-10T14:23:08.528Z] #49 44.39 go: finding github.com/spf13/afero v1.1.2
14:23:08 [2021-06-10T14:23:08.528Z] #49 44.53 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
14:23:08 [2021-06-10T14:23:08.528Z] #49 44.61 go: finding golang.org/x/text v0.3.2
14:23:08 [2021-06-10T14:23:08.528Z] #49 44.61 go: finding github.com/spf13/cast v1.3.0
14:23:08 [2021-06-10T14:23:08.528Z] #49 44.63 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
14:23:08 [2021-06-10T14:23:08.528Z] #49 44.63 go: finding github.com/spf13/jwalterweatherman v1.0.0
14:23:08 [2021-06-10T14:23:08.528Z] #49 44.65 go: finding github.com/subosito/gotenv v1.2.0
14:23:08 [2021-06-10T14:23:08.528Z] #49 44.67 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
14:23:08 [2021-06-10T14:23:08.528Z] #49 44.69 go: finding gopkg.in/ini.v1 v1.51.0
14:23:08 [2021-06-10T14:23:08.528Z] #49 44.69 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
14:23:08 [2021-06-10T14:23:08.528Z] #49 44.74 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
14:23:08 [2021-06-10T14:23:08.528Z] #49 44.76 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
14:23:08 [2021-06-10T14:23:08.528Z] #49 44.93 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
14:23:08 [2021-06-10T14:23:08.528Z] #49 44.96 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
14:23:08 [2021-06-10T14:23:08.528Z] #49 45.00 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
14:23:08 [2021-06-10T14:23:08.528Z] #49 45.01 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
14:23:08 [2021-06-10T14:23:08.528Z] #49 45.04 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
14:23:08 [2021-06-10T14:23:08.528Z] #49 45.04 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
14:23:08 [2021-06-10T14:23:08.528Z] #49 45.06 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
14:23:08 [2021-06-10T14:23:08.528Z] #49 45.06 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
14:23:08 [2021-06-10T14:23:08.528Z] #49 45.07 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
14:23:08 [2021-06-10T14:23:08.528Z] #49 45.10 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
14:23:08 [2021-06-10T14:23:08.528Z] #49 45.10 go: finding github.com/kisielk/gotool v1.0.0
14:23:08 [2021-06-10T14:23:08.528Z] #49 45.10 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
14:23:08 [2021-06-10T14:23:08.528Z] #49 45.12 go: finding github.com/sourcegraph/go-diff v0.5.1
14:23:08 [2021-06-10T14:23:08.528Z] #49 45.14 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
14:23:08 [2021-06-10T14:23:08.528Z] #49 45.19 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
14:23:08 [2021-06-10T14:23:08.528Z] #49 45.20 go: finding github.com/tommy-muehle/go-mnd v1.1.1
14:23:08 [2021-06-10T14:23:08.528Z] #49 45.23 go: finding github.com/ultraware/funlen v0.0.2
14:23:08 [2021-06-10T14:23:08.528Z] #49 45.25 go: finding github.com/ultraware/whitespace v0.0.4
14:23:08 [2021-06-10T14:23:08.528Z] #49 45.26 go: finding github.com/uudashr/gocognit v1.0.1
14:23:08 [2021-06-10T14:23:08.528Z] #49 45.29 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
14:23:08 [2021-06-10T14:23:08.528Z] #49 45.38 go: finding github.com/gogo/protobuf v1.2.1
14:23:08 [2021-06-10T14:23:08.528Z] #49 45.54 go: finding honnef.co/go/tools v0.0.1-2019.2.3
14:23:08 [2021-06-10T14:23:08.528Z] #49 45.57 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
14:23:08 [2021-06-10T14:23:08.528Z] #49 45.57 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
14:23:08 [2021-06-10T14:23:08.528Z] #49 45.62 go: finding github.com/BurntSushi/toml v0.3.1
14:23:08 [2021-06-10T14:23:08.528Z] #49 45.66 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
14:23:08 [2021-06-10T14:23:08.768Z] #36 43.62 The following NEW packages will be installed:
14:23:08 [2021-06-10T14:23:08.768Z] #36 43.63   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
14:23:08 [2021-06-10T14:23:08.768Z] #36 43.64   vim-common xxd
14:23:08 [2021-06-10T14:23:08.788Z] #49 ...
14:23:08 [2021-06-10T14:23:08.788Z] 
14:23:08 [2021-06-10T14:23:08.788Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
14:23:08 [2021-06-10T14:23:08.788Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
14:23:08 [2021-06-10T14:23:08.788Z] #36 31.45 Reading package lists...
14:23:08 [2021-06-10T14:23:08.788Z] #36 38.19 Building dependency tree...
14:23:08 [2021-06-10T14:23:08.788Z] #36 41.40 The following additional packages will be installed:
14:23:08 [2021-06-10T14:23:08.788Z] #36 41.41   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
14:23:08 [2021-06-10T14:23:08.788Z] #36 41.42 Suggested packages:
14:23:08 [2021-06-10T14:23:08.788Z] #36 41.43   cmake-doc ninja-build lrzip
14:23:08 [2021-06-10T14:23:08.788Z] #36 41.43 Recommended packages:
14:23:08 [2021-06-10T14:23:08.788Z] #36 41.43   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
14:23:08 [2021-06-10T14:23:08.788Z] #36 42.72 The following NEW packages will be installed:
14:23:08 [2021-06-10T14:23:08.788Z] #36 42.75   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
14:23:08 [2021-06-10T14:23:08.788Z] #36 42.75   vim-common xxd
14:23:08 [2021-06-10T14:23:08.788Z] #36 43.22 0 upgraded, 10 newly installed, 0 to remove and 30 not upgraded.
14:23:08 [2021-06-10T14:23:08.788Z] #36 43.22 Need to get 14.9 MB of archives.
14:23:08 [2021-06-10T14:23:08.788Z] #36 43.22 After this operation, 61.8 MB of additional disk space will be used.
14:23:08 [2021-06-10T14:23:08.788Z] #36 43.22 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
14:23:08 [2021-06-10T14:23:08.788Z] #36 43.23 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
14:23:08 [2021-06-10T14:23:08.788Z] #36 43.25 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
14:23:08 [2021-06-10T14:23:08.788Z] #36 43.46 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
14:23:08 [2021-06-10T14:23:08.788Z] #36 44.52 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB]
14:23:08 [2021-06-10T14:23:08.788Z] #36 44.55 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
14:23:08 [2021-06-10T14:23:08.788Z] #36 44.58 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
14:23:08 [2021-06-10T14:23:08.788Z] #36 44.59 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
14:23:08 [2021-06-10T14:23:08.788Z] #36 44.60 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB]
14:23:08 [2021-06-10T14:23:08.788Z] #36 44.61 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
14:23:08 [2021-06-10T14:23:08.788Z] #36 46.00 debconf: delaying package configuration, since apt-utils is not installed
14:23:08 [2021-06-10T14:23:08.788Z] #36 46.21 Fetched 14.9 MB in 2s (7260 kB/s)
14:23:08 [2021-06-10T14:23:08.788Z] #36 46.38 Selecting previously unselected package xxd.
14:23:08 [2021-06-10T14:23:08.788Z] #36 46.38 (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.)
14:23:08 [2021-06-10T14:23:08.788Z] #36 46.46 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
14:23:08 [2021-06-10T14:23:08.788Z] #36 46.47 Unpacking xxd (2:8.1.0875-5) ...
14:23:08 [2021-06-10T14:23:08.788Z] #36 46.65 Selecting previously unselected package vim-common.
14:23:08 [2021-06-10T14:23:08.788Z] #36 46.65 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
14:23:08 [2021-06-10T14:23:08.788Z] #36 46.70 Unpacking vim-common (2:8.1.0875-5) ...
14:23:08 [2021-06-10T14:23:08.788Z] #36 47.15 Selecting previously unselected package cmake-data.
14:23:08 [2021-06-10T14:23:08.788Z] #36 47.15 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
14:23:08 [2021-06-10T14:23:08.788Z] #36 47.16 Unpacking cmake-data (3.13.4-1) ...
14:23:08 [2021-06-10T14:23:08.804Z] 
14:23:08 [2021-06-10T14:23:08.804Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
14:23:08 [2021-06-10T14:23:08.804Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
14:23:08 [2021-06-10T14:23:08.804Z] #36 60.09 Selecting previously unselected package libxml2:amd64.
14:23:08 [2021-06-10T14:23:08.804Z] #36 60.10 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ...
14:23:08 [2021-06-10T14:23:08.804Z] #36 60.19 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
14:23:09 [2021-06-10T14:23:09.047Z] #36 ...
14:23:09 [2021-06-10T14:23:09.047Z] 
14:23:09 [2021-06-10T14:23:09.047Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
14:23:09 [2021-06-10T14:23:09.047Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
14:23:09 [2021-06-10T14:23:09.047Z] #42 48.03 Selecting previously unselected package libprotobuf-lite17:amd64.
14:23:09 [2021-06-10T14:23:09.047Z] #42 48.05 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ...
14:23:09 [2021-06-10T14:23:09.047Z] #42 48.06 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ...
14:23:09 [2021-06-10T14:23:09.309Z] #42 48.29 Selecting previously unselected package libprotobuf-dev:amd64.
14:23:09 [2021-06-10T14:23:09.309Z] #42 48.31 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ...
14:23:09 [2021-06-10T14:23:09.309Z] #42 48.32 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ...
14:23:09 [2021-06-10T14:23:09.309Z] #42 ...
14:23:09 [2021-06-10T14:23:09.309Z] 
14:23:09 [2021-06-10T14:23:09.309Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:23:09 [2021-06-10T14:23:09.309Z] #45 sha256:42d38f7346c664d1ca94914b7840cafbd6e2c471bfd0c2b97f8234196205f3ba
14:23:09 [2021-06-10T14:23:09.309Z] #45 38.44 sync
14:23:09 [2021-06-10T14:23:09.309Z] #45 38.48 internal/reflectlite
14:23:09 [2021-06-10T14:23:09.309Z] #45 40.05 github.com/LK4D4/vndr/godl/singleflight
14:23:09 [2021-06-10T14:23:09.309Z] #45 40.45 math/rand
14:23:09 [2021-06-10T14:23:09.309Z] #45 41.57 internal/singleflight
14:23:09 [2021-06-10T14:23:09.309Z] #45 41.67 io
14:23:09 [2021-06-10T14:23:09.309Z] #45 42.30 strconv
14:23:09 [2021-06-10T14:23:09.309Z] #45 43.37 bytes
14:23:09 [2021-06-10T14:23:09.309Z] #45 46.00 bufio
14:23:09 [2021-06-10T14:23:09.309Z] #45 47.03 reflect
14:23:09 [2021-06-10T14:23:09.309Z] #45 47.84 syscall
14:23:09 [2021-06-10T14:23:09.336Z] #36 44.05 0 upgraded, 10 newly installed, 0 to remove and 30 not upgraded.
14:23:09 [2021-06-10T14:23:09.336Z] #36 44.05 Need to get 14.9 MB of archives.
14:23:09 [2021-06-10T14:23:09.336Z] #36 44.05 After this operation, 61.8 MB of additional disk space will be used.
14:23:09 [2021-06-10T14:23:09.336Z] #36 44.05 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
14:23:09 [2021-06-10T14:23:09.336Z] #36 44.05 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
14:23:09 [2021-06-10T14:23:09.336Z] #36 44.06 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
14:23:09 [2021-06-10T14:23:09.336Z] #36 44.19 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
14:23:09 [2021-06-10T14:23:09.568Z] #45 ...
14:23:09 [2021-06-10T14:23:09.568Z] 
14:23:09 [2021-06-10T14:23:09.568Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
14:23:09 [2021-06-10T14:23:09.568Z] #34 sha256:197c3de5ab27ce794fc93345d34e9ec4f1e42edd1718a2dbf32b7205d2b7770e
14:23:09 [2021-06-10T14:23:09.568Z] #34 38.58 sync
14:23:09 [2021-06-10T14:23:09.568Z] #34 38.58 internal/reflectlite
14:23:09 [2021-06-10T14:23:09.568Z] #34 41.13 sort
14:23:09 [2021-06-10T14:23:09.568Z] #34 41.13 errors
14:23:09 [2021-06-10T14:23:09.568Z] #34 41.51 strconv
14:23:09 [2021-06-10T14:23:09.568Z] #34 42.88 io
14:23:09 [2021-06-10T14:23:09.568Z] #34 44.80 internal/oserror
14:23:09 [2021-06-10T14:23:09.568Z] #34 44.93 syscall
14:23:09 [2021-06-10T14:23:09.568Z] #34 45.95 reflect
14:23:09 [2021-06-10T14:23:09.568Z] #34 ...
14:23:09 [2021-06-10T14:23:09.568Z] 
14:23:09 [2021-06-10T14:23:09.568Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
14:23:09 [2021-06-10T14:23:09.568Z] #56 sha256:edd351a8102ff0761c3a6d01c8fe72de8a7c0253c56df6bd2655d867cec89259
14:23:09 [2021-06-10T14:23:09.568Z] #56 1.114 + RM_GOPATH=0
14:23:09 [2021-06-10T14:23:09.568Z] #56 1.114 + TMP_GOPATH=
14:23:09 [2021-06-10T14:23:09.568Z] #56 1.114 + : /build
14:23:09 [2021-06-10T14:23:09.568Z] #56 1.114 + '[' -z '' ']'
14:23:09 [2021-06-10T14:23:09.568Z] #56 1.114 ++ mktemp -d
14:23:09 [2021-06-10T14:23:09.568Z] #56 1.143 + export GOPATH=/tmp/tmp.B8fBi7ta5c
14:23:09 [2021-06-10T14:23:09.568Z] #56 1.143 + GOPATH=/tmp/tmp.B8fBi7ta5c
14:23:09 [2021-06-10T14:23:09.568Z] #56 1.143 + RM_GOPATH=1
14:23:09 [2021-06-10T14:23:09.568Z] #56 1.143 + case "$(go env GOARCH)" in
14:23:09 [2021-06-10T14:23:09.568Z] #56 1.144 ++ go env GOARCH
14:23:09 [2021-06-10T14:23:09.568Z] #56 1.164 + export GO_BUILDMODE=-buildmode=pie
14:23:09 [2021-06-10T14:23:09.568Z] #56 1.164 + GO_BUILDMODE=-buildmode=pie
14:23:09 [2021-06-10T14:23:09.568Z] #56 1.165 ++ dirname /tmp/install/install.sh
14:23:09 [2021-06-10T14:23:09.568Z] #56 1.168 + dir=/tmp/install
14:23:09 [2021-06-10T14:23:09.568Z] #56 1.168 + bin=containerd
14:23:09 [2021-06-10T14:23:09.568Z] #56 1.168 + shift
14:23:09 [2021-06-10T14:23:09.568Z] #56 1.168 + '[' '!' -f /tmp/install/containerd.installer ']'
14:23:09 [2021-06-10T14:23:09.568Z] #56 1.168 + . /tmp/install/containerd.installer
14:23:09 [2021-06-10T14:23:09.568Z] #56 1.169 ++ set -e
14:23:09 [2021-06-10T14:23:09.568Z] #56 1.169 ++ : d71fcd7d8303cbf684402823e425e9dd2e99285d
14:23:09 [2021-06-10T14:23:09.568Z] #56 1.169 + install_containerd
14:23:09 [2021-06-10T14:23:09.568Z] #56 1.170 + echo 'Install containerd version d71fcd7d8303cbf684402823e425e9dd2e99285d'
14:23:09 [2021-06-10T14:23:09.568Z] #56 1.170 Install containerd version d71fcd7d8303cbf684402823e425e9dd2e99285d
14:23:09 [2021-06-10T14:23:09.568Z] #56 1.170 + git clone https://github.com/containerd/containerd.git /tmp/tmp.B8fBi7ta5c/src/github.com/containerd/containerd
14:23:09 [2021-06-10T14:23:09.568Z] #56 1.173 Cloning into '/tmp/tmp.B8fBi7ta5c/src/github.com/containerd/containerd'...
14:23:09 [2021-06-10T14:23:09.734Z] #36 61.22 Selecting previously unselected package libarchive13:amd64.
14:23:09 [2021-06-10T14:23:09.734Z] #36 61.22 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
14:23:09 [2021-06-10T14:23:09.734Z] #36 61.24 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
14:23:09 [2021-06-10T14:23:09.904Z] #36 ...
14:23:09 [2021-06-10T14:23:09.904Z] 
14:23:09 [2021-06-10T14:23:09.904Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
14:23:09 [2021-06-10T14:23:09.904Z] #49 sha256:008f8b7db5c9f77334274821c58b13d777622fd13c0f6d6ab37b8bdfbbe908e0
14:23:09 [2021-06-10T14:23:09.904Z] #49 39.07 go: extracting golang.org/x/text v0.3.2
14:23:09 [2021-06-10T14:23:09.904Z] #49 43.57 go: finding github.com/fatih/color v1.7.0
14:23:09 [2021-06-10T14:23:09.904Z] #49 43.62 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
14:23:09 [2021-06-10T14:23:09.904Z] #49 43.67 go: finding github.com/mattn/go-isatty v0.0.8
14:23:09 [2021-06-10T14:23:09.904Z] #49 43.69 go: finding github.com/mattn/go-colorable v0.1.4
14:23:09 [2021-06-10T14:23:09.904Z] #49 43.80 go: finding github.com/go-critic/go-critic v0.4.1
14:23:09 [2021-06-10T14:23:09.904Z] #49 43.81 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
14:23:09 [2021-06-10T14:23:09.904Z] #49 43.82 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
14:23:09 [2021-06-10T14:23:09.904Z] #49 43.83 go: finding github.com/go-lintpack/lintpack v0.5.2
14:23:09 [2021-06-10T14:23:09.904Z] #49 43.88 go: finding github.com/pkg/errors v0.8.1
14:23:09 [2021-06-10T14:23:09.904Z] #49 43.95 go: finding github.com/go-toolsmith/astequal v1.0.0
14:23:09 [2021-06-10T14:23:09.904Z] #49 43.95 go: finding github.com/go-toolsmith/astfmt v1.0.0
14:23:09 [2021-06-10T14:23:09.904Z] #49 43.95 go: finding github.com/sirupsen/logrus v1.4.2
14:23:09 [2021-06-10T14:23:09.904Z] #49 43.96 go: finding github.com/mitchellh/go-homedir v1.1.0
14:23:09 [2021-06-10T14:23:09.904Z] #49 43.96 go: finding github.com/stretchr/testify v1.4.0
14:23:09 [2021-06-10T14:23:09.904Z] #49 43.96 go: finding github.com/go-toolsmith/astp v1.0.0
14:23:09 [2021-06-10T14:23:09.904Z] #49 44.00 go: finding github.com/davecgh/go-spew v1.1.1
14:23:09 [2021-06-10T14:23:09.904Z] #49 44.00 go: finding github.com/go-toolsmith/astcast v1.0.0
14:23:09 [2021-06-10T14:23:09.904Z] #49 44.04 go: finding github.com/go-toolsmith/typep v1.0.0
14:23:09 [2021-06-10T14:23:09.904Z] #49 44.04 go: finding github.com/spf13/viper v1.6.1
14:23:09 [2021-06-10T14:23:09.904Z] #49 44.07 go: finding github.com/pmezard/go-difflib v1.0.0
14:23:09 [2021-06-10T14:23:09.904Z] #49 44.07 go: finding github.com/go-toolsmith/astcopy v1.0.0
14:23:09 [2021-06-10T14:23:09.904Z] #49 44.10 go: finding github.com/stretchr/objx v0.2.0
14:23:09 [2021-06-10T14:23:09.904Z] #49 44.27 go: finding github.com/go-toolsmith/strparse v1.0.0
14:23:09 [2021-06-10T14:23:09.904Z] #49 44.30 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
14:23:09 [2021-06-10T14:23:09.904Z] #49 44.35 go: finding github.com/fsnotify/fsnotify v1.4.7
14:23:09 [2021-06-10T14:23:09.904Z] #49 44.35 go: finding gopkg.in/yaml.v2 v2.2.7
14:23:09 [2021-06-10T14:23:09.904Z] #49 44.36 go: finding github.com/spf13/cobra v0.0.5
14:23:09 [2021-06-10T14:23:09.904Z] #49 44.44 go: finding github.com/bombsimon/wsl/v2 v2.0.0
14:23:09 [2021-06-10T14:23:09.904Z] #49 44.45 go: finding github.com/gobwas/glob v0.2.3
14:23:09 [2021-06-10T14:23:09.904Z] #49 44.48 go: finding github.com/hashicorp/hcl v1.0.0
14:23:09 [2021-06-10T14:23:09.904Z] #49 44.52 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
14:23:09 [2021-06-10T14:23:09.904Z] #49 44.53 go: finding github.com/spf13/pflag v1.0.5
14:23:09 [2021-06-10T14:23:09.904Z] #49 44.58 go: finding github.com/magiconair/properties v1.8.1
14:23:09 [2021-06-10T14:23:09.904Z] #49 44.62 go: finding github.com/mitchellh/mapstructure v1.1.2
14:23:09 [2021-06-10T14:23:09.904Z] #49 44.68 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
14:23:09 [2021-06-10T14:23:09.904Z] #49 44.74 go: finding github.com/pelletier/go-toml v1.2.0
14:23:09 [2021-06-10T14:23:09.904Z] #49 44.77 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
14:23:09 [2021-06-10T14:23:09.904Z] #49 44.81 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
14:23:09 [2021-06-10T14:23:09.904Z] #49 44.83 go: finding github.com/spf13/afero v1.1.2
14:23:09 [2021-06-10T14:23:09.991Z] #36 ...
14:23:09 [2021-06-10T14:23:09.991Z] 
14:23:09 [2021-06-10T14:23:09.991Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
14:23:09 [2021-06-10T14:23:09.991Z] #51 sha256:211c575dc25b9b0cf9000ae948ded2f6fba157c1a093eb0bc11100e00b64efc5
14:23:09 [2021-06-10T14:23:09.991Z] #51 51.60 syscall
14:23:09 [2021-06-10T14:23:09.991Z] #51 51.67 reflect
14:23:09 [2021-06-10T14:23:09.991Z] #51 58.84 context
14:23:09 [2021-06-10T14:23:09.991Z] #51 59.87 internal/syscall/unix
14:23:09 [2021-06-10T14:23:09.991Z] #51 60.21 os
14:23:09 [2021-06-10T14:23:09.991Z] #51 ...
14:23:09 [2021-06-10T14:23:09.991Z] 
14:23:09 [2021-06-10T14:23:09.991Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
14:23:09 [2021-06-10T14:23:09.991Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
14:23:09 [2021-06-10T14:23:09.991Z] #36 61.69 Selecting previously unselected package libjsoncpp1:amd64.
14:23:09 [2021-06-10T14:23:09.991Z] #36 61.69 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
14:23:09 [2021-06-10T14:23:09.991Z] #36 61.69 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
14:23:10 [2021-06-10T14:23:10.162Z] #49 44.86 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
14:23:10 [2021-06-10T14:23:10.163Z] #49 44.86 go: finding github.com/spf13/cast v1.3.0
14:23:10 [2021-06-10T14:23:10.163Z] #49 44.88 go: finding github.com/spf13/jwalterweatherman v1.0.0
14:23:10 [2021-06-10T14:23:10.163Z] #49 44.90 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
14:23:10 [2021-06-10T14:23:10.163Z] #49 44.92 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
14:23:10 [2021-06-10T14:23:10.163Z] #49 45.01 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
14:23:10 [2021-06-10T14:23:10.163Z] #49 45.08 go: finding github.com/subosito/gotenv v1.2.0
14:23:10 [2021-06-10T14:23:10.163Z] #49 ...
14:23:10 [2021-06-10T14:23:10.163Z] 
14:23:10 [2021-06-10T14:23:10.163Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
14:23:10 [2021-06-10T14:23:10.163Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
14:23:10 [2021-06-10T14:23:10.163Z] #36 44.92 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB]
14:23:10 [2021-06-10T14:23:10.163Z] #36 44.99 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
14:23:10 [2021-06-10T14:23:10.163Z] #36 45.03 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
14:23:10 [2021-06-10T14:23:10.163Z] #36 45.03 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
14:23:10 [2021-06-10T14:23:10.163Z] #36 45.04 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB]
14:23:10 [2021-06-10T14:23:10.163Z] #36 45.06 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
14:23:10 [2021-06-10T14:23:10.248Z] #36 61.85 Selecting previously unselected package librhash0:amd64.
14:23:10 [2021-06-10T14:23:10.248Z] #36 61.86 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
14:23:10 [2021-06-10T14:23:10.248Z] #36 61.87 Unpacking librhash0:amd64 (1.3.8-1) ...
14:23:10 [2021-06-10T14:23:10.505Z] #36 62.03 Selecting previously unselected package libuv1:amd64.
14:23:10 [2021-06-10T14:23:10.505Z] #36 62.03 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ...
14:23:10 [2021-06-10T14:23:10.505Z] #36 62.04 Unpacking libuv1:amd64 (1.24.1-1) ...
14:23:10 [2021-06-10T14:23:10.505Z] #36 62.17 Selecting previously unselected package cmake.
14:23:10 [2021-06-10T14:23:10.505Z] #36 62.21 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
14:23:10 [2021-06-10T14:23:10.505Z] #36 62.22 Unpacking cmake (3.13.4-1) ...
14:23:10 [2021-06-10T14:23:10.950Z] #56 ...
14:23:10 [2021-06-10T14:23:10.950Z] 
14:23:10 [2021-06-10T14:23:10.950Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
14:23:10 [2021-06-10T14:23:10.950Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
14:23:10 [2021-06-10T14:23:10.950Z] #42 49.77 Selecting previously unselected package libprotoc17:amd64.
14:23:10 [2021-06-10T14:23:10.950Z] #42 49.78 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ...
14:23:10 [2021-06-10T14:23:10.950Z] #42 49.79 Unpacking libprotoc17:amd64 (3.6.1.3-2) ...
14:23:10 [2021-06-10T14:23:10.950Z] #42 ...
14:23:10 [2021-06-10T14:23:10.950Z] 
14:23:10 [2021-06-10T14:23:10.950Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:23:10 [2021-06-10T14:23:10.950Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:23:10 [2021-06-10T14:23:10.950Z] #13 29.87 Reading package lists...
14:23:10 [2021-06-10T14:23:10.950Z] #13 36.92 Building dependency tree...
14:23:10 [2021-06-10T14:23:10.950Z] #13 41.46 The following additional packages will be installed:
14:23:10 [2021-06-10T14:23:10.950Z] #13 41.47   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
14:23:10 [2021-06-10T14:23:10.950Z] #13 41.47   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
14:23:10 [2021-06-10T14:23:10.950Z] #13 41.47   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
14:23:10 [2021-06-10T14:23:10.950Z] #13 41.48   libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1
14:23:10 [2021-06-10T14:23:10.950Z] #13 41.48   mingw-w64-common mingw-w64-x86-64-dev
14:23:10 [2021-06-10T14:23:10.950Z] #13 41.49 Suggested packages:
14:23:10 [2021-06-10T14:23:10.950Z] #13 41.49   gcc-8-locales seccomp wine64
14:23:10 [2021-06-10T14:23:10.950Z] #13 42.98 The following NEW packages will be installed:
14:23:10 [2021-06-10T14:23:10.950Z] #13 43.02   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
14:23:10 [2021-06-10T14:23:10.950Z] #13 43.02   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
14:23:10 [2021-06-10T14:23:10.951Z] #13 43.04   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
14:23:10 [2021-06-10T14:23:10.951Z] #13 43.05   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
14:23:10 [2021-06-10T14:23:10.951Z] #13 43.07   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
14:23:10 [2021-06-10T14:23:10.951Z] #13 43.07   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
14:23:10 [2021-06-10T14:23:10.951Z] #13 43.09 The following packages will be upgraded:
14:23:10 [2021-06-10T14:23:10.951Z] #13 43.10   libseccomp2 libsystemd0 libudev1
14:23:10 [2021-06-10T14:23:10.951Z] #13 43.54 3 upgraded, 25 newly installed, 0 to remove and 28 not upgraded.
14:23:10 [2021-06-10T14:23:10.951Z] #13 43.54 Need to get 78.2 MB of archives.
14:23:10 [2021-06-10T14:23:10.951Z] #13 43.54 After this operation, 487 MB of additional disk space will be used.
14:23:10 [2021-06-10T14:23:10.951Z] #13 43.54 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB]
14:23:10 [2021-06-10T14:23:10.951Z] #13 43.54 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB]
14:23:10 [2021-06-10T14:23:10.951Z] #13 43.55 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u7 [332 kB]
14:23:10 [2021-06-10T14:23:10.951Z] #13 43.56 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u7 [151 kB]
14:23:10 [2021-06-10T14:23:10.951Z] #13 43.56 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB]
14:23:10 [2021-06-10T14:23:10.951Z] #13 43.88 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB]
14:23:10 [2021-06-10T14:23:10.951Z] #13 44.10 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
14:23:10 [2021-06-10T14:23:10.951Z] #13 44.12 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
14:23:10 [2021-06-10T14:23:10.951Z] #13 44.14 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
14:23:10 [2021-06-10T14:23:10.951Z] #13 44.15 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
14:23:10 [2021-06-10T14:23:10.951Z] #13 44.65 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
14:23:10 [2021-06-10T14:23:10.951Z] #13 44.94 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB]
14:23:10 [2021-06-10T14:23:10.951Z] #13 44.95 Get:13 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]
14:23:10 [2021-06-10T14:23:10.951Z] #13 ...
14:23:10 [2021-06-10T14:23:10.951Z] 
14:23:10 [2021-06-10T14:23:10.951Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
14:23:10 [2021-06-10T14:23:10.951Z] #51 sha256:8db57eefe16a7ab00f092838df8e48b674e35662ebdf2da1df4e3ed00939706f
14:23:10 [2021-06-10T14:23:10.951Z] #51 49.95 syscall
14:23:10 [2021-06-10T14:23:10.951Z] #51 50.04 reflect
14:23:11 [2021-06-10T14:23:11.099Z] #36 ...
14:23:11 [2021-06-10T14:23:11.099Z] 
14:23:11 [2021-06-10T14:23:11.099Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
14:23:11 [2021-06-10T14:23:11.099Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
14:23:11 [2021-06-10T14:23:11.099Z] #55 32.70 Reading package lists...
14:23:11 [2021-06-10T14:23:11.099Z] #55 39.88 Building dependency tree...
14:23:11 [2021-06-10T14:23:11.099Z] #55 43.07 The following additional packages will be installed:
14:23:11 [2021-06-10T14:23:11.099Z] #55 43.10   libbtrfs0
14:23:11 [2021-06-10T14:23:11.099Z] #55 43.27 The following NEW packages will be installed:
14:23:11 [2021-06-10T14:23:11.099Z] #55 43.30   libbtrfs-dev libbtrfs0
14:23:11 [2021-06-10T14:23:11.099Z] #55 43.71 0 upgraded, 2 newly installed, 0 to remove and 30 not upgraded.
14:23:11 [2021-06-10T14:23:11.099Z] #55 43.71 Need to get 119 kB of archives.
14:23:11 [2021-06-10T14:23:11.099Z] #55 43.71 After this operation, 387 kB of additional disk space will be used.
14:23:11 [2021-06-10T14:23:11.099Z] #55 43.71 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
14:23:11 [2021-06-10T14:23:11.099Z] #55 43.71 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
14:23:11 [2021-06-10T14:23:11.099Z] #55 44.85 debconf: delaying package configuration, since apt-utils is not installed
14:23:11 [2021-06-10T14:23:11.099Z] #55 45.07 Fetched 119 kB in 0s (419 kB/s)
14:23:11 [2021-06-10T14:23:11.099Z] #55 45.18 Selecting previously unselected package libbtrfs0.
14:23:11 [2021-06-10T14:23:11.099Z] #55 45.18 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
14:23:11 [2021-06-10T14:23:11.099Z] #55 45.27 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
14:23:11 [2021-06-10T14:23:11.099Z] #55 45.28 Unpacking libbtrfs0 (4.20.1-2) ...
14:23:11 [2021-06-10T14:23:11.099Z] #55 45.37 Selecting previously unselected package libbtrfs-dev.
14:23:11 [2021-06-10T14:23:11.099Z] #55 45.37 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
14:23:11 [2021-06-10T14:23:11.099Z] #55 45.37 Unpacking libbtrfs-dev (4.20.1-2) ...
14:23:11 [2021-06-10T14:23:11.099Z] #55 45.62 Setting up libbtrfs0 (4.20.1-2) ...
14:23:11 [2021-06-10T14:23:11.099Z] #55 45.64 Setting up libbtrfs-dev (4.20.1-2) ...
14:23:11 [2021-06-10T14:23:11.099Z] #55 45.66 Processing triggers for libc-bin (2.28-10) ...
14:23:11 [2021-06-10T14:23:11.099Z] #55 DONE 46.1s
14:23:11 [2021-06-10T14:23:11.358Z] 
14:23:11 [2021-06-10T14:23:11.358Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
14:23:11 [2021-06-10T14:23:11.358Z] #49 sha256:008f8b7db5c9f77334274821c58b13d777622fd13c0f6d6ab37b8bdfbbe908e0
14:23:11 [2021-06-10T14:23:11.358Z] #49 45.19 go: finding gopkg.in/ini.v1 v1.51.0
14:23:11 [2021-06-10T14:23:11.358Z] #49 45.25 go: finding golang.org/x/text v0.3.2
14:23:11 [2021-06-10T14:23:11.358Z] #49 45.34 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
14:23:11 [2021-06-10T14:23:11.358Z] #49 45.39 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
14:23:11 [2021-06-10T14:23:11.358Z] #49 45.45 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
14:23:11 [2021-06-10T14:23:11.358Z] #49 45.46 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
14:23:11 [2021-06-10T14:23:11.358Z] #49 45.46 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
14:23:11 [2021-06-10T14:23:11.358Z] #49 45.48 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
14:23:11 [2021-06-10T14:23:11.358Z] #49 45.49 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
14:23:11 [2021-06-10T14:23:11.358Z] #49 45.50 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
14:23:11 [2021-06-10T14:23:11.358Z] #49 45.52 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
14:23:11 [2021-06-10T14:23:11.358Z] #49 45.53 go: finding github.com/kisielk/gotool v1.0.0
14:23:11 [2021-06-10T14:23:11.358Z] #49 45.55 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
14:23:11 [2021-06-10T14:23:11.358Z] #49 45.58 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
14:23:11 [2021-06-10T14:23:11.358Z] #49 45.67 go: finding github.com/sourcegraph/go-diff v0.5.1
14:23:11 [2021-06-10T14:23:11.358Z] #49 45.71 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
14:23:11 [2021-06-10T14:23:11.358Z] #49 45.74 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
14:23:11 [2021-06-10T14:23:11.358Z] #49 45.74 go: finding github.com/tommy-muehle/go-mnd v1.1.1
14:23:11 [2021-06-10T14:23:11.358Z] #49 45.81 go: finding github.com/gogo/protobuf v1.2.1
14:23:11 [2021-06-10T14:23:11.358Z] #49 45.85 go: finding github.com/ultraware/funlen v0.0.2
14:23:11 [2021-06-10T14:23:11.358Z] #49 45.85 go: finding github.com/ultraware/whitespace v0.0.4
14:23:11 [2021-06-10T14:23:11.358Z] #49 45.85 go: finding github.com/uudashr/gocognit v1.0.1
14:23:11 [2021-06-10T14:23:11.358Z] #49 45.88 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
14:23:11 [2021-06-10T14:23:11.358Z] #49 46.23 go: finding honnef.co/go/tools v0.0.1-2019.2.3
14:23:11 [2021-06-10T14:23:11.358Z] #49 46.26 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
14:23:11 [2021-06-10T14:23:11.358Z] #49 46.31 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
14:23:11 [2021-06-10T14:23:11.523Z] #32 ...
14:23:11 [2021-06-10T14:23:11.523Z] 
14:23:11 [2021-06-10T14:23:11.523Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list
14:23:11 [2021-06-10T14:23:11.523Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9
14:23:11 [2021-06-10T14:23:11.523Z] #12 DONE 3.2s
14:23:11 [2021-06-10T14:23:11.523Z] 
14:23:11 [2021-06-10T14:23:11.523Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:23:11 [2021-06-10T14:23:11.523Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:23:11 [2021-06-10T14:23:11.617Z] #49 46.43 go: finding github.com/BurntSushi/toml v0.3.1
14:23:11 [2021-06-10T14:23:11.617Z] #49 46.44 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
14:23:13 [2021-06-10T14:23:13.026Z] #36 ...
14:23:13 [2021-06-10T14:23:13.026Z] 
14:23:13 [2021-06-10T14:23:13.026Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:23:13 [2021-06-10T14:23:13.026Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:23:13 [2021-06-10T14:23:13.026Z] #13 48.98 Get:14 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]
14:23:13 [2021-06-10T14:23:13.026Z] #13 51.70 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
14:23:13 [2021-06-10T14:23:13.026Z] #13 51.70 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
14:23:13 [2021-06-10T14:23:13.026Z] #13 51.70 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
14:23:13 [2021-06-10T14:23:13.026Z] #13 51.71 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
14:23:13 [2021-06-10T14:23:13.026Z] #13 51.71 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB]
14:23:13 [2021-06-10T14:23:13.026Z] #13 51.71 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB]
14:23:13 [2021-06-10T14:23:13.026Z] #13 51.72 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
14:23:13 [2021-06-10T14:23:13.026Z] #13 51.76 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
14:23:13 [2021-06-10T14:23:13.026Z] #13 51.80 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
14:23:13 [2021-06-10T14:23:13.026Z] #13 51.81 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
14:23:13 [2021-06-10T14:23:13.026Z] #13 51.82 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
14:23:13 [2021-06-10T14:23:13.026Z] #13 51.88 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
14:23:13 [2021-06-10T14:23:13.026Z] #13 51.91 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
14:23:13 [2021-06-10T14:23:13.026Z] #13 51.91 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB]
14:23:13 [2021-06-10T14:23:13.026Z] #13 53.03 debconf: delaying package configuration, since apt-utils is not installed
14:23:13 [2021-06-10T14:23:13.026Z] #13 53.22 Fetched 78.2 MB in 8s (9311 kB/s)
14:23:13 [2021-06-10T14:23:13.026Z] #13 53.39 (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.)
14:23:13 [2021-06-10T14:23:13.026Z] #13 53.46 Preparing to unpack .../libsystemd0_241-7~deb10u7_amd64.deb ...
14:23:13 [2021-06-10T14:23:13.026Z] #13 53.49 Unpacking libsystemd0:amd64 (241-7~deb10u7) over (241-7~deb10u4) ...
14:23:13 [2021-06-10T14:23:13.026Z] #13 54.30 Setting up libsystemd0:amd64 (241-7~deb10u7) ...
14:23:13 [2021-06-10T14:23:13.026Z] #13 55.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.)
14:23:13 [2021-06-10T14:23:13.026Z] #13 55.22 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ...
14:23:13 [2021-06-10T14:23:13.026Z] #13 55.22 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ...
14:23:13 [2021-06-10T14:23:13.026Z] #13 55.59 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ...
14:23:13 [2021-06-10T14:23:13.026Z] #13 56.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 ... 15410 files and directories currently installed.)
14:23:13 [2021-06-10T14:23:13.026Z] #13 56.12 Preparing to unpack .../libudev1_241-7~deb10u7_amd64.deb ...
14:23:13 [2021-06-10T14:23:13.026Z] #13 56.14 Unpacking libudev1:amd64 (241-7~deb10u7) over (241-7~deb10u4) ...
14:23:13 [2021-06-10T14:23:13.026Z] #13 56.38 Setting up libudev1:amd64 (241-7~deb10u7) ...
14:23:13 [2021-06-10T14:23:13.026Z] #13 56.58 Selecting previously unselected package binutils-mingw-w64-i686.
14:23:13 [2021-06-10T14:23:13.026Z] #13 56.58 (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.)
14:23:13 [2021-06-10T14:23:13.026Z] #13 56.64 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
14:23:13 [2021-06-10T14:23:13.026Z] #13 56.65 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
14:23:13 [2021-06-10T14:23:13.026Z] #13 59.12 Selecting previously unselected package binutils-mingw-w64-x86-64.
14:23:13 [2021-06-10T14:23:13.026Z] #13 59.12 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
14:23:13 [2021-06-10T14:23:13.026Z] #13 59.13 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
14:23:13 [2021-06-10T14:23:13.026Z] #13 ...
14:23:13 [2021-06-10T14:23:13.026Z] 
14:23:13 [2021-06-10T14:23:13.026Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
14:23:13 [2021-06-10T14:23:13.026Z] #51 sha256:211c575dc25b9b0cf9000ae948ded2f6fba157c1a093eb0bc11100e00b64efc5
14:23:13 [2021-06-10T14:23:13.026Z] #51 64.78 strings
14:23:13 [2021-06-10T14:23:13.590Z] #51 65.14 encoding/binary
14:23:14 [2021-06-10T14:23:14.153Z] #49 ...
14:23:14 [2021-06-10T14:23:14.153Z] 
14:23:14 [2021-06-10T14:23:14.153Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
14:23:14 [2021-06-10T14:23:14.153Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
14:23:14 [2021-06-10T14:23:14.153Z] #42 31.98 Reading package lists...
14:23:14 [2021-06-10T14:23:14.153Z] #42 39.26 Building dependency tree...
14:23:14 [2021-06-10T14:23:14.153Z] #42 42.60 The following additional packages will be installed:
14:23:14 [2021-06-10T14:23:14.153Z] #42 42.61   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
14:23:14 [2021-06-10T14:23:14.153Z] #42 42.61   libprotoc17 python-pkg-resources python-six zlib1g-dev
14:23:14 [2021-06-10T14:23:14.153Z] #42 42.62 Suggested packages:
14:23:14 [2021-06-10T14:23:14.153Z] #42 42.64   manpages-dev python-setuptools
14:23:14 [2021-06-10T14:23:14.153Z] #42 43.92 The following NEW packages will be installed:
14:23:14 [2021-06-10T14:23:14.153Z] #42 43.93   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
14:23:14 [2021-06-10T14:23:14.153Z] #42 43.93   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
14:23:14 [2021-06-10T14:23:14.153Z] #42 43.93   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
14:23:14 [2021-06-10T14:23:14.153Z] #42 43.93   python-six zlib1g-dev
14:23:14 [2021-06-10T14:23:14.153Z] #42 44.39 0 upgraded, 17 newly installed, 0 to remove and 30 not upgraded.
14:23:14 [2021-06-10T14:23:14.153Z] #42 44.39 Need to get 4095 kB of archives.
14:23:14 [2021-06-10T14:23:14.153Z] #42 44.39 After this operation, 22.5 MB of additional disk space will be used.
14:23:14 [2021-06-10T14:23:14.153Z] #42 44.39 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB]
14:23:14 [2021-06-10T14:23:14.153Z] #42 44.39 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
14:23:14 [2021-06-10T14:23:14.153Z] #42 44.39 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB]
14:23:14 [2021-06-10T14:23:14.153Z] #42 44.40 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
14:23:14 [2021-06-10T14:23:14.153Z] #42 44.40 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB]
14:23:14 [2021-06-10T14:23:14.153Z] #42 44.40 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
14:23:14 [2021-06-10T14:23:14.153Z] #42 44.40 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB]
14:23:14 [2021-06-10T14:23:14.154Z] #42 44.40 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB]
14:23:14 [2021-06-10T14:23:14.154Z] #42 44.46 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
14:23:14 [2021-06-10T14:23:14.154Z] #42 44.54 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB]
14:23:14 [2021-06-10T14:23:14.154Z] #42 44.55 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB]
14:23:14 [2021-06-10T14:23:14.154Z] #42 44.67 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB]
14:23:14 [2021-06-10T14:23:14.154Z] #42 44.72 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB]
14:23:14 [2021-06-10T14:23:14.154Z] #42 44.72 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB]
14:23:14 [2021-06-10T14:23:14.154Z] #42 44.73 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB]
14:23:14 [2021-06-10T14:23:14.154Z] #42 44.76 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB]
14:23:14 [2021-06-10T14:23:14.154Z] #42 44.76 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB]
14:23:14 [2021-06-10T14:23:14.154Z] #42 45.92 debconf: delaying package configuration, since apt-utils is not installed
14:23:14 [2021-06-10T14:23:14.154Z] #42 46.29 Fetched 4095 kB in 1s (5974 kB/s)
14:23:14 [2021-06-10T14:23:14.154Z] #42 46.48 Selecting previously unselected package libcap-dev:amd64.
14:23:14 [2021-06-10T14:23:14.154Z] #42 46.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.)
14:23:14 [2021-06-10T14:23:14.154Z] #42 46.68 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ...
14:23:14 [2021-06-10T14:23:14.154Z] #42 46.71 Unpacking libcap-dev:amd64 (1:2.25-2) ...
14:23:14 [2021-06-10T14:23:14.154Z] #42 46.88 Selecting previously unselected package libnet1:amd64.
14:23:14 [2021-06-10T14:23:14.154Z] #42 46.89 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
14:23:14 [2021-06-10T14:23:14.154Z] #42 46.90 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
14:23:14 [2021-06-10T14:23:14.154Z] #42 47.15 Selecting previously unselected package libnet1-dev.
14:23:14 [2021-06-10T14:23:14.154Z] #42 47.16 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ...
14:23:14 [2021-06-10T14:23:14.154Z] #42 47.17 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
14:23:14 [2021-06-10T14:23:14.154Z] #42 47.36 Selecting previously unselected package libnl-3-200:amd64.
14:23:14 [2021-06-10T14:23:14.154Z] #42 47.36 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ...
14:23:14 [2021-06-10T14:23:14.154Z] #42 47.37 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
14:23:14 [2021-06-10T14:23:14.154Z] #42 47.51 Selecting previously unselected package libnl-3-dev:amd64.
14:23:14 [2021-06-10T14:23:14.154Z] #42 47.51 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ...
14:23:14 [2021-06-10T14:23:14.154Z] #42 47.52 Unpacking libnl-3-dev:amd64 (3.4.0-1) ...
14:23:14 [2021-06-10T14:23:14.154Z] #42 47.76 Selecting previously unselected package libprotobuf-c1:amd64.
14:23:14 [2021-06-10T14:23:14.154Z] #42 47.76 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
14:23:14 [2021-06-10T14:23:14.154Z] #42 47.77 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
14:23:14 [2021-06-10T14:23:14.154Z] #42 47.86 Selecting previously unselected package libprotobuf-c-dev:amd64.
14:23:14 [2021-06-10T14:23:14.154Z] #42 47.87 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ...
14:23:14 [2021-06-10T14:23:14.154Z] #42 47.89 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
14:23:14 [2021-06-10T14:23:14.154Z] #42 48.02 Selecting previously unselected package zlib1g-dev:amd64.
14:23:14 [2021-06-10T14:23:14.154Z] #42 48.02 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ...
14:23:14 [2021-06-10T14:23:14.154Z] #42 48.03 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
14:23:14 [2021-06-10T14:23:14.154Z] #42 48.30 Selecting previously unselected package libprotobuf17:amd64.
14:23:14 [2021-06-10T14:23:14.154Z] #42 48.31 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ...
14:23:14 [2021-06-10T14:23:14.154Z] #42 48.32 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
14:23:14 [2021-06-10T14:23:14.154Z] #42 49.12 Selecting previously unselected package libprotobuf-lite17:amd64.
14:23:14 [2021-06-10T14:23:14.154Z] #42 ...
14:23:14 [2021-06-10T14:23:14.154Z] 
14:23:14 [2021-06-10T14:23:14.154Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
14:23:14 [2021-06-10T14:23:14.154Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
14:23:14 [2021-06-10T14:23:14.154Z] #36 46.84 debconf: delaying package configuration, since apt-utils is not installed
14:23:14 [2021-06-10T14:23:14.154Z] #36 47.08 Fetched 14.9 MB in 2s (9192 kB/s)
14:23:14 [2021-06-10T14:23:14.154Z] #36 47.17 Selecting previously unselected package xxd.
14:23:14 [2021-06-10T14:23:14.154Z] #36 47.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 ... 15410 files and directories currently installed.)
14:23:14 [2021-06-10T14:23:14.154Z] #36 47.23 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
14:23:14 [2021-06-10T14:23:14.154Z] #36 47.26 Unpacking xxd (2:8.1.0875-5) ...
14:23:14 [2021-06-10T14:23:14.154Z] #36 47.41 Selecting previously unselected package vim-common.
14:23:14 [2021-06-10T14:23:14.154Z] #36 47.42 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
14:23:14 [2021-06-10T14:23:14.154Z] #36 47.47 Unpacking vim-common (2:8.1.0875-5) ...
14:23:14 [2021-06-10T14:23:14.154Z] #36 47.86 Selecting previously unselected package cmake-data.
14:23:14 [2021-06-10T14:23:14.154Z] #36 47.87 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
14:23:14 [2021-06-10T14:23:14.154Z] #36 47.89 Unpacking cmake-data (3.13.4-1) ...
14:23:14 [2021-06-10T14:23:14.416Z] #36 ...
14:23:14 [2021-06-10T14:23:14.416Z] 
14:23:14 [2021-06-10T14:23:14.416Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
14:23:14 [2021-06-10T14:23:14.416Z] #34 sha256:1bd79eefbd5c5e5657018774b6f822efd8e156cc13956d480910db8e74ab3889
14:23:14 [2021-06-10T14:23:14.416Z] #34 39.20 internal/reflectlite
14:23:14 [2021-06-10T14:23:14.416Z] #34 39.22 sync
14:23:14 [2021-06-10T14:23:14.416Z] #34 41.56 errors
14:23:14 [2021-06-10T14:23:14.416Z] #34 41.56 sort
14:23:14 [2021-06-10T14:23:14.416Z] #34 42.10 strconv
14:23:14 [2021-06-10T14:23:14.416Z] #34 42.56 io
14:23:14 [2021-06-10T14:23:14.416Z] #34 43.65 internal/oserror
14:23:14 [2021-06-10T14:23:14.416Z] #34 43.74 syscall
14:23:14 [2021-06-10T14:23:14.416Z] #34 45.89 reflect
14:23:14 [2021-06-10T14:23:14.416Z] #34 ...
14:23:14 [2021-06-10T14:23:14.416Z] 
14:23:14 [2021-06-10T14:23:14.416Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
14:23:14 [2021-06-10T14:23:14.416Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
14:23:14 [2021-06-10T14:23:14.416Z] #42 49.12 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ...
14:23:14 [2021-06-10T14:23:14.416Z] #42 49.13 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ...
14:23:14 [2021-06-10T14:23:14.416Z] #42 49.36 Selecting previously unselected package libprotobuf-dev:amd64.
14:23:14 [2021-06-10T14:23:14.416Z] #42 49.36 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ...
14:23:14 [2021-06-10T14:23:14.416Z] #42 49.37 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ...
14:23:14 [2021-06-10T14:23:14.960Z] #51 ...
14:23:14 [2021-06-10T14:23:14.960Z] 
14:23:14 [2021-06-10T14:23:14.960Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:23:14 [2021-06-10T14:23:14.960Z] #45 sha256:c68427fdde4486e6953a83e7abbfb70bf4899bddbd16f59fe7daae979cc488f0
14:23:14 [2021-06-10T14:23:14.960Z] #45 56.31 time
14:23:14 [2021-06-10T14:23:14.960Z] #45 62.61 os
14:23:14 [2021-06-10T14:23:14.960Z] #45 62.75 strings
14:23:14 [2021-06-10T14:23:14.960Z] #45 65.71 regexp/syntax
14:23:14 [2021-06-10T14:23:14.960Z] #45 66.23 fmt
14:23:14 [2021-06-10T14:23:14.960Z] #45 ...
14:23:14 [2021-06-10T14:23:14.960Z] 
14:23:14 [2021-06-10T14:23:14.960Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
14:23:14 [2021-06-10T14:23:14.960Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
14:23:14 [2021-06-10T14:23:14.960Z] #36 65.49 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
14:23:14 [2021-06-10T14:23:14.960Z] #36 65.51 Setting up xxd (2:8.1.0875-5) ...
14:23:14 [2021-06-10T14:23:14.960Z] #36 65.52 Setting up libuv1:amd64 (1.24.1-1) ...
14:23:14 [2021-06-10T14:23:14.960Z] #36 65.53 Setting up vim-common (2:8.1.0875-5) ...
14:23:14 [2021-06-10T14:23:14.960Z] #36 65.61 Setting up librhash0:amd64 (1.3.8-1) ...
14:23:14 [2021-06-10T14:23:14.960Z] #36 65.63 Setting up cmake-data (3.13.4-1) ...
14:23:14 [2021-06-10T14:23:14.960Z] #36 65.66 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
14:23:14 [2021-06-10T14:23:14.960Z] #36 65.68 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
14:23:14 [2021-06-10T14:23:14.960Z] #36 65.69 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
14:23:14 [2021-06-10T14:23:14.960Z] #36 65.71 Setting up cmake (3.13.4-1) ...
14:23:14 [2021-06-10T14:23:14.960Z] #36 65.73 Processing triggers for libc-bin (2.28-10) ...
14:23:14 [2021-06-10T14:23:14.960Z] #36 65.83 Processing triggers for mime-support (3.62) ...
14:23:14 [2021-06-10T14:23:14.960Z] #36 DONE 66.6s
14:23:14 [2021-06-10T14:23:14.960Z] 
14:23:14 [2021-06-10T14:23:14.960Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
14:23:14 [2021-06-10T14:23:14.960Z] #37 sha256:c493d23d7b258aae96559cfbf8bcfb83775733467683f935b0b0514032a09efe
14:23:15 [2021-06-10T14:23:15.805Z] #42 50.80 Selecting previously unselected package libprotoc17:amd64.
14:23:15 [2021-06-10T14:23:15.805Z] #42 50.80 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ...
14:23:16 [2021-06-10T14:23:16.063Z] #42 50.81 Unpacking libprotoc17:amd64 (3.6.1.3-2) ...
14:23:16 [2021-06-10T14:23:16.225Z] #51 ...
14:23:16 [2021-06-10T14:23:16.225Z] 
14:23:16 [2021-06-10T14:23:16.225Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
14:23:16 [2021-06-10T14:23:16.225Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
14:23:16 [2021-06-10T14:23:16.225Z] #32 50.11 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.
14:23:16 [2021-06-10T14:23:16.225Z] #32 50.80 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
14:23:16 [2021-06-10T14:23:16.225Z] #32 51.58 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
14:23:16 [2021-06-10T14:23:16.329Z] #37 1.231 + RM_GOPATH=0
14:23:16 [2021-06-10T14:23:16.329Z] #37 1.231 + TMP_GOPATH=
14:23:16 [2021-06-10T14:23:16.329Z] #37 1.231 + : /build
14:23:16 [2021-06-10T14:23:16.329Z] #37 1.231 + '[' -z '' ']'
14:23:16 [2021-06-10T14:23:16.329Z] #37 1.231 ++ mktemp -d
14:23:16 [2021-06-10T14:23:16.329Z] #37 1.232 + export GOPATH=/tmp/tmp.lDZyDiKe4Q
14:23:16 [2021-06-10T14:23:16.329Z] #37 1.233 + GOPATH=/tmp/tmp.lDZyDiKe4Q
14:23:16 [2021-06-10T14:23:16.329Z] #37 1.233 + RM_GOPATH=1
14:23:16 [2021-06-10T14:23:16.329Z] #37 1.233 + case "$(go env GOARCH)" in
14:23:16 [2021-06-10T14:23:16.329Z] #37 1.235 ++ go env GOARCH
14:23:16 [2021-06-10T14:23:16.329Z] #37 1.276 + export GO_BUILDMODE=-buildmode=pie
14:23:16 [2021-06-10T14:23:16.330Z] #37 1.278 + GO_BUILDMODE=-buildmode=pie
14:23:16 [2021-06-10T14:23:16.330Z] #37 1.279 ++ dirname /tmp/install/install.sh
14:23:16 [2021-06-10T14:23:16.330Z] #37 1.283 + dir=/tmp/install
14:23:16 [2021-06-10T14:23:16.330Z] #37 1.283 + bin=tini
14:23:16 [2021-06-10T14:23:16.330Z] #37 1.283 + shift
14:23:16 [2021-06-10T14:23:16.330Z] #37 1.283 + '[' '!' -f /tmp/install/tini.installer ']'
14:23:16 [2021-06-10T14:23:16.330Z] #37 1.284 + . /tmp/install/tini.installer
14:23:16 [2021-06-10T14:23:16.330Z] #37 1.284 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
14:23:16 [2021-06-10T14:23:16.330Z] #37 1.286 + install_tini
14:23:16 [2021-06-10T14:23:16.330Z] #37 1.287 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
14:23:16 [2021-06-10T14:23:16.330Z] #37 1.287 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
14:23:16 [2021-06-10T14:23:16.330Z] #37 1.287 + git clone https://github.com/krallin/tini.git /tmp/tmp.lDZyDiKe4Q/tini
14:23:16 [2021-06-10T14:23:16.330Z] #37 1.301 Cloning into '/tmp/tmp.lDZyDiKe4Q/tini'...
14:23:16 [2021-06-10T14:23:16.643Z] #42 51.56 Selecting previously unselected package protobuf-c-compiler.
14:23:16 [2021-06-10T14:23:16.643Z] #42 51.56 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ...
14:23:16 [2021-06-10T14:23:16.643Z] #42 51.57 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
14:23:16 [2021-06-10T14:23:16.643Z] #42 ...
14:23:16 [2021-06-10T14:23:16.643Z] 
14:23:16 [2021-06-10T14:23:16.643Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:23:16 [2021-06-10T14:23:16.643Z] #45 sha256:770eca950a2ba38bb61271a0b7972836e7f5fb7a18ce6ace5a86e3fba3afcec7
14:23:16 [2021-06-10T14:23:16.643Z] #45 41.66 errors
14:23:16 [2021-06-10T14:23:16.643Z] #45 41.66 sort
14:23:16 [2021-06-10T14:23:16.643Z] #45 41.91 io
14:23:16 [2021-06-10T14:23:16.643Z] #45 42.91 bytes
14:23:16 [2021-06-10T14:23:16.643Z] #45 42.92 strconv
14:23:16 [2021-06-10T14:23:16.643Z] #45 45.19 bufio
14:23:16 [2021-06-10T14:23:16.643Z] #45 46.98 reflect
14:23:16 [2021-06-10T14:23:16.643Z] #45 47.15 syscall
14:23:16 [2021-06-10T14:23:16.796Z] #13 ...
14:23:16 [2021-06-10T14:23:16.796Z] 
14:23:16 [2021-06-10T14:23:16.796Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
14:23:16 [2021-06-10T14:23:16.796Z] #58 sha256:3895cca166f94acd44d1075a400cf8f3647c0fff4a71d0757fe0eb2289aebf56
14:23:16 [2021-06-10T14:23:16.796Z] #58 7.132 + RM_GOPATH=0
14:23:16 [2021-06-10T14:23:16.796Z] #58 7.132 + TMP_GOPATH=
14:23:16 [2021-06-10T14:23:16.796Z] #58 7.132 + : /build
14:23:16 [2021-06-10T14:23:16.796Z] #58 7.132 + '[' -z '' ']'
14:23:16 [2021-06-10T14:23:16.796Z] #58 7.132 ++ mktemp -d
14:23:16 [2021-06-10T14:23:16.796Z] #58 7.132 + export GOPATH=/tmp/tmp.2dEAiOfuLd
14:23:16 [2021-06-10T14:23:16.796Z] #58 7.132 + GOPATH=/tmp/tmp.2dEAiOfuLd
14:23:16 [2021-06-10T14:23:16.796Z] #58 7.132 + RM_GOPATH=1
14:23:16 [2021-06-10T14:23:16.796Z] #58 7.132 + case "$(go env GOARCH)" in
14:23:16 [2021-06-10T14:23:16.796Z] #58 7.132 ++ go env GOARCH
14:23:16 [2021-06-10T14:23:16.796Z] #58 7.173 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778
14:23:16 [2021-06-10T14:23:16.796Z] #58 7.173 + export GO_BUILDMODE=-buildmode=pie
14:23:16 [2021-06-10T14:23:16.796Z] #58 7.173 + GO_BUILDMODE=-buildmode=pie
14:23:16 [2021-06-10T14:23:16.796Z] #58 7.173 ++ dirname /tmp/install/install.sh
14:23:16 [2021-06-10T14:23:16.796Z] #58 7.173 + dir=/tmp/install
14:23:16 [2021-06-10T14:23:16.796Z] #58 7.173 + bin=rootlesskit
14:23:16 [2021-06-10T14:23:16.796Z] #58 7.173 + shift
14:23:16 [2021-06-10T14:23:16.796Z] #58 7.173 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
14:23:16 [2021-06-10T14:23:16.796Z] #58 7.173 + . /tmp/install/rootlesskit.installer
14:23:16 [2021-06-10T14:23:16.796Z] #58 7.173 ++ : 4cd567642273d369adaadcbadca00880552c1778
14:23:16 [2021-06-10T14:23:16.796Z] #58 7.173 + install_rootlesskit
14:23:16 [2021-06-10T14:23:16.796Z] #58 7.173 + case "$1" in
14:23:16 [2021-06-10T14:23:16.796Z] #58 7.173 + export CGO_ENABLED=0
14:23:16 [2021-06-10T14:23:16.796Z] #58 7.173 + CGO_ENABLED=0
14:23:16 [2021-06-10T14:23:16.796Z] #58 7.173 + _install_rootlesskit
14:23:16 [2021-06-10T14:23:16.796Z] #58 7.173 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778'
14:23:16 [2021-06-10T14:23:16.796Z] #58 7.173 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.2dEAiOfuLd/src/github.com/rootless-containers/rootlesskit
14:23:16 [2021-06-10T14:23:16.796Z] #58 7.196 Cloning into '/tmp/tmp.2dEAiOfuLd/src/github.com/rootless-containers/rootlesskit'...
14:23:16 [2021-06-10T14:23:16.893Z] #37 2.016 + cd /tmp/tmp.lDZyDiKe4Q/tini
14:23:16 [2021-06-10T14:23:16.893Z] #37 2.018 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
14:23:16 [2021-06-10T14:23:16.893Z] #37 2.023 + cmake .
14:23:16 [2021-06-10T14:23:16.893Z] #37 ...
14:23:16 [2021-06-10T14:23:16.893Z] 
14:23:16 [2021-06-10T14:23:16.893Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
14:23:16 [2021-06-10T14:23:16.893Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
14:23:16 [2021-06-10T14:23:16.893Z] #42 58.61 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ...
14:23:16 [2021-06-10T14:23:16.893Z] #42 58.68 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
14:23:16 [2021-06-10T14:23:16.893Z] #42 58.70 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
14:23:16 [2021-06-10T14:23:16.893Z] #42 58.73 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
14:23:16 [2021-06-10T14:23:16.893Z] #42 58.79 Setting up python-six (1.12.0-1) ...
14:23:16 [2021-06-10T14:23:16.893Z] #42 63.32 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
14:23:16 [2021-06-10T14:23:16.893Z] #42 63.34 Setting up libnl-3-200:amd64 (3.4.0-1) ...
14:23:16 [2021-06-10T14:23:16.893Z] #42 63.36 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
14:23:16 [2021-06-10T14:23:16.893Z] #42 63.39 Setting up libcap-dev:amd64 (1:2.25-2) ...
14:23:16 [2021-06-10T14:23:16.893Z] #42 63.42 Setting up libprotoc17:amd64 (3.6.1.3-2) ...
14:23:16 [2021-06-10T14:23:16.893Z] #42 63.46 Setting up protobuf-compiler (3.6.1.3-2) ...
14:23:16 [2021-06-10T14:23:16.893Z] #42 63.47 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
14:23:16 [2021-06-10T14:23:16.893Z] #42 63.52 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ...
14:23:16 [2021-06-10T14:23:16.893Z] #42 63.56 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
14:23:16 [2021-06-10T14:23:16.893Z] #42 63.58 Setting up python-protobuf (3.6.1.3-2) ...
14:23:16 [2021-06-10T14:23:16.903Z] #45 ...
14:23:16 [2021-06-10T14:23:16.903Z] 
14:23:16 [2021-06-10T14:23:16.903Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:23:16 [2021-06-10T14:23:16.903Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:23:16 [2021-06-10T14:23:16.903Z] #13 30.77 Reading package lists...
14:23:16 [2021-06-10T14:23:16.903Z] #13 38.22 Building dependency tree...
14:23:16 [2021-06-10T14:23:16.903Z] #13 41.75 The following additional packages will be installed:
14:23:16 [2021-06-10T14:23:16.903Z] #13 41.76   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
14:23:16 [2021-06-10T14:23:16.903Z] #13 41.76   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
14:23:16 [2021-06-10T14:23:16.903Z] #13 41.77   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
14:23:16 [2021-06-10T14:23:16.903Z] #13 41.77   libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1
14:23:16 [2021-06-10T14:23:16.903Z] #13 41.78   mingw-w64-common mingw-w64-x86-64-dev
14:23:16 [2021-06-10T14:23:16.903Z] #13 41.79 Suggested packages:
14:23:16 [2021-06-10T14:23:16.903Z] #13 41.80   gcc-8-locales seccomp wine64
14:23:16 [2021-06-10T14:23:16.903Z] #13 43.58 The following NEW packages will be installed:
14:23:16 [2021-06-10T14:23:16.903Z] #13 43.59   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
14:23:16 [2021-06-10T14:23:16.903Z] #13 43.59   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
14:23:16 [2021-06-10T14:23:16.903Z] #13 43.60   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
14:23:16 [2021-06-10T14:23:16.903Z] #13 43.60   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
14:23:16 [2021-06-10T14:23:16.903Z] #13 43.60   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
14:23:16 [2021-06-10T14:23:16.903Z] #13 43.61   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
14:23:16 [2021-06-10T14:23:16.903Z] #13 43.64 The following packages will be upgraded:
14:23:16 [2021-06-10T14:23:16.903Z] #13 43.65   libseccomp2 libsystemd0 libudev1
14:23:16 [2021-06-10T14:23:16.903Z] #13 44.10 3 upgraded, 25 newly installed, 0 to remove and 28 not upgraded.
14:23:16 [2021-06-10T14:23:16.903Z] #13 44.10 Need to get 78.2 MB of archives.
14:23:16 [2021-06-10T14:23:16.903Z] #13 44.10 After this operation, 487 MB of additional disk space will be used.
14:23:16 [2021-06-10T14:23:16.903Z] #13 44.10 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB]
14:23:16 [2021-06-10T14:23:16.903Z] #13 44.11 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB]
14:23:16 [2021-06-10T14:23:16.903Z] #13 44.11 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u7 [332 kB]
14:23:16 [2021-06-10T14:23:16.903Z] #13 44.13 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u7 [151 kB]
14:23:16 [2021-06-10T14:23:16.903Z] #13 44.13 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB]
14:23:16 [2021-06-10T14:23:16.903Z] #13 44.34 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB]
14:23:16 [2021-06-10T14:23:16.903Z] #13 44.51 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
14:23:16 [2021-06-10T14:23:16.903Z] #13 44.52 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
14:23:16 [2021-06-10T14:23:16.903Z] #13 44.53 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
14:23:16 [2021-06-10T14:23:16.903Z] #13 44.56 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
14:23:16 [2021-06-10T14:23:16.903Z] #13 44.96 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
14:23:16 [2021-06-10T14:23:16.903Z] #13 45.28 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB]
14:23:16 [2021-06-10T14:23:16.903Z] #13 45.31 Get:13 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]
14:23:16 [2021-06-10T14:23:16.903Z] #13 ...
14:23:16 [2021-06-10T14:23:16.903Z] 
14:23:16 [2021-06-10T14:23:16.903Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
14:23:16 [2021-06-10T14:23:16.903Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
14:23:16 [2021-06-10T14:23:16.903Z] #32 49.26 Checking out files:  87% (1334/1521)   
Checking out files:  88% (1339/1521)   
Checking out files:  89% (1354/1521)   
Checking out files:  90% (1369/1521)   
Checking out files:  91% (1385/1521)   
Checking out files:  92% (1400/1521)   
Checking out files:  93% (1415/1521)   
Checking out files:  94% (1430/1521)   
Checking out files:  95% (1445/1521)   
Checking out files:  96% (1461/1521)   
Checking out files:  97% (1476/1521)   
Checking out files:  98% (1491/1521)   
Checking out files:  99% (1506/1521)   
Checking out files: 100% (1521/1521)   
Checking out files: 100% (1521/1521), done.
14:23:16 [2021-06-10T14:23:16.903Z] #32 49.90 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
14:23:16 [2021-06-10T14:23:16.903Z] #32 50.11 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
14:23:17 [2021-06-10T14:23:17.150Z] #42 ...
14:23:17 [2021-06-10T14:23:17.150Z] 
14:23:17 [2021-06-10T14:23:17.150Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:23:17 [2021-06-10T14:23:17.150Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:23:17 [2021-06-10T14:23:17.150Z] #13 62.58 Selecting previously unselected package binutils-mingw-w64.
14:23:17 [2021-06-10T14:23:17.150Z] #13 62.58 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
14:23:17 [2021-06-10T14:23:17.150Z] #13 62.59 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
14:23:17 [2021-06-10T14:23:17.150Z] #13 62.75 Selecting previously unselected package libdevmapper1.02.1:amd64.
14:23:17 [2021-06-10T14:23:17.150Z] #13 62.76 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
14:23:17 [2021-06-10T14:23:17.150Z] #13 62.76 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
14:23:17 [2021-06-10T14:23:17.150Z] #13 63.02 Selecting previously unselected package dmsetup.
14:23:17 [2021-06-10T14:23:17.150Z] #13 63.02 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
14:23:17 [2021-06-10T14:23:17.150Z] #13 63.03 Unpacking dmsetup (2:1.02.155-3) ...
14:23:17 [2021-06-10T14:23:17.150Z] #13 63.26 Selecting previously unselected package mingw-w64-common.
14:23:17 [2021-06-10T14:23:17.150Z] #13 63.26 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
14:23:17 [2021-06-10T14:23:17.150Z] #13 63.28 Unpacking mingw-w64-common (6.0.0-3) ...
14:23:18 [2021-06-10T14:23:18.134Z] #32 ...
14:23:18 [2021-06-10T14:23:18.134Z] 
14:23:18 [2021-06-10T14:23:18.134Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:23:18 [2021-06-10T14:23:18.134Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:23:18 [2021-06-10T14:23:18.134Z] #13 48.66 Get:14 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]
14:23:18 [2021-06-10T14:23:18.134Z] #13 51.20 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
14:23:18 [2021-06-10T14:23:18.134Z] #13 51.21 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
14:23:18 [2021-06-10T14:23:18.134Z] #13 51.21 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
14:23:18 [2021-06-10T14:23:18.134Z] #13 51.21 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
14:23:18 [2021-06-10T14:23:18.134Z] #13 51.21 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB]
14:23:18 [2021-06-10T14:23:18.134Z] #13 51.22 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB]
14:23:18 [2021-06-10T14:23:18.134Z] #13 51.22 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
14:23:18 [2021-06-10T14:23:18.134Z] #13 51.27 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
14:23:18 [2021-06-10T14:23:18.134Z] #13 51.29 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
14:23:18 [2021-06-10T14:23:18.134Z] #13 51.32 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
14:23:18 [2021-06-10T14:23:18.134Z] #13 51.34 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
14:23:18 [2021-06-10T14:23:18.134Z] #13 51.41 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
14:23:18 [2021-06-10T14:23:18.134Z] #13 51.42 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
14:23:18 [2021-06-10T14:23:18.134Z] #13 51.42 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB]
14:23:18 [2021-06-10T14:23:18.134Z] #13 52.60 debconf: delaying package configuration, since apt-utils is not installed
14:23:18 [2021-06-10T14:23:18.134Z] #13 52.86 Fetched 78.2 MB in 8s (9550 kB/s)
14:23:18 [2021-06-10T14:23:18.134Z] #13 52.99 (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.)
14:23:18 [2021-06-10T14:23:18.134Z] #13 53.05 Preparing to unpack .../libsystemd0_241-7~deb10u7_amd64.deb ...
14:23:18 [2021-06-10T14:23:18.134Z] #13 53.08 Unpacking libsystemd0:amd64 (241-7~deb10u7) over (241-7~deb10u4) ...
14:23:18 [2021-06-10T14:23:18.134Z] #13 53.46 Setting up libsystemd0:amd64 (241-7~deb10u7) ...
14:23:18 [2021-06-10T14:23:18.134Z] #13 53.72 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
14:23:18 [2021-06-10T14:23:18.134Z] #13 53.77 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ...
14:23:18 [2021-06-10T14:23:18.134Z] #13 53.79 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ...
14:23:18 [2021-06-10T14:23:18.176Z] #58 ...
14:23:18 [2021-06-10T14:23:18.176Z] 
14:23:18 [2021-06-10T14:23:18.176Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
14:23:18 [2021-06-10T14:23:18.176Z] #24 sha256:8bf0e3bd56da5ec50968a48ea66ab9454d6d47b913ef196e90584151f4d69378
14:23:18 [2021-06-10T14:23:18.176Z] #24 7.167 + RM_GOPATH=0
14:23:18 [2021-06-10T14:23:18.176Z] #24 7.167 + TMP_GOPATH=
14:23:18 [2021-06-10T14:23:18.176Z] #24 7.167 + : /build
14:23:18 [2021-06-10T14:23:18.176Z] #24 7.167 + '[' -z '' ']'
14:23:18 [2021-06-10T14:23:18.176Z] #24 7.167 ++ mktemp -d
14:23:18 [2021-06-10T14:23:18.176Z] #24 7.167 + export GOPATH=/tmp/tmp.a9jT0wyhzb
14:23:18 [2021-06-10T14:23:18.176Z] #24 7.167 + GOPATH=/tmp/tmp.a9jT0wyhzb
14:23:18 [2021-06-10T14:23:18.176Z] #24 7.167 + RM_GOPATH=1
14:23:18 [2021-06-10T14:23:18.176Z] #24 7.167 + case "$(go env GOARCH)" in
14:23:18 [2021-06-10T14:23:18.177Z] #24 7.167 ++ go env GOARCH
14:23:18 [2021-06-10T14:23:18.177Z] #24 7.186 + export GO_BUILDMODE=-buildmode=pie
14:23:18 [2021-06-10T14:23:18.177Z] #24 7.186 + GO_BUILDMODE=-buildmode=pie
14:23:18 [2021-06-10T14:23:18.177Z] #24 7.186 ++ dirname /tmp/install/install.sh
14:23:18 [2021-06-10T14:23:18.177Z] #24 7.186 + dir=/tmp/install
14:23:18 [2021-06-10T14:23:18.177Z] #24 7.186 + bin=dockercli
14:23:18 [2021-06-10T14:23:18.177Z] #24 7.186 + shift
14:23:18 [2021-06-10T14:23:18.177Z] #24 7.186 + '[' '!' -f /tmp/install/dockercli.installer ']'
14:23:18 [2021-06-10T14:23:18.177Z] #24 7.186 + . /tmp/install/dockercli.installer
14:23:18 [2021-06-10T14:23:18.177Z] #24 7.186 ++ : stable
14:23:18 [2021-06-10T14:23:18.177Z] #24 7.186 ++ : 17.06.2-ce
14:23:18 [2021-06-10T14:23:18.177Z] #24 7.186 + install_dockercli
14:23:18 [2021-06-10T14:23:18.177Z] #24 7.186 + echo 'Install docker/cli version 17.06.2-ce from stable'
14:23:18 [2021-06-10T14:23:18.177Z] #24 7.186 Install docker/cli version 17.06.2-ce from stable
14:23:18 [2021-06-10T14:23:18.177Z] #24 7.187 ++ uname -m
14:23:18 [2021-06-10T14:23:18.177Z] #24 7.187 + arch=x86_64
14:23:18 [2021-06-10T14:23:18.177Z] #24 7.187 + '[' x86_64 '!=' x86_64 ']'
14:23:18 [2021-06-10T14:23:18.177Z] #24 7.187 + url=https://download.docker.com/linux/static
14:23:18 [2021-06-10T14:23:18.177Z] #24 7.196 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
14:23:18 [2021-06-10T14:23:18.177Z] #24 7.224 + tar -xz docker/docker
14:23:18 [2021-06-10T14:23:18.177Z] #24 ...
14:23:18 [2021-06-10T14:23:18.177Z] 
14:23:18 [2021-06-10T14:23:18.177Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
14:23:18 [2021-06-10T14:23:18.177Z] #47 sha256:541da1d0dbf2052765eeb44052b30bb536f0fbf2a12f833f90ea0d7e49530bc3
14:23:18 [2021-06-10T14:23:18.177Z] #47 6.881 + RM_GOPATH=0
14:23:18 [2021-06-10T14:23:18.177Z] #47 6.881 + TMP_GOPATH=
14:23:18 [2021-06-10T14:23:18.177Z] #47 6.881 + : /build
14:23:18 [2021-06-10T14:23:18.177Z] #47 6.881 + '[' -z '' ']'
14:23:18 [2021-06-10T14:23:18.177Z] #47 6.881 ++ mktemp -d
14:23:18 [2021-06-10T14:23:18.177Z] #47 6.881 + export GOPATH=/tmp/tmp.CZFtlEYJ0l
14:23:18 [2021-06-10T14:23:18.177Z] #47 6.881 + GOPATH=/tmp/tmp.CZFtlEYJ0l
14:23:18 [2021-06-10T14:23:18.177Z] #47 6.881 + RM_GOPATH=1
14:23:18 [2021-06-10T14:23:18.177Z] #47 6.881 + case "$(go env GOARCH)" in
14:23:18 [2021-06-10T14:23:18.177Z] #47 6.881 ++ go env GOARCH
14:23:18 [2021-06-10T14:23:18.177Z] #47 6.881 + export GO_BUILDMODE=-buildmode=pie
14:23:18 [2021-06-10T14:23:18.177Z] #47 6.881 + GO_BUILDMODE=-buildmode=pie
14:23:18 [2021-06-10T14:23:18.177Z] #47 6.881 ++ dirname /tmp/install/install.sh
14:23:18 [2021-06-10T14:23:18.177Z] #47 6.881 + dir=/tmp/install
14:23:18 [2021-06-10T14:23:18.177Z] #47 6.881 + bin=gotestsum
14:23:18 [2021-06-10T14:23:18.177Z] #47 6.881 + shift
14:23:18 [2021-06-10T14:23:18.177Z] #47 6.881 + '[' '!' -f /tmp/install/gotestsum.installer ']'
14:23:18 [2021-06-10T14:23:18.177Z] #47 6.881 + . /tmp/install/gotestsum.installer
14:23:18 [2021-06-10T14:23:18.177Z] #47 6.881 ++ : v0.5.3
14:23:18 [2021-06-10T14:23:18.177Z] #47 6.881 + install_gotestsum
14:23:18 [2021-06-10T14:23:18.177Z] #47 6.881 + set -e
14:23:18 [2021-06-10T14:23:18.177Z] #47 6.881 + export GO111MODULE=on
14:23:18 [2021-06-10T14:23:18.177Z] #47 6.881 + GO111MODULE=on
14:23:18 [2021-06-10T14:23:18.177Z] #47 6.881 + GOBIN=/build
14:23:18 [2021-06-10T14:23:18.177Z] #47 6.881 + go get gotest.tools/gotestsum@v0.5.3
14:23:18 [2021-06-10T14:23:18.177Z] #47 6.881 go: finding gotest.tools v0.5.3
14:23:18 [2021-06-10T14:23:18.177Z] #47 6.883 go: finding gotest.tools/gotestsum v0.5.3
14:23:18 [2021-06-10T14:23:18.177Z] #47 7.791 go: downloading gotest.tools/gotestsum v0.5.3
14:23:18 [2021-06-10T14:23:18.177Z] #47 8.329 go: extracting gotest.tools/gotestsum v0.5.3
14:23:18 [2021-06-10T14:23:18.177Z] #47 9.428 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
14:23:18 [2021-06-10T14:23:18.177Z] #47 9.428 go: downloading github.com/fatih/color v1.9.0
14:23:18 [2021-06-10T14:23:18.177Z] #47 9.501 go: downloading github.com/spf13/pflag v1.0.3
14:23:18 [2021-06-10T14:23:18.177Z] #47 9.644 go: downloading github.com/pkg/errors v0.9.1
14:23:18 [2021-06-10T14:23:18.177Z] #47 9.741 go: extracting github.com/fatih/color v1.9.0
14:23:18 [2021-06-10T14:23:18.177Z] #47 9.741 go: downloading github.com/mattn/go-isatty v0.0.12
14:23:18 [2021-06-10T14:23:18.177Z] #47 9.840 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
14:23:18 [2021-06-10T14:23:18.177Z] #47 9.840 go: downloading github.com/mattn/go-colorable v0.1.6
14:23:18 [2021-06-10T14:23:18.177Z] #47 9.904 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
14:23:18 [2021-06-10T14:23:18.177Z] #47 10.00 go: extracting github.com/mattn/go-isatty v0.0.12
14:23:18 [2021-06-10T14:23:18.177Z] #47 10.04 go: downloading github.com/jonboulle/clockwork v0.1.0
14:23:18 [2021-06-10T14:23:18.177Z] #47 10.04 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
14:23:18 [2021-06-10T14:23:18.177Z] #47 10.08 go: extracting github.com/pkg/errors v0.9.1
14:23:18 [2021-06-10T14:23:18.177Z] #47 10.16 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
14:23:18 [2021-06-10T14:23:18.177Z] #47 10.21 go: extracting github.com/spf13/pflag v1.0.3
14:23:18 [2021-06-10T14:23:18.177Z] #47 10.25 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
14:23:18 [2021-06-10T14:23:18.177Z] #47 ...
14:23:18 [2021-06-10T14:23:18.177Z] 
14:23:18 [2021-06-10T14:23:18.177Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
14:23:18 [2021-06-10T14:23:18.177Z] #67 sha256:efb723cc23527a93d97c6db3ba2d85df2928f6cbac8a777f84a18c699749696a
14:23:18 [2021-06-10T14:23:18.177Z] #67 5.359 + RM_GOPATH=0
14:23:18 [2021-06-10T14:23:18.177Z] #67 5.359 + TMP_GOPATH=
14:23:18 [2021-06-10T14:23:18.177Z] #67 5.359 + : /build
14:23:18 [2021-06-10T14:23:18.177Z] #67 5.359 + '[' -z '' ']'
14:23:18 [2021-06-10T14:23:18.177Z] #67 5.363 ++ mktemp -d
14:23:18 [2021-06-10T14:23:18.177Z] #67 5.363 + export GOPATH=/tmp/tmp.qLfMTclh8s
14:23:18 [2021-06-10T14:23:18.177Z] #67 5.363 + GOPATH=/tmp/tmp.qLfMTclh8s
14:23:18 [2021-06-10T14:23:18.177Z] #67 5.363 + RM_GOPATH=1
14:23:18 [2021-06-10T14:23:18.177Z] #67 5.363 + case "$(go env GOARCH)" in
14:23:18 [2021-06-10T14:23:18.177Z] #67 5.363 ++ go env GOARCH
14:23:18 [2021-06-10T14:23:18.177Z] #67 5.376 + export GO_BUILDMODE=-buildmode=pie
14:23:18 [2021-06-10T14:23:18.177Z] #67 5.376 + GO_BUILDMODE=-buildmode=pie
14:23:18 [2021-06-10T14:23:18.177Z] #67 5.376 ++ dirname /tmp/install/install.sh
14:23:18 [2021-06-10T14:23:18.177Z] #67 5.385 + dir=/tmp/install
14:23:18 [2021-06-10T14:23:18.177Z] #67 5.385 + bin=proxy
14:23:18 [2021-06-10T14:23:18.177Z] #67 5.385 + shift
14:23:18 [2021-06-10T14:23:18.177Z] #67 5.385 + '[' '!' -f /tmp/install/proxy.installer ']'
14:23:18 [2021-06-10T14:23:18.177Z] #67 5.385 + . /tmp/install/proxy.installer
14:23:18 [2021-06-10T14:23:18.177Z] #67 5.385 ++ : 64b7a4574d1426139437d20e81c0b6d391130ec8
14:23:18 [2021-06-10T14:23:18.177Z] #67 5.385 + install_proxy
14:23:18 [2021-06-10T14:23:18.177Z] #67 5.385 + case "$1" in
14:23:18 [2021-06-10T14:23:18.177Z] #67 5.385 + export CGO_ENABLED=0
14:23:18 [2021-06-10T14:23:18.177Z] #67 5.385 + CGO_ENABLED=0
14:23:18 [2021-06-10T14:23:18.177Z] #67 5.385 + _install_proxy
14:23:18 [2021-06-10T14:23:18.177Z] #67 5.385 + echo 'Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8'
14:23:18 [2021-06-10T14:23:18.177Z] #67 5.385 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.qLfMTclh8s/src/github.com/docker/libnetwork
14:23:18 [2021-06-10T14:23:18.177Z] #67 5.385 Cloning into '/tmp/tmp.qLfMTclh8s/src/github.com/docker/libnetwork'...
14:23:18 [2021-06-10T14:23:18.177Z] #67 5.385 Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8
14:23:18 [2021-06-10T14:23:18.394Z] #13 54.14 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ...
14:23:18 [2021-06-10T14:23:18.394Z] #13 ...
14:23:18 [2021-06-10T14:23:18.394Z] 
14:23:18 [2021-06-10T14:23:18.394Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
14:23:18 [2021-06-10T14:23:18.394Z] #51 sha256:8db57eefe16a7ab00f092838df8e48b674e35662ebdf2da1df4e3ed00939706f
14:23:18 [2021-06-10T14:23:18.394Z] #51 57.63 time
14:23:18 [2021-06-10T14:23:18.435Z] #67 ...
14:23:18 [2021-06-10T14:23:18.435Z] 
14:23:18 [2021-06-10T14:23:18.435Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
14:23:18 [2021-06-10T14:23:18.435Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
14:23:18 [2021-06-10T14:23:18.435Z] #55 5.813 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
14:23:18 [2021-06-10T14:23:18.435Z] #55 5.826 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
14:23:18 [2021-06-10T14:23:18.435Z] #55 5.826 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
14:23:18 [2021-06-10T14:23:18.435Z] #55 6.410 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
14:23:18 [2021-06-10T14:23:18.435Z] #55 8.268 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB]
14:23:18 [2021-06-10T14:23:18.435Z] #55 ...
14:23:18 [2021-06-10T14:23:18.435Z] 
14:23:18 [2021-06-10T14:23:18.435Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:23:18 [2021-06-10T14:23:18.435Z] #45 sha256:9c2594a10bf51cf229550215f6c8f4e21f529ca0adeb1d37afd998bc86f768ee
14:23:18 [2021-06-10T14:23:18.435Z] #45 6.874 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
14:23:18 [2021-06-10T14:23:18.435Z] #45 6.882 + RM_GOPATH=0
14:23:18 [2021-06-10T14:23:18.435Z] #45 6.882 + TMP_GOPATH=
14:23:18 [2021-06-10T14:23:18.435Z] #45 6.882 + : /build
14:23:18 [2021-06-10T14:23:18.435Z] #45 6.882 + '[' -z '' ']'
14:23:18 [2021-06-10T14:23:18.435Z] #45 6.882 ++ mktemp -d
14:23:18 [2021-06-10T14:23:18.435Z] #45 6.882 + export GOPATH=/tmp/tmp.FAtWBAjmSC
14:23:18 [2021-06-10T14:23:18.435Z] #45 6.882 + GOPATH=/tmp/tmp.FAtWBAjmSC
14:23:18 [2021-06-10T14:23:18.435Z] #45 6.882 + RM_GOPATH=1
14:23:18 [2021-06-10T14:23:18.435Z] #45 6.882 + case "$(go env GOARCH)" in
14:23:18 [2021-06-10T14:23:18.435Z] #45 6.882 ++ go env GOARCH
14:23:18 [2021-06-10T14:23:18.435Z] #45 6.882 + export GO_BUILDMODE=-buildmode=pie
14:23:18 [2021-06-10T14:23:18.435Z] #45 6.882 + GO_BUILDMODE=-buildmode=pie
14:23:18 [2021-06-10T14:23:18.435Z] #45 6.882 ++ dirname /tmp/install/install.sh
14:23:18 [2021-06-10T14:23:18.435Z] #45 6.882 + dir=/tmp/install
14:23:18 [2021-06-10T14:23:18.435Z] #45 6.882 + bin=vndr
14:23:18 [2021-06-10T14:23:18.435Z] #45 6.882 + shift
14:23:18 [2021-06-10T14:23:18.435Z] #45 6.882 + '[' '!' -f /tmp/install/vndr.installer ']'
14:23:18 [2021-06-10T14:23:18.435Z] #45 6.882 + . /tmp/install/vndr.installer
14:23:18 [2021-06-10T14:23:18.435Z] #45 6.882 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
14:23:18 [2021-06-10T14:23:18.435Z] #45 6.882 + install_vndr
14:23:18 [2021-06-10T14:23:18.435Z] #45 6.882 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
14:23:18 [2021-06-10T14:23:18.435Z] #45 6.882 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.FAtWBAjmSC/src/github.com/LK4D4/vndr
14:23:18 [2021-06-10T14:23:18.435Z] #45 6.882 Cloning into '/tmp/tmp.FAtWBAjmSC/src/github.com/LK4D4/vndr'...
14:23:18 [2021-06-10T14:23:18.435Z] #45 7.645 + cd /tmp/tmp.FAtWBAjmSC/src/github.com/LK4D4/vndr
14:23:18 [2021-06-10T14:23:18.435Z] #45 7.645 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
14:23:18 [2021-06-10T14:23:18.435Z] #45 7.665 + go build -buildmode=pie -v -o /build/vndr .
14:23:18 [2021-06-10T14:23:18.435Z] #45 9.009 runtime/internal/atomic
14:23:18 [2021-06-10T14:23:18.435Z] #45 9.030 internal/cpu
14:23:18 [2021-06-10T14:23:18.435Z] #45 9.320 runtime/internal/sys
14:23:18 [2021-06-10T14:23:18.435Z] #45 9.674 internal/race
14:23:18 [2021-06-10T14:23:18.435Z] #45 9.810 sync/atomic
14:23:18 [2021-06-10T14:23:18.435Z] #45 9.810 internal/bytealg
14:23:18 [2021-06-10T14:23:18.435Z] #45 10.16 unicode
14:23:18 [2021-06-10T14:23:18.435Z] #45 10.65 runtime
14:23:18 [2021-06-10T14:23:18.734Z] #45 ...
14:23:18 [2021-06-10T14:23:18.734Z] 
14:23:18 [2021-06-10T14:23:18.734Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
14:23:18 [2021-06-10T14:23:18.734Z] #34 sha256:ebb13e91098140a128f6273462c56855a67930413fd6c41cb1548ffef983365f
14:23:18 [2021-06-10T14:23:18.734Z] #34 6.745 + RM_GOPATH=0
14:23:18 [2021-06-10T14:23:18.734Z] #34 6.745 + TMP_GOPATH=
14:23:18 [2021-06-10T14:23:18.734Z] #34 6.745 + : /build
14:23:18 [2021-06-10T14:23:18.735Z] #34 6.745 + '[' -z '' ']'
14:23:18 [2021-06-10T14:23:18.735Z] #34 6.746 ++ mktemp -d
14:23:18 [2021-06-10T14:23:18.735Z] #34 6.748 + export GOPATH=/tmp/tmp.mVe2JHADpC
14:23:18 [2021-06-10T14:23:18.735Z] #34 6.748 + GOPATH=/tmp/tmp.mVe2JHADpC
14:23:18 [2021-06-10T14:23:18.735Z] #34 6.748 + RM_GOPATH=1
14:23:18 [2021-06-10T14:23:18.735Z] #34 6.748 + case "$(go env GOARCH)" in
14:23:18 [2021-06-10T14:23:18.735Z] #34 6.750 ++ go env GOARCH
14:23:18 [2021-06-10T14:23:18.735Z] #34 6.777 + export GO_BUILDMODE=-buildmode=pie
14:23:18 [2021-06-10T14:23:18.735Z] #34 6.777 + GO_BUILDMODE=-buildmode=pie
14:23:18 [2021-06-10T14:23:18.735Z] #34 6.777 ++ dirname /tmp/install/install.sh
14:23:18 [2021-06-10T14:23:18.735Z] #34 6.777 + dir=/tmp/install
14:23:18 [2021-06-10T14:23:18.735Z] #34 6.777 + bin=tomlv
14:23:18 [2021-06-10T14:23:18.735Z] #34 6.777 + shift
14:23:18 [2021-06-10T14:23:18.735Z] #34 6.777 + '[' '!' -f /tmp/install/tomlv.installer ']'
14:23:18 [2021-06-10T14:23:18.735Z] #34 6.777 + . /tmp/install/tomlv.installer
14:23:18 [2021-06-10T14:23:18.735Z] #34 6.777 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
14:23:18 [2021-06-10T14:23:18.735Z] #34 6.777 + install_tomlv
14:23:18 [2021-06-10T14:23:18.735Z] #34 6.777 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
14:23:18 [2021-06-10T14:23:18.735Z] #34 6.777 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
14:23:18 [2021-06-10T14:23:18.735Z] #34 6.785 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.mVe2JHADpC/src/github.com/BurntSushi/toml
14:23:18 [2021-06-10T14:23:18.735Z] #34 6.789 Cloning into '/tmp/tmp.mVe2JHADpC/src/github.com/BurntSushi/toml'...
14:23:18 [2021-06-10T14:23:18.735Z] #34 7.992 + cd /tmp/tmp.mVe2JHADpC/src/github.com/BurntSushi/toml
14:23:18 [2021-06-10T14:23:18.735Z] #34 7.992 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
14:23:18 [2021-06-10T14:23:18.735Z] #34 8.029 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
14:23:18 [2021-06-10T14:23:18.735Z] #34 8.869 runtime/internal/atomic
14:23:18 [2021-06-10T14:23:18.735Z] #34 8.869 internal/cpu
14:23:18 [2021-06-10T14:23:18.735Z] #34 9.208 runtime/internal/sys
14:23:18 [2021-06-10T14:23:18.735Z] #34 9.387 runtime/internal/math
14:23:18 [2021-06-10T14:23:18.735Z] #34 9.523 math/bits
14:23:18 [2021-06-10T14:23:18.735Z] #34 9.523 internal/bytealg
14:23:18 [2021-06-10T14:23:18.735Z] #34 10.24 math
14:23:18 [2021-06-10T14:23:18.735Z] #34 10.45 runtime
14:23:18 [2021-06-10T14:23:18.735Z] #34 ...
14:23:18 [2021-06-10T14:23:18.735Z] 
14:23:18 [2021-06-10T14:23:18.735Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
14:23:18 [2021-06-10T14:23:18.735Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
14:23:18 [2021-06-10T14:23:18.735Z] #36 6.065 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
14:23:18 [2021-06-10T14:23:18.735Z] #36 6.081 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
14:23:18 [2021-06-10T14:23:18.735Z] #36 6.081 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
14:23:18 [2021-06-10T14:23:18.735Z] #36 6.873 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
14:23:18 [2021-06-10T14:23:18.735Z] #36 8.885 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB]
14:23:18 [2021-06-10T14:23:18.735Z] #36 ...
14:23:18 [2021-06-10T14:23:18.735Z] 
14:23:18 [2021-06-10T14:23:18.735Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
14:23:18 [2021-06-10T14:23:18.735Z] #49 sha256:59cd0ca8ffee84499b47f64e1b196178c61679620e9707b0cf49ebca22fe801a
14:23:18 [2021-06-10T14:23:18.735Z] #49 5.623 + RM_GOPATH=0
14:23:18 [2021-06-10T14:23:18.735Z] #49 5.623 + TMP_GOPATH=
14:23:18 [2021-06-10T14:23:18.735Z] #49 5.623 + : /build
14:23:18 [2021-06-10T14:23:18.735Z] #49 5.623 + '[' -z '' ']'
14:23:18 [2021-06-10T14:23:18.735Z] #49 5.623 ++ mktemp -d
14:23:18 [2021-06-10T14:23:18.735Z] #49 5.657 + export GOPATH=/tmp/tmp.DYbukxLFzo
14:23:18 [2021-06-10T14:23:18.735Z] #49 5.657 + GOPATH=/tmp/tmp.DYbukxLFzo
14:23:18 [2021-06-10T14:23:18.735Z] #49 5.657 + RM_GOPATH=1
14:23:18 [2021-06-10T14:23:18.735Z] #49 5.657 + case "$(go env GOARCH)" in
14:23:18 [2021-06-10T14:23:18.735Z] #49 5.657 ++ go env GOARCH
14:23:18 [2021-06-10T14:23:18.735Z] #49 5.661 + export GO_BUILDMODE=-buildmode=pie
14:23:18 [2021-06-10T14:23:18.735Z] #49 5.661 + GO_BUILDMODE=-buildmode=pie
14:23:18 [2021-06-10T14:23:18.735Z] #49 5.661 ++ dirname /tmp/install/install.sh
14:23:18 [2021-06-10T14:23:18.735Z] #49 5.710 + dir=/tmp/install
14:23:18 [2021-06-10T14:23:18.735Z] #49 5.710 + bin=golangci_lint
14:23:18 [2021-06-10T14:23:18.735Z] #49 5.710 + shift
14:23:18 [2021-06-10T14:23:18.735Z] #49 5.710 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
14:23:18 [2021-06-10T14:23:18.735Z] #49 5.710 + . /tmp/install/golangci_lint.installer
14:23:18 [2021-06-10T14:23:18.735Z] #49 5.710 ++ : v1.23.8
14:23:18 [2021-06-10T14:23:18.735Z] #49 5.710 + install_golangci_lint
14:23:18 [2021-06-10T14:23:18.735Z] #49 5.710 + set -e
14:23:18 [2021-06-10T14:23:18.735Z] #49 5.710 + export GO111MODULE=on
14:23:18 [2021-06-10T14:23:18.735Z] #49 5.710 + GO111MODULE=on
14:23:18 [2021-06-10T14:23:18.735Z] #49 5.710 + GOBIN=/build
14:23:18 [2021-06-10T14:23:18.735Z] #49 5.710 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
14:23:18 [2021-06-10T14:23:18.735Z] #49 5.710 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
14:23:18 [2021-06-10T14:23:18.735Z] #49 5.714 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
14:23:18 [2021-06-10T14:23:18.735Z] #49 5.714 go: finding github.com v1.23.8
14:23:18 [2021-06-10T14:23:18.735Z] #49 5.714 go: finding github.com/golangci/golangci-lint v1.23.8
14:23:18 [2021-06-10T14:23:18.735Z] #49 5.714 go: finding github.com/golangci v1.23.8
14:23:18 [2021-06-10T14:23:18.735Z] #49 6.472 go: downloading github.com/golangci/golangci-lint v1.23.8
14:23:18 [2021-06-10T14:23:18.735Z] #49 7.134 go: extracting github.com/golangci/golangci-lint v1.23.8
14:23:18 [2021-06-10T14:23:18.994Z] #49 ...
14:23:18 [2021-06-10T14:23:18.994Z] 
14:23:18 [2021-06-10T14:23:18.994Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
14:23:18 [2021-06-10T14:23:18.994Z] #51 sha256:d3933c6381a39303c1b4be9ff8f6e580af4864a6f8d2ca329ab610777c4e8b33
14:23:18 [2021-06-10T14:23:18.994Z] #51 5.246 + RM_GOPATH=0
14:23:18 [2021-06-10T14:23:18.994Z] #51 5.246 + TMP_GOPATH=
14:23:18 [2021-06-10T14:23:18.994Z] #51 5.246 + : /build
14:23:18 [2021-06-10T14:23:18.994Z] #51 5.246 + '[' -z '' ']'
14:23:18 [2021-06-10T14:23:18.994Z] #51 5.248 ++ mktemp -d
14:23:18 [2021-06-10T14:23:18.994Z] #51 5.249 + export GOPATH=/tmp/tmp.BM6NbwmMB6
14:23:18 [2021-06-10T14:23:18.994Z] #51 5.249 + GOPATH=/tmp/tmp.BM6NbwmMB6
14:23:18 [2021-06-10T14:23:18.994Z] #51 5.249 + RM_GOPATH=1
14:23:18 [2021-06-10T14:23:18.994Z] #51 5.249 + case "$(go env GOARCH)" in
14:23:18 [2021-06-10T14:23:18.994Z] #51 5.250 ++ go env GOARCH
14:23:18 [2021-06-10T14:23:18.994Z] #51 5.258 + export GO_BUILDMODE=-buildmode=pie
14:23:18 [2021-06-10T14:23:18.994Z] #51 5.258 + GO_BUILDMODE=-buildmode=pie
14:23:18 [2021-06-10T14:23:18.994Z] #51 5.258 ++ dirname /tmp/install/install.sh
14:23:18 [2021-06-10T14:23:18.994Z] #51 5.258 + dir=/tmp/install
14:23:18 [2021-06-10T14:23:18.994Z] #51 5.258 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
14:23:18 [2021-06-10T14:23:18.994Z] #51 5.259 + bin=shfmt
14:23:18 [2021-06-10T14:23:18.994Z] #51 5.259 + shift
14:23:18 [2021-06-10T14:23:18.994Z] #51 5.259 + '[' '!' -f /tmp/install/shfmt.installer ']'
14:23:18 [2021-06-10T14:23:18.994Z] #51 5.259 + . /tmp/install/shfmt.installer
14:23:18 [2021-06-10T14:23:18.994Z] #51 5.259 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
14:23:18 [2021-06-10T14:23:18.994Z] #51 5.259 + install_shfmt
14:23:18 [2021-06-10T14:23:18.994Z] #51 5.259 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
14:23:18 [2021-06-10T14:23:18.994Z] #51 5.259 + git clone https://github.com/mvdan/sh.git /tmp/tmp.BM6NbwmMB6/src/github.com/mvdan/sh
14:23:18 [2021-06-10T14:23:18.994Z] #51 5.268 Cloning into '/tmp/tmp.BM6NbwmMB6/src/github.com/mvdan/sh'...
14:23:18 [2021-06-10T14:23:18.994Z] #51 ...
14:23:18 [2021-06-10T14:23:18.994Z] 
14:23:18 [2021-06-10T14:23:18.994Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
14:23:18 [2021-06-10T14:23:18.994Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
14:23:18 [2021-06-10T14:23:18.994Z] #40 7.714 + git clone https://github.com/docker/distribution.git .
14:23:18 [2021-06-10T14:23:18.994Z] #40 7.722 Cloning into '.'...
14:23:19 [2021-06-10T14:23:19.050Z] #13 ...
14:23:19 [2021-06-10T14:23:19.050Z] 
14:23:19 [2021-06-10T14:23:19.050Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
14:23:19 [2021-06-10T14:23:19.050Z] #34 sha256:00449d226417ac760e4e1e642825d8640326c5252cdf5ad83f1bbd6ede0837a1
14:23:19 [2021-06-10T14:23:19.050Z] #34 60.83 internal/fmtsort
14:23:19 [2021-06-10T14:23:19.050Z] #34 61.90 strings
14:23:19 [2021-06-10T14:23:19.050Z] #34 63.83 fmt
14:23:19 [2021-06-10T14:23:19.050Z] #34 64.92 path/filepath
14:23:19 [2021-06-10T14:23:19.050Z] #34 66.55 io/ioutil
14:23:19 [2021-06-10T14:23:19.050Z] #34 67.71 path
14:23:19 [2021-06-10T14:23:19.050Z] #34 68.25 text/tabwriter
14:23:19 [2021-06-10T14:23:19.050Z] #34 69.21 github.com/BurntSushi/toml
14:23:19 [2021-06-10T14:23:19.050Z] #34 69.22 flag
14:23:19 [2021-06-10T14:23:19.253Z] #40 ...
14:23:19 [2021-06-10T14:23:19.253Z] 
14:23:19 [2021-06-10T14:23:19.253Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
14:23:19 [2021-06-10T14:23:19.253Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
14:23:19 [2021-06-10T14:23:19.253Z] #42 5.292 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
14:23:19 [2021-06-10T14:23:19.253Z] #42 5.301 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
14:23:19 [2021-06-10T14:23:19.253Z] #42 5.301 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
14:23:19 [2021-06-10T14:23:19.253Z] #42 5.782 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
14:23:19 [2021-06-10T14:23:19.253Z] #42 6.874 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB]
14:23:19 [2021-06-10T14:23:19.253Z] #42 9.009 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
14:23:19 [2021-06-10T14:23:19.307Z] #34 ...
14:23:19 [2021-06-10T14:23:19.307Z] 
14:23:19 [2021-06-10T14:23:19.307Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
14:23:19 [2021-06-10T14:23:19.307Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
14:23:19 [2021-06-10T14:23:19.307Z] #42 70.29 Setting up libnl-3-dev:amd64 (3.4.0-1) ...
14:23:19 [2021-06-10T14:23:19.307Z] #42 70.31 Processing triggers for libc-bin (2.28-10) ...
14:23:19 [2021-06-10T14:23:19.307Z] #42 DONE 71.0s
14:23:19 [2021-06-10T14:23:19.307Z] 
14:23:19 [2021-06-10T14:23:19.307Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
14:23:19 [2021-06-10T14:23:19.307Z] #34 sha256:00449d226417ac760e4e1e642825d8640326c5252cdf5ad83f1bbd6ede0837a1
14:23:19 [2021-06-10T14:23:19.307Z] #34 70.88 log
14:23:19 [2021-06-10T14:23:19.307Z] #34 ...
14:23:19 [2021-06-10T14:23:19.307Z] 
14:23:19 [2021-06-10T14:23:19.307Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:23:19 [2021-06-10T14:23:19.307Z] #45 sha256:c68427fdde4486e6953a83e7abbfb70bf4899bddbd16f59fe7daae979cc488f0
14:23:19 [2021-06-10T14:23:19.307Z] #45 70.93 regexp
14:23:19 [2021-06-10T14:23:19.514Z] #42 ...
14:23:19 [2021-06-10T14:23:19.514Z] 
14:23:19 [2021-06-10T14:23:19.514Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:23:19 [2021-06-10T14:23:19.514Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:23:19 [2021-06-10T14:23:19.514Z] #13 7.610 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
14:23:19 [2021-06-10T14:23:19.514Z] #13 7.638 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
14:23:19 [2021-06-10T14:23:19.514Z] #13 7.698 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
14:23:19 [2021-06-10T14:23:19.514Z] #13 7.722 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
14:23:19 [2021-06-10T14:23:19.776Z] #51 ...
14:23:19 [2021-06-10T14:23:19.776Z] 
14:23:19 [2021-06-10T14:23:19.776Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
14:23:19 [2021-06-10T14:23:19.776Z] #47 sha256:ac3c36365477004a778124a5be022d62381fa02331dea2fbd28fead177b8c021
14:23:19 [2021-06-10T14:23:19.776Z] #47 DONE 58.7s
14:23:19 [2021-06-10T14:23:19.776Z] 
14:23:19 [2021-06-10T14:23:19.776Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:23:19 [2021-06-10T14:23:19.776Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:23:19 [2021-06-10T14:23:19.776Z] #13 55.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 ... 15410 files and directories currently installed.)
14:23:19 [2021-06-10T14:23:19.776Z] #13 55.06 Preparing to unpack .../libudev1_241-7~deb10u7_amd64.deb ...
14:23:19 [2021-06-10T14:23:19.776Z] #13 55.49 Unpacking libudev1:amd64 (241-7~deb10u7) over (241-7~deb10u4) ...
14:23:20 [2021-06-10T14:23:20.036Z] #13 56.02 Setting up libudev1:amd64 (241-7~deb10u7) ...
14:23:20 [2021-06-10T14:23:20.083Z] #13 8.950 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [479 kB]
14:23:20 [2021-06-10T14:23:20.605Z] #13 56.34 Selecting previously unselected package binutils-mingw-w64-i686.
14:23:20 [2021-06-10T14:23:20.605Z] #13 56.34 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
14:23:20 [2021-06-10T14:23:20.605Z] #13 56.49 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
14:23:20 [2021-06-10T14:23:20.605Z] #13 56.53 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
14:23:20 [2021-06-10T14:23:20.682Z] #45 72.20 go/token
14:23:21 [2021-06-10T14:23:21.097Z] #32 ...
14:23:21 [2021-06-10T14:23:21.097Z] 
14:23:21 [2021-06-10T14:23:21.097Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:23:21 [2021-06-10T14:23:21.097Z] #45 sha256:770eca950a2ba38bb61271a0b7972836e7f5fb7a18ce6ace5a86e3fba3afcec7
14:23:21 [2021-06-10T14:23:21.097Z] #45 55.92 time
14:23:21 [2021-06-10T14:23:21.174Z] #13 ...
14:23:21 [2021-06-10T14:23:21.174Z] 
14:23:21 [2021-06-10T14:23:21.174Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
14:23:21 [2021-06-10T14:23:21.174Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
14:23:21 [2021-06-10T14:23:21.174Z] #36 50.27 Selecting previously unselected package libicu63:amd64.
14:23:21 [2021-06-10T14:23:21.174Z] #36 50.29 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
14:23:21 [2021-06-10T14:23:21.174Z] #36 50.31 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
14:23:21 [2021-06-10T14:23:21.174Z] #36 57.48 Selecting previously unselected package libxml2:amd64.
14:23:21 [2021-06-10T14:23:21.174Z] #36 57.48 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ...
14:23:21 [2021-06-10T14:23:21.174Z] #36 57.50 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
14:23:21 [2021-06-10T14:23:21.174Z] #36 58.63 Selecting previously unselected package libarchive13:amd64.
14:23:21 [2021-06-10T14:23:21.174Z] #36 58.63 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
14:23:21 [2021-06-10T14:23:21.174Z] #36 58.72 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
14:23:21 [2021-06-10T14:23:21.174Z] #36 59.27 Selecting previously unselected package libjsoncpp1:amd64.
14:23:21 [2021-06-10T14:23:21.174Z] #36 59.29 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
14:23:21 [2021-06-10T14:23:21.174Z] #36 59.33 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
14:23:21 [2021-06-10T14:23:21.174Z] #36 59.70 Selecting previously unselected package librhash0:amd64.
14:23:21 [2021-06-10T14:23:21.174Z] #36 59.71 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
14:23:21 [2021-06-10T14:23:21.174Z] #36 59.75 Unpacking librhash0:amd64 (1.3.8-1) ...
14:23:21 [2021-06-10T14:23:21.174Z] #36 60.25 Selecting previously unselected package libuv1:amd64.
14:23:21 [2021-06-10T14:23:21.174Z] #36 60.25 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ...
14:23:21 [2021-06-10T14:23:21.174Z] #36 60.32 Unpacking libuv1:amd64 (1.24.1-1) ...
14:23:21 [2021-06-10T14:23:21.356Z] #45 ...
14:23:21 [2021-06-10T14:23:21.356Z] 
14:23:21 [2021-06-10T14:23:21.356Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
14:23:21 [2021-06-10T14:23:21.356Z] #56 sha256:526598784bff1b49e5c50692f32d1c552db1a5bcd0e15ce75168f150a8d402dd
14:23:21 [2021-06-10T14:23:21.356Z] #56 1.204 + RM_GOPATH=0
14:23:21 [2021-06-10T14:23:21.356Z] #56 1.204 + TMP_GOPATH=
14:23:21 [2021-06-10T14:23:21.356Z] #56 1.218 + : /build
14:23:21 [2021-06-10T14:23:21.356Z] #56 1.219 + '[' -z '' ']'
14:23:21 [2021-06-10T14:23:21.356Z] #56 1.229 ++ mktemp -d
14:23:21 [2021-06-10T14:23:21.356Z] #56 1.231 + export GOPATH=/tmp/tmp.t0BcnV3392
14:23:21 [2021-06-10T14:23:21.356Z] #56 1.231 + GOPATH=/tmp/tmp.t0BcnV3392
14:23:21 [2021-06-10T14:23:21.356Z] #56 1.231 + RM_GOPATH=1
14:23:21 [2021-06-10T14:23:21.356Z] #56 1.231 + case "$(go env GOARCH)" in
14:23:21 [2021-06-10T14:23:21.356Z] #56 1.232 ++ go env GOARCH
14:23:21 [2021-06-10T14:23:21.356Z] #56 1.240 + export GO_BUILDMODE=-buildmode=pie
14:23:21 [2021-06-10T14:23:21.356Z] #56 1.240 + GO_BUILDMODE=-buildmode=pie
14:23:21 [2021-06-10T14:23:21.356Z] #56 1.240 ++ dirname /tmp/install/install.sh
14:23:21 [2021-06-10T14:23:21.356Z] #56 1.250 + dir=/tmp/install
14:23:21 [2021-06-10T14:23:21.356Z] #56 1.250 + bin=containerd
14:23:21 [2021-06-10T14:23:21.356Z] #56 1.250 + shift
14:23:21 [2021-06-10T14:23:21.356Z] #56 1.250 + '[' '!' -f /tmp/install/containerd.installer ']'
14:23:21 [2021-06-10T14:23:21.356Z] #56 1.250 + . /tmp/install/containerd.installer
14:23:21 [2021-06-10T14:23:21.356Z] #56 1.251 ++ set -e
14:23:21 [2021-06-10T14:23:21.356Z] #56 1.251 ++ : d71fcd7d8303cbf684402823e425e9dd2e99285d
14:23:21 [2021-06-10T14:23:21.356Z] #56 1.252 + install_containerd
14:23:21 [2021-06-10T14:23:21.356Z] #56 1.253 + echo 'Install containerd version d71fcd7d8303cbf684402823e425e9dd2e99285d'
14:23:21 [2021-06-10T14:23:21.356Z] #56 1.253 + git clone https://github.com/containerd/containerd.git /tmp/tmp.t0BcnV3392/src/github.com/containerd/containerd
14:23:21 [2021-06-10T14:23:21.356Z] #56 1.253 Install containerd version d71fcd7d8303cbf684402823e425e9dd2e99285d
14:23:21 [2021-06-10T14:23:21.356Z] #56 1.256 Cloning into '/tmp/tmp.t0BcnV3392/src/github.com/containerd/containerd'...
14:23:21 [2021-06-10T14:23:21.356Z] #56 ...
14:23:21 [2021-06-10T14:23:21.356Z] 
14:23:21 [2021-06-10T14:23:21.356Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:23:21 [2021-06-10T14:23:21.356Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:23:21 [2021-06-10T14:23:21.356Z] #13 48.60 Get:14 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]
14:23:21 [2021-06-10T14:23:21.356Z] #13 50.80 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
14:23:21 [2021-06-10T14:23:21.356Z] #13 50.80 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
14:23:21 [2021-06-10T14:23:21.356Z] #13 50.82 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
14:23:21 [2021-06-10T14:23:21.356Z] #13 50.83 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
14:23:21 [2021-06-10T14:23:21.356Z] #13 50.84 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB]
14:23:21 [2021-06-10T14:23:21.356Z] #13 50.84 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB]
14:23:21 [2021-06-10T14:23:21.356Z] #13 50.86 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
14:23:21 [2021-06-10T14:23:21.356Z] #13 50.89 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
14:23:21 [2021-06-10T14:23:21.356Z] #13 50.92 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
14:23:21 [2021-06-10T14:23:21.356Z] #13 50.94 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
14:23:21 [2021-06-10T14:23:21.356Z] #13 50.95 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
14:23:21 [2021-06-10T14:23:21.356Z] #13 51.02 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
14:23:21 [2021-06-10T14:23:21.356Z] #13 51.04 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
14:23:21 [2021-06-10T14:23:21.356Z] #13 51.05 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB]
14:23:21 [2021-06-10T14:23:21.356Z] #13 52.17 debconf: delaying package configuration, since apt-utils is not installed
14:23:21 [2021-06-10T14:23:21.356Z] #13 52.39 Fetched 78.2 MB in 7s (10.8 MB/s)
14:23:21 [2021-06-10T14:23:21.435Z] #36 60.49 Selecting previously unselected package cmake.
14:23:21 [2021-06-10T14:23:21.435Z] #36 ...
14:23:21 [2021-06-10T14:23:21.435Z] 
14:23:21 [2021-06-10T14:23:21.435Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
14:23:21 [2021-06-10T14:23:21.435Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
14:23:21 [2021-06-10T14:23:21.435Z] #42 50.46 Selecting previously unselected package protobuf-c-compiler.
14:23:21 [2021-06-10T14:23:21.435Z] #42 50.46 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ...
14:23:21 [2021-06-10T14:23:21.435Z] #42 50.50 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
14:23:21 [2021-06-10T14:23:21.435Z] #42 50.66 Selecting previously unselected package protobuf-compiler.
14:23:21 [2021-06-10T14:23:21.435Z] #42 50.67 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ...
14:23:21 [2021-06-10T14:23:21.435Z] #42 50.70 Unpacking protobuf-compiler (3.6.1.3-2) ...
14:23:21 [2021-06-10T14:23:21.435Z] #42 50.89 Selecting previously unselected package python-pkg-resources.
14:23:21 [2021-06-10T14:23:21.435Z] #42 50.91 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
14:23:21 [2021-06-10T14:23:21.435Z] #42 50.92 Unpacking python-pkg-resources (40.8.0-1) ...
14:23:21 [2021-06-10T14:23:21.435Z] #42 51.15 Selecting previously unselected package python-six.
14:23:21 [2021-06-10T14:23:21.435Z] #42 51.15 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
14:23:21 [2021-06-10T14:23:21.435Z] #42 51.19 Unpacking python-six (1.12.0-1) ...
14:23:21 [2021-06-10T14:23:21.435Z] #42 51.30 Selecting previously unselected package python-protobuf.
14:23:21 [2021-06-10T14:23:21.435Z] #42 51.30 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ...
14:23:21 [2021-06-10T14:23:21.435Z] #42 51.31 Unpacking python-protobuf (3.6.1.3-2) ...
14:23:21 [2021-06-10T14:23:21.435Z] #42 52.14 Setting up python-pkg-resources (40.8.0-1) ...
14:23:21 [2021-06-10T14:23:21.435Z] #42 57.27 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ...
14:23:21 [2021-06-10T14:23:21.435Z] #42 57.32 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
14:23:21 [2021-06-10T14:23:21.435Z] #42 57.34 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
14:23:21 [2021-06-10T14:23:21.435Z] #42 57.36 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
14:23:21 [2021-06-10T14:23:21.435Z] #42 57.38 Setting up python-six (1.12.0-1) ...
14:23:21 [2021-06-10T14:23:21.435Z] #42 ...
14:23:21 [2021-06-10T14:23:21.435Z] 
14:23:21 [2021-06-10T14:23:21.435Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
14:23:21 [2021-06-10T14:23:21.435Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
14:23:21 [2021-06-10T14:23:21.435Z] #36 60.51 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
14:23:21 [2021-06-10T14:23:21.435Z] #36 60.52 Unpacking cmake (3.13.4-1) ...
14:23:21 [2021-06-10T14:23:21.612Z] #45 73.07 go/scanner
14:23:21 [2021-06-10T14:23:21.615Z] #13 52.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.)
14:23:21 [2021-06-10T14:23:21.615Z] #13 52.60 Preparing to unpack .../libsystemd0_241-7~deb10u7_amd64.deb ...
14:23:21 [2021-06-10T14:23:21.615Z] #13 52.62 Unpacking libsystemd0:amd64 (241-7~deb10u7) over (241-7~deb10u4) ...
14:23:21 [2021-06-10T14:23:21.874Z] #13 53.07 Setting up libsystemd0:amd64 (241-7~deb10u7) ...
14:23:22 [2021-06-10T14:23:22.396Z] #13 53.31 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
14:23:22 [2021-06-10T14:23:22.396Z] #13 53.42 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ...
14:23:22 [2021-06-10T14:23:22.396Z] #13 53.45 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ...
14:23:22 [2021-06-10T14:23:22.543Z] #45 74.34 go/ast
14:23:22 [2021-06-10T14:23:22.655Z] #13 53.69 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ...
14:23:22 [2021-06-10T14:23:22.687Z] #13 11.59 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
14:23:22 [2021-06-10T14:23:22.915Z] #13 53.89 (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.)
14:23:22 [2021-06-10T14:23:22.915Z] #13 53.99 Preparing to unpack .../libudev1_241-7~deb10u7_amd64.deb ...
14:23:22 [2021-06-10T14:23:22.915Z] #13 54.01 Unpacking libudev1:amd64 (241-7~deb10u7) over (241-7~deb10u4) ...
14:23:23 [2021-06-10T14:23:23.191Z] #13 54.24 Setting up libudev1:amd64 (241-7~deb10u7) ...
14:23:23 [2021-06-10T14:23:23.398Z] #36 ...
14:23:23 [2021-06-10T14:23:23.398Z] 
14:23:23 [2021-06-10T14:23:23.398Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
14:23:23 [2021-06-10T14:23:23.398Z] #34 sha256:197c3de5ab27ce794fc93345d34e9ec4f1e42edd1718a2dbf32b7205d2b7770e
14:23:23 [2021-06-10T14:23:23.398Z] #34 52.52 time
14:23:23 [2021-06-10T14:23:23.398Z] #34 58.52 internal/poll
14:23:23 [2021-06-10T14:23:23.398Z] #34 59.17 internal/fmtsort
14:23:23 [2021-06-10T14:23:23.398Z] #34 60.06 internal/syscall/execenv
14:23:23 [2021-06-10T14:23:23.398Z] #34 60.22 internal/syscall/unix
14:23:23 [2021-06-10T14:23:23.398Z] #34 60.51 strings
14:23:23 [2021-06-10T14:23:23.398Z] #34 61.69 os
14:23:23 [2021-06-10T14:23:23.450Z] #13 54.56 Selecting previously unselected package binutils-mingw-w64-i686.
14:23:23 [2021-06-10T14:23:23.659Z] #34 ...
14:23:23 [2021-06-10T14:23:23.659Z] 
14:23:23 [2021-06-10T14:23:23.659Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
14:23:23 [2021-06-10T14:23:23.659Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
14:23:23 [2021-06-10T14:23:23.659Z] #42 62.30 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
14:23:23 [2021-06-10T14:23:23.659Z] #42 62.32 Setting up libnl-3-200:amd64 (3.4.0-1) ...
14:23:23 [2021-06-10T14:23:23.659Z] #42 62.36 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
14:23:23 [2021-06-10T14:23:23.659Z] #42 62.37 Setting up libcap-dev:amd64 (1:2.25-2) ...
14:23:23 [2021-06-10T14:23:23.659Z] #42 62.39 Setting up libprotoc17:amd64 (3.6.1.3-2) ...
14:23:23 [2021-06-10T14:23:23.659Z] #42 62.43 Setting up protobuf-compiler (3.6.1.3-2) ...
14:23:23 [2021-06-10T14:23:23.659Z] #42 62.46 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
14:23:23 [2021-06-10T14:23:23.659Z] #42 62.48 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ...
14:23:23 [2021-06-10T14:23:23.659Z] #42 62.50 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
14:23:23 [2021-06-10T14:23:23.659Z] #42 62.51 Setting up python-protobuf (3.6.1.3-2) ...
14:23:23 [2021-06-10T14:23:23.709Z] #13 54.56 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
#13 ...
14:23:23 [2021-06-10T14:23:23.709Z] 
14:23:23 [2021-06-10T14:23:23.709Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
14:23:23 [2021-06-10T14:23:23.709Z] #47 sha256:9be3bbdb68a3c71ed36622d0c9a540e4f54356ff9f54651013838be91a4bf3a1
14:23:23 [2021-06-10T14:23:23.709Z] #47 DONE 58.5s
14:23:23 [2021-06-10T14:23:23.709Z] 
14:23:23 [2021-06-10T14:23:23.709Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:23:23 [2021-06-10T14:23:23.709Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:23:23 [2021-06-10T14:23:23.709Z] #13 54.56 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
14:23:23 [2021-06-10T14:23:23.709Z] #13 54.66 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
14:23:23 [2021-06-10T14:23:23.709Z] #13 54.68 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
14:23:23 [2021-06-10T14:23:23.709Z] #13 ...
14:23:23 [2021-06-10T14:23:23.709Z] 
14:23:23 [2021-06-10T14:23:23.709Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
14:23:23 [2021-06-10T14:23:23.709Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
14:23:23 [2021-06-10T14:23:23.709Z] #42 51.78 Selecting previously unselected package protobuf-compiler.
14:23:23 [2021-06-10T14:23:23.709Z] #42 51.78 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ...
14:23:23 [2021-06-10T14:23:23.709Z] #42 51.78 Unpacking protobuf-compiler (3.6.1.3-2) ...
14:23:23 [2021-06-10T14:23:23.709Z] #42 51.97 Selecting previously unselected package python-pkg-resources.
14:23:23 [2021-06-10T14:23:23.709Z] #42 52.00 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
14:23:23 [2021-06-10T14:23:23.709Z] #42 52.01 Unpacking python-pkg-resources (40.8.0-1) ...
14:23:23 [2021-06-10T14:23:23.709Z] #42 52.27 Selecting previously unselected package python-six.
14:23:23 [2021-06-10T14:23:23.709Z] #42 52.28 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
14:23:23 [2021-06-10T14:23:23.709Z] #42 52.35 Unpacking python-six (1.12.0-1) ...
14:23:23 [2021-06-10T14:23:23.709Z] #42 52.44 Selecting previously unselected package python-protobuf.
14:23:23 [2021-06-10T14:23:23.709Z] #42 52.45 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ...
14:23:23 [2021-06-10T14:23:23.709Z] #42 52.45 Unpacking python-protobuf (3.6.1.3-2) ...
14:23:23 [2021-06-10T14:23:23.709Z] #42 53.18 Setting up python-pkg-resources (40.8.0-1) ...
14:23:23 [2021-06-10T14:23:23.709Z] #42 58.54 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ...
14:23:23 [2021-06-10T14:23:23.709Z] #42 58.58 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
14:23:23 [2021-06-10T14:23:23.709Z] #42 58.61 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
14:23:23 [2021-06-10T14:23:23.709Z] #42 58.64 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
14:23:23 [2021-06-10T14:23:23.912Z] #45 75.57 internal/lazyregexp
14:23:23 [2021-06-10T14:23:23.969Z] #42 58.67 Setting up python-six (1.12.0-1) ...
14:23:24 [2021-06-10T14:23:24.061Z] #13 ...
14:23:24 [2021-06-10T14:23:24.061Z] 
14:23:24 [2021-06-10T14:23:24.061Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
14:23:24 [2021-06-10T14:23:24.061Z] #49 sha256:59cd0ca8ffee84499b47f64e1b196178c61679620e9707b0cf49ebca22fe801a
14:23:24 [2021-06-10T14:23:24.061Z] #49 16.13 go: downloading github.com/pkg/errors v0.8.1
14:23:24 [2021-06-10T14:23:24.061Z] #49 16.13 go: downloading github.com/spf13/pflag v1.0.5
14:23:24 [2021-06-10T14:23:24.061Z] #49 16.23 go: downloading github.com/spf13/cobra v0.0.5
14:23:24 [2021-06-10T14:23:24.061Z] #49 16.26 go: downloading github.com/go-critic/go-critic v0.4.1
14:23:24 [2021-06-10T14:23:24.061Z] #49 16.26 go: downloading github.com/mitchellh/go-homedir v1.1.0
14:23:24 [2021-06-10T14:23:24.168Z] #45 75.92 net/url
14:23:24 [2021-06-10T14:23:24.319Z] #49 16.32 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
14:23:24 [2021-06-10T14:23:24.319Z] #49 16.32 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
14:23:24 [2021-06-10T14:23:24.319Z] #49 16.33 go: extracting github.com/pkg/errors v0.8.1
14:23:24 [2021-06-10T14:23:24.319Z] #49 16.37 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
14:23:24 [2021-06-10T14:23:24.319Z] #49 16.46 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
14:23:24 [2021-06-10T14:23:24.319Z] #49 16.46 go: downloading github.com/ultraware/whitespace v0.0.4
14:23:24 [2021-06-10T14:23:24.587Z] #49 16.57 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
14:23:24 [2021-06-10T14:23:24.587Z] #49 16.71 go: extracting github.com/mitchellh/go-homedir v1.1.0
14:23:24 [2021-06-10T14:23:24.587Z] #49 16.77 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
14:23:24 [2021-06-10T14:23:24.846Z] #49 16.89 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
14:23:24 [2021-06-10T14:23:24.846Z] #49 16.98 go: extracting github.com/spf13/pflag v1.0.5
14:23:25 [2021-06-10T14:23:25.101Z] #45 ...
14:23:25 [2021-06-10T14:23:25.101Z] 
14:23:25 [2021-06-10T14:23:25.101Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:23:25 [2021-06-10T14:23:25.101Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:23:25 [2021-06-10T14:23:25.101Z] #13 69.66 Selecting previously unselected package mingw-w64-x86-64-dev.
14:23:25 [2021-06-10T14:23:25.101Z] #13 69.68 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
14:23:25 [2021-06-10T14:23:25.101Z] #13 69.69 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
14:23:25 [2021-06-10T14:23:25.115Z] #49 17.38 go: extracting github.com/go-critic/go-critic v0.4.1
14:23:25 [2021-06-10T14:23:25.358Z] #13 ...
14:23:25 [2021-06-10T14:23:25.358Z] 
14:23:25 [2021-06-10T14:23:25.358Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
14:23:25 [2021-06-10T14:23:25.358Z] #37 sha256:c493d23d7b258aae96559cfbf8bcfb83775733467683f935b0b0514032a09efe
14:23:25 [2021-06-10T14:23:25.358Z] #37 2.629 -- The C compiler identification is GNU 8.3.0
14:23:25 [2021-06-10T14:23:25.358Z] #37 2.690 -- Check for working C compiler: /usr/bin/cc
14:23:25 [2021-06-10T14:23:25.358Z] #37 3.322 -- Check for working C compiler: /usr/bin/cc -- works
14:23:25 [2021-06-10T14:23:25.358Z] #37 3.323 -- Detecting C compiler ABI info
14:23:25 [2021-06-10T14:23:25.358Z] #37 4.082 -- Detecting C compiler ABI info - done
14:23:25 [2021-06-10T14:23:25.358Z] #37 4.133 -- Detecting C compile features
14:23:25 [2021-06-10T14:23:25.358Z] #37 6.688 -- Detecting C compile features - done
14:23:25 [2021-06-10T14:23:25.358Z] #37 6.722 -- Performing Test HAS_BUILTIN_FORTIFY
14:23:25 [2021-06-10T14:23:25.358Z] #37 6.952 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
14:23:25 [2021-06-10T14:23:25.358Z] #37 7.086 -- Configuring done
14:23:25 [2021-06-10T14:23:25.358Z] #37 7.109 -- Generating done
14:23:25 [2021-06-10T14:23:25.358Z] #37 7.117 -- Build files have been written to: /tmp/tmp.lDZyDiKe4Q/tini
14:23:25 [2021-06-10T14:23:25.358Z] #37 7.126 + make tini-static
14:23:25 [2021-06-10T14:23:25.358Z] #37 7.636 Scanning dependencies of target tini-static
14:23:25 [2021-06-10T14:23:25.358Z] #37 7.868 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
14:23:25 [2021-06-10T14:23:25.358Z] #37 9.172 [100%] Linking C executable tini-static
14:23:25 [2021-06-10T14:23:25.358Z] #37 9.759 [100%] Built target tini-static
14:23:25 [2021-06-10T14:23:25.358Z] #37 9.860 + mkdir -p /build
14:23:25 [2021-06-10T14:23:25.358Z] #37 9.864 + cp tini-static /build/docker-init
14:23:25 [2021-06-10T14:23:25.358Z] #37 DONE 10.3s
14:23:25 [2021-06-10T14:23:25.358Z] 
14:23:25 [2021-06-10T14:23:25.358Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:23:25 [2021-06-10T14:23:25.358Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:23:25 [2021-06-10T14:23:25.358Z] #43 2.389 Note: Building without setproctitle() and strlcpy() support.
14:23:25 [2021-06-10T14:23:25.358Z] #43 2.393       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
14:23:25 [2021-06-10T14:23:25.358Z] #43 2.415 Note: Building without GnuTLS support
14:23:25 [2021-06-10T14:23:25.358Z] #43 2.418 Makefile.config:39: Warn: you have no libnftables installed
14:23:25 [2021-06-10T14:23:25.358Z] #43 2.425 Makefile.config:40: Warn: Building without nftables support
14:23:25 [2021-06-10T14:23:25.358Z] #43 4.502 fatal: not a git repository (or any of the parent directories): .git
14:23:25 [2021-06-10T14:23:25.358Z] #43 4.562   GEN      .gitid
14:23:25 [2021-06-10T14:23:25.358Z] #43 4.618   GEN      criu/include/version.h
14:23:25 [2021-06-10T14:23:25.358Z] #43 4.730   GEN      include/common/asm
14:23:25 [2021-06-10T14:23:25.373Z] #49 17.59 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
14:23:25 [2021-06-10T14:23:25.569Z] #42 ...
14:23:25 [2021-06-10T14:23:25.569Z] 
14:23:25 [2021-06-10T14:23:25.569Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:23:25 [2021-06-10T14:23:25.569Z] #45 sha256:42d38f7346c664d1ca94914b7840cafbd6e2c471bfd0c2b97f8234196205f3ba
14:23:25 [2021-06-10T14:23:25.569Z] #45 54.61 time
14:23:25 [2021-06-10T14:23:25.569Z] #45 60.63 strings
14:23:25 [2021-06-10T14:23:25.569Z] #45 61.32 internal/poll
14:23:25 [2021-06-10T14:23:25.569Z] #45 63.10 regexp/syntax
14:23:25 [2021-06-10T14:23:25.569Z] #45 63.90 os
14:23:25 [2021-06-10T14:23:25.569Z] #45 ...
14:23:25 [2021-06-10T14:23:25.569Z] 
14:23:25 [2021-06-10T14:23:25.569Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
14:23:25 [2021-06-10T14:23:25.569Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
14:23:25 [2021-06-10T14:23:25.569Z] #36 63.78 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
14:23:25 [2021-06-10T14:23:25.569Z] #36 63.83 Setting up xxd (2:8.1.0875-5) ...
14:23:25 [2021-06-10T14:23:25.569Z] #36 63.85 Setting up libuv1:amd64 (1.24.1-1) ...
14:23:25 [2021-06-10T14:23:25.569Z] #36 63.88 Setting up vim-common (2:8.1.0875-5) ...
14:23:25 [2021-06-10T14:23:25.569Z] #36 63.93 Setting up librhash0:amd64 (1.3.8-1) ...
14:23:25 [2021-06-10T14:23:25.569Z] #36 63.95 Setting up cmake-data (3.13.4-1) ...
14:23:25 [2021-06-10T14:23:25.569Z] #36 63.97 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
14:23:25 [2021-06-10T14:23:25.569Z] #36 63.98 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
14:23:25 [2021-06-10T14:23:25.569Z] #36 63.99 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
14:23:25 [2021-06-10T14:23:25.569Z] #36 64.01 Setting up cmake (3.13.4-1) ...
14:23:25 [2021-06-10T14:23:25.569Z] #36 64.02 Processing triggers for libc-bin (2.28-10) ...
14:23:25 [2021-06-10T14:23:25.569Z] #36 64.13 Processing triggers for mime-support (3.62) ...
14:23:25 [2021-06-10T14:23:25.569Z] #36 DONE 64.8s
14:23:25 [2021-06-10T14:23:25.569Z] 
14:23:25 [2021-06-10T14:23:25.569Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
14:23:25 [2021-06-10T14:23:25.569Z] #51 sha256:8db57eefe16a7ab00f092838df8e48b674e35662ebdf2da1df4e3ed00939706f
14:23:25 [2021-06-10T14:23:25.569Z] #51 63.50 context
14:23:25 [2021-06-10T14:23:25.569Z] #51 64.07 encoding/binary
14:23:25 [2021-06-10T14:23:25.569Z] #51 64.44 os
14:23:25 [2021-06-10T14:23:25.632Z] #49 17.69 go: extracting github.com/spf13/cobra v0.0.5
14:23:25 [2021-06-10T14:23:25.632Z] #49 17.76 go: extracting github.com/ultraware/whitespace v0.0.4
14:23:25 [2021-06-10T14:23:25.881Z] #42 ...
14:23:25 [2021-06-10T14:23:25.881Z] 
14:23:25 [2021-06-10T14:23:25.881Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
14:23:25 [2021-06-10T14:23:25.881Z] #51 sha256:026702a5931312d170a75b95ae695dd62b9432976cdeb9c210f5f791ad02dac4
14:23:25 [2021-06-10T14:23:25.881Z] #51 50.37 syscall
14:23:25 [2021-06-10T14:23:25.881Z] #51 50.40 reflect
14:23:25 [2021-06-10T14:23:25.881Z] #51 57.87 context
14:23:25 [2021-06-10T14:23:25.881Z] #51 59.03 internal/poll
14:23:25 [2021-06-10T14:23:25.881Z] #51 ...
14:23:25 [2021-06-10T14:23:25.881Z] 
14:23:25 [2021-06-10T14:23:25.881Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
14:23:25 [2021-06-10T14:23:25.882Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
14:23:25 [2021-06-10T14:23:25.882Z] #36 50.96 Selecting previously unselected package libicu63:amd64.
14:23:25 [2021-06-10T14:23:25.882Z] #36 51.01 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
14:23:25 [2021-06-10T14:23:25.882Z] #36 51.04 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
14:23:25 [2021-06-10T14:23:25.882Z] #36 58.88 Selecting previously unselected package libxml2:amd64.
14:23:25 [2021-06-10T14:23:25.882Z] #36 58.88 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ...
14:23:25 [2021-06-10T14:23:25.882Z] #36 58.91 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
14:23:25 [2021-06-10T14:23:25.882Z] #36 59.80 Selecting previously unselected package libarchive13:amd64.
14:23:25 [2021-06-10T14:23:25.882Z] #36 59.81 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
14:23:25 [2021-06-10T14:23:25.882Z] #36 59.83 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
14:23:25 [2021-06-10T14:23:25.882Z] #36 60.12 Selecting previously unselected package libjsoncpp1:amd64.
14:23:25 [2021-06-10T14:23:25.882Z] #36 60.16 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
14:23:25 [2021-06-10T14:23:25.882Z] #36 60.17 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
14:23:25 [2021-06-10T14:23:25.882Z] #36 60.34 Selecting previously unselected package librhash0:amd64.
14:23:25 [2021-06-10T14:23:25.882Z] #36 60.36 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
14:23:25 [2021-06-10T14:23:25.882Z] #36 60.36 Unpacking librhash0:amd64 (1.3.8-1) ...
14:23:25 [2021-06-10T14:23:25.882Z] #36 60.55 Selecting previously unselected package libuv1:amd64.
14:23:25 [2021-06-10T14:23:25.882Z] #36 60.56 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ...
14:23:25 [2021-06-10T14:23:25.882Z] #36 60.57 Unpacking libuv1:amd64 (1.24.1-1) ...
14:23:25 [2021-06-10T14:23:25.882Z] #36 60.72 Selecting previously unselected package cmake.
14:23:25 [2021-06-10T14:23:25.882Z] #36 60.75 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
14:23:25 [2021-06-10T14:23:25.882Z] #36 ...
14:23:25 [2021-06-10T14:23:25.882Z] 
14:23:25 [2021-06-10T14:23:25.882Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:23:25 [2021-06-10T14:23:25.882Z] #45 sha256:770eca950a2ba38bb61271a0b7972836e7f5fb7a18ce6ace5a86e3fba3afcec7
14:23:25 [2021-06-10T14:23:25.882Z] #45 60.71 internal/fmtsort
14:23:25 [2021-06-10T14:23:25.891Z] #49 ...
14:23:25 [2021-06-10T14:23:25.891Z] 
14:23:25 [2021-06-10T14:23:25.891Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
14:23:25 [2021-06-10T14:23:25.891Z] #24 sha256:8bf0e3bd56da5ec50968a48ea66ab9454d6d47b913ef196e90584151f4d69378
14:23:25 [2021-06-10T14:23:25.891Z] #24 17.87 + mkdir -p /build
14:23:25 [2021-06-10T14:23:25.891Z] #24 17.87 + mv docker/docker /build/
14:23:25 [2021-06-10T14:23:25.891Z] #24 17.90 + rmdir docker
14:23:25 [2021-06-10T14:23:25.891Z] #24 DONE 18.2s
14:23:25 [2021-06-10T14:23:25.922Z] #43 ...
14:23:25 [2021-06-10T14:23:25.922Z] 
14:23:25 [2021-06-10T14:23:25.922Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
14:23:25 [2021-06-10T14:23:25.922Z] #51 sha256:211c575dc25b9b0cf9000ae948ded2f6fba157c1a093eb0bc11100e00b64efc5
14:23:25 [2021-06-10T14:23:25.922Z] #51 67.46 encoding/base64
14:23:25 [2021-06-10T14:23:25.922Z] #51 67.96 fmt
14:23:25 [2021-06-10T14:23:25.922Z] #51 68.69 golang.org/x/sys/unix
14:23:25 [2021-06-10T14:23:25.922Z] #51 73.20 encoding/json
14:23:26 [2021-06-10T14:23:26.150Z] 
14:23:26 [2021-06-10T14:23:26.150Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
14:23:26 [2021-06-10T14:23:26.150Z] #58 sha256:3895cca166f94acd44d1075a400cf8f3647c0fff4a71d0757fe0eb2289aebf56
14:23:26 [2021-06-10T14:23:26.150Z] #58 13.46 + cd /tmp/tmp.2dEAiOfuLd/src/github.com/rootless-containers/rootlesskit
14:23:26 [2021-06-10T14:23:26.150Z] #58 13.46 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778
14:23:26 [2021-06-10T14:23:26.150Z] #58 13.52 + export GO111MODULE=on
14:23:26 [2021-06-10T14:23:26.150Z] #58 13.52 + GO111MODULE=on
14:23:26 [2021-06-10T14:23:26.150Z] #58 13.52 + export GOPROXY=https://proxy.golang.org
14:23:26 [2021-06-10T14:23:26.150Z] #58 13.52 + GOPROXY=https://proxy.golang.org
14:23:26 [2021-06-10T14:23:26.150Z] #58 13.52 + for f in rootlesskit rootlesskit-docker-proxy
14:23:26 [2021-06-10T14:23:26.150Z] #58 13.52 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
14:23:26 [2021-06-10T14:23:26.150Z] #58 15.63 go: downloading github.com/urfave/cli/v2 v2.3.0
14:23:26 [2021-06-10T14:23:26.150Z] #58 15.73 go: downloading github.com/sirupsen/logrus v1.8.1
14:23:26 [2021-06-10T14:23:26.150Z] #58 15.88 go: downloading github.com/gorilla/mux v1.8.0
14:23:26 [2021-06-10T14:23:26.150Z] #58 15.88 go: downloading github.com/gofrs/flock v0.8.0
14:23:26 [2021-06-10T14:23:26.150Z] #58 15.88 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
14:23:26 [2021-06-10T14:23:26.150Z] #58 15.98 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
14:23:26 [2021-06-10T14:23:26.150Z] #58 16.13 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
14:23:26 [2021-06-10T14:23:26.150Z] #58 16.50 go: extracting github.com/gofrs/flock v0.8.0
14:23:26 [2021-06-10T14:23:26.150Z] #58 16.53 go: downloading github.com/google/uuid v1.2.0
14:23:26 [2021-06-10T14:23:26.150Z] #58 16.74 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
14:23:26 [2021-06-10T14:23:26.150Z] #58 17.12 go: downloading github.com/moby/vpnkit v0.5.0
14:23:26 [2021-06-10T14:23:26.150Z] #58 17.15 go: extracting github.com/gorilla/mux v1.8.0
14:23:26 [2021-06-10T14:23:26.150Z] #58 17.26 go: downloading github.com/moby/sys/mountinfo v0.4.1
14:23:26 [2021-06-10T14:23:26.150Z] #58 17.26 go: extracting github.com/google/uuid v1.2.0
14:23:26 [2021-06-10T14:23:26.150Z] #58 17.52 go: extracting github.com/sirupsen/logrus v1.8.1
14:23:26 [2021-06-10T14:23:26.150Z] #58 17.57 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
14:23:26 [2021-06-10T14:23:26.150Z] #58 17.82 go: extracting github.com/moby/sys/mountinfo v0.4.1
14:23:26 [2021-06-10T14:23:26.150Z] #58 17.90 go: downloading github.com/pkg/errors v0.9.1
14:23:26 [2021-06-10T14:23:26.408Z] #58 ...
14:23:26 [2021-06-10T14:23:26.408Z] 
14:23:26 [2021-06-10T14:23:26.408Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
14:23:26 [2021-06-10T14:23:26.408Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
14:23:26 [2021-06-10T14:23:26.408Z] #32 7.971 + git clone https://github.com/kolyshkin/go-swagger.git .
14:23:26 [2021-06-10T14:23:26.408Z] #32 7.971 Cloning into '.'...
14:23:26 [2021-06-10T14:23:26.408Z] #32 ...
14:23:26 [2021-06-10T14:23:26.408Z] 
14:23:26 [2021-06-10T14:23:26.408Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
14:23:26 [2021-06-10T14:23:26.408Z] #49 sha256:59cd0ca8ffee84499b47f64e1b196178c61679620e9707b0cf49ebca22fe801a
14:23:26 [2021-06-10T14:23:26.408Z] #49 18.55 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
14:23:26 [2021-06-10T14:23:26.448Z] #45 61.36 strings
14:23:26 [2021-06-10T14:23:26.486Z] #51 ...
14:23:26 [2021-06-10T14:23:26.486Z] 
14:23:26 [2021-06-10T14:23:26.486Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:23:26 [2021-06-10T14:23:26.486Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:23:26 [2021-06-10T14:23:26.486Z] #43 7.014   PBCC     images/timens.pb-c.c
14:23:26 [2021-06-10T14:23:26.486Z] #43 7.090   DEP      images/timens.pb-c.d
14:23:26 [2021-06-10T14:23:26.486Z] #43 7.216   PBCC     images/fown.pb-c.c
14:23:26 [2021-06-10T14:23:26.666Z] #49 18.88 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
14:23:26 [2021-06-10T14:23:26.707Z] #45 ...
14:23:26 [2021-06-10T14:23:26.707Z] 
14:23:26 [2021-06-10T14:23:26.707Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
14:23:26 [2021-06-10T14:23:26.707Z] #34 sha256:1bd79eefbd5c5e5657018774b6f822efd8e156cc13956d480910db8e74ab3889
14:23:26 [2021-06-10T14:23:26.707Z] #34 51.56 time
14:23:26 [2021-06-10T14:23:26.707Z] #34 57.66 internal/poll
14:23:26 [2021-06-10T14:23:26.707Z] #34 60.50 internal/syscall/execenv
14:23:26 [2021-06-10T14:23:26.707Z] #34 60.66 internal/syscall/unix
14:23:26 [2021-06-10T14:23:26.707Z] #34 61.02 os
14:23:26 [2021-06-10T14:23:26.707Z] #34 61.15 internal/fmtsort
14:23:26 [2021-06-10T14:23:26.707Z] #34 ...
14:23:26 [2021-06-10T14:23:26.707Z] 
14:23:26 [2021-06-10T14:23:26.707Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:23:26 [2021-06-10T14:23:26.707Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:23:26 [2021-06-10T14:23:26.707Z] #13 57.59 Selecting previously unselected package binutils-mingw-w64-x86-64.
14:23:26 [2021-06-10T14:23:26.707Z] #13 57.60 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
14:23:26 [2021-06-10T14:23:26.707Z] #13 57.60 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
14:23:26 [2021-06-10T14:23:26.822Z] #43 7.236   PBCC     images/google/protobuf/descriptor.pb-c.c
14:23:26 [2021-06-10T14:23:26.822Z] #43 7.307   PBCC     images/opts.pb-c.c
14:23:26 [2021-06-10T14:23:26.822Z] #43 ...
14:23:26 [2021-06-10T14:23:26.822Z] 
14:23:26 [2021-06-10T14:23:26.822Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
14:23:26 [2021-06-10T14:23:26.822Z] #34 sha256:00449d226417ac760e4e1e642825d8640326c5252cdf5ad83f1bbd6ede0837a1
14:23:26 [2021-06-10T14:23:26.822Z] #34 73.80 github.com/BurntSushi/toml/cmd/tomlv
14:23:26 [2021-06-10T14:23:26.822Z] #34 DONE 78.4s
14:23:26 [2021-06-10T14:23:26.822Z] 
14:23:26 [2021-06-10T14:23:26.822Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:23:26 [2021-06-10T14:23:26.822Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:23:26 [2021-06-10T14:23:26.822Z] #43 7.413   PBCC     images/memfd.pb-c.c
14:23:26 [2021-06-10T14:23:26.822Z] #43 7.477   DEP      images/fown.pb-c.d
14:23:26 [2021-06-10T14:23:26.822Z] #43 7.562   DEP      images/google/protobuf/descriptor.pb-c.d
14:23:26 [2021-06-10T14:23:26.926Z] #49 19.17 go: downloading github.com/go-toolsmith/astcast v1.0.0
14:23:26 [2021-06-10T14:23:26.926Z] #49 19.22 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
14:23:27 [2021-06-10T14:23:27.084Z] #43 7.639   DEP      images/opts.pb-c.d
14:23:27 [2021-06-10T14:23:27.084Z] #43 7.739   DEP      images/memfd.pb-c.d
14:23:27 [2021-06-10T14:23:27.084Z] #43 7.857   PBCC     images/sit.pb-c.c
14:23:27 [2021-06-10T14:23:27.185Z] #49 19.34 go: extracting github.com/go-toolsmith/astcast v1.0.0
14:23:27 [2021-06-10T14:23:27.185Z] #49 19.47 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
14:23:27 [2021-06-10T14:23:27.341Z] #43 7.922   DEP      images/sit.pb-c.d
14:23:27 [2021-06-10T14:23:27.341Z] #43 8.057   PBCC     images/macvlan.pb-c.c
14:23:27 [2021-06-10T14:23:27.341Z] #43 8.145   DEP      images/macvlan.pb-c.d
14:23:27 [2021-06-10T14:23:27.619Z] #43 8.208   PBCC     images/autofs.pb-c.c
14:23:27 [2021-06-10T14:23:27.619Z] #43 8.286   DEP      images/autofs.pb-c.d
14:23:27 [2021-06-10T14:23:27.619Z] #43 8.350   PBCC     images/sysctl.pb-c.c
14:23:27 [2021-06-10T14:23:27.619Z] #43 8.398   DEP      images/sysctl.pb-c.d
14:23:27 [2021-06-10T14:23:27.751Z] #49 19.89 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
14:23:27 [2021-06-10T14:23:27.751Z] #49 19.89 go: downloading github.com/ultraware/funlen v0.0.2
14:23:27 [2021-06-10T14:23:27.751Z] #49 19.96 go: extracting github.com/ultraware/funlen v0.0.2
14:23:27 [2021-06-10T14:23:27.752Z] #49 19.96 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
14:23:27 [2021-06-10T14:23:27.752Z] #49 20.01 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
14:23:27 [2021-06-10T14:23:27.883Z] #43 8.476   PBCC     images/time.pb-c.c
14:23:27 [2021-06-10T14:23:27.883Z] #43 8.616   DEP      images/time.pb-c.d
14:23:28 [2021-06-10T14:23:28.104Z] #51 66.85 encoding/base64
14:23:28 [2021-06-10T14:23:28.152Z] #43 8.719   PBCC     images/binfmt-misc.pb-c.c
14:23:28 [2021-06-10T14:23:28.152Z] #43 8.810   DEP      images/binfmt-misc.pb-c.d
14:23:28 [2021-06-10T14:23:28.152Z] #43 8.909   PBCC     images/seccomp.pb-c.c
14:23:28 [2021-06-10T14:23:28.152Z] #43 8.925   DEP      images/seccomp.pb-c.d
14:23:28 [2021-06-10T14:23:28.408Z] #43 8.972   PBCC     images/userns.pb-c.c
14:23:28 [2021-06-10T14:23:28.408Z] #43 9.011   DEP      images/userns.pb-c.d
14:23:28 [2021-06-10T14:23:28.408Z] #43 9.071   PBCC     images/cgroup.pb-c.c
14:23:28 [2021-06-10T14:23:28.408Z] #43 9.098   DEP      images/cgroup.pb-c.d
14:23:28 [2021-06-10T14:23:28.408Z] #43 9.166   PBCC     images/ext-file.pb-c.c
14:23:28 [2021-06-10T14:23:28.408Z] #43 9.187   DEP      images/ext-file.pb-c.d
14:23:28 [2021-06-10T14:23:28.664Z] #43 9.231   PBCC     images/rpc.pb-c.c
14:23:28 [2021-06-10T14:23:28.664Z] #43 9.262   DEP      images/rpc.pb-c.d
14:23:28 [2021-06-10T14:23:28.664Z] #43 9.307   PBCC     images/siginfo.pb-c.c
14:23:28 [2021-06-10T14:23:28.664Z] #43 9.317   DEP      images/siginfo.pb-c.d
14:23:28 [2021-06-10T14:23:28.664Z] #43 9.383   PBCC     images/pagemap.pb-c.c
14:23:28 [2021-06-10T14:23:28.687Z] #49 ...
14:23:28 [2021-06-10T14:23:28.687Z] 
14:23:28 [2021-06-10T14:23:28.687Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
14:23:28 [2021-06-10T14:23:28.687Z] #47 sha256:541da1d0dbf2052765eeb44052b30bb536f0fbf2a12f833f90ea0d7e49530bc3
14:23:28 [2021-06-10T14:23:28.687Z] #47 10.84 go: extracting github.com/mattn/go-colorable v0.1.6
14:23:28 [2021-06-10T14:23:28.687Z] #47 10.85 go: extracting github.com/jonboulle/clockwork v0.1.0
14:23:28 [2021-06-10T14:23:28.687Z] #47 11.03 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
14:23:28 [2021-06-10T14:23:28.687Z] #47 14.13 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
14:23:28 [2021-06-10T14:23:28.687Z] #47 14.13 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
14:23:28 [2021-06-10T14:23:28.687Z] #47 16.71 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
14:23:28 [2021-06-10T14:23:28.920Z] #43 9.460   DEP      images/pagemap.pb-c.d
14:23:28 [2021-06-10T14:23:28.921Z] #43 9.526   PBCC     images/rlimit.pb-c.c
14:23:28 [2021-06-10T14:23:28.921Z] #43 9.558   DEP      images/rlimit.pb-c.d
14:23:28 [2021-06-10T14:23:28.921Z] #43 9.625   PBCC     images/file-lock.pb-c.c
14:23:28 [2021-06-10T14:23:28.921Z] #43 9.659   DEP      images/file-lock.pb-c.d
14:23:28 [2021-06-10T14:23:28.921Z] #43 9.700   PBCC     images/tty.pb-c.c
14:23:28 [2021-06-10T14:23:28.921Z] #43 9.786   DEP      images/tty.pb-c.d
14:23:28 [2021-06-10T14:23:28.946Z] #47 ...
14:23:28 [2021-06-10T14:23:28.946Z] 
14:23:28 [2021-06-10T14:23:28.946Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
14:23:28 [2021-06-10T14:23:28.946Z] #51 sha256:d3933c6381a39303c1b4be9ff8f6e580af4864a6f8d2ca329ab610777c4e8b33
14:23:28 [2021-06-10T14:23:28.946Z] #51 16.42 + cd /tmp/tmp.BM6NbwmMB6/src/github.com/mvdan/sh
14:23:28 [2021-06-10T14:23:28.946Z] #51 16.42 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
14:23:28 [2021-06-10T14:23:28.946Z] #51 16.57 + GO111MODULE=on
14:23:28 [2021-06-10T14:23:28.946Z] #51 16.59 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
14:23:28 [2021-06-10T14:23:28.946Z] #51 18.37 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
14:23:28 [2021-06-10T14:23:28.946Z] #51 18.39 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
14:23:28 [2021-06-10T14:23:28.946Z] #51 18.53 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
14:23:28 [2021-06-10T14:23:28.946Z] #51 18.68 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
14:23:28 [2021-06-10T14:23:28.946Z] #51 18.86 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
14:23:28 [2021-06-10T14:23:28.946Z] #51 19.97 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
14:23:28 [2021-06-10T14:23:28.946Z] #51 20.92 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
14:23:28 [2021-06-10T14:23:28.946Z] #51 ...
14:23:28 [2021-06-10T14:23:28.946Z] 
14:23:28 [2021-06-10T14:23:28.946Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
14:23:28 [2021-06-10T14:23:28.946Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
14:23:28 [2021-06-10T14:23:28.946Z] #55 11.17 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
14:23:29 [2021-06-10T14:23:29.040Z] #51 67.87 golang.org/x/sys/unix
14:23:29 [2021-06-10T14:23:29.040Z] #51 68.15 fmt
14:23:29 [2021-06-10T14:23:29.177Z] #43 9.866   PBCC     images/tun.pb-c.c
14:23:29 [2021-06-10T14:23:29.177Z] #43 9.925   PBCC     images/netdev.pb-c.c
14:23:29 [2021-06-10T14:23:29.177Z] #43 9.957   DEP      images/tun.pb-c.d
14:23:29 [2021-06-10T14:23:29.177Z] #43 10.02   DEP      images/netdev.pb-c.d
14:23:29 [2021-06-10T14:23:29.205Z] #55 ...
14:23:29 [2021-06-10T14:23:29.205Z] 
14:23:29 [2021-06-10T14:23:29.205Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
14:23:29 [2021-06-10T14:23:29.205Z] #47 sha256:541da1d0dbf2052765eeb44052b30bb536f0fbf2a12f833f90ea0d7e49530bc3
14:23:29 [2021-06-10T14:23:29.205Z] #47 21.19 go: finding github.com/fatih/color v1.9.0
14:23:29 [2021-06-10T14:23:29.205Z] #47 21.22 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
14:23:29 [2021-06-10T14:23:29.205Z] #47 21.24 go: finding github.com/pkg/errors v0.9.1
14:23:29 [2021-06-10T14:23:29.205Z] #47 21.38 go: finding github.com/spf13/pflag v1.0.3
14:23:29 [2021-06-10T14:23:29.205Z] #47 21.41 go: finding github.com/mattn/go-colorable v0.1.6
14:23:29 [2021-06-10T14:23:29.205Z] #47 ...
14:23:29 [2021-06-10T14:23:29.205Z] 
14:23:29 [2021-06-10T14:23:29.205Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
14:23:29 [2021-06-10T14:23:29.205Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
14:23:29 [2021-06-10T14:23:29.205Z] #36 11.41 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
14:23:29 [2021-06-10T14:23:29.242Z] #13 60.44 Selecting previously unselected package binutils-mingw-w64.
14:23:29 [2021-06-10T14:23:29.242Z] #13 60.44 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
14:23:29 [2021-06-10T14:23:29.242Z] #13 60.46 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
14:23:29 [2021-06-10T14:23:29.432Z] #43 10.08   PBCC     images/vma.pb-c.c
14:23:29 [2021-06-10T14:23:29.432Z] #43 10.11   DEP      images/vma.pb-c.d
14:23:29 [2021-06-10T14:23:29.474Z] #36 ...
14:23:29 [2021-06-10T14:23:29.474Z] 
14:23:29 [2021-06-10T14:23:29.474Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
14:23:29 [2021-06-10T14:23:29.474Z] #47 sha256:541da1d0dbf2052765eeb44052b30bb536f0fbf2a12f833f90ea0d7e49530bc3
14:23:29 [2021-06-10T14:23:29.475Z] #47 21.54 go: finding github.com/mattn/go-isatty v0.0.12
14:23:29 [2021-06-10T14:23:29.475Z] #47 21.74 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
14:23:29 [2021-06-10T14:23:29.507Z] #13 60.70 Selecting previously unselected package libdevmapper1.02.1:amd64.
14:23:29 [2021-06-10T14:23:29.689Z] #43 10.23   PBCC     images/creds.pb-c.c
14:23:29 [2021-06-10T14:23:29.689Z] #43 10.23   DEP      images/creds.pb-c.d
14:23:29 [2021-06-10T14:23:29.689Z] #43 10.27   PBCC     images/utsns.pb-c.c
14:23:29 [2021-06-10T14:23:29.689Z] #43 10.31   DEP      images/utsns.pb-c.d
14:23:29 [2021-06-10T14:23:29.689Z] #43 10.35   PBCC     images/ipc-desc.pb-c.c
14:23:29 [2021-06-10T14:23:29.689Z] #43 10.39   PBCC     images/ipc-sem.pb-c.c
14:23:29 [2021-06-10T14:23:29.689Z] #43 10.43   DEP      images/ipc-desc.pb-c.d
14:23:29 [2021-06-10T14:23:29.689Z] #43 10.46   DEP      images/ipc-sem.pb-c.d
14:23:29 [2021-06-10T14:23:29.689Z] #43 10.53   PBCC     images/ipc-msg.pb-c.c
14:23:29 [2021-06-10T14:23:29.732Z] #47 21.96 go: finding github.com/jonboulle/clockwork v0.1.0
14:23:29 [2021-06-10T14:23:29.776Z] #13 ...
14:23:29 [2021-06-10T14:23:29.776Z] 
14:23:29 [2021-06-10T14:23:29.776Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
14:23:29 [2021-06-10T14:23:29.776Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
14:23:29 [2021-06-10T14:23:29.776Z] #36 60.75 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
14:23:29 [2021-06-10T14:23:29.776Z] #36 60.76 Unpacking cmake (3.13.4-1) ...
14:23:29 [2021-06-10T14:23:29.776Z] #36 63.78 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
14:23:29 [2021-06-10T14:23:29.776Z] #36 63.81 Setting up xxd (2:8.1.0875-5) ...
14:23:29 [2021-06-10T14:23:29.776Z] #36 63.82 Setting up libuv1:amd64 (1.24.1-1) ...
14:23:29 [2021-06-10T14:23:29.776Z] #36 63.83 Setting up vim-common (2:8.1.0875-5) ...
14:23:29 [2021-06-10T14:23:29.776Z] #36 63.87 Setting up librhash0:amd64 (1.3.8-1) ...
14:23:29 [2021-06-10T14:23:29.776Z] #36 63.89 Setting up cmake-data (3.13.4-1) ...
14:23:29 [2021-06-10T14:23:29.776Z] #36 63.91 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
14:23:29 [2021-06-10T14:23:29.776Z] #36 63.93 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
14:23:29 [2021-06-10T14:23:29.776Z] #36 63.94 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
14:23:29 [2021-06-10T14:23:29.776Z] #36 63.95 Setting up cmake (3.13.4-1) ...
14:23:29 [2021-06-10T14:23:29.776Z] #36 63.97 Processing triggers for libc-bin (2.28-10) ...
14:23:29 [2021-06-10T14:23:29.776Z] #36 64.02 Processing triggers for mime-support (3.62) ...
14:23:29 [2021-06-10T14:23:29.776Z] #36 DONE 64.5s
14:23:29 [2021-06-10T14:23:29.776Z] 
14:23:29 [2021-06-10T14:23:29.777Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:23:29 [2021-06-10T14:23:29.777Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:23:29 [2021-06-10T14:23:29.777Z] #13 60.70 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
14:23:29 [2021-06-10T14:23:29.777Z] #13 60.73 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
14:23:29 [2021-06-10T14:23:29.777Z] #13 61.03 Selecting previously unselected package dmsetup.
14:23:29 [2021-06-10T14:23:29.777Z] #13 61.09 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
14:23:29 [2021-06-10T14:23:29.777Z] #13 61.11 Unpacking dmsetup (2:1.02.155-3) ...
14:23:29 [2021-06-10T14:23:29.944Z] #43 10.55   DEP      images/ipc-msg.pb-c.d
14:23:29 [2021-06-10T14:23:29.945Z] #43 10.60   PBCC     images/ipc-shm.pb-c.c
14:23:29 [2021-06-10T14:23:29.945Z] #43 10.63   DEP      images/ipc-shm.pb-c.d
14:23:29 [2021-06-10T14:23:29.945Z] #43 10.67   PBCC     images/ipc-var.pb-c.c
14:23:29 [2021-06-10T14:23:29.945Z] #43 10.70   DEP      images/ipc-var.pb-c.d
14:23:29 [2021-06-10T14:23:29.945Z] #43 10.74   PBCC     images/sk-opts.pb-c.c
14:23:30 [2021-06-10T14:23:30.177Z] #51 ...
14:23:30 [2021-06-10T14:23:30.177Z] 
14:23:30 [2021-06-10T14:23:30.178Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
14:23:30 [2021-06-10T14:23:30.178Z] #37 sha256:5b0cadb8c1109e7e6f1bb0c3cf550a16499006cb35938857a64ad84999b39745
14:23:30 [2021-06-10T14:23:30.178Z] #37 1.017 + RM_GOPATH=0
14:23:30 [2021-06-10T14:23:30.178Z] #37 1.017 + TMP_GOPATH=
14:23:30 [2021-06-10T14:23:30.178Z] #37 1.017 + : /build
14:23:30 [2021-06-10T14:23:30.178Z] #37 1.017 + '[' -z '' ']'
14:23:30 [2021-06-10T14:23:30.178Z] #37 1.017 ++ mktemp -d
14:23:30 [2021-06-10T14:23:30.178Z] #37 1.018 + export GOPATH=/tmp/tmp.9i2szDQYu7
14:23:30 [2021-06-10T14:23:30.178Z] #37 1.018 + GOPATH=/tmp/tmp.9i2szDQYu7
14:23:30 [2021-06-10T14:23:30.178Z] #37 1.018 + RM_GOPATH=1
14:23:30 [2021-06-10T14:23:30.178Z] #37 1.019 + case "$(go env GOARCH)" in
14:23:30 [2021-06-10T14:23:30.178Z] #37 1.019 ++ go env GOARCH
14:23:30 [2021-06-10T14:23:30.178Z] #37 1.040 + export GO_BUILDMODE=-buildmode=pie
14:23:30 [2021-06-10T14:23:30.178Z] #37 1.040 + GO_BUILDMODE=-buildmode=pie
14:23:30 [2021-06-10T14:23:30.178Z] #37 1.041 ++ dirname /tmp/install/install.sh
14:23:30 [2021-06-10T14:23:30.178Z] #37 1.042 + dir=/tmp/install
14:23:30 [2021-06-10T14:23:30.178Z] #37 1.042 + bin=tini
14:23:30 [2021-06-10T14:23:30.178Z] #37 1.042 + shift
14:23:30 [2021-06-10T14:23:30.178Z] #37 1.043 + '[' '!' -f /tmp/install/tini.installer ']'
14:23:30 [2021-06-10T14:23:30.178Z] #37 1.043 + . /tmp/install/tini.installer
14:23:30 [2021-06-10T14:23:30.178Z] #37 1.043 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
14:23:30 [2021-06-10T14:23:30.178Z] #37 1.043 + install_tini
14:23:30 [2021-06-10T14:23:30.178Z] #37 1.043 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
14:23:30 [2021-06-10T14:23:30.178Z] #37 1.044 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
14:23:30 [2021-06-10T14:23:30.178Z] #37 1.044 + git clone https://github.com/krallin/tini.git /tmp/tmp.9i2szDQYu7/tini
14:23:30 [2021-06-10T14:23:30.178Z] #37 1.050 Cloning into '/tmp/tmp.9i2szDQYu7/tini'...
14:23:30 [2021-06-10T14:23:30.178Z] #37 1.771 + cd /tmp/tmp.9i2szDQYu7/tini
14:23:30 [2021-06-10T14:23:30.178Z] #37 1.772 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
14:23:30 [2021-06-10T14:23:30.178Z] #37 1.785 + cmake .
14:23:30 [2021-06-10T14:23:30.178Z] #37 2.448 -- The C compiler identification is GNU 8.3.0
14:23:30 [2021-06-10T14:23:30.178Z] #37 2.492 -- Check for working C compiler: /usr/bin/cc
14:23:30 [2021-06-10T14:23:30.178Z] #37 3.229 -- Check for working C compiler: /usr/bin/cc -- works
14:23:30 [2021-06-10T14:23:30.178Z] #37 3.231 -- Detecting C compiler ABI info
14:23:30 [2021-06-10T14:23:30.178Z] #37 4.146 -- Detecting C compiler ABI info - done
14:23:30 [2021-06-10T14:23:30.178Z] #37 4.238 -- Detecting C compile features
14:23:30 [2021-06-10T14:23:30.188Z] #47 22.14 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
14:23:30 [2021-06-10T14:23:30.188Z] #47 22.23 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
14:23:30 [2021-06-10T14:23:30.188Z] #47 22.25 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
14:23:30 [2021-06-10T14:23:30.198Z] #13 61.50 Selecting previously unselected package mingw-w64-common.
14:23:30 [2021-06-10T14:23:30.198Z] #13 61.50 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
14:23:30 [2021-06-10T14:23:30.198Z] #13 61.52 Unpacking mingw-w64-common (6.0.0-3) ...
14:23:30 [2021-06-10T14:23:30.201Z] #43 10.77   PBCC     images/packet-sock.pb-c.c
14:23:30 [2021-06-10T14:23:30.201Z] #43 10.85   DEP      images/sk-opts.pb-c.d
14:23:30 [2021-06-10T14:23:30.201Z] #43 10.88   DEP      images/packet-sock.pb-c.d
14:23:30 [2021-06-10T14:23:30.201Z] #43 10.93   PBCC     images/sk-netlink.pb-c.c
14:23:30 [2021-06-10T14:23:30.201Z] #43 10.97   DEP      images/sk-netlink.pb-c.d
14:23:30 [2021-06-10T14:23:30.201Z] #43 11.05   PBCC     images/sk-inet.pb-c.c
14:23:30 [2021-06-10T14:23:30.457Z] #43 11.11   DEP      images/sk-inet.pb-c.d
14:23:30 [2021-06-10T14:23:30.457Z] #43 11.20   PBCC     images/sk-unix.pb-c.c
14:23:30 [2021-06-10T14:23:30.715Z] #43 11.23   DEP      images/sk-unix.pb-c.d
14:23:30 [2021-06-10T14:23:30.715Z] #43 11.30   PBCC     images/mm.pb-c.c
14:23:30 [2021-06-10T14:23:30.715Z] #43 11.34   DEP      images/mm.pb-c.d
14:23:30 [2021-06-10T14:23:30.715Z] #43 11.40   PBCC     images/timerfd.pb-c.c
14:23:30 [2021-06-10T14:23:30.715Z] #43 11.44   DEP      images/timerfd.pb-c.d
14:23:30 [2021-06-10T14:23:30.715Z] #43 11.50   PBCC     images/timer.pb-c.c
14:23:30 [2021-06-10T14:23:30.715Z] #43 11.51   DEP      images/timer.pb-c.d
14:23:30 [2021-06-10T14:23:30.715Z] #43 11.57   PBCC     images/sa.pb-c.c
14:23:30 [2021-06-10T14:23:30.971Z] #43 11.60   DEP      images/sa.pb-c.d
14:23:30 [2021-06-10T14:23:30.971Z] #43 11.65   PBCC     images/pipe-data.pb-c.c
14:23:30 [2021-06-10T14:23:30.971Z] #43 11.70   DEP      images/pipe-data.pb-c.d
14:23:30 [2021-06-10T14:23:30.971Z] #43 11.73   PBCC     images/mnt.pb-c.c
14:23:30 [2021-06-10T14:23:30.971Z] #43 11.79   DEP      images/mnt.pb-c.d
14:23:30 [2021-06-10T14:23:30.971Z] #43 11.83   PBCC     images/sk-packet.pb-c.c
14:23:31 [2021-06-10T14:23:31.121Z] #37 ...
14:23:31 [2021-06-10T14:23:31.121Z] 
14:23:31 [2021-06-10T14:23:31.121Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
14:23:31 [2021-06-10T14:23:31.121Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
14:23:31 [2021-06-10T14:23:31.121Z] #42 69.38 Setting up libnl-3-dev:amd64 (3.4.0-1) ...
14:23:31 [2021-06-10T14:23:31.121Z] #42 69.41 Processing triggers for libc-bin (2.28-10) ...
14:23:31 [2021-06-10T14:23:31.121Z] #42 DONE 70.0s
14:23:31 [2021-06-10T14:23:31.121Z] 
14:23:31 [2021-06-10T14:23:31.121Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:23:31 [2021-06-10T14:23:31.121Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:23:31 [2021-06-10T14:23:31.121Z] #13 59.28 Selecting previously unselected package binutils-mingw-w64-x86-64.
14:23:31 [2021-06-10T14:23:31.121Z] #13 59.30 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
14:23:31 [2021-06-10T14:23:31.121Z] #13 59.32 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
14:23:31 [2021-06-10T14:23:31.121Z] #13 62.55 Selecting previously unselected package binutils-mingw-w64.
14:23:31 [2021-06-10T14:23:31.121Z] #13 62.55 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
14:23:31 [2021-06-10T14:23:31.121Z] #13 62.56 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
14:23:31 [2021-06-10T14:23:31.121Z] #13 62.78 Selecting previously unselected package libdevmapper1.02.1:amd64.
14:23:31 [2021-06-10T14:23:31.121Z] #13 62.78 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
14:23:31 [2021-06-10T14:23:31.121Z] #13 62.79 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
14:23:31 [2021-06-10T14:23:31.121Z] #13 63.02 Selecting previously unselected package dmsetup.
14:23:31 [2021-06-10T14:23:31.121Z] #13 63.02 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
14:23:31 [2021-06-10T14:23:31.121Z] #13 63.02 Unpacking dmsetup (2:1.02.155-3) ...
14:23:31 [2021-06-10T14:23:31.121Z] #13 63.19 Selecting previously unselected package mingw-w64-common.
14:23:31 [2021-06-10T14:23:31.121Z] #13 63.19 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
14:23:31 [2021-06-10T14:23:31.121Z] #13 63.21 Unpacking mingw-w64-common (6.0.0-3) ...
14:23:31 [2021-06-10T14:23:31.121Z] #13 ...
14:23:31 [2021-06-10T14:23:31.121Z] 
14:23:31 [2021-06-10T14:23:31.121Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:23:31 [2021-06-10T14:23:31.121Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:23:31 [2021-06-10T14:23:31.227Z] #43 11.87   DEP      images/sk-packet.pb-c.d
14:23:31 [2021-06-10T14:23:31.227Z] #43 11.93   PBCC     images/tcp-stream.pb-c.c
14:23:31 [2021-06-10T14:23:31.227Z] #43 12.00   DEP      images/tcp-stream.pb-c.d
14:23:31 [2021-06-10T14:23:31.227Z] #43 12.03   PBCC     images/pipe.pb-c.c
14:23:31 [2021-06-10T14:23:31.227Z] #43 12.06   DEP      images/pipe.pb-c.d
14:23:31 [2021-06-10T14:23:31.484Z] #43 12.14   PBCC     images/pstree.pb-c.c
14:23:31 [2021-06-10T14:23:31.484Z] #43 12.19   DEP      images/pstree.pb-c.d
14:23:31 [2021-06-10T14:23:31.484Z] #43 12.25   PBCC     images/fs.pb-c.c
14:23:31 [2021-06-10T14:23:31.484Z] #43 12.29   DEP      images/fs.pb-c.d
14:23:31 [2021-06-10T14:23:31.740Z] #43 12.35   PBCC     images/signalfd.pb-c.c
14:23:31 [2021-06-10T14:23:31.740Z] #43 12.41   DEP      images/signalfd.pb-c.d
14:23:31 [2021-06-10T14:23:31.740Z] #43 12.46   PBCC     images/fh.pb-c.c
14:23:31 [2021-06-10T14:23:31.740Z] #43 12.54   PBCC     images/fsnotify.pb-c.c
14:23:31 [2021-06-10T14:23:31.999Z] #43 12.65   DEP      images/fh.pb-c.d
14:23:31 [2021-06-10T14:23:31.999Z] #43 12.71   DEP      images/fsnotify.pb-c.d
14:23:31 [2021-06-10T14:23:31.999Z] #43 12.77   PBCC     images/eventpoll.pb-c.c
14:23:32 [2021-06-10T14:23:32.255Z] #43 12.81   DEP      images/eventpoll.pb-c.d
14:23:32 [2021-06-10T14:23:32.255Z] #43 12.89   PBCC     images/eventfd.pb-c.c
14:23:32 [2021-06-10T14:23:32.255Z] #43 12.91   DEP      images/eventfd.pb-c.d
14:23:32 [2021-06-10T14:23:32.255Z] #43 12.98   PBCC     images/remap-file-path.pb-c.c
14:23:32 [2021-06-10T14:23:32.255Z] #43 13.02   DEP      images/remap-file-path.pb-c.d
14:23:32 [2021-06-10T14:23:32.511Z] #43 13.07   PBCC     images/fifo.pb-c.c
14:23:32 [2021-06-10T14:23:32.511Z] #43 13.10   DEP      images/fifo.pb-c.d
14:23:32 [2021-06-10T14:23:32.511Z] #43 13.16   PBCC     images/ghost-file.pb-c.c
14:23:32 [2021-06-10T14:23:32.511Z] #43 13.25   DEP      images/ghost-file.pb-c.d
14:23:32 [2021-06-10T14:23:32.511Z] #43 13.29   PBCC     images/regfile.pb-c.c
14:23:32 [2021-06-10T14:23:32.768Z] #43 13.33   DEP      images/regfile.pb-c.d
14:23:32 [2021-06-10T14:23:32.768Z] #43 13.38   PBCC     images/ns.pb-c.c
14:23:32 [2021-06-10T14:23:32.768Z] #43 13.41   DEP      images/ns.pb-c.d
14:23:32 [2021-06-10T14:23:32.768Z] #43 13.46   PBCC     images/fdinfo.pb-c.c
14:23:33 [2021-06-10T14:23:33.025Z] #43 13.56   DEP      images/fdinfo.pb-c.d
14:23:33 [2021-06-10T14:23:33.025Z] #43 13.67   PBCC     images/core-aarch64.pb-c.c
14:23:33 [2021-06-10T14:23:33.025Z] #43 13.72   PBCC     images/core-arm.pb-c.c
14:23:33 [2021-06-10T14:23:33.025Z] #43 13.81   PBCC     images/core-ppc64.pb-c.c
14:23:33 [2021-06-10T14:23:33.282Z] #43 13.86   PBCC     images/core-s390.pb-c.c
14:23:33 [2021-06-10T14:23:33.282Z] #43 13.92   PBCC     images/core-x86.pb-c.c
14:23:33 [2021-06-10T14:23:33.282Z] #43 13.97   PBCC     images/core.pb-c.c
14:23:33 [2021-06-10T14:23:33.282Z] #43 14.04   PBCC     images/inventory.pb-c.c
14:23:33 [2021-06-10T14:23:33.282Z] #43 14.09   DEP      images/core-aarch64.pb-c.d
14:23:33 [2021-06-10T14:23:33.282Z] #43 14.14   DEP      images/core-arm.pb-c.d
14:23:33 [2021-06-10T14:23:33.477Z] #47 ...
14:23:33 [2021-06-10T14:23:33.477Z] 
14:23:33 [2021-06-10T14:23:33.478Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:23:33 [2021-06-10T14:23:33.478Z] #45 sha256:9c2594a10bf51cf229550215f6c8f4e21f529ca0adeb1d37afd998bc86f768ee
14:23:33 [2021-06-10T14:23:33.478Z] #45 15.30 unicode/utf8
14:23:33 [2021-06-10T14:23:33.478Z] #45 16.16 math
14:23:33 [2021-06-10T14:23:33.478Z] #45 21.08 unicode/utf16
14:23:33 [2021-06-10T14:23:33.478Z] #45 21.42 container/list
14:23:33 [2021-06-10T14:23:33.478Z] #45 22.04 crypto/internal/subtle
14:23:33 [2021-06-10T14:23:33.478Z] #45 22.23 crypto/subtle
14:23:33 [2021-06-10T14:23:33.478Z] #45 22.50 vendor/golang.org/x/crypto/cryptobyte/asn1
14:23:33 [2021-06-10T14:23:33.478Z] #45 22.60 internal/nettrace
14:23:33 [2021-06-10T14:23:33.478Z] #45 22.73 runtime/cgo
14:23:33 [2021-06-10T14:23:33.478Z] #45 ...
14:23:33 [2021-06-10T14:23:33.478Z] 
14:23:33 [2021-06-10T14:23:33.478Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
14:23:33 [2021-06-10T14:23:33.478Z] #67 sha256:efb723cc23527a93d97c6db3ba2d85df2928f6cbac8a777f84a18c699749696a
14:23:33 [2021-06-10T14:23:33.539Z] #43 14.19   DEP      images/core-ppc64.pb-c.d
14:23:33 [2021-06-10T14:23:33.539Z] #43 14.25   DEP      images/core-s390.pb-c.d
14:23:33 [2021-06-10T14:23:33.539Z] #43 14.31   DEP      images/core-x86.pb-c.d
14:23:33 [2021-06-10T14:23:33.539Z] #43 14.37   DEP      images/core.pb-c.d
14:23:33 [2021-06-10T14:23:33.658Z] #43 2.321 Note: Building without setproctitle() and strlcpy() support.
14:23:33 [2021-06-10T14:23:33.658Z] #43 2.321       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
14:23:33 [2021-06-10T14:23:33.658Z] #43 2.331 Note: Building without GnuTLS support
14:23:33 [2021-06-10T14:23:33.658Z] #43 2.334 Makefile.config:39: Warn: you have no libnftables installed
14:23:33 [2021-06-10T14:23:33.658Z] #43 2.337 Makefile.config:40: Warn: Building without nftables support
14:23:33 [2021-06-10T14:23:33.795Z] #43 14.46   DEP      images/inventory.pb-c.d
14:23:33 [2021-06-10T14:23:33.795Z] #43 14.50   PBCC     images/cpuinfo.pb-c.c
14:23:33 [2021-06-10T14:23:33.795Z] #43 14.54   DEP      images/cpuinfo.pb-c.d
14:23:33 [2021-06-10T14:23:33.795Z] #43 14.58   PBCC     images/stats.pb-c.c
14:23:33 [2021-06-10T14:23:33.795Z] #43 14.61   DEP      images/stats.pb-c.d
14:23:34 [2021-06-10T14:23:34.227Z] #43 ...
14:23:34 [2021-06-10T14:23:34.227Z] 
14:23:34 [2021-06-10T14:23:34.227Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
14:23:34 [2021-06-10T14:23:34.227Z] #34 sha256:197c3de5ab27ce794fc93345d34e9ec4f1e42edd1718a2dbf32b7205d2b7770e
14:23:34 [2021-06-10T14:23:34.227Z] #34 63.19 path
14:23:34 [2021-06-10T14:23:34.227Z] #34 63.94 text/tabwriter
14:23:34 [2021-06-10T14:23:34.227Z] #34 65.45 path/filepath
14:23:34 [2021-06-10T14:23:34.227Z] #34 65.48 fmt
14:23:34 [2021-06-10T14:23:34.227Z] #34 67.38 io/ioutil
14:23:34 [2021-06-10T14:23:34.227Z] #34 69.26 github.com/BurntSushi/toml
14:23:34 [2021-06-10T14:23:34.227Z] #34 69.26 flag
14:23:34 [2021-06-10T14:23:34.227Z] #34 71.24 log
14:23:34 [2021-06-10T14:23:34.227Z] #34 ...
14:23:34 [2021-06-10T14:23:34.227Z] 
14:23:34 [2021-06-10T14:23:34.227Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:23:34 [2021-06-10T14:23:34.227Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:23:34 [2021-06-10T14:23:34.227Z] #13 69.33 Selecting previously unselected package mingw-w64-x86-64-dev.
14:23:34 [2021-06-10T14:23:34.227Z] #13 69.34 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
14:23:34 [2021-06-10T14:23:34.227Z] #13 69.35 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
14:23:34 [2021-06-10T14:23:34.253Z] #67 25.27 Checking out files:  52% (1008/1907)   
Checking out files:  53% (1011/1907)   
Checking out files:  54% (1030/1907)   
Checking out files:  55% (1049/1907)   
Checking out files:  56% (1068/1907)   
Checking out files:  57% (1087/1907)   
Checking out files:  58% (1107/1907)   
Checking out files:  59% (1126/1907)   
Checking out files:  60% (1145/1907)   
Checking out files:  61% (1164/1907)   
Checking out files:  62% (1183/1907)   
Checking out files:  63% (1202/1907)   
Checking out files:  64% (1221/1907)   
Checking out files:  65% (1240/1907)   
Checking out files:  66% (1259/1907)   
Checking out files:  67% (1278/1907)   
Checking out files:  68% (1297/1907)   
Checking out files:  69% (1316/1907)   
Checking out files:  70% (1335/1907)   
Checking out files:  71% (1354/1907)   
Checking out files:  72% (1374/1907)   
Checking out files:  73% (1393/1907)   
Checking out files:  74% (1412/1907)   
Checking out files:  75% (1431/1907)   
Checking out files:  76% (1450/1907)   
Checking out files:  77% (1469/1907)   
Checking out files:  78% (1488/1907)   
Checking out files:  79% (1507/1907)   
Checking out files:  80% (1526/1907)   
Checking out files:  81% (1545/1907)   
Checking out files:  82% (1564/1907)   
Checking out files:  83% (1583/1907)   
Checking out files:  84% (1602/1907)   
Checking out files:  85% (1621/1907)   
Checking out files:  86% (1641/1907)   
Checking out files:  87% (1660/1907)   
Checking out files:  88% (1679/1907)   
Checking out files:  89% (1698/1907)   
Checking out files:  90% (1717/1907)   
Checking out files:  91% (1736/1907)   
Checking out files:  92% (1755/1907)   
Checking out files:  93% (1774/1907)   
Checking out files:  94% (1793/1907)   
Checking out files:  95% (1812/1907)   
Checking out files:  96% (1831/1907)   
Checking out files:  97% (1850/1907)   
Checking out files:  98% (1869/1907)   
Checking out files:  99% (1888/1907)   
Checking out files:  99% (1891/1907)   
Checking out files: 100% (1907/1907)   
Checking out files: 100% (1907/1907), done.
14:23:34 [2021-06-10T14:23:34.253Z] #67 26.37 + cd /tmp/tmp.qLfMTclh8s/src/github.com/docker/libnetwork
14:23:34 [2021-06-10T14:23:34.253Z] #67 26.37 + git checkout -q 64b7a4574d1426139437d20e81c0b6d391130ec8
14:23:35 [2021-06-10T14:23:35.003Z] #67 ...
14:23:35 [2021-06-10T14:23:35.003Z] 
14:23:35 [2021-06-10T14:23:35.003Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
14:23:35 [2021-06-10T14:23:35.003Z] #34 sha256:ebb13e91098140a128f6273462c56855a67930413fd6c41cb1548ffef983365f
14:23:35 [2021-06-10T14:23:35.003Z] #34 16.80 internal/testlog
14:23:35 [2021-06-10T14:23:35.003Z] #34 17.11 encoding
14:23:35 [2021-06-10T14:23:35.003Z] #34 17.51 runtime/cgo
14:23:35 [2021-06-10T14:23:35.003Z] #34 ...
14:23:35 [2021-06-10T14:23:35.003Z] 
14:23:35 [2021-06-10T14:23:35.003Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
14:23:35 [2021-06-10T14:23:35.003Z] #49 sha256:59cd0ca8ffee84499b47f64e1b196178c61679620e9707b0cf49ebca22fe801a
14:23:35 [2021-06-10T14:23:35.003Z] #49 21.53 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
14:23:35 [2021-06-10T14:23:35.003Z] #49 21.84 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
14:23:35 [2021-06-10T14:23:35.003Z] #49 22.14 go: downloading github.com/go-lintpack/lintpack v0.5.2
14:23:35 [2021-06-10T14:23:35.003Z] #49 22.14 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
14:23:35 [2021-06-10T14:23:35.003Z] #49 22.25 go: extracting github.com/go-lintpack/lintpack v0.5.2
14:23:35 [2021-06-10T14:23:35.003Z] #49 22.31 go: downloading github.com/inconshreveable/mousetrap v1.0.0
14:23:35 [2021-06-10T14:23:35.003Z] #49 22.37 go: extracting github.com/inconshreveable/mousetrap v1.0.0
14:23:35 [2021-06-10T14:23:35.003Z] #49 24.94 go: downloading github.com/spf13/viper v1.6.1
14:23:35 [2021-06-10T14:23:35.003Z] #49 25.01 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
14:23:35 [2021-06-10T14:23:35.003Z] #49 25.01 go: downloading github.com/stretchr/testify v1.4.0
14:23:35 [2021-06-10T14:23:35.003Z] #49 25.01 go: downloading github.com/kisielk/gotool v1.0.0
14:23:35 [2021-06-10T14:23:35.003Z] #49 25.01 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
14:23:35 [2021-06-10T14:23:35.003Z] #49 25.01 go: downloading github.com/go-toolsmith/astcopy v1.0.0
14:23:35 [2021-06-10T14:23:35.003Z] #49 25.01 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
14:23:35 [2021-06-10T14:23:35.003Z] #49 25.07 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
14:23:35 [2021-06-10T14:23:35.003Z] #49 25.07 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
14:23:35 [2021-06-10T14:23:35.003Z] #49 25.07 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
14:23:35 [2021-06-10T14:23:35.003Z] #49 25.23 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
14:23:35 [2021-06-10T14:23:35.003Z] #49 25.29 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
14:23:35 [2021-06-10T14:23:35.003Z] #49 25.33 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
14:23:35 [2021-06-10T14:23:35.003Z] #49 25.34 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
14:23:35 [2021-06-10T14:23:35.003Z] #49 25.34 go: downloading golang.org/x/text v0.3.2
14:23:35 [2021-06-10T14:23:35.003Z] #49 25.34 go: extracting github.com/go-toolsmith/astcopy v1.0.0
14:23:35 [2021-06-10T14:23:35.003Z] #49 25.36 go: extracting github.com/kisielk/gotool v1.0.0
14:23:35 [2021-06-10T14:23:35.003Z] #49 25.43 go: downloading github.com/uudashr/gocognit v1.0.1
14:23:35 [2021-06-10T14:23:35.003Z] #49 25.61 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
14:23:35 [2021-06-10T14:23:35.003Z] #49 25.62 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
14:23:35 [2021-06-10T14:23:35.003Z] #49 25.69 go: downloading github.com/fatih/color v1.7.0
14:23:35 [2021-06-10T14:23:35.003Z] #49 25.69 go: extracting github.com/stretchr/testify v1.4.0
14:23:35 [2021-06-10T14:23:35.003Z] #49 25.71 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
14:23:35 [2021-06-10T14:23:35.003Z] #49 25.75 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
14:23:35 [2021-06-10T14:23:35.003Z] #49 25.75 go: downloading github.com/sourcegraph/go-diff v0.5.1
14:23:35 [2021-06-10T14:23:35.003Z] #49 25.75 go: extracting github.com/spf13/viper v1.6.1
14:23:35 [2021-06-10T14:23:35.003Z] #49 25.93 go: downloading github.com/fsnotify/fsnotify v1.4.7
14:23:35 [2021-06-10T14:23:35.003Z] #49 25.96 go: downloading github.com/pelletier/go-toml v1.2.0
14:23:35 [2021-06-10T14:23:35.003Z] #49 25.99 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
14:23:35 [2021-06-10T14:23:35.003Z] #49 25.99 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
14:23:35 [2021-06-10T14:23:35.003Z] #49 26.01 go: extracting github.com/fatih/color v1.7.0
14:23:35 [2021-06-10T14:23:35.003Z] #49 26.05 go: extracting github.com/uudashr/gocognit v1.0.1
14:23:35 [2021-06-10T14:23:35.003Z] #49 26.07 go: downloading github.com/go-toolsmith/astfmt v1.0.0
14:23:35 [2021-06-10T14:23:35.003Z] #49 26.07 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
14:23:35 [2021-06-10T14:23:35.003Z] #49 26.25 go: extracting github.com/fsnotify/fsnotify v1.4.7
14:23:35 [2021-06-10T14:23:35.003Z] #49 26.36 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
14:23:35 [2021-06-10T14:23:35.003Z] #49 26.56 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
14:23:35 [2021-06-10T14:23:35.003Z] #49 26.56 go: downloading github.com/go-toolsmith/astequal v1.0.0
14:23:35 [2021-06-10T14:23:35.003Z] #49 26.56 go: downloading github.com/spf13/jwalterweatherman v1.0.0
14:23:35 [2021-06-10T14:23:35.003Z] #49 26.68 go: downloading github.com/subosito/gotenv v1.2.0
14:23:35 [2021-06-10T14:23:35.003Z] #49 26.78 go: extracting github.com/sourcegraph/go-diff v0.5.1
14:23:35 [2021-06-10T14:23:35.003Z] #49 26.78 go: extracting github.com/go-toolsmith/astfmt v1.0.0
14:23:35 [2021-06-10T14:23:35.003Z] #49 26.87 go: downloading github.com/go-toolsmith/astp v1.0.0
14:23:35 [2021-06-10T14:23:35.003Z] #49 26.87 go: extracting github.com/pelletier/go-toml v1.2.0
14:23:35 [2021-06-10T14:23:35.003Z] #49 26.87 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
14:23:35 [2021-06-10T14:23:35.003Z] #49 27.04 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
14:23:35 [2021-06-10T14:23:35.003Z] #49 27.14 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
14:23:35 [2021-06-10T14:23:35.271Z] #49 27.38 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
14:23:35 [2021-06-10T14:23:35.271Z] #49 27.40 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
14:23:35 [2021-06-10T14:23:35.271Z] #49 27.49 go: extracting github.com/go-toolsmith/astequal v1.0.0
14:23:35 [2021-06-10T14:23:35.271Z] #49 27.53 go: extracting github.com/subosito/gotenv v1.2.0
14:23:35 [2021-06-10T14:23:35.271Z] #49 27.59 go: downloading github.com/hashicorp/hcl v1.0.0
14:23:35 [2021-06-10T14:23:35.470Z] #13 ...
14:23:35 [2021-06-10T14:23:35.470Z] 
14:23:35 [2021-06-10T14:23:35.470Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
14:23:35 [2021-06-10T14:23:35.470Z] #37 sha256:1b8f1dc2ea6352d157e832ac851ba3f992d2535d9af7b25c9f164ae090e58698
14:23:35 [2021-06-10T14:23:35.470Z] #37 1.216 + RM_GOPATH=0
14:23:35 [2021-06-10T14:23:35.470Z] #37 1.221 + TMP_GOPATH=
14:23:35 [2021-06-10T14:23:35.470Z] #37 1.221 + : /build
14:23:35 [2021-06-10T14:23:35.470Z] #37 1.221 + '[' -z '' ']'
14:23:35 [2021-06-10T14:23:35.470Z] #37 1.229 ++ mktemp -d
14:23:35 [2021-06-10T14:23:35.470Z] #37 1.233 + export GOPATH=/tmp/tmp.28IGFMYGad
14:23:35 [2021-06-10T14:23:35.470Z] #37 1.233 + GOPATH=/tmp/tmp.28IGFMYGad
14:23:35 [2021-06-10T14:23:35.470Z] #37 1.233 + RM_GOPATH=1
14:23:35 [2021-06-10T14:23:35.470Z] #37 1.234 + case "$(go env GOARCH)" in
14:23:35 [2021-06-10T14:23:35.470Z] #37 1.234 ++ go env GOARCH
14:23:35 [2021-06-10T14:23:35.470Z] #37 1.249 + export GO_BUILDMODE=-buildmode=pie
14:23:35 [2021-06-10T14:23:35.470Z] #37 1.249 + GO_BUILDMODE=-buildmode=pie
14:23:35 [2021-06-10T14:23:35.470Z] #37 1.250 ++ dirname /tmp/install/install.sh
14:23:35 [2021-06-10T14:23:35.470Z] #37 1.258 + dir=/tmp/install
14:23:35 [2021-06-10T14:23:35.470Z] #37 1.258 + bin=tini
14:23:35 [2021-06-10T14:23:35.470Z] #37 1.258 + shift
14:23:35 [2021-06-10T14:23:35.470Z] #37 1.259 + '[' '!' -f /tmp/install/tini.installer ']'
14:23:35 [2021-06-10T14:23:35.470Z] #37 1.259 + . /tmp/install/tini.installer
14:23:35 [2021-06-10T14:23:35.470Z] #37 1.259 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
14:23:35 [2021-06-10T14:23:35.470Z] #37 1.260 + install_tini
14:23:35 [2021-06-10T14:23:35.470Z] #37 1.260 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
14:23:35 [2021-06-10T14:23:35.470Z] #37 1.261 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
14:23:35 [2021-06-10T14:23:35.470Z] #37 1.261 + git clone https://github.com/krallin/tini.git /tmp/tmp.28IGFMYGad/tini
14:23:35 [2021-06-10T14:23:35.470Z] #37 1.269 Cloning into '/tmp/tmp.28IGFMYGad/tini'...
14:23:35 [2021-06-10T14:23:35.470Z] #37 2.063 + cd /tmp/tmp.28IGFMYGad/tini
14:23:35 [2021-06-10T14:23:35.470Z] #37 2.063 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
14:23:35 [2021-06-10T14:23:35.470Z] #37 2.068 + cmake .
14:23:35 [2021-06-10T14:23:35.470Z] #37 2.690 -- The C compiler identification is GNU 8.3.0
14:23:35 [2021-06-10T14:23:35.470Z] #37 2.749 -- Check for working C compiler: /usr/bin/cc
14:23:35 [2021-06-10T14:23:35.470Z] #37 3.407 -- Check for working C compiler: /usr/bin/cc -- works
14:23:35 [2021-06-10T14:23:35.470Z] #37 3.409 -- Detecting C compiler ABI info
14:23:35 [2021-06-10T14:23:35.470Z] #37 4.115 -- Detecting C compiler ABI info - done
14:23:35 [2021-06-10T14:23:35.470Z] #37 4.178 -- Detecting C compile features
14:23:35 [2021-06-10T14:23:35.534Z] #49 27.59 go: extracting github.com/spf13/jwalterweatherman v1.0.0
14:23:35 [2021-06-10T14:23:35.534Z] #49 27.63 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
14:23:35 [2021-06-10T14:23:35.534Z] #49 27.63 go: extracting github.com/go-toolsmith/astp v1.0.0
14:23:35 [2021-06-10T14:23:35.534Z] #49 27.71 go: downloading github.com/go-toolsmith/strparse v1.0.0
14:23:35 [2021-06-10T14:23:35.534Z] #49 ...
14:23:35 [2021-06-10T14:23:35.534Z] 
14:23:35 [2021-06-10T14:23:35.534Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:23:35 [2021-06-10T14:23:35.535Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:23:35 [2021-06-10T14:23:35.535Z] #13 14.39 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB]
14:23:35 [2021-06-10T14:23:35.535Z] #13 17.12 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
14:23:35 [2021-06-10T14:23:35.535Z] #13 ...
14:23:35 [2021-06-10T14:23:35.535Z] 
14:23:35 [2021-06-10T14:23:35.535Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
14:23:35 [2021-06-10T14:23:35.535Z] #49 sha256:59cd0ca8ffee84499b47f64e1b196178c61679620e9707b0cf49ebca22fe801a
14:23:35 [2021-06-10T14:23:35.535Z] #49 27.80 go: downloading github.com/mattn/go-isatty v0.0.8
14:23:35 [2021-06-10T14:23:35.688Z] #43 16.11 make[1]: Nothing to be done for 'all'.
14:23:35 [2021-06-10T14:23:35.729Z] #37 6.070 -- Detecting C compile features - done
14:23:35 [2021-06-10T14:23:35.729Z] #37 6.115 -- Performing Test HAS_BUILTIN_FORTIFY
14:23:35 [2021-06-10T14:23:35.729Z] #37 6.274 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
14:23:35 [2021-06-10T14:23:35.794Z] #49 28.02 go: extracting github.com/go-toolsmith/strparse v1.0.0
14:23:35 [2021-06-10T14:23:35.794Z] #49 28.07 go: downloading github.com/stretchr/objx v0.2.0
14:23:35 [2021-06-10T14:23:35.794Z] #49 28.11 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
14:23:35 [2021-06-10T14:23:35.988Z] #37 6.392 -- Configuring done
14:23:35 [2021-06-10T14:23:35.988Z] #37 6.417 -- Generating done
14:23:35 [2021-06-10T14:23:35.988Z] #37 6.425 -- Build files have been written to: /tmp/tmp.28IGFMYGad/tini
14:23:35 [2021-06-10T14:23:35.988Z] #37 6.435 + make tini-static
14:23:36 [2021-06-10T14:23:36.052Z] #49 28.12 go: downloading github.com/go-toolsmith/typep v1.0.0
14:23:36 [2021-06-10T14:23:36.052Z] #49 28.13 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
14:23:36 [2021-06-10T14:23:36.052Z] #49 28.14 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
14:23:36 [2021-06-10T14:23:36.052Z] #49 28.33 go: downloading github.com/sirupsen/logrus v1.4.2
14:23:36 [2021-06-10T14:23:36.052Z] #49 28.36 go: downloading github.com/magiconair/properties v1.8.1
14:23:36 [2021-06-10T14:23:36.134Z] #13 ...
14:23:36 [2021-06-10T14:23:36.134Z] 
14:23:36 [2021-06-10T14:23:36.134Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
14:23:36 [2021-06-10T14:23:36.134Z] #37 sha256:5b0cadb8c1109e7e6f1bb0c3cf550a16499006cb35938857a64ad84999b39745
14:23:36 [2021-06-10T14:23:36.134Z] #37 6.655 -- Detecting C compile features - done
14:23:36 [2021-06-10T14:23:36.134Z] #37 6.705 -- Performing Test HAS_BUILTIN_FORTIFY
14:23:36 [2021-06-10T14:23:36.134Z] #37 6.954 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
14:23:36 [2021-06-10T14:23:36.134Z] #37 7.105 -- Configuring done
14:23:36 [2021-06-10T14:23:36.134Z] #37 7.127 -- Generating done
14:23:36 [2021-06-10T14:23:36.134Z] #37 7.134 -- Build files have been written to: /tmp/tmp.9i2szDQYu7/tini
14:23:36 [2021-06-10T14:23:36.134Z] #37 7.139 + make tini-static
14:23:36 [2021-06-10T14:23:36.134Z] #37 7.577 Scanning dependencies of target tini-static
14:23:36 [2021-06-10T14:23:36.134Z] #37 7.724 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
14:23:36 [2021-06-10T14:23:36.134Z] #37 9.047 [100%] Linking C executable tini-static
14:23:36 [2021-06-10T14:23:36.134Z] #37 9.599 [100%] Built target tini-static
14:23:36 [2021-06-10T14:23:36.134Z] #37 9.666 + mkdir -p /build
14:23:36 [2021-06-10T14:23:36.134Z] #37 9.681 + cp tini-static /build/docker-init
14:23:36 [2021-06-10T14:23:36.134Z] #37 DONE 10.1s
14:23:36 [2021-06-10T14:23:36.134Z] 
14:23:36 [2021-06-10T14:23:36.134Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:23:36 [2021-06-10T14:23:36.134Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:23:36 [2021-06-10T14:23:36.134Z] #43 4.575 fatal: not a git repository (or any of the parent directories): .git
14:23:36 [2021-06-10T14:23:36.134Z] #43 4.661   GEN      .gitid
14:23:36 [2021-06-10T14:23:36.135Z] #43 4.686   GEN      criu/include/version.h
14:23:36 [2021-06-10T14:23:36.135Z] #43 4.793   GEN      include/common/asm
14:23:36 [2021-06-10T14:23:36.311Z] #49 28.40 go: extracting github.com/go-toolsmith/typep v1.0.0
14:23:36 [2021-06-10T14:23:36.311Z] #49 28.41 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
14:23:36 [2021-06-10T14:23:36.311Z] #49 28.41 go: extracting github.com/mattn/go-isatty v0.0.8
14:23:36 [2021-06-10T14:23:36.311Z] #49 28.48 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
14:23:36 [2021-06-10T14:23:36.311Z] #49 28.58 go: extracting github.com/stretchr/objx v0.2.0
14:23:36 [2021-06-10T14:23:36.556Z] #37 ...
14:23:36 [2021-06-10T14:23:36.556Z] 
14:23:36 [2021-06-10T14:23:36.556Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:23:36 [2021-06-10T14:23:36.556Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:23:36 [2021-06-10T14:23:36.556Z] #13 67.52 Selecting previously unselected package mingw-w64-x86-64-dev.
14:23:36 [2021-06-10T14:23:36.556Z] #13 67.52 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
14:23:36 [2021-06-10T14:23:36.556Z] #13 67.59 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
14:23:36 [2021-06-10T14:23:36.556Z] #13 ...
14:23:36 [2021-06-10T14:23:36.556Z] 
14:23:36 [2021-06-10T14:23:36.556Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
14:23:36 [2021-06-10T14:23:36.556Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
14:23:36 [2021-06-10T14:23:36.556Z] #42 63.43 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
14:23:36 [2021-06-10T14:23:36.556Z] #42 63.45 Setting up libnl-3-200:amd64 (3.4.0-1) ...
14:23:36 [2021-06-10T14:23:36.556Z] #42 63.49 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
14:23:36 [2021-06-10T14:23:36.556Z] #42 63.52 Setting up libcap-dev:amd64 (1:2.25-2) ...
14:23:36 [2021-06-10T14:23:36.556Z] #42 63.55 Setting up libprotoc17:amd64 (3.6.1.3-2) ...
14:23:36 [2021-06-10T14:23:36.556Z] #42 63.57 Setting up protobuf-compiler (3.6.1.3-2) ...
14:23:36 [2021-06-10T14:23:36.556Z] #42 63.58 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
14:23:36 [2021-06-10T14:23:36.556Z] #42 63.60 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ...
14:23:36 [2021-06-10T14:23:36.556Z] #42 63.62 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
14:23:36 [2021-06-10T14:23:36.556Z] #42 63.63 Setting up python-protobuf (3.6.1.3-2) ...
14:23:36 [2021-06-10T14:23:36.556Z] #42 70.84 Setting up libnl-3-dev:amd64 (3.4.0-1) ...
14:23:36 [2021-06-10T14:23:36.556Z] #42 70.86 Processing triggers for libc-bin (2.28-10) ...
14:23:36 [2021-06-10T14:23:36.556Z] #42 DONE 71.4s
14:23:36 [2021-06-10T14:23:36.556Z] 
14:23:36 [2021-06-10T14:23:36.556Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
14:23:36 [2021-06-10T14:23:36.556Z] #51 sha256:026702a5931312d170a75b95ae695dd62b9432976cdeb9c210f5f791ad02dac4
14:23:36 [2021-06-10T14:23:36.556Z] #51 61.32 os
14:23:36 [2021-06-10T14:23:36.556Z] #51 64.92 encoding/binary
14:23:36 [2021-06-10T14:23:36.556Z] #51 65.26 fmt
14:23:36 [2021-06-10T14:23:36.556Z] #51 67.32 encoding/base64
14:23:36 [2021-06-10T14:23:36.556Z] #51 68.30 golang.org/x/sys/unix
14:23:36 [2021-06-10T14:23:36.556Z] #51 70.52 encoding/json
14:23:36 [2021-06-10T14:23:36.556Z] #51 ...
14:23:36 [2021-06-10T14:23:36.556Z] 
14:23:36 [2021-06-10T14:23:36.556Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
14:23:36 [2021-06-10T14:23:36.556Z] #37 sha256:1b8f1dc2ea6352d157e832ac851ba3f992d2535d9af7b25c9f164ae090e58698
14:23:36 [2021-06-10T14:23:36.556Z] #37 6.843 Scanning dependencies of target tini-static
14:23:36 [2021-06-10T14:23:36.556Z] #37 6.936 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
14:23:36 [2021-06-10T14:23:36.571Z] #49 28.79 go: downloading github.com/gobwas/glob v0.2.3
14:23:36 [2021-06-10T14:23:36.571Z] #49 ...
14:23:36 [2021-06-10T14:23:36.571Z] 
14:23:36 [2021-06-10T14:23:36.571Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
14:23:36 [2021-06-10T14:23:36.571Z] #58 sha256:3895cca166f94acd44d1075a400cf8f3647c0fff4a71d0757fe0eb2289aebf56
14:23:36 [2021-06-10T14:23:36.571Z] #58 18.81 go: extracting github.com/pkg/errors v0.9.1
14:23:36 [2021-06-10T14:23:36.571Z] #58 20.01 go: downloading github.com/u-root/u-root v7.0.0+incompatible
14:23:36 [2021-06-10T14:23:36.571Z] #58 20.01 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
14:23:36 [2021-06-10T14:23:36.571Z] #58 21.59 go: extracting github.com/urfave/cli/v2 v2.3.0
14:23:36 [2021-06-10T14:23:36.571Z] #58 22.04 go: extracting github.com/moby/vpnkit v0.5.0
14:23:36 [2021-06-10T14:23:36.571Z] #58 22.50 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
14:23:36 [2021-06-10T14:23:36.571Z] #58 26.48 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
14:23:36 [2021-06-10T14:23:36.571Z] #58 26.67 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777
14:23:36 [2021-06-10T14:23:36.571Z] #58 26.78 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0
14:23:36 [2021-06-10T14:23:36.571Z] #58 26.78 go: downloading github.com/russross/blackfriday/v2 v2.1.0
14:23:36 [2021-06-10T14:23:36.571Z] #58 27.98 go: extracting github.com/russross/blackfriday/v2 v2.1.0
14:23:36 [2021-06-10T14:23:36.571Z] #58 28.77 go: extracting github.com/u-root/u-root v7.0.0+incompatible
14:23:36 [2021-06-10T14:23:36.616Z] #43 ...
14:23:36 [2021-06-10T14:23:36.616Z] 
14:23:36 [2021-06-10T14:23:36.616Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:23:36 [2021-06-10T14:23:36.616Z] #45 sha256:c68427fdde4486e6953a83e7abbfb70bf4899bddbd16f59fe7daae979cc488f0
14:23:36 [2021-06-10T14:23:36.616Z] #45 78.22 text/template/parse
14:23:36 [2021-06-10T14:23:36.616Z] #45 80.13 go/parser
14:23:36 [2021-06-10T14:23:36.616Z] #45 82.89 text/template
14:23:36 [2021-06-10T14:23:36.616Z] #45 83.24 encoding/xml
14:23:36 [2021-06-10T14:23:36.616Z] #45 87.86 go/doc
14:23:36 [2021-06-10T14:23:36.616Z] #45 88.27 github.com/LK4D4/vndr/versioned
14:23:36 [2021-06-10T14:23:36.616Z] #45 88.36 compress/flate
14:23:36 [2021-06-10T14:23:36.616Z] #45 ...
14:23:36 [2021-06-10T14:23:36.616Z] 
14:23:36 [2021-06-10T14:23:36.616Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:23:36 [2021-06-10T14:23:36.616Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:23:36 [2021-06-10T14:23:36.616Z] #13 76.44 Selecting previously unselected package gcc-mingw-w64-base.
14:23:36 [2021-06-10T14:23:36.616Z] #13 76.48 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
14:23:36 [2021-06-10T14:23:36.616Z] #13 76.49 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
14:23:36 [2021-06-10T14:23:36.616Z] #13 76.62 Selecting previously unselected package gcc-mingw-w64-x86-64.
14:23:36 [2021-06-10T14:23:36.616Z] #13 76.63 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
14:23:36 [2021-06-10T14:23:36.616Z] #13 76.67 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
14:23:36 [2021-06-10T14:23:36.830Z] #58 ...
14:23:36 [2021-06-10T14:23:36.830Z] 
14:23:36 [2021-06-10T14:23:36.830Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
14:23:36 [2021-06-10T14:23:36.830Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
14:23:36 [2021-06-10T14:23:36.830Z] #40 28.10 Checking out files:  70% (1189/1694)   
Checking out files:  71% (1203/1694)   
Checking out files:  72% (1220/1694)   
Checking out files:  73% (1237/1694)   
Checking out files:  74% (1254/1694)   
Checking out files:  75% (1271/1694)   
Checking out files:  76% (1288/1694)   
Checking out files:  77% (1305/1694)   
Checking out files:  78% (1322/1694)   
Checking out files:  79% (1339/1694)   
Checking out files:  80% (1356/1694)   
Checking out files:  81% (1373/1694)   
Checking out files:  82% (1390/1694)   
Checking out files:  83% (1407/1694)   
Checking out files:  84% (1423/1694)   
Checking out files:  85% (1440/1694)   
Checking out files:  86% (1457/1694)   
Checking out files:  87% (1474/1694)   
Checking out files:  88% (1491/1694)   
Checking out files:  89% (1508/1694)   
Checking out files:  90% (1525/1694)   
Checking out files:  91% (1542/1694)   
Checking out files:  92% (1559/1694)   
Checking out files:  93% (1576/1694)   
Checking out files:  94% (1593/1694)   
Checking out files:  95% (1610/1694)   
Checking out files:  96% (1627/1694)   
Checking out files:  97% (1644/1694)   
Checking out files:  98% (1661/1694)   
Checking out files:  99% (1678/1694)   
Checking out files: 100% (1694/1694)   
Checking out files: 100% (1694/1694), done.
14:23:36 [2021-06-10T14:23:36.830Z] #40 28.63 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
14:23:36 [2021-06-10T14:23:36.872Z] #13 ...
14:23:36 [2021-06-10T14:23:36.872Z] 
14:23:36 [2021-06-10T14:23:36.872Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:23:36 [2021-06-10T14:23:36.872Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:23:36 [2021-06-10T14:23:36.872Z] #43 17.58   CC       images/stats.o
14:23:37 [2021-06-10T14:23:37.125Z] #37 ...
14:23:37 [2021-06-10T14:23:37.126Z] 
14:23:37 [2021-06-10T14:23:37.126Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
14:23:37 [2021-06-10T14:23:37.126Z] #34 sha256:1bd79eefbd5c5e5657018774b6f822efd8e156cc13956d480910db8e74ab3889
14:23:37 [2021-06-10T14:23:37.126Z] #34 62.02 strings
14:23:37 [2021-06-10T14:23:37.126Z] #34 64.44 fmt
14:23:37 [2021-06-10T14:23:37.126Z] #34 65.58 path/filepath
14:23:37 [2021-06-10T14:23:37.126Z] #34 67.08 io/ioutil
14:23:37 [2021-06-10T14:23:37.126Z] #34 67.78 path
14:23:37 [2021-06-10T14:23:37.126Z] #34 68.43 text/tabwriter
14:23:37 [2021-06-10T14:23:37.126Z] #34 69.59 flag
14:23:37 [2021-06-10T14:23:37.126Z] #34 69.60 github.com/BurntSushi/toml
14:23:37 [2021-06-10T14:23:37.126Z] #34 71.08 log
14:23:37 [2021-06-10T14:23:37.126Z] #34 ...
14:23:37 [2021-06-10T14:23:37.126Z] 
14:23:37 [2021-06-10T14:23:37.126Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:23:37 [2021-06-10T14:23:37.126Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:23:37 [2021-06-10T14:23:37.434Z] #43 17.94   CC       images/core.o
14:23:37 [2021-06-10T14:23:37.731Z] #43 ...
14:23:37 [2021-06-10T14:23:37.731Z] 
14:23:37 [2021-06-10T14:23:37.731Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:23:37 [2021-06-10T14:23:37.731Z] #45 sha256:770eca950a2ba38bb61271a0b7972836e7f5fb7a18ce6ace5a86e3fba3afcec7
14:23:37 [2021-06-10T14:23:37.731Z] #45 62.54 os
14:23:37 [2021-06-10T14:23:37.731Z] #45 64.29 regexp/syntax
14:23:37 [2021-06-10T14:23:37.731Z] #45 66.74 fmt
14:23:37 [2021-06-10T14:23:37.731Z] #45 69.56 regexp
14:23:37 [2021-06-10T14:23:37.731Z] #45 72.08 go/token
14:23:37 [2021-06-10T14:23:37.997Z] #43 18.60   CC       images/core-x86.o
14:23:37 [2021-06-10T14:23:37.997Z] #43 ...
14:23:37 [2021-06-10T14:23:37.997Z] 
14:23:37 [2021-06-10T14:23:37.997Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
14:23:37 [2021-06-10T14:23:37.997Z] #51 sha256:211c575dc25b9b0cf9000ae948ded2f6fba157c1a093eb0bc11100e00b64efc5
14:23:37 [2021-06-10T14:23:37.997Z] #51 79.60 github.com/pkg/diff
14:23:37 [2021-06-10T14:23:37.997Z] #51 80.47 golang.org/x/crypto/ssh/terminal
14:23:37 [2021-06-10T14:23:37.997Z] #51 80.99 mvdan.cc/editorconfig
14:23:37 [2021-06-10T14:23:37.997Z] #51 82.10 mvdan.cc/sh/v3/fileutil
14:23:37 [2021-06-10T14:23:37.997Z] #51 82.12 mvdan.cc/sh/v3/syntax
14:23:37 [2021-06-10T14:23:37.997Z] #51 88.04 mvdan.cc/sh/v3/cmd/shfmt
14:23:38 [2021-06-10T14:23:38.043Z] #43 7.131   PBCC     images/timens.pb-c.c
14:23:38 [2021-06-10T14:23:38.298Z] #45 ...
14:23:38 [2021-06-10T14:23:38.298Z] 
14:23:38 [2021-06-10T14:23:38.298Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
14:23:38 [2021-06-10T14:23:38.298Z] #37 sha256:1b8f1dc2ea6352d157e832ac851ba3f992d2535d9af7b25c9f164ae090e58698
14:23:38 [2021-06-10T14:23:38.298Z] #37 8.850 [100%] Linking C executable tini-static
14:23:38 [2021-06-10T14:23:38.302Z] #43 7.151   DEP      images/timens.pb-c.d
14:23:38 [2021-06-10T14:23:38.302Z] #43 7.185   PBCC     images/fown.pb-c.c
14:23:38 [2021-06-10T14:23:38.302Z] #43 7.193   PBCC     images/google/protobuf/descriptor.pb-c.c
14:23:38 [2021-06-10T14:23:38.302Z] #43 7.269   PBCC     images/opts.pb-c.c
14:23:38 [2021-06-10T14:23:38.302Z] #43 7.301   PBCC     images/memfd.pb-c.c
14:23:38 [2021-06-10T14:23:38.302Z] #43 7.354   DEP      images/fown.pb-c.d
14:23:38 [2021-06-10T14:23:38.302Z] #43 7.403   DEP      images/google/protobuf/descriptor.pb-c.d
14:23:38 [2021-06-10T14:23:38.559Z] #51 ...
14:23:38 [2021-06-10T14:23:38.559Z] 
14:23:38 [2021-06-10T14:23:38.559Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:23:38 [2021-06-10T14:23:38.559Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:23:38 [2021-06-10T14:23:38.559Z] #43 19.16   CC       images/core-arm.o
14:23:38 [2021-06-10T14:23:38.562Z] #43 7.513   DEP      images/opts.pb-c.d
14:23:38 [2021-06-10T14:23:38.562Z] #43 7.595   DEP      images/memfd.pb-c.d
14:23:38 [2021-06-10T14:23:38.562Z] #43 7.658   PBCC     images/sit.pb-c.c
14:23:38 [2021-06-10T14:23:38.815Z] #43 19.57   CC       images/core-aarch64.o
14:23:38 [2021-06-10T14:23:38.824Z] #43 7.743   DEP      images/sit.pb-c.d
14:23:38 [2021-06-10T14:23:38.824Z] #43 7.819   PBCC     images/macvlan.pb-c.c
14:23:38 [2021-06-10T14:23:38.824Z] #43 7.841   DEP      images/macvlan.pb-c.d
14:23:38 [2021-06-10T14:23:38.824Z] #43 7.889   PBCC     images/autofs.pb-c.c
14:23:38 [2021-06-10T14:23:38.824Z] #43 7.929   DEP      images/autofs.pb-c.d
14:23:38 [2021-06-10T14:23:38.868Z] #37 9.398 [100%] Built target tini-static
14:23:39 [2021-06-10T14:23:39.072Z] #43 19.81   CC       images/core-ppc64.o
14:23:39 [2021-06-10T14:23:39.083Z] #43 7.974   PBCC     images/sysctl.pb-c.c
14:23:39 [2021-06-10T14:23:39.083Z] #43 8.031   DEP      images/sysctl.pb-c.d
14:23:39 [2021-06-10T14:23:39.083Z] #43 8.085   PBCC     images/time.pb-c.c
14:23:39 [2021-06-10T14:23:39.083Z] #43 8.099   DEP      images/time.pb-c.d
14:23:39 [2021-06-10T14:23:39.083Z] #43 8.137   PBCC     images/binfmt-misc.pb-c.c
14:23:39 [2021-06-10T14:23:39.083Z] #43 8.169   DEP      images/binfmt-misc.pb-c.d
14:23:39 [2021-06-10T14:23:39.083Z] #43 8.221   PBCC     images/seccomp.pb-c.c
14:23:39 [2021-06-10T14:23:39.083Z] #43 8.257   DEP      images/seccomp.pb-c.d
14:23:39 [2021-06-10T14:23:39.083Z] #43 ...
14:23:39 [2021-06-10T14:23:39.083Z] 
14:23:39 [2021-06-10T14:23:39.083Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:23:39 [2021-06-10T14:23:39.083Z] #45 sha256:42d38f7346c664d1ca94914b7840cafbd6e2c471bfd0c2b97f8234196205f3ba
14:23:39 [2021-06-10T14:23:39.083Z] #45 68.21 fmt
14:23:39 [2021-06-10T14:23:39.083Z] #45 68.30 regexp
14:23:39 [2021-06-10T14:23:39.083Z] #45 72.19 internal/lazyregexp
14:23:39 [2021-06-10T14:23:39.083Z] #45 72.42 github.com/LK4D4/vndr/versioned
14:23:39 [2021-06-10T14:23:39.083Z] #45 72.71 hash/crc32
14:23:39 [2021-06-10T14:23:39.083Z] #45 73.48 go/token
14:23:39 [2021-06-10T14:23:39.083Z] #45 73.50 net/url
14:23:39 [2021-06-10T14:23:39.083Z] #45 74.48 go/scanner
14:23:39 [2021-06-10T14:23:39.083Z] #45 75.65 text/template/parse
14:23:39 [2021-06-10T14:23:39.083Z] #45 76.32 go/ast
14:23:39 [2021-06-10T14:23:39.140Z] #37 9.459 + mkdir -p /build
14:23:39 [2021-06-10T14:23:39.140Z] #37 9.486 + cp tini-static /build/docker-init
14:23:39 [2021-06-10T14:23:39.140Z] #37 DONE 9.7s
14:23:39 [2021-06-10T14:23:39.140Z] 
14:23:39 [2021-06-10T14:23:39.140Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:23:39 [2021-06-10T14:23:39.140Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:23:39 [2021-06-10T14:23:39.140Z] #43 2.301 Note: Building without setproctitle() and strlcpy() support.
14:23:39 [2021-06-10T14:23:39.140Z] #43 2.301       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
14:23:39 [2021-06-10T14:23:39.140Z] #43 2.335 Note: Building without GnuTLS support
14:23:39 [2021-06-10T14:23:39.140Z] #43 2.337 Makefile.config:39: Warn: you have no libnftables installed
14:23:39 [2021-06-10T14:23:39.140Z] #43 2.338 Makefile.config:40: Warn: Building without nftables support
14:23:39 [2021-06-10T14:23:39.343Z] #45 ...
14:23:39 [2021-06-10T14:23:39.343Z] 
14:23:39 [2021-06-10T14:23:39.343Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:23:39 [2021-06-10T14:23:39.343Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:23:39 [2021-06-10T14:23:39.343Z] #43 8.318   PBCC     images/userns.pb-c.c
14:23:39 [2021-06-10T14:23:39.343Z] #43 8.324   DEP      images/userns.pb-c.d
14:23:39 [2021-06-10T14:23:39.343Z] #43 8.388   PBCC     images/cgroup.pb-c.c
14:23:39 [2021-06-10T14:23:39.343Z] #43 8.429   DEP      images/cgroup.pb-c.d
14:23:39 [2021-06-10T14:23:39.343Z] #43 8.513   PBCC     images/ext-file.pb-c.c
14:23:39 [2021-06-10T14:23:39.362Z] #40 31.22 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
14:23:39 [2021-06-10T14:23:39.602Z] #43 8.533   DEP      images/ext-file.pb-c.d
14:23:39 [2021-06-10T14:23:39.602Z] #43 8.611   PBCC     images/rpc.pb-c.c
14:23:39 [2021-06-10T14:23:39.602Z] #43 ...
14:23:39 [2021-06-10T14:23:39.602Z] 
14:23:39 [2021-06-10T14:23:39.602Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
14:23:39 [2021-06-10T14:23:39.602Z] #34 sha256:197c3de5ab27ce794fc93345d34e9ec4f1e42edd1718a2dbf32b7205d2b7770e
14:23:39 [2021-06-10T14:23:39.602Z] #34 73.97 github.com/BurntSushi/toml/cmd/tomlv
14:23:39 [2021-06-10T14:23:39.602Z] #34 DONE 78.8s
14:23:39 [2021-06-10T14:23:39.602Z] 
14:23:39 [2021-06-10T14:23:39.602Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:23:39 [2021-06-10T14:23:39.602Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:23:39 [2021-06-10T14:23:39.602Z] #43 8.668   DEP      images/rpc.pb-c.d
14:23:39 [2021-06-10T14:23:39.602Z] #43 8.712   PBCC     images/siginfo.pb-c.c
14:23:39 [2021-06-10T14:23:39.602Z] #43 8.764   DEP      images/siginfo.pb-c.d
14:23:39 [2021-06-10T14:23:39.648Z] #43 20.41   CC       images/core-s390.o
14:23:39 [2021-06-10T14:23:39.861Z] #43 8.961   PBCC     images/pagemap.pb-c.c
14:23:39 [2021-06-10T14:23:39.861Z] #43 9.045   DEP      images/pagemap.pb-c.d
14:23:40 [2021-06-10T14:23:40.121Z] #43 9.177   PBCC     images/rlimit.pb-c.c
14:23:40 [2021-06-10T14:23:40.298Z] #40 ...
14:23:40 [2021-06-10T14:23:40.298Z] 
14:23:40 [2021-06-10T14:23:40.298Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
14:23:40 [2021-06-10T14:23:40.298Z] #51 sha256:d3933c6381a39303c1b4be9ff8f6e580af4864a6f8d2ca329ab610777c4e8b33
14:23:40 [2021-06-10T14:23:40.298Z] #51 22.59 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
14:23:40 [2021-06-10T14:23:40.298Z] #51 24.00 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
14:23:40 [2021-06-10T14:23:40.298Z] #51 24.13 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
14:23:40 [2021-06-10T14:23:40.298Z] #51 24.37 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
14:23:40 [2021-06-10T14:23:40.298Z] #51 24.40 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
14:23:40 [2021-06-10T14:23:40.298Z] #51 25.58 runtime
14:23:40 [2021-06-10T14:23:40.298Z] #51 25.62 runtime/cgo
14:23:40 [2021-06-10T14:23:40.383Z] #43 9.201   DEP      images/rlimit.pb-c.d
14:23:40 [2021-06-10T14:23:40.383Z] #43 9.381   PBCC     images/file-lock.pb-c.c
14:23:40 [2021-06-10T14:23:40.383Z] #43 9.446   DEP      images/file-lock.pb-c.d
14:23:40 [2021-06-10T14:23:40.383Z] #43 9.568   PBCC     images/tty.pb-c.c
14:23:40 [2021-06-10T14:23:40.557Z] #51 ...
14:23:40 [2021-06-10T14:23:40.557Z] 
14:23:40 [2021-06-10T14:23:40.557Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
14:23:40 [2021-06-10T14:23:40.557Z] #58 sha256:3895cca166f94acd44d1075a400cf8f3647c0fff4a71d0757fe0eb2289aebf56
14:23:40 [2021-06-10T14:23:40.557Z] #58 32.71 go: finding github.com/pkg/errors v0.9.1
14:23:40 [2021-06-10T14:23:40.579Z] #43 21.09   CC       images/cpuinfo.o
14:23:40 [2021-06-10T14:23:40.643Z] #43 9.708   DEP      images/tty.pb-c.d
14:23:40 [2021-06-10T14:23:40.643Z] #43 9.786   PBCC     images/tun.pb-c.c
14:23:40 [2021-06-10T14:23:40.817Z] #58 32.88 go: finding github.com/sirupsen/logrus v1.8.1
14:23:40 [2021-06-10T14:23:40.817Z] #58 33.10 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
14:23:40 [2021-06-10T14:23:40.835Z] #43 21.57   CC       images/inventory.o
14:23:40 [2021-06-10T14:23:40.902Z] #43 9.891   PBCC     images/netdev.pb-c.c
14:23:40 [2021-06-10T14:23:40.902Z] #43 9.975   DEP      images/tun.pb-c.d
14:23:41 [2021-06-10T14:23:41.075Z] #58 33.27 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
14:23:41 [2021-06-10T14:23:41.075Z] #58 33.38 go: finding github.com/google/uuid v1.2.0
14:23:41 [2021-06-10T14:23:41.091Z] #43 21.84   CC       images/fdinfo.o
14:23:41 [2021-06-10T14:23:41.162Z] #43 10.09   DEP      images/netdev.pb-c.d
14:23:41 [2021-06-10T14:23:41.162Z] #43 10.14   PBCC     images/vma.pb-c.c
14:23:41 [2021-06-10T14:23:41.162Z] #43 10.19   DEP      images/vma.pb-c.d
14:23:41 [2021-06-10T14:23:41.162Z] #43 10.23   PBCC     images/creds.pb-c.c
14:23:41 [2021-06-10T14:23:41.162Z] #43 10.25   DEP      images/creds.pb-c.d
14:23:41 [2021-06-10T14:23:41.162Z] #43 10.31   PBCC     images/utsns.pb-c.c
14:23:41 [2021-06-10T14:23:41.162Z] #43 10.35   DEP      images/utsns.pb-c.d
14:23:41 [2021-06-10T14:23:41.338Z] #58 33.43 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
14:23:41 [2021-06-10T14:23:41.338Z] #58 33.46 go: finding github.com/gofrs/flock v0.8.0
14:23:41 [2021-06-10T14:23:41.338Z] #58 33.47 go: finding github.com/moby/vpnkit v0.5.0
14:23:41 [2021-06-10T14:23:41.338Z] #58 33.59 go: finding github.com/moby/sys/mountinfo v0.4.1
14:23:41 [2021-06-10T14:23:41.338Z] #58 33.63 go: finding github.com/gorilla/mux v1.8.0
14:23:41 [2021-06-10T14:23:41.424Z] #43 10.38   PBCC     images/ipc-desc.pb-c.c
14:23:41 [2021-06-10T14:23:41.424Z] #43 10.39   PBCC     images/ipc-sem.pb-c.c
14:23:41 [2021-06-10T14:23:41.424Z] #43 10.44   DEP      images/ipc-desc.pb-c.d
14:23:41 [2021-06-10T14:23:41.597Z] #58 33.71 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777
14:23:41 [2021-06-10T14:23:41.597Z] #58 33.71 go: finding github.com/urfave/cli/v2 v2.3.0
14:23:41 [2021-06-10T14:23:41.597Z] #58 33.75 go: finding github.com/u-root/u-root v7.0.0+incompatible
14:23:41 [2021-06-10T14:23:41.597Z] #58 ...
14:23:41 [2021-06-10T14:23:41.597Z] 
14:23:41 [2021-06-10T14:23:41.598Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
14:23:41 [2021-06-10T14:23:41.598Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
14:23:41 [2021-06-10T14:23:41.598Z] #42 23.68 Fetched 8448 kB in 19s (454 kB/s)
14:23:41 [2021-06-10T14:23:41.598Z] #42 23.68 Reading package lists...
14:23:41 [2021-06-10T14:23:41.598Z] #42 31.84 Reading package lists...
14:23:41 [2021-06-10T14:23:41.598Z] #42 ...
14:23:41 [2021-06-10T14:23:41.598Z] 
14:23:41 [2021-06-10T14:23:41.598Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
14:23:41 [2021-06-10T14:23:41.598Z] #49 sha256:59cd0ca8ffee84499b47f64e1b196178c61679620e9707b0cf49ebca22fe801a
14:23:41 [2021-06-10T14:23:41.598Z] #49 28.93 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
14:23:41 [2021-06-10T14:23:41.598Z] #49 28.93 go: downloading github.com/pmezard/go-difflib v1.0.0
14:23:41 [2021-06-10T14:23:41.598Z] #49 28.93 go: extracting github.com/hashicorp/hcl v1.0.0
14:23:41 [2021-06-10T14:23:41.598Z] #49 28.94 go: extracting github.com/sirupsen/logrus v1.4.2
14:23:41 [2021-06-10T14:23:41.598Z] #49 29.21 go: extracting github.com/pmezard/go-difflib v1.0.0
14:23:41 [2021-06-10T14:23:41.598Z] #49 29.36 go: downloading gopkg.in/ini.v1 v1.51.0
14:23:41 [2021-06-10T14:23:41.598Z] #49 29.44 go: extracting github.com/magiconair/properties v1.8.1
14:23:41 [2021-06-10T14:23:41.598Z] #49 29.62 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
14:23:41 [2021-06-10T14:23:41.598Z] #49 29.63 go: extracting github.com/gobwas/glob v0.2.3
14:23:41 [2021-06-10T14:23:41.598Z] #49 29.68 go: downloading github.com/spf13/afero v1.1.2
14:23:41 [2021-06-10T14:23:41.598Z] #49 30.21 go: extracting gopkg.in/ini.v1 v1.51.0
14:23:41 [2021-06-10T14:23:41.598Z] #49 30.22 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
14:23:41 [2021-06-10T14:23:41.598Z] #49 30.26 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
14:23:41 [2021-06-10T14:23:41.598Z] #49 30.30 go: extracting github.com/spf13/afero v1.1.2
14:23:41 [2021-06-10T14:23:41.598Z] #49 30.30 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
14:23:41 [2021-06-10T14:23:41.598Z] #49 30.38 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
14:23:41 [2021-06-10T14:23:41.598Z] #49 30.40 go: downloading github.com/davecgh/go-spew v1.1.1
14:23:41 [2021-06-10T14:23:41.598Z] #49 30.47 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
14:23:41 [2021-06-10T14:23:41.598Z] #49 30.49 go: downloading github.com/spf13/cast v1.3.0
14:23:41 [2021-06-10T14:23:41.598Z] #49 30.60 go: downloading github.com/mitchellh/mapstructure v1.1.2
14:23:41 [2021-06-10T14:23:41.598Z] #49 30.63 go: downloading github.com/gogo/protobuf v1.2.1
14:23:41 [2021-06-10T14:23:41.598Z] #49 31.04 go: extracting github.com/spf13/cast v1.3.0
14:23:41 [2021-06-10T14:23:41.598Z] #49 31.07 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
14:23:41 [2021-06-10T14:23:41.598Z] #49 31.13 go: extracting github.com/mitchellh/mapstructure v1.1.2
14:23:41 [2021-06-10T14:23:41.598Z] #49 31.19 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
14:23:41 [2021-06-10T14:23:41.598Z] #49 31.19 go: extracting github.com/davecgh/go-spew v1.1.1
14:23:41 [2021-06-10T14:23:41.598Z] #49 31.26 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
14:23:41 [2021-06-10T14:23:41.598Z] #49 31.32 go: downloading gopkg.in/yaml.v2 v2.2.7
14:23:41 [2021-06-10T14:23:41.598Z] #49 31.50 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
14:23:41 [2021-06-10T14:23:41.598Z] #49 31.54 go: downloading github.com/mattn/go-colorable v0.1.4
14:23:41 [2021-06-10T14:23:41.598Z] #49 31.58 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
14:23:41 [2021-06-10T14:23:41.598Z] #49 31.73 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
14:23:41 [2021-06-10T14:23:41.598Z] #49 31.83 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
14:23:41 [2021-06-10T14:23:41.598Z] #49 32.05 go: extracting github.com/mattn/go-colorable v0.1.4
14:23:41 [2021-06-10T14:23:41.598Z] #49 32.09 go: downloading github.com/BurntSushi/toml v0.3.1
14:23:41 [2021-06-10T14:23:41.598Z] #49 32.22 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
14:23:41 [2021-06-10T14:23:41.598Z] #49 32.32 go: extracting gopkg.in/yaml.v2 v2.2.7
14:23:41 [2021-06-10T14:23:41.598Z] #49 32.40 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
14:23:41 [2021-06-10T14:23:41.598Z] #49 32.59 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
14:23:41 [2021-06-10T14:23:41.598Z] #49 32.75 go: extracting github.com/BurntSushi/toml v0.3.1
14:23:41 [2021-06-10T14:23:41.656Z] #43 22.26   CC       images/fown.o
14:23:41 [2021-06-10T14:23:41.656Z] #43 22.40   CC       images/ns.o
14:23:41 [2021-06-10T14:23:41.677Z] #43 4.981 fatal: not a git repository (or any of the parent directories): .git
14:23:41 [2021-06-10T14:23:41.677Z] #43 5.054   GEN      .gitid
14:23:41 [2021-06-10T14:23:41.677Z] #43 5.094   GEN      criu/include/version.h
14:23:41 [2021-06-10T14:23:41.677Z] #43 5.165   GEN      include/common/asm
14:23:41 [2021-06-10T14:23:41.684Z] #43 10.51   DEP      images/ipc-sem.pb-c.d
14:23:41 [2021-06-10T14:23:41.684Z] #43 10.57   PBCC     images/ipc-msg.pb-c.c
14:23:41 [2021-06-10T14:23:41.684Z] #43 10.58   DEP      images/ipc-msg.pb-c.d
14:23:41 [2021-06-10T14:23:41.684Z] #43 10.65   PBCC     images/ipc-shm.pb-c.c
14:23:41 [2021-06-10T14:23:41.684Z] #43 10.70   DEP      images/ipc-shm.pb-c.d
14:23:41 [2021-06-10T14:23:41.684Z] #43 10.75   PBCC     images/ipc-var.pb-c.c
14:23:41 [2021-06-10T14:23:41.684Z] #43 10.77   DEP      images/ipc-var.pb-c.d
14:23:41 [2021-06-10T14:23:41.684Z] #43 10.84   PBCC     images/sk-opts.pb-c.c
14:23:41 [2021-06-10T14:23:41.684Z] #43 10.87   PBCC     images/packet-sock.pb-c.c
14:23:41 [2021-06-10T14:23:41.916Z] #43 22.64   CC       images/regfile.o
14:23:41 [2021-06-10T14:23:41.943Z] #43 10.92   DEP      images/sk-opts.pb-c.d
14:23:41 [2021-06-10T14:23:41.943Z] #43 10.97   DEP      images/packet-sock.pb-c.d
14:23:41 [2021-06-10T14:23:41.943Z] #43 11.04   PBCC     images/sk-netlink.pb-c.c
14:23:41 [2021-06-10T14:23:41.943Z] #43 11.12   DEP      images/sk-netlink.pb-c.d
14:23:42 [2021-06-10T14:23:42.174Z] #43 ...
14:23:42 [2021-06-10T14:23:42.174Z] 
14:23:42 [2021-06-10T14:23:42.174Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
14:23:42 [2021-06-10T14:23:42.174Z] #51 sha256:211c575dc25b9b0cf9000ae948ded2f6fba157c1a093eb0bc11100e00b64efc5
14:23:42 [2021-06-10T14:23:42.174Z] #51 DONE 93.8s
14:23:42 [2021-06-10T14:23:42.174Z] 
14:23:42 [2021-06-10T14:23:42.174Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
14:23:42 [2021-06-10T14:23:42.174Z] #56 sha256:d262fd2cbea62d8ddcf70915974242c997dae805959e6153590fc1af79a8dbd9
14:23:42 [2021-06-10T14:23:42.174Z] #56 45.24 Checking out files:  48% (1898/3928)   
Checking out files:  49% (1925/3928)   
Checking out files:  50% (1964/3928)   
Checking out files:  51% (2004/3928)   
Checking out files:  52% (2043/3928)   
Checking out files:  53% (2082/3928)   
Checking out files:  54% (2122/3928)   
Checking out files:  55% (2161/3928)   
Checking out files:  56% (2200/3928)   
Checking out files:  57% (2239/3928)   
Checking out files:  58% (2279/3928)   
Checking out files:  59% (2318/3928)   
Checking out files:  60% (2357/3928)   
Checking out files:  61% (2397/3928)   
Checking out files:  62% (2436/3928)   
Checking out files:  63% (2475/3928)   
Checking out files:  64% (2514/3928)   
Checking out files:  65% (2554/3928)   
Checking out files:  66% (2593/3928)   
Checking out files:  67% (2632/3928)   
Checking out files:  68% (2672/3928)   
Checking out files:  69% (2711/3928)   
Checking out files:  70% (2750/3928)   
Checking out files:  71% (2789/3928)   
Checking out files:  72% (2829/3928)   
Checking out files:  73% (2868/3928)   
Checking out files:  74% (2907/3928)   
Checking out files:  75% (2946/3928)   
Checking out files:  76% (2986/3928)   
Checking out files:  77% (3025/3928)   
Checking out files:  78% (3064/3928)   
Checking out files:  79% (3104/3928)   
Checking out files:  80% (3143/3928)   
Checking out files:  81% (3182/3928)   
Checking out files:  82% (3221/3928)   
Checking out files:  83% (3261/3928)   
Checking out files:  84% (3300/3928)   
Checking out files:  85% (3339/3928)   
Checking out files:  86% (3379/3928)   
Checking out files:  86% (3383/3928)   
Checking out files:  87% (3418/3928)   
Checking out files:  88% (3457/3928)   
Checking out files:  89% (3496/3928)   
Checking out files:  90% (3536/3928)   
Checking out files:  91% (3575/3928)   
Checking out files:  92% (3614/3928)   
Checking out files:  93% (3654/3928)   
Checking out files:  94% (3693/3928)   
Checking out files:  95% (3732/3928)   
Checking out files:  96% (3771/3928)   
Checking out files:  97% (3811/3928)   
Checking out files:  98% (3850/3928)   
Checking out files:  99% (3889/3928)   
Checking out files: 100% (3928/3928)   
Checking out files: 100% (3928/3928), done.
14:23:42 [2021-06-10T14:23:42.174Z] #56 46.85 + cd /tmp/tmp.1AfQCkzqNC/src/github.com/containerd/containerd
14:23:42 [2021-06-10T14:23:42.174Z] #56 46.85 + git checkout -q d71fcd7d8303cbf684402823e425e9dd2e99285d
14:23:42 [2021-06-10T14:23:42.202Z] #43 11.20   PBCC     images/sk-inet.pb-c.c
14:23:42 [2021-06-10T14:23:42.202Z] #43 11.25   DEP      images/sk-inet.pb-c.d
14:23:42 [2021-06-10T14:23:42.202Z] #43 11.32   PBCC     images/sk-unix.pb-c.c
14:23:42 [2021-06-10T14:23:42.202Z] #43 11.39   DEP      images/sk-unix.pb-c.d
14:23:42 [2021-06-10T14:23:42.461Z] #43 11.46   PBCC     images/mm.pb-c.c
14:23:42 [2021-06-10T14:23:42.461Z] #43 11.56   DEP      images/mm.pb-c.d
14:23:42 [2021-06-10T14:23:42.461Z] #43 11.61   PBCC     images/timerfd.pb-c.c
14:23:42 [2021-06-10T14:23:42.720Z] #43 11.66   DEP      images/timerfd.pb-c.d
14:23:42 [2021-06-10T14:23:42.720Z] #43 11.72   PBCC     images/timer.pb-c.c
14:23:42 [2021-06-10T14:23:42.720Z] #43 11.77   DEP      images/timer.pb-c.d
14:23:42 [2021-06-10T14:23:42.720Z] #43 11.82   PBCC     images/sa.pb-c.c
14:23:42 [2021-06-10T14:23:42.720Z] #43 11.86   DEP      images/sa.pb-c.d
14:23:42 [2021-06-10T14:23:42.720Z] #43 11.90   PBCC     images/pipe-data.pb-c.c
14:23:42 [2021-06-10T14:23:42.975Z] #49 34.91 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
14:23:42 [2021-06-10T14:23:42.975Z] #49 ...
14:23:42 [2021-06-10T14:23:42.975Z] 
14:23:42 [2021-06-10T14:23:42.975Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
14:23:42 [2021-06-10T14:23:42.975Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
14:23:42 [2021-06-10T14:23:42.975Z] #55 25.16 Fetched 8448 kB in 20s (431 kB/s)
14:23:42 [2021-06-10T14:23:42.975Z] #55 25.16 Reading package lists...
14:23:42 [2021-06-10T14:23:42.979Z] #43 11.93   DEP      images/pipe-data.pb-c.d
14:23:42 [2021-06-10T14:23:42.979Z] #43 11.96   PBCC     images/mnt.pb-c.c
14:23:42 [2021-06-10T14:23:42.979Z] #43 12.04   DEP      images/mnt.pb-c.d
14:23:42 [2021-06-10T14:23:42.979Z] #43 12.14   PBCC     images/sk-packet.pb-c.c
14:23:42 [2021-06-10T14:23:42.979Z] #43 12.15   DEP      images/sk-packet.pb-c.d
14:23:43 [2021-06-10T14:23:43.233Z] #55 33.28 Reading package lists...
14:23:43 [2021-06-10T14:23:43.234Z] #55 ...
14:23:43 [2021-06-10T14:23:43.234Z] 
14:23:43 [2021-06-10T14:23:43.234Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:23:43 [2021-06-10T14:23:43.234Z] #45 sha256:9c2594a10bf51cf229550215f6c8f4e21f529ca0adeb1d37afd998bc86f768ee
14:23:43 [2021-06-10T14:23:43.234Z] #45 35.00 vendor/golang.org/x/crypto/curve25519
14:23:43 [2021-06-10T14:23:43.238Z] #43 12.19   PBCC     images/tcp-stream.pb-c.c
14:23:43 [2021-06-10T14:23:43.238Z] #43 12.22   DEP      images/tcp-stream.pb-c.d
14:23:43 [2021-06-10T14:23:43.238Z] #43 12.25   PBCC     images/pipe.pb-c.c
14:23:43 [2021-06-10T14:23:43.238Z] #43 12.34   DEP      images/pipe.pb-c.d
14:23:43 [2021-06-10T14:23:43.238Z] #43 12.39   PBCC     images/pstree.pb-c.c
14:23:43 [2021-06-10T14:23:43.498Z] #43 12.41   DEP      images/pstree.pb-c.d
14:23:43 [2021-06-10T14:23:43.498Z] #43 12.46   PBCC     images/fs.pb-c.c
14:23:43 [2021-06-10T14:23:43.498Z] #43 12.49   DEP      images/fs.pb-c.d
14:23:43 [2021-06-10T14:23:43.498Z] #43 12.53   PBCC     images/signalfd.pb-c.c
14:23:43 [2021-06-10T14:23:43.498Z] #43 12.59   DEP      images/signalfd.pb-c.d
14:23:43 [2021-06-10T14:23:43.498Z] #43 12.64   PBCC     images/fh.pb-c.c
14:23:43 [2021-06-10T14:23:43.579Z] #43 6.794   PBCC     images/timens.pb-c.c
14:23:43 [2021-06-10T14:23:43.579Z] #43 6.838   DEP      images/timens.pb-c.d
14:23:43 [2021-06-10T14:23:43.579Z] #43 6.887   PBCC     images/fown.pb-c.c
14:23:43 [2021-06-10T14:23:43.579Z] #43 6.922   PBCC     images/google/protobuf/descriptor.pb-c.c
14:23:43 [2021-06-10T14:23:43.579Z] #43 7.062   PBCC     images/opts.pb-c.c
14:23:43 [2021-06-10T14:23:43.579Z] #43 7.108   PBCC     images/memfd.pb-c.c
14:23:43 [2021-06-10T14:23:43.579Z] #43 7.158   DEP      images/fown.pb-c.d
14:23:43 [2021-06-10T14:23:43.757Z] #43 12.70   PBCC     images/fsnotify.pb-c.c
14:23:43 [2021-06-10T14:23:43.757Z] #43 12.79   DEP      images/fh.pb-c.d
14:23:43 [2021-06-10T14:23:43.757Z] #43 12.82   DEP      images/fsnotify.pb-c.d
14:23:43 [2021-06-10T14:23:43.801Z] #45 ...
14:23:43 [2021-06-10T14:23:43.801Z] 
14:23:43 [2021-06-10T14:23:43.801Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
14:23:43 [2021-06-10T14:23:43.801Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
14:23:43 [2021-06-10T14:23:43.801Z] #36 25.96 Fetched 8448 kB in 20s (419 kB/s)
14:23:43 [2021-06-10T14:23:43.801Z] #36 25.96 Reading package lists...
14:23:43 [2021-06-10T14:23:43.838Z] #43 7.246   DEP      images/google/protobuf/descriptor.pb-c.d
14:23:43 [2021-06-10T14:23:43.838Z] #43 7.350   DEP      images/opts.pb-c.d
14:23:43 [2021-06-10T14:23:43.838Z] #43 7.411   DEP      images/memfd.pb-c.d
14:23:43 [2021-06-10T14:23:43.838Z] #43 7.470   PBCC     images/sit.pb-c.c
14:23:44 [2021-06-10T14:23:44.016Z] #43 12.91   PBCC     images/eventpoll.pb-c.c
14:23:44 [2021-06-10T14:23:44.016Z] #43 12.93   DEP      images/eventpoll.pb-c.d
14:23:44 [2021-06-10T14:23:44.016Z] #43 12.99   PBCC     images/eventfd.pb-c.c
14:23:44 [2021-06-10T14:23:44.016Z] #43 13.03   DEP      images/eventfd.pb-c.d
14:23:44 [2021-06-10T14:23:44.016Z] #43 13.07   PBCC     images/remap-file-path.pb-c.c
14:23:44 [2021-06-10T14:23:44.016Z] #43 13.11   DEP      images/remap-file-path.pb-c.d
14:23:44 [2021-06-10T14:23:44.016Z] #43 13.17   PBCC     images/fifo.pb-c.c
14:23:44 [2021-06-10T14:23:44.061Z] #36 34.11 Reading package lists...
14:23:44 [2021-06-10T14:23:44.061Z] #36 ...
14:23:44 [2021-06-10T14:23:44.061Z] 
14:23:44 [2021-06-10T14:23:44.061Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
14:23:44 [2021-06-10T14:23:44.061Z] #58 sha256:3895cca166f94acd44d1075a400cf8f3647c0fff4a71d0757fe0eb2289aebf56
14:23:44 [2021-06-10T14:23:44.061Z] #58 33.94 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0
14:23:44 [2021-06-10T14:23:44.061Z] #58 34.21 go: finding github.com/russross/blackfriday/v2 v2.1.0
14:23:44 [2021-06-10T14:23:44.067Z] #56 48.71 + export 'BUILDTAGS=netgo osusergo static_build'
14:23:44 [2021-06-10T14:23:44.096Z] #43 7.513   DEP      images/sit.pb-c.d
14:23:44 [2021-06-10T14:23:44.096Z] #43 7.551   PBCC     images/macvlan.pb-c.c
14:23:44 [2021-06-10T14:23:44.096Z] #43 7.576   DEP      images/macvlan.pb-c.d
14:23:44 [2021-06-10T14:23:44.096Z] #43 7.671   PBCC     images/autofs.pb-c.c
14:23:44 [2021-06-10T14:23:44.096Z] #43 7.681   DEP      images/autofs.pb-c.d
14:23:44 [2021-06-10T14:23:44.276Z] #43 13.18   DEP      images/fifo.pb-c.d
14:23:44 [2021-06-10T14:23:44.276Z] #43 13.24   PBCC     images/ghost-file.pb-c.c
14:23:44 [2021-06-10T14:23:44.276Z] #43 13.31   DEP      images/ghost-file.pb-c.d
14:23:44 [2021-06-10T14:23:44.276Z] #43 13.37   PBCC     images/regfile.pb-c.c
14:23:44 [2021-06-10T14:23:44.276Z] #43 13.40   DEP      images/regfile.pb-c.d
14:23:44 [2021-06-10T14:23:44.276Z] #43 13.45   PBCC     images/ns.pb-c.c
14:23:44 [2021-06-10T14:23:44.325Z] #56 48.71 + BUILDTAGS='netgo osusergo static_build'
14:23:44 [2021-06-10T14:23:44.325Z] #56 48.71 + export EXTRA_FLAGS=-buildmode=pie
14:23:44 [2021-06-10T14:23:44.325Z] #56 48.71 + EXTRA_FLAGS=-buildmode=pie
14:23:44 [2021-06-10T14:23:44.325Z] #56 48.71 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
14:23:44 [2021-06-10T14:23:44.325Z] #56 48.71 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
14:23:44 [2021-06-10T14:23:44.325Z] #56 48.71 + '[' '' = dynamic ']'
14:23:44 [2021-06-10T14:23:44.325Z] #56 48.71 + make
14:23:44 [2021-06-10T14:23:44.359Z] #43 ...
14:23:44 [2021-06-10T14:23:44.359Z] 
14:23:44 [2021-06-10T14:23:44.359Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
14:23:44 [2021-06-10T14:23:44.359Z] #34 sha256:1bd79eefbd5c5e5657018774b6f822efd8e156cc13956d480910db8e74ab3889
14:23:44 [2021-06-10T14:23:44.359Z] #34 74.77 github.com/BurntSushi/toml/cmd/tomlv
14:23:44 [2021-06-10T14:23:44.359Z] #34 DONE 79.2s
14:23:44 [2021-06-10T14:23:44.359Z] 
14:23:44 [2021-06-10T14:23:44.359Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:23:44 [2021-06-10T14:23:44.359Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:23:44 [2021-06-10T14:23:44.359Z] #43 7.713   PBCC     images/sysctl.pb-c.c
14:23:44 [2021-06-10T14:23:44.359Z] #43 7.737   DEP      images/sysctl.pb-c.d
14:23:44 [2021-06-10T14:23:44.359Z] #43 ...
14:23:44 [2021-06-10T14:23:44.359Z] 
14:23:44 [2021-06-10T14:23:44.359Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:23:44 [2021-06-10T14:23:44.359Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:23:44 [2021-06-10T14:23:44.359Z] #13 75.18 Selecting previously unselected package gcc-mingw-w64-base.
14:23:44 [2021-06-10T14:23:44.359Z] #13 75.19 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
14:23:44 [2021-06-10T14:23:44.359Z] #13 75.20 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
14:23:44 [2021-06-10T14:23:44.359Z] #13 75.42 Selecting previously unselected package gcc-mingw-w64-x86-64.
14:23:44 [2021-06-10T14:23:44.359Z] #13 75.43 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
14:23:44 [2021-06-10T14:23:44.359Z] #13 75.43 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
14:23:44 [2021-06-10T14:23:44.535Z] #43 13.49   DEP      images/ns.pb-c.d
14:23:44 [2021-06-10T14:23:44.535Z] #43 13.52   PBCC     images/fdinfo.pb-c.c
14:23:44 [2021-06-10T14:23:44.535Z] #43 13.59   DEP      images/fdinfo.pb-c.d
14:23:44 [2021-06-10T14:23:44.535Z] #43 13.69   PBCC     images/core-aarch64.pb-c.c
14:23:44 [2021-06-10T14:23:44.535Z] #43 13.72   PBCC     images/core-arm.pb-c.c
14:23:44 [2021-06-10T14:23:44.795Z] #43 13.78   PBCC     images/core-ppc64.pb-c.c
14:23:44 [2021-06-10T14:23:44.795Z] #43 13.84   PBCC     images/core-s390.pb-c.c
14:23:44 [2021-06-10T14:23:44.795Z] #43 ...
14:23:44 [2021-06-10T14:23:44.795Z] 
14:23:44 [2021-06-10T14:23:44.795Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
14:23:44 [2021-06-10T14:23:44.795Z] #51 sha256:8db57eefe16a7ab00f092838df8e48b674e35662ebdf2da1df4e3ed00939706f
14:23:44 [2021-06-10T14:23:44.795Z] #51 73.87 encoding/json
14:23:44 [2021-06-10T14:23:44.795Z] #51 77.78 github.com/pkg/diff
14:23:44 [2021-06-10T14:23:44.795Z] #51 79.72 go/ast
14:23:44 [2021-06-10T14:23:44.795Z] #51 80.50 golang.org/x/crypto/ssh/terminal
14:23:44 [2021-06-10T14:23:44.795Z] #51 81.70 mvdan.cc/editorconfig
14:23:44 [2021-06-10T14:23:44.795Z] #51 82.59 mvdan.cc/sh/v3/fileutil
14:23:44 [2021-06-10T14:23:44.795Z] #51 82.81 mvdan.cc/sh/v3/syntax
14:23:44 [2021-06-10T14:23:44.795Z] #51 ...
14:23:44 [2021-06-10T14:23:44.795Z] 
14:23:44 [2021-06-10T14:23:44.795Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:23:44 [2021-06-10T14:23:44.795Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:23:44 [2021-06-10T14:23:44.795Z] #43 13.88   PBCC     images/core-x86.pb-c.c
14:23:44 [2021-06-10T14:23:44.795Z] #43 13.95   PBCC     images/core.pb-c.c
14:23:45 [2021-06-10T14:23:45.061Z] #43 14.03   PBCC     images/inventory.pb-c.c
14:23:45 [2021-06-10T14:23:45.061Z] #43 14.10   DEP      images/core-aarch64.pb-c.d
14:23:45 [2021-06-10T14:23:45.061Z] #43 14.16   DEP      images/core-arm.pb-c.d
14:23:45 [2021-06-10T14:23:45.264Z] #56 49.82 + bin/ctr
14:23:45 [2021-06-10T14:23:45.320Z] #43 14.25   DEP      images/core-ppc64.pb-c.d
14:23:45 [2021-06-10T14:23:45.320Z] #43 14.31   DEP      images/core-s390.pb-c.d
14:23:45 [2021-06-10T14:23:45.320Z] #43 14.37   DEP      images/core-x86.pb-c.d
14:23:45 [2021-06-10T14:23:45.320Z] #43 14.42   DEP      images/core.pb-c.d
14:23:45 [2021-06-10T14:23:45.320Z] #43 14.49   DEP      images/inventory.pb-c.d
14:23:45 [2021-06-10T14:23:45.444Z] #58 ...
14:23:45 [2021-06-10T14:23:45.444Z] 
14:23:45 [2021-06-10T14:23:45.444Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
14:23:45 [2021-06-10T14:23:45.444Z] #67 sha256:efb723cc23527a93d97c6db3ba2d85df2928f6cbac8a777f84a18c699749696a
14:23:45 [2021-06-10T14:23:45.444Z] #67 27.40 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
14:23:45 [2021-06-10T14:23:45.444Z] #67 ...
14:23:45 [2021-06-10T14:23:45.444Z] 
14:23:45 [2021-06-10T14:23:45.444Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:23:45 [2021-06-10T14:23:45.444Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:23:45 [2021-06-10T14:23:45.444Z] #13 29.58 Fetched 8973 kB in 22s (404 kB/s)
14:23:45 [2021-06-10T14:23:45.580Z] #43 14.57   PBCC     images/cpuinfo.pb-c.c
14:23:45 [2021-06-10T14:23:45.580Z] #43 14.60   DEP      images/cpuinfo.pb-c.d
14:23:45 [2021-06-10T14:23:45.580Z] #43 14.64   PBCC     images/stats.pb-c.c
14:23:45 [2021-06-10T14:23:45.580Z] #43 14.69   DEP      images/stats.pb-c.d
14:23:46 [2021-06-10T14:23:46.382Z] #13 29.58 Reading package lists...
14:23:46 [2021-06-10T14:23:46.382Z] #13 ...
14:23:46 [2021-06-10T14:23:46.382Z] 
14:23:46 [2021-06-10T14:23:46.382Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
14:23:46 [2021-06-10T14:23:46.382Z] #49 sha256:59cd0ca8ffee84499b47f64e1b196178c61679620e9707b0cf49ebca22fe801a
14:23:46 [2021-06-10T14:23:46.382Z] #49 37.73 go: extracting github.com/gogo/protobuf v1.2.1
14:23:47 [2021-06-10T14:23:47.485Z] #43 16.12 make[1]: Nothing to be done for 'all'.
14:23:48 [2021-06-10T14:23:48.551Z] #13 ...
14:23:48 [2021-06-10T14:23:48.551Z] 
14:23:48 [2021-06-10T14:23:48.551Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:23:48 [2021-06-10T14:23:48.551Z] #45 sha256:770eca950a2ba38bb61271a0b7972836e7f5fb7a18ce6ace5a86e3fba3afcec7
14:23:48 [2021-06-10T14:23:48.551Z] #45 73.53 go/scanner
14:23:48 [2021-06-10T14:23:48.551Z] #45 74.29 internal/lazyregexp
14:23:48 [2021-06-10T14:23:48.551Z] #45 74.86 net/url
14:23:48 [2021-06-10T14:23:48.551Z] #45 75.43 go/ast
14:23:48 [2021-06-10T14:23:48.551Z] #45 76.83 text/template/parse
14:23:48 [2021-06-10T14:23:48.551Z] #45 80.60 go/parser
14:23:48 [2021-06-10T14:23:48.551Z] #45 81.65 text/template
14:23:48 [2021-06-10T14:23:48.809Z] #45 ...
14:23:48 [2021-06-10T14:23:48.809Z] 
14:23:48 [2021-06-10T14:23:48.809Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:23:48 [2021-06-10T14:23:48.809Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:23:48 [2021-06-10T14:23:48.809Z] #43 7.901   PBCC     images/time.pb-c.c
14:23:48 [2021-06-10T14:23:48.809Z] #43 8.002   DEP      images/time.pb-c.d
14:23:48 [2021-06-10T14:23:48.809Z] #43 8.125   PBCC     images/binfmt-misc.pb-c.c
14:23:48 [2021-06-10T14:23:48.809Z] #43 8.163   DEP      images/binfmt-misc.pb-c.d
14:23:48 [2021-06-10T14:23:48.809Z] #43 8.289   PBCC     images/seccomp.pb-c.c
14:23:48 [2021-06-10T14:23:48.809Z] #43 8.364   DEP      images/seccomp.pb-c.d
14:23:48 [2021-06-10T14:23:48.809Z] #43 8.477   PBCC     images/userns.pb-c.c
14:23:48 [2021-06-10T14:23:48.809Z] #43 8.557   DEP      images/userns.pb-c.d
14:23:48 [2021-06-10T14:23:48.809Z] #43 8.681   PBCC     images/cgroup.pb-c.c
14:23:48 [2021-06-10T14:23:48.809Z] #43 8.750   DEP      images/cgroup.pb-c.d
14:23:48 [2021-06-10T14:23:48.809Z] #43 8.802   PBCC     images/ext-file.pb-c.c
14:23:48 [2021-06-10T14:23:48.809Z] #43 8.837   DEP      images/ext-file.pb-c.d
14:23:48 [2021-06-10T14:23:48.809Z] #43 8.939   PBCC     images/rpc.pb-c.c
14:23:48 [2021-06-10T14:23:48.809Z] #43 8.963   DEP      images/rpc.pb-c.d
14:23:48 [2021-06-10T14:23:48.809Z] #43 8.982   PBCC     images/siginfo.pb-c.c
14:23:48 [2021-06-10T14:23:48.809Z] #43 8.991   DEP      images/siginfo.pb-c.d
14:23:48 [2021-06-10T14:23:48.809Z] #43 9.005   PBCC     images/pagemap.pb-c.c
14:23:48 [2021-06-10T14:23:48.809Z] #43 9.063   DEP      images/pagemap.pb-c.d
14:23:48 [2021-06-10T14:23:48.809Z] #43 9.140   PBCC     images/rlimit.pb-c.c
14:23:48 [2021-06-10T14:23:48.809Z] #43 9.147   DEP      images/rlimit.pb-c.d
14:23:48 [2021-06-10T14:23:48.809Z] #43 9.186   PBCC     images/file-lock.pb-c.c
14:23:48 [2021-06-10T14:23:48.809Z] #43 9.214   DEP      images/file-lock.pb-c.d
14:23:48 [2021-06-10T14:23:48.809Z] #43 9.261   PBCC     images/tty.pb-c.c
14:23:48 [2021-06-10T14:23:48.809Z] #43 9.325   DEP      images/tty.pb-c.d
14:23:48 [2021-06-10T14:23:48.809Z] #43 9.407   PBCC     images/tun.pb-c.c
14:23:48 [2021-06-10T14:23:48.809Z] #43 9.475   PBCC     images/netdev.pb-c.c
14:23:48 [2021-06-10T14:23:48.809Z] #43 9.580   DEP      images/tun.pb-c.d
14:23:48 [2021-06-10T14:23:48.809Z] #43 9.634   DEP      images/netdev.pb-c.d
14:23:48 [2021-06-10T14:23:48.809Z] #43 9.688   PBCC     images/vma.pb-c.c
14:23:48 [2021-06-10T14:23:48.809Z] #43 9.732   DEP      images/vma.pb-c.d
14:23:48 [2021-06-10T14:23:48.809Z] #43 9.806   PBCC     images/creds.pb-c.c
14:23:48 [2021-06-10T14:23:48.809Z] #43 9.838   DEP      images/creds.pb-c.d
14:23:48 [2021-06-10T14:23:48.809Z] #43 9.890   PBCC     images/utsns.pb-c.c
14:23:48 [2021-06-10T14:23:48.809Z] #43 9.934   DEP      images/utsns.pb-c.d
14:23:48 [2021-06-10T14:23:48.809Z] #43 9.998   PBCC     images/ipc-desc.pb-c.c
14:23:48 [2021-06-10T14:23:48.809Z] #43 10.01   PBCC     images/ipc-sem.pb-c.c
14:23:48 [2021-06-10T14:23:48.809Z] #43 10.01   DEP      images/ipc-desc.pb-c.d
14:23:48 [2021-06-10T14:23:48.809Z] #43 10.08   DEP      images/ipc-sem.pb-c.d
14:23:48 [2021-06-10T14:23:48.809Z] #43 10.16   PBCC     images/ipc-msg.pb-c.c
14:23:48 [2021-06-10T14:23:48.809Z] #43 10.18   DEP      images/ipc-msg.pb-c.d
14:23:48 [2021-06-10T14:23:48.809Z] #43 10.22   PBCC     images/ipc-shm.pb-c.c
14:23:48 [2021-06-10T14:23:48.809Z] #43 10.25   DEP      images/ipc-shm.pb-c.d
14:23:48 [2021-06-10T14:23:48.809Z] #43 10.28   PBCC     images/ipc-var.pb-c.c
14:23:48 [2021-06-10T14:23:48.809Z] #43 10.31   DEP      images/ipc-var.pb-c.d
14:23:48 [2021-06-10T14:23:48.809Z] #43 10.38   PBCC     images/sk-opts.pb-c.c
14:23:48 [2021-06-10T14:23:48.809Z] #43 10.39   PBCC     images/packet-sock.pb-c.c
14:23:48 [2021-06-10T14:23:48.809Z] #43 10.43   DEP      images/sk-opts.pb-c.d
14:23:48 [2021-06-10T14:23:48.809Z] #43 10.48   DEP      images/packet-sock.pb-c.d
14:23:48 [2021-06-10T14:23:48.809Z] #43 10.54   PBCC     images/sk-netlink.pb-c.c
14:23:48 [2021-06-10T14:23:48.809Z] #43 10.60   DEP      images/sk-netlink.pb-c.d
14:23:48 [2021-06-10T14:23:48.809Z] #43 10.66   PBCC     images/sk-inet.pb-c.c
14:23:48 [2021-06-10T14:23:48.809Z] #43 10.73   DEP      images/sk-inet.pb-c.d
14:23:48 [2021-06-10T14:23:48.809Z] #43 10.81   PBCC     images/sk-unix.pb-c.c
14:23:48 [2021-06-10T14:23:48.809Z] #43 10.87   DEP      images/sk-unix.pb-c.d
14:23:48 [2021-06-10T14:23:48.809Z] #43 10.94   PBCC     images/mm.pb-c.c
14:23:48 [2021-06-10T14:23:48.809Z] #43 11.03   DEP      images/mm.pb-c.d
14:23:48 [2021-06-10T14:23:48.809Z] #43 11.11   PBCC     images/timerfd.pb-c.c
14:23:48 [2021-06-10T14:23:48.809Z] #43 11.17   DEP      images/timerfd.pb-c.d
14:23:48 [2021-06-10T14:23:48.809Z] #43 11.24   PBCC     images/timer.pb-c.c
14:23:48 [2021-06-10T14:23:48.809Z] #43 11.28   DEP      images/timer.pb-c.d
14:23:48 [2021-06-10T14:23:48.809Z] #43 11.33   PBCC     images/sa.pb-c.c
14:23:48 [2021-06-10T14:23:48.809Z] #43 11.37   DEP      images/sa.pb-c.d
14:23:48 [2021-06-10T14:23:48.809Z] #43 11.41   PBCC     images/pipe-data.pb-c.c
14:23:48 [2021-06-10T14:23:48.809Z] #43 11.45   DEP      images/pipe-data.pb-c.d
14:23:48 [2021-06-10T14:23:48.809Z] #43 11.50   PBCC     images/mnt.pb-c.c
14:23:48 [2021-06-10T14:23:48.809Z] #43 11.54   DEP      images/mnt.pb-c.d
14:23:48 [2021-06-10T14:23:48.809Z] #43 11.62   PBCC     images/sk-packet.pb-c.c
14:23:48 [2021-06-10T14:23:48.809Z] #43 11.63   DEP      images/sk-packet.pb-c.d
14:23:48 [2021-06-10T14:23:48.809Z] #43 11.67   PBCC     images/tcp-stream.pb-c.c
14:23:48 [2021-06-10T14:23:48.809Z] #43 11.73   DEP      images/tcp-stream.pb-c.d
14:23:48 [2021-06-10T14:23:48.809Z] #43 11.78   PBCC     images/pipe.pb-c.c
14:23:48 [2021-06-10T14:23:48.809Z] #43 11.85   DEP      images/pipe.pb-c.d
14:23:48 [2021-06-10T14:23:48.809Z] #43 11.93   PBCC     images/pstree.pb-c.c
14:23:48 [2021-06-10T14:23:48.809Z] #43 11.95   DEP      images/pstree.pb-c.d
14:23:48 [2021-06-10T14:23:48.809Z] #43 12.00   PBCC     images/fs.pb-c.c
14:23:48 [2021-06-10T14:23:48.809Z] #43 12.02   DEP      images/fs.pb-c.d
14:23:48 [2021-06-10T14:23:48.809Z] #43 12.06   PBCC     images/signalfd.pb-c.c
14:23:48 [2021-06-10T14:23:48.809Z] #43 12.16   DEP      images/signalfd.pb-c.d
14:23:48 [2021-06-10T14:23:48.809Z] #43 12.22   PBCC     images/fh.pb-c.c
14:23:48 [2021-06-10T14:23:48.809Z] #43 12.29   PBCC     images/fsnotify.pb-c.c
14:23:48 [2021-06-10T14:23:48.809Z] #43 12.32   DEP      images/fh.pb-c.d
14:23:48 [2021-06-10T14:23:48.809Z] #43 12.39   DEP      images/fsnotify.pb-c.d
14:23:48 [2021-06-10T14:23:48.869Z] #43 17.66   CC       images/stats.o
14:23:48 [2021-06-10T14:23:48.869Z] #43 17.96   CC       images/core.o
14:23:48 [2021-06-10T14:23:48.917Z] #49 41.07 go: extracting golang.org/x/text v0.3.2
14:23:49 [2021-06-10T14:23:49.067Z] #43 12.46   PBCC     images/eventpoll.pb-c.c
14:23:49 [2021-06-10T14:23:49.067Z] #43 12.48   DEP      images/eventpoll.pb-c.d
14:23:49 [2021-06-10T14:23:49.067Z] #43 12.53   PBCC     images/eventfd.pb-c.c
14:23:49 [2021-06-10T14:23:49.067Z] #43 12.56   DEP      images/eventfd.pb-c.d
14:23:49 [2021-06-10T14:23:49.067Z] #43 12.63   PBCC     images/remap-file-path.pb-c.c
14:23:49 [2021-06-10T14:23:49.328Z] #43 12.66   DEP      images/remap-file-path.pb-c.d
14:23:49 [2021-06-10T14:23:49.328Z] #43 12.75   PBCC     images/fifo.pb-c.c
14:23:49 [2021-06-10T14:23:49.328Z] #43 12.79   DEP      images/fifo.pb-c.d
14:23:49 [2021-06-10T14:23:49.328Z] #43 12.83   PBCC     images/ghost-file.pb-c.c
14:23:49 [2021-06-10T14:23:49.328Z] #43 12.88   DEP      images/ghost-file.pb-c.d
14:23:49 [2021-06-10T14:23:49.433Z] #56 ...
14:23:49 [2021-06-10T14:23:49.433Z] 
14:23:49 [2021-06-10T14:23:49.433Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:23:49 [2021-06-10T14:23:49.433Z] #45 sha256:c68427fdde4486e6953a83e7abbfb70bf4899bddbd16f59fe7daae979cc488f0
14:23:49 [2021-06-10T14:23:49.433Z] #45 90.86 hash/crc32
14:23:49 [2021-06-10T14:23:49.433Z] #45 91.44 compress/gzip
14:23:49 [2021-06-10T14:23:49.433Z] #45 91.61 github.com/LK4D4/vndr/build
14:23:49 [2021-06-10T14:23:49.433Z] #45 92.35 net
14:23:49 [2021-06-10T14:23:49.433Z] #45 94.88 vendor/golang.org/x/text/transform
14:23:49 [2021-06-10T14:23:49.433Z] #45 95.51 vendor/golang.org/x/text/unicode/bidi
14:23:49 [2021-06-10T14:23:49.433Z] #45 97.13 vendor/golang.org/x/text/secure/bidirule
14:23:49 [2021-06-10T14:23:49.433Z] #45 97.38 vendor/golang.org/x/text/unicode/norm
14:23:49 [2021-06-10T14:23:49.433Z] #45 ...
14:23:49 [2021-06-10T14:23:49.433Z] 
14:23:49 [2021-06-10T14:23:49.433Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:23:49 [2021-06-10T14:23:49.433Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:23:49 [2021-06-10T14:23:49.433Z] #43 23.05   CC       images/ghost-file.o
14:23:49 [2021-06-10T14:23:49.433Z] #43 23.77   CC       images/fifo.o
14:23:49 [2021-06-10T14:23:49.433Z] #43 24.24   CC       images/remap-file-path.o
14:23:49 [2021-06-10T14:23:49.433Z] #43 24.52   CC       images/eventfd.o
14:23:49 [2021-06-10T14:23:49.433Z] #43 24.73   CC       images/eventpoll.o
14:23:49 [2021-06-10T14:23:49.433Z] #43 25.01   CC       images/fh.o
14:23:49 [2021-06-10T14:23:49.433Z] #43 25.30   CC       images/fsnotify.o
14:23:49 [2021-06-10T14:23:49.433Z] #43 25.81   CC       images/signalfd.o
14:23:49 [2021-06-10T14:23:49.433Z] #43 26.04   CC       images/fs.o
14:23:49 [2021-06-10T14:23:49.433Z] #43 26.24   CC       images/pstree.o
14:23:49 [2021-06-10T14:23:49.433Z] #43 26.45   CC       images/pipe.o
14:23:49 [2021-06-10T14:23:49.433Z] #43 26.76   CC       images/tcp-stream.o
14:23:49 [2021-06-10T14:23:49.433Z] #43 27.02   CC       images/sk-packet.o
14:23:49 [2021-06-10T14:23:49.433Z] #43 27.30   CC       images/mnt.o
14:23:49 [2021-06-10T14:23:49.433Z] #43 27.58   CC       images/pipe-data.o
14:23:49 [2021-06-10T14:23:49.433Z] #43 27.79   CC       images/sa.o
14:23:49 [2021-06-10T14:23:49.433Z] #43 28.03   CC       images/timer.o
14:23:49 [2021-06-10T14:23:49.433Z] #43 28.35   CC       images/timerfd.o
14:23:49 [2021-06-10T14:23:49.433Z] #43 28.65   CC       images/mm.o
14:23:49 [2021-06-10T14:23:49.433Z] #43 28.90   CC       images/sk-opts.o
14:23:49 [2021-06-10T14:23:49.433Z] #43 29.07   CC       images/sk-unix.o
14:23:49 [2021-06-10T14:23:49.433Z] #43 29.37   CC       images/sk-inet.o
14:23:49 [2021-06-10T14:23:49.433Z] #43 29.76   CC       images/tun.o
14:23:49 [2021-06-10T14:23:49.433Z] #43 29.99   CC       images/sk-netlink.o
14:23:49 [2021-06-10T14:23:49.433Z] #43 30.20   CC       images/packet-sock.o
14:23:49 [2021-06-10T14:23:49.439Z] #43 18.60   CC       images/core-x86.o
14:23:49 [2021-06-10T14:23:49.587Z] #43 12.93   PBCC     images/regfile.pb-c.c
14:23:49 [2021-06-10T14:23:49.587Z] #43 12.99   DEP      images/regfile.pb-c.d
14:23:49 [2021-06-10T14:23:49.587Z] #43 13.04   PBCC     images/ns.pb-c.c
14:23:49 [2021-06-10T14:23:49.587Z] #43 13.06   DEP      images/ns.pb-c.d
14:23:49 [2021-06-10T14:23:49.587Z] #43 13.13   PBCC     images/fdinfo.pb-c.c
14:23:49 [2021-06-10T14:23:49.689Z] #43 ...
14:23:49 [2021-06-10T14:23:49.689Z] 
14:23:49 [2021-06-10T14:23:49.689Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:23:49 [2021-06-10T14:23:49.689Z] #45 sha256:c68427fdde4486e6953a83e7abbfb70bf4899bddbd16f59fe7daae979cc488f0
14:23:49 [2021-06-10T14:23:49.689Z] #45 101.3 vendor/golang.org/x/net/idna
14:23:49 [2021-06-10T14:23:49.846Z] #43 13.22   DEP      images/fdinfo.pb-c.d
14:23:49 [2021-06-10T14:23:49.846Z] #43 13.32   PBCC     images/core-aarch64.pb-c.c
14:23:49 [2021-06-10T14:23:49.846Z] #43 13.38   PBCC     images/core-arm.pb-c.c
14:23:49 [2021-06-10T14:23:49.846Z] #43 13.43   PBCC     images/core-ppc64.pb-c.c
14:23:50 [2021-06-10T14:23:50.104Z] #43 13.49   PBCC     images/core-s390.pb-c.c
14:23:50 [2021-06-10T14:23:50.104Z] #43 13.53   PBCC     images/core-x86.pb-c.c
14:23:50 [2021-06-10T14:23:50.104Z] #43 13.59   PBCC     images/core.pb-c.c
14:23:50 [2021-06-10T14:23:50.104Z] #43 13.64   PBCC     images/inventory.pb-c.c
14:23:50 [2021-06-10T14:23:50.363Z] #43 13.71   DEP      images/core-aarch64.pb-c.d
14:23:50 [2021-06-10T14:23:50.363Z] #43 13.77   DEP      images/core-arm.pb-c.d
14:23:50 [2021-06-10T14:23:50.363Z] #43 13.86   DEP      images/core-ppc64.pb-c.d
14:23:50 [2021-06-10T14:23:50.379Z] #43 19.20   CC       images/core-arm.o
14:23:50 [2021-06-10T14:23:50.379Z] #43 ...
14:23:50 [2021-06-10T14:23:50.379Z] 
14:23:50 [2021-06-10T14:23:50.379Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:23:50 [2021-06-10T14:23:50.379Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:23:50 [2021-06-10T14:23:50.379Z] #13 76.03 Selecting previously unselected package gcc-mingw-w64-base.
14:23:50 [2021-06-10T14:23:50.379Z] #13 76.05 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
14:23:50 [2021-06-10T14:23:50.379Z] #13 76.07 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
14:23:50 [2021-06-10T14:23:50.379Z] #13 76.63 Selecting previously unselected package gcc-mingw-w64-x86-64.
14:23:50 [2021-06-10T14:23:50.379Z] #13 76.64 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
14:23:50 [2021-06-10T14:23:50.379Z] #13 76.65 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
14:23:50 [2021-06-10T14:23:50.379Z] #13 ...
14:23:50 [2021-06-10T14:23:50.379Z] 
14:23:50 [2021-06-10T14:23:50.379Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
14:23:50 [2021-06-10T14:23:50.379Z] #56 sha256:edd351a8102ff0761c3a6d01c8fe72de8a7c0253c56df6bd2655d867cec89259
14:23:50 [2021-06-10T14:23:50.622Z] #43 13.95   DEP      images/core-s390.pb-c.d
14:23:50 [2021-06-10T14:23:50.622Z] #43 14.01   DEP      images/core-x86.pb-c.d
14:23:50 [2021-06-10T14:23:50.622Z] #43 14.07   DEP      images/core.pb-c.d
14:23:50 [2021-06-10T14:23:50.622Z] #43 14.14   DEP      images/inventory.pb-c.d
14:23:50 [2021-06-10T14:23:50.622Z] #43 14.20   PBCC     images/cpuinfo.pb-c.c
14:23:50 [2021-06-10T14:23:50.881Z] #43 14.25   DEP      images/cpuinfo.pb-c.d
14:23:50 [2021-06-10T14:23:50.881Z] #43 14.31   PBCC     images/stats.pb-c.c
14:23:50 [2021-06-10T14:23:50.881Z] #43 14.35   DEP      images/stats.pb-c.d
14:23:50 [2021-06-10T14:23:50.897Z] #56 45.66 Checking out files:  59% (2318/3928)   
Checking out files:  60% (2357/3928)   
Checking out files:  61% (2397/3928)   
Checking out files:  62% (2436/3928)   
Checking out files:  63% (2475/3928)   
Checking out files:  64% (2514/3928)   
Checking out files:  65% (2554/3928)   
Checking out files:  66% (2593/3928)   
Checking out files:  67% (2632/3928)   
Checking out files:  68% (2672/3928)   
Checking out files:  69% (2711/3928)   
Checking out files:  70% (2750/3928)   
Checking out files:  71% (2789/3928)   
Checking out files:  72% (2829/3928)   
Checking out files:  73% (2868/3928)   
Checking out files:  74% (2907/3928)   
Checking out files:  75% (2946/3928)   
Checking out files:  76% (2986/3928)   
Checking out files:  77% (3025/3928)   
Checking out files:  78% (3064/3928)   
Checking out files:  79% (3104/3928)   
Checking out files:  80% (3143/3928)   
Checking out files:  81% (3182/3928)   
Checking out files:  82% (3221/3928)   
Checking out files:  83% (3261/3928)   
Checking out files:  84% (3300/3928)   
Checking out files:  85% (3339/3928)   
Checking out files:  86% (3379/3928)   
Checking out files:  87% (3418/3928)   
Checking out files:  88% (3457/3928)   
Checking out files:  89% (3496/3928)   
Checking out files:  90% (3536/3928)   
Checking out files:  91% (3575/3928)   
Checking out files:  92% (3614/3928)   
Checking out files:  93% (3654/3928)   
Checking out files:  93% (3692/3928)   
Checking out files:  94% (3693/3928)   
Checking out files:  95% (3732/3928)   
Checking out files:  96% (3771/3928)   
Checking out files:  97% (3811/3928)   
Checking out files:  98% (3850/3928)   
Checking out files:  99% (3889/3928)   
Checking out files: 100% (3928/3928)   
Checking out files: 100% (3928/3928), done.
14:23:50 [2021-06-10T14:23:50.897Z] #56 46.85 + cd /tmp/tmp.B8fBi7ta5c/src/github.com/containerd/containerd
14:23:50 [2021-06-10T14:23:50.897Z] #56 46.85 + git checkout -q d71fcd7d8303cbf684402823e425e9dd2e99285d
14:23:51 [2021-06-10T14:23:51.452Z] #49 ...
14:23:51 [2021-06-10T14:23:51.452Z] 
14:23:51 [2021-06-10T14:23:51.452Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
14:23:51 [2021-06-10T14:23:51.452Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
14:23:51 [2021-06-10T14:23:51.452Z] #55 33.28 Reading package lists...
14:23:51 [2021-06-10T14:23:51.452Z] #55 40.94 Building dependency tree...
14:23:51 [2021-06-10T14:23:51.466Z] #56 ...
14:23:51 [2021-06-10T14:23:51.466Z] 
14:23:51 [2021-06-10T14:23:51.466Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:23:51 [2021-06-10T14:23:51.466Z] #45 sha256:42d38f7346c664d1ca94914b7840cafbd6e2c471bfd0c2b97f8234196205f3ba
14:23:51 [2021-06-10T14:23:51.466Z] #45 80.58 go/parser
14:23:51 [2021-06-10T14:23:51.466Z] #45 81.20 text/template
14:23:51 [2021-06-10T14:23:51.466Z] #45 84.07 encoding/xml
14:23:51 [2021-06-10T14:23:51.466Z] #45 86.38 go/doc
14:23:51 [2021-06-10T14:23:51.466Z] #45 89.14 compress/flate
14:23:51 [2021-06-10T14:23:51.466Z] #45 90.01 github.com/LK4D4/vndr/build
14:23:51 [2021-06-10T14:23:51.725Z] #45 ...
14:23:51 [2021-06-10T14:23:51.725Z] 
14:23:51 [2021-06-10T14:23:51.725Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:23:51 [2021-06-10T14:23:51.725Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:23:51 [2021-06-10T14:23:51.725Z] #43 19.60   CC       images/core-aarch64.o
14:23:51 [2021-06-10T14:23:51.725Z] #43 20.01   CC       images/core-ppc64.o
14:23:51 [2021-06-10T14:23:51.725Z] #43 20.60   CC       images/core-s390.o
14:23:52 [2021-06-10T14:23:52.208Z] #45 103.6 vendor/golang.org/x/net/http2/hpack
14:23:52 [2021-06-10T14:23:52.294Z] #43 21.27   CC       images/cpuinfo.o
14:23:52 [2021-06-10T14:23:52.388Z] #55 44.57 The following additional packages will be installed:
14:23:52 [2021-06-10T14:23:52.388Z] #55 44.57   libbtrfs0
14:23:52 [2021-06-10T14:23:52.553Z] #43 21.70   CC       images/inventory.o
14:23:52 [2021-06-10T14:23:52.646Z] #55 44.84 The following NEW packages will be installed:
14:23:52 [2021-06-10T14:23:52.646Z] #55 44.85   libbtrfs-dev libbtrfs0
14:23:52 [2021-06-10T14:23:52.783Z] #43 15.90 make[1]: Nothing to be done for 'all'.
14:23:52 [2021-06-10T14:23:52.783Z] #43 ...
14:23:52 [2021-06-10T14:23:52.783Z] 
14:23:52 [2021-06-10T14:23:52.783Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
14:23:52 [2021-06-10T14:23:52.783Z] #51 sha256:026702a5931312d170a75b95ae695dd62b9432976cdeb9c210f5f791ad02dac4
14:23:52 [2021-06-10T14:23:52.783Z] #51 77.59 github.com/pkg/diff
14:23:52 [2021-06-10T14:23:52.783Z] #51 78.55 go/ast
14:23:52 [2021-06-10T14:23:52.783Z] #51 78.96 golang.org/x/crypto/ssh/terminal
14:23:52 [2021-06-10T14:23:52.783Z] #51 81.32 mvdan.cc/editorconfig
14:23:52 [2021-06-10T14:23:52.783Z] #51 82.44 mvdan.cc/sh/v3/fileutil
14:23:52 [2021-06-10T14:23:52.783Z] #51 82.60 mvdan.cc/sh/v3/syntax
14:23:53 [2021-06-10T14:23:53.122Z] #43 22.04   CC       images/fdinfo.o
14:23:53 [2021-06-10T14:23:53.140Z] #45 104.7 mime
14:23:53 [2021-06-10T14:23:53.216Z] #55 45.29 0 upgraded, 2 newly installed, 0 to remove and 30 not upgraded.
14:23:53 [2021-06-10T14:23:53.216Z] #55 45.29 Need to get 119 kB of archives.
14:23:53 [2021-06-10T14:23:53.216Z] #55 45.29 After this operation, 387 kB of additional disk space will be used.
14:23:53 [2021-06-10T14:23:53.216Z] #55 45.29 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
14:23:53 [2021-06-10T14:23:53.216Z] #55 45.29 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
14:23:53 [2021-06-10T14:23:53.381Z] #43 22.39   CC       images/fown.o
14:23:53 [2021-06-10T14:23:53.641Z] #43 22.63   CC       images/ns.o
14:23:53 [2021-06-10T14:23:53.720Z] #51 ...
14:23:53 [2021-06-10T14:23:53.720Z] 
14:23:53 [2021-06-10T14:23:53.720Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:23:53 [2021-06-10T14:23:53.720Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:23:53 [2021-06-10T14:23:53.720Z] #43 17.30   CC       images/stats.o
14:23:53 [2021-06-10T14:23:53.900Z] #43 22.92   CC       images/regfile.o
14:23:54 [2021-06-10T14:23:54.159Z] #43 23.21   CC       images/ghost-file.o
14:23:54 [2021-06-10T14:23:54.286Z] #43 17.83   CC       images/core.o
14:23:54 [2021-06-10T14:23:54.418Z] #43 23.57   CC       images/fifo.o
14:23:54 [2021-06-10T14:23:54.594Z] #55 ...
14:23:54 [2021-06-10T14:23:54.594Z] 
14:23:54 [2021-06-10T14:23:54.594Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
14:23:54 [2021-06-10T14:23:54.594Z] #67 sha256:efb723cc23527a93d97c6db3ba2d85df2928f6cbac8a777f84a18c699749696a
14:23:54 [2021-06-10T14:23:54.594Z] #67 DONE 46.5s
14:23:54 [2021-06-10T14:23:54.594Z] 
14:23:54 [2021-06-10T14:23:54.594Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
14:23:54 [2021-06-10T14:23:54.594Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
14:23:54 [2021-06-10T14:23:54.594Z] #42 31.84 Reading package lists...
14:23:54 [2021-06-10T14:23:54.594Z] #42 39.38 Building dependency tree...
14:23:54 [2021-06-10T14:23:54.594Z] #42 43.23 The following additional packages will be installed:
14:23:54 [2021-06-10T14:23:54.594Z] #42 43.23   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
14:23:54 [2021-06-10T14:23:54.594Z] #42 43.23   libprotoc17 python-pkg-resources python-six zlib1g-dev
14:23:54 [2021-06-10T14:23:54.594Z] #42 43.25 Suggested packages:
14:23:54 [2021-06-10T14:23:54.594Z] #42 43.26   manpages-dev python-setuptools
14:23:54 [2021-06-10T14:23:54.594Z] #42 44.84 The following NEW packages will be installed:
14:23:54 [2021-06-10T14:23:54.594Z] #42 44.85   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
14:23:54 [2021-06-10T14:23:54.594Z] #42 44.85   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
14:23:54 [2021-06-10T14:23:54.594Z] #42 44.86   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
14:23:54 [2021-06-10T14:23:54.594Z] #42 44.87   python-six zlib1g-dev
14:23:54 [2021-06-10T14:23:54.594Z] #42 45.26 0 upgraded, 17 newly installed, 0 to remove and 30 not upgraded.
14:23:54 [2021-06-10T14:23:54.594Z] #42 45.26 Need to get 4095 kB of archives.
14:23:54 [2021-06-10T14:23:54.594Z] #42 45.26 After this operation, 22.5 MB of additional disk space will be used.
14:23:54 [2021-06-10T14:23:54.594Z] #42 45.26 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB]
14:23:54 [2021-06-10T14:23:54.594Z] #42 45.26 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
14:23:54 [2021-06-10T14:23:54.594Z] #42 45.26 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB]
14:23:54 [2021-06-10T14:23:54.594Z] #42 45.27 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
14:23:54 [2021-06-10T14:23:54.594Z] #42 45.28 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB]
14:23:54 [2021-06-10T14:23:54.594Z] #42 45.29 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
14:23:54 [2021-06-10T14:23:54.594Z] #42 45.31 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB]
14:23:54 [2021-06-10T14:23:54.594Z] #42 45.31 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB]
14:23:54 [2021-06-10T14:23:54.594Z] #42 45.34 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
14:23:54 [2021-06-10T14:23:54.594Z] #42 45.45 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB]
14:23:54 [2021-06-10T14:23:54.594Z] #42 45.46 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB]
14:23:54 [2021-06-10T14:23:54.594Z] #42 45.61 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB]
14:23:54 [2021-06-10T14:23:54.594Z] #42 45.68 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB]
14:23:54 [2021-06-10T14:23:54.594Z] #42 45.69 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB]
14:23:54 [2021-06-10T14:23:54.594Z] #42 45.69 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB]
14:23:54 [2021-06-10T14:23:54.594Z] #42 45.71 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB]
14:23:54 [2021-06-10T14:23:54.594Z] #42 45.73 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB]
14:23:54 [2021-06-10T14:23:54.594Z] #42 ...
14:23:54 [2021-06-10T14:23:54.594Z] 
14:23:54 [2021-06-10T14:23:54.595Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
14:23:54 [2021-06-10T14:23:54.595Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
14:23:54 [2021-06-10T14:23:54.595Z] #55 46.85 debconf: delaying package configuration, since apt-utils is not installed
14:23:54 [2021-06-10T14:23:54.854Z] #55 47.14 Fetched 119 kB in 0s (444 kB/s)
14:23:54 [2021-06-10T14:23:54.988Z] #43 23.81   CC       images/remap-file-path.o
14:23:54 [2021-06-10T14:23:54.988Z] #43 24.04   CC       images/eventfd.o
14:23:55 [2021-06-10T14:23:55.033Z] #45 106.5 mime/quotedprintable
14:23:55 [2021-06-10T14:23:55.112Z] #55 47.25 Selecting previously unselected package libbtrfs0.
14:23:55 [2021-06-10T14:23:55.112Z] #55 47.25 (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.)
14:23:55 [2021-06-10T14:23:55.112Z] #55 47.36 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
14:23:55 [2021-06-10T14:23:55.112Z] #55 47.38 Unpacking libbtrfs0 (4.20.1-2) ...
14:23:55 [2021-06-10T14:23:55.222Z] #43 18.57   CC       images/core-x86.o
14:23:55 [2021-06-10T14:23:55.248Z] #43 24.26   CC       images/eventpoll.o
14:23:55 [2021-06-10T14:23:55.289Z] #45 106.8 net/http/internal
14:23:55 [2021-06-10T14:23:55.372Z] #55 47.54 Selecting previously unselected package libbtrfs-dev.
14:23:55 [2021-06-10T14:23:55.372Z] #55 47.55 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
14:23:55 [2021-06-10T14:23:55.372Z] #55 47.60 Unpacking libbtrfs-dev (4.20.1-2) ...
14:23:55 [2021-06-10T14:23:55.507Z] #43 24.58   CC       images/fh.o
14:23:55 [2021-06-10T14:23:55.546Z] #45 ...
14:23:55 [2021-06-10T14:23:55.546Z] 
14:23:55 [2021-06-10T14:23:55.546Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:23:55 [2021-06-10T14:23:55.546Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:23:55 [2021-06-10T14:23:55.546Z] #43 30.65   CC       images/ipc-var.o
14:23:55 [2021-06-10T14:23:55.546Z] #43 30.84   CC       images/ipc-desc.o
14:23:55 [2021-06-10T14:23:55.546Z] #43 31.07   CC       images/ipc-shm.o
14:23:55 [2021-06-10T14:23:55.546Z] #43 31.23   CC       images/ipc-msg.o
14:23:55 [2021-06-10T14:23:55.546Z] #43 31.56   CC       images/ipc-sem.o
14:23:55 [2021-06-10T14:23:55.546Z] #43 31.77   CC       images/utsns.o
14:23:55 [2021-06-10T14:23:55.546Z] #43 31.97   CC       images/creds.o
14:23:55 [2021-06-10T14:23:55.546Z] #43 32.16   CC       images/vma.o
14:23:55 [2021-06-10T14:23:55.546Z] #43 32.39   CC       images/netdev.o
14:23:55 [2021-06-10T14:23:55.546Z] #43 32.81   CC       images/tty.o
14:23:55 [2021-06-10T14:23:55.546Z] #43 33.31   CC       images/file-lock.o
14:23:55 [2021-06-10T14:23:55.546Z] #43 33.49   CC       images/rlimit.o
14:23:55 [2021-06-10T14:23:55.546Z] #43 33.64   CC       images/pagemap.o
14:23:55 [2021-06-10T14:23:55.546Z] #43 33.89   CC       images/siginfo.o
14:23:55 [2021-06-10T14:23:55.546Z] #43 34.14   CC       images/rpc.o
14:23:55 [2021-06-10T14:23:55.546Z] #43 35.14   CC       images/ext-file.o
14:23:55 [2021-06-10T14:23:55.546Z] #43 35.38   CC       images/cgroup.o
14:23:55 [2021-06-10T14:23:55.546Z] #43 35.91   CC       images/userns.o
14:23:55 [2021-06-10T14:23:55.546Z] #43 36.12   CC       images/google/protobuf/descriptor.o
14:23:55 [2021-06-10T14:23:55.766Z] #43 24.81   CC       images/fsnotify.o
14:23:55 [2021-06-10T14:23:55.789Z] #43 19.14   CC       images/core-arm.o
14:23:55 [2021-06-10T14:23:55.969Z] #55 47.93 Setting up libbtrfs0 (4.20.1-2) ...
14:23:55 [2021-06-10T14:23:55.969Z] #55 47.93 Setting up libbtrfs-dev (4.20.1-2) ...
14:23:55 [2021-06-10T14:23:55.969Z] #55 47.97 Processing triggers for libc-bin (2.28-10) ...
14:23:56 [2021-06-10T14:23:56.334Z] #43 25.37   CC       images/signalfd.o
14:23:56 [2021-06-10T14:23:56.356Z] #43 19.60   CC       images/core-aarch64.o
14:23:56 [2021-06-10T14:23:56.544Z] #55 DONE 48.7s
14:23:56 [2021-06-10T14:23:56.544Z] 
14:23:56 [2021-06-10T14:23:56.544Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
14:23:56 [2021-06-10T14:23:56.544Z] #56 sha256:7ca7823bab5453513f360d302c812d57c180240e15ed5440df430e6509f23992
14:23:56 [2021-06-10T14:23:56.593Z] #43 ...
14:23:56 [2021-06-10T14:23:56.593Z] 
14:23:56 [2021-06-10T14:23:56.593Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
14:23:56 [2021-06-10T14:23:56.593Z] #51 sha256:8db57eefe16a7ab00f092838df8e48b674e35662ebdf2da1df4e3ed00939706f
14:23:56 [2021-06-10T14:23:56.593Z] #51 89.25 mvdan.cc/sh/v3/cmd/shfmt
14:23:56 [2021-06-10T14:23:56.593Z] #51 DONE 95.6s
14:23:56 [2021-06-10T14:23:56.593Z] 
14:23:56 [2021-06-10T14:23:56.593Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:23:56 [2021-06-10T14:23:56.593Z] #45 sha256:42d38f7346c664d1ca94914b7840cafbd6e2c471bfd0c2b97f8234196205f3ba
14:23:56 [2021-06-10T14:23:56.593Z] #45 91.56 compress/gzip
14:23:56 [2021-06-10T14:23:56.593Z] #45 92.48 net
14:23:56 [2021-06-10T14:23:56.593Z] #45 93.44 vendor/golang.org/x/text/transform
14:23:56 [2021-06-10T14:23:56.593Z] #45 94.15 vendor/golang.org/x/text/unicode/bidi
14:23:56 [2021-06-10T14:23:56.615Z] #43 19.94   CC       images/core-ppc64.o
14:23:56 [2021-06-10T14:23:56.915Z] #43 37.52   CC       images/opts.o
14:23:57 [2021-06-10T14:23:57.164Z] #45 96.08 vendor/golang.org/x/text/secure/bidirule
14:23:57 [2021-06-10T14:23:57.172Z] #43 37.76   CC       images/seccomp.o
14:23:57 [2021-06-10T14:23:57.172Z] #43 37.97   CC       images/binfmt-misc.o
14:23:57 [2021-06-10T14:23:57.183Z] #43 20.53   CC       images/core-s390.o
14:23:57 [2021-06-10T14:23:57.428Z] #43 38.12   CC       images/time.o
14:23:57 [2021-06-10T14:23:57.685Z] #43 38.34   CC       images/sysctl.o
14:23:57 [2021-06-10T14:23:57.740Z] #45 96.73 vendor/golang.org/x/text/unicode/norm
14:23:57 [2021-06-10T14:23:57.751Z] #43 21.28   CC       images/cpuinfo.o
14:23:57 [2021-06-10T14:23:57.942Z] #43 38.51   CC       images/autofs.o
14:23:57 [2021-06-10T14:23:57.942Z] #43 38.71   CC       images/macvlan.o
14:23:58 [2021-06-10T14:23:58.199Z] #43 38.92   CC       images/sit.o
14:23:58 [2021-06-10T14:23:58.199Z] #43 ...
14:23:58 [2021-06-10T14:23:58.199Z] 
14:23:58 [2021-06-10T14:23:58.199Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:23:58 [2021-06-10T14:23:58.199Z] #45 sha256:c68427fdde4486e6953a83e7abbfb70bf4899bddbd16f59fe7daae979cc488f0
14:23:58 [2021-06-10T14:23:58.199Z] #45 109.9 net/textproto
14:23:58 [2021-06-10T14:23:58.199Z] #45 109.9 crypto/x509
14:23:58 [2021-06-10T14:23:58.321Z] #43 21.71   CC       images/inventory.o
14:23:58 [2021-06-10T14:23:58.482Z] #56 ...
14:23:58 [2021-06-10T14:23:58.482Z] 
14:23:58 [2021-06-10T14:23:58.482Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:23:58 [2021-06-10T14:23:58.482Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:23:58 [2021-06-10T14:23:58.482Z] #13 29.58 Reading package lists...
14:23:58 [2021-06-10T14:23:58.482Z] #13 37.88 Reading package lists...
14:23:58 [2021-06-10T14:23:58.482Z] #13 46.15 Building dependency tree...
14:23:58 [2021-06-10T14:23:58.482Z] #13 ...
14:23:58 [2021-06-10T14:23:58.482Z] 
14:23:58 [2021-06-10T14:23:58.482Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
14:23:58 [2021-06-10T14:23:58.482Z] #49 sha256:59cd0ca8ffee84499b47f64e1b196178c61679620e9707b0cf49ebca22fe801a
14:23:58 [2021-06-10T14:23:58.482Z] #49 46.86 go: finding github.com/fatih/color v1.7.0
14:23:58 [2021-06-10T14:23:58.482Z] #49 46.95 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
14:23:58 [2021-06-10T14:23:58.482Z] #49 47.00 go: finding github.com/mattn/go-colorable v0.1.4
14:23:58 [2021-06-10T14:23:58.482Z] #49 47.05 go: finding github.com/mattn/go-isatty v0.0.8
14:23:58 [2021-06-10T14:23:58.482Z] #49 47.19 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
14:23:58 [2021-06-10T14:23:58.482Z] #49 47.21 go: finding github.com/go-critic/go-critic v0.4.1
14:23:58 [2021-06-10T14:23:58.482Z] #49 47.25 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
14:23:58 [2021-06-10T14:23:58.482Z] #49 47.27 go: finding github.com/go-lintpack/lintpack v0.5.2
14:23:58 [2021-06-10T14:23:58.482Z] #49 47.31 go: finding github.com/pkg/errors v0.8.1
14:23:58 [2021-06-10T14:23:58.482Z] #49 47.31 go: finding github.com/go-toolsmith/astfmt v1.0.0
14:23:58 [2021-06-10T14:23:58.482Z] #49 47.31 go: finding github.com/go-toolsmith/astequal v1.0.0
14:23:58 [2021-06-10T14:23:58.482Z] #49 47.35 go: finding github.com/mitchellh/go-homedir v1.1.0
14:23:58 [2021-06-10T14:23:58.482Z] #49 47.35 go: finding github.com/go-toolsmith/astp v1.0.0
14:23:58 [2021-06-10T14:23:58.482Z] #49 47.40 go: finding github.com/go-toolsmith/astcast v1.0.0
14:23:58 [2021-06-10T14:23:58.482Z] #49 47.44 go: finding github.com/go-toolsmith/typep v1.0.0
14:23:58 [2021-06-10T14:23:58.482Z] #49 47.44 go: finding github.com/sirupsen/logrus v1.4.2
14:23:58 [2021-06-10T14:23:58.482Z] #49 47.46 go: finding github.com/spf13/viper v1.6.1
14:23:58 [2021-06-10T14:23:58.482Z] #49 47.52 go: finding github.com/stretchr/testify v1.4.0
14:23:58 [2021-06-10T14:23:58.482Z] #49 47.54 go: finding github.com/go-toolsmith/astcopy v1.0.0
14:23:58 [2021-06-10T14:23:58.482Z] #49 47.60 go: finding github.com/davecgh/go-spew v1.1.1
14:23:58 [2021-06-10T14:23:58.482Z] #49 47.67 go: finding github.com/go-toolsmith/strparse v1.0.0
14:23:58 [2021-06-10T14:23:58.482Z] #49 47.72 go: finding github.com/pmezard/go-difflib v1.0.0
14:23:58 [2021-06-10T14:23:58.482Z] #49 47.72 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
14:23:58 [2021-06-10T14:23:58.482Z] #49 47.77 go: finding github.com/bombsimon/wsl/v2 v2.0.0
14:23:58 [2021-06-10T14:23:58.482Z] #49 47.78 go: finding github.com/stretchr/objx v0.2.0
14:23:58 [2021-06-10T14:23:58.482Z] #49 47.81 go: finding github.com/spf13/cobra v0.0.5
14:23:58 [2021-06-10T14:23:58.482Z] #49 47.83 go: finding github.com/fsnotify/fsnotify v1.4.7
14:23:58 [2021-06-10T14:23:58.482Z] #49 47.90 go: finding github.com/gobwas/glob v0.2.3
14:23:58 [2021-06-10T14:23:58.482Z] #49 47.93 go: finding github.com/hashicorp/hcl v1.0.0
14:23:58 [2021-06-10T14:23:58.482Z] #49 47.97 go: finding github.com/spf13/pflag v1.0.5
14:23:58 [2021-06-10T14:23:58.482Z] #49 47.97 go: finding gopkg.in/yaml.v2 v2.2.7
14:23:58 [2021-06-10T14:23:58.482Z] #49 47.97 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
14:23:58 [2021-06-10T14:23:58.483Z] #49 48.21 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
14:23:58 [2021-06-10T14:23:58.483Z] #49 48.28 go: finding github.com/magiconair/properties v1.8.1
14:23:58 [2021-06-10T14:23:58.483Z] #49 48.36 go: finding github.com/mitchellh/mapstructure v1.1.2
14:23:58 [2021-06-10T14:23:58.483Z] #49 48.36 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
14:23:58 [2021-06-10T14:23:58.483Z] #49 48.50 go: finding github.com/pelletier/go-toml v1.2.0
14:23:58 [2021-06-10T14:23:58.483Z] #49 48.50 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
14:23:58 [2021-06-10T14:23:58.483Z] #49 48.62 go: finding github.com/spf13/afero v1.1.2
14:23:58 [2021-06-10T14:23:58.483Z] #49 48.65 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
14:23:58 [2021-06-10T14:23:58.483Z] #49 48.72 go: finding github.com/spf13/cast v1.3.0
14:23:58 [2021-06-10T14:23:58.483Z] #49 48.76 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
14:23:58 [2021-06-10T14:23:58.483Z] #49 48.77 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
14:23:58 [2021-06-10T14:23:58.483Z] #49 48.82 go: finding github.com/spf13/jwalterweatherman v1.0.0
14:23:58 [2021-06-10T14:23:58.483Z] #49 48.83 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
14:23:58 [2021-06-10T14:23:58.483Z] #49 48.90 go: finding github.com/subosito/gotenv v1.2.0
14:23:58 [2021-06-10T14:23:58.483Z] #49 48.97 go: finding golang.org/x/text v0.3.2
14:23:58 [2021-06-10T14:23:58.483Z] #49 49.04 go: finding gopkg.in/ini.v1 v1.51.0
14:23:58 [2021-06-10T14:23:58.483Z] #49 49.15 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
14:23:58 [2021-06-10T14:23:58.483Z] #49 49.20 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
14:23:58 [2021-06-10T14:23:58.483Z] #49 49.20 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
14:23:58 [2021-06-10T14:23:58.483Z] #49 49.20 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
14:23:58 [2021-06-10T14:23:58.483Z] #49 49.20 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
14:23:58 [2021-06-10T14:23:58.483Z] #49 49.23 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
14:23:58 [2021-06-10T14:23:58.483Z] #49 49.23 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
14:23:58 [2021-06-10T14:23:58.483Z] #49 49.23 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
14:23:58 [2021-06-10T14:23:58.483Z] #49 49.24 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
14:23:58 [2021-06-10T14:23:58.483Z] #49 49.25 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
14:23:58 [2021-06-10T14:23:58.483Z] #49 49.28 go: finding github.com/kisielk/gotool v1.0.0
14:23:58 [2021-06-10T14:23:58.483Z] #49 49.32 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
14:23:58 [2021-06-10T14:23:58.483Z] #49 49.44 go: finding github.com/sourcegraph/go-diff v0.5.1
14:23:58 [2021-06-10T14:23:58.483Z] #49 49.44 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
14:23:58 [2021-06-10T14:23:58.483Z] #49 49.53 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
14:23:58 [2021-06-10T14:23:58.483Z] #49 49.53 go: finding github.com/tommy-muehle/go-mnd v1.1.1
14:23:58 [2021-06-10T14:23:58.483Z] #49 49.53 go: finding github.com/ultraware/funlen v0.0.2
14:23:58 [2021-06-10T14:23:58.483Z] #49 49.57 go: finding github.com/ultraware/whitespace v0.0.4
14:23:58 [2021-06-10T14:23:58.483Z] #49 49.57 go: finding github.com/uudashr/gocognit v1.0.1
14:23:58 [2021-06-10T14:23:58.483Z] #49 49.68 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
14:23:58 [2021-06-10T14:23:58.483Z] #49 49.70 go: finding github.com/gogo/protobuf v1.2.1
14:23:58 [2021-06-10T14:23:58.483Z] #49 49.94 go: finding honnef.co/go/tools v0.0.1-2019.2.3
14:23:58 [2021-06-10T14:23:58.483Z] #49 49.97 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
14:23:58 [2021-06-10T14:23:58.483Z] #49 49.97 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
14:23:58 [2021-06-10T14:23:58.483Z] #49 50.10 go: finding github.com/BurntSushi/toml v0.3.1
14:23:58 [2021-06-10T14:23:58.483Z] #49 50.12 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
14:23:58 [2021-06-10T14:23:58.580Z] #43 21.99   CC       images/fdinfo.o
14:23:58 [2021-06-10T14:23:58.678Z] #45 ...
14:23:58 [2021-06-10T14:23:58.678Z] 
14:23:58 [2021-06-10T14:23:58.678Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:23:58 [2021-06-10T14:23:58.678Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:23:58 [2021-06-10T14:23:58.678Z] #43 25.70   CC       images/fs.o
14:23:58 [2021-06-10T14:23:58.678Z] #43 25.98   CC       images/pstree.o
14:23:58 [2021-06-10T14:23:58.678Z] #43 26.35   CC       images/pipe.o
14:23:58 [2021-06-10T14:23:58.678Z] #43 26.79   CC       images/tcp-stream.o
14:23:58 [2021-06-10T14:23:58.678Z] #43 26.99   CC       images/sk-packet.o
14:23:58 [2021-06-10T14:23:58.678Z] #43 27.24   CC       images/mnt.o
14:23:58 [2021-06-10T14:23:58.678Z] #43 27.51   CC       images/pipe-data.o
14:23:58 [2021-06-10T14:23:58.678Z] #43 27.74   CC       images/sa.o
14:23:58 [2021-06-10T14:23:58.937Z] #43 27.94   CC       images/timer.o
14:23:59 [2021-06-10T14:23:59.060Z] #49 ...
14:23:59 [2021-06-10T14:23:59.060Z] 
14:23:59 [2021-06-10T14:23:59.060Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
14:23:59 [2021-06-10T14:23:59.060Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
14:23:59 [2021-06-10T14:23:59.060Z] #36 34.11 Reading package lists...
14:23:59 [2021-06-10T14:23:59.060Z] #36 41.64 Building dependency tree...
14:23:59 [2021-06-10T14:23:59.060Z] #36 45.36 The following additional packages will be installed:
14:23:59 [2021-06-10T14:23:59.060Z] #36 45.37   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
14:23:59 [2021-06-10T14:23:59.060Z] #36 45.40 Suggested packages:
14:23:59 [2021-06-10T14:23:59.060Z] #36 45.41   cmake-doc ninja-build lrzip
14:23:59 [2021-06-10T14:23:59.060Z] #36 45.41 Recommended packages:
14:23:59 [2021-06-10T14:23:59.060Z] #36 45.41   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
14:23:59 [2021-06-10T14:23:59.060Z] #36 46.76 The following NEW packages will be installed:
14:23:59 [2021-06-10T14:23:59.060Z] #36 46.86   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
14:23:59 [2021-06-10T14:23:59.060Z] #36 46.86   vim-common xxd
14:23:59 [2021-06-10T14:23:59.060Z] #36 47.24 0 upgraded, 10 newly installed, 0 to remove and 30 not upgraded.
14:23:59 [2021-06-10T14:23:59.060Z] #36 47.24 Need to get 14.9 MB of archives.
14:23:59 [2021-06-10T14:23:59.060Z] #36 47.24 After this operation, 61.8 MB of additional disk space will be used.
14:23:59 [2021-06-10T14:23:59.060Z] #36 47.24 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
14:23:59 [2021-06-10T14:23:59.060Z] #36 47.24 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
14:23:59 [2021-06-10T14:23:59.060Z] #36 47.25 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
14:23:59 [2021-06-10T14:23:59.060Z] #36 47.44 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
14:23:59 [2021-06-10T14:23:59.060Z] #36 48.41 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB]
14:23:59 [2021-06-10T14:23:59.060Z] #36 48.49 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
14:23:59 [2021-06-10T14:23:59.060Z] #36 48.53 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
14:23:59 [2021-06-10T14:23:59.060Z] #36 48.54 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
14:23:59 [2021-06-10T14:23:59.060Z] #36 48.56 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB]
14:23:59 [2021-06-10T14:23:59.060Z] #36 48.61 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
14:23:59 [2021-06-10T14:23:59.060Z] #36 50.53 debconf: delaying package configuration, since apt-utils is not installed
14:23:59 [2021-06-10T14:23:59.060Z] #36 50.80 Fetched 14.9 MB in 2s (7162 kB/s)
14:23:59 [2021-06-10T14:23:59.060Z] #36 50.88 Selecting previously unselected package xxd.
14:23:59 [2021-06-10T14:23:59.060Z] #36 50.88 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
14:23:59 [2021-06-10T14:23:59.060Z] #36 51.04 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
14:23:59 [2021-06-10T14:23:59.060Z] #36 51.04 Unpacking xxd (2:8.1.0875-5) ...
14:23:59 [2021-06-10T14:23:59.060Z] #36 51.30 Selecting previously unselected package vim-common.
14:23:59 [2021-06-10T14:23:59.060Z] #36 51.30 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
14:23:59 [2021-06-10T14:23:59.148Z] #43 22.47   CC       images/fown.o
14:23:59 [2021-06-10T14:23:59.148Z] #43 ...
14:23:59 [2021-06-10T14:23:59.148Z] 
14:23:59 [2021-06-10T14:23:59.148Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:23:59 [2021-06-10T14:23:59.148Z] #45 sha256:770eca950a2ba38bb61271a0b7972836e7f5fb7a18ce6ace5a86e3fba3afcec7
14:23:59 [2021-06-10T14:23:59.148Z] #45 83.99 encoding/xml
14:23:59 [2021-06-10T14:23:59.148Z] #45 86.25 go/doc
14:23:59 [2021-06-10T14:23:59.148Z] #45 89.08 github.com/LK4D4/vndr/godl/singleflight
14:23:59 [2021-06-10T14:23:59.148Z] #45 89.29 github.com/LK4D4/vndr/versioned
14:23:59 [2021-06-10T14:23:59.148Z] #45 89.40 compress/flate
14:23:59 [2021-06-10T14:23:59.148Z] #45 90.04 github.com/LK4D4/vndr/build
14:23:59 [2021-06-10T14:23:59.148Z] #45 92.23 hash/crc32
14:23:59 [2021-06-10T14:23:59.148Z] #45 92.88 compress/gzip
14:23:59 [2021-06-10T14:23:59.148Z] #45 93.31 net
14:23:59 [2021-06-10T14:23:59.148Z] #45 93.56 vendor/golang.org/x/text/transform
14:23:59 [2021-06-10T14:23:59.198Z] #43 28.27   CC       images/timerfd.o
14:23:59 [2021-06-10T14:23:59.327Z] #36 51.36 Unpacking vim-common (2:8.1.0875-5) ...
14:23:59 [2021-06-10T14:23:59.327Z] #36 ...
14:23:59 [2021-06-10T14:23:59.327Z] 
14:23:59 [2021-06-10T14:23:59.327Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
14:23:59 [2021-06-10T14:23:59.327Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
14:23:59 [2021-06-10T14:23:59.327Z] #42 47.19 debconf: delaying package configuration, since apt-utils is not installed
14:23:59 [2021-06-10T14:23:59.327Z] #42 47.44 Fetched 4095 kB in 1s (5275 kB/s)
14:23:59 [2021-06-10T14:23:59.327Z] #42 47.62 Selecting previously unselected package libcap-dev:amd64.
14:23:59 [2021-06-10T14:23:59.328Z] #42 47.62 (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.)
14:23:59 [2021-06-10T14:23:59.328Z] #42 47.65 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ...
14:23:59 [2021-06-10T14:23:59.328Z] #42 47.66 Unpacking libcap-dev:amd64 (1:2.25-2) ...
14:23:59 [2021-06-10T14:23:59.328Z] #42 47.90 Selecting previously unselected package libnet1:amd64.
14:23:59 [2021-06-10T14:23:59.328Z] #42 47.90 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
14:23:59 [2021-06-10T14:23:59.328Z] #42 47.93 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
14:23:59 [2021-06-10T14:23:59.328Z] #42 48.10 Selecting previously unselected package libnet1-dev.
14:23:59 [2021-06-10T14:23:59.328Z] #42 48.10 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ...
14:23:59 [2021-06-10T14:23:59.328Z] #42 48.13 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
14:23:59 [2021-06-10T14:23:59.328Z] #42 48.60 Selecting previously unselected package libnl-3-200:amd64.
14:23:59 [2021-06-10T14:23:59.328Z] #42 48.60 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ...
14:23:59 [2021-06-10T14:23:59.328Z] #42 48.60 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
14:23:59 [2021-06-10T14:23:59.328Z] #42 48.82 Selecting previously unselected package libnl-3-dev:amd64.
14:23:59 [2021-06-10T14:23:59.328Z] #42 48.82 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ...
14:23:59 [2021-06-10T14:23:59.328Z] #42 48.82 Unpacking libnl-3-dev:amd64 (3.4.0-1) ...
14:23:59 [2021-06-10T14:23:59.328Z] #42 49.17 Selecting previously unselected package libprotobuf-c1:amd64.
14:23:59 [2021-06-10T14:23:59.328Z] #42 49.17 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
14:23:59 [2021-06-10T14:23:59.328Z] #42 49.20 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
14:23:59 [2021-06-10T14:23:59.328Z] #42 49.29 Selecting previously unselected package libprotobuf-c-dev:amd64.
14:23:59 [2021-06-10T14:23:59.328Z] #42 49.29 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ...
14:23:59 [2021-06-10T14:23:59.328Z] #42 49.31 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
14:23:59 [2021-06-10T14:23:59.328Z] #42 49.44 Selecting previously unselected package zlib1g-dev:amd64.
14:23:59 [2021-06-10T14:23:59.328Z] #42 49.53 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ...
14:23:59 [2021-06-10T14:23:59.328Z] #42 49.53 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
14:23:59 [2021-06-10T14:23:59.328Z] #42 50.01 Selecting previously unselected package libprotobuf17:amd64.
14:23:59 [2021-06-10T14:23:59.328Z] #42 50.01 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ...
14:23:59 [2021-06-10T14:23:59.328Z] #42 50.01 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
14:23:59 [2021-06-10T14:23:59.328Z] #42 51.02 Selecting previously unselected package libprotobuf-lite17:amd64.
14:23:59 [2021-06-10T14:23:59.328Z] #42 51.02 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ...
14:23:59 [2021-06-10T14:23:59.328Z] #42 51.14 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ...
14:23:59 [2021-06-10T14:23:59.328Z] #42 51.30 Selecting previously unselected package libprotobuf-dev:amd64.
14:23:59 [2021-06-10T14:23:59.328Z] #42 51.30 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ...
14:23:59 [2021-06-10T14:23:59.328Z] #42 51.31 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ...
14:23:59 [2021-06-10T14:23:59.407Z] #45 ...
14:23:59 [2021-06-10T14:23:59.407Z] 
14:23:59 [2021-06-10T14:23:59.407Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
14:23:59 [2021-06-10T14:23:59.407Z] #56 sha256:526598784bff1b49e5c50692f32d1c552db1a5bcd0e15ce75168f150a8d402dd
14:23:59 [2021-06-10T14:23:59.407Z] #56 46.22 Checking out files:  52% (2068/3928)   
Checking out files:  53% (2082/3928)   
Checking out files:  54% (2122/3928)   
Checking out files:  55% (2161/3928)   
Checking out files:  56% (2200/3928)   
Checking out files:  57% (2239/3928)   
Checking out files:  58% (2279/3928)   
Checking out files:  59% (2318/3928)   
Checking out files:  60% (2357/3928)   
Checking out files:  61% (2397/3928)   
Checking out files:  62% (2436/3928)   
Checking out files:  63% (2475/3928)   
Checking out files:  64% (2514/3928)   
Checking out files:  65% (2554/3928)   
Checking out files:  66% (2593/3928)   
Checking out files:  67% (2632/3928)   
Checking out files:  68% (2672/3928)   
Checking out files:  69% (2711/3928)   
Checking out files:  70% (2750/3928)   
Checking out files:  71% (2789/3928)   
Checking out files:  72% (2829/3928)   
Checking out files:  73% (2868/3928)   
Checking out files:  74% (2907/3928)   
Checking out files:  75% (2946/3928)   
Checking out files:  76% (2986/3928)   
Checking out files:  77% (3025/3928)   
Checking out files:  78% (3064/3928)   
Checking out files:  79% (3104/3928)   
Checking out files:  80% (3143/3928)   
Checking out files:  81% (3182/3928)   
Checking out files:  82% (3221/3928)   
Checking out files:  83% (3261/3928)   
Checking out files:  84% (3300/3928)   
Checking out files:  85% (3339/3928)   
Checking out files:  86% (3379/3928)   
Checking out files:  87% (3418/3928)   
Checking out files:  88% (3457/3928)   
Checking out files:  89% (3496/3928)   
Checking out files:  90% (3536/3928)   
Checking out files:  91% (3575/3928)   
Checking out files:  92% (3614/3928)   
Checking out files:  92% (3636/3928)   
Checking out files:  93% (3654/3928)   
Checking out files:  94% (3693/3928)   
Checking out files:  95% (3732/3928)   
Checking out files:  96% (3771/3928)   
Checking out files:  97% (3811/3928)   
Checking out files:  98% (3850/3928)   
Checking out files:  99% (3889/3928)   
Checking out files: 100% (3928/3928)   
Checking out files: 100% (3928/3928), done.
14:23:59 [2021-06-10T14:23:59.407Z] #56 47.46 + cd /tmp/tmp.t0BcnV3392/src/github.com/containerd/containerd
14:23:59 [2021-06-10T14:23:59.407Z] #56 47.46 + git checkout -q d71fcd7d8303cbf684402823e425e9dd2e99285d
14:23:59 [2021-06-10T14:23:59.458Z] #43 28.53   CC       images/mm.o
14:23:59 [2021-06-10T14:23:59.568Z] #45 111.1 vendor/golang.org/x/net/http/httpguts
14:23:59 [2021-06-10T14:23:59.568Z] #45 111.4 vendor/golang.org/x/net/http/httpproxy
14:23:59 [2021-06-10T14:23:59.717Z] #43 28.78   CC       images/sk-opts.o
14:23:59 [2021-06-10T14:23:59.976Z] #56 ...
14:23:59 [2021-06-10T14:23:59.976Z] 
14:23:59 [2021-06-10T14:23:59.976Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
14:23:59 [2021-06-10T14:23:59.976Z] #51 sha256:026702a5931312d170a75b95ae695dd62b9432976cdeb9c210f5f791ad02dac4
14:23:59 [2021-06-10T14:23:59.976Z] #51 88.81 mvdan.cc/sh/v3/cmd/shfmt
14:23:59 [2021-06-10T14:23:59.976Z] #51 DONE 94.8s
14:23:59 [2021-06-10T14:23:59.976Z] 
14:23:59 [2021-06-10T14:23:59.976Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:23:59 [2021-06-10T14:23:59.976Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:23:59 [2021-06-10T14:23:59.976Z] #43 22.72   CC       images/ns.o
14:23:59 [2021-06-10T14:23:59.976Z] #43 22.94   CC       images/regfile.o
14:23:59 [2021-06-10T14:23:59.976Z] #43 23.26   CC       images/ghost-file.o
14:23:59 [2021-06-10T14:23:59.977Z] #43 29.01   CC       images/sk-unix.o
14:24:00 [2021-06-10T14:24:00.235Z] #43 23.78   CC       images/fifo.o
14:24:00 [2021-06-10T14:24:00.236Z] #43 29.36   CC       images/sk-inet.o
14:24:00 [2021-06-10T14:24:00.497Z] #45 111.9 mime/multipart
14:24:00 [2021-06-10T14:24:00.803Z] #43 24.32   CC       images/remap-file-path.o
14:24:00 [2021-06-10T14:24:00.805Z] #43 29.77   CC       images/tun.o
14:24:01 [2021-06-10T14:24:01.100Z] #43 30.02   CC       images/sk-netlink.o
14:24:01 [2021-06-10T14:24:01.231Z] #42 53.01 Selecting previously unselected package libprotoc17:amd64.
14:24:01 [2021-06-10T14:24:01.231Z] #42 53.01 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ...
14:24:01 [2021-06-10T14:24:01.231Z] #42 53.04 Unpacking libprotoc17:amd64 (3.6.1.3-2) ...
14:24:01 [2021-06-10T14:24:01.231Z] #42 ...
14:24:01 [2021-06-10T14:24:01.231Z] 
14:24:01 [2021-06-10T14:24:01.231Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
14:24:01 [2021-06-10T14:24:01.231Z] #34 sha256:ebb13e91098140a128f6273462c56855a67930413fd6c41cb1548ffef983365f
14:24:01 [2021-06-10T14:24:01.231Z] #34 43.33 internal/reflectlite
14:24:01 [2021-06-10T14:24:01.231Z] #34 43.35 sync
14:24:01 [2021-06-10T14:24:01.231Z] #34 46.21 errors
14:24:01 [2021-06-10T14:24:01.231Z] #34 46.21 sort
14:24:01 [2021-06-10T14:24:01.231Z] #34 46.76 strconv
14:24:01 [2021-06-10T14:24:01.231Z] #34 47.90 io
14:24:01 [2021-06-10T14:24:01.231Z] #34 49.36 internal/oserror
14:24:01 [2021-06-10T14:24:01.231Z] #34 49.56 syscall
14:24:01 [2021-06-10T14:24:01.231Z] #34 51.23 reflect
14:24:01 [2021-06-10T14:24:01.231Z] #34 ...
14:24:01 [2021-06-10T14:24:01.231Z] 
14:24:01 [2021-06-10T14:24:01.231Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:24:01 [2021-06-10T14:24:01.231Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:24:01 [2021-06-10T14:24:01.231Z] #13 46.15 Building dependency tree...
14:24:01 [2021-06-10T14:24:01.231Z] #13 50.03 The following additional packages will be installed:
14:24:01 [2021-06-10T14:24:01.231Z] #13 50.10   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
14:24:01 [2021-06-10T14:24:01.231Z] #13 50.10   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
14:24:01 [2021-06-10T14:24:01.231Z] #13 50.10   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
14:24:01 [2021-06-10T14:24:01.231Z] #13 50.10   libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1
14:24:01 [2021-06-10T14:24:01.231Z] #13 50.10   mingw-w64-common mingw-w64-x86-64-dev
14:24:01 [2021-06-10T14:24:01.231Z] #13 50.10 Suggested packages:
14:24:01 [2021-06-10T14:24:01.231Z] #13 50.10   gcc-8-locales seccomp wine64
14:24:01 [2021-06-10T14:24:01.363Z] #43 30.23   CC       images/packet-sock.o
14:24:01 [2021-06-10T14:24:01.371Z] #43 24.59   CC       images/eventfd.o
14:24:01 [2021-06-10T14:24:01.622Z] #43 30.56   CC       images/ipc-var.o
14:24:01 [2021-06-10T14:24:01.622Z] #43 30.76   CC       images/ipc-desc.o
14:24:01 [2021-06-10T14:24:01.630Z] #43 24.93   CC       images/eventpoll.o
14:24:01 [2021-06-10T14:24:01.881Z] #43 30.94   CC       images/ipc-shm.o
14:24:01 [2021-06-10T14:24:01.888Z] #43 25.21   CC       images/fh.o
14:24:02 [2021-06-10T14:24:02.140Z] #43 31.14   CC       images/ipc-msg.o
14:24:02 [2021-06-10T14:24:02.147Z] #43 25.53   CC       images/fsnotify.o
14:24:02 [2021-06-10T14:24:02.390Z] #45 113.9 crypto/tls
14:24:02 [2021-06-10T14:24:02.400Z] #43 31.40   CC       images/ipc-sem.o
14:24:02 [2021-06-10T14:24:02.608Z] #13 51.62 The following NEW packages will be installed:
14:24:02 [2021-06-10T14:24:02.608Z] #13 51.62   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
14:24:02 [2021-06-10T14:24:02.608Z] #13 51.62   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
14:24:02 [2021-06-10T14:24:02.608Z] #13 51.62   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
14:24:02 [2021-06-10T14:24:02.608Z] #13 51.62   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
14:24:02 [2021-06-10T14:24:02.608Z] #13 51.63   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
14:24:02 [2021-06-10T14:24:02.608Z] #13 51.63   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
14:24:02 [2021-06-10T14:24:02.608Z] #13 51.63 The following packages will be upgraded:
14:24:02 [2021-06-10T14:24:02.608Z] #13 51.65   libseccomp2 libsystemd0 libudev1
14:24:02 [2021-06-10T14:24:02.647Z] #45 ...
14:24:02 [2021-06-10T14:24:02.647Z] 
14:24:02 [2021-06-10T14:24:02.647Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:24:02 [2021-06-10T14:24:02.647Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:24:02 [2021-06-10T14:24:02.647Z] #13 98.84 Selecting previously unselected package g++-mingw-w64-x86-64.
14:24:02 [2021-06-10T14:24:02.647Z] #13 98.85 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
14:24:02 [2021-06-10T14:24:02.647Z] #13 98.85 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
14:24:02 [2021-06-10T14:24:02.661Z] #43 ...
14:24:02 [2021-06-10T14:24:02.661Z] 
14:24:02 [2021-06-10T14:24:02.661Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:24:02 [2021-06-10T14:24:02.661Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:24:02 [2021-06-10T14:24:02.661Z] #13 98.39 Selecting previously unselected package g++-mingw-w64-x86-64.
14:24:02 [2021-06-10T14:24:02.661Z] #13 98.39 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
14:24:02 [2021-06-10T14:24:02.661Z] #13 98.40 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
14:24:02 [2021-06-10T14:24:02.715Z] #43 26.19   CC       images/signalfd.o
14:24:02 [2021-06-10T14:24:02.904Z] #13 ...
14:24:02 [2021-06-10T14:24:02.904Z] 
14:24:02 [2021-06-10T14:24:02.904Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:24:02 [2021-06-10T14:24:02.904Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:24:02 [2021-06-10T14:24:02.904Z] #43 39.13   CC       images/memfd.o
14:24:02 [2021-06-10T14:24:02.904Z] #43 39.39   CC       images/timens.o
14:24:02 [2021-06-10T14:24:02.904Z] #43 39.62   LINK     images/built-in.o
14:24:02 [2021-06-10T14:24:02.904Z] #43 39.75   GEN      compel/include/asm
14:24:02 [2021-06-10T14:24:02.904Z] #43 39.78   GEN      compel/include/version.h
14:24:02 [2021-06-10T14:24:02.904Z] #43 39.81 touch .config
14:24:02 [2021-06-10T14:24:02.904Z] #43 39.85   GEN      include/common/config.h
14:24:02 [2021-06-10T14:24:02.904Z] #43 39.94   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
14:24:02 [2021-06-10T14:24:02.904Z] #43 39.96   GEN      compel/plugins/include/uapi/std/syscall-64.h
14:24:02 [2021-06-10T14:24:02.904Z] #43 39.98   GEN      compel/arch/x86/plugins/std/syscalls-64.S
14:24:02 [2021-06-10T14:24:02.904Z] #43 39.99   DEP      compel/arch/x86/plugins/std/syscalls-64.d
14:24:02 [2021-06-10T14:24:02.904Z] #43 40.03   DEP      compel/arch/x86/plugins/std/memcpy.d
14:24:02 [2021-06-10T14:24:02.904Z] #43 40.04   DEP      compel/arch/x86/plugins/std/parasite-head.d
14:24:02 [2021-06-10T14:24:02.904Z] #43 40.06   GEN      compel/plugins/include/uapi/std/syscall.h
14:24:02 [2021-06-10T14:24:02.904Z] #43 40.10   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
14:24:02 [2021-06-10T14:24:02.904Z] #43 40.11   GEN      compel/plugins/include/uapi/std/syscall-codes.h
14:24:02 [2021-06-10T14:24:02.904Z] #43 40.13   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
14:24:02 [2021-06-10T14:24:02.904Z] #43 40.15   DEP      compel/plugins/std/infect.d
14:24:02 [2021-06-10T14:24:02.904Z] #43 40.24   DEP      compel/plugins/std/string.d
14:24:02 [2021-06-10T14:24:02.904Z] #43 40.36   DEP      compel/plugins/std/log.d
14:24:02 [2021-06-10T14:24:02.904Z] #43 40.46   DEP      compel/plugins/std/fds.d
14:24:02 [2021-06-10T14:24:02.904Z] #43 40.61   DEP      compel/plugins/std/std.d
14:24:02 [2021-06-10T14:24:02.904Z] #43 40.76   DEP      compel/plugins/shmem/shmem.d
14:24:02 [2021-06-10T14:24:02.904Z] #43 40.86   DEP      compel/plugins/fds/fds.d
14:24:02 [2021-06-10T14:24:02.904Z] #43 41.05   CC       compel/plugins/std/std.o
14:24:02 [2021-06-10T14:24:02.904Z] #43 41.35   CC       compel/plugins/std/fds.o
14:24:02 [2021-06-10T14:24:02.904Z] #43 41.74   CC       compel/plugins/std/log.o
14:24:02 [2021-06-10T14:24:02.904Z] #43 42.58   CC       compel/plugins/std/string.o
14:24:02 [2021-06-10T14:24:02.904Z] #43 43.19   CC       compel/plugins/std/infect.o
14:24:02 [2021-06-10T14:24:02.904Z] #43 43.71   CC       compel/arch/x86/plugins/std/parasite-head.o
14:24:02 [2021-06-10T14:24:02.904Z] #43 43.76   CC       compel/arch/x86/plugins/std/memcpy.o
14:24:02 [2021-06-10T14:24:02.974Z] #43 26.45   CC       images/fs.o
14:24:03 [2021-06-10T14:24:03.161Z] #43 43.82   CC       compel/arch/x86/plugins/std/syscalls-64.o
14:24:03 [2021-06-10T14:24:03.161Z] #43 43.86   AR       compel/plugins/std.lib.a
14:24:03 [2021-06-10T14:24:03.175Z] #13 52.12 3 upgraded, 25 newly installed, 0 to remove and 28 not upgraded.
14:24:03 [2021-06-10T14:24:03.175Z] #13 52.12 Need to get 78.2 MB of archives.
14:24:03 [2021-06-10T14:24:03.175Z] #13 52.12 After this operation, 487 MB of additional disk space will be used.
14:24:03 [2021-06-10T14:24:03.175Z] #13 52.12 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB]
14:24:03 [2021-06-10T14:24:03.175Z] #13 52.12 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u7 [332 kB]
14:24:03 [2021-06-10T14:24:03.175Z] #13 52.12 Get:3 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB]
14:24:03 [2021-06-10T14:24:03.175Z] #13 52.13 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u7 [151 kB]
14:24:03 [2021-06-10T14:24:03.175Z] #13 52.14 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB]
14:24:03 [2021-06-10T14:24:03.233Z] #43 26.66   CC       images/pstree.o
14:24:03 [2021-06-10T14:24:03.233Z] #43 26.86   CC       images/pipe.o
14:24:03 [2021-06-10T14:24:03.419Z] #43 43.95   CC       compel/plugins/fds/fds.o
14:24:03 [2021-06-10T14:24:03.419Z] #43 44.18   AR       compel/plugins/fds.lib.a
14:24:03 [2021-06-10T14:24:03.434Z] #13 52.42 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB]
14:24:03 [2021-06-10T14:24:03.599Z] #13 ...
14:24:03 [2021-06-10T14:24:03.599Z] 
14:24:03 [2021-06-10T14:24:03.599Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
14:24:03 [2021-06-10T14:24:03.599Z] #56 sha256:edd351a8102ff0761c3a6d01c8fe72de8a7c0253c56df6bd2655d867cec89259
14:24:03 [2021-06-10T14:24:03.599Z] #56 49.18 + export 'BUILDTAGS=netgo osusergo static_build'
14:24:03 [2021-06-10T14:24:03.599Z] #56 49.18 + BUILDTAGS='netgo osusergo static_build'
14:24:03 [2021-06-10T14:24:03.599Z] #56 49.18 + export EXTRA_FLAGS=-buildmode=pie
14:24:03 [2021-06-10T14:24:03.599Z] #56 49.18 + EXTRA_FLAGS=-buildmode=pie
14:24:03 [2021-06-10T14:24:03.599Z] #56 49.18 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
14:24:03 [2021-06-10T14:24:03.599Z] #56 49.18 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
14:24:03 [2021-06-10T14:24:03.599Z] #56 49.18 + '[' '' = dynamic ']'
14:24:03 [2021-06-10T14:24:03.599Z] #56 49.18 + make
14:24:03 [2021-06-10T14:24:03.599Z] #56 50.34 + bin/ctr
14:24:03 [2021-06-10T14:24:03.599Z] #56 ...
14:24:03 [2021-06-10T14:24:03.599Z] 
14:24:03 [2021-06-10T14:24:03.599Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:24:03 [2021-06-10T14:24:03.599Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:24:03 [2021-06-10T14:24:03.599Z] #43 31.67   CC       images/utsns.o
14:24:03 [2021-06-10T14:24:03.599Z] #43 31.90   CC       images/creds.o
14:24:03 [2021-06-10T14:24:03.599Z] #43 32.09   CC       images/vma.o
14:24:03 [2021-06-10T14:24:03.599Z] #43 32.36   CC       images/netdev.o
14:24:03 [2021-06-10T14:24:03.599Z] #43 32.76   CC       images/tty.o
14:24:03 [2021-06-10T14:24:03.684Z] #43 44.24   HOSTDEP  compel/src/lib/log-host.d
14:24:03 [2021-06-10T14:24:03.684Z] #43 44.40   HOSTDEP  compel/src/lib/handle-elf-host.d
14:24:03 [2021-06-10T14:24:03.692Z] #13 52.70 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
14:24:03 [2021-06-10T14:24:03.800Z] #43 27.07   CC       images/tcp-stream.o
14:24:03 [2021-06-10T14:24:03.800Z] #43 27.27   CC       images/sk-packet.o
14:24:03 [2021-06-10T14:24:03.941Z] #43 44.50   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
14:24:03 [2021-06-10T14:24:03.941Z] #43 44.55   HOSTDEP  compel/src/main-host.d
14:24:03 [2021-06-10T14:24:03.941Z] #43 44.72   DEP      compel/src/lib/ptrace.d
14:24:03 [2021-06-10T14:24:03.951Z] #13 52.72 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
14:24:03 [2021-06-10T14:24:03.951Z] #13 52.74 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
14:24:03 [2021-06-10T14:24:03.951Z] #13 52.77 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
14:24:04 [2021-06-10T14:24:04.059Z] #43 27.56   CC       images/mnt.o
14:24:04 [2021-06-10T14:24:04.167Z] #43 33.30   CC       images/file-lock.o
14:24:04 [2021-06-10T14:24:04.198Z] #43 44.87   DEP      compel/src/lib/infect.d
14:24:04 [2021-06-10T14:24:04.318Z] #43 27.76   CC       images/pipe-data.o
14:24:04 [2021-06-10T14:24:04.426Z] #43 33.48   CC       images/rlimit.o
14:24:04 [2021-06-10T14:24:04.455Z] #43 45.03   DEP      compel/src/lib/infect-util.d
14:24:04 [2021-06-10T14:24:04.455Z] #43 45.13   DEP      compel/src/lib/infect-rpc.d
14:24:04 [2021-06-10T14:24:04.519Z] #13 53.38 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
14:24:04 [2021-06-10T14:24:04.576Z] #43 27.97   CC       images/sa.o
14:24:04 [2021-06-10T14:24:04.685Z] #43 33.74   CC       images/pagemap.o
14:24:04 [2021-06-10T14:24:04.711Z] #43 45.23   DEP      compel/arch/x86/src/lib/infect.d
14:24:04 [2021-06-10T14:24:04.711Z] #43 45.38   DEP      compel/arch/x86/src/lib/cpu.d
14:24:04 [2021-06-10T14:24:04.711Z] #43 45.51   DEP      compel/src/lib/log.d
14:24:04 [2021-06-10T14:24:04.835Z] #43 28.21   CC       images/timer.o
14:24:04 [2021-06-10T14:24:04.943Z] #43 34.03   CC       images/siginfo.o
14:24:04 [2021-06-10T14:24:04.969Z] #43 45.60   DEP      compel/src/main.d
14:24:04 [2021-06-10T14:24:04.969Z] #43 45.78   DEP      compel/src/lib/handle-elf.d
14:24:05 [2021-06-10T14:24:05.088Z] #13 54.03 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB]
14:24:05 [2021-06-10T14:24:05.088Z] #13 54.03 Get:13 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]
14:24:05 [2021-06-10T14:24:05.094Z] #43 28.61   CC       images/timerfd.o
14:24:05 [2021-06-10T14:24:05.202Z] #43 34.25   CC       images/rpc.o
14:24:05 [2021-06-10T14:24:05.226Z] #43 45.93   DEP      compel/arch/x86/src/lib/handle-elf.d
14:24:05 [2021-06-10T14:24:05.226Z] #43 46.07   CC       compel/src/lib/log.o
14:24:05 [2021-06-10T14:24:05.346Z] #13 ...
14:24:05 [2021-06-10T14:24:05.346Z] 
14:24:05 [2021-06-10T14:24:05.346Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
14:24:05 [2021-06-10T14:24:05.346Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
14:24:05 [2021-06-10T14:24:05.346Z] #42 53.78 Selecting previously unselected package protobuf-c-compiler.
14:24:05 [2021-06-10T14:24:05.346Z] #42 53.79 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ...
14:24:05 [2021-06-10T14:24:05.346Z] #42 53.83 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
14:24:05 [2021-06-10T14:24:05.347Z] #42 53.99 Selecting previously unselected package protobuf-compiler.
14:24:05 [2021-06-10T14:24:05.347Z] #42 53.99 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ...
14:24:05 [2021-06-10T14:24:05.347Z] #42 54.01 Unpacking protobuf-compiler (3.6.1.3-2) ...
14:24:05 [2021-06-10T14:24:05.347Z] #42 54.21 Selecting previously unselected package python-pkg-resources.
14:24:05 [2021-06-10T14:24:05.347Z] #42 54.22 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
14:24:05 [2021-06-10T14:24:05.347Z] #42 54.24 Unpacking python-pkg-resources (40.8.0-1) ...
14:24:05 [2021-06-10T14:24:05.347Z] #42 54.53 Selecting previously unselected package python-six.
14:24:05 [2021-06-10T14:24:05.347Z] #42 54.54 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
14:24:05 [2021-06-10T14:24:05.347Z] #42 54.55 Unpacking python-six (1.12.0-1) ...
14:24:05 [2021-06-10T14:24:05.347Z] #42 54.67 Selecting previously unselected package python-protobuf.
14:24:05 [2021-06-10T14:24:05.347Z] #42 54.67 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ...
14:24:05 [2021-06-10T14:24:05.347Z] #42 54.68 Unpacking python-protobuf (3.6.1.3-2) ...
14:24:05 [2021-06-10T14:24:05.347Z] #42 55.33 Setting up python-pkg-resources (40.8.0-1) ...
14:24:05 [2021-06-10T14:24:05.364Z] #43 28.82   CC       images/mm.o
14:24:05 [2021-06-10T14:24:05.609Z] #42 ...
14:24:05 [2021-06-10T14:24:05.609Z] 
14:24:05 [2021-06-10T14:24:05.609Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:24:05 [2021-06-10T14:24:05.609Z] #45 sha256:9c2594a10bf51cf229550215f6c8f4e21f529ca0adeb1d37afd998bc86f768ee
14:24:05 [2021-06-10T14:24:05.609Z] #45 47.73 github.com/LK4D4/vndr/godl/singleflight
14:24:05 [2021-06-10T14:24:05.609Z] #45 47.73 io
14:24:05 [2021-06-10T14:24:05.609Z] #45 48.18 strconv
14:24:05 [2021-06-10T14:24:05.609Z] #45 49.27 bytes
14:24:05 [2021-06-10T14:24:05.609Z] #45 52.16 bufio
14:24:05 [2021-06-10T14:24:05.609Z] #45 52.66 reflect
14:24:05 [2021-06-10T14:24:05.609Z] #45 54.22 syscall
14:24:05 [2021-06-10T14:24:05.624Z] #43 29.06   CC       images/sk-opts.o
14:24:05 [2021-06-10T14:24:05.624Z] #43 29.25   CC       images/sk-unix.o
14:24:05 [2021-06-10T14:24:05.804Z] #43 46.30   CC       compel/arch/x86/src/lib/cpu.o
14:24:05 [2021-06-10T14:24:05.867Z] #45 ...
14:24:05 [2021-06-10T14:24:05.867Z] 
14:24:05 [2021-06-10T14:24:05.867Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
14:24:05 [2021-06-10T14:24:05.867Z] #56 sha256:7ca7823bab5453513f360d302c812d57c180240e15ed5440df430e6509f23992
14:24:05 [2021-06-10T14:24:05.867Z] #56 7.292 + RM_GOPATH=0
14:24:05 [2021-06-10T14:24:05.867Z] #56 7.292 + TMP_GOPATH=
14:24:05 [2021-06-10T14:24:05.867Z] #56 7.292 + : /build
14:24:05 [2021-06-10T14:24:05.867Z] #56 7.292 + '[' -z '' ']'
14:24:05 [2021-06-10T14:24:05.867Z] #56 7.292 ++ mktemp -d
14:24:05 [2021-06-10T14:24:05.868Z] #56 7.292 + export GOPATH=/tmp/tmp.JbblxpBlZW
14:24:05 [2021-06-10T14:24:05.868Z] #56 7.292 + GOPATH=/tmp/tmp.JbblxpBlZW
14:24:05 [2021-06-10T14:24:05.868Z] #56 7.292 + RM_GOPATH=1
14:24:05 [2021-06-10T14:24:05.868Z] #56 7.292 + case "$(go env GOARCH)" in
14:24:05 [2021-06-10T14:24:05.868Z] #56 7.318 ++ go env GOARCH
14:24:05 [2021-06-10T14:24:05.868Z] #56 7.318 + export GO_BUILDMODE=-buildmode=pie
14:24:05 [2021-06-10T14:24:05.868Z] #56 7.318 + GO_BUILDMODE=-buildmode=pie
14:24:05 [2021-06-10T14:24:05.868Z] #56 7.318 ++ dirname /tmp/install/install.sh
14:24:05 [2021-06-10T14:24:05.868Z] #56 7.330 + dir=/tmp/install
14:24:05 [2021-06-10T14:24:05.868Z] #56 7.330 + bin=containerd
14:24:05 [2021-06-10T14:24:05.868Z] #56 7.330 + shift
14:24:05 [2021-06-10T14:24:05.868Z] #56 7.330 + '[' '!' -f /tmp/install/containerd.installer ']'
14:24:05 [2021-06-10T14:24:05.868Z] #56 7.330 + . /tmp/install/containerd.installer
14:24:05 [2021-06-10T14:24:05.868Z] #56 7.330 ++ set -e
14:24:05 [2021-06-10T14:24:05.868Z] #56 7.330 ++ : d71fcd7d8303cbf684402823e425e9dd2e99285d
14:24:05 [2021-06-10T14:24:05.868Z] #56 7.330 + install_containerd
14:24:05 [2021-06-10T14:24:05.868Z] #56 7.330 + echo 'Install containerd version d71fcd7d8303cbf684402823e425e9dd2e99285d'
14:24:05 [2021-06-10T14:24:05.868Z] #56 7.330 + git clone https://github.com/containerd/containerd.git /tmp/tmp.JbblxpBlZW/src/github.com/containerd/containerd
14:24:05 [2021-06-10T14:24:05.868Z] #56 7.330 Cloning into '/tmp/tmp.JbblxpBlZW/src/github.com/containerd/containerd'...
14:24:05 [2021-06-10T14:24:05.868Z] #56 7.330 Install containerd version d71fcd7d8303cbf684402823e425e9dd2e99285d
14:24:06 [2021-06-10T14:24:06.191Z] #43 29.57   CC       images/sk-inet.o
14:24:06 [2021-06-10T14:24:06.368Z] #43 47.01   CC       compel/arch/x86/src/lib/infect.o
14:24:06 [2021-06-10T14:24:06.450Z] #43 29.87   CC       images/tun.o
14:24:06 [2021-06-10T14:24:06.579Z] #43 35.39   CC       images/ext-file.o
14:24:06 [2021-06-10T14:24:06.579Z] #43 35.58   CC       images/cgroup.o
14:24:06 [2021-06-10T14:24:06.709Z] #43 30.12   CC       images/sk-netlink.o
14:24:06 [2021-06-10T14:24:06.932Z] #43 ...
14:24:06 [2021-06-10T14:24:06.932Z] 
14:24:06 [2021-06-10T14:24:06.932Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
14:24:06 [2021-06-10T14:24:06.932Z] #58 sha256:b9b3a7da80a1a3f74b4306b4ed53cb7789011a0a6f2751c44d246065dafe89f4
14:24:06 [2021-06-10T14:24:06.932Z] #58 118.6 + for f in rootlesskit rootlesskit-docker-proxy
14:24:06 [2021-06-10T14:24:06.932Z] #58 118.6 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
14:24:06 [2021-06-10T14:24:06.968Z] #43 30.32   CC       images/packet-sock.o
14:24:07 [2021-06-10T14:24:07.148Z] #43 36.09   CC       images/userns.o
14:24:07 [2021-06-10T14:24:07.227Z] #43 30.62   CC       images/ipc-var.o
14:24:07 [2021-06-10T14:24:07.227Z] #43 30.84   CC       images/ipc-desc.o
14:24:07 [2021-06-10T14:24:07.407Z] #43 36.31   CC       images/google/protobuf/descriptor.o
14:24:07 [2021-06-10T14:24:07.486Z] #43 ...
14:24:07 [2021-06-10T14:24:07.486Z] 
14:24:07 [2021-06-10T14:24:07.486Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:24:07 [2021-06-10T14:24:07.486Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:24:07 [2021-06-10T14:24:07.486Z] #13 98.79 Selecting previously unselected package g++-mingw-w64-x86-64.
14:24:07 [2021-06-10T14:24:07.745Z] #13 98.80 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
14:24:07 [2021-06-10T14:24:07.745Z] #13 98.80 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
14:24:08 [2021-06-10T14:24:08.787Z] #43 37.83   CC       images/opts.o
14:24:09 [2021-06-10T14:24:09.046Z] #43 38.13   CC       images/seccomp.o
14:24:09 [2021-06-10T14:24:09.157Z] #56 ...
14:24:09 [2021-06-10T14:24:09.157Z] 
14:24:09 [2021-06-10T14:24:09.157Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
14:24:09 [2021-06-10T14:24:09.157Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
14:24:09 [2021-06-10T14:24:09.157Z] #42 60.89 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ...
14:24:09 [2021-06-10T14:24:09.157Z] #42 60.90 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
14:24:09 [2021-06-10T14:24:09.157Z] #42 60.92 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
14:24:09 [2021-06-10T14:24:09.157Z] #42 60.93 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
14:24:09 [2021-06-10T14:24:09.157Z] #42 60.95 Setting up python-six (1.12.0-1) ...
14:24:09 [2021-06-10T14:24:09.305Z] #43 38.38   CC       images/binfmt-misc.o
14:24:09 [2021-06-10T14:24:09.564Z] #43 38.55   CC       images/time.o
14:24:09 [2021-06-10T14:24:09.655Z] #13 ...
14:24:09 [2021-06-10T14:24:09.655Z] 
14:24:09 [2021-06-10T14:24:09.655Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:24:09 [2021-06-10T14:24:09.655Z] #45 sha256:770eca950a2ba38bb61271a0b7972836e7f5fb7a18ce6ace5a86e3fba3afcec7
14:24:09 [2021-06-10T14:24:09.655Z] #45 94.33 vendor/golang.org/x/text/unicode/bidi
14:24:09 [2021-06-10T14:24:09.655Z] #45 96.50 vendor/golang.org/x/text/secure/bidirule
14:24:09 [2021-06-10T14:24:09.655Z] #45 96.78 vendor/golang.org/x/text/unicode/norm
14:24:09 [2021-06-10T14:24:09.655Z] #45 100.1 vendor/golang.org/x/net/idna
14:24:09 [2021-06-10T14:24:09.655Z] #45 102.7 vendor/golang.org/x/net/http2/hpack
14:24:09 [2021-06-10T14:24:09.655Z] #45 103.7 mime
14:24:09 [2021-06-10T14:24:09.655Z] #45 ...
14:24:09 [2021-06-10T14:24:09.655Z] 
14:24:09 [2021-06-10T14:24:09.655Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:24:09 [2021-06-10T14:24:09.655Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:24:09 [2021-06-10T14:24:09.655Z] #43 31.11   CC       images/ipc-shm.o
14:24:09 [2021-06-10T14:24:09.655Z] #43 31.33   CC       images/ipc-msg.o
14:24:09 [2021-06-10T14:24:09.655Z] #43 31.62   CC       images/ipc-sem.o
14:24:09 [2021-06-10T14:24:09.655Z] #43 31.80   CC       images/utsns.o
14:24:09 [2021-06-10T14:24:09.655Z] #43 31.97   CC       images/creds.o
14:24:09 [2021-06-10T14:24:09.655Z] #43 32.14   CC       images/vma.o
14:24:09 [2021-06-10T14:24:09.655Z] #43 32.32   CC       images/netdev.o
14:24:09 [2021-06-10T14:24:09.655Z] #43 32.67   CC       images/tty.o
14:24:09 [2021-06-10T14:24:09.724Z] #42 ...
14:24:09 [2021-06-10T14:24:09.724Z] 
14:24:09 [2021-06-10T14:24:09.724Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
14:24:09 [2021-06-10T14:24:09.724Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
14:24:09 [2021-06-10T14:24:09.724Z] #36 51.93 Selecting previously unselected package cmake-data.
14:24:09 [2021-06-10T14:24:09.724Z] #36 51.93 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
14:24:09 [2021-06-10T14:24:09.724Z] #36 51.94 Unpacking cmake-data (3.13.4-1) ...
14:24:09 [2021-06-10T14:24:09.724Z] #36 55.18 Selecting previously unselected package libicu63:amd64.
14:24:09 [2021-06-10T14:24:09.724Z] #36 55.19 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
14:24:09 [2021-06-10T14:24:09.724Z] #36 55.21 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
14:24:09 [2021-06-10T14:24:09.823Z] #43 38.73   CC       images/sysctl.o
14:24:09 [2021-06-10T14:24:09.823Z] #43 38.91   CC       images/autofs.o
14:24:09 [2021-06-10T14:24:09.915Z] #43 33.28   CC       images/file-lock.o
14:24:09 [2021-06-10T14:24:09.982Z] #36 ...
14:24:09 [2021-06-10T14:24:09.982Z] 
14:24:09 [2021-06-10T14:24:09.982Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
14:24:09 [2021-06-10T14:24:09.982Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
14:24:09 [2021-06-10T14:24:09.982Z] #32 57.98 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.
14:24:09 [2021-06-10T14:24:09.982Z] #32 58.78 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
14:24:09 [2021-06-10T14:24:09.982Z] #32 59.71 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
14:24:10 [2021-06-10T14:24:10.092Z] #43 39.13   CC       images/macvlan.o
14:24:10 [2021-06-10T14:24:10.174Z] #43 33.50   CC       images/rlimit.o
14:24:10 [2021-06-10T14:24:10.351Z] #43 39.32   CC       images/sit.o
14:24:10 [2021-06-10T14:24:10.432Z] #43 33.78   CC       images/pagemap.o
14:24:10 [2021-06-10T14:24:10.611Z] #43 39.60   CC       images/memfd.o
14:24:10 [2021-06-10T14:24:10.691Z] #43 34.06   CC       images/siginfo.o
14:24:10 [2021-06-10T14:24:10.691Z] #43 ...
14:24:10 [2021-06-10T14:24:10.691Z] 
14:24:10 [2021-06-10T14:24:10.691Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
14:24:10 [2021-06-10T14:24:10.691Z] #56 sha256:526598784bff1b49e5c50692f32d1c552db1a5bcd0e15ce75168f150a8d402dd
14:24:10 [2021-06-10T14:24:10.691Z] #56 49.49 + export 'BUILDTAGS=netgo osusergo static_build'
14:24:10 [2021-06-10T14:24:10.691Z] #56 49.49 + BUILDTAGS='netgo osusergo static_build'
14:24:10 [2021-06-10T14:24:10.691Z] #56 49.49 + export EXTRA_FLAGS=-buildmode=pie
14:24:10 [2021-06-10T14:24:10.691Z] #56 49.49 + EXTRA_FLAGS=-buildmode=pie
14:24:10 [2021-06-10T14:24:10.691Z] #56 49.49 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
14:24:10 [2021-06-10T14:24:10.691Z] #56 49.49 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
14:24:10 [2021-06-10T14:24:10.691Z] #56 49.49 + '[' '' = dynamic ']'
14:24:10 [2021-06-10T14:24:10.691Z] #56 49.49 + make
14:24:10 [2021-06-10T14:24:10.691Z] #56 50.56 + bin/ctr
14:24:10 [2021-06-10T14:24:10.691Z] #56 ...
14:24:10 [2021-06-10T14:24:10.691Z] 
14:24:10 [2021-06-10T14:24:10.691Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:24:10 [2021-06-10T14:24:10.691Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:24:10 [2021-06-10T14:24:10.691Z] #43 34.30   CC       images/rpc.o
14:24:10 [2021-06-10T14:24:10.870Z] #43 39.92   CC       images/timens.o
14:24:11 [2021-06-10T14:24:11.174Z] #43 40.17   LINK     images/built-in.o
14:24:11 [2021-06-10T14:24:11.174Z] #43 ...
14:24:11 [2021-06-10T14:24:11.174Z] 
14:24:11 [2021-06-10T14:24:11.174Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:24:11 [2021-06-10T14:24:11.174Z] #45 sha256:42d38f7346c664d1ca94914b7840cafbd6e2c471bfd0c2b97f8234196205f3ba
14:24:11 [2021-06-10T14:24:11.174Z] #45 100.1 vendor/golang.org/x/net/idna
14:24:11 [2021-06-10T14:24:11.174Z] #45 102.5 vendor/golang.org/x/net/http2/hpack
14:24:11 [2021-06-10T14:24:11.174Z] #45 103.7 mime
14:24:11 [2021-06-10T14:24:11.174Z] #45 105.3 mime/quotedprintable
14:24:11 [2021-06-10T14:24:11.174Z] #45 105.6 net/http/internal
14:24:11 [2021-06-10T14:24:11.174Z] #45 109.6 net/textproto
14:24:11 [2021-06-10T14:24:11.174Z] #45 109.6 crypto/x509
14:24:11 [2021-06-10T14:24:11.174Z] #45 ...
14:24:11 [2021-06-10T14:24:11.174Z] 
14:24:11 [2021-06-10T14:24:11.174Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:24:11 [2021-06-10T14:24:11.174Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:24:11 [2021-06-10T14:24:11.174Z] #43 40.32   GEN      compel/include/asm
14:24:11 [2021-06-10T14:24:11.444Z] #43 40.33   GEN      compel/include/version.h
14:24:11 [2021-06-10T14:24:11.444Z] #43 40.39 touch .config
14:24:11 [2021-06-10T14:24:11.444Z] #43 40.51   GEN      include/common/config.h
14:24:11 [2021-06-10T14:24:11.444Z] #43 40.57   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
14:24:11 [2021-06-10T14:24:11.444Z] #43 40.60   GEN      compel/plugins/include/uapi/std/syscall-64.h
14:24:11 [2021-06-10T14:24:11.704Z] #43 40.63   GEN      compel/arch/x86/plugins/std/syscalls-64.S
14:24:11 [2021-06-10T14:24:11.704Z] #43 40.68   DEP      compel/arch/x86/plugins/std/syscalls-64.d
14:24:11 [2021-06-10T14:24:11.704Z] #43 40.71   DEP      compel/arch/x86/plugins/std/memcpy.d
14:24:11 [2021-06-10T14:24:11.704Z] #43 40.73   DEP      compel/arch/x86/plugins/std/parasite-head.d
14:24:11 [2021-06-10T14:24:11.704Z] #43 40.77   GEN      compel/plugins/include/uapi/std/syscall.h
14:24:11 [2021-06-10T14:24:11.704Z] #43 40.79   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
14:24:11 [2021-06-10T14:24:11.704Z] #43 40.80   GEN      compel/plugins/include/uapi/std/syscall-codes.h
14:24:11 [2021-06-10T14:24:11.887Z] #32 ...
14:24:11 [2021-06-10T14:24:11.887Z] 
14:24:11 [2021-06-10T14:24:11.887Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
14:24:11 [2021-06-10T14:24:11.887Z] #51 sha256:d3933c6381a39303c1b4be9ff8f6e580af4864a6f8d2ca329ab610777c4e8b33
14:24:11 [2021-06-10T14:24:11.887Z] #51 53.98 syscall
14:24:11 [2021-06-10T14:24:11.887Z] #51 54.04 reflect
14:24:11 [2021-06-10T14:24:11.887Z] #51 62.59 time
14:24:11 [2021-06-10T14:24:11.887Z] #51 ...
14:24:11 [2021-06-10T14:24:11.887Z] 
14:24:11 [2021-06-10T14:24:11.887Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:24:11 [2021-06-10T14:24:11.887Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:24:11 [2021-06-10T14:24:11.887Z] #13 58.06 Get:14 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]
14:24:11 [2021-06-10T14:24:11.887Z] #13 60.96 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
14:24:11 [2021-06-10T14:24:11.887Z] #13 60.97 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
14:24:11 [2021-06-10T14:24:11.887Z] #13 60.97 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
14:24:11 [2021-06-10T14:24:11.887Z] #13 60.98 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
14:24:11 [2021-06-10T14:24:11.963Z] #43 40.82   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
14:24:11 [2021-06-10T14:24:11.963Z] #43 40.82   DEP      compel/plugins/std/infect.d
14:24:11 [2021-06-10T14:24:11.963Z] #43 41.01   DEP      compel/plugins/std/string.d
14:24:12 [2021-06-10T14:24:12.071Z] #43 35.46   CC       images/ext-file.o
14:24:12 [2021-06-10T14:24:12.146Z] #13 61.01 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB]
14:24:12 [2021-06-10T14:24:12.146Z] #13 61.01 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB]
14:24:12 [2021-06-10T14:24:12.146Z] #13 61.01 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
14:24:12 [2021-06-10T14:24:12.146Z] #13 61.03 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
14:24:12 [2021-06-10T14:24:12.146Z] #13 61.06 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
14:24:12 [2021-06-10T14:24:12.146Z] #13 61.10 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
14:24:12 [2021-06-10T14:24:12.146Z] #13 61.10 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
14:24:12 [2021-06-10T14:24:12.146Z] #13 61.17 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
14:24:12 [2021-06-10T14:24:12.146Z] #13 61.19 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
14:24:12 [2021-06-10T14:24:12.146Z] #13 61.20 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB]
14:24:12 [2021-06-10T14:24:12.185Z] #58 ...
14:24:12 [2021-06-10T14:24:12.185Z] 
14:24:12 [2021-06-10T14:24:12.185Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:24:12 [2021-06-10T14:24:12.185Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:24:12 [2021-06-10T14:24:12.185Z] #13 114.5 Selecting previously unselected package libapparmor1:amd64.
14:24:12 [2021-06-10T14:24:12.185Z] #13 114.5 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 114.5 Unpacking libapparmor1:amd64 (2.13.2-10) ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 114.6 Selecting previously unselected package libapparmor-dev:amd64.
14:24:12 [2021-06-10T14:24:12.185Z] #13 114.6 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 114.7 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 114.8 Selecting previously unselected package libbtrfs0.
14:24:12 [2021-06-10T14:24:12.185Z] #13 114.9 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 114.9 Unpacking libbtrfs0 (4.20.1-2) ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 114.9 Selecting previously unselected package libbtrfs-dev.
14:24:12 [2021-06-10T14:24:12.185Z] #13 115.0 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 115.0 Unpacking libbtrfs-dev (4.20.1-2) ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 115.1 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
14:24:12 [2021-06-10T14:24:12.185Z] #13 115.1 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 115.1 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 115.2 Selecting previously unselected package libudev-dev:amd64.
14:24:12 [2021-06-10T14:24:12.185Z] #13 115.2 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 115.3 Unpacking libudev-dev:amd64 (241-7~deb10u7) ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 115.4 Selecting previously unselected package libsepol1-dev:amd64.
14:24:12 [2021-06-10T14:24:12.185Z] #13 115.4 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 115.4 Unpacking libsepol1-dev:amd64 (2.8-1) ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 115.8 Selecting previously unselected package libpcre16-3:amd64.
14:24:12 [2021-06-10T14:24:12.185Z] #13 115.8 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 115.8 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 115.9 Selecting previously unselected package libpcre32-3:amd64.
14:24:12 [2021-06-10T14:24:12.185Z] #13 115.9 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 115.9 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 116.1 Selecting previously unselected package libpcrecpp0v5:amd64.
14:24:12 [2021-06-10T14:24:12.185Z] #13 116.1 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 116.1 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 116.2 Selecting previously unselected package libpcre3-dev:amd64.
14:24:12 [2021-06-10T14:24:12.185Z] #13 116.2 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 116.2 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 116.7 Selecting previously unselected package libselinux1-dev:amd64.
14:24:12 [2021-06-10T14:24:12.185Z] #13 116.7 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 116.7 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 117.0 Selecting previously unselected package libdevmapper-dev:amd64.
14:24:12 [2021-06-10T14:24:12.185Z] #13 117.0 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 117.0 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 117.2 Selecting previously unselected package libseccomp-dev:amd64.
14:24:12 [2021-06-10T14:24:12.185Z] #13 117.2 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 117.2 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 117.3 Selecting previously unselected package libsystemd-dev:amd64.
14:24:12 [2021-06-10T14:24:12.185Z] #13 117.3 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 117.3 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 117.8 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 117.8 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 117.8 Setting up libapparmor1:amd64 (2.13.2-10) ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 117.9 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 117.9 Setting up libpcre16-3:amd64 (2:8.39-12) ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 117.9 Setting up libsepol1-dev:amd64 (2.8-1) ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 117.9 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 117.9 Setting up libbtrfs0 (4.20.1-2) ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 117.9 Setting up libpcre32-3:amd64 (2:8.39-12) ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 117.9 Setting up libudev-dev:amd64 (241-7~deb10u7) ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 117.9 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 118.0 Setting up libbtrfs-dev (4.20.1-2) ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 118.0 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 118.0 Setting up mingw-w64-common (6.0.0-3) ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 118.0 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 118.0 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 118.0 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 118.0 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 118.1 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
14:24:12 [2021-06-10T14:24:12.185Z] #13 118.1 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
14:24:12 [2021-06-10T14:24:12.185Z] #13 118.1 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 118.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
14:24:12 [2021-06-10T14:24:12.185Z] #13 118.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
14:24:12 [2021-06-10T14:24:12.185Z] #13 118.1 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 118.1 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 118.1 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 118.1 Setting up dmsetup (2:1.02.155-3) ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 118.1 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 118.2 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
14:24:12 [2021-06-10T14:24:12.185Z] #13 118.2 Processing triggers for libc-bin (2.28-10) ...
14:24:12 [2021-06-10T14:24:12.231Z] #43 41.15   DEP      compel/plugins/std/log.d
14:24:12 [2021-06-10T14:24:12.231Z] #43 41.29   DEP      compel/plugins/std/fds.d
14:24:12 [2021-06-10T14:24:12.331Z] #43 35.64   CC       images/cgroup.o
14:24:12 [2021-06-10T14:24:12.507Z] #43 41.46   DEP      compel/plugins/std/std.d
14:24:12 [2021-06-10T14:24:12.766Z] #43 41.59   DEP      compel/plugins/shmem/shmem.d
14:24:12 [2021-06-10T14:24:12.766Z] #43 41.76   DEP      compel/plugins/fds/fds.d
14:24:12 [2021-06-10T14:24:12.766Z] #43 41.85   CC       compel/plugins/std/std.o
14:24:12 [2021-06-10T14:24:12.898Z] #43 36.21   CC       images/userns.o
14:24:13 [2021-06-10T14:24:13.025Z] #43 42.10   CC       compel/plugins/std/fds.o
14:24:13 [2021-06-10T14:24:13.081Z] #13 ...
14:24:13 [2021-06-10T14:24:13.081Z] 
14:24:13 [2021-06-10T14:24:13.081Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
14:24:13 [2021-06-10T14:24:13.081Z] #47 sha256:541da1d0dbf2052765eeb44052b30bb536f0fbf2a12f833f90ea0d7e49530bc3
14:24:13 [2021-06-10T14:24:13.081Z] #47 DONE 65.0s
14:24:13 [2021-06-10T14:24:13.081Z] 
14:24:13 [2021-06-10T14:24:13.081Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
14:24:13 [2021-06-10T14:24:13.081Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
14:24:13 [2021-06-10T14:24:13.081Z] #36 64.31 Selecting previously unselected package libxml2:amd64.
14:24:13 [2021-06-10T14:24:13.081Z] #36 64.31 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ...
14:24:13 [2021-06-10T14:24:13.081Z] #36 64.34 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
14:24:13 [2021-06-10T14:24:13.081Z] #36 65.13 Selecting previously unselected package libarchive13:amd64.
14:24:13 [2021-06-10T14:24:13.081Z] #36 65.13 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
14:24:13 [2021-06-10T14:24:13.081Z] #36 65.13 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
14:24:13 [2021-06-10T14:24:13.157Z] #43 36.53   CC       images/google/protobuf/descriptor.o
14:24:13 [2021-06-10T14:24:13.340Z] #36 65.51 Selecting previously unselected package libjsoncpp1:amd64.
14:24:13 [2021-06-10T14:24:13.340Z] #36 65.52 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
14:24:13 [2021-06-10T14:24:13.340Z] #36 65.53 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
14:24:13 [2021-06-10T14:24:13.592Z] #43 42.56   CC       compel/plugins/std/log.o
14:24:13 [2021-06-10T14:24:13.598Z] #36 65.78 Selecting previously unselected package librhash0:amd64.
14:24:13 [2021-06-10T14:24:13.598Z] #36 65.78 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
14:24:13 [2021-06-10T14:24:13.598Z] #36 65.78 Unpacking librhash0:amd64 (1.3.8-1) ...
14:24:13 [2021-06-10T14:24:13.856Z] #36 65.99 Selecting previously unselected package libuv1:amd64.
14:24:13 [2021-06-10T14:24:13.856Z] #36 65.99 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ...
14:24:13 [2021-06-10T14:24:13.856Z] #36 66.01 Unpacking libuv1:amd64 (1.24.1-1) ...
14:24:14 [2021-06-10T14:24:14.132Z] #36 66.19 Selecting previously unselected package cmake.
14:24:14 [2021-06-10T14:24:14.132Z] #36 66.25 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
14:24:14 [2021-06-10T14:24:14.132Z] #36 66.25 Unpacking cmake (3.13.4-1) ...
14:24:14 [2021-06-10T14:24:14.527Z] #43 43.39   CC       compel/plugins/std/string.o
14:24:14 [2021-06-10T14:24:14.533Z] #43 38.13   CC       images/opts.o
14:24:14 [2021-06-10T14:24:14.706Z] #13 DONE 120.6s
14:24:14 [2021-06-10T14:24:14.706Z] 
14:24:14 [2021-06-10T14:24:14.706Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:24:14 [2021-06-10T14:24:14.706Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:24:14 [2021-06-10T14:24:14.706Z] #43 47.86   CC       compel/src/lib/infect-rpc.o
14:24:14 [2021-06-10T14:24:14.706Z] #43 48.28   CC       compel/src/lib/infect-util.o
14:24:14 [2021-06-10T14:24:14.706Z] #43 48.57   CC       compel/src/lib/infect.o
14:24:14 [2021-06-10T14:24:14.706Z] #43 50.91   CC       compel/src/lib/ptrace.o
14:24:14 [2021-06-10T14:24:14.706Z] #43 51.36   AR       compel/libcompel.a
14:24:14 [2021-06-10T14:24:14.706Z] #43 51.44   HOSTCC   compel/src/main-host.o
14:24:14 [2021-06-10T14:24:14.706Z] #43 51.69   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
14:24:14 [2021-06-10T14:24:14.706Z] #43 51.87   HOSTCC   compel/src/lib/handle-elf-host.o
14:24:14 [2021-06-10T14:24:14.706Z] #43 52.28   HOSTCC   compel/src/lib/log-host.o
14:24:14 [2021-06-10T14:24:14.706Z] #43 52.45   HOSTLINK compel/compel-host-bin
14:24:14 [2021-06-10T14:24:14.706Z] #43 52.60   DEP      soccr/soccr.d
14:24:14 [2021-06-10T14:24:14.706Z] #43 52.84   CC       soccr/soccr.o
14:24:14 [2021-06-10T14:24:14.706Z] #43 54.13   AR       soccr/libsoccr.a
14:24:14 [2021-06-10T14:24:14.706Z] #43 54.19 make[1]: 'soccr/libsoccr.a' is up to date.
14:24:14 [2021-06-10T14:24:14.706Z] #43 54.48   DEP      criu/arch/x86/sigframe.d
14:24:14 [2021-06-10T14:24:14.706Z] #43 54.55   DEP      criu/arch/x86/sigaction_compat.d
14:24:14 [2021-06-10T14:24:14.706Z] #43 54.61   DEP      criu/arch/x86/kerndat.d
14:24:14 [2021-06-10T14:24:14.706Z] #43 54.69   DEP      criu/arch/x86/crtools.d
14:24:14 [2021-06-10T14:24:14.706Z] #43 54.85   DEP      criu/arch/x86/cpu.d
14:24:14 [2021-06-10T14:24:14.706Z] #43 54.97   CC       criu/arch/x86/cpu.o
14:24:14 [2021-06-10T14:24:14.706Z] #43 ...
14:24:14 [2021-06-10T14:24:14.706Z] 
14:24:14 [2021-06-10T14:24:14.706Z] #14 [dev-systemd-false  1/26] RUN groupadd -r docker
14:24:14 [2021-06-10T14:24:14.706Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815
14:24:14 [2021-06-10T14:24:14.964Z] #14 ...
14:24:14 [2021-06-10T14:24:14.964Z] 
14:24:14 [2021-06-10T14:24:14.964Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
14:24:14 [2021-06-10T14:24:14.964Z] #58 sha256:b9b3a7da80a1a3f74b4306b4ed53cb7789011a0a6f2751c44d246065dafe89f4
14:24:14 [2021-06-10T14:24:14.964Z] #58 DONE 126.6s
14:24:15 [2021-06-10T14:24:15.094Z] #43 44.06   CC       compel/plugins/std/infect.o
14:24:15 [2021-06-10T14:24:15.100Z] #43 38.32   CC       images/seccomp.o
14:24:15 [2021-06-10T14:24:15.100Z] #43 38.69   CC       images/binfmt-misc.o
14:24:15 [2021-06-10T14:24:15.221Z] 
14:24:15 [2021-06-10T14:24:15.221Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
14:24:15 [2021-06-10T14:24:15.221Z] #59 sha256:78bfa3f07c544b231d5ca136f883ad6dcdbf734fe37f8b9432369e54d58866e6
14:24:15 [2021-06-10T14:24:15.221Z] #59 DONE 0.1s
14:24:15 [2021-06-10T14:24:15.221Z] 
14:24:15 [2021-06-10T14:24:15.221Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
14:24:15 [2021-06-10T14:24:15.221Z] #60 sha256:5b0611282d96d2c8fefea3c47f442c614606bd08ae3e323ecdd3ec26015d93b2
14:24:15 [2021-06-10T14:24:15.221Z] #60 DONE 0.1s
14:24:15 [2021-06-10T14:24:15.221Z] 
14:24:15 [2021-06-10T14:24:15.221Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:24:15 [2021-06-10T14:24:15.221Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:24:15 [2021-06-10T14:24:15.221Z] #43 55.78   CC       criu/arch/x86/crtools.o
14:24:15 [2021-06-10T14:24:15.359Z] #43 38.89   CC       images/time.o
14:24:15 [2021-06-10T14:24:15.618Z] #43 39.08   CC       images/sysctl.o
14:24:15 [2021-06-10T14:24:15.618Z] #43 39.25   CC       images/autofs.o
14:24:15 [2021-06-10T14:24:15.662Z] #43 44.51   CC       compel/arch/x86/plugins/std/parasite-head.o
14:24:15 [2021-06-10T14:24:15.662Z] #43 44.58   CC       compel/arch/x86/plugins/std/memcpy.o
14:24:15 [2021-06-10T14:24:15.662Z] #43 44.65   CC       compel/arch/x86/plugins/std/syscalls-64.o
14:24:15 [2021-06-10T14:24:15.662Z] #43 44.70   AR       compel/plugins/std.lib.a
14:24:15 [2021-06-10T14:24:15.662Z] #43 44.79   CC       compel/plugins/fds/fds.o
14:24:15 [2021-06-10T14:24:15.877Z] #43 39.51   CC       images/macvlan.o
14:24:16 [2021-06-10T14:24:16.228Z] #43 45.08   AR       compel/plugins/fds.lib.a
14:24:16 [2021-06-10T14:24:16.228Z] #43 45.14   HOSTDEP  compel/src/lib/log-host.d
14:24:16 [2021-06-10T14:24:16.228Z] #43 45.26   HOSTDEP  compel/src/lib/handle-elf-host.d
14:24:16 [2021-06-10T14:24:16.445Z] #43 39.69   CC       images/sit.o
14:24:16 [2021-06-10T14:24:16.445Z] #43 ...
14:24:16 [2021-06-10T14:24:16.445Z] 
14:24:16 [2021-06-10T14:24:16.445Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
14:24:16 [2021-06-10T14:24:16.445Z] #58 sha256:c89eb849539ddd7cb3b7f74836740d27de366fbc16a419d36ae6e2295bacad80
14:24:16 [2021-06-10T14:24:16.445Z] #58 111.2 + for f in rootlesskit rootlesskit-docker-proxy
14:24:16 [2021-06-10T14:24:16.445Z] #58 111.2 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
14:24:16 [2021-06-10T14:24:16.487Z] #43 45.45   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
14:24:16 [2021-06-10T14:24:16.487Z] #43 45.51   HOSTDEP  compel/src/main-host.d
14:24:16 [2021-06-10T14:24:16.487Z] #43 45.61   DEP      compel/src/lib/ptrace.d
14:24:16 [2021-06-10T14:24:16.666Z] #36 ...
14:24:16 [2021-06-10T14:24:16.666Z] 
14:24:16 [2021-06-10T14:24:16.666Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
14:24:16 [2021-06-10T14:24:16.666Z] #34 sha256:ebb13e91098140a128f6273462c56855a67930413fd6c41cb1548ffef983365f
14:24:16 [2021-06-10T14:24:16.666Z] #34 58.81 time
14:24:16 [2021-06-10T14:24:16.666Z] #34 65.99 internal/poll
14:24:16 [2021-06-10T14:24:16.666Z] #34 66.33 internal/fmtsort
14:24:16 [2021-06-10T14:24:16.666Z] #34 67.16 internal/syscall/execenv
14:24:16 [2021-06-10T14:24:16.666Z] #34 67.55 internal/syscall/unix
14:24:16 [2021-06-10T14:24:16.666Z] #34 67.91 strings
14:24:16 [2021-06-10T14:24:16.745Z] #43 45.73   DEP      compel/src/lib/infect.d
14:24:16 [2021-06-10T14:24:16.925Z] #34 ...
14:24:16 [2021-06-10T14:24:16.925Z] 
14:24:16 [2021-06-10T14:24:16.925Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:24:16 [2021-06-10T14:24:16.925Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:24:16 [2021-06-10T14:24:16.925Z] #13 62.54 debconf: delaying package configuration, since apt-utils is not installed
14:24:16 [2021-06-10T14:24:16.925Z] #13 62.84 Fetched 78.2 MB in 9s (8339 kB/s)
14:24:16 [2021-06-10T14:24:16.925Z] #13 62.96 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
14:24:16 [2021-06-10T14:24:16.925Z] #13 63.04 Preparing to unpack .../libsystemd0_241-7~deb10u7_amd64.deb ...
14:24:16 [2021-06-10T14:24:16.925Z] #13 63.08 Unpacking libsystemd0:amd64 (241-7~deb10u7) over (241-7~deb10u4) ...
14:24:16 [2021-06-10T14:24:16.925Z] #13 63.62 Setting up libsystemd0:amd64 (241-7~deb10u7) ...
14:24:16 [2021-06-10T14:24:16.925Z] #13 63.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 ... 15410 files and directories currently installed.)
14:24:16 [2021-06-10T14:24:16.925Z] #13 63.88 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ...
14:24:16 [2021-06-10T14:24:16.925Z] #13 63.91 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ...
14:24:16 [2021-06-10T14:24:16.925Z] #13 64.18 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ...
14:24:16 [2021-06-10T14:24:16.925Z] #13 64.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 ... 15410 files and directories currently installed.)
14:24:16 [2021-06-10T14:24:16.925Z] #13 64.50 Preparing to unpack .../libudev1_241-7~deb10u7_amd64.deb ...
14:24:16 [2021-06-10T14:24:16.925Z] #13 64.53 Unpacking libudev1:amd64 (241-7~deb10u7) over (241-7~deb10u4) ...
14:24:16 [2021-06-10T14:24:16.925Z] #13 64.83 Setting up libudev1:amd64 (241-7~deb10u7) ...
14:24:16 [2021-06-10T14:24:16.925Z] #13 65.04 Selecting previously unselected package binutils-mingw-w64-i686.
14:24:16 [2021-06-10T14:24:16.925Z] #13 65.04 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
14:24:16 [2021-06-10T14:24:16.925Z] #13 65.12 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
14:24:16 [2021-06-10T14:24:16.925Z] #13 65.15 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
14:24:17 [2021-06-10T14:24:17.004Z] #43 45.87   DEP      compel/src/lib/infect-util.d
14:24:17 [2021-06-10T14:24:17.004Z] #43 45.97   DEP      compel/src/lib/infect-rpc.d
14:24:17 [2021-06-10T14:24:17.118Z] #43 ...
14:24:17 [2021-06-10T14:24:17.118Z] 
14:24:17 [2021-06-10T14:24:17.118Z] #14 [dev-systemd-false  1/26] RUN groupadd -r docker
14:24:17 [2021-06-10T14:24:17.118Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815
14:24:17 [2021-06-10T14:24:17.118Z] #14 DONE 2.4s
14:24:17 [2021-06-10T14:24:17.118Z] 
14:24:17 [2021-06-10T14:24:17.118Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:24:17 [2021-06-10T14:24:17.118Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:24:17 [2021-06-10T14:24:17.118Z] #43 57.82   CC       criu/arch/x86/kerndat.o
14:24:17 [2021-06-10T14:24:17.262Z] #43 46.12   DEP      compel/arch/x86/src/lib/infect.d
14:24:17 [2021-06-10T14:24:17.262Z] #43 46.29   DEP      compel/arch/x86/src/lib/cpu.d
14:24:17 [2021-06-10T14:24:17.262Z] #43 46.33   DEP      compel/src/lib/log.d
14:24:17 [2021-06-10T14:24:17.521Z] #43 46.45   DEP      compel/src/main.d
14:24:17 [2021-06-10T14:24:17.521Z] #43 46.56   DEP      compel/src/lib/handle-elf.d
14:24:17 [2021-06-10T14:24:17.521Z] #43 46.63   DEP      compel/arch/x86/src/lib/handle-elf.d
14:24:17 [2021-06-10T14:24:17.521Z] #43 ...
14:24:17 [2021-06-10T14:24:17.521Z] 
14:24:17 [2021-06-10T14:24:17.521Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:24:17 [2021-06-10T14:24:17.521Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:24:17 [2021-06-10T14:24:17.521Z] #13 113.4 Selecting previously unselected package libapparmor1:amd64.
14:24:17 [2021-06-10T14:24:17.521Z] #13 113.4 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
14:24:17 [2021-06-10T14:24:17.521Z] #13 113.4 Unpacking libapparmor1:amd64 (2.13.2-10) ...
14:24:17 [2021-06-10T14:24:17.521Z] #13 113.5 Selecting previously unselected package libapparmor-dev:amd64.
14:24:17 [2021-06-10T14:24:17.779Z] #13 113.5 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
14:24:17 [2021-06-10T14:24:17.779Z] #13 113.5 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
14:24:17 [2021-06-10T14:24:17.779Z] #13 113.7 Selecting previously unselected package libbtrfs0.
14:24:17 [2021-06-10T14:24:17.779Z] #13 113.7 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
14:24:17 [2021-06-10T14:24:17.779Z] #13 113.7 Unpacking libbtrfs0 (4.20.1-2) ...
14:24:17 [2021-06-10T14:24:17.779Z] #13 113.8 Selecting previously unselected package libbtrfs-dev.
14:24:18 [2021-06-10T14:24:18.038Z] #13 113.8 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
14:24:18 [2021-06-10T14:24:18.038Z] #13 113.8 Unpacking libbtrfs-dev (4.20.1-2) ...
14:24:18 [2021-06-10T14:24:18.038Z] #13 113.9 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
14:24:18 [2021-06-10T14:24:18.038Z] #13 113.9 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
14:24:18 [2021-06-10T14:24:18.038Z] #13 113.9 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
14:24:18 [2021-06-10T14:24:18.049Z] #43 58.73   CC       criu/arch/x86/sigaction_compat.o
14:24:18 [2021-06-10T14:24:18.297Z] #13 114.1 Selecting previously unselected package libudev-dev:amd64.
14:24:18 [2021-06-10T14:24:18.297Z] #13 114.1 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ...
14:24:18 [2021-06-10T14:24:18.297Z] #13 114.2 Unpacking libudev-dev:amd64 (241-7~deb10u7) ...
14:24:18 [2021-06-10T14:24:18.297Z] #13 114.3 Selecting previously unselected package libsepol1-dev:amd64.
14:24:18 [2021-06-10T14:24:18.556Z] #13 114.3 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
14:24:18 [2021-06-10T14:24:18.556Z] #13 114.3 Unpacking libsepol1-dev:amd64 (2.8-1) ...
14:24:18 [2021-06-10T14:24:18.615Z] #43 59.22   CC       criu/arch/x86/sigframe.o
14:24:18 [2021-06-10T14:24:18.615Z] #43 ...
14:24:18 [2021-06-10T14:24:18.615Z] 
14:24:18 [2021-06-10T14:24:18.615Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:24:18 [2021-06-10T14:24:18.615Z] #45 sha256:c68427fdde4486e6953a83e7abbfb70bf4899bddbd16f59fe7daae979cc488f0
14:24:18 [2021-06-10T14:24:18.615Z] #45 120.4 net/http/httptrace
14:24:18 [2021-06-10T14:24:18.615Z] #45 120.6 net/http
14:24:18 [2021-06-10T14:24:18.815Z] #13 114.6 Selecting previously unselected package libpcre16-3:amd64.
14:24:18 [2021-06-10T14:24:18.815Z] #13 114.6 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
14:24:18 [2021-06-10T14:24:18.815Z] #13 114.6 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
14:24:18 [2021-06-10T14:24:18.873Z] #45 ...
14:24:18 [2021-06-10T14:24:18.873Z] 
14:24:18 [2021-06-10T14:24:18.873Z] #15 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
14:24:18 [2021-06-10T14:24:18.873Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6
14:24:18 [2021-06-10T14:24:18.873Z] #15 DONE 1.9s
14:24:18 [2021-06-10T14:24:18.873Z] 
14:24:18 [2021-06-10T14:24:18.873Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:24:18 [2021-06-10T14:24:18.873Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:24:18 [2021-06-10T14:24:18.873Z] #43 59.56   LINK     criu/arch/x86/crtools.built-in.o
14:24:19 [2021-06-10T14:24:19.074Z] #13 114.8 Selecting previously unselected package libpcre32-3:amd64.
14:24:19 [2021-06-10T14:24:19.074Z] #13 114.8 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
14:24:19 [2021-06-10T14:24:19.074Z] #13 114.8 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
14:24:19 [2021-06-10T14:24:19.130Z] #43 59.64   DEP      criu/pie/util-vdso-elf32.d
14:24:19 [2021-06-10T14:24:19.130Z] #43 59.80   DEP      criu/pie/util-vdso.d
14:24:19 [2021-06-10T14:24:19.333Z] #13 115.0 Selecting previously unselected package libpcrecpp0v5:amd64.
14:24:19 [2021-06-10T14:24:19.333Z] #13 115.0 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
14:24:19 [2021-06-10T14:24:19.333Z] #13 115.0 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
14:24:19 [2021-06-10T14:24:19.333Z] #13 115.2 Selecting previously unselected package libpcre3-dev:amd64.
14:24:19 [2021-06-10T14:24:19.333Z] #13 115.2 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
14:24:19 [2021-06-10T14:24:19.333Z] #13 115.2 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
14:24:19 [2021-06-10T14:24:19.387Z] #43 59.92   DEP      criu/pie/util.d
14:24:19 [2021-06-10T14:24:19.387Z] #43 60.21   CC       criu/pie/util.o
14:24:19 [2021-06-10T14:24:19.463Z] #13 ...
14:24:19 [2021-06-10T14:24:19.463Z] 
14:24:19 [2021-06-10T14:24:19.463Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
14:24:19 [2021-06-10T14:24:19.463Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
14:24:19 [2021-06-10T14:24:19.463Z] #36 69.95 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
14:24:19 [2021-06-10T14:24:19.463Z] #36 69.96 Setting up xxd (2:8.1.0875-5) ...
14:24:19 [2021-06-10T14:24:19.463Z] #36 69.97 Setting up libuv1:amd64 (1.24.1-1) ...
14:24:19 [2021-06-10T14:24:19.463Z] #36 69.98 Setting up vim-common (2:8.1.0875-5) ...
14:24:19 [2021-06-10T14:24:19.463Z] #36 70.04 Setting up librhash0:amd64 (1.3.8-1) ...
14:24:19 [2021-06-10T14:24:19.463Z] #36 70.05 Setting up cmake-data (3.13.4-1) ...
14:24:19 [2021-06-10T14:24:19.463Z] #36 70.08 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
14:24:19 [2021-06-10T14:24:19.463Z] #36 70.12 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
14:24:19 [2021-06-10T14:24:19.463Z] #36 70.14 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
14:24:19 [2021-06-10T14:24:19.463Z] #36 70.17 Setting up cmake (3.13.4-1) ...
14:24:19 [2021-06-10T14:24:19.463Z] #36 70.20 Processing triggers for libc-bin (2.28-10) ...
14:24:19 [2021-06-10T14:24:19.463Z] #36 70.32 Processing triggers for mime-support (3.62) ...
14:24:19 [2021-06-10T14:24:19.463Z] #36 DONE 71.2s
14:24:19 [2021-06-10T14:24:19.463Z] 
14:24:19 [2021-06-10T14:24:19.463Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
14:24:19 [2021-06-10T14:24:19.463Z] #37 sha256:c336164530fceb825c81e53cb524b8216add9d6f18a3a5dd6a7ca85525c121b2
14:24:19 [2021-06-10T14:24:19.902Z] #13 115.7 Selecting previously unselected package libselinux1-dev:amd64.
14:24:19 [2021-06-10T14:24:19.902Z] #13 115.7 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
14:24:19 [2021-06-10T14:24:19.902Z] #13 115.7 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
14:24:19 [2021-06-10T14:24:19.951Z] #43 ...
14:24:19 [2021-06-10T14:24:19.951Z] 
14:24:19 [2021-06-10T14:24:19.951Z] #16 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
14:24:19 [2021-06-10T14:24:19.951Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac
14:24:19 [2021-06-10T14:24:19.951Z] #16 1.055 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
14:24:19 [2021-06-10T14:24:19.951Z] #16 DONE 1.2s
14:24:19 [2021-06-10T14:24:19.951Z] 
14:24:19 [2021-06-10T14:24:19.951Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:24:19 [2021-06-10T14:24:19.951Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:24:19 [2021-06-10T14:24:19.951Z] #43 60.72   CC       criu/pie/util-vdso.o
14:24:20 [2021-06-10T14:24:20.161Z] #13 116.0 Selecting previously unselected package libdevmapper-dev:amd64.
14:24:20 [2021-06-10T14:24:20.161Z] #13 116.0 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
14:24:20 [2021-06-10T14:24:20.161Z] #13 116.0 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
14:24:20 [2021-06-10T14:24:20.420Z] #13 116.1 Selecting previously unselected package libseccomp-dev:amd64.
14:24:20 [2021-06-10T14:24:20.420Z] #13 116.1 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ...
14:24:20 [2021-06-10T14:24:20.420Z] #13 116.1 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
14:24:20 [2021-06-10T14:24:20.420Z] #13 116.3 Selecting previously unselected package libsystemd-dev:amd64.
14:24:20 [2021-06-10T14:24:20.420Z] #13 116.3 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ...
14:24:20 [2021-06-10T14:24:20.420Z] #13 116.3 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ...
14:24:20 [2021-06-10T14:24:20.650Z] #58 ...
14:24:20 [2021-06-10T14:24:20.650Z] 
14:24:20 [2021-06-10T14:24:20.650Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:24:20 [2021-06-10T14:24:20.650Z] #45 sha256:770eca950a2ba38bb61271a0b7972836e7f5fb7a18ce6ace5a86e3fba3afcec7
14:24:20 [2021-06-10T14:24:20.650Z] #45 105.4 mime/quotedprintable
14:24:20 [2021-06-10T14:24:20.650Z] #45 105.8 net/http/internal
14:24:20 [2021-06-10T14:24:20.650Z] #45 110.1 net/textproto
14:24:20 [2021-06-10T14:24:20.650Z] #45 110.2 crypto/x509
14:24:20 [2021-06-10T14:24:20.650Z] #45 111.3 vendor/golang.org/x/net/http/httpguts
14:24:20 [2021-06-10T14:24:20.650Z] #45 111.4 vendor/golang.org/x/net/http/httpproxy
14:24:20 [2021-06-10T14:24:20.650Z] #45 111.9 mime/multipart
14:24:20 [2021-06-10T14:24:20.650Z] #45 114.1 crypto/tls
14:24:20 [2021-06-10T14:24:20.650Z] #45 ...
14:24:20 [2021-06-10T14:24:20.650Z] 
14:24:20 [2021-06-10T14:24:20.650Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:24:20 [2021-06-10T14:24:20.650Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:24:20 [2021-06-10T14:24:20.650Z] #43 39.89   CC       images/memfd.o
14:24:20 [2021-06-10T14:24:20.650Z] #43 40.09   CC       images/timens.o
14:24:20 [2021-06-10T14:24:20.650Z] #43 40.32   LINK     images/built-in.o
14:24:20 [2021-06-10T14:24:20.650Z] #43 40.46   GEN      compel/include/asm
14:24:20 [2021-06-10T14:24:20.650Z] #43 40.50   GEN      compel/include/version.h
14:24:20 [2021-06-10T14:24:20.650Z] #43 40.52 touch .config
14:24:20 [2021-06-10T14:24:20.650Z] #43 40.56   GEN      include/common/config.h
14:24:20 [2021-06-10T14:24:20.650Z] #43 40.65   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
14:24:20 [2021-06-10T14:24:20.650Z] #43 40.70   GEN      compel/plugins/include/uapi/std/syscall-64.h
14:24:20 [2021-06-10T14:24:20.650Z] #43 40.72   GEN      compel/arch/x86/plugins/std/syscalls-64.S
14:24:20 [2021-06-10T14:24:20.650Z] #43 40.73   DEP      compel/arch/x86/plugins/std/syscalls-64.d
14:24:20 [2021-06-10T14:24:20.650Z] #43 40.77   DEP      compel/arch/x86/plugins/std/memcpy.d
14:24:20 [2021-06-10T14:24:20.650Z] #43 40.79   DEP      compel/arch/x86/plugins/std/parasite-head.d
14:24:20 [2021-06-10T14:24:20.650Z] #43 40.81   GEN      compel/plugins/include/uapi/std/syscall.h
14:24:20 [2021-06-10T14:24:20.650Z] #43 40.82   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
14:24:20 [2021-06-10T14:24:20.650Z] #43 40.85   GEN      compel/plugins/include/uapi/std/syscall-codes.h
14:24:20 [2021-06-10T14:24:20.650Z] #43 40.88   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
14:24:20 [2021-06-10T14:24:20.650Z] #43 40.89   DEP      compel/plugins/std/infect.d
14:24:20 [2021-06-10T14:24:20.650Z] #43 41.04   DEP      compel/plugins/std/string.d
14:24:20 [2021-06-10T14:24:20.650Z] #43 41.11   DEP      compel/plugins/std/log.d
14:24:20 [2021-06-10T14:24:20.650Z] #43 41.19   DEP      compel/plugins/std/fds.d
14:24:20 [2021-06-10T14:24:20.650Z] #43 41.34   DEP      compel/plugins/std/std.d
14:24:20 [2021-06-10T14:24:20.650Z] #43 41.49   DEP      compel/plugins/shmem/shmem.d
14:24:20 [2021-06-10T14:24:20.650Z] #43 41.57   DEP      compel/plugins/fds/fds.d
14:24:20 [2021-06-10T14:24:20.650Z] #43 41.68   CC       compel/plugins/std/std.o
14:24:20 [2021-06-10T14:24:20.650Z] #43 42.10   CC       compel/plugins/std/fds.o
14:24:20 [2021-06-10T14:24:20.650Z] #43 42.57   CC       compel/plugins/std/log.o
14:24:20 [2021-06-10T14:24:20.650Z] #43 43.55   CC       compel/plugins/std/string.o
14:24:20 [2021-06-10T14:24:20.909Z] #43 44.25   CC       compel/plugins/std/infect.o
14:24:20 [2021-06-10T14:24:20.992Z] #13 116.9 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
14:24:21 [2021-06-10T14:24:21.251Z] #13 117.0 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
14:24:21 [2021-06-10T14:24:21.251Z] #13 117.0 Setting up libapparmor1:amd64 (2.13.2-10) ...
14:24:21 [2021-06-10T14:24:21.251Z] #13 117.0 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
14:24:21 [2021-06-10T14:24:21.251Z] #13 117.1 Setting up libpcre16-3:amd64 (2:8.39-12) ...
14:24:21 [2021-06-10T14:24:21.251Z] #13 117.2 Setting up libsepol1-dev:amd64 (2.8-1) ...
14:24:21 [2021-06-10T14:24:21.251Z] #13 117.2 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
14:24:21 [2021-06-10T14:24:21.251Z] #13 117.2 Setting up libbtrfs0 (4.20.1-2) ...
14:24:21 [2021-06-10T14:24:21.325Z] #43 61.84   CC       criu/pie/util-vdso-elf32.o
14:24:21 [2021-06-10T14:24:21.325Z] #43 ...
14:24:21 [2021-06-10T14:24:21.325Z] 
14:24:21 [2021-06-10T14:24:21.325Z] #17 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
14:24:21 [2021-06-10T14:24:21.325Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea
14:24:21 [2021-06-10T14:24:21.325Z] #17 DONE 1.2s
14:24:21 [2021-06-10T14:24:21.325Z] 
14:24:21 [2021-06-10T14:24:21.325Z] #18 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
14:24:21 [2021-06-10T14:24:21.325Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6
14:24:21 [2021-06-10T14:24:21.366Z] #37 ...
14:24:21 [2021-06-10T14:24:21.366Z] 
14:24:21 [2021-06-10T14:24:21.366Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:24:21 [2021-06-10T14:24:21.366Z] #45 sha256:9c2594a10bf51cf229550215f6c8f4e21f529ca0adeb1d37afd998bc86f768ee
14:24:21 [2021-06-10T14:24:21.366Z] #45 63.19 time
14:24:21 [2021-06-10T14:24:21.366Z] #45 68.62 strings
14:24:21 [2021-06-10T14:24:21.366Z] #45 70.42 os
14:24:21 [2021-06-10T14:24:21.366Z] #45 72.05 regexp/syntax
14:24:21 [2021-06-10T14:24:21.366Z] #45 ...
14:24:21 [2021-06-10T14:24:21.366Z] 
14:24:21 [2021-06-10T14:24:21.366Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
14:24:21 [2021-06-10T14:24:21.366Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
14:24:21 [2021-06-10T14:24:21.366Z] #42 65.44 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
14:24:21 [2021-06-10T14:24:21.366Z] #42 65.46 Setting up libnl-3-200:amd64 (3.4.0-1) ...
14:24:21 [2021-06-10T14:24:21.366Z] #42 65.49 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
14:24:21 [2021-06-10T14:24:21.366Z] #42 65.51 Setting up libcap-dev:amd64 (1:2.25-2) ...
14:24:21 [2021-06-10T14:24:21.366Z] #42 65.52 Setting up libprotoc17:amd64 (3.6.1.3-2) ...
14:24:21 [2021-06-10T14:24:21.366Z] #42 65.54 Setting up protobuf-compiler (3.6.1.3-2) ...
14:24:21 [2021-06-10T14:24:21.366Z] #42 65.58 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
14:24:21 [2021-06-10T14:24:21.366Z] #42 65.63 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ...
14:24:21 [2021-06-10T14:24:21.366Z] #42 65.66 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
14:24:21 [2021-06-10T14:24:21.366Z] #42 65.74 Setting up python-protobuf (3.6.1.3-2) ...
14:24:21 [2021-06-10T14:24:21.366Z] #42 73.42 Setting up libnl-3-dev:amd64 (3.4.0-1) ...
14:24:21 [2021-06-10T14:24:21.366Z] #42 73.43 Processing triggers for libc-bin (2.28-10) ...
14:24:21 [2021-06-10T14:24:21.477Z] #43 44.77   CC       compel/arch/x86/plugins/std/parasite-head.o
14:24:21 [2021-06-10T14:24:21.477Z] #43 44.81   CC       compel/arch/x86/plugins/std/memcpy.o
14:24:21 [2021-06-10T14:24:21.477Z] #43 44.89   CC       compel/arch/x86/plugins/std/syscalls-64.o
14:24:21 [2021-06-10T14:24:21.477Z] #43 44.95   AR       compel/plugins/std.lib.a
14:24:21 [2021-06-10T14:24:21.477Z] #43 45.02   CC       compel/plugins/fds/fds.o
14:24:21 [2021-06-10T14:24:21.510Z] #13 117.2 Setting up libpcre32-3:amd64 (2:8.39-12) ...
14:24:21 [2021-06-10T14:24:21.510Z] #13 117.2 Setting up libudev-dev:amd64 (241-7~deb10u7) ...
14:24:21 [2021-06-10T14:24:21.510Z] #13 117.3 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
14:24:21 [2021-06-10T14:24:21.510Z] #13 117.3 Setting up libbtrfs-dev (4.20.1-2) ...
14:24:21 [2021-06-10T14:24:21.510Z] #13 117.3 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
14:24:21 [2021-06-10T14:24:21.510Z] #13 117.3 Setting up mingw-w64-common (6.0.0-3) ...
14:24:21 [2021-06-10T14:24:21.510Z] #13 117.4 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ...
14:24:21 [2021-06-10T14:24:21.510Z] #13 117.4 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
14:24:21 [2021-06-10T14:24:21.510Z] #13 117.4 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
14:24:21 [2021-06-10T14:24:21.510Z] #13 117.4 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
14:24:21 [2021-06-10T14:24:21.624Z] #42 DONE 73.9s
14:24:21 [2021-06-10T14:24:21.624Z] 
14:24:21 [2021-06-10T14:24:21.624Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
14:24:21 [2021-06-10T14:24:21.624Z] #51 sha256:d3933c6381a39303c1b4be9ff8f6e580af4864a6f8d2ca329ab610777c4e8b33
14:24:21 [2021-06-10T14:24:21.624Z] #51 69.25 encoding/binary
14:24:21 [2021-06-10T14:24:21.624Z] #51 69.53 context
14:24:21 [2021-06-10T14:24:21.624Z] #51 70.81 os
14:24:21 [2021-06-10T14:24:21.624Z] #51 71.99 encoding/base64
14:24:21 [2021-06-10T14:24:21.624Z] #51 73.19 golang.org/x/sys/unix
14:24:21 [2021-06-10T14:24:21.769Z] #13 117.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
14:24:21 [2021-06-10T14:24:21.769Z] #13 117.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
14:24:21 [2021-06-10T14:24:21.769Z] #13 117.5 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
14:24:21 [2021-06-10T14:24:21.769Z] #13 117.5 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
14:24:21 [2021-06-10T14:24:21.769Z] #13 117.5 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
14:24:21 [2021-06-10T14:24:21.769Z] #13 117.5 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
14:24:21 [2021-06-10T14:24:21.769Z] #13 117.5 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
14:24:21 [2021-06-10T14:24:21.769Z] #13 117.6 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
14:24:21 [2021-06-10T14:24:21.769Z] #13 117.6 Setting up dmsetup (2:1.02.155-3) ...
14:24:21 [2021-06-10T14:24:21.769Z] #13 117.6 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
14:24:21 [2021-06-10T14:24:21.769Z] #13 117.7 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
14:24:21 [2021-06-10T14:24:21.769Z] #13 117.7 Processing triggers for libc-bin (2.28-10) ...
14:24:21 [2021-06-10T14:24:21.769Z] #13 ...
14:24:21 [2021-06-10T14:24:21.769Z] 
14:24:21 [2021-06-10T14:24:21.770Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:24:21 [2021-06-10T14:24:21.770Z] #45 sha256:42d38f7346c664d1ca94914b7840cafbd6e2c471bfd0c2b97f8234196205f3ba
14:24:21 [2021-06-10T14:24:21.770Z] #45 110.9 vendor/golang.org/x/net/http/httpguts
14:24:21 [2021-06-10T14:24:21.770Z] #45 111.1 vendor/golang.org/x/net/http/httpproxy
14:24:21 [2021-06-10T14:24:21.770Z] #45 111.6 mime/multipart
14:24:21 [2021-06-10T14:24:21.770Z] #45 113.8 crypto/tls
14:24:21 [2021-06-10T14:24:21.770Z] #45 120.1 net/http/httptrace
14:24:21 [2021-06-10T14:24:21.770Z] #45 120.3 net/http
14:24:22 [2021-06-10T14:24:22.028Z] #45 ...
14:24:22 [2021-06-10T14:24:22.028Z] 
14:24:22 [2021-06-10T14:24:22.028Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:24:22 [2021-06-10T14:24:22.028Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:24:22 [2021-06-10T14:24:22.028Z] #43 46.77   CC       compel/src/lib/log.o
14:24:22 [2021-06-10T14:24:22.028Z] #43 47.06   CC       compel/arch/x86/src/lib/cpu.o
14:24:22 [2021-06-10T14:24:22.028Z] #43 47.75   CC       compel/arch/x86/src/lib/infect.o
14:24:22 [2021-06-10T14:24:22.028Z] #43 48.55   CC       compel/src/lib/infect-rpc.o
14:24:22 [2021-06-10T14:24:22.028Z] #43 48.87   CC       compel/src/lib/infect-util.o
14:24:22 [2021-06-10T14:24:22.028Z] #43 49.16   CC       compel/src/lib/infect.o
14:24:22 [2021-06-10T14:24:22.044Z] #43 45.36   AR       compel/plugins/fds.lib.a
14:24:22 [2021-06-10T14:24:22.044Z] #43 45.41   HOSTDEP  compel/src/lib/log-host.d
14:24:22 [2021-06-10T14:24:22.044Z] #43 45.55   HOSTDEP  compel/src/lib/handle-elf-host.d
14:24:22 [2021-06-10T14:24:22.306Z] #43 45.65   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
14:24:22 [2021-06-10T14:24:22.306Z] #43 45.72   HOSTDEP  compel/src/main-host.d
14:24:22 [2021-06-10T14:24:22.306Z] #43 45.85   DEP      compel/src/lib/ptrace.d
14:24:22 [2021-06-10T14:24:22.570Z] #43 45.97   DEP      compel/src/lib/infect.d
14:24:22 [2021-06-10T14:24:22.570Z] #43 46.08   DEP      compel/src/lib/infect-util.d
14:24:22 [2021-06-10T14:24:22.570Z] #43 46.20   DEP      compel/src/lib/infect-rpc.d
14:24:22 [2021-06-10T14:24:22.596Z] #43 51.40   CC       compel/src/lib/ptrace.o
14:24:22 [2021-06-10T14:24:22.596Z] #43 51.75   AR       compel/libcompel.a
14:24:22 [2021-06-10T14:24:22.695Z] #18 DONE 1.2s
14:24:22 [2021-06-10T14:24:22.695Z] 
14:24:22 [2021-06-10T14:24:22.695Z] #19 [dev-systemd-false  6/26] RUN ldconfig
14:24:22 [2021-06-10T14:24:22.695Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df
14:24:22 [2021-06-10T14:24:22.829Z] #43 ...
14:24:22 [2021-06-10T14:24:22.829Z] 
14:24:22 [2021-06-10T14:24:22.829Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:24:22 [2021-06-10T14:24:22.829Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:24:22 [2021-06-10T14:24:22.829Z] #13 114.0 Selecting previously unselected package libapparmor1:amd64.
14:24:22 [2021-06-10T14:24:22.829Z] #13 114.0 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
14:24:22 [2021-06-10T14:24:22.829Z] #13 114.0 Unpacking libapparmor1:amd64 (2.13.2-10) ...
14:24:22 [2021-06-10T14:24:22.829Z] #13 114.1 Selecting previously unselected package libapparmor-dev:amd64.
14:24:22 [2021-06-10T14:24:22.855Z] #43 51.83   HOSTCC   compel/src/main-host.o
14:24:23 [2021-06-10T14:24:23.007Z] #51 ...
14:24:23 [2021-06-10T14:24:23.007Z] 
14:24:23 [2021-06-10T14:24:23.007Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:24:23 [2021-06-10T14:24:23.007Z] #45 sha256:9c2594a10bf51cf229550215f6c8f4e21f529ca0adeb1d37afd998bc86f768ee
14:24:23 [2021-06-10T14:24:23.007Z] #45 74.82 fmt
14:24:23 [2021-06-10T14:24:23.098Z] #13 114.1 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
14:24:23 [2021-06-10T14:24:23.098Z] #13 114.1 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
14:24:23 [2021-06-10T14:24:23.098Z] #13 114.3 Selecting previously unselected package libbtrfs0.
14:24:23 [2021-06-10T14:24:23.098Z] #13 114.3 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
14:24:23 [2021-06-10T14:24:23.098Z] #13 114.3 Unpacking libbtrfs0 (4.20.1-2) ...
14:24:23 [2021-06-10T14:24:23.113Z] #43 52.06   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
14:24:23 [2021-06-10T14:24:23.113Z] #43 52.18   HOSTCC   compel/src/lib/handle-elf-host.o
14:24:23 [2021-06-10T14:24:23.364Z] #13 114.4 Selecting previously unselected package libbtrfs-dev.
14:24:23 [2021-06-10T14:24:23.364Z] #13 114.4 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
14:24:23 [2021-06-10T14:24:23.364Z] #13 114.4 Unpacking libbtrfs-dev (4.20.1-2) ...
14:24:23 [2021-06-10T14:24:23.372Z] #43 52.43   HOSTCC   compel/src/lib/log-host.o
14:24:23 [2021-06-10T14:24:23.631Z] #43 52.67   HOSTLINK compel/compel-host-bin
14:24:23 [2021-06-10T14:24:23.687Z] #19 DONE 1.2s
14:24:23 [2021-06-10T14:24:23.687Z] 
14:24:23 [2021-06-10T14:24:23.687Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
14:24:23 [2021-06-10T14:24:23.687Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
14:24:23 [2021-06-10T14:24:23.890Z] #43 52.82   DEP      soccr/soccr.d
14:24:23 [2021-06-10T14:24:23.891Z] #43 ...
14:24:23 [2021-06-10T14:24:23.891Z] 
14:24:23 [2021-06-10T14:24:23.891Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:24:23 [2021-06-10T14:24:23.891Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:24:23 [2021-06-10T14:24:23.891Z] #13 DONE 119.8s
14:24:23 [2021-06-10T14:24:23.891Z] 
14:24:23 [2021-06-10T14:24:23.891Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:24:23 [2021-06-10T14:24:23.891Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:24:23 [2021-06-10T14:24:23.891Z] #43 52.93   CC       soccr/soccr.o
14:24:23 [2021-06-10T14:24:23.891Z] #43 ...
14:24:23 [2021-06-10T14:24:23.891Z] 
14:24:23 [2021-06-10T14:24:23.891Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
14:24:23 [2021-06-10T14:24:23.891Z] #53 sha256:a2aca08a4a3430afb4f9cc641a311a3afda970776d654669a3c792b40345064d
14:24:24 [2021-06-10T14:24:24.280Z] #13 115.3 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
14:24:24 [2021-06-10T14:24:24.280Z] #13 115.3 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
14:24:24 [2021-06-10T14:24:24.280Z] #13 115.3 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
14:24:24 [2021-06-10T14:24:24.707Z] #20 ...
14:24:24 [2021-06-10T14:24:24.707Z] 
14:24:24 [2021-06-10T14:24:24.707Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
14:24:24 [2021-06-10T14:24:24.707Z] #53 sha256:7122b23ef07ef761460019903ed038ec62115efaac75c2363ec7faaadcc84fe5
14:24:24 [2021-06-10T14:24:24.707Z] #53 2.307 + RM_GOPATH=0
14:24:24 [2021-06-10T14:24:24.707Z] #53 2.307 + TMP_GOPATH=
14:24:24 [2021-06-10T14:24:24.707Z] #53 2.307 + : /build
14:24:24 [2021-06-10T14:24:24.707Z] #53 2.307 + '[' -z '' ']'
14:24:24 [2021-06-10T14:24:24.707Z] #53 2.307 ++ mktemp -d
14:24:24 [2021-06-10T14:24:24.707Z] #53 2.317 + export GOPATH=/tmp/tmp.6Wya8ENzaz
14:24:24 [2021-06-10T14:24:24.707Z] #53 2.317 + GOPATH=/tmp/tmp.6Wya8ENzaz
14:24:24 [2021-06-10T14:24:24.707Z] #53 2.317 + RM_GOPATH=1
14:24:24 [2021-06-10T14:24:24.707Z] #53 2.317 + case "$(go env GOARCH)" in
14:24:24 [2021-06-10T14:24:24.707Z] #53 2.317 ++ go env GOARCH
14:24:24 [2021-06-10T14:24:24.707Z] #53 2.363 + export GO_BUILDMODE=-buildmode=pie
14:24:24 [2021-06-10T14:24:24.707Z] #53 2.363 + GO_BUILDMODE=-buildmode=pie
14:24:24 [2021-06-10T14:24:24.707Z] #53 2.363 ++ dirname /tmp/install/install.sh
14:24:24 [2021-06-10T14:24:24.707Z] #53 2.369 + dir=/tmp/install
14:24:24 [2021-06-10T14:24:24.707Z] #53 2.369 + bin=runc
14:24:24 [2021-06-10T14:24:24.707Z] #53 2.369 + shift
14:24:24 [2021-06-10T14:24:24.707Z] #53 2.369 + '[' '!' -f /tmp/install/runc.installer ']'
14:24:24 [2021-06-10T14:24:24.707Z] #53 2.369 + . /tmp/install/runc.installer
14:24:24 [2021-06-10T14:24:24.707Z] #53 2.369 ++ : b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
14:24:24 [2021-06-10T14:24:24.707Z] #53 2.369 + install_runc
14:24:24 [2021-06-10T14:24:24.707Z] #53 2.369 + grep -q '^3\.10\.0.*\.el7\.'
14:24:24 [2021-06-10T14:24:24.707Z] #53 2.374 + uname -r
14:24:24 [2021-06-10T14:24:24.707Z] #53 2.383 Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp )
14:24:24 [2021-06-10T14:24:24.707Z] #53 2.383 + RUNC_BUILDTAGS='seccomp '
14:24:24 [2021-06-10T14:24:24.707Z] #53 2.383 + echo 'Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp )'
14:24:24 [2021-06-10T14:24:24.707Z] #53 2.383 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.6Wya8ENzaz/src/github.com/opencontainers/runc
14:24:24 [2021-06-10T14:24:24.707Z] #53 2.383 Cloning into '/tmp/tmp.6Wya8ENzaz/src/github.com/opencontainers/runc'...
14:24:24 [2021-06-10T14:24:24.707Z] #53 ...
14:24:24 [2021-06-10T14:24:24.707Z] 
14:24:24 [2021-06-10T14:24:24.707Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:24:24 [2021-06-10T14:24:24.707Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:24:24 [2021-06-10T14:24:24.707Z] #43 62.61   AR       criu/pie/pie.lib.a
14:24:24 [2021-06-10T14:24:24.707Z] #43 62.79   DEP      criu/pie/restorer.d
14:24:24 [2021-06-10T14:24:24.707Z] #43 63.14   DEP      criu/arch/x86/sigaction_compat_pie.d
14:24:24 [2021-06-10T14:24:24.707Z] #43 63.35   DEP      criu/arch/x86/restorer_unmap.d
14:24:24 [2021-06-10T14:24:24.707Z] #43 63.40   DEP      criu/arch/x86/restorer.d
14:24:24 [2021-06-10T14:24:24.707Z] #43 63.86   DEP      criu/arch/x86/vdso-pie.d
14:24:24 [2021-06-10T14:24:24.707Z] #43 64.10   DEP      criu/pie/parasite-vdso.d
14:24:24 [2021-06-10T14:24:24.707Z] #43 64.32   DEP      criu/pie/parasite.d
14:24:24 [2021-06-10T14:24:24.707Z] #43 64.98   CC       criu/pie/parasite.o
14:24:25 [2021-06-10T14:24:25.224Z] #13 ...
14:24:25 [2021-06-10T14:24:25.224Z] 
14:24:25 [2021-06-10T14:24:25.224Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
14:24:25 [2021-06-10T14:24:25.224Z] #58 sha256:c89eb849539ddd7cb3b7f74836740d27de366fbc16a419d36ae6e2295bacad80
14:24:25 [2021-06-10T14:24:25.224Z] #58 DONE 120.0s
14:24:25 [2021-06-10T14:24:25.224Z] 
14:24:25 [2021-06-10T14:24:25.224Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
14:24:25 [2021-06-10T14:24:25.224Z] #59 sha256:a0bcc0a8355504826c71687852a4c4ed6a3aea092fa313f09caae2293fe7af66
14:24:25 [2021-06-10T14:24:25.224Z] #59 DONE 0.1s
14:24:25 [2021-06-10T14:24:25.224Z] 
14:24:25 [2021-06-10T14:24:25.224Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:24:25 [2021-06-10T14:24:25.224Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:24:25 [2021-06-10T14:24:25.224Z] #13 116.2 Selecting previously unselected package libudev-dev:amd64.
14:24:25 [2021-06-10T14:24:25.224Z] #13 116.2 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ...
14:24:25 [2021-06-10T14:24:25.224Z] #13 116.3 Unpacking libudev-dev:amd64 (241-7~deb10u7) ...
14:24:25 [2021-06-10T14:24:25.224Z] #13 ...
14:24:25 [2021-06-10T14:24:25.224Z] 
14:24:25 [2021-06-10T14:24:25.224Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
14:24:25 [2021-06-10T14:24:25.224Z] #60 sha256:f48ce9f56d9c4ceb97e17dcbcdddc84479e4d0386d864632a2832775fd463b7d
14:24:25 [2021-06-10T14:24:25.224Z] #60 DONE 0.1s
14:24:25 [2021-06-10T14:24:25.224Z] 
14:24:25 [2021-06-10T14:24:25.224Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:24:25 [2021-06-10T14:24:25.224Z] #45 sha256:770eca950a2ba38bb61271a0b7972836e7f5fb7a18ce6ace5a86e3fba3afcec7
14:24:25 [2021-06-10T14:24:25.224Z] #45 119.8 net/http/httptrace
14:24:25 [2021-06-10T14:24:25.224Z] #45 120.2 net/http
14:24:25 [2021-06-10T14:24:25.542Z] #45 77.55 regexp
14:24:25 [2021-06-10T14:24:25.799Z] #53 1.513 + RM_GOPATH=0
14:24:25 [2021-06-10T14:24:25.799Z] #53 1.513 + TMP_GOPATH=
14:24:25 [2021-06-10T14:24:25.799Z] #53 1.513 + : /build
14:24:25 [2021-06-10T14:24:25.799Z] #53 1.513 + '[' -z '' ']'
14:24:25 [2021-06-10T14:24:25.799Z] #53 1.513 ++ mktemp -d
14:24:25 [2021-06-10T14:24:25.799Z] #53 1.513 + export GOPATH=/tmp/tmp.bRhhTQZ86P
14:24:25 [2021-06-10T14:24:25.799Z] #53 1.513 + GOPATH=/tmp/tmp.bRhhTQZ86P
14:24:25 [2021-06-10T14:24:25.799Z] #53 1.513 + RM_GOPATH=1
14:24:25 [2021-06-10T14:24:25.799Z] #53 1.513 + case "$(go env GOARCH)" in
14:24:25 [2021-06-10T14:24:25.799Z] #53 1.513 ++ go env GOARCH
14:24:25 [2021-06-10T14:24:25.799Z] #53 1.521 + export GO_BUILDMODE=-buildmode=pie
14:24:25 [2021-06-10T14:24:25.799Z] #53 1.521 + GO_BUILDMODE=-buildmode=pie
14:24:25 [2021-06-10T14:24:25.799Z] #53 1.521 ++ dirname /tmp/install/install.sh
14:24:25 [2021-06-10T14:24:25.799Z] #53 1.525 + dir=/tmp/install
14:24:25 [2021-06-10T14:24:25.799Z] #53 1.525 + bin=runc
14:24:25 [2021-06-10T14:24:25.799Z] #53 1.525 + shift
14:24:25 [2021-06-10T14:24:25.799Z] #53 1.525 + '[' '!' -f /tmp/install/runc.installer ']'
14:24:25 [2021-06-10T14:24:25.799Z] #53 1.525 + . /tmp/install/runc.installer
14:24:25 [2021-06-10T14:24:25.799Z] #53 1.525 ++ : b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
14:24:25 [2021-06-10T14:24:25.799Z] #53 1.525 + install_runc
14:24:25 [2021-06-10T14:24:25.799Z] #53 1.533 + uname -r
14:24:25 [2021-06-10T14:24:25.799Z] #53 1.535 + grep -q '^3\.10\.0.*\.el7\.'
14:24:25 [2021-06-10T14:24:25.799Z] #53 1.545 + RUNC_BUILDTAGS='seccomp '
14:24:25 [2021-06-10T14:24:25.799Z] #53 1.545 + echo 'Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp )'
14:24:25 [2021-06-10T14:24:25.799Z] #53 1.545 Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp )
14:24:25 [2021-06-10T14:24:25.799Z] #53 1.545 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.bRhhTQZ86P/src/github.com/opencontainers/runc
14:24:25 [2021-06-10T14:24:25.799Z] #53 1.557 Cloning into '/tmp/tmp.bRhhTQZ86P/src/github.com/opencontainers/runc'...
14:24:25 [2021-06-10T14:24:25.799Z] #53 ...
14:24:25 [2021-06-10T14:24:25.799Z] 
14:24:25 [2021-06-10T14:24:25.799Z] #14 [dev-systemd-false  1/26] RUN groupadd -r docker
14:24:25 [2021-06-10T14:24:25.799Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815
14:24:25 [2021-06-10T14:24:25.799Z] #14 DONE 1.7s
14:24:25 [2021-06-10T14:24:25.799Z] 
14:24:25 [2021-06-10T14:24:25.799Z] #15 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
14:24:25 [2021-06-10T14:24:25.799Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6
14:24:26 [2021-06-10T14:24:26.079Z] #43 66.50   LINK     criu/pie/parasite.built-in.o
14:24:26 [2021-06-10T14:24:26.079Z] #43 66.52   GEN      criu/pie/parasite-blob.h
14:24:26 [2021-06-10T14:24:26.079Z] #43 66.54   CC       criu/pie/parasite-vdso.o
14:24:26 [2021-06-10T14:24:26.640Z] #43 67.33   CC       criu/arch/x86/vdso-pie.o
14:24:26 [2021-06-10T14:24:26.897Z] #43 67.65   CC       criu/arch/x86/restorer.o
14:24:26 [2021-06-10T14:24:26.922Z] #45 ...
14:24:26 [2021-06-10T14:24:26.922Z] 
14:24:26 [2021-06-10T14:24:26.922Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
14:24:26 [2021-06-10T14:24:26.922Z] #34 sha256:ebb13e91098140a128f6273462c56855a67930413fd6c41cb1548ffef983365f
14:24:26 [2021-06-10T14:24:26.922Z] #34 69.21 os
14:24:26 [2021-06-10T14:24:26.922Z] #34 71.74 path
14:24:26 [2021-06-10T14:24:26.922Z] #34 72.31 text/tabwriter
14:24:26 [2021-06-10T14:24:26.922Z] #34 73.43 path/filepath
14:24:26 [2021-06-10T14:24:26.922Z] #34 73.45 fmt
14:24:26 [2021-06-10T14:24:26.922Z] #34 74.80 io/ioutil
14:24:26 [2021-06-10T14:24:26.922Z] #34 77.15 github.com/BurntSushi/toml
14:24:26 [2021-06-10T14:24:26.922Z] #34 77.16 flag
14:24:26 [2021-06-10T14:24:26.922Z] #34 78.98 log
14:24:27 [2021-06-10T14:24:27.181Z] #15 DONE 1.2s
14:24:27 [2021-06-10T14:24:27.181Z] 
14:24:27 [2021-06-10T14:24:27.181Z] #16 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
14:24:27 [2021-06-10T14:24:27.181Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac
14:24:27 [2021-06-10T14:24:27.181Z] #34 ...
14:24:27 [2021-06-10T14:24:27.181Z] 
14:24:27 [2021-06-10T14:24:27.181Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
14:24:27 [2021-06-10T14:24:27.181Z] #37 sha256:c336164530fceb825c81e53cb524b8216add9d6f18a3a5dd6a7ca85525c121b2
14:24:27 [2021-06-10T14:24:27.181Z] #37 6.737 + RM_GOPATH=0
14:24:27 [2021-06-10T14:24:27.181Z] #37 6.737 + TMP_GOPATH=
14:24:27 [2021-06-10T14:24:27.181Z] #37 6.738 + : /build
14:24:27 [2021-06-10T14:24:27.181Z] #37 6.740 + '[' -z '' ']'
14:24:27 [2021-06-10T14:24:27.181Z] #37 6.740 ++ mktemp -d
14:24:27 [2021-06-10T14:24:27.181Z] #37 6.750 + export GOPATH=/tmp/tmp.zHpvJVkAfr
14:24:27 [2021-06-10T14:24:27.181Z] #37 6.750 + GOPATH=/tmp/tmp.zHpvJVkAfr
14:24:27 [2021-06-10T14:24:27.181Z] #37 6.750 + RM_GOPATH=1
14:24:27 [2021-06-10T14:24:27.181Z] #37 6.751 + case "$(go env GOARCH)" in
14:24:27 [2021-06-10T14:24:27.181Z] #37 6.751 ++ go env GOARCH
14:24:27 [2021-06-10T14:24:27.181Z] #37 6.781 + export GO_BUILDMODE=-buildmode=pie
14:24:27 [2021-06-10T14:24:27.181Z] #37 6.781 + GO_BUILDMODE=-buildmode=pie
14:24:27 [2021-06-10T14:24:27.181Z] #37 6.782 ++ dirname /tmp/install/install.sh
14:24:27 [2021-06-10T14:24:27.181Z] #37 6.793 + dir=/tmp/install
14:24:27 [2021-06-10T14:24:27.181Z] #37 6.796 + bin=tini
14:24:27 [2021-06-10T14:24:27.181Z] #37 6.796 + shift
14:24:27 [2021-06-10T14:24:27.181Z] #37 6.796 + '[' '!' -f /tmp/install/tini.installer ']'
14:24:27 [2021-06-10T14:24:27.181Z] #37 6.797 + . /tmp/install/tini.installer
14:24:27 [2021-06-10T14:24:27.181Z] #37 6.797 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
14:24:27 [2021-06-10T14:24:27.181Z] #37 6.797 + install_tini
14:24:27 [2021-06-10T14:24:27.181Z] #37 6.800 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
14:24:27 [2021-06-10T14:24:27.181Z] #37 6.800 + git clone https://github.com/krallin/tini.git /tmp/tmp.zHpvJVkAfr/tini
14:24:27 [2021-06-10T14:24:27.181Z] #37 6.800 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
14:24:27 [2021-06-10T14:24:27.181Z] #37 6.803 Cloning into '/tmp/tmp.zHpvJVkAfr/tini'...
14:24:27 [2021-06-10T14:24:27.181Z] #37 7.649 + cd /tmp/tmp.zHpvJVkAfr/tini
14:24:27 [2021-06-10T14:24:27.181Z] #37 7.657 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
14:24:27 [2021-06-10T14:24:27.181Z] #37 7.668 + cmake .
14:24:27 [2021-06-10T14:24:27.440Z] #37 8.288 -- The C compiler identification is GNU 8.3.0
14:24:27 [2021-06-10T14:24:27.440Z] #37 8.349 -- Check for working C compiler: /usr/bin/cc
14:24:27 [2021-06-10T14:24:27.459Z] #43 68.27   CC       criu/arch/x86/restorer_unmap.o
14:24:27 [2021-06-10T14:24:27.716Z] #43 68.31   CC       criu/arch/x86/sigaction_compat_pie.o
14:24:27 [2021-06-10T14:24:27.971Z] #43 68.59   CC       criu/pie/restorer.o
14:24:28 [2021-06-10T14:24:28.122Z] #16 1.129 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
14:24:28 [2021-06-10T14:24:28.122Z] #16 DONE 1.2s
14:24:28 [2021-06-10T14:24:28.122Z] 
14:24:28 [2021-06-10T14:24:28.122Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
14:24:28 [2021-06-10T14:24:28.122Z] #58 sha256:eee941f322c8e27ad8dc0aecbeea0f6550409deb3c0d2b95695e4afaf84115a7
14:24:28 [2021-06-10T14:24:28.122Z] #58 118.0 + for f in rootlesskit rootlesskit-docker-proxy
14:24:28 [2021-06-10T14:24:28.122Z] #58 118.0 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
14:24:28 [2021-06-10T14:24:28.122Z] #58 DONE 127.1s
14:24:28 [2021-06-10T14:24:28.122Z] 
14:24:28 [2021-06-10T14:24:28.122Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
14:24:28 [2021-06-10T14:24:28.122Z] #59 sha256:5294cfcefeb12829a9d4f4a30f179b20c883e6d99124dcfda1ea733d943c06b6
14:24:28 [2021-06-10T14:24:28.122Z] #59 DONE 0.1s
14:24:28 [2021-06-10T14:24:28.122Z] 
14:24:28 [2021-06-10T14:24:28.122Z] #17 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
14:24:28 [2021-06-10T14:24:28.122Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea
14:24:28 [2021-06-10T14:24:28.378Z] #37 9.170 -- Check for working C compiler: /usr/bin/cc -- works
14:24:28 [2021-06-10T14:24:28.378Z] #37 9.179 -- Detecting C compiler ABI info
14:24:28 [2021-06-10T14:24:28.380Z] #17 ...
14:24:28 [2021-06-10T14:24:28.380Z] 
14:24:28 [2021-06-10T14:24:28.380Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
14:24:28 [2021-06-10T14:24:28.380Z] #60 sha256:3d2cc5da4836d31e46722871ceb05193fb62f186468d95e92f93f4505bc93c4a
14:24:28 [2021-06-10T14:24:28.380Z] #60 DONE 0.2s
14:24:28 [2021-06-10T14:24:28.533Z] #43 ...
14:24:28 [2021-06-10T14:24:28.533Z] 
14:24:28 [2021-06-10T14:24:28.533Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
14:24:28 [2021-06-10T14:24:28.533Z] #53 sha256:7122b23ef07ef761460019903ed038ec62115efaac75c2363ec7faaadcc84fe5
14:24:28 [2021-06-10T14:24:28.533Z] #53 13.89 + cd /tmp/tmp.6Wya8ENzaz/src/github.com/opencontainers/runc
14:24:28 [2021-06-10T14:24:28.533Z] #53 13.89 + git checkout -q b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
14:24:28 [2021-06-10T14:24:28.639Z] 
14:24:28 [2021-06-10T14:24:28.639Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:24:28 [2021-06-10T14:24:28.639Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:24:28 [2021-06-10T14:24:28.639Z] #43 54.99   AR       soccr/libsoccr.a
14:24:28 [2021-06-10T14:24:28.639Z] #43 55.10 make[1]: 'soccr/libsoccr.a' is up to date.
14:24:28 [2021-06-10T14:24:28.639Z] #43 55.58   DEP      criu/arch/x86/sigframe.d
14:24:28 [2021-06-10T14:24:28.639Z] #43 55.73   DEP      criu/arch/x86/sigaction_compat.d
14:24:28 [2021-06-10T14:24:28.639Z] #43 55.87   DEP      criu/arch/x86/kerndat.d
14:24:28 [2021-06-10T14:24:28.639Z] #43 56.13   DEP      criu/arch/x86/crtools.d
14:24:28 [2021-06-10T14:24:28.639Z] #43 56.32   DEP      criu/arch/x86/cpu.d
14:24:28 [2021-06-10T14:24:28.639Z] #43 56.57   CC       criu/arch/x86/cpu.o
14:24:28 [2021-06-10T14:24:28.789Z] #53 14.28 + '[' -z '' ']'
14:24:28 [2021-06-10T14:24:28.789Z] #53 14.28 + target=static
14:24:28 [2021-06-10T14:24:28.789Z] #53 14.28 + make 'BUILDTAGS=seccomp ' static
14:24:28 [2021-06-10T14:24:28.898Z] #43 57.77   CC       criu/arch/x86/crtools.o
14:24:29 [2021-06-10T14:24:29.315Z] #37 10.05 -- Detecting C compiler ABI info - done
14:24:29 [2021-06-10T14:24:29.315Z] #37 10.12 -- Detecting C compile features
14:24:29 [2021-06-10T14:24:29.315Z] #37 ...
14:24:29 [2021-06-10T14:24:29.315Z] 
14:24:29 [2021-06-10T14:24:29.315Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:24:29 [2021-06-10T14:24:29.315Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:24:29 [2021-06-10T14:24:29.315Z] #13 68.22 Selecting previously unselected package binutils-mingw-w64-x86-64.
14:24:29 [2021-06-10T14:24:29.315Z] #13 68.22 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
14:24:29 [2021-06-10T14:24:29.315Z] #13 68.22 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
14:24:29 [2021-06-10T14:24:29.315Z] #13 71.76 Selecting previously unselected package binutils-mingw-w64.
14:24:29 [2021-06-10T14:24:29.315Z] #13 71.77 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
14:24:29 [2021-06-10T14:24:29.315Z] #13 71.81 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
14:24:29 [2021-06-10T14:24:29.315Z] #13 71.96 Selecting previously unselected package libdevmapper1.02.1:amd64.
14:24:29 [2021-06-10T14:24:29.315Z] #13 71.96 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
14:24:29 [2021-06-10T14:24:29.315Z] #13 71.96 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
14:24:29 [2021-06-10T14:24:29.315Z] #13 72.18 Selecting previously unselected package dmsetup.
14:24:29 [2021-06-10T14:24:29.315Z] #13 72.18 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
14:24:29 [2021-06-10T14:24:29.315Z] #13 72.18 Unpacking dmsetup (2:1.02.155-3) ...
14:24:29 [2021-06-10T14:24:29.315Z] #13 72.40 Selecting previously unselected package mingw-w64-common.
14:24:29 [2021-06-10T14:24:29.315Z] #13 72.40 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
14:24:29 [2021-06-10T14:24:29.315Z] #13 72.41 Unpacking mingw-w64-common (6.0.0-3) ...
14:24:29 [2021-06-10T14:24:29.352Z] #53 14.85 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o runc .
14:24:29 [2021-06-10T14:24:29.414Z] #45 ...
14:24:29 [2021-06-10T14:24:29.414Z] 
14:24:29 [2021-06-10T14:24:29.414Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:24:29 [2021-06-10T14:24:29.414Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:24:29 [2021-06-10T14:24:29.414Z] #13 116.6 Selecting previously unselected package libsepol1-dev:amd64.
14:24:29 [2021-06-10T14:24:29.414Z] #13 116.6 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
14:24:29 [2021-06-10T14:24:29.414Z] #13 116.6 Unpacking libsepol1-dev:amd64 (2.8-1) ...
14:24:29 [2021-06-10T14:24:29.414Z] #13 117.0 Selecting previously unselected package libpcre16-3:amd64.
14:24:29 [2021-06-10T14:24:29.414Z] #13 117.0 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
14:24:29 [2021-06-10T14:24:29.414Z] #13 117.0 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
14:24:29 [2021-06-10T14:24:29.414Z] #13 117.4 Selecting previously unselected package libpcre32-3:amd64.
14:24:29 [2021-06-10T14:24:29.414Z] #13 117.4 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
14:24:29 [2021-06-10T14:24:29.414Z] #13 117.4 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
14:24:29 [2021-06-10T14:24:29.414Z] #13 117.6 Selecting previously unselected package libpcrecpp0v5:amd64.
14:24:29 [2021-06-10T14:24:29.414Z] #13 117.7 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
14:24:29 [2021-06-10T14:24:29.414Z] #13 117.7 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
14:24:29 [2021-06-10T14:24:29.414Z] #13 118.0 Selecting previously unselected package libpcre3-dev:amd64.
14:24:29 [2021-06-10T14:24:29.414Z] #13 118.0 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
14:24:29 [2021-06-10T14:24:29.414Z] #13 118.0 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
14:24:29 [2021-06-10T14:24:29.414Z] #13 118.4 Selecting previously unselected package libselinux1-dev:amd64.
14:24:29 [2021-06-10T14:24:29.414Z] #13 118.4 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
14:24:29 [2021-06-10T14:24:29.414Z] #13 118.4 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
14:24:29 [2021-06-10T14:24:29.414Z] #13 118.7 Selecting previously unselected package libdevmapper-dev:amd64.
14:24:29 [2021-06-10T14:24:29.414Z] #13 118.7 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
14:24:29 [2021-06-10T14:24:29.414Z] #13 118.7 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
14:24:29 [2021-06-10T14:24:29.414Z] #13 118.8 Selecting previously unselected package libseccomp-dev:amd64.
14:24:29 [2021-06-10T14:24:29.414Z] #13 118.8 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ...
14:24:29 [2021-06-10T14:24:29.414Z] #13 118.8 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
14:24:29 [2021-06-10T14:24:29.414Z] #13 118.9 Selecting previously unselected package libsystemd-dev:amd64.
14:24:29 [2021-06-10T14:24:29.414Z] #13 118.9 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ...
14:24:29 [2021-06-10T14:24:29.414Z] #13 118.9 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ...
14:24:29 [2021-06-10T14:24:29.414Z] #13 119.3 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
14:24:29 [2021-06-10T14:24:29.414Z] #13 119.4 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
14:24:29 [2021-06-10T14:24:29.414Z] #13 119.4 Setting up libapparmor1:amd64 (2.13.2-10) ...
14:24:29 [2021-06-10T14:24:29.414Z] #13 119.4 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
14:24:29 [2021-06-10T14:24:29.414Z] #13 119.4 Setting up libpcre16-3:amd64 (2:8.39-12) ...
14:24:29 [2021-06-10T14:24:29.414Z] #13 119.4 Setting up libsepol1-dev:amd64 (2.8-1) ...
14:24:29 [2021-06-10T14:24:29.414Z] #13 119.4 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
14:24:29 [2021-06-10T14:24:29.414Z] #13 119.5 Setting up libbtrfs0 (4.20.1-2) ...
14:24:29 [2021-06-10T14:24:29.414Z] #13 119.5 Setting up libpcre32-3:amd64 (2:8.39-12) ...
14:24:29 [2021-06-10T14:24:29.414Z] #13 119.5 Setting up libudev-dev:amd64 (241-7~deb10u7) ...
14:24:29 [2021-06-10T14:24:29.414Z] #13 119.5 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
14:24:29 [2021-06-10T14:24:29.414Z] #13 119.5 Setting up libbtrfs-dev (4.20.1-2) ...
14:24:29 [2021-06-10T14:24:29.414Z] #13 119.6 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
14:24:29 [2021-06-10T14:24:29.414Z] #13 119.6 Setting up mingw-w64-common (6.0.0-3) ...
14:24:29 [2021-06-10T14:24:29.414Z] #13 119.6 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ...
14:24:29 [2021-06-10T14:24:29.414Z] #13 119.6 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
14:24:29 [2021-06-10T14:24:29.414Z] #13 119.6 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
14:24:29 [2021-06-10T14:24:29.414Z] #13 119.6 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
14:24:29 [2021-06-10T14:24:29.414Z] #13 119.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
14:24:29 [2021-06-10T14:24:29.414Z] #13 119.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
14:24:29 [2021-06-10T14:24:29.414Z] #13 119.7 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
14:24:29 [2021-06-10T14:24:29.414Z] #13 119.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
14:24:29 [2021-06-10T14:24:29.414Z] #13 119.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
14:24:29 [2021-06-10T14:24:29.414Z] #13 119.7 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
14:24:29 [2021-06-10T14:24:29.414Z] #13 119.7 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
14:24:29 [2021-06-10T14:24:29.414Z] #13 119.8 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
14:24:29 [2021-06-10T14:24:29.414Z] #13 119.8 Setting up dmsetup (2:1.02.155-3) ...
14:24:29 [2021-06-10T14:24:29.414Z] #13 119.8 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
14:24:29 [2021-06-10T14:24:29.414Z] #13 119.8 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
14:24:29 [2021-06-10T14:24:29.414Z] #13 119.8 Processing triggers for libc-bin (2.28-10) ...
14:24:29 [2021-06-10T14:24:29.414Z] #13 DONE 120.1s
14:24:29 [2021-06-10T14:24:29.414Z] 
14:24:29 [2021-06-10T14:24:29.414Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
14:24:29 [2021-06-10T14:24:29.414Z] #53 sha256:830ba2344ab207e636dcbdb88c452d687c404fb03477b5007cd8647e929daa04
14:24:29 [2021-06-10T14:24:29.573Z] #13 ...
14:24:29 [2021-06-10T14:24:29.573Z] 
14:24:29 [2021-06-10T14:24:29.573Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:24:29 [2021-06-10T14:24:29.573Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:24:29 [2021-06-10T14:24:29.573Z] #43 6.456 Note: Building without setproctitle() and strlcpy() support.
14:24:29 [2021-06-10T14:24:29.573Z] #43 6.457       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
14:24:29 [2021-06-10T14:24:29.573Z] #43 6.479 Note: Building without GnuTLS support
14:24:29 [2021-06-10T14:24:29.573Z] #43 6.503 Makefile.config:39: Warn: you have no libnftables installed
14:24:29 [2021-06-10T14:24:29.573Z] #43 6.504 Makefile.config:40: Warn: Building without nftables support
14:24:29 [2021-06-10T14:24:29.832Z] #43 ...
14:24:29 [2021-06-10T14:24:29.832Z] 
14:24:29 [2021-06-10T14:24:29.832Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
14:24:29 [2021-06-10T14:24:29.832Z] #34 sha256:ebb13e91098140a128f6273462c56855a67930413fd6c41cb1548ffef983365f
14:24:29 [2021-06-10T14:24:29.832Z] #34 81.99 github.com/BurntSushi/toml/cmd/tomlv
14:24:29 [2021-06-10T14:24:29.835Z] #43 ...
14:24:29 [2021-06-10T14:24:29.835Z] 
14:24:29 [2021-06-10T14:24:29.835Z] #17 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
14:24:29 [2021-06-10T14:24:29.835Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea
14:24:29 [2021-06-10T14:24:29.835Z] #17 DONE 1.7s
14:24:30 [2021-06-10T14:24:30.094Z] 
14:24:30 [2021-06-10T14:24:30.094Z] #18 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
14:24:30 [2021-06-10T14:24:30.094Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6
14:24:30 [2021-06-10T14:24:30.791Z] #53 1.678 + RM_GOPATH=0
14:24:30 [2021-06-10T14:24:30.791Z] #53 1.678 + TMP_GOPATH=
14:24:30 [2021-06-10T14:24:30.791Z] #53 1.678 + : /build
14:24:30 [2021-06-10T14:24:30.791Z] #53 1.678 + '[' -z '' ']'
14:24:30 [2021-06-10T14:24:30.791Z] #53 ...
14:24:30 [2021-06-10T14:24:30.791Z] 
14:24:30 [2021-06-10T14:24:30.791Z] #14 [dev-systemd-false  1/26] RUN groupadd -r docker
14:24:30 [2021-06-10T14:24:30.791Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815
14:24:30 [2021-06-10T14:24:30.791Z] #14 DONE 1.7s
14:24:30 [2021-06-10T14:24:30.791Z] 
14:24:30 [2021-06-10T14:24:30.791Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
14:24:30 [2021-06-10T14:24:30.791Z] #53 sha256:830ba2344ab207e636dcbdb88c452d687c404fb03477b5007cd8647e929daa04
14:24:30 [2021-06-10T14:24:30.791Z] #53 1.680 ++ mktemp -d
14:24:30 [2021-06-10T14:24:30.791Z] #53 1.681 + export GOPATH=/tmp/tmp.GHXbQtHQYr
14:24:30 [2021-06-10T14:24:30.791Z] #53 1.681 + GOPATH=/tmp/tmp.GHXbQtHQYr
14:24:30 [2021-06-10T14:24:30.791Z] #53 1.681 + RM_GOPATH=1
14:24:30 [2021-06-10T14:24:30.791Z] #53 1.681 + case "$(go env GOARCH)" in
14:24:30 [2021-06-10T14:24:30.791Z] #53 1.681 ++ go env GOARCH
14:24:30 [2021-06-10T14:24:30.791Z] #53 1.702 + export GO_BUILDMODE=-buildmode=pie
14:24:30 [2021-06-10T14:24:30.791Z] #53 1.702 + GO_BUILDMODE=-buildmode=pie
14:24:30 [2021-06-10T14:24:30.791Z] #53 1.703 ++ dirname /tmp/install/install.sh
14:24:30 [2021-06-10T14:24:30.791Z] #53 1.728 + dir=/tmp/install
14:24:30 [2021-06-10T14:24:30.791Z] #53 1.728 + bin=runc
14:24:30 [2021-06-10T14:24:30.791Z] #53 1.728 + shift
14:24:30 [2021-06-10T14:24:30.791Z] #53 1.728 + '[' '!' -f /tmp/install/runc.installer ']'
14:24:30 [2021-06-10T14:24:30.791Z] #53 1.728 + . /tmp/install/runc.installer
14:24:30 [2021-06-10T14:24:30.791Z] #53 1.728 ++ : b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
14:24:30 [2021-06-10T14:24:30.791Z] #53 1.728 + install_runc
14:24:30 [2021-06-10T14:24:30.791Z] #53 1.728 + grep -q '^3\.10\.0.*\.el7\.'
14:24:30 [2021-06-10T14:24:30.791Z] #53 1.736 + uname -r
14:24:30 [2021-06-10T14:24:30.791Z] #53 1.745 + RUNC_BUILDTAGS='seccomp '
14:24:30 [2021-06-10T14:24:30.791Z] #53 1.750 Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp )
14:24:30 [2021-06-10T14:24:30.791Z] #53 1.750 + echo 'Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp )'
14:24:30 [2021-06-10T14:24:30.791Z] #53 1.750 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.GHXbQtHQYr/src/github.com/opencontainers/runc
14:24:30 [2021-06-10T14:24:30.791Z] #53 1.750 Cloning into '/tmp/tmp.GHXbQtHQYr/src/github.com/opencontainers/runc'...
14:24:31 [2021-06-10T14:24:31.491Z] #18 DONE 1.6s
14:24:31 [2021-06-10T14:24:31.491Z] 
14:24:31 [2021-06-10T14:24:31.491Z] #19 [dev-systemd-false  6/26] RUN ldconfig
14:24:31 [2021-06-10T14:24:31.491Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df
14:24:32 [2021-06-10T14:24:32.169Z] #53 ...
14:24:32 [2021-06-10T14:24:32.169Z] 
14:24:32 [2021-06-10T14:24:32.169Z] #15 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
14:24:32 [2021-06-10T14:24:32.169Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6
14:24:32 [2021-06-10T14:24:32.169Z] #15 DONE 1.3s
14:24:32 [2021-06-10T14:24:32.169Z] 
14:24:32 [2021-06-10T14:24:32.169Z] #16 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
14:24:32 [2021-06-10T14:24:32.169Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac
14:24:32 [2021-06-10T14:24:32.881Z] #19 DONE 1.2s
14:24:32 [2021-06-10T14:24:32.881Z] 
14:24:32 [2021-06-10T14:24:32.881Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
14:24:32 [2021-06-10T14:24:32.881Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
14:24:33 [2021-06-10T14:24:33.106Z] #16 ...
14:24:33 [2021-06-10T14:24:33.106Z] 
14:24:33 [2021-06-10T14:24:33.106Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:24:33 [2021-06-10T14:24:33.106Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:24:33 [2021-06-10T14:24:33.106Z] #43 46.39   DEP      compel/arch/x86/src/lib/infect.d
14:24:33 [2021-06-10T14:24:33.106Z] #43 46.54   DEP      compel/arch/x86/src/lib/cpu.d
14:24:33 [2021-06-10T14:24:33.106Z] #43 46.61   DEP      compel/src/lib/log.d
14:24:33 [2021-06-10T14:24:33.106Z] #43 46.66   DEP      compel/src/main.d
14:24:33 [2021-06-10T14:24:33.106Z] #43 46.80   DEP      compel/src/lib/handle-elf.d
14:24:33 [2021-06-10T14:24:33.106Z] #43 46.91   DEP      compel/arch/x86/src/lib/handle-elf.d
14:24:33 [2021-06-10T14:24:33.106Z] #43 47.02   CC       compel/src/lib/log.o
14:24:33 [2021-06-10T14:24:33.106Z] #43 47.32   CC       compel/arch/x86/src/lib/cpu.o
14:24:33 [2021-06-10T14:24:33.106Z] #43 48.03   CC       compel/arch/x86/src/lib/infect.o
14:24:33 [2021-06-10T14:24:33.106Z] #43 48.98   CC       compel/src/lib/infect-rpc.o
14:24:33 [2021-06-10T14:24:33.106Z] #43 49.66   CC       compel/src/lib/infect-util.o
14:24:33 [2021-06-10T14:24:33.106Z] #43 50.05   CC       compel/src/lib/infect.o
14:24:33 [2021-06-10T14:24:33.106Z] #43 52.16   CC       compel/src/lib/ptrace.o
14:24:33 [2021-06-10T14:24:33.106Z] #43 52.67   AR       compel/libcompel.a
14:24:33 [2021-06-10T14:24:33.106Z] #43 52.85   HOSTCC   compel/src/main-host.o
14:24:33 [2021-06-10T14:24:33.107Z] #43 53.38   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
14:24:33 [2021-06-10T14:24:33.107Z] #43 53.68   HOSTCC   compel/src/lib/handle-elf-host.o
14:24:33 [2021-06-10T14:24:33.107Z] #43 54.09   HOSTCC   compel/src/lib/log-host.o
14:24:33 [2021-06-10T14:24:33.107Z] #43 54.47   HOSTLINK compel/compel-host-bin
14:24:33 [2021-06-10T14:24:33.107Z] #43 54.69   DEP      soccr/soccr.d
14:24:33 [2021-06-10T14:24:33.107Z] #43 54.88   CC       soccr/soccr.o
14:24:33 [2021-06-10T14:24:33.107Z] #43 ...
14:24:33 [2021-06-10T14:24:33.107Z] 
14:24:33 [2021-06-10T14:24:33.107Z] #16 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
14:24:33 [2021-06-10T14:24:33.107Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac
14:24:33 [2021-06-10T14:24:33.107Z] #16 1.064 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
14:24:33 [2021-06-10T14:24:33.107Z] #16 DONE 1.2s
14:24:33 [2021-06-10T14:24:33.116Z] #34 ...
14:24:33 [2021-06-10T14:24:33.116Z] 
14:24:33 [2021-06-10T14:24:33.116Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
14:24:33 [2021-06-10T14:24:33.116Z] #51 sha256:d3933c6381a39303c1b4be9ff8f6e580af4864a6f8d2ca329ab610777c4e8b33
14:24:33 [2021-06-10T14:24:33.116Z] #51 75.38 fmt
14:24:33 [2021-06-10T14:24:33.116Z] #51 80.53 encoding/json
14:24:33 [2021-06-10T14:24:33.116Z] #51 84.16 github.com/pkg/diff
14:24:33 [2021-06-10T14:24:33.368Z] 
14:24:33 [2021-06-10T14:24:33.368Z] #17 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
14:24:33 [2021-06-10T14:24:33.368Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea
14:24:33 [2021-06-10T14:24:33.375Z] #51 ...
14:24:33 [2021-06-10T14:24:33.375Z] 
14:24:33 [2021-06-10T14:24:33.375Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:24:33 [2021-06-10T14:24:33.375Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:24:33 [2021-06-10T14:24:33.375Z] #43 9.042 fatal: not a git repository (or any of the parent directories): .git
14:24:33 [2021-06-10T14:24:33.375Z] #43 9.120   GEN      .gitid
14:24:33 [2021-06-10T14:24:33.375Z] #43 9.161   GEN      criu/include/version.h
14:24:33 [2021-06-10T14:24:33.375Z] #43 9.258   GEN      include/common/asm
14:24:33 [2021-06-10T14:24:33.375Z] #43 11.10   PBCC     images/timens.pb-c.c
14:24:33 [2021-06-10T14:24:33.375Z] #43 11.13   DEP      images/timens.pb-c.d
14:24:33 [2021-06-10T14:24:33.375Z] #43 11.19   PBCC     images/fown.pb-c.c
14:24:33 [2021-06-10T14:24:33.375Z] #43 11.23   PBCC     images/google/protobuf/descriptor.pb-c.c
14:24:33 [2021-06-10T14:24:33.375Z] #43 11.32   PBCC     images/opts.pb-c.c
14:24:33 [2021-06-10T14:24:33.375Z] #43 11.38   PBCC     images/memfd.pb-c.c
14:24:33 [2021-06-10T14:24:33.375Z] #43 11.46   DEP      images/fown.pb-c.d
14:24:33 [2021-06-10T14:24:33.375Z] #43 11.54   DEP      images/google/protobuf/descriptor.pb-c.d
14:24:33 [2021-06-10T14:24:33.375Z] #43 11.65   DEP      images/opts.pb-c.d
14:24:33 [2021-06-10T14:24:33.375Z] #43 11.72   DEP      images/memfd.pb-c.d
14:24:33 [2021-06-10T14:24:33.375Z] #43 11.78   PBCC     images/sit.pb-c.c
14:24:33 [2021-06-10T14:24:33.633Z] #43 11.86   DEP      images/sit.pb-c.d
14:24:33 [2021-06-10T14:24:33.633Z] #43 11.93   PBCC     images/macvlan.pb-c.c
14:24:33 [2021-06-10T14:24:33.633Z] #43 11.98   DEP      images/macvlan.pb-c.d
14:24:33 [2021-06-10T14:24:33.633Z] #43 12.02   PBCC     images/autofs.pb-c.c
14:24:33 [2021-06-10T14:24:33.633Z] #43 12.07   DEP      images/autofs.pb-c.d
14:24:33 [2021-06-10T14:24:33.892Z] #43 12.14   PBCC     images/sysctl.pb-c.c
14:24:33 [2021-06-10T14:24:33.892Z] #43 12.20   DEP      images/sysctl.pb-c.d
14:24:33 [2021-06-10T14:24:33.892Z] #43 12.26   PBCC     images/time.pb-c.c
14:24:33 [2021-06-10T14:24:33.892Z] #43 12.31   DEP      images/time.pb-c.d
14:24:34 [2021-06-10T14:24:34.150Z] #43 12.37   PBCC     images/binfmt-misc.pb-c.c
14:24:34 [2021-06-10T14:24:34.150Z] #43 12.42   DEP      images/binfmt-misc.pb-c.d
14:24:34 [2021-06-10T14:24:34.150Z] #43 12.51   PBCC     images/seccomp.pb-c.c
14:24:34 [2021-06-10T14:24:34.150Z] #43 12.54   DEP      images/seccomp.pb-c.d
14:24:34 [2021-06-10T14:24:34.263Z] #20 1.626 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
14:24:34 [2021-06-10T14:24:34.263Z] #20 1.629 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
14:24:34 [2021-06-10T14:24:34.263Z] #20 1.673 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
14:24:34 [2021-06-10T14:24:34.263Z] #20 1.673 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
14:24:34 [2021-06-10T14:24:34.409Z] #43 12.60   PBCC     images/userns.pb-c.c
14:24:34 [2021-06-10T14:24:34.409Z] #43 12.61   DEP      images/userns.pb-c.d
14:24:34 [2021-06-10T14:24:34.409Z] #43 12.74   PBCC     images/cgroup.pb-c.c
14:24:34 [2021-06-10T14:24:34.409Z] #43 12.80   DEP      images/cgroup.pb-c.d
14:24:34 [2021-06-10T14:24:34.602Z] #53 ...
14:24:34 [2021-06-10T14:24:34.602Z] 
14:24:34 [2021-06-10T14:24:34.602Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:24:34 [2021-06-10T14:24:34.602Z] #45 sha256:c68427fdde4486e6953a83e7abbfb70bf4899bddbd16f59fe7daae979cc488f0
14:24:34 [2021-06-10T14:24:34.602Z] #45 135.8 github.com/LK4D4/vndr/godl
14:24:34 [2021-06-10T14:24:34.602Z] #45 136.8 github.com/LK4D4/vndr
14:24:34 [2021-06-10T14:24:34.602Z] #45 ...
14:24:34 [2021-06-10T14:24:34.602Z] 
14:24:34 [2021-06-10T14:24:34.602Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:24:34 [2021-06-10T14:24:34.602Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:24:34 [2021-06-10T14:24:34.602Z] #43 71.54   LINK     criu/pie/restorer.built-in.o
14:24:34 [2021-06-10T14:24:34.602Z] #43 71.57   GEN      criu/pie/restorer-blob.h
14:24:34 [2021-06-10T14:24:34.602Z] #43 71.65   DEP      criu/vdso.d
14:24:34 [2021-06-10T14:24:34.602Z] #43 71.84   DEP      criu/vdso-compat.d
14:24:34 [2021-06-10T14:24:34.602Z] #43 72.05   DEP      criu/uts_ns.d
14:24:34 [2021-06-10T14:24:34.602Z] #43 72.23   DEP      criu/util.d
14:24:34 [2021-06-10T14:24:34.602Z] #43 72.45   DEP      criu/uffd.d
14:24:34 [2021-06-10T14:24:34.602Z] #43 72.69   DEP      criu/tun.d
14:24:34 [2021-06-10T14:24:34.602Z] #43 72.91   DEP      criu/tty.d
14:24:34 [2021-06-10T14:24:34.602Z] #43 73.18   DEP      criu/timerfd.d
14:24:34 [2021-06-10T14:24:34.602Z] #43 73.39   DEP      criu/timens.d
14:24:34 [2021-06-10T14:24:34.602Z] #43 73.54   DEP      criu/sysfs_parse.d
14:24:34 [2021-06-10T14:24:34.602Z] #43 73.76   DEP      criu/sysctl.d
14:24:34 [2021-06-10T14:24:34.602Z] #43 73.98   DEP      criu/string.d
14:24:34 [2021-06-10T14:24:34.602Z] #43 74.03   DEP      criu/stats.d
14:24:34 [2021-06-10T14:24:34.602Z] #43 74.16   DEP      criu/sockets.d
14:24:34 [2021-06-10T14:24:34.602Z] #43 74.40   DEP      criu/sk-unix.d
14:24:34 [2021-06-10T14:24:34.602Z] #43 74.58   DEP      criu/sk-tcp.d
14:24:34 [2021-06-10T14:24:34.602Z] #43 74.81   DEP      criu/sk-queue.d
14:24:34 [2021-06-10T14:24:34.602Z] #43 75.04   DEP      criu/sk-packet.d
14:24:34 [2021-06-10T14:24:34.602Z] #43 75.26   DEP      criu/sk-netlink.d
14:24:34 [2021-06-10T14:24:34.602Z] #43 ...
14:24:34 [2021-06-10T14:24:34.602Z] 
14:24:34 [2021-06-10T14:24:34.602Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:24:34 [2021-06-10T14:24:34.602Z] #45 sha256:c68427fdde4486e6953a83e7abbfb70bf4899bddbd16f59fe7daae979cc488f0
14:24:34 [2021-06-10T14:24:34.602Z] #45 DONE 146.4s
14:24:34 [2021-06-10T14:24:34.667Z] #43 12.87   PBCC     images/ext-file.pb-c.c
14:24:34 [2021-06-10T14:24:34.667Z] #43 12.89   DEP      images/ext-file.pb-c.d
14:24:34 [2021-06-10T14:24:34.667Z] #43 12.96   PBCC     images/rpc.pb-c.c
14:24:34 [2021-06-10T14:24:34.667Z] #43 13.04   DEP      images/rpc.pb-c.d
14:24:34 [2021-06-10T14:24:34.745Z] #17 DONE 1.3s
14:24:34 [2021-06-10T14:24:34.745Z] 
14:24:34 [2021-06-10T14:24:34.745Z] #18 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
14:24:34 [2021-06-10T14:24:34.745Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6
14:24:34 [2021-06-10T14:24:34.832Z] #20 2.280 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [479 kB]
14:24:34 [2021-06-10T14:24:34.859Z] 
14:24:34 [2021-06-10T14:24:34.859Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:24:34 [2021-06-10T14:24:34.859Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:24:34 [2021-06-10T14:24:34.859Z] #43 75.48   DEP      criu/sk-inet.d
14:24:34 [2021-06-10T14:24:34.926Z] #43 13.13   PBCC     images/siginfo.pb-c.c
14:24:34 [2021-06-10T14:24:34.926Z] #43 13.23   DEP      images/siginfo.pb-c.d
14:24:34 [2021-06-10T14:24:34.926Z] #43 13.28   PBCC     images/pagemap.pb-c.c
14:24:35 [2021-06-10T14:24:35.184Z] #43 13.38   DEP      images/pagemap.pb-c.d
14:24:35 [2021-06-10T14:24:35.184Z] #43 13.43   PBCC     images/rlimit.pb-c.c
14:24:35 [2021-06-10T14:24:35.184Z] #43 13.46   DEP      images/rlimit.pb-c.d
14:24:35 [2021-06-10T14:24:35.184Z] #43 13.55   PBCC     images/file-lock.pb-c.c
14:24:35 [2021-06-10T14:24:35.184Z] #43 13.58   DEP      images/file-lock.pb-c.d
14:24:35 [2021-06-10T14:24:35.436Z] #43 75.90   DEP      criu/signalfd.d
14:24:35 [2021-06-10T14:24:35.436Z] #43 ...
14:24:35 [2021-06-10T14:24:35.436Z] 
14:24:35 [2021-06-10T14:24:35.436Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
14:24:35 [2021-06-10T14:24:35.436Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
14:24:35 [2021-06-10T14:24:35.436Z] #20 1.670 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
14:24:35 [2021-06-10T14:24:35.436Z] #20 1.671 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
14:24:35 [2021-06-10T14:24:35.436Z] #20 1.730 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
14:24:35 [2021-06-10T14:24:35.436Z] #20 1.733 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
14:24:35 [2021-06-10T14:24:35.436Z] #20 2.254 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [479 kB]
14:24:35 [2021-06-10T14:24:35.437Z] #20 3.291 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
14:24:35 [2021-06-10T14:24:35.437Z] #20 4.607 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB]
14:24:35 [2021-06-10T14:24:35.437Z] #20 6.184 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
14:24:35 [2021-06-10T14:24:35.445Z] #43 13.66   PBCC     images/tty.pb-c.c
14:24:35 [2021-06-10T14:24:35.445Z] #43 13.73   DEP      images/tty.pb-c.d
14:24:35 [2021-06-10T14:24:35.445Z] #43 13.80   PBCC     images/tun.pb-c.c
14:24:35 [2021-06-10T14:24:35.683Z] #18 DONE 1.2s
14:24:35 [2021-06-10T14:24:35.683Z] 
14:24:35 [2021-06-10T14:24:35.683Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:24:35 [2021-06-10T14:24:35.683Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:24:35 [2021-06-10T14:24:35.683Z] #43 56.89   AR       soccr/libsoccr.a
14:24:35 [2021-06-10T14:24:35.683Z] #43 56.97 make[1]: 'soccr/libsoccr.a' is up to date.
14:24:35 [2021-06-10T14:24:35.683Z] #43 57.43   DEP      criu/arch/x86/sigframe.d
14:24:35 [2021-06-10T14:24:35.683Z] #43 57.67   DEP      criu/arch/x86/sigaction_compat.d
14:24:35 [2021-06-10T14:24:35.683Z] #43 57.76   DEP      criu/arch/x86/kerndat.d
14:24:35 [2021-06-10T14:24:35.683Z] #43 57.87   DEP      criu/arch/x86/crtools.d
14:24:35 [2021-06-10T14:24:35.683Z] #43 58.14   DEP      criu/arch/x86/cpu.d
14:24:35 [2021-06-10T14:24:35.683Z] #43 58.41   CC       criu/arch/x86/cpu.o
14:24:35 [2021-06-10T14:24:35.683Z] #43 59.25   CC       criu/arch/x86/crtools.o
14:24:35 [2021-06-10T14:24:35.692Z] #20 ...
14:24:35 [2021-06-10T14:24:35.692Z] 
14:24:35 [2021-06-10T14:24:35.692Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:24:35 [2021-06-10T14:24:35.692Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:24:35 [2021-06-10T14:24:35.692Z] #43 76.22   DEP      criu/sigframe.d
14:24:35 [2021-06-10T14:24:35.692Z] #43 76.38   DEP      criu/shmem.d
14:24:35 [2021-06-10T14:24:35.703Z] #43 13.89   PBCC     images/netdev.pb-c.c
14:24:35 [2021-06-10T14:24:35.703Z] #43 13.99   DEP      images/tun.pb-c.d
14:24:35 [2021-06-10T14:24:35.703Z] #43 ...
14:24:35 [2021-06-10T14:24:35.703Z] 
14:24:35 [2021-06-10T14:24:35.703Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
14:24:35 [2021-06-10T14:24:35.703Z] #34 sha256:ebb13e91098140a128f6273462c56855a67930413fd6c41cb1548ffef983365f
14:24:35 [2021-06-10T14:24:35.703Z] #34 DONE 87.9s
14:24:35 [2021-06-10T14:24:35.703Z] 
14:24:35 [2021-06-10T14:24:35.703Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
14:24:35 [2021-06-10T14:24:35.703Z] #37 sha256:c336164530fceb825c81e53cb524b8216add9d6f18a3a5dd6a7ca85525c121b2
14:24:35 [2021-06-10T14:24:35.703Z] #37 12.30 -- Detecting C compile features - done
14:24:35 [2021-06-10T14:24:35.703Z] #37 12.35 -- Performing Test HAS_BUILTIN_FORTIFY
14:24:35 [2021-06-10T14:24:35.703Z] #37 12.64 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
14:24:35 [2021-06-10T14:24:35.703Z] #37 12.77 -- Configuring done
14:24:35 [2021-06-10T14:24:35.703Z] #37 12.80 -- Generating done
14:24:35 [2021-06-10T14:24:35.703Z] #37 12.81 -- Build files have been written to: /tmp/tmp.zHpvJVkAfr/tini
14:24:35 [2021-06-10T14:24:35.703Z] #37 12.82 + make tini-static
14:24:35 [2021-06-10T14:24:35.703Z] #37 13.27 Scanning dependencies of target tini-static
14:24:35 [2021-06-10T14:24:35.703Z] #37 13.50 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
14:24:35 [2021-06-10T14:24:35.703Z] #37 15.03 [100%] Linking C executable tini-static
14:24:35 [2021-06-10T14:24:35.703Z] #37 15.71 [100%] Built target tini-static
14:24:35 [2021-06-10T14:24:35.703Z] #37 15.80 + mkdir -p /build
14:24:35 [2021-06-10T14:24:35.703Z] #37 15.81 + cp tini-static /build/docker-init
14:24:35 [2021-06-10T14:24:35.703Z] #37 DONE 16.7s
14:24:35 [2021-06-10T14:24:35.703Z] 
14:24:35 [2021-06-10T14:24:35.703Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:24:35 [2021-06-10T14:24:35.703Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:24:35 [2021-06-10T14:24:35.703Z] #13 79.41 Selecting previously unselected package mingw-w64-x86-64-dev.
14:24:35 [2021-06-10T14:24:35.703Z] #13 79.42 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
14:24:35 [2021-06-10T14:24:35.703Z] #13 79.43 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
14:24:35 [2021-06-10T14:24:35.948Z] #43 76.55   DEP      criu/servicefd.d
14:24:35 [2021-06-10T14:24:35.948Z] #43 76.65   DEP      criu/seize.d
14:24:35 [2021-06-10T14:24:35.948Z] #43 76.75   DEP      criu/seccomp.d
14:24:35 [2021-06-10T14:24:35.967Z] #13 ...
14:24:35 [2021-06-10T14:24:35.967Z] 
14:24:35 [2021-06-10T14:24:35.967Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:24:35 [2021-06-10T14:24:35.967Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:24:35 [2021-06-10T14:24:35.967Z] #43 14.17   DEP      images/netdev.pb-c.d
14:24:35 [2021-06-10T14:24:35.967Z] #43 14.23   PBCC     images/vma.pb-c.c
14:24:35 [2021-06-10T14:24:35.967Z] #43 14.31   DEP      images/vma.pb-c.d
14:24:36 [2021-06-10T14:24:36.204Z] #43 76.89   DEP      criu/rst-malloc.d
14:24:36 [2021-06-10T14:24:36.204Z] #43 76.96   DEP      criu/rbtree.d
14:24:36 [2021-06-10T14:24:36.204Z] #43 77.00   DEP      criu/pstree.d
14:24:36 [2021-06-10T14:24:36.212Z] #20 3.290 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
14:24:36 [2021-06-10T14:24:36.232Z] #43 14.40   PBCC     images/creds.pb-c.c
14:24:36 [2021-06-10T14:24:36.232Z] #43 14.40   DEP      images/creds.pb-c.d
14:24:36 [2021-06-10T14:24:36.232Z] #43 14.47   PBCC     images/utsns.pb-c.c
14:24:36 [2021-06-10T14:24:36.232Z] #43 14.52   DEP      images/utsns.pb-c.d
14:24:36 [2021-06-10T14:24:36.232Z] #43 14.58   PBCC     images/ipc-desc.pb-c.c
14:24:36 [2021-06-10T14:24:36.232Z] #43 14.65   PBCC     images/ipc-sem.pb-c.c
14:24:36 [2021-06-10T14:24:36.460Z] #43 77.17   DEP      criu/protobuf.d
14:24:36 [2021-06-10T14:24:36.460Z] #43 77.27   GEN      criu/protobuf-desc-gen.h
14:24:36 [2021-06-10T14:24:36.491Z] #43 14.67   DEP      images/ipc-desc.pb-c.d
14:24:36 [2021-06-10T14:24:36.491Z] #43 14.73   DEP      images/ipc-sem.pb-c.d
14:24:36 [2021-06-10T14:24:36.750Z] #43 14.81   PBCC     images/ipc-msg.pb-c.c
14:24:36 [2021-06-10T14:24:36.750Z] #43 14.87   DEP      images/ipc-msg.pb-c.d
14:24:36 [2021-06-10T14:24:36.750Z] #43 14.94   PBCC     images/ipc-shm.pb-c.c
14:24:36 [2021-06-10T14:24:36.750Z] #43 15.04   DEP      images/ipc-shm.pb-c.d
14:24:36 [2021-06-10T14:24:36.750Z] #43 15.10   PBCC     images/ipc-var.pb-c.c
14:24:36 [2021-06-10T14:24:36.750Z] #43 15.20   DEP      images/ipc-var.pb-c.d
14:24:37 [2021-06-10T14:24:37.009Z] #43 15.24   PBCC     images/sk-opts.pb-c.c
14:24:37 [2021-06-10T14:24:37.009Z] #43 15.28   PBCC     images/packet-sock.pb-c.c
14:24:37 [2021-06-10T14:24:37.071Z] #43 ...
14:24:37 [2021-06-10T14:24:37.071Z] 
14:24:37 [2021-06-10T14:24:37.071Z] #19 [dev-systemd-false  6/26] RUN ldconfig
14:24:37 [2021-06-10T14:24:37.071Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df
14:24:37 [2021-06-10T14:24:37.071Z] #19 DONE 1.2s
14:24:37 [2021-06-10T14:24:37.071Z] 
14:24:37 [2021-06-10T14:24:37.071Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
14:24:37 [2021-06-10T14:24:37.071Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
14:24:37 [2021-06-10T14:24:37.267Z] #43 15.36   DEP      images/sk-opts.pb-c.d
14:24:37 [2021-06-10T14:24:37.267Z] #43 15.39   DEP      images/packet-sock.pb-c.d
14:24:37 [2021-06-10T14:24:37.267Z] #43 15.52   PBCC     images/sk-netlink.pb-c.c
14:24:37 [2021-06-10T14:24:37.267Z] #43 15.57   DEP      images/sk-netlink.pb-c.d
14:24:37 [2021-06-10T14:24:37.526Z] #43 15.68   PBCC     images/sk-inet.pb-c.c
14:24:37 [2021-06-10T14:24:37.526Z] #43 15.71   DEP      images/sk-inet.pb-c.d
14:24:37 [2021-06-10T14:24:37.526Z] #43 15.85   PBCC     images/sk-unix.pb-c.c
14:24:37 [2021-06-10T14:24:37.526Z] #43 15.90   DEP      images/sk-unix.pb-c.d
14:24:37 [2021-06-10T14:24:37.526Z] #43 ...
14:24:37 [2021-06-10T14:24:37.526Z] 
14:24:37 [2021-06-10T14:24:37.526Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:24:37 [2021-06-10T14:24:37.526Z] #45 sha256:9c2594a10bf51cf229550215f6c8f4e21f529ca0adeb1d37afd998bc86f768ee
14:24:37 [2021-06-10T14:24:37.526Z] #45 79.78 go/token
14:24:37 [2021-06-10T14:24:37.526Z] #45 80.90 go/scanner
14:24:37 [2021-06-10T14:24:37.526Z] #45 82.03 internal/lazyregexp
14:24:37 [2021-06-10T14:24:37.526Z] #45 82.47 go/ast
14:24:37 [2021-06-10T14:24:37.526Z] #45 82.65 net/url
14:24:37 [2021-06-10T14:24:37.526Z] #45 84.24 text/template/parse
14:24:37 [2021-06-10T14:24:37.526Z] #45 88.21 go/parser
14:24:37 [2021-06-10T14:24:37.587Z] #20 4.643 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB]
14:24:37 [2021-06-10T14:24:37.784Z] #45 ...
14:24:37 [2021-06-10T14:24:37.784Z] 
14:24:37 [2021-06-10T14:24:37.784Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:24:37 [2021-06-10T14:24:37.784Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:24:37 [2021-06-10T14:24:37.784Z] #43 15.95   PBCC     images/mm.pb-c.c
14:24:37 [2021-06-10T14:24:37.784Z] #43 16.02   DEP      images/mm.pb-c.d
14:24:37 [2021-06-10T14:24:37.784Z] #43 16.12   PBCC     images/timerfd.pb-c.c
14:24:38 [2021-06-10T14:24:38.043Z] #43 16.18   DEP      images/timerfd.pb-c.d
14:24:38 [2021-06-10T14:24:38.043Z] #43 16.25   PBCC     images/timer.pb-c.c
14:24:38 [2021-06-10T14:24:38.043Z] #43 16.30   DEP      images/timer.pb-c.d
14:24:38 [2021-06-10T14:24:38.043Z] #43 16.41   PBCC     images/sa.pb-c.c
14:24:38 [2021-06-10T14:24:38.301Z] #43 16.45   DEP      images/sa.pb-c.d
14:24:38 [2021-06-10T14:24:38.301Z] #43 16.54   PBCC     images/pipe-data.pb-c.c
14:24:38 [2021-06-10T14:24:38.301Z] #43 16.58   DEP      images/pipe-data.pb-c.d
14:24:38 [2021-06-10T14:24:38.359Z] #43 78.84   DEP      criu/protobuf-desc.d
14:24:38 [2021-06-10T14:24:38.359Z] #43 79.00   DEP      criu/proc_parse.d
14:24:38 [2021-06-10T14:24:38.359Z] #43 79.21   DEP      criu/plugin.d
14:24:38 [2021-06-10T14:24:38.447Z] #20 1.466 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
14:24:38 [2021-06-10T14:24:38.447Z] #20 1.531 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
14:24:38 [2021-06-10T14:24:38.447Z] #20 1.543 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
14:24:38 [2021-06-10T14:24:38.447Z] #20 1.543 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
14:24:38 [2021-06-10T14:24:38.523Z] #20 ...
14:24:38 [2021-06-10T14:24:38.523Z] 
14:24:38 [2021-06-10T14:24:38.523Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
14:24:38 [2021-06-10T14:24:38.523Z] #53 sha256:a2aca08a4a3430afb4f9cc641a311a3afda970776d654669a3c792b40345064d
14:24:38 [2021-06-10T14:24:38.523Z] #53 13.65 + cd /tmp/tmp.bRhhTQZ86P/src/github.com/opencontainers/runc
14:24:38 [2021-06-10T14:24:38.523Z] #53 13.65 + git checkout -q b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
14:24:38 [2021-06-10T14:24:38.523Z] #53 14.18 + '[' -z '' ']'
14:24:38 [2021-06-10T14:24:38.523Z] #53 14.19 + target=static
14:24:38 [2021-06-10T14:24:38.523Z] #53 14.19 + make 'BUILDTAGS=seccomp ' static
14:24:38 [2021-06-10T14:24:38.523Z] #53 14.67 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o runc .
14:24:38 [2021-06-10T14:24:38.560Z] #43 16.69   PBCC     images/mnt.pb-c.c
14:24:38 [2021-06-10T14:24:38.560Z] #43 16.73   DEP      images/mnt.pb-c.d
14:24:38 [2021-06-10T14:24:38.560Z] #43 16.90   PBCC     images/sk-packet.pb-c.c
14:24:38 [2021-06-10T14:24:38.560Z] #43 16.90   DEP      images/sk-packet.pb-c.d
14:24:38 [2021-06-10T14:24:38.560Z] #43 16.90   PBCC     images/tcp-stream.pb-c.c
14:24:38 [2021-06-10T14:24:38.615Z] #43 79.28   DEP      criu/pipes.d
14:24:38 [2021-06-10T14:24:38.818Z] #43 17.03   DEP      images/tcp-stream.pb-c.d
14:24:38 [2021-06-10T14:24:38.818Z] #43 17.09   PBCC     images/pipe.pb-c.c
14:24:38 [2021-06-10T14:24:38.818Z] #43 17.15   DEP      images/pipe.pb-c.d
14:24:38 [2021-06-10T14:24:38.873Z] #43 79.44   DEP      criu/pie-util.d
14:24:38 [2021-06-10T14:24:38.873Z] #43 79.59   DEP      criu/pie-util-vdso.d
14:24:39 [2021-06-10T14:24:39.017Z] #20 2.164 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [479 kB]
14:24:39 [2021-06-10T14:24:39.077Z] #43 17.23   PBCC     images/pstree.pb-c.c
14:24:39 [2021-06-10T14:24:39.077Z] #43 17.31   DEP      images/pstree.pb-c.d
14:24:39 [2021-06-10T14:24:39.077Z] #43 17.31   PBCC     images/fs.pb-c.c
14:24:39 [2021-06-10T14:24:39.077Z] #43 17.38   DEP      images/fs.pb-c.d
14:24:39 [2021-06-10T14:24:39.077Z] #43 17.52   PBCC     images/signalfd.pb-c.c
14:24:39 [2021-06-10T14:24:39.077Z] #43 17.52   DEP      images/signalfd.pb-c.d
14:24:39 [2021-06-10T14:24:39.132Z] #43 79.70   DEP      criu/pie-util-vdso-elf32.d
14:24:39 [2021-06-10T14:24:39.132Z] #43 79.83   DEP      criu/path.d
14:24:39 [2021-06-10T14:24:39.335Z] #43 17.57   PBCC     images/fh.pb-c.c
14:24:39 [2021-06-10T14:24:39.335Z] #43 17.64   PBCC     images/fsnotify.pb-c.c
14:24:39 [2021-06-10T14:24:39.335Z] #43 17.77   DEP      images/fh.pb-c.d
14:24:39 [2021-06-10T14:24:39.390Z] #43 79.97   DEP      criu/parasite-syscall.d
14:24:39 [2021-06-10T14:24:39.390Z] #43 80.18   DEP      criu/pagemap.d
14:24:39 [2021-06-10T14:24:39.594Z] #43 17.83   DEP      images/fsnotify.pb-c.d
14:24:39 [2021-06-10T14:24:39.594Z] #43 17.91   PBCC     images/eventpoll.pb-c.c
14:24:39 [2021-06-10T14:24:39.647Z] #43 80.35   DEP      criu/pagemap-cache.d
14:24:39 [2021-06-10T14:24:39.852Z] #43 17.99   DEP      images/eventpoll.pb-c.d
14:24:39 [2021-06-10T14:24:39.852Z] #43 18.06   PBCC     images/eventfd.pb-c.c
14:24:39 [2021-06-10T14:24:39.852Z] #43 18.06   DEP      images/eventfd.pb-c.d
14:24:39 [2021-06-10T14:24:39.852Z] #43 18.15   PBCC     images/remap-file-path.pb-c.c
14:24:39 [2021-06-10T14:24:39.852Z] #43 18.15   DEP      images/remap-file-path.pb-c.d
14:24:39 [2021-06-10T14:24:39.903Z] #43 80.46   DEP      criu/page-xfer.d
14:24:39 [2021-06-10T14:24:39.903Z] #43 80.60   DEP      criu/page-pipe.d
14:24:40 [2021-06-10T14:24:40.111Z] #43 18.25   PBCC     images/fifo.pb-c.c
14:24:40 [2021-06-10T14:24:40.111Z] #43 18.30   DEP      images/fifo.pb-c.d
14:24:40 [2021-06-10T14:24:40.111Z] #43 18.38   PBCC     images/ghost-file.pb-c.c
14:24:40 [2021-06-10T14:24:40.111Z] #43 18.42   DEP      images/ghost-file.pb-c.d
14:24:40 [2021-06-10T14:24:40.111Z] #43 18.46   PBCC     images/regfile.pb-c.c
14:24:40 [2021-06-10T14:24:40.160Z] #43 80.75   DEP      criu/netfilter.d
14:24:40 [2021-06-10T14:24:40.160Z] #43 80.93   DEP      criu/net.d
14:24:40 [2021-06-10T14:24:40.370Z] #43 18.52   DEP      images/regfile.pb-c.d
14:24:40 [2021-06-10T14:24:40.370Z] #43 18.61   PBCC     images/ns.pb-c.c
14:24:40 [2021-06-10T14:24:40.370Z] #43 18.63   DEP      images/ns.pb-c.d
14:24:40 [2021-06-10T14:24:40.370Z] #43 18.68   PBCC     images/fdinfo.pb-c.c
14:24:40 [2021-06-10T14:24:40.416Z] #43 81.11   DEP      criu/namespaces.d
14:24:40 [2021-06-10T14:24:40.416Z] #43 81.27   DEP      criu/mount.d
14:24:40 [2021-06-10T14:24:40.424Z] #20 3.385 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
14:24:40 [2021-06-10T14:24:40.628Z] #43 18.79   DEP      images/fdinfo.pb-c.d
14:24:40 [2021-06-10T14:24:40.628Z] #43 18.88   PBCC     images/core-aarch64.pb-c.c
14:24:40 [2021-06-10T14:24:40.628Z] #43 18.96   PBCC     images/core-arm.pb-c.c
14:24:40 [2021-06-10T14:24:40.628Z] #43 19.01   PBCC     images/core-ppc64.pb-c.c
14:24:40 [2021-06-10T14:24:40.628Z] #43 19.05   PBCC     images/core-s390.pb-c.c
14:24:40 [2021-06-10T14:24:40.887Z] #43 19.15   PBCC     images/core-x86.pb-c.c
14:24:40 [2021-06-10T14:24:40.887Z] #43 19.21   PBCC     images/core.pb-c.c
14:24:40 [2021-06-10T14:24:40.887Z] #43 19.33   PBCC     images/inventory.pb-c.c
14:24:40 [2021-06-10T14:24:40.979Z] #43 81.43   DEP      criu/memfd.d
14:24:40 [2021-06-10T14:24:40.979Z] #43 81.57   DEP      criu/mem.d
14:24:41 [2021-06-10T14:24:41.056Z] #53 ...
14:24:41 [2021-06-10T14:24:41.056Z] 
14:24:41 [2021-06-10T14:24:41.056Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:24:41 [2021-06-10T14:24:41.056Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:24:41 [2021-06-10T14:24:41.056Z] #43 59.69   CC       criu/arch/x86/kerndat.o
14:24:41 [2021-06-10T14:24:41.056Z] #43 60.49   CC       criu/arch/x86/sigaction_compat.o
14:24:41 [2021-06-10T14:24:41.056Z] #43 61.17   CC       criu/arch/x86/sigframe.o
14:24:41 [2021-06-10T14:24:41.056Z] #43 61.50   LINK     criu/arch/x86/crtools.built-in.o
14:24:41 [2021-06-10T14:24:41.056Z] #43 61.56   DEP      criu/pie/util-vdso-elf32.d
14:24:41 [2021-06-10T14:24:41.056Z] #43 61.72   DEP      criu/pie/util-vdso.d
14:24:41 [2021-06-10T14:24:41.056Z] #43 62.00   DEP      criu/pie/util.d
14:24:41 [2021-06-10T14:24:41.056Z] #43 62.26   CC       criu/pie/util.o
14:24:41 [2021-06-10T14:24:41.056Z] #43 62.60   CC       criu/pie/util-vdso.o
14:24:41 [2021-06-10T14:24:41.056Z] #43 63.35   CC       criu/pie/util-vdso-elf32.o
14:24:41 [2021-06-10T14:24:41.056Z] #43 64.05   AR       criu/pie/pie.lib.a
14:24:41 [2021-06-10T14:24:41.056Z] #43 64.13   DEP      criu/pie/restorer.d
14:24:41 [2021-06-10T14:24:41.056Z] #43 64.35   DEP      criu/arch/x86/sigaction_compat_pie.d
14:24:41 [2021-06-10T14:24:41.056Z] #43 64.47   DEP      criu/arch/x86/restorer_unmap.d
14:24:41 [2021-06-10T14:24:41.056Z] #43 64.49   DEP      criu/arch/x86/restorer.d
14:24:41 [2021-06-10T14:24:41.056Z] #43 64.75   DEP      criu/arch/x86/vdso-pie.d
14:24:41 [2021-06-10T14:24:41.056Z] #43 64.86   DEP      criu/pie/parasite-vdso.d
14:24:41 [2021-06-10T14:24:41.056Z] #43 65.07   DEP      criu/pie/parasite.d
14:24:41 [2021-06-10T14:24:41.056Z] #43 65.32   CC       criu/pie/parasite.o
14:24:41 [2021-06-10T14:24:41.056Z] #43 66.63   LINK     criu/pie/parasite.built-in.o
14:24:41 [2021-06-10T14:24:41.056Z] #43 66.65   GEN      criu/pie/parasite-blob.h
14:24:41 [2021-06-10T14:24:41.056Z] #43 66.66   CC       criu/pie/parasite-vdso.o
14:24:41 [2021-06-10T14:24:41.056Z] #43 67.27   CC       criu/arch/x86/vdso-pie.o
14:24:41 [2021-06-10T14:24:41.056Z] #43 67.57   CC       criu/arch/x86/restorer.o
14:24:41 [2021-06-10T14:24:41.056Z] #43 68.11   CC       criu/arch/x86/restorer_unmap.o
14:24:41 [2021-06-10T14:24:41.056Z] #43 68.14   CC       criu/arch/x86/sigaction_compat_pie.o
14:24:41 [2021-06-10T14:24:41.056Z] #43 68.47   CC       criu/pie/restorer.o
14:24:41 [2021-06-10T14:24:41.146Z] #43 19.37   DEP      images/core-aarch64.pb-c.d
14:24:41 [2021-06-10T14:24:41.146Z] #43 19.45   DEP      images/core-arm.pb-c.d
14:24:41 [2021-06-10T14:24:41.146Z] #43 19.57   DEP      images/core-ppc64.pb-c.d
14:24:41 [2021-06-10T14:24:41.235Z] #43 81.74   DEP      criu/lsm.d
14:24:41 [2021-06-10T14:24:41.235Z] #43 81.86   DEP      criu/log.d
14:24:41 [2021-06-10T14:24:41.235Z] #43 81.96   DEP      criu/libnetlink.d
14:24:41 [2021-06-10T14:24:41.235Z] #43 82.08   DEP      criu/kerndat.d
14:24:41 [2021-06-10T14:24:41.404Z] #43 19.61   DEP      images/core-s390.pb-c.d
14:24:41 [2021-06-10T14:24:41.404Z] #43 19.69   DEP      images/core-x86.pb-c.d
14:24:41 [2021-06-10T14:24:41.404Z] #43 19.78   DEP      images/core.pb-c.d
14:24:41 [2021-06-10T14:24:41.663Z] #43 19.85   DEP      images/inventory.pb-c.d
14:24:41 [2021-06-10T14:24:41.663Z] #43 19.95   PBCC     images/cpuinfo.pb-c.c
14:24:41 [2021-06-10T14:24:41.663Z] #43 19.98   DEP      images/cpuinfo.pb-c.d
14:24:41 [2021-06-10T14:24:41.799Z] #43 82.25   DEP      criu/kcmp-ids.d
14:24:41 [2021-06-10T14:24:41.799Z] #43 82.32   DEP      criu/irmap.d
14:24:41 [2021-06-10T14:24:41.799Z] #43 82.47   DEP      criu/ipc_ns.d
14:24:41 [2021-06-10T14:24:41.809Z] #20 4.799 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB]
14:24:41 [2021-06-10T14:24:41.922Z] #43 20.03   PBCC     images/stats.pb-c.c
14:24:41 [2021-06-10T14:24:41.922Z] #43 20.08   DEP      images/stats.pb-c.d
14:24:42 [2021-06-10T14:24:42.056Z] #43 82.61   DEP      criu/image.d
14:24:42 [2021-06-10T14:24:42.056Z] #43 82.76   DEP      criu/image-desc.d
14:24:42 [2021-06-10T14:24:42.312Z] #43 82.88   DEP      criu/fsnotify.d
14:24:42 [2021-06-10T14:24:42.312Z] #43 83.04   DEP      criu/filesystems.d
14:24:42 [2021-06-10T14:24:42.431Z] #43 71.27   LINK     criu/pie/restorer.built-in.o
14:24:42 [2021-06-10T14:24:42.431Z] #43 71.28   GEN      criu/pie/restorer-blob.h
14:24:42 [2021-06-10T14:24:42.431Z] #43 71.39   DEP      criu/vdso.d
14:24:42 [2021-06-10T14:24:42.569Z] #43 83.14   DEP      criu/files.d
14:24:42 [2021-06-10T14:24:42.569Z] #43 83.36   DEP      criu/files-reg.d
14:24:42 [2021-06-10T14:24:42.690Z] #43 71.62   DEP      criu/vdso-compat.d
14:24:42 [2021-06-10T14:24:42.690Z] #43 71.75   DEP      criu/uts_ns.d
14:24:42 [2021-06-10T14:24:42.749Z] #20 ...
14:24:42 [2021-06-10T14:24:42.749Z] 
14:24:42 [2021-06-10T14:24:42.749Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
14:24:42 [2021-06-10T14:24:42.749Z] #53 sha256:830ba2344ab207e636dcbdb88c452d687c404fb03477b5007cd8647e929daa04
14:24:42 [2021-06-10T14:24:42.749Z] #53 13.75 + cd /tmp/tmp.GHXbQtHQYr/src/github.com/opencontainers/runc
14:24:42 [2021-06-10T14:24:42.749Z] #53 13.76 + git checkout -q b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
14:24:42 [2021-06-10T14:24:42.827Z] #43 83.53   DEP      criu/files-ext.d
14:24:42 [2021-06-10T14:24:42.948Z] #43 72.02   DEP      criu/util.d
14:24:43 [2021-06-10T14:24:43.083Z] #43 83.64   DEP      criu/file-lock.d
14:24:43 [2021-06-10T14:24:43.207Z] #43 72.21   DEP      criu/uffd.d
14:24:43 [2021-06-10T14:24:43.315Z] #53 14.31 + '[' -z '' ']'
14:24:43 [2021-06-10T14:24:43.315Z] #53 14.31 + target=static
14:24:43 [2021-06-10T14:24:43.315Z] #53 14.31 + make 'BUILDTAGS=seccomp ' static
14:24:43 [2021-06-10T14:24:43.340Z] #43 83.86   DEP      criu/file-ids.d
14:24:43 [2021-06-10T14:24:43.340Z] #43 83.99   DEP      criu/fifo.d
14:24:43 [2021-06-10T14:24:43.466Z] #43 72.41   DEP      criu/tun.d
14:24:43 [2021-06-10T14:24:43.574Z] #53 14.48 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o runc .
14:24:43 [2021-06-10T14:24:43.596Z] #43 84.18   DEP      criu/fdstore.d
14:24:43 [2021-06-10T14:24:43.596Z] #43 84.28   DEP      criu/fault-injection.d
14:24:43 [2021-06-10T14:24:43.596Z] #43 84.34   DEP      criu/external.d
14:24:43 [2021-06-10T14:24:43.725Z] #43 72.57   DEP      criu/tty.d
14:24:43 [2021-06-10T14:24:43.725Z] #43 72.77   DEP      criu/timerfd.d
14:24:43 [2021-06-10T14:24:43.824Z] #43 21.92 make[1]: Nothing to be done for 'all'.
14:24:43 [2021-06-10T14:24:43.824Z] #43 ...
14:24:43 [2021-06-10T14:24:43.824Z] 
14:24:43 [2021-06-10T14:24:43.824Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
14:24:43 [2021-06-10T14:24:43.824Z] #51 sha256:d3933c6381a39303c1b4be9ff8f6e580af4864a6f8d2ca329ab610777c4e8b33
14:24:43 [2021-06-10T14:24:43.824Z] #51 86.05 go/ast
14:24:43 [2021-06-10T14:24:43.824Z] #51 87.17 golang.org/x/crypto/ssh/terminal
14:24:43 [2021-06-10T14:24:43.824Z] #51 89.22 mvdan.cc/editorconfig
14:24:43 [2021-06-10T14:24:43.824Z] #51 90.82 mvdan.cc/sh/v3/fileutil
14:24:43 [2021-06-10T14:24:43.824Z] #51 90.99 mvdan.cc/sh/v3/syntax
14:24:43 [2021-06-10T14:24:43.853Z] #43 84.45   DEP      criu/eventpoll.d
14:24:43 [2021-06-10T14:24:43.853Z] #43 84.59   DEP      criu/eventfd.d
14:24:43 [2021-06-10T14:24:43.853Z] #43 84.71   DEP      criu/crtools.d
14:24:43 [2021-06-10T14:24:43.984Z] #43 72.99   DEP      criu/timens.d
14:24:44 [2021-06-10T14:24:44.083Z] #51 ...
14:24:44 [2021-06-10T14:24:44.083Z] 
14:24:44 [2021-06-10T14:24:44.083Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:24:44 [2021-06-10T14:24:44.083Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:24:44 [2021-06-10T14:24:44.083Z] #13 86.81 Selecting previously unselected package gcc-mingw-w64-base.
14:24:44 [2021-06-10T14:24:44.083Z] #13 86.87 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
14:24:44 [2021-06-10T14:24:44.083Z] #13 86.87 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
14:24:44 [2021-06-10T14:24:44.083Z] #13 87.00 Selecting previously unselected package gcc-mingw-w64-x86-64.
14:24:44 [2021-06-10T14:24:44.083Z] #13 87.00 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
14:24:44 [2021-06-10T14:24:44.083Z] #13 87.02 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
14:24:44 [2021-06-10T14:24:44.243Z] #43 73.15   DEP      criu/sysfs_parse.d
14:24:44 [2021-06-10T14:24:44.243Z] #43 73.31   DEP      criu/sysctl.d
14:24:44 [2021-06-10T14:24:44.416Z] #43 84.86   DEP      criu/cr-service.d
14:24:44 [2021-06-10T14:24:44.416Z] #43 85.04   DEP      criu/cr-restore.d
14:24:44 [2021-06-10T14:24:44.503Z] #43 73.49   DEP      criu/string.d
14:24:44 [2021-06-10T14:24:44.503Z] #43 73.53   DEP      criu/stats.d
14:24:44 [2021-06-10T14:24:44.673Z] #43 85.23   DEP      criu/cr-errno.d
14:24:44 [2021-06-10T14:24:44.673Z] #43 85.25   DEP      criu/cr-dump.d
14:24:44 [2021-06-10T14:24:44.762Z] #43 73.64   DEP      criu/sockets.d
14:24:44 [2021-06-10T14:24:44.929Z] #43 85.54   DEP      criu/cr-dedup.d
14:24:44 [2021-06-10T14:24:44.929Z] #43 85.69   DEP      criu/cr-check.d
14:24:45 [2021-06-10T14:24:45.023Z] #43 73.92   DEP      criu/sk-unix.d
14:24:45 [2021-06-10T14:24:45.023Z] #43 74.13   DEP      criu/sk-tcp.d
14:24:45 [2021-06-10T14:24:45.186Z] #43 85.96   DEP      criu/config.d
14:24:45 [2021-06-10T14:24:45.442Z] #43 86.15   DEP      criu/clone-noasan.d
14:24:45 [2021-06-10T14:24:45.443Z] #43 86.23   DEP      criu/cgroup.d
14:24:45 [2021-06-10T14:24:45.459Z] #13 ...
14:24:45 [2021-06-10T14:24:45.459Z] 
14:24:45 [2021-06-10T14:24:45.459Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:24:45 [2021-06-10T14:24:45.459Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:24:45 [2021-06-10T14:24:45.459Z] #43 23.76   CC       images/stats.o
14:24:45 [2021-06-10T14:24:45.590Z] #43 74.40   DEP      criu/sk-queue.d
14:24:45 [2021-06-10T14:24:45.590Z] #43 74.55   DEP      criu/sk-packet.d
14:24:45 [2021-06-10T14:24:45.590Z] #43 74.69   DEP      criu/sk-netlink.d
14:24:45 [2021-06-10T14:24:45.700Z] #43 86.48   DEP      criu/cgroup-props.d
14:24:45 [2021-06-10T14:24:45.700Z] #43 ...
14:24:45 [2021-06-10T14:24:45.700Z] 
14:24:45 [2021-06-10T14:24:45.700Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
14:24:45 [2021-06-10T14:24:45.700Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
14:24:45 [2021-06-10T14:24:45.700Z] #20 12.06 Fetched 8973 kB in 11s (847 kB/s)
14:24:45 [2021-06-10T14:24:45.700Z] #20 12.06 Reading package lists...
14:24:45 [2021-06-10T14:24:45.700Z] #20 16.09 Reading package lists...
14:24:45 [2021-06-10T14:24:45.700Z] #20 19.53 Building dependency tree...
14:24:45 [2021-06-10T14:24:45.700Z] #20 21.25 libcap2-bin is already the newest version (1:2.25-2).
14:24:45 [2021-06-10T14:24:45.700Z] #20 21.25 The following additional packages will be installed:
14:24:45 [2021-06-10T14:24:45.700Z] #20 21.25   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
14:24:45 [2021-06-10T14:24:45.700Z] #20 21.25   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
14:24:45 [2021-06-10T14:24:45.700Z] #20 21.25   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
14:24:45 [2021-06-10T14:24:45.700Z] #20 21.25   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
14:24:45 [2021-06-10T14:24:45.700Z] #20 21.25   python3.7 python3.7-minimal vim-runtime xxd
14:24:45 [2021-06-10T14:24:45.700Z] #20 21.25 Suggested packages:
14:24:45 [2021-06-10T14:24:45.700Z] #20 21.25   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
14:24:45 [2021-06-10T14:24:45.700Z] #20 21.25   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
14:24:45 [2021-06-10T14:24:45.700Z] #20 21.25   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
14:24:45 [2021-06-10T14:24:45.700Z] #20 21.25 Recommended packages:
14:24:45 [2021-06-10T14:24:45.700Z] #20 21.25   aufs-dkms nftables build-essential python3-dev python3-keyring
14:24:45 [2021-06-10T14:24:45.700Z] #20 21.25   python3-keyrings.alt python3-xdg unzip
14:24:46 [2021-06-10T14:24:46.049Z] #43 74.86   DEP      criu/sk-inet.d
14:24:46 [2021-06-10T14:24:46.049Z] #43 75.02   DEP      criu/signalfd.d
14:24:46 [2021-06-10T14:24:46.049Z] #43 75.15   DEP      criu/sigframe.d
14:24:46 [2021-06-10T14:24:46.049Z] #43 75.23   DEP      criu/shmem.d
14:24:46 [2021-06-10T14:24:46.086Z] #20 ...
14:24:46 [2021-06-10T14:24:46.086Z] 
14:24:46 [2021-06-10T14:24:46.086Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
14:24:46 [2021-06-10T14:24:46.086Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
14:24:46 [2021-06-10T14:24:46.086Z] #32 DONE 157.4s
14:24:46 [2021-06-10T14:24:46.086Z] 
14:24:46 [2021-06-10T14:24:46.086Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:24:46 [2021-06-10T14:24:46.086Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:24:46 [2021-06-10T14:24:46.086Z] #43 86.64   DEP      criu/bitmap.d
14:24:46 [2021-06-10T14:24:46.086Z] #43 86.69   DEP      criu/bfd.d
14:24:46 [2021-06-10T14:24:46.086Z] #43 86.78   DEP      criu/autofs.d
14:24:46 [2021-06-10T14:24:46.342Z] #43 87.07   DEP      criu/aio.d
14:24:46 [2021-06-10T14:24:46.360Z] #43 24.41   CC       images/core.o
14:24:46 [2021-06-10T14:24:46.618Z] #43 75.47   DEP      criu/servicefd.d
14:24:46 [2021-06-10T14:24:46.618Z] #43 75.65   DEP      criu/seize.d
14:24:46 [2021-06-10T14:24:46.618Z] #43 ...
14:24:46 [2021-06-10T14:24:46.618Z] 
14:24:46 [2021-06-10T14:24:46.618Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:24:46 [2021-06-10T14:24:46.618Z] #45 sha256:42d38f7346c664d1ca94914b7840cafbd6e2c471bfd0c2b97f8234196205f3ba
14:24:46 [2021-06-10T14:24:46.618Z] #45 135.9 github.com/LK4D4/vndr/godl
14:24:46 [2021-06-10T14:24:46.618Z] #45 136.7 github.com/LK4D4/vndr
14:24:46 [2021-06-10T14:24:46.878Z] #45 ...
14:24:46 [2021-06-10T14:24:46.878Z] 
14:24:46 [2021-06-10T14:24:46.878Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:24:46 [2021-06-10T14:24:46.878Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:24:46 [2021-06-10T14:24:46.878Z] #43 75.85   DEP      criu/seccomp.d
14:24:46 [2021-06-10T14:24:46.878Z] #43 76.00   DEP      criu/rst-malloc.d
14:24:46 [2021-06-10T14:24:46.878Z] #43 76.05   DEP      criu/rbtree.d
14:24:46 [2021-06-10T14:24:46.905Z] #43 87.39   DEP      criu/action-scripts.d
14:24:46 [2021-06-10T14:24:46.944Z] #43 25.30   CC       images/core-x86.o
14:24:47 [2021-06-10T14:24:47.137Z] #43 76.09   DEP      criu/pstree.d
14:24:47 [2021-06-10T14:24:47.395Z] #43 76.29   DEP      criu/protobuf.d
14:24:47 [2021-06-10T14:24:47.395Z] #43 76.40   GEN      criu/protobuf-desc-gen.h
14:24:47 [2021-06-10T14:24:47.469Z] #43 87.95   CC       criu/action-scripts.o
14:24:47 [2021-06-10T14:24:47.726Z] #43 88.28   CC       criu/aio.o
14:24:47 [2021-06-10T14:24:47.758Z] #53 ...
14:24:47 [2021-06-10T14:24:47.758Z] 
14:24:47 [2021-06-10T14:24:47.758Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:24:47 [2021-06-10T14:24:47.758Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:24:47 [2021-06-10T14:24:47.758Z] #43 61.19   CC       criu/arch/x86/kerndat.o
14:24:47 [2021-06-10T14:24:47.758Z] #43 61.82   CC       criu/arch/x86/sigaction_compat.o
14:24:47 [2021-06-10T14:24:47.758Z] #43 62.07   CC       criu/arch/x86/sigframe.o
14:24:47 [2021-06-10T14:24:47.758Z] #43 62.41   LINK     criu/arch/x86/crtools.built-in.o
14:24:47 [2021-06-10T14:24:47.758Z] #43 62.45   DEP      criu/pie/util-vdso-elf32.d
14:24:47 [2021-06-10T14:24:47.758Z] #43 62.67   DEP      criu/pie/util-vdso.d
14:24:47 [2021-06-10T14:24:47.758Z] #43 62.81   DEP      criu/pie/util.d
14:24:47 [2021-06-10T14:24:47.758Z] #43 62.99   CC       criu/pie/util.o
14:24:47 [2021-06-10T14:24:47.758Z] #43 63.36   CC       criu/pie/util-vdso.o
14:24:47 [2021-06-10T14:24:47.758Z] #43 63.98   CC       criu/pie/util-vdso-elf32.o
14:24:47 [2021-06-10T14:24:47.758Z] #43 64.80   AR       criu/pie/pie.lib.a
14:24:47 [2021-06-10T14:24:47.758Z] #43 64.86   DEP      criu/pie/restorer.d
14:24:47 [2021-06-10T14:24:47.758Z] #43 65.11   DEP      criu/arch/x86/sigaction_compat_pie.d
14:24:47 [2021-06-10T14:24:47.758Z] #43 65.25   DEP      criu/arch/x86/restorer_unmap.d
14:24:47 [2021-06-10T14:24:47.758Z] #43 65.29   DEP      criu/arch/x86/restorer.d
14:24:47 [2021-06-10T14:24:47.758Z] #43 65.59   DEP      criu/arch/x86/vdso-pie.d
14:24:47 [2021-06-10T14:24:47.758Z] #43 65.70   DEP      criu/pie/parasite-vdso.d
14:24:47 [2021-06-10T14:24:47.758Z] #43 65.95   DEP      criu/pie/parasite.d
14:24:47 [2021-06-10T14:24:47.758Z] #43 66.18   CC       criu/pie/parasite.o
14:24:47 [2021-06-10T14:24:47.758Z] #43 67.52   LINK     criu/pie/parasite.built-in.o
14:24:47 [2021-06-10T14:24:47.758Z] #43 67.54   GEN      criu/pie/parasite-blob.h
14:24:47 [2021-06-10T14:24:47.758Z] #43 67.56   CC       criu/pie/parasite-vdso.o
14:24:47 [2021-06-10T14:24:47.758Z] #43 68.27   CC       criu/arch/x86/vdso-pie.o
14:24:47 [2021-06-10T14:24:47.758Z] #43 68.58   CC       criu/arch/x86/restorer.o
14:24:47 [2021-06-10T14:24:47.758Z] #43 69.10   CC       criu/arch/x86/restorer_unmap.o
14:24:47 [2021-06-10T14:24:47.758Z] #43 69.15   CC       criu/arch/x86/sigaction_compat_pie.o
14:24:47 [2021-06-10T14:24:47.758Z] #43 69.58   CC       criu/pie/restorer.o
14:24:47 [2021-06-10T14:24:47.887Z] #43 26.08   CC       images/core-arm.o
14:24:47 [2021-06-10T14:24:47.982Z] #43 88.70   CC       criu/autofs.o
14:24:48 [2021-06-10T14:24:48.147Z] #43 ...
14:24:48 [2021-06-10T14:24:48.147Z] 
14:24:48 [2021-06-10T14:24:48.147Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:24:48 [2021-06-10T14:24:48.147Z] #45 sha256:9c2594a10bf51cf229550215f6c8f4e21f529ca0adeb1d37afd998bc86f768ee
14:24:48 [2021-06-10T14:24:48.147Z] #45 90.25 text/template
14:24:48 [2021-06-10T14:24:48.147Z] #45 92.86 encoding/xml
14:24:48 [2021-06-10T14:24:48.147Z] #45 96.11 go/doc
14:24:48 [2021-06-10T14:24:48.147Z] #45 100.1 github.com/LK4D4/vndr/build
14:24:48 [2021-06-10T14:24:48.147Z] #45 100.2 github.com/LK4D4/vndr/versioned
14:24:48 [2021-06-10T14:24:48.147Z] #45 100.3 compress/flate
14:24:48 [2021-06-10T14:24:48.334Z] #43 ...
14:24:48 [2021-06-10T14:24:48.334Z] 
14:24:48 [2021-06-10T14:24:48.334Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:24:48 [2021-06-10T14:24:48.334Z] #45 sha256:42d38f7346c664d1ca94914b7840cafbd6e2c471bfd0c2b97f8234196205f3ba
14:24:48 [2021-06-10T14:24:48.334Z] #45 DONE 147.2s
14:24:48 [2021-06-10T14:24:48.334Z] 
14:24:48 [2021-06-10T14:24:48.334Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
14:24:48 [2021-06-10T14:24:48.334Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
14:24:48 [2021-06-10T14:24:48.334Z] #20 6.149 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
14:24:48 [2021-06-10T14:24:48.334Z] #20 11.85 Fetched 8973 kB in 10s (858 kB/s)
14:24:48 [2021-06-10T14:24:48.406Z] #45 ...
14:24:48 [2021-06-10T14:24:48.406Z] 
14:24:48 [2021-06-10T14:24:48.406Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:24:48 [2021-06-10T14:24:48.406Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:24:48 [2021-06-10T14:24:48.406Z] #43 26.62   CC       images/core-aarch64.o
14:24:49 [2021-06-10T14:24:49.002Z] #43 27.14   CC       images/core-ppc64.o
14:24:49 [2021-06-10T14:24:49.270Z] #20 11.85 Reading package lists...
14:24:49 [2021-06-10T14:24:49.350Z] #43 90.11   CC       criu/bfd.o
14:24:49 [2021-06-10T14:24:49.571Z] #43 27.89   CC       images/core-s390.o
14:24:49 [2021-06-10T14:24:49.661Z] #43 72.88   LINK     criu/pie/restorer.built-in.o
14:24:49 [2021-06-10T14:24:49.661Z] #43 72.91   GEN      criu/pie/restorer-blob.h
14:24:49 [2021-06-10T14:24:49.661Z] #43 72.97   DEP      criu/vdso.d
14:24:49 [2021-06-10T14:24:49.838Z] #20 17.10 Reading package lists...
14:24:49 [2021-06-10T14:24:49.838Z] #20 ...
14:24:49 [2021-06-10T14:24:49.838Z] 
14:24:49 [2021-06-10T14:24:49.838Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:24:49 [2021-06-10T14:24:49.838Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:24:49 [2021-06-10T14:24:49.838Z] #43 78.84   DEP      criu/protobuf-desc.d
14:24:49 [2021-06-10T14:24:49.838Z] #43 79.03   DEP      criu/proc_parse.d
14:24:49 [2021-06-10T14:24:49.913Z] #43 90.57   CC       criu/bitmap.o
14:24:49 [2021-06-10T14:24:49.919Z] #43 73.19   DEP      criu/vdso-compat.d
14:24:49 [2021-06-10T14:24:49.919Z] #43 73.33   DEP      criu/uts_ns.d
14:24:50 [2021-06-10T14:24:50.170Z] #43 90.74   CC       criu/cgroup-props.o
14:24:50 [2021-06-10T14:24:50.177Z] #43 73.53   DEP      criu/util.d
14:24:50 [2021-06-10T14:24:50.177Z] #43 73.72   DEP      criu/uffd.d
14:24:50 [2021-06-10T14:24:50.406Z] #43 79.19   DEP      criu/plugin.d
14:24:50 [2021-06-10T14:24:50.406Z] #43 79.32   DEP      criu/pipes.d
14:24:50 [2021-06-10T14:24:50.406Z] #43 79.44   DEP      criu/pie-util.d
14:24:50 [2021-06-10T14:24:50.434Z] #43 73.91   DEP      criu/tun.d
14:24:50 [2021-06-10T14:24:50.506Z] #43 28.71   CC       images/cpuinfo.o
14:24:50 [2021-06-10T14:24:50.666Z] #43 79.62   DEP      criu/pie-util-vdso.d
14:24:50 [2021-06-10T14:24:50.666Z] #43 79.73   DEP      criu/pie-util-vdso-elf32.d
14:24:50 [2021-06-10T14:24:50.666Z] #43 79.84   DEP      criu/path.d
14:24:50 [2021-06-10T14:24:50.697Z] #43 74.16   DEP      criu/tty.d
14:24:50 [2021-06-10T14:24:50.733Z] #43 91.51   CC       criu/cgroup.o
14:24:50 [2021-06-10T14:24:50.925Z] #43 79.98   DEP      criu/parasite-syscall.d
14:24:50 [2021-06-10T14:24:50.958Z] #43 74.40   DEP      criu/timerfd.d
14:24:50 [2021-06-10T14:24:50.958Z] #43 ...
14:24:50 [2021-06-10T14:24:50.958Z] 
14:24:50 [2021-06-10T14:24:50.958Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:24:50 [2021-06-10T14:24:50.958Z] #45 sha256:770eca950a2ba38bb61271a0b7972836e7f5fb7a18ce6ace5a86e3fba3afcec7
14:24:50 [2021-06-10T14:24:50.958Z] #45 135.9 github.com/LK4D4/vndr/godl
14:24:50 [2021-06-10T14:24:50.958Z] #45 136.8 github.com/LK4D4/vndr
14:24:51 [2021-06-10T14:24:51.073Z] #43 29.18   CC       images/inventory.o
14:24:51 [2021-06-10T14:24:51.185Z] #43 80.18   DEP      criu/pagemap.d
14:24:51 [2021-06-10T14:24:51.216Z] #45 ...
14:24:51 [2021-06-10T14:24:51.216Z] 
14:24:51 [2021-06-10T14:24:51.216Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:24:51 [2021-06-10T14:24:51.216Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:24:51 [2021-06-10T14:24:51.216Z] #43 74.59   DEP      criu/timens.d
14:24:51 [2021-06-10T14:24:51.216Z] #43 74.77   DEP      criu/sysfs_parse.d
14:24:51 [2021-06-10T14:24:51.331Z] #43 29.51   CC       images/fdinfo.o
14:24:51 [2021-06-10T14:24:51.443Z] #43 80.33   DEP      criu/pagemap-cache.d
14:24:51 [2021-06-10T14:24:51.443Z] #43 80.46   DEP      criu/page-xfer.d
14:24:51 [2021-06-10T14:24:51.473Z] #43 74.98   DEP      criu/sysctl.d
14:24:51 [2021-06-10T14:24:51.663Z] #43 ...
14:24:51 [2021-06-10T14:24:51.663Z] 
14:24:51 [2021-06-10T14:24:51.663Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
14:24:51 [2021-06-10T14:24:51.663Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
14:24:51 [2021-06-10T14:24:51.663Z] #20 23.60 The following NEW packages will be installed:
14:24:51 [2021-06-10T14:24:51.663Z] #20 23.60   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
14:24:51 [2021-06-10T14:24:51.663Z] #20 23.61   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
14:24:51 [2021-06-10T14:24:51.663Z] #20 23.61   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
14:24:51 [2021-06-10T14:24:51.663Z] #20 23.61   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
14:24:51 [2021-06-10T14:24:51.663Z] #20 23.61   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
14:24:51 [2021-06-10T14:24:51.663Z] #20 23.61   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
14:24:51 [2021-06-10T14:24:51.663Z] #20 23.61   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
14:24:51 [2021-06-10T14:24:51.663Z] #20 23.61   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
14:24:51 [2021-06-10T14:24:51.663Z] #20 23.61   xz-utils zip
14:24:51 [2021-06-10T14:24:51.663Z] #20 23.93 0 upgraded, 48 newly installed, 0 to remove and 28 not upgraded.
14:24:51 [2021-06-10T14:24:51.663Z] #20 23.93 Need to get 28.5 MB of archives.
14:24:51 [2021-06-10T14:24:51.663Z] #20 23.93 After this operation, 116 MB of additional disk space will be used.
14:24:51 [2021-06-10T14:24:51.663Z] #20 23.93 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
14:24:51 [2021-06-10T14:24:51.663Z] #20 23.93 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB]
14:24:51 [2021-06-10T14:24:51.663Z] #20 23.96 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB]
14:24:51 [2021-06-10T14:24:51.663Z] #20 24.08 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
14:24:51 [2021-06-10T14:24:51.663Z] #20 24.08 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
14:24:51 [2021-06-10T14:24:51.663Z] #20 24.09 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB]
14:24:51 [2021-06-10T14:24:51.663Z] #20 24.20 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB]
14:24:51 [2021-06-10T14:24:51.663Z] #20 24.22 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
14:24:51 [2021-06-10T14:24:51.663Z] #20 24.22 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
14:24:51 [2021-06-10T14:24:51.663Z] #20 24.23 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
14:24:51 [2021-06-10T14:24:51.663Z] #20 24.24 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
14:24:51 [2021-06-10T14:24:51.663Z] #20 24.24 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
14:24:51 [2021-06-10T14:24:51.663Z] #20 24.25 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
14:24:51 [2021-06-10T14:24:51.663Z] #20 24.25 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
14:24:51 [2021-06-10T14:24:51.663Z] #20 24.25 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
14:24:51 [2021-06-10T14:24:51.663Z] #20 24.26 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
14:24:51 [2021-06-10T14:24:51.663Z] #20 24.28 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
14:24:51 [2021-06-10T14:24:51.663Z] #20 24.30 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
14:24:51 [2021-06-10T14:24:51.663Z] #20 24.30 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
14:24:51 [2021-06-10T14:24:51.663Z] #20 24.33 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
14:24:51 [2021-06-10T14:24:51.663Z] #20 24.33 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
14:24:51 [2021-06-10T14:24:51.663Z] #20 24.34 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
14:24:51 [2021-06-10T14:24:51.663Z] #20 24.37 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
14:24:51 [2021-06-10T14:24:51.663Z] #20 24.38 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
14:24:51 [2021-06-10T14:24:51.663Z] #20 24.39 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
14:24:51 [2021-06-10T14:24:51.663Z] #20 24.40 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
14:24:51 [2021-06-10T14:24:51.663Z] #20 24.40 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
14:24:51 [2021-06-10T14:24:51.663Z] #20 24.40 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
14:24:51 [2021-06-10T14:24:51.663Z] #20 24.40 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
14:24:51 [2021-06-10T14:24:51.663Z] #20 24.84 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
14:24:51 [2021-06-10T14:24:51.663Z] #20 24.86 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
14:24:51 [2021-06-10T14:24:51.663Z] #20 24.86 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
14:24:51 [2021-06-10T14:24:51.663Z] #20 24.86 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
14:24:51 [2021-06-10T14:24:51.663Z] #20 24.86 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
14:24:51 [2021-06-10T14:24:51.663Z] #20 24.87 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
14:24:51 [2021-06-10T14:24:51.663Z] #20 24.97 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
14:24:51 [2021-06-10T14:24:51.663Z] #20 24.97 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
14:24:51 [2021-06-10T14:24:51.663Z] #20 24.98 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
14:24:51 [2021-06-10T14:24:51.663Z] #20 24.99 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
14:24:51 [2021-06-10T14:24:51.663Z] #20 25.00 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
14:24:51 [2021-06-10T14:24:51.663Z] #20 25.03 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
14:24:51 [2021-06-10T14:24:51.663Z] #20 25.03 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB]
14:24:51 [2021-06-10T14:24:51.663Z] #20 25.11 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
14:24:51 [2021-06-10T14:24:51.663Z] #20 25.12 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
14:24:51 [2021-06-10T14:24:51.663Z] #20 25.14 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
14:24:51 [2021-06-10T14:24:51.664Z] #20 25.47 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
14:24:51 [2021-06-10T14:24:51.664Z] #20 25.54 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
14:24:51 [2021-06-10T14:24:51.664Z] #20 25.59 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
14:24:51 [2021-06-10T14:24:51.664Z] #20 26.14 debconf: delaying package configuration, since apt-utils is not installed
14:24:51 [2021-06-10T14:24:51.664Z] #20 26.25 Fetched 28.5 MB in 2s (14.8 MB/s)
14:24:51 [2021-06-10T14:24:51.664Z] #20 26.32 Selecting previously unselected package pigz.
14:24:51 [2021-06-10T14:24:51.664Z] #20 26.32 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23435 files and directories currently installed.)
14:24:51 [2021-06-10T14:24:51.664Z] #20 26.38 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
14:24:51 [2021-06-10T14:24:51.664Z] #20 26.39 Unpacking pigz (2.4-1) ...
14:24:51 [2021-06-10T14:24:51.664Z] #20 26.49 Selecting previously unselected package libpython3.7-minimal:amd64.
14:24:51 [2021-06-10T14:24:51.664Z] #20 26.50 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
14:24:51 [2021-06-10T14:24:51.664Z] #20 26.51 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
14:24:51 [2021-06-10T14:24:51.664Z] #20 26.99 Selecting previously unselected package python3.7-minimal.
14:24:51 [2021-06-10T14:24:51.664Z] #20 27.00 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
14:24:51 [2021-06-10T14:24:51.664Z] #20 27.02 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
14:24:51 [2021-06-10T14:24:51.664Z] #20 27.85 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
14:24:51 [2021-06-10T14:24:51.664Z] #20 27.89 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
14:24:51 [2021-06-10T14:24:51.702Z] #43 80.64   DEP      criu/page-pipe.d
14:24:51 [2021-06-10T14:24:51.702Z] #43 80.81   DEP      criu/netfilter.d
14:24:51 [2021-06-10T14:24:51.732Z] #43 75.23   DEP      criu/string.d
14:24:51 [2021-06-10T14:24:51.732Z] #43 75.27   DEP      criu/stats.d
14:24:51 [2021-06-10T14:24:51.900Z] #43 29.93   CC       images/fown.o
14:24:51 [2021-06-10T14:24:51.961Z] #43 81.01   DEP      criu/net.d
14:24:51 [2021-06-10T14:24:51.993Z] #43 75.40   DEP      criu/sockets.d
14:24:51 [2021-06-10T14:24:51.993Z] #43 75.62   DEP      criu/sk-unix.d
14:24:52 [2021-06-10T14:24:52.160Z] #43 30.22   CC       images/ns.o
14:24:52 [2021-06-10T14:24:52.220Z] #43 81.24   DEP      criu/namespaces.d
14:24:52 [2021-06-10T14:24:52.251Z] #43 ...
14:24:52 [2021-06-10T14:24:52.251Z] 
14:24:52 [2021-06-10T14:24:52.251Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:24:52 [2021-06-10T14:24:52.251Z] #45 sha256:770eca950a2ba38bb61271a0b7972836e7f5fb7a18ce6ace5a86e3fba3afcec7
14:24:52 [2021-06-10T14:24:52.251Z] #45 DONE 147.1s
14:24:52 [2021-06-10T14:24:52.419Z] #43 30.55   CC       images/regfile.o
14:24:52 [2021-06-10T14:24:52.478Z] #43 81.37   DEP      criu/mount.d
14:24:52 [2021-06-10T14:24:52.478Z] #43 81.53   DEP      criu/memfd.d
14:24:52 [2021-06-10T14:24:52.509Z] 
14:24:52 [2021-06-10T14:24:52.509Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
14:24:52 [2021-06-10T14:24:52.509Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
14:24:52 [2021-06-10T14:24:52.509Z] #20 6.359 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
14:24:52 [2021-06-10T14:24:52.509Z] #20 12.03 Fetched 8973 kB in 11s (831 kB/s)
14:24:52 [2021-06-10T14:24:52.677Z] #43 30.88   CC       images/ghost-file.o
14:24:52 [2021-06-10T14:24:52.737Z] #43 81.63   DEP      criu/mem.d
14:24:52 [2021-06-10T14:24:52.737Z] #43 81.79   DEP      criu/lsm.d
14:24:52 [2021-06-10T14:24:52.768Z] #20 12.03 Reading package lists...
14:24:52 [2021-06-10T14:24:52.768Z] #20 ...
14:24:52 [2021-06-10T14:24:52.768Z] 
14:24:52 [2021-06-10T14:24:52.768Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:24:52 [2021-06-10T14:24:52.768Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:24:52 [2021-06-10T14:24:52.768Z] #43 76.11   DEP      criu/sk-tcp.d
14:24:52 [2021-06-10T14:24:52.768Z] #43 76.36   DEP      criu/sk-queue.d
14:24:52 [2021-06-10T14:24:52.941Z] #43 ...
14:24:52 [2021-06-10T14:24:52.941Z] 
14:24:52 [2021-06-10T14:24:52.941Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
14:24:52 [2021-06-10T14:24:52.941Z] #51 sha256:d3933c6381a39303c1b4be9ff8f6e580af4864a6f8d2ca329ab610777c4e8b33
14:24:52 [2021-06-10T14:24:52.941Z] #51 99.14 mvdan.cc/sh/v3/cmd/shfmt
14:24:52 [2021-06-10T14:24:52.941Z] #51 DONE 105.3s
14:24:52 [2021-06-10T14:24:52.941Z] 
14:24:52 [2021-06-10T14:24:52.941Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:24:52 [2021-06-10T14:24:52.941Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:24:52 [2021-06-10T14:24:52.941Z] #43 31.34   CC       images/fifo.o
14:24:52 [2021-06-10T14:24:52.996Z] #43 81.96   DEP      criu/log.d
14:24:52 [2021-06-10T14:24:52.996Z] #43 82.04   DEP      criu/libnetlink.d
14:24:52 [2021-06-10T14:24:52.996Z] #43 82.12   DEP      criu/kerndat.d
14:24:53 [2021-06-10T14:24:53.255Z] #43 82.26   DEP      criu/kcmp-ids.d
14:24:53 [2021-06-10T14:24:53.333Z] #43 76.77   DEP      criu/sk-packet.d
14:24:53 [2021-06-10T14:24:53.506Z] #43 31.61   CC       images/remap-file-path.o
14:24:53 [2021-06-10T14:24:53.515Z] #43 82.38   DEP      criu/irmap.d
14:24:53 [2021-06-10T14:24:53.515Z] #43 82.48   DEP      criu/ipc_ns.d
14:24:53 [2021-06-10T14:24:53.515Z] #43 82.60   DEP      criu/image.d
14:24:53 [2021-06-10T14:24:53.556Z] #20 30.04 Selecting previously unselected package python3-minimal.
14:24:53 [2021-06-10T14:24:53.594Z] #43 77.06   DEP      criu/sk-netlink.d
14:24:53 [2021-06-10T14:24:53.764Z] #43 31.88   CC       images/eventfd.o
14:24:53 [2021-06-10T14:24:53.773Z] #43 82.72   DEP      criu/image-desc.d
14:24:53 [2021-06-10T14:24:53.773Z] #43 82.81   DEP      criu/fsnotify.d
14:24:53 [2021-06-10T14:24:53.813Z] #20 30.04 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23684 files and directories currently installed.)
14:24:53 [2021-06-10T14:24:53.813Z] #20 30.09 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
14:24:53 [2021-06-10T14:24:53.813Z] #20 30.11 Unpacking python3-minimal (3.7.3-1) ...
14:24:53 [2021-06-10T14:24:53.813Z] #20 ...
14:24:53 [2021-06-10T14:24:53.813Z] 
14:24:53 [2021-06-10T14:24:53.813Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:24:53 [2021-06-10T14:24:53.813Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:24:53 [2021-06-10T14:24:53.813Z] #43 94.48   CC       criu/clone-noasan.o
14:24:53 [2021-06-10T14:24:53.854Z] #43 77.22   DEP      criu/sk-inet.d
14:24:53 [2021-06-10T14:24:53.854Z] #43 77.48   DEP      criu/signalfd.d
14:24:54 [2021-06-10T14:24:54.021Z] #43 32.15   CC       images/eventpoll.o
14:24:54 [2021-06-10T14:24:54.032Z] #43 82.98   DEP      criu/filesystems.d
14:24:54 [2021-06-10T14:24:54.070Z] #43 94.67   CC       criu/config.o
14:24:54 [2021-06-10T14:24:54.112Z] #43 77.63   DEP      criu/sigframe.d
14:24:54 [2021-06-10T14:24:54.279Z] #43 32.49   CC       images/fh.o
14:24:54 [2021-06-10T14:24:54.292Z] #43 83.15   DEP      criu/files.d
14:24:54 [2021-06-10T14:24:54.292Z] #43 83.33   DEP      criu/files-reg.d
14:24:54 [2021-06-10T14:24:54.370Z] #43 77.81   DEP      criu/shmem.d
14:24:54 [2021-06-10T14:24:54.537Z] #43 32.91   CC       images/fsnotify.o
14:24:54 [2021-06-10T14:24:54.551Z] #43 83.51   DEP      criu/files-ext.d
14:24:54 [2021-06-10T14:24:54.551Z] #43 83.70   DEP      criu/file-lock.d
14:24:54 [2021-06-10T14:24:54.628Z] #43 77.95   DEP      criu/servicefd.d
14:24:54 [2021-06-10T14:24:54.628Z] #43 78.14   DEP      criu/seize.d
14:24:54 [2021-06-10T14:24:54.811Z] #43 83.92   DEP      criu/file-ids.d
14:24:54 [2021-06-10T14:24:54.886Z] #43 78.31   DEP      criu/seccomp.d
14:24:54 [2021-06-10T14:24:54.886Z] #43 78.51   DEP      criu/rst-malloc.d
14:24:55 [2021-06-10T14:24:55.069Z] #43 84.07   DEP      criu/fifo.d
14:24:55 [2021-06-10T14:24:55.144Z] #43 78.61   DEP      criu/rbtree.d
14:24:55 [2021-06-10T14:24:55.329Z] #43 84.28   DEP      criu/fdstore.d
14:24:55 [2021-06-10T14:24:55.329Z] #43 84.41   DEP      criu/fault-injection.d
14:24:55 [2021-06-10T14:24:55.403Z] #43 78.67   DEP      criu/pstree.d
14:24:55 [2021-06-10T14:24:55.403Z] #43 78.84   DEP      criu/protobuf.d
14:24:55 [2021-06-10T14:24:55.438Z] #43 96.03   CC       criu/cr-check.o
14:24:55 [2021-06-10T14:24:55.472Z] #43 33.60   CC       images/signalfd.o
14:24:55 [2021-06-10T14:24:55.587Z] #43 84.48   DEP      criu/external.d
14:24:55 [2021-06-10T14:24:55.587Z] #43 84.63   DEP      criu/eventpoll.d
14:24:55 [2021-06-10T14:24:55.662Z] #43 78.97   GEN      criu/protobuf-desc-gen.h
14:24:55 [2021-06-10T14:24:55.731Z] #43 33.96   CC       images/fs.o
14:24:55 [2021-06-10T14:24:55.846Z] #43 84.83   DEP      criu/eventfd.d
14:24:55 [2021-06-10T14:24:55.846Z] #43 84.95   DEP      criu/crtools.d
14:24:55 [2021-06-10T14:24:55.989Z] #43 34.25   CC       images/pstree.o
14:24:56 [2021-06-10T14:24:56.105Z] #43 85.16   DEP      criu/cr-service.d
14:24:56 [2021-06-10T14:24:56.247Z] #43 34.50   CC       images/pipe.o
14:24:56 [2021-06-10T14:24:56.365Z] #43 85.36   DEP      criu/cr-restore.d
14:24:56 [2021-06-10T14:24:56.505Z] #43 34.76   CC       images/tcp-stream.o
14:24:56 [2021-06-10T14:24:56.669Z] #43 85.70   DEP      criu/cr-errno.d
14:24:56 [2021-06-10T14:24:56.669Z] #43 85.72   DEP      criu/cr-dump.d
14:24:56 [2021-06-10T14:24:56.763Z] #43 35.08   CC       images/sk-packet.o
14:24:56 [2021-06-10T14:24:56.936Z] #43 85.94   DEP      criu/cr-dedup.d
14:24:57 [2021-06-10T14:24:57.021Z] #43 35.40   CC       images/mnt.o
14:24:57 [2021-06-10T14:24:57.205Z] #43 86.14   DEP      criu/cr-check.d
14:24:57 [2021-06-10T14:24:57.205Z] #43 86.35   DEP      criu/config.d
14:24:57 [2021-06-10T14:24:57.332Z] #43 97.70   CC       criu/cr-dedup.o
14:24:57 [2021-06-10T14:24:57.332Z] #43 98.09   CC       criu/cr-dump.o
14:24:57 [2021-06-10T14:24:57.468Z] #43 ...
14:24:57 [2021-06-10T14:24:57.468Z] 
14:24:57 [2021-06-10T14:24:57.468Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
14:24:57 [2021-06-10T14:24:57.468Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
14:24:57 [2021-06-10T14:24:57.468Z] #32 DONE 156.3s
14:24:57 [2021-06-10T14:24:57.468Z] 
14:24:57 [2021-06-10T14:24:57.468Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
14:24:57 [2021-06-10T14:24:57.468Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
14:24:57 [2021-06-10T14:24:57.468Z] #20 17.10 Reading package lists...
14:24:57 [2021-06-10T14:24:57.468Z] #20 20.74 Building dependency tree...
14:24:57 [2021-06-10T14:24:57.468Z] #20 22.44 libcap2-bin is already the newest version (1:2.25-2).
14:24:57 [2021-06-10T14:24:57.468Z] #20 22.44 The following additional packages will be installed:
14:24:57 [2021-06-10T14:24:57.468Z] #20 22.44   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
14:24:57 [2021-06-10T14:24:57.468Z] #20 22.44   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
14:24:57 [2021-06-10T14:24:57.468Z] #20 22.44   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
14:24:57 [2021-06-10T14:24:57.468Z] #20 22.44   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
14:24:57 [2021-06-10T14:24:57.468Z] #20 22.44   python3.7 python3.7-minimal vim-runtime xxd
14:24:57 [2021-06-10T14:24:57.468Z] #20 22.44 Suggested packages:
14:24:57 [2021-06-10T14:24:57.468Z] #20 22.44   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
14:24:57 [2021-06-10T14:24:57.468Z] #20 22.44   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
14:24:57 [2021-06-10T14:24:57.468Z] #20 22.44   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
14:24:57 [2021-06-10T14:24:57.468Z] #20 22.44 Recommended packages:
14:24:57 [2021-06-10T14:24:57.468Z] #20 22.44   aufs-dkms nftables build-essential python3-dev python3-keyring
14:24:57 [2021-06-10T14:24:57.468Z] #20 22.44   python3-keyrings.alt python3-xdg unzip
14:24:57 [2021-06-10T14:24:57.468Z] #20 24.26 The following NEW packages will be installed:
14:24:57 [2021-06-10T14:24:57.468Z] #20 24.28   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
14:24:57 [2021-06-10T14:24:57.468Z] #20 24.28   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
14:24:57 [2021-06-10T14:24:57.468Z] #20 24.28   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
14:24:57 [2021-06-10T14:24:57.468Z] #20 24.28   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
14:24:57 [2021-06-10T14:24:57.468Z] #20 24.28   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
14:24:57 [2021-06-10T14:24:57.468Z] #20 24.28   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
14:24:57 [2021-06-10T14:24:57.468Z] #20 24.28   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
14:24:57 [2021-06-10T14:24:57.468Z] #20 24.28   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
14:24:57 [2021-06-10T14:24:57.468Z] #20 24.28   xz-utils zip
14:24:57 [2021-06-10T14:24:57.468Z] #20 24.62 0 upgraded, 48 newly installed, 0 to remove and 28 not upgraded.
14:24:57 [2021-06-10T14:24:57.468Z] #20 24.62 Need to get 28.5 MB of archives.
14:24:57 [2021-06-10T14:24:57.468Z] #20 24.62 After this operation, 116 MB of additional disk space will be used.
14:24:57 [2021-06-10T14:24:57.468Z] #20 24.62 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
14:24:57 [2021-06-10T14:24:57.468Z] #20 24.62 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB]
14:24:57 [2021-06-10T14:24:57.468Z] #20 24.65 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB]
14:24:57 [2021-06-10T14:24:57.468Z] #20 24.72 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
14:24:57 [2021-06-10T14:24:57.468Z] #20 24.74 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
14:24:57 [2021-06-10T14:24:57.468Z] #20 24.74 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB]
14:24:57 [2021-06-10T14:24:57.468Z] #20 24.85 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB]
14:24:57 [2021-06-10T14:24:57.468Z] #20 24.88 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
14:24:57 [2021-06-10T14:24:57.468Z] #20 24.89 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
14:24:57 [2021-06-10T14:24:57.468Z] #20 24.89 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
14:24:57 [2021-06-10T14:24:57.468Z] #20 24.90 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
14:24:57 [2021-06-10T14:24:57.468Z] #20 24.90 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
14:24:57 [2021-06-10T14:24:57.468Z] #20 24.90 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
14:24:57 [2021-06-10T14:24:57.468Z] #20 24.91 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
14:24:57 [2021-06-10T14:24:57.468Z] #20 24.91 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
14:24:57 [2021-06-10T14:24:57.468Z] #20 24.91 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
14:24:57 [2021-06-10T14:24:57.468Z] #20 24.94 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
14:24:57 [2021-06-10T14:24:57.468Z] #20 24.96 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
14:24:57 [2021-06-10T14:24:57.566Z] #43 80.70   DEP      criu/protobuf-desc.d
14:24:57 [2021-06-10T14:24:57.566Z] #43 80.90   DEP      criu/proc_parse.d
14:24:57 [2021-06-10T14:24:57.566Z] #43 81.15   DEP      criu/plugin.d
14:24:57 [2021-06-10T14:24:57.587Z] #43 35.80   CC       images/pipe-data.o
14:24:57 [2021-06-10T14:24:57.728Z] #20 24.98 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
14:24:57 [2021-06-10T14:24:57.728Z] #20 25.00 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
14:24:57 [2021-06-10T14:24:57.728Z] #20 25.00 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
14:24:57 [2021-06-10T14:24:57.728Z] #20 25.01 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
14:24:57 [2021-06-10T14:24:57.728Z] #20 25.08 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
14:24:57 [2021-06-10T14:24:57.728Z] #20 25.09 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
14:24:57 [2021-06-10T14:24:57.728Z] #20 25.11 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
14:24:57 [2021-06-10T14:24:57.728Z] #20 25.11 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
14:24:57 [2021-06-10T14:24:57.728Z] #20 25.11 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
14:24:57 [2021-06-10T14:24:57.728Z] #20 25.11 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
14:24:57 [2021-06-10T14:24:57.728Z] #20 25.11 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
14:24:57 [2021-06-10T14:24:57.824Z] #43 81.22   DEP      criu/pipes.d
14:24:57 [2021-06-10T14:24:57.824Z] #43 81.35   DEP      criu/pie-util.d
14:24:57 [2021-06-10T14:24:57.845Z] #43 36.08   CC       images/sa.o
14:24:58 [2021-06-10T14:24:58.082Z] #43 81.49   DEP      criu/pie-util-vdso.d
14:24:58 [2021-06-10T14:24:58.104Z] #43 36.28   CC       images/timer.o
14:24:58 [2021-06-10T14:24:58.297Z] #20 25.71 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
14:24:58 [2021-06-10T14:24:58.297Z] #20 25.71 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
14:24:58 [2021-06-10T14:24:58.297Z] #20 25.71 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
14:24:58 [2021-06-10T14:24:58.297Z] #20 25.71 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
14:24:58 [2021-06-10T14:24:58.297Z] #20 25.72 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
14:24:58 [2021-06-10T14:24:58.297Z] #20 25.74 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
14:24:58 [2021-06-10T14:24:58.340Z] #43 81.62   DEP      criu/pie-util-vdso-elf32.d
14:24:58 [2021-06-10T14:24:58.340Z] #43 81.82   DEP      criu/path.d
14:24:58 [2021-06-10T14:24:58.556Z] #20 25.88 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
14:24:58 [2021-06-10T14:24:58.556Z] #20 25.89 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
14:24:58 [2021-06-10T14:24:58.556Z] #20 25.91 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
14:24:58 [2021-06-10T14:24:58.556Z] #20 25.93 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
14:24:58 [2021-06-10T14:24:58.556Z] #20 25.95 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
14:24:58 [2021-06-10T14:24:58.556Z] #20 26.00 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
14:24:58 [2021-06-10T14:24:58.556Z] #20 26.00 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB]
14:24:58 [2021-06-10T14:24:58.598Z] #43 81.92   DEP      criu/parasite-syscall.d
14:24:58 [2021-06-10T14:24:58.598Z] #43 82.14   DEP      criu/pagemap.d
14:24:58 [2021-06-10T14:24:58.671Z] #43 36.78   CC       images/timerfd.o
14:24:58 [2021-06-10T14:24:58.814Z] #20 26.07 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
14:24:58 [2021-06-10T14:24:58.814Z] #20 26.10 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
14:24:58 [2021-06-10T14:24:58.814Z] #20 26.12 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
14:24:58 [2021-06-10T14:24:58.856Z] #43 82.34   DEP      criu/pagemap-cache.d
14:24:58 [2021-06-10T14:24:58.856Z] #43 82.44   DEP      criu/page-xfer.d
14:24:58 [2021-06-10T14:24:58.929Z] #43 37.15   CC       images/mm.o
14:24:59 [2021-06-10T14:24:59.074Z] #20 26.45 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
14:24:59 [2021-06-10T14:24:59.074Z] #20 26.50 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
14:24:59 [2021-06-10T14:24:59.074Z] #20 26.54 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
14:24:59 [2021-06-10T14:24:59.114Z] #43 82.61   DEP      criu/page-pipe.d
14:24:59 [2021-06-10T14:24:59.114Z] #43 82.73   DEP      criu/netfilter.d
14:24:59 [2021-06-10T14:24:59.188Z] #43 37.57   CC       images/sk-opts.o
14:24:59 [2021-06-10T14:24:59.225Z] #43 ...
14:24:59 [2021-06-10T14:24:59.225Z] 
14:24:59 [2021-06-10T14:24:59.225Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
14:24:59 [2021-06-10T14:24:59.225Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
14:24:59 [2021-06-10T14:24:59.225Z] #20 30.18 Selecting previously unselected package libmpdec2:amd64.
14:24:59 [2021-06-10T14:24:59.225Z] #20 30.18 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
14:24:59 [2021-06-10T14:24:59.225Z] #20 30.19 Unpacking libmpdec2:amd64 (2.4.2-2) ...
14:24:59 [2021-06-10T14:24:59.225Z] #20 30.29 Selecting previously unselected package libpython3.7-stdlib:amd64.
14:24:59 [2021-06-10T14:24:59.225Z] #20 30.29 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ...
14:24:59 [2021-06-10T14:24:59.225Z] #20 30.31 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
14:24:59 [2021-06-10T14:24:59.225Z] #20 31.24 Selecting previously unselected package python3.7.
14:24:59 [2021-06-10T14:24:59.225Z] #20 31.24 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ...
14:24:59 [2021-06-10T14:24:59.225Z] #20 31.25 Unpacking python3.7 (3.7.3-2+deb10u3) ...
14:24:59 [2021-06-10T14:24:59.225Z] #20 31.36 Selecting previously unselected package libpython3-stdlib:amd64.
14:24:59 [2021-06-10T14:24:59.225Z] #20 31.37 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
14:24:59 [2021-06-10T14:24:59.225Z] #20 31.38 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
14:24:59 [2021-06-10T14:24:59.225Z] #20 31.52 Setting up python3-minimal (3.7.3-1) ...
14:24:59 [2021-06-10T14:24:59.225Z] #20 32.44 Selecting previously unselected package python3.
14:24:59 [2021-06-10T14:24:59.225Z] #20 32.44 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24096 files and directories currently installed.)
14:24:59 [2021-06-10T14:24:59.225Z] #20 32.50 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
14:24:59 [2021-06-10T14:24:59.225Z] #20 32.52 Unpacking python3 (3.7.3-1) ...
14:24:59 [2021-06-10T14:24:59.225Z] #20 32.61 Selecting previously unselected package libip4tc0:amd64.
14:24:59 [2021-06-10T14:24:59.225Z] #20 32.62 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
14:24:59 [2021-06-10T14:24:59.225Z] #20 32.64 Unpacking libip4tc0:amd64 (1.8.2-4) ...
14:24:59 [2021-06-10T14:24:59.225Z] #20 32.73 Selecting previously unselected package libip6tc0:amd64.
14:24:59 [2021-06-10T14:24:59.225Z] #20 32.75 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
14:24:59 [2021-06-10T14:24:59.225Z] #20 32.75 Unpacking libip6tc0:amd64 (1.8.2-4) ...
14:24:59 [2021-06-10T14:24:59.225Z] #20 32.85 Selecting previously unselected package libiptc0:amd64.
14:24:59 [2021-06-10T14:24:59.225Z] #20 32.86 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
14:24:59 [2021-06-10T14:24:59.225Z] #20 32.87 Unpacking libiptc0:amd64 (1.8.2-4) ...
14:24:59 [2021-06-10T14:24:59.225Z] #20 32.96 Selecting previously unselected package libnfnetlink0:amd64.
14:24:59 [2021-06-10T14:24:59.225Z] #20 32.97 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
14:24:59 [2021-06-10T14:24:59.225Z] #20 32.98 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
14:24:59 [2021-06-10T14:24:59.225Z] #20 33.05 Selecting previously unselected package libnetfilter-conntrack3:amd64.
14:24:59 [2021-06-10T14:24:59.225Z] #20 33.05 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
14:24:59 [2021-06-10T14:24:59.225Z] #20 33.06 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
14:24:59 [2021-06-10T14:24:59.225Z] #20 33.21 Selecting previously unselected package libnftnl11:amd64.
14:24:59 [2021-06-10T14:24:59.225Z] #20 33.22 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
14:24:59 [2021-06-10T14:24:59.225Z] #20 33.22 Unpacking libnftnl11:amd64 (1.1.2-2) ...
14:24:59 [2021-06-10T14:24:59.225Z] #20 33.30 Selecting previously unselected package iptables.
14:24:59 [2021-06-10T14:24:59.225Z] #20 33.31 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
14:24:59 [2021-06-10T14:24:59.225Z] #20 33.32 Unpacking iptables (1.8.2-4) ...
14:24:59 [2021-06-10T14:24:59.225Z] #20 33.64 Selecting previously unselected package xxd.
14:24:59 [2021-06-10T14:24:59.225Z] #20 33.65 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
14:24:59 [2021-06-10T14:24:59.225Z] #20 33.66 Unpacking xxd (2:8.1.0875-5) ...
14:24:59 [2021-06-10T14:24:59.225Z] #20 33.83 Selecting previously unselected package vim-common.
14:24:59 [2021-06-10T14:24:59.225Z] #20 33.84 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
14:24:59 [2021-06-10T14:24:59.225Z] #20 33.85 Unpacking vim-common (2:8.1.0875-5) ...
14:24:59 [2021-06-10T14:24:59.225Z] #20 34.04 Selecting previously unselected package bash-completion.
14:24:59 [2021-06-10T14:24:59.225Z] #20 34.06 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
14:24:59 [2021-06-10T14:24:59.447Z] #43 37.85   CC       images/sk-unix.o
14:24:59 [2021-06-10T14:24:59.680Z] #43 82.94   DEP      criu/net.d
14:24:59 [2021-06-10T14:24:59.680Z] #43 83.13   DEP      criu/namespaces.d
14:24:59 [2021-06-10T14:24:59.705Z] #43 ...
14:24:59 [2021-06-10T14:24:59.705Z] 
14:24:59 [2021-06-10T14:24:59.705Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
14:24:59 [2021-06-10T14:24:59.705Z] #56 sha256:7ca7823bab5453513f360d302c812d57c180240e15ed5440df430e6509f23992
14:24:59 [2021-06-10T14:24:59.705Z] #56 57.29 Checking out files:  38% (1515/3928)   
Checking out files:  39% (1532/3928)   
Checking out files:  40% (1572/3928)   
Checking out files:  41% (1611/3928)   
Checking out files:  42% (1650/3928)   
Checking out files:  43% (1690/3928)   
Checking out files:  44% (1729/3928)   
Checking out files:  45% (1768/3928)   
Checking out files:  46% (1807/3928)   
Checking out files:  47% (1847/3928)   
Checking out files:  48% (1886/3928)   
Checking out files:  49% (1925/3928)   
Checking out files:  50% (1964/3928)   
Checking out files:  51% (2004/3928)   
Checking out files:  52% (2043/3928)   
Checking out files:  53% (2082/3928)   
Checking out files:  54% (2122/3928)   
Checking out files:  55% (2161/3928)   
Checking out files:  56% (2200/3928)   
Checking out files:  57% (2239/3928)   
Checking out files:  58% (2279/3928)   
Checking out files:  59% (2318/3928)   
Checking out files:  60% (2357/3928)   
Checking out files:  61% (2397/3928)   
Checking out files:  62% (2436/3928)   
Checking out files:  63% (2475/3928)   
Checking out files:  64% (2514/3928)   
Checking out files:  65% (2554/3928)   
Checking out files:  66% (2593/3928)   
Checking out files:  67% (2632/3928)   
Checking out files:  68% (2672/3928)   
Checking out files:  69% (2711/3928)   
Checking out files:  70% (2750/3928)   
Checking out files:  71% (2789/3928)   
Checking out files:  72% (2829/3928)   
Checking out files:  73% (2868/3928)   
Checking out files:  74% (2907/3928)   
Checking out files:  75% (2946/3928)   
Checking out files:  76% (2986/3928)   
Checking out files:  77% (3025/3928)   
Checking out files:  78% (3064/3928)   
Checking out files:  79% (3104/3928)   
Checking out files:  79% (3124/3928)   
Checking out files:  80% (3143/3928)   
Checking out files:  81% (3182/3928)   
Checking out files:  82% (3221/3928)   
Checking out files:  83% (3261/3928)   
Checking out files:  84% (3300/3928)   
Checking out files:  85% (3339/3928)   
Checking out files:  86% (3379/3928)   
Checking out files:  87% (3418/3928)   
Checking out files:  88% (3457/3928)   
Checking out files:  89% (3496/3928)   
Checking out files:  90% (3536/3928)   
Checking out files:  91% (3575/3928)   
Checking out files:  92% (3614/3928)   
Checking out files:  93% (3654/3928)   
Checking out files:  94% (3693/3928)   
Checking out files:  95% (3732/3928)   
Checking out files:  96% (3771/3928)   
Checking out files:  97% (3811/3928)   
Checking out files:  98% (3850/3928)   
Checking out files:  99% (3889/3928)   
Checking out files: 100% (3928/3928)   
Checking out files: 100% (3928/3928), done.
14:24:59 [2021-06-10T14:24:59.705Z] #56 59.19 + cd /tmp/tmp.JbblxpBlZW/src/github.com/containerd/containerd
14:24:59 [2021-06-10T14:24:59.705Z] #56 59.19 + git checkout -q d71fcd7d8303cbf684402823e425e9dd2e99285d
14:24:59 [2021-06-10T14:24:59.705Z] #56 61.52 + export 'BUILDTAGS=netgo osusergo static_build'
14:24:59 [2021-06-10T14:24:59.705Z] #56 61.52 + BUILDTAGS='netgo osusergo static_build'
14:24:59 [2021-06-10T14:24:59.705Z] #56 61.52 + export EXTRA_FLAGS=-buildmode=pie
14:24:59 [2021-06-10T14:24:59.705Z] #56 61.52 + EXTRA_FLAGS=-buildmode=pie
14:24:59 [2021-06-10T14:24:59.705Z] #56 61.52 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
14:24:59 [2021-06-10T14:24:59.705Z] #56 61.52 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
14:24:59 [2021-06-10T14:24:59.705Z] #56 61.52 + '[' '' = dynamic ']'
14:24:59 [2021-06-10T14:24:59.705Z] #56 61.52 + make
14:24:59 [2021-06-10T14:24:59.705Z] #56 62.72 + bin/ctr
14:24:59 [2021-06-10T14:24:59.705Z] #56 ...
14:24:59 [2021-06-10T14:24:59.705Z] 
14:24:59 [2021-06-10T14:24:59.705Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:24:59 [2021-06-10T14:24:59.705Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:24:59 [2021-06-10T14:24:59.705Z] #43 38.14   CC       images/sk-inet.o
14:24:59 [2021-06-10T14:24:59.939Z] #43 83.36   DEP      criu/mount.d
14:24:59 [2021-06-10T14:24:59.939Z] #43 83.57   DEP      criu/memfd.d
14:25:00 [2021-06-10T14:25:00.010Z] #20 27.14 debconf: delaying package configuration, since apt-utils is not installed
14:25:00 [2021-06-10T14:25:00.010Z] #20 27.25 Fetched 28.5 MB in 2s (13.0 MB/s)
14:25:00 [2021-06-10T14:25:00.010Z] #20 27.33 Selecting previously unselected package pigz.
14:25:00 [2021-06-10T14:25:00.011Z] #20 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 ... 23435 files and directories currently installed.)
14:25:00 [2021-06-10T14:25:00.011Z] #20 27.40 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
14:25:00 [2021-06-10T14:25:00.011Z] #20 27.41 Unpacking pigz (2.4-1) ...
14:25:00 [2021-06-10T14:25:00.269Z] #20 27.52 Selecting previously unselected package libpython3.7-minimal:amd64.
14:25:00 [2021-06-10T14:25:00.269Z] #20 27.52 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
14:25:00 [2021-06-10T14:25:00.269Z] #20 27.53 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
14:25:00 [2021-06-10T14:25:00.505Z] #43 83.77   DEP      criu/mem.d
14:25:00 [2021-06-10T14:25:00.505Z] #43 83.97   DEP      criu/lsm.d
14:25:00 [2021-06-10T14:25:00.529Z] #20 27.87 Selecting previously unselected package python3.7-minimal.
14:25:00 [2021-06-10T14:25:00.529Z] #20 27.88 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
14:25:00 [2021-06-10T14:25:00.529Z] #20 27.89 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
14:25:00 [2021-06-10T14:25:00.594Z] #20 36.93 Unpacking bash-completion (1:2.8-6) ...
14:25:00 [2021-06-10T14:25:00.640Z] #43 38.61   CC       images/tun.o
14:25:00 [2021-06-10T14:25:00.640Z] #43 38.95   CC       images/sk-netlink.o
14:25:00 [2021-06-10T14:25:00.763Z] #43 ...
14:25:00 [2021-06-10T14:25:00.763Z] 
14:25:00 [2021-06-10T14:25:00.763Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
14:25:00 [2021-06-10T14:25:00.763Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
14:25:00 [2021-06-10T14:25:00.763Z] #32 DONE 155.2s
14:25:00 [2021-06-10T14:25:00.763Z] 
14:25:00 [2021-06-10T14:25:00.763Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:25:00 [2021-06-10T14:25:00.763Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:25:00 [2021-06-10T14:25:00.763Z] #43 84.18   DEP      criu/log.d
14:25:00 [2021-06-10T14:25:00.763Z] #43 ...
14:25:00 [2021-06-10T14:25:00.763Z] 
14:25:00 [2021-06-10T14:25:00.763Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
14:25:00 [2021-06-10T14:25:00.763Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
14:25:00 [2021-06-10T14:25:00.763Z] #20 12.03 Reading package lists...
14:25:00 [2021-06-10T14:25:00.763Z] #20 16.67 Reading package lists...
14:25:00 [2021-06-10T14:25:00.763Z] #20 20.41 Building dependency tree...
14:25:00 [2021-06-10T14:25:00.763Z] #20 22.31 libcap2-bin is already the newest version (1:2.25-2).
14:25:00 [2021-06-10T14:25:00.763Z] #20 22.31 The following additional packages will be installed:
14:25:00 [2021-06-10T14:25:00.763Z] #20 22.31   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
14:25:00 [2021-06-10T14:25:00.763Z] #20 22.31   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
14:25:00 [2021-06-10T14:25:00.763Z] #20 22.32   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
14:25:00 [2021-06-10T14:25:00.763Z] #20 22.32   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
14:25:00 [2021-06-10T14:25:00.763Z] #20 22.32   python3.7 python3.7-minimal vim-runtime xxd
14:25:00 [2021-06-10T14:25:00.763Z] #20 22.32 Suggested packages:
14:25:00 [2021-06-10T14:25:00.763Z] #20 22.33   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
14:25:00 [2021-06-10T14:25:00.763Z] #20 22.33   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
14:25:00 [2021-06-10T14:25:00.763Z] #20 22.33   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
14:25:00 [2021-06-10T14:25:00.763Z] #20 22.33 Recommended packages:
14:25:00 [2021-06-10T14:25:00.763Z] #20 22.33   aufs-dkms nftables build-essential python3-dev python3-keyring
14:25:00 [2021-06-10T14:25:00.763Z] #20 22.33   python3-keyrings.alt python3-xdg unzip
14:25:00 [2021-06-10T14:25:00.898Z] #43 39.21   CC       images/packet-sock.o
14:25:01 [2021-06-10T14:25:01.021Z] #20 24.07 The following NEW packages will be installed:
14:25:01 [2021-06-10T14:25:01.021Z] #20 24.09   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
14:25:01 [2021-06-10T14:25:01.021Z] #20 24.09   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
14:25:01 [2021-06-10T14:25:01.021Z] #20 24.09   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
14:25:01 [2021-06-10T14:25:01.021Z] #20 24.09   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
14:25:01 [2021-06-10T14:25:01.021Z] #20 24.10   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
14:25:01 [2021-06-10T14:25:01.021Z] #20 24.10   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
14:25:01 [2021-06-10T14:25:01.021Z] #20 24.10   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
14:25:01 [2021-06-10T14:25:01.021Z] #20 24.10   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
14:25:01 [2021-06-10T14:25:01.021Z] #20 24.10   xz-utils zip
14:25:01 [2021-06-10T14:25:01.021Z] #20 ...
14:25:01 [2021-06-10T14:25:01.021Z] 
14:25:01 [2021-06-10T14:25:01.021Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:25:01 [2021-06-10T14:25:01.021Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:25:01 [2021-06-10T14:25:01.021Z] #43 84.49   DEP      criu/libnetlink.d
14:25:01 [2021-06-10T14:25:01.124Z] #20 37.32 Selecting previously unselected package bzip2.
14:25:01 [2021-06-10T14:25:01.124Z] #20 37.34 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
14:25:01 [2021-06-10T14:25:01.124Z] #20 37.35 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
14:25:01 [2021-06-10T14:25:01.124Z] #20 37.49 Selecting previously unselected package xz-utils.
14:25:01 [2021-06-10T14:25:01.124Z] #20 37.49 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ...
14:25:01 [2021-06-10T14:25:01.124Z] #20 37.50 Unpacking xz-utils (5.2.4-1) ...
14:25:01 [2021-06-10T14:25:01.280Z] #43 84.70   DEP      criu/kerndat.d
14:25:01 [2021-06-10T14:25:01.381Z] #20 37.69 Selecting previously unselected package apparmor.
14:25:01 [2021-06-10T14:25:01.381Z] #20 37.70 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ...
14:25:01 [2021-06-10T14:25:01.381Z] #20 37.78 Unpacking apparmor (2.13.2-10) ...
14:25:01 [2021-06-10T14:25:01.467Z] #43 39.65   CC       images/ipc-var.o
14:25:01 [2021-06-10T14:25:01.467Z] #43 ...
14:25:01 [2021-06-10T14:25:01.467Z] 
14:25:01 [2021-06-10T14:25:01.467Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:25:01 [2021-06-10T14:25:01.467Z] #45 sha256:9c2594a10bf51cf229550215f6c8f4e21f529ca0adeb1d37afd998bc86f768ee
14:25:01 [2021-06-10T14:25:01.467Z] #45 103.4 hash/crc32
14:25:01 [2021-06-10T14:25:01.467Z] #45 104.1 compress/gzip
14:25:01 [2021-06-10T14:25:01.467Z] #45 104.2 net
14:25:01 [2021-06-10T14:25:01.467Z] #45 104.8 vendor/golang.org/x/text/transform
14:25:01 [2021-06-10T14:25:01.467Z] #45 105.7 vendor/golang.org/x/text/unicode/bidi
14:25:01 [2021-06-10T14:25:01.467Z] #45 107.8 vendor/golang.org/x/text/secure/bidirule
14:25:01 [2021-06-10T14:25:01.467Z] #45 108.2 vendor/golang.org/x/text/unicode/norm
14:25:01 [2021-06-10T14:25:01.467Z] #45 112.7 vendor/golang.org/x/net/idna
14:25:01 [2021-06-10T14:25:01.467Z] #20 28.93 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
14:25:01 [2021-06-10T14:25:01.468Z] #20 28.97 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
14:25:01 [2021-06-10T14:25:01.725Z] #45 ...
14:25:01 [2021-06-10T14:25:01.725Z] 
14:25:01 [2021-06-10T14:25:01.725Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:25:01 [2021-06-10T14:25:01.725Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:25:01 [2021-06-10T14:25:01.725Z] #43 39.93   CC       images/ipc-desc.o
14:25:01 [2021-06-10T14:25:01.849Z] #43 85.23   DEP      criu/kcmp-ids.d
14:25:01 [2021-06-10T14:25:01.850Z] #43 85.35   DEP      criu/irmap.d
14:25:01 [2021-06-10T14:25:01.944Z] #20 38.15 Selecting previously unselected package aufs-tools.
14:25:01 [2021-06-10T14:25:01.944Z] #20 38.15 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
14:25:01 [2021-06-10T14:25:01.944Z] #20 38.15 Unpacking aufs-tools (1:4.14+20190211-1) ...
14:25:01 [2021-06-10T14:25:01.944Z] #20 38.24 Selecting previously unselected package libonig5:amd64.
14:25:01 [2021-06-10T14:25:01.944Z] #20 38.25 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ...
14:25:01 [2021-06-10T14:25:01.944Z] #20 38.27 Unpacking libonig5:amd64 (6.9.1-1) ...
14:25:01 [2021-06-10T14:25:01.984Z] #43 40.11   CC       images/ipc-shm.o
14:25:02 [2021-06-10T14:25:02.108Z] #43 85.55   DEP      criu/ipc_ns.d
14:25:02 [2021-06-10T14:25:02.200Z] #20 38.42 Selecting previously unselected package libjq1:amd64.
14:25:02 [2021-06-10T14:25:02.200Z] #20 38.43 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ...
14:25:02 [2021-06-10T14:25:02.200Z] #20 38.43 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
14:25:02 [2021-06-10T14:25:02.200Z] #20 38.53 Selecting previously unselected package jq.
14:25:02 [2021-06-10T14:25:02.200Z] #20 38.55 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ...
14:25:02 [2021-06-10T14:25:02.200Z] #20 38.56 Unpacking jq (1.5+dfsg-2+b1) ...
14:25:02 [2021-06-10T14:25:02.243Z] #43 40.40   CC       images/ipc-msg.o
14:25:02 [2021-06-10T14:25:02.366Z] #43 85.80   DEP      criu/image.d
14:25:02 [2021-06-10T14:25:02.457Z] #20 38.64 Selecting previously unselected package libaio1:amd64.
14:25:02 [2021-06-10T14:25:02.457Z] #20 38.65 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ...
14:25:02 [2021-06-10T14:25:02.457Z] #20 38.68 Unpacking libaio1:amd64 (0.3.112-3) ...
14:25:02 [2021-06-10T14:25:02.457Z] #20 38.74 Selecting previously unselected package libgpm2:amd64.
14:25:02 [2021-06-10T14:25:02.457Z] #20 38.76 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ...
14:25:02 [2021-06-10T14:25:02.457Z] #20 38.77 Unpacking libgpm2:amd64 (1.20.7-5) ...
14:25:02 [2021-06-10T14:25:02.457Z] #20 38.85 Selecting previously unselected package libicu63:amd64.
14:25:02 [2021-06-10T14:25:02.502Z] #43 40.75   CC       images/ipc-sem.o
14:25:02 [2021-06-10T14:25:02.626Z] #43 85.94   DEP      criu/image-desc.d
14:25:02 [2021-06-10T14:25:02.626Z] #43 86.09   DEP      criu/fsnotify.d
14:25:02 [2021-06-10T14:25:02.626Z] #43 86.21   DEP      criu/filesystems.d
14:25:02 [2021-06-10T14:25:02.713Z] #20 38.86 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ...
14:25:02 [2021-06-10T14:25:02.713Z] #20 38.87 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
14:25:02 [2021-06-10T14:25:02.761Z] #43 40.98   CC       images/utsns.o
14:25:02 [2021-06-10T14:25:02.885Z] #43 86.34   DEP      criu/files.d
14:25:03 [2021-06-10T14:25:03.020Z] #43 41.27   CC       images/creds.o
14:25:03 [2021-06-10T14:25:03.143Z] #43 86.48   DEP      criu/files-reg.d
14:25:03 [2021-06-10T14:25:03.143Z] #43 86.67   DEP      criu/files-ext.d
14:25:03 [2021-06-10T14:25:03.143Z] #43 86.78   DEP      criu/file-lock.d
14:25:03 [2021-06-10T14:25:03.278Z] #43 41.45   CC       images/vma.o
14:25:03 [2021-06-10T14:25:03.278Z] #43 41.67   CC       images/netdev.o
14:25:03 [2021-06-10T14:25:03.711Z] #43 86.98   DEP      criu/file-ids.d
14:25:03 [2021-06-10T14:25:03.711Z] #43 87.09   DEP      criu/fifo.d
14:25:03 [2021-06-10T14:25:03.711Z] #43 87.17   DEP      criu/fdstore.d
14:25:03 [2021-06-10T14:25:03.711Z] #43 87.21   DEP      criu/fault-injection.d
14:25:03 [2021-06-10T14:25:03.845Z] #43 42.11   CC       images/tty.o
14:25:03 [2021-06-10T14:25:03.969Z] #43 87.27   DEP      criu/external.d
14:25:03 [2021-06-10T14:25:03.969Z] #43 87.38   DEP      criu/eventpoll.d
14:25:04 [2021-06-10T14:25:04.004Z] #20 31.11 Selecting previously unselected package python3-minimal.
14:25:04 [2021-06-10T14:25:04.004Z] #20 31.11 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23684 files and directories currently installed.)
14:25:04 [2021-06-10T14:25:04.004Z] #20 31.16 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
14:25:04 [2021-06-10T14:25:04.004Z] #20 31.16 Unpacking python3-minimal (3.7.3-1) ...
14:25:04 [2021-06-10T14:25:04.004Z] #20 31.26 Selecting previously unselected package libmpdec2:amd64.
14:25:04 [2021-06-10T14:25:04.004Z] #20 31.26 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
14:25:04 [2021-06-10T14:25:04.004Z] #20 31.27 Unpacking libmpdec2:amd64 (2.4.2-2) ...
14:25:04 [2021-06-10T14:25:04.004Z] #20 31.42 Selecting previously unselected package libpython3.7-stdlib:amd64.
14:25:04 [2021-06-10T14:25:04.004Z] #20 31.42 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ...
14:25:04 [2021-06-10T14:25:04.004Z] #20 31.43 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
14:25:04 [2021-06-10T14:25:04.229Z] #43 87.52   DEP      criu/eventfd.d
14:25:04 [2021-06-10T14:25:04.229Z] #43 87.67   DEP      criu/crtools.d
14:25:04 [2021-06-10T14:25:04.412Z] #43 42.76   CC       images/file-lock.o
14:25:04 [2021-06-10T14:25:04.487Z] #43 87.81   DEP      criu/cr-service.d
14:25:04 [2021-06-10T14:25:04.487Z] #43 87.98   DEP      criu/cr-restore.d
14:25:04 [2021-06-10T14:25:04.746Z] #43 88.18   DEP      criu/cr-errno.d
14:25:04 [2021-06-10T14:25:04.746Z] #43 88.20   DEP      criu/cr-dump.d
14:25:04 [2021-06-10T14:25:04.941Z] #20 32.37 Selecting previously unselected package python3.7.
14:25:04 [2021-06-10T14:25:04.979Z] #43 43.04   CC       images/rlimit.o
14:25:04 [2021-06-10T14:25:04.979Z] #43 43.31   CC       images/pagemap.o
14:25:05 [2021-06-10T14:25:05.005Z] #43 88.35   DEP      criu/cr-dedup.d
14:25:05 [2021-06-10T14:25:05.005Z] #43 88.47   DEP      criu/cr-check.d
14:25:05 [2021-06-10T14:25:05.200Z] #20 32.38 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ...
14:25:05 [2021-06-10T14:25:05.200Z] #20 32.38 Unpacking python3.7 (3.7.3-2+deb10u3) ...
14:25:05 [2021-06-10T14:25:05.200Z] #20 32.51 Selecting previously unselected package libpython3-stdlib:amd64.
14:25:05 [2021-06-10T14:25:05.200Z] #20 32.53 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
14:25:05 [2021-06-10T14:25:05.200Z] #20 32.54 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
14:25:05 [2021-06-10T14:25:05.238Z] #43 43.60   CC       images/siginfo.o
14:25:05 [2021-06-10T14:25:05.263Z] #43 88.65   DEP      criu/config.d
14:25:05 [2021-06-10T14:25:05.459Z] #20 32.66 Setting up python3-minimal (3.7.3-1) ...
14:25:05 [2021-06-10T14:25:05.521Z] #43 88.81   DEP      criu/clone-noasan.d
14:25:05 [2021-06-10T14:25:05.521Z] #43 88.92   DEP      criu/cgroup.d
14:25:05 [2021-06-10T14:25:05.521Z] #43 89.07   DEP      criu/cgroup-props.d
14:25:05 [2021-06-10T14:25:05.780Z] #43 89.15   DEP      criu/bitmap.d
14:25:05 [2021-06-10T14:25:05.780Z] #43 89.17   DEP      criu/bfd.d
14:25:05 [2021-06-10T14:25:05.780Z] #43 89.29   DEP      criu/autofs.d
14:25:05 [2021-06-10T14:25:05.805Z] #43 43.95   CC       images/rpc.o
14:25:06 [2021-06-10T14:25:06.025Z] #20 33.51 Selecting previously unselected package python3.
14:25:06 [2021-06-10T14:25:06.038Z] #43 89.47   DEP      criu/aio.d
14:25:06 [2021-06-10T14:25:06.284Z] #20 33.51 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24096 files and directories currently installed.)
14:25:06 [2021-06-10T14:25:06.284Z] #20 33.55 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
14:25:06 [2021-06-10T14:25:06.284Z] #20 33.57 Unpacking python3 (3.7.3-1) ...
14:25:06 [2021-06-10T14:25:06.284Z] #20 33.68 Selecting previously unselected package libip4tc0:amd64.
14:25:06 [2021-06-10T14:25:06.284Z] #20 33.69 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
14:25:06 [2021-06-10T14:25:06.284Z] #20 33.70 Unpacking libip4tc0:amd64 (1.8.2-4) ...
14:25:06 [2021-06-10T14:25:06.284Z] #20 33.79 Selecting previously unselected package libip6tc0:amd64.
14:25:06 [2021-06-10T14:25:06.296Z] #43 89.63   DEP      criu/action-scripts.d
14:25:06 [2021-06-10T14:25:06.542Z] #20 33.79 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
14:25:06 [2021-06-10T14:25:06.542Z] #20 33.81 Unpacking libip6tc0:amd64 (1.8.2-4) ...
14:25:06 [2021-06-10T14:25:06.542Z] #20 33.93 Selecting previously unselected package libiptc0:amd64.
14:25:06 [2021-06-10T14:25:06.543Z] #20 33.93 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
14:25:06 [2021-06-10T14:25:06.543Z] #20 33.93 Unpacking libiptc0:amd64 (1.8.2-4) ...
14:25:06 [2021-06-10T14:25:06.543Z] #20 34.01 Selecting previously unselected package libnfnetlink0:amd64.
14:25:06 [2021-06-10T14:25:06.543Z] #20 34.02 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
14:25:06 [2021-06-10T14:25:06.543Z] #20 34.02 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
14:25:06 [2021-06-10T14:25:06.554Z] #43 89.91   CC       criu/action-scripts.o
14:25:06 [2021-06-10T14:25:06.801Z] #20 34.09 Selecting previously unselected package libnetfilter-conntrack3:amd64.
14:25:06 [2021-06-10T14:25:06.801Z] #20 34.10 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
14:25:06 [2021-06-10T14:25:06.801Z] #20 34.10 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
14:25:06 [2021-06-10T14:25:06.801Z] #20 34.18 Selecting previously unselected package libnftnl11:amd64.
14:25:06 [2021-06-10T14:25:06.801Z] #20 34.19 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
14:25:06 [2021-06-10T14:25:06.801Z] #20 34.21 Unpacking libnftnl11:amd64 (1.1.2-2) ...
14:25:06 [2021-06-10T14:25:06.801Z] #20 34.28 Selecting previously unselected package iptables.
14:25:06 [2021-06-10T14:25:06.812Z] #43 90.31   CC       criu/aio.o
14:25:06 [2021-06-10T14:25:06.886Z] #20 42.51 Selecting previously unselected package libnet1:amd64.
14:25:06 [2021-06-10T14:25:06.886Z] #20 42.51 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
14:25:06 [2021-06-10T14:25:06.886Z] #20 42.52 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
14:25:06 [2021-06-10T14:25:06.886Z] #20 42.63 Selecting previously unselected package libnl-3-200:amd64.
14:25:06 [2021-06-10T14:25:06.886Z] #20 42.63 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ...
14:25:06 [2021-06-10T14:25:06.886Z] #20 42.64 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
14:25:06 [2021-06-10T14:25:06.886Z] #20 42.72 Selecting previously unselected package libprotobuf-c1:amd64.
14:25:06 [2021-06-10T14:25:06.886Z] #20 42.73 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
14:25:06 [2021-06-10T14:25:06.886Z] #20 42.74 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
14:25:06 [2021-06-10T14:25:06.886Z] #20 42.81 Selecting previously unselected package libreadline5:amd64.
14:25:06 [2021-06-10T14:25:06.886Z] #20 42.83 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
14:25:06 [2021-06-10T14:25:06.886Z] #20 42.84 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
14:25:06 [2021-06-10T14:25:06.886Z] #20 42.96 Selecting previously unselected package net-tools.
14:25:06 [2021-06-10T14:25:06.886Z] #20 42.97 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
14:25:06 [2021-06-10T14:25:06.886Z] #20 42.98 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
14:25:06 [2021-06-10T14:25:06.886Z] #20 43.16 Selecting previously unselected package python-pip-whl.
14:25:06 [2021-06-10T14:25:06.886Z] #20 43.19 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
14:25:06 [2021-06-10T14:25:06.886Z] #20 43.20 Unpacking python-pip-whl (18.1-5) ...
14:25:07 [2021-06-10T14:25:07.061Z] #20 34.29 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
14:25:07 [2021-06-10T14:25:07.061Z] #20 34.30 Unpacking iptables (1.8.2-4) ...
14:25:07 [2021-06-10T14:25:07.144Z] #20 43.70 Selecting previously unselected package python3-lib2to3.
14:25:07 [2021-06-10T14:25:07.181Z] #43 45.20   CC       images/ext-file.o
14:25:07 [2021-06-10T14:25:07.181Z] #43 45.47   CC       images/cgroup.o
14:25:07 [2021-06-10T14:25:07.319Z] #20 34.62 Selecting previously unselected package xxd.
14:25:07 [2021-06-10T14:25:07.319Z] #20 34.63 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
14:25:07 [2021-06-10T14:25:07.319Z] #20 34.64 Unpacking xxd (2:8.1.0875-5) ...
14:25:07 [2021-06-10T14:25:07.379Z] #43 90.80   CC       criu/autofs.o
14:25:07 [2021-06-10T14:25:07.401Z] #20 43.71 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
14:25:07 [2021-06-10T14:25:07.401Z] #20 43.72 Unpacking python3-lib2to3 (3.7.3-1) ...
14:25:07 [2021-06-10T14:25:07.578Z] #20 34.78 Selecting previously unselected package vim-common.
14:25:07 [2021-06-10T14:25:07.578Z] #20 34.78 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
14:25:07 [2021-06-10T14:25:07.578Z] #20 34.81 Unpacking vim-common (2:8.1.0875-5) ...
14:25:07 [2021-06-10T14:25:07.637Z] #43 ...
14:25:07 [2021-06-10T14:25:07.637Z] 
14:25:07 [2021-06-10T14:25:07.637Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
14:25:07 [2021-06-10T14:25:07.637Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
14:25:07 [2021-06-10T14:25:07.637Z] #20 24.49 0 upgraded, 48 newly installed, 0 to remove and 28 not upgraded.
14:25:07 [2021-06-10T14:25:07.637Z] #20 24.49 Need to get 28.5 MB of archives.
14:25:07 [2021-06-10T14:25:07.637Z] #20 24.49 After this operation, 116 MB of additional disk space will be used.
14:25:07 [2021-06-10T14:25:07.637Z] #20 24.49 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
14:25:07 [2021-06-10T14:25:07.637Z] #20 24.53 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB]
14:25:07 [2021-06-10T14:25:07.637Z] #20 24.61 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB]
14:25:07 [2021-06-10T14:25:07.637Z] #20 24.81 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
14:25:07 [2021-06-10T14:25:07.637Z] #20 24.81 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
14:25:07 [2021-06-10T14:25:07.637Z] #20 24.81 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB]
14:25:07 [2021-06-10T14:25:07.637Z] #20 24.93 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB]
14:25:07 [2021-06-10T14:25:07.637Z] #20 24.96 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
14:25:07 [2021-06-10T14:25:07.637Z] #20 24.97 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
14:25:07 [2021-06-10T14:25:07.637Z] #20 24.98 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
14:25:07 [2021-06-10T14:25:07.637Z] #20 24.98 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
14:25:07 [2021-06-10T14:25:07.637Z] #20 24.99 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
14:25:07 [2021-06-10T14:25:07.637Z] #20 25.00 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
14:25:07 [2021-06-10T14:25:07.637Z] #20 25.00 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
14:25:07 [2021-06-10T14:25:07.637Z] #20 25.00 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
14:25:07 [2021-06-10T14:25:07.637Z] #20 25.01 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
14:25:07 [2021-06-10T14:25:07.637Z] #20 25.03 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
14:25:07 [2021-06-10T14:25:07.637Z] #20 25.04 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
14:25:07 [2021-06-10T14:25:07.637Z] #20 25.06 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
14:25:07 [2021-06-10T14:25:07.637Z] #20 25.08 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
14:25:07 [2021-06-10T14:25:07.637Z] #20 25.08 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
14:25:07 [2021-06-10T14:25:07.637Z] #20 25.09 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
14:25:07 [2021-06-10T14:25:07.637Z] #20 25.13 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
14:25:07 [2021-06-10T14:25:07.637Z] #20 25.14 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
14:25:07 [2021-06-10T14:25:07.637Z] #20 25.16 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
14:25:07 [2021-06-10T14:25:07.637Z] #20 25.19 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
14:25:07 [2021-06-10T14:25:07.637Z] #20 25.19 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
14:25:07 [2021-06-10T14:25:07.637Z] #20 25.20 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
14:25:07 [2021-06-10T14:25:07.637Z] #20 25.21 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
14:25:07 [2021-06-10T14:25:07.637Z] #20 25.69 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
14:25:07 [2021-06-10T14:25:07.637Z] #20 25.71 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
14:25:07 [2021-06-10T14:25:07.637Z] #20 25.71 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
14:25:07 [2021-06-10T14:25:07.637Z] #20 25.71 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
14:25:07 [2021-06-10T14:25:07.637Z] #20 25.71 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
14:25:07 [2021-06-10T14:25:07.637Z] #20 25.72 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
14:25:07 [2021-06-10T14:25:07.637Z] #20 25.79 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
14:25:07 [2021-06-10T14:25:07.637Z] #20 25.79 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
14:25:07 [2021-06-10T14:25:07.637Z] #20 25.80 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
14:25:07 [2021-06-10T14:25:07.637Z] #20 25.81 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
14:25:07 [2021-06-10T14:25:07.638Z] #20 25.82 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
14:25:07 [2021-06-10T14:25:07.638Z] #20 25.84 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
14:25:07 [2021-06-10T14:25:07.638Z] #20 25.84 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB]
14:25:07 [2021-06-10T14:25:07.638Z] #20 25.91 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
14:25:07 [2021-06-10T14:25:07.638Z] #20 25.92 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
14:25:07 [2021-06-10T14:25:07.638Z] #20 25.94 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
14:25:07 [2021-06-10T14:25:07.638Z] #20 26.29 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
14:25:07 [2021-06-10T14:25:07.638Z] #20 26.34 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
14:25:07 [2021-06-10T14:25:07.638Z] #20 26.38 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
14:25:07 [2021-06-10T14:25:07.638Z] #20 26.95 debconf: delaying package configuration, since apt-utils is not installed
14:25:07 [2021-06-10T14:25:07.638Z] #20 27.07 Fetched 28.5 MB in 2s (13.0 MB/s)
14:25:07 [2021-06-10T14:25:07.638Z] #20 27.13 Selecting previously unselected package pigz.
14:25:07 [2021-06-10T14:25:07.638Z] #20 27.13 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23435 files and directories currently installed.)
14:25:07 [2021-06-10T14:25:07.638Z] #20 27.22 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
14:25:07 [2021-06-10T14:25:07.638Z] #20 27.22 Unpacking pigz (2.4-1) ...
14:25:07 [2021-06-10T14:25:07.638Z] #20 27.34 Selecting previously unselected package libpython3.7-minimal:amd64.
14:25:07 [2021-06-10T14:25:07.638Z] #20 27.34 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
14:25:07 [2021-06-10T14:25:07.638Z] #20 27.36 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
14:25:07 [2021-06-10T14:25:07.638Z] #20 27.77 Selecting previously unselected package python3.7-minimal.
14:25:07 [2021-06-10T14:25:07.638Z] #20 27.77 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
14:25:07 [2021-06-10T14:25:07.638Z] #20 27.78 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
14:25:07 [2021-06-10T14:25:07.638Z] #20 28.64 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
14:25:07 [2021-06-10T14:25:07.638Z] #20 28.67 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
14:25:07 [2021-06-10T14:25:07.638Z] #20 30.71 Selecting previously unselected package python3-minimal.
14:25:07 [2021-06-10T14:25:07.638Z] #20 30.71 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23684 files and directories currently installed.)
14:25:07 [2021-06-10T14:25:07.638Z] #20 30.75 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
14:25:07 [2021-06-10T14:25:07.638Z] #20 30.76 Unpacking python3-minimal (3.7.3-1) ...
14:25:07 [2021-06-10T14:25:07.657Z] #20 43.86 Selecting previously unselected package python3-distutils.
14:25:07 [2021-06-10T14:25:07.657Z] #20 43.87 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
14:25:07 [2021-06-10T14:25:07.657Z] #20 43.87 Unpacking python3-distutils (3.7.3-1) ...
14:25:07 [2021-06-10T14:25:07.657Z] #20 44.02 Selecting previously unselected package python3-pip.
14:25:07 [2021-06-10T14:25:07.657Z] #20 44.04 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
14:25:07 [2021-06-10T14:25:07.657Z] #20 44.05 Unpacking python3-pip (18.1-5) ...
14:25:07 [2021-06-10T14:25:07.748Z] #43 46.10   CC       images/userns.o
14:25:07 [2021-06-10T14:25:07.837Z] #20 34.99 Selecting previously unselected package bash-completion.
14:25:07 [2021-06-10T14:25:07.837Z] #20 35.01 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
14:25:07 [2021-06-10T14:25:07.837Z] #20 ...
14:25:07 [2021-06-10T14:25:07.837Z] 
14:25:07 [2021-06-10T14:25:07.837Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:25:07 [2021-06-10T14:25:07.837Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:25:07 [2021-06-10T14:25:07.837Z] #43 86.70   DEP      criu/clone-noasan.d
14:25:07 [2021-06-10T14:25:07.837Z] #43 86.89   DEP      criu/cgroup.d
14:25:07 [2021-06-10T14:25:07.837Z] #43 87.21   DEP      criu/cgroup-props.d
14:25:07 [2021-06-10T14:25:07.837Z] #43 87.44   DEP      criu/bitmap.d
14:25:07 [2021-06-10T14:25:07.837Z] #43 87.47   DEP      criu/bfd.d
14:25:07 [2021-06-10T14:25:07.837Z] #43 87.66   DEP      criu/autofs.d
14:25:07 [2021-06-10T14:25:07.837Z] #43 87.79   DEP      criu/aio.d
14:25:07 [2021-06-10T14:25:07.837Z] #43 87.91   DEP      criu/action-scripts.d
14:25:07 [2021-06-10T14:25:07.837Z] #43 88.16   CC       criu/action-scripts.o
14:25:07 [2021-06-10T14:25:07.837Z] #43 88.58   CC       criu/aio.o
14:25:07 [2021-06-10T14:25:07.837Z] #43 88.95   CC       criu/autofs.o
14:25:07 [2021-06-10T14:25:07.837Z] #43 90.56   CC       criu/bfd.o
14:25:07 [2021-06-10T14:25:07.837Z] #43 91.10   CC       criu/bitmap.o
14:25:07 [2021-06-10T14:25:07.837Z] #43 91.26   CC       criu/cgroup-props.o
14:25:07 [2021-06-10T14:25:07.837Z] #43 92.03   CC       criu/cgroup.o
14:25:07 [2021-06-10T14:25:07.837Z] #43 94.74   CC       criu/clone-noasan.o
14:25:07 [2021-06-10T14:25:07.837Z] #43 94.96   CC       criu/config.o
14:25:07 [2021-06-10T14:25:07.837Z] #43 96.24   CC       criu/cr-check.o
14:25:07 [2021-06-10T14:25:07.896Z] #20 30.86 Selecting previously unselected package libmpdec2:amd64.
14:25:07 [2021-06-10T14:25:07.896Z] #20 30.86 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
14:25:07 [2021-06-10T14:25:07.896Z] #20 30.87 Unpacking libmpdec2:amd64 (2.4.2-2) ...
14:25:07 [2021-06-10T14:25:07.896Z] #20 31.00 Selecting previously unselected package libpython3.7-stdlib:amd64.
14:25:07 [2021-06-10T14:25:07.896Z] #20 31.00 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ...
14:25:07 [2021-06-10T14:25:07.896Z] #20 31.01 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
14:25:07 [2021-06-10T14:25:07.914Z] #20 44.22 Selecting previously unselected package python3-pkg-resources.
14:25:07 [2021-06-10T14:25:07.914Z] #20 44.23 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
14:25:07 [2021-06-10T14:25:07.914Z] #20 44.24 Unpacking python3-pkg-resources (40.8.0-1) ...
14:25:08 [2021-06-10T14:25:08.007Z] #43 46.40   CC       images/google/protobuf/descriptor.o
14:25:08 [2021-06-10T14:25:08.170Z] #20 44.37 Selecting previously unselected package python3-setuptools.
14:25:08 [2021-06-10T14:25:08.170Z] #20 44.38 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
14:25:08 [2021-06-10T14:25:08.170Z] #20 44.39 Unpacking python3-setuptools (40.8.0-1) ...
14:25:08 [2021-06-10T14:25:08.427Z] #20 44.66 Selecting previously unselected package python3-wheel.
14:25:08 [2021-06-10T14:25:08.427Z] #20 44.66 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
14:25:08 [2021-06-10T14:25:08.427Z] #20 44.67 Unpacking python3-wheel (0.32.3-2) ...
14:25:08 [2021-06-10T14:25:08.427Z] #20 44.78 Selecting previously unselected package sudo.
14:25:08 [2021-06-10T14:25:08.427Z] #20 44.79 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ...
14:25:08 [2021-06-10T14:25:08.427Z] #20 44.80 Unpacking sudo (1.8.27-1+deb10u3) ...
14:25:08 [2021-06-10T14:25:08.832Z] #20 31.91 Selecting previously unselected package python3.7.
14:25:08 [2021-06-10T14:25:08.832Z] #20 31.93 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ...
14:25:08 [2021-06-10T14:25:08.832Z] #20 31.94 Unpacking python3.7 (3.7.3-2+deb10u3) ...
14:25:08 [2021-06-10T14:25:08.990Z] #20 45.40 Selecting previously unselected package thin-provisioning-tools.
14:25:08 [2021-06-10T14:25:08.990Z] #20 45.40 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
14:25:08 [2021-06-10T14:25:08.990Z] #20 45.41 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
14:25:09 [2021-06-10T14:25:09.091Z] #20 32.06 Selecting previously unselected package libpython3-stdlib:amd64.
14:25:09 [2021-06-10T14:25:09.091Z] #20 32.06 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
14:25:09 [2021-06-10T14:25:09.091Z] #20 32.08 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
14:25:09 [2021-06-10T14:25:09.091Z] #20 32.20 Setting up python3-minimal (3.7.3-1) ...
14:25:09 [2021-06-10T14:25:09.214Z] #43 97.84   CC       criu/cr-dedup.o
14:25:09 [2021-06-10T14:25:09.214Z] #43 98.23   CC       criu/cr-dump.o
14:25:09 [2021-06-10T14:25:09.256Z] #20 45.66 Selecting previously unselected package uidmap.
14:25:09 [2021-06-10T14:25:09.256Z] #20 45.66 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ...
14:25:09 [2021-06-10T14:25:09.256Z] #20 45.67 Unpacking uidmap (1:4.5-1.1) ...
14:25:09 [2021-06-10T14:25:09.513Z] #20 45.78 Selecting previously unselected package vim-runtime.
14:25:09 [2021-06-10T14:25:09.513Z] #20 45.79 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
14:25:09 [2021-06-10T14:25:09.513Z] #20 45.84 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
14:25:09 [2021-06-10T14:25:09.513Z] #20 45.87 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
14:25:09 [2021-06-10T14:25:09.513Z] #20 45.87 Unpacking vim-runtime (2:8.1.0875-5) ...
14:25:09 [2021-06-10T14:25:09.513Z] #20 ...
14:25:09 [2021-06-10T14:25:09.513Z] 
14:25:09 [2021-06-10T14:25:09.513Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:25:09 [2021-06-10T14:25:09.513Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:25:09 [2021-06-10T14:25:09.513Z] #43 100.2   CC       criu/cr-errno.o
14:25:09 [2021-06-10T14:25:09.513Z] #43 100.3   CC       criu/cr-restore.o
14:25:09 [2021-06-10T14:25:09.513Z] #43 104.9   CC       criu/cr-service.o
14:25:09 [2021-06-10T14:25:09.513Z] #43 106.4   CC       criu/crtools.o
14:25:09 [2021-06-10T14:25:09.513Z] #43 107.1   CC       criu/eventfd.o
14:25:09 [2021-06-10T14:25:09.513Z] #43 107.4   CC       criu/eventpoll.o
14:25:09 [2021-06-10T14:25:09.513Z] #43 108.3   CC       criu/external.o
14:25:09 [2021-06-10T14:25:09.513Z] #43 108.6   CC       criu/fault-injection.o
14:25:09 [2021-06-10T14:25:09.513Z] #43 108.7   CC       criu/fdstore.o
14:25:09 [2021-06-10T14:25:09.513Z] #43 109.0   CC       criu/fifo.o
14:25:09 [2021-06-10T14:25:09.513Z] #43 109.5   CC       criu/file-ids.o
14:25:09 [2021-06-10T14:25:09.513Z] #43 109.8   CC       criu/file-lock.o
14:25:10 [2021-06-10T14:25:10.026Z] #20 33.07 Selecting previously unselected package python3.
14:25:10 [2021-06-10T14:25:10.026Z] #20 33.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 ... 24096 files and directories currently installed.)
14:25:10 [2021-06-10T14:25:10.026Z] #20 33.13 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
14:25:10 [2021-06-10T14:25:10.026Z] #20 33.15 Unpacking python3 (3.7.3-1) ...
14:25:10 [2021-06-10T14:25:10.077Z] #43 110.7   CC       criu/files-ext.o
14:25:10 [2021-06-10T14:25:10.284Z] #20 33.23 Selecting previously unselected package libip4tc0:amd64.
14:25:10 [2021-06-10T14:25:10.284Z] #20 33.25 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
14:25:10 [2021-06-10T14:25:10.284Z] #20 33.26 Unpacking libip4tc0:amd64 (1.8.2-4) ...
14:25:10 [2021-06-10T14:25:10.284Z] #20 33.34 Selecting previously unselected package libip6tc0:amd64.
14:25:10 [2021-06-10T14:25:10.284Z] #20 33.35 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
14:25:10 [2021-06-10T14:25:10.284Z] #20 33.37 Unpacking libip6tc0:amd64 (1.8.2-4) ...
14:25:10 [2021-06-10T14:25:10.284Z] #20 33.46 Selecting previously unselected package libiptc0:amd64.
14:25:10 [2021-06-10T14:25:10.284Z] #20 33.47 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
14:25:10 [2021-06-10T14:25:10.284Z] #20 33.48 Unpacking libiptc0:amd64 (1.8.2-4) ...
14:25:10 [2021-06-10T14:25:10.284Z] #20 33.57 Selecting previously unselected package libnfnetlink0:amd64.
14:25:10 [2021-06-10T14:25:10.334Z] #43 111.0   CC       criu/files-reg.o
14:25:10 [2021-06-10T14:25:10.542Z] #20 33.57 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
14:25:10 [2021-06-10T14:25:10.542Z] #20 33.58 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
14:25:10 [2021-06-10T14:25:10.542Z] #20 33.65 Selecting previously unselected package libnetfilter-conntrack3:amd64.
14:25:10 [2021-06-10T14:25:10.542Z] #20 33.67 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
14:25:10 [2021-06-10T14:25:10.542Z] #20 33.67 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
14:25:10 [2021-06-10T14:25:10.542Z] #20 33.76 Selecting previously unselected package libnftnl11:amd64.
14:25:10 [2021-06-10T14:25:10.542Z] #20 33.76 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
14:25:10 [2021-06-10T14:25:10.542Z] #20 33.77 Unpacking libnftnl11:amd64 (1.1.2-2) ...
14:25:10 [2021-06-10T14:25:10.544Z] #43 48.26   CC       images/opts.o
14:25:10 [2021-06-10T14:25:10.544Z] #43 48.51   CC       images/seccomp.o
14:25:10 [2021-06-10T14:25:10.544Z] #43 48.84   CC       images/binfmt-misc.o
14:25:10 [2021-06-10T14:25:10.591Z] #43 ...
14:25:10 [2021-06-10T14:25:10.591Z] 
14:25:10 [2021-06-10T14:25:10.591Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
14:25:10 [2021-06-10T14:25:10.591Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
14:25:10 [2021-06-10T14:25:10.591Z] #20 37.77 Unpacking bash-completion (1:2.8-6) ...
14:25:10 [2021-06-10T14:25:10.800Z] #20 33.87 Selecting previously unselected package iptables.
14:25:10 [2021-06-10T14:25:10.800Z] #20 33.87 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
14:25:10 [2021-06-10T14:25:10.800Z] #20 33.88 Unpacking iptables (1.8.2-4) ...
14:25:10 [2021-06-10T14:25:10.803Z] #43 49.05   CC       images/time.o
14:25:10 [2021-06-10T14:25:10.850Z] #20 38.25 Selecting previously unselected package bzip2.
14:25:10 [2021-06-10T14:25:10.850Z] #20 38.25 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
14:25:10 [2021-06-10T14:25:10.850Z] #20 38.28 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
14:25:11 [2021-06-10T14:25:11.061Z] #20 34.22 Selecting previously unselected package xxd.
14:25:11 [2021-06-10T14:25:11.066Z] #43 49.29   CC       images/sysctl.o
14:25:11 [2021-06-10T14:25:11.066Z] #43 49.48   CC       images/autofs.o
14:25:11 [2021-06-10T14:25:11.109Z] #20 38.37 Selecting previously unselected package xz-utils.
14:25:11 [2021-06-10T14:25:11.109Z] #20 38.39 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ...
14:25:11 [2021-06-10T14:25:11.109Z] #20 38.40 Unpacking xz-utils (5.2.4-1) ...
14:25:11 [2021-06-10T14:25:11.320Z] #20 34.24 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
14:25:11 [2021-06-10T14:25:11.320Z] #20 34.26 Unpacking xxd (2:8.1.0875-5) ...
14:25:11 [2021-06-10T14:25:11.320Z] #20 34.39 Selecting previously unselected package vim-common.
14:25:11 [2021-06-10T14:25:11.320Z] #20 34.40 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
14:25:11 [2021-06-10T14:25:11.320Z] #20 34.43 Unpacking vim-common (2:8.1.0875-5) ...
14:25:11 [2021-06-10T14:25:11.368Z] #20 38.70 Selecting previously unselected package apparmor.
14:25:11 [2021-06-10T14:25:11.368Z] #20 38.71 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ...
14:25:11 [2021-06-10T14:25:11.579Z] #20 34.57 Selecting previously unselected package bash-completion.
14:25:11 [2021-06-10T14:25:11.579Z] #20 34.57 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
14:25:11 [2021-06-10T14:25:11.628Z] #20 38.78 Unpacking apparmor (2.13.2-10) ...
14:25:11 [2021-06-10T14:25:11.634Z] #43 49.73   CC       images/macvlan.o
14:25:11 [2021-06-10T14:25:11.634Z] #43 49.93   CC       images/sit.o
14:25:11 [2021-06-10T14:25:11.888Z] #20 39.13 Selecting previously unselected package aufs-tools.
14:25:11 [2021-06-10T14:25:11.888Z] #20 39.13 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
14:25:11 [2021-06-10T14:25:11.888Z] #20 39.14 Unpacking aufs-tools (1:4.14+20190211-1) ...
14:25:11 [2021-06-10T14:25:11.888Z] #20 39.28 Selecting previously unselected package libonig5:amd64.
14:25:11 [2021-06-10T14:25:11.888Z] #20 39.28 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ...
14:25:11 [2021-06-10T14:25:11.888Z] #20 39.29 Unpacking libonig5:amd64 (6.9.1-1) ...
14:25:11 [2021-06-10T14:25:11.894Z] #43 50.21   CC       images/memfd.o
14:25:12 [2021-06-10T14:25:12.148Z] #20 39.44 Selecting previously unselected package libjq1:amd64.
14:25:12 [2021-06-10T14:25:12.148Z] #20 39.47 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ...
14:25:12 [2021-06-10T14:25:12.148Z] #20 39.48 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
14:25:12 [2021-06-10T14:25:12.153Z] #43 50.48   CC       images/timens.o
14:25:12 [2021-06-10T14:25:12.227Z] #43 113.0   CC       criu/files.o
14:25:12 [2021-06-10T14:25:12.407Z] #20 39.62 Selecting previously unselected package jq.
14:25:12 [2021-06-10T14:25:12.407Z] #20 39.64 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ...
14:25:12 [2021-06-10T14:25:12.407Z] #20 39.64 Unpacking jq (1.5+dfsg-2+b1) ...
14:25:12 [2021-06-10T14:25:12.407Z] #20 39.74 Selecting previously unselected package libaio1:amd64.
14:25:12 [2021-06-10T14:25:12.407Z] #20 39.76 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ...
14:25:12 [2021-06-10T14:25:12.407Z] #20 39.76 Unpacking libaio1:amd64 (0.3.112-3) ...
14:25:12 [2021-06-10T14:25:12.407Z] #20 39.83 Selecting previously unselected package libgpm2:amd64.
14:25:12 [2021-06-10T14:25:12.407Z] #20 39.84 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ...
14:25:12 [2021-06-10T14:25:12.407Z] #20 39.85 Unpacking libgpm2:amd64 (1.20.7-5) ...
14:25:12 [2021-06-10T14:25:12.407Z] #20 39.93 Selecting previously unselected package libicu63:amd64.
14:25:12 [2021-06-10T14:25:12.407Z] #20 39.94 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ...
14:25:12 [2021-06-10T14:25:12.666Z] #20 39.95 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
14:25:12 [2021-06-10T14:25:12.720Z] #43 50.80   LINK     images/built-in.o
14:25:12 [2021-06-10T14:25:12.720Z] #43 51.00   GEN      compel/include/asm
14:25:12 [2021-06-10T14:25:12.720Z] #43 51.02   GEN      compel/include/version.h
14:25:12 [2021-06-10T14:25:12.720Z] #43 51.05 touch .config
14:25:12 [2021-06-10T14:25:12.791Z] #43 ...
14:25:12 [2021-06-10T14:25:12.791Z] 
14:25:12 [2021-06-10T14:25:12.791Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
14:25:12 [2021-06-10T14:25:12.791Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
14:25:12 [2021-06-10T14:25:12.791Z] #20 49.20 Selecting previously unselected package vim.
14:25:12 [2021-06-10T14:25:12.791Z] #20 49.21 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ...
14:25:12 [2021-06-10T14:25:12.791Z] #20 49.24 Unpacking vim (2:8.1.0875-5) ...
14:25:12 [2021-06-10T14:25:12.979Z] #43 51.11   GEN      include/common/config.h
14:25:12 [2021-06-10T14:25:12.979Z] #43 51.21   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
14:25:12 [2021-06-10T14:25:12.979Z] #43 51.23   GEN      compel/plugins/include/uapi/std/syscall-64.h
14:25:12 [2021-06-10T14:25:12.979Z] #43 51.26   GEN      compel/arch/x86/plugins/std/syscalls-64.S
14:25:12 [2021-06-10T14:25:12.979Z] #43 51.27   DEP      compel/arch/x86/plugins/std/syscalls-64.d
14:25:12 [2021-06-10T14:25:12.979Z] #43 51.30   DEP      compel/arch/x86/plugins/std/memcpy.d
14:25:13 [2021-06-10T14:25:13.238Z] #43 51.31   DEP      compel/arch/x86/plugins/std/parasite-head.d
14:25:13 [2021-06-10T14:25:13.238Z] #43 51.34   GEN      compel/plugins/include/uapi/std/syscall.h
14:25:13 [2021-06-10T14:25:13.238Z] #43 51.39   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
14:25:13 [2021-06-10T14:25:13.238Z] #43 51.39   GEN      compel/plugins/include/uapi/std/syscall-codes.h
14:25:13 [2021-06-10T14:25:13.238Z] #43 51.43   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
14:25:13 [2021-06-10T14:25:13.238Z] #43 ...
14:25:13 [2021-06-10T14:25:13.238Z] 
14:25:13 [2021-06-10T14:25:13.238Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:25:13 [2021-06-10T14:25:13.238Z] #45 sha256:9c2594a10bf51cf229550215f6c8f4e21f529ca0adeb1d37afd998bc86f768ee
14:25:13 [2021-06-10T14:25:13.238Z] #45 115.3 vendor/golang.org/x/net/http2/hpack
14:25:13 [2021-06-10T14:25:13.238Z] #45 116.4 mime
14:25:13 [2021-06-10T14:25:13.238Z] #45 118.0 mime/quotedprintable
14:25:13 [2021-06-10T14:25:13.238Z] #45 118.3 net/http/internal
14:25:13 [2021-06-10T14:25:13.238Z] #45 122.9 net/textproto
14:25:13 [2021-06-10T14:25:13.238Z] #45 122.9 crypto/x509
14:25:13 [2021-06-10T14:25:13.238Z] #45 124.2 vendor/golang.org/x/net/http/httpguts
14:25:13 [2021-06-10T14:25:13.238Z] #45 124.5 vendor/golang.org/x/net/http/httpproxy
14:25:13 [2021-06-10T14:25:13.238Z] #45 125.3 mime/multipart
14:25:13 [2021-06-10T14:25:13.238Z] #45 ...
14:25:13 [2021-06-10T14:25:13.238Z] 
14:25:13 [2021-06-10T14:25:13.238Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:25:13 [2021-06-10T14:25:13.238Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:25:13 [2021-06-10T14:25:13.238Z] #43 51.44   DEP      compel/plugins/std/infect.d
14:25:13 [2021-06-10T14:25:13.354Z] #20 49.74 Selecting previously unselected package xfsprogs.
14:25:13 [2021-06-10T14:25:13.354Z] #20 49.75 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ...
14:25:13 [2021-06-10T14:25:13.354Z] #20 49.76 Unpacking xfsprogs (4.20.0-1) ...
14:25:13 [2021-06-10T14:25:13.497Z] #43 51.59   DEP      compel/plugins/std/string.d
14:25:13 [2021-06-10T14:25:13.497Z] #43 51.74   DEP      compel/plugins/std/log.d
14:25:13 [2021-06-10T14:25:13.756Z] #43 51.89   DEP      compel/plugins/std/fds.d
14:25:13 [2021-06-10T14:25:13.756Z] #43 52.04   DEP      compel/plugins/std/std.d
14:25:13 [2021-06-10T14:25:13.918Z] #20 50.23 Selecting previously unselected package zip.
14:25:13 [2021-06-10T14:25:13.918Z] #20 50.24 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ...
14:25:13 [2021-06-10T14:25:13.918Z] #20 50.25 Unpacking zip (3.0-11+b1) ...
14:25:14 [2021-06-10T14:25:14.014Z] #43 52.21   DEP      compel/plugins/shmem/shmem.d
14:25:14 [2021-06-10T14:25:14.014Z] #43 52.33   DEP      compel/plugins/fds/fds.d
14:25:14 [2021-06-10T14:25:14.174Z] #20 50.49 Setting up aufs-tools (1:4.14+20190211-1) ...
14:25:14 [2021-06-10T14:25:14.174Z] #20 50.51 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
14:25:14 [2021-06-10T14:25:14.174Z] #20 50.52 Setting up libip6tc0:amd64 (1.8.2-4) ...
14:25:14 [2021-06-10T14:25:14.174Z] #20 50.53 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
14:25:14 [2021-06-10T14:25:14.174Z] #20 50.55 Setting up libgpm2:amd64 (1.20.7-5) ...
14:25:14 [2021-06-10T14:25:14.174Z] #20 50.56 Setting up libip4tc0:amd64 (1.8.2-4) ...
14:25:14 [2021-06-10T14:25:14.174Z] #20 50.57 Setting up uidmap (1:4.5-1.1) ...
14:25:14 [2021-06-10T14:25:14.174Z] #20 50.58 Setting up libnftnl11:amd64 (1.1.2-2) ...
14:25:14 [2021-06-10T14:25:14.174Z] #20 50.63 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
14:25:14 [2021-06-10T14:25:14.273Z] #43 52.55   CC       compel/plugins/std/std.o
14:25:14 [2021-06-10T14:25:14.372Z] #20 37.39 Unpacking bash-completion (1:2.8-6) ...
14:25:14 [2021-06-10T14:25:14.431Z] #20 50.64 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
14:25:14 [2021-06-10T14:25:14.431Z] #20 50.66 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
14:25:14 [2021-06-10T14:25:14.431Z] #20 50.68 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
14:25:14 [2021-06-10T14:25:14.431Z] #20 50.69 Setting up xxd (2:8.1.0875-5) ...
14:25:14 [2021-06-10T14:25:14.431Z] #20 50.71 Setting up zip (3.0-11+b1) ...
14:25:14 [2021-06-10T14:25:14.431Z] #20 50.72 Setting up vim-common (2:8.1.0875-5) ...
14:25:14 [2021-06-10T14:25:14.431Z] #20 50.76 Setting up bash-completion (1:2.8-6) ...
14:25:14 [2021-06-10T14:25:14.532Z] #43 52.90   CC       compel/plugins/std/fds.o
14:25:14 [2021-06-10T14:25:14.631Z] #20 37.77 Selecting previously unselected package bzip2.
14:25:14 [2021-06-10T14:25:14.631Z] #20 37.78 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
14:25:14 [2021-06-10T14:25:14.631Z] #20 37.78 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
14:25:14 [2021-06-10T14:25:14.791Z] #43 ...
14:25:14 [2021-06-10T14:25:14.791Z] 
14:25:14 [2021-06-10T14:25:14.791Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:25:14 [2021-06-10T14:25:14.791Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:25:14 [2021-06-10T14:25:14.791Z] #13 113.6 Selecting previously unselected package g++-mingw-w64-x86-64.
14:25:14 [2021-06-10T14:25:14.791Z] #13 113.6 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
14:25:14 [2021-06-10T14:25:14.791Z] #13 113.6 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
14:25:14 [2021-06-10T14:25:14.889Z] #20 37.87 Selecting previously unselected package xz-utils.
14:25:14 [2021-06-10T14:25:14.889Z] #20 37.87 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ...
14:25:14 [2021-06-10T14:25:14.889Z] #20 37.88 Unpacking xz-utils (5.2.4-1) ...
14:25:14 [2021-06-10T14:25:14.889Z] #20 38.11 Selecting previously unselected package apparmor.
14:25:15 [2021-06-10T14:25:15.050Z] #13 ...
14:25:15 [2021-06-10T14:25:15.050Z] 
14:25:15 [2021-06-10T14:25:15.050Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:25:15 [2021-06-10T14:25:15.050Z] #45 sha256:9c2594a10bf51cf229550215f6c8f4e21f529ca0adeb1d37afd998bc86f768ee
14:25:15 [2021-06-10T14:25:15.050Z] #45 127.4 crypto/tls
14:25:15 [2021-06-10T14:25:15.148Z] #20 38.12 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ...
14:25:15 [2021-06-10T14:25:15.148Z] #20 38.21 Unpacking apparmor (2.13.2-10) ...
14:25:15 [2021-06-10T14:25:15.405Z] #20 38.53 Selecting previously unselected package aufs-tools.
14:25:15 [2021-06-10T14:25:15.405Z] #20 38.53 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
14:25:15 [2021-06-10T14:25:15.405Z] #20 38.53 Unpacking aufs-tools (1:4.14+20190211-1) ...
14:25:15 [2021-06-10T14:25:15.664Z] #20 38.66 Selecting previously unselected package libonig5:amd64.
14:25:15 [2021-06-10T14:25:15.664Z] #20 38.67 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ...
14:25:15 [2021-06-10T14:25:15.664Z] #20 38.67 Unpacking libonig5:amd64 (6.9.1-1) ...
14:25:15 [2021-06-10T14:25:15.664Z] #20 38.82 Selecting previously unselected package libjq1:amd64.
14:25:15 [2021-06-10T14:25:15.664Z] #20 38.83 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ...
14:25:15 [2021-06-10T14:25:15.664Z] #20 38.83 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
14:25:15 [2021-06-10T14:25:15.922Z] #20 38.94 Selecting previously unselected package jq.
14:25:15 [2021-06-10T14:25:15.922Z] #20 38.94 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ...
14:25:15 [2021-06-10T14:25:15.922Z] #20 38.95 Unpacking jq (1.5+dfsg-2+b1) ...
14:25:15 [2021-06-10T14:25:15.922Z] #20 39.03 Selecting previously unselected package libaio1:amd64.
14:25:15 [2021-06-10T14:25:15.922Z] #20 39.03 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ...
14:25:15 [2021-06-10T14:25:15.922Z] #20 39.04 Unpacking libaio1:amd64 (0.3.112-3) ...
14:25:15 [2021-06-10T14:25:15.922Z] #20 39.10 Selecting previously unselected package libgpm2:amd64.
14:25:15 [2021-06-10T14:25:15.922Z] #20 39.11 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ...
14:25:15 [2021-06-10T14:25:15.922Z] #20 39.12 Unpacking libgpm2:amd64 (1.20.7-5) ...
14:25:16 [2021-06-10T14:25:16.181Z] #20 39.20 Selecting previously unselected package libicu63:amd64.
14:25:16 [2021-06-10T14:25:16.181Z] #20 39.21 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ...
14:25:16 [2021-06-10T14:25:16.181Z] #20 39.21 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
14:25:16 [2021-06-10T14:25:16.855Z] #20 43.44 Selecting previously unselected package libnet1:amd64.
14:25:16 [2021-06-10T14:25:16.855Z] #20 43.46 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
14:25:16 [2021-06-10T14:25:16.855Z] #20 43.47 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
14:25:16 [2021-06-10T14:25:16.855Z] #20 43.58 Selecting previously unselected package libnl-3-200:amd64.
14:25:16 [2021-06-10T14:25:16.855Z] #20 43.59 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ...
14:25:16 [2021-06-10T14:25:16.855Z] #20 43.60 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
14:25:16 [2021-06-10T14:25:16.855Z] #20 43.69 Selecting previously unselected package libprotobuf-c1:amd64.
14:25:16 [2021-06-10T14:25:16.855Z] #20 43.69 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
14:25:16 [2021-06-10T14:25:16.855Z] #20 43.71 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
14:25:16 [2021-06-10T14:25:16.855Z] #20 43.77 Selecting previously unselected package libreadline5:amd64.
14:25:16 [2021-06-10T14:25:16.855Z] #20 43.79 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
14:25:16 [2021-06-10T14:25:16.855Z] #20 43.80 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
14:25:16 [2021-06-10T14:25:16.855Z] #20 43.92 Selecting previously unselected package net-tools.
14:25:16 [2021-06-10T14:25:16.855Z] #20 43.93 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
14:25:16 [2021-06-10T14:25:16.855Z] #20 43.95 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
14:25:16 [2021-06-10T14:25:16.855Z] #20 44.17 Selecting previously unselected package python-pip-whl.
14:25:16 [2021-06-10T14:25:16.855Z] #20 44.17 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
14:25:16 [2021-06-10T14:25:16.855Z] #20 44.18 Unpacking python-pip-whl (18.1-5) ...
14:25:17 [2021-06-10T14:25:17.792Z] #20 44.96 Selecting previously unselected package python3-lib2to3.
14:25:17 [2021-06-10T14:25:17.792Z] #20 44.96 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
14:25:17 [2021-06-10T14:25:17.792Z] #20 45.04 Unpacking python3-lib2to3 (3.7.3-1) ...
14:25:17 [2021-06-10T14:25:17.792Z] #20 45.21 Selecting previously unselected package python3-distutils.
14:25:17 [2021-06-10T14:25:17.792Z] #20 45.23 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
14:25:17 [2021-06-10T14:25:17.792Z] #20 45.24 Unpacking python3-distutils (3.7.3-1) ...
14:25:17 [2021-06-10T14:25:17.814Z] #20 53.73 Setting up libiptc0:amd64 (1.8.2-4) ...
14:25:17 [2021-06-10T14:25:17.814Z] #20 53.74 Setting up xz-utils (5.2.4-1) ...
14:25:17 [2021-06-10T14:25:17.814Z] #20 53.77 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
14:25:17 [2021-06-10T14:25:17.814Z] #20 53.78 Setting up sudo (1.8.27-1+deb10u3) ...
14:25:17 [2021-06-10T14:25:17.814Z] #20 53.87 invoke-rc.d: could not determine current runlevel
14:25:17 [2021-06-10T14:25:17.814Z] #20 53.88 invoke-rc.d: policy-rc.d denied execution of start.
14:25:17 [2021-06-10T14:25:17.814Z] #20 53.89 Setting up pigz (2.4-1) ...
14:25:17 [2021-06-10T14:25:17.814Z] #20 53.91 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
14:25:17 [2021-06-10T14:25:17.814Z] #20 53.92 Setting up libnl-3-200:amd64 (3.4.0-1) ...
14:25:17 [2021-06-10T14:25:17.814Z] #20 53.94 Setting up python-pip-whl (18.1-5) ...
14:25:17 [2021-06-10T14:25:17.814Z] #20 53.95 Setting up libmpdec2:amd64 (2.4.2-2) ...
14:25:17 [2021-06-10T14:25:17.814Z] #20 53.97 Setting up vim-runtime (2:8.1.0875-5) ...
14:25:18 [2021-06-10T14:25:18.051Z] #20 45.38 Selecting previously unselected package python3-pip.
14:25:18 [2021-06-10T14:25:18.051Z] #20 45.40 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
14:25:18 [2021-06-10T14:25:18.051Z] #20 45.41 Unpacking python3-pip (18.1-5) ...
14:25:18 [2021-06-10T14:25:18.075Z] #20 54.41 Setting up libaio1:amd64 (0.3.112-3) ...
14:25:18 [2021-06-10T14:25:18.075Z] #20 54.43 Setting up libonig5:amd64 (6.9.1-1) ...
14:25:18 [2021-06-10T14:25:18.075Z] #20 54.44 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
14:25:18 [2021-06-10T14:25:18.075Z] #20 54.46 Setting up vim (2:8.1.0875-5) ...
14:25:18 [2021-06-10T14:25:18.075Z] #20 54.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
14:25:18 [2021-06-10T14:25:18.075Z] #20 54.48 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
14:25:18 [2021-06-10T14:25:18.075Z] #20 54.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
14:25:18 [2021-06-10T14:25:18.075Z] #20 54.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
14:25:18 [2021-06-10T14:25:18.075Z] #20 54.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
14:25:18 [2021-06-10T14:25:18.075Z] #20 54.50 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
14:25:18 [2021-06-10T14:25:18.075Z] #20 54.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
14:25:18 [2021-06-10T14:25:18.075Z] #20 54.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
14:25:18 [2021-06-10T14:25:18.075Z] #20 54.54 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
14:25:18 [2021-06-10T14:25:18.309Z] #20 45.61 Selecting previously unselected package python3-pkg-resources.
14:25:18 [2021-06-10T14:25:18.309Z] #20 45.62 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
14:25:18 [2021-06-10T14:25:18.309Z] #20 45.63 Unpacking python3-pkg-resources (40.8.0-1) ...
14:25:18 [2021-06-10T14:25:18.333Z] #20 54.55 Setting up thin-provisioning-tools (0.7.6-2.1) ...
14:25:18 [2021-06-10T14:25:18.333Z] #20 54.57 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
14:25:18 [2021-06-10T14:25:18.333Z] #20 54.58 Setting up jq (1.5+dfsg-2+b1) ...
14:25:18 [2021-06-10T14:25:18.333Z] #20 54.60 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
14:25:18 [2021-06-10T14:25:18.333Z] #20 54.61 Setting up python3.7 (3.7.3-2+deb10u3) ...
14:25:18 [2021-06-10T14:25:18.568Z] #20 45.84 Selecting previously unselected package python3-setuptools.
14:25:18 [2021-06-10T14:25:18.568Z] #20 45.84 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
14:25:18 [2021-06-10T14:25:18.568Z] #20 45.85 Unpacking python3-setuptools (40.8.0-1) ...
14:25:18 [2021-06-10T14:25:18.826Z] #20 46.10 Selecting previously unselected package python3-wheel.
14:25:18 [2021-06-10T14:25:18.826Z] #20 46.12 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
14:25:18 [2021-06-10T14:25:18.826Z] #20 46.12 Unpacking python3-wheel (0.32.3-2) ...
14:25:18 [2021-06-10T14:25:18.826Z] #20 46.24 Selecting previously unselected package sudo.
14:25:18 [2021-06-10T14:25:18.826Z] #20 46.25 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ...
14:25:18 [2021-06-10T14:25:18.826Z] #20 46.26 Unpacking sudo (1.8.27-1+deb10u3) ...
14:25:19 [2021-06-10T14:25:19.394Z] #20 46.79 Selecting previously unselected package thin-provisioning-tools.
14:25:19 [2021-06-10T14:25:19.394Z] #20 46.79 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
14:25:19 [2021-06-10T14:25:19.394Z] #20 46.80 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
14:25:19 [2021-06-10T14:25:19.471Z] #20 ...
14:25:19 [2021-06-10T14:25:19.471Z] 
14:25:19 [2021-06-10T14:25:19.471Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:25:19 [2021-06-10T14:25:19.471Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:25:19 [2021-06-10T14:25:19.471Z] #43 92.26   CC       criu/bfd.o
14:25:19 [2021-06-10T14:25:19.471Z] #43 92.77   CC       criu/bitmap.o
14:25:19 [2021-06-10T14:25:19.471Z] #43 92.94   CC       criu/cgroup-props.o
14:25:19 [2021-06-10T14:25:19.471Z] #43 93.58   CC       criu/cgroup.o
14:25:19 [2021-06-10T14:25:19.471Z] #43 96.37   CC       criu/clone-noasan.o
14:25:19 [2021-06-10T14:25:19.471Z] #43 96.57   CC       criu/config.o
14:25:19 [2021-06-10T14:25:19.471Z] #43 97.93   CC       criu/cr-check.o
14:25:19 [2021-06-10T14:25:19.471Z] #43 99.62   CC       criu/cr-dedup.o
14:25:19 [2021-06-10T14:25:19.471Z] #43 100.1   CC       criu/cr-dump.o
14:25:19 [2021-06-10T14:25:19.471Z] #43 102.3   CC       criu/cr-errno.o
14:25:19 [2021-06-10T14:25:19.471Z] #43 102.4   CC       criu/cr-restore.o
14:25:19 [2021-06-10T14:25:19.653Z] #20 47.06 Selecting previously unselected package uidmap.
14:25:19 [2021-06-10T14:25:19.653Z] #20 47.08 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ...
14:25:19 [2021-06-10T14:25:19.653Z] #20 47.09 Unpacking uidmap (1:4.5-1.1) ...
14:25:19 [2021-06-10T14:25:19.912Z] #20 47.20 Selecting previously unselected package vim-runtime.
14:25:19 [2021-06-10T14:25:19.912Z] #20 47.21 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
14:25:19 [2021-06-10T14:25:19.912Z] #20 47.24 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
14:25:19 [2021-06-10T14:25:19.912Z] #20 47.28 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
14:25:19 [2021-06-10T14:25:19.912Z] #20 47.29 Unpacking vim-runtime (2:8.1.0875-5) ...
14:25:20 [2021-06-10T14:25:20.038Z] #43 ...
14:25:20 [2021-06-10T14:25:20.038Z] 
14:25:20 [2021-06-10T14:25:20.038Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
14:25:20 [2021-06-10T14:25:20.038Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
14:25:20 [2021-06-10T14:25:20.038Z] #20 42.94 Selecting previously unselected package libnet1:amd64.
14:25:20 [2021-06-10T14:25:20.038Z] #20 42.94 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
14:25:20 [2021-06-10T14:25:20.038Z] #20 42.95 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
14:25:20 [2021-06-10T14:25:20.038Z] #20 43.04 Selecting previously unselected package libnl-3-200:amd64.
14:25:20 [2021-06-10T14:25:20.038Z] #20 43.05 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ...
14:25:20 [2021-06-10T14:25:20.038Z] #20 43.05 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
14:25:20 [2021-06-10T14:25:20.038Z] #20 43.14 Selecting previously unselected package libprotobuf-c1:amd64.
14:25:20 [2021-06-10T14:25:20.038Z] #20 43.16 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
14:25:20 [2021-06-10T14:25:20.038Z] #20 43.17 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
14:25:20 [2021-06-10T14:25:20.038Z] #20 43.23 Selecting previously unselected package libreadline5:amd64.
14:25:20 [2021-06-10T14:25:20.038Z] #20 43.23 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
14:25:20 [2021-06-10T14:25:20.038Z] #20 43.23 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
14:25:20 [2021-06-10T14:25:20.297Z] #20 43.33 Selecting previously unselected package net-tools.
14:25:20 [2021-06-10T14:25:20.297Z] #20 43.34 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
14:25:20 [2021-06-10T14:25:20.297Z] #20 43.34 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
14:25:20 [2021-06-10T14:25:20.297Z] #20 43.55 Selecting previously unselected package python-pip-whl.
14:25:20 [2021-06-10T14:25:20.319Z] #45 ...
14:25:20 [2021-06-10T14:25:20.319Z] 
14:25:20 [2021-06-10T14:25:20.319Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:25:20 [2021-06-10T14:25:20.319Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:25:20 [2021-06-10T14:25:20.319Z] #43 53.40   CC       compel/plugins/std/log.o
14:25:20 [2021-06-10T14:25:20.319Z] #43 54.29   CC       compel/plugins/std/string.o
14:25:20 [2021-06-10T14:25:20.319Z] #43 54.98   CC       compel/plugins/std/infect.o
14:25:20 [2021-06-10T14:25:20.319Z] #43 55.47   CC       compel/arch/x86/plugins/std/parasite-head.o
14:25:20 [2021-06-10T14:25:20.319Z] #43 55.57   CC       compel/arch/x86/plugins/std/memcpy.o
14:25:20 [2021-06-10T14:25:20.319Z] #43 55.62   CC       compel/arch/x86/plugins/std/syscalls-64.o
14:25:20 [2021-06-10T14:25:20.319Z] #43 55.71   AR       compel/plugins/std.lib.a
14:25:20 [2021-06-10T14:25:20.319Z] #43 55.80   CC       compel/plugins/fds/fds.o
14:25:20 [2021-06-10T14:25:20.319Z] #43 56.16   AR       compel/plugins/fds.lib.a
14:25:20 [2021-06-10T14:25:20.319Z] #43 56.22   HOSTDEP  compel/src/lib/log-host.d
14:25:20 [2021-06-10T14:25:20.319Z] #43 56.34   HOSTDEP  compel/src/lib/handle-elf-host.d
14:25:20 [2021-06-10T14:25:20.319Z] #43 56.47   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
14:25:20 [2021-06-10T14:25:20.319Z] #43 56.55   HOSTDEP  compel/src/main-host.d
14:25:20 [2021-06-10T14:25:20.319Z] #43 56.63   DEP      compel/src/lib/ptrace.d
14:25:20 [2021-06-10T14:25:20.319Z] #43 56.76   DEP      compel/src/lib/infect.d
14:25:20 [2021-06-10T14:25:20.319Z] #43 56.97   DEP      compel/src/lib/infect-util.d
14:25:20 [2021-06-10T14:25:20.319Z] #43 57.08   DEP      compel/src/lib/infect-rpc.d
14:25:20 [2021-06-10T14:25:20.319Z] #43 57.21   DEP      compel/arch/x86/src/lib/infect.d
14:25:20 [2021-06-10T14:25:20.319Z] #43 57.37   DEP      compel/arch/x86/src/lib/cpu.d
14:25:20 [2021-06-10T14:25:20.319Z] #43 57.47   DEP      compel/src/lib/log.d
14:25:20 [2021-06-10T14:25:20.319Z] #43 57.58   DEP      compel/src/main.d
14:25:20 [2021-06-10T14:25:20.319Z] #43 57.68   DEP      compel/src/lib/handle-elf.d
14:25:20 [2021-06-10T14:25:20.319Z] #43 57.84   DEP      compel/arch/x86/src/lib/handle-elf.d
14:25:20 [2021-06-10T14:25:20.319Z] #43 57.96   CC       compel/src/lib/log.o
14:25:20 [2021-06-10T14:25:20.319Z] #43 58.20   CC       compel/arch/x86/src/lib/cpu.o
14:25:20 [2021-06-10T14:25:20.555Z] #20 43.55 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
14:25:20 [2021-06-10T14:25:20.555Z] #20 43.59 Unpacking python-pip-whl (18.1-5) ...
14:25:20 [2021-06-10T14:25:20.886Z] #43 59.09   CC       compel/arch/x86/src/lib/infect.o
14:25:21 [2021-06-10T14:25:21.122Z] #20 44.17 Selecting previously unselected package python3-lib2to3.
14:25:21 [2021-06-10T14:25:21.122Z] #20 44.18 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
14:25:21 [2021-06-10T14:25:21.122Z] #20 44.20 Unpacking python3-lib2to3 (3.7.3-1) ...
14:25:21 [2021-06-10T14:25:21.290Z] #20 ...
14:25:21 [2021-06-10T14:25:21.290Z] 
14:25:21 [2021-06-10T14:25:21.290Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:25:21 [2021-06-10T14:25:21.290Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:25:21 [2021-06-10T14:25:21.290Z] #43 100.3   CC       criu/cr-errno.o
14:25:21 [2021-06-10T14:25:21.290Z] #43 100.3   CC       criu/cr-restore.o
14:25:21 [2021-06-10T14:25:21.290Z] #43 105.0   CC       criu/cr-service.o
14:25:21 [2021-06-10T14:25:21.290Z] #43 106.5   CC       criu/crtools.o
14:25:21 [2021-06-10T14:25:21.290Z] #43 107.1   CC       criu/eventfd.o
14:25:21 [2021-06-10T14:25:21.290Z] #43 107.5   CC       criu/eventpoll.o
14:25:21 [2021-06-10T14:25:21.290Z] #43 108.4   CC       criu/external.o
14:25:21 [2021-06-10T14:25:21.290Z] #43 108.8   CC       criu/fault-injection.o
14:25:21 [2021-06-10T14:25:21.290Z] #43 109.0   CC       criu/fdstore.o
14:25:21 [2021-06-10T14:25:21.290Z] #43 109.4   CC       criu/fifo.o
14:25:21 [2021-06-10T14:25:21.290Z] #43 109.8   CC       criu/file-ids.o
14:25:21 [2021-06-10T14:25:21.290Z] #43 110.1   CC       criu/file-lock.o
14:25:21 [2021-06-10T14:25:21.381Z] #20 44.33 Selecting previously unselected package python3-distutils.
14:25:21 [2021-06-10T14:25:21.381Z] #20 44.33 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
14:25:21 [2021-06-10T14:25:21.381Z] #20 44.34 Unpacking python3-distutils (3.7.3-1) ...
14:25:21 [2021-06-10T14:25:21.381Z] #20 44.52 Selecting previously unselected package python3-pip.
14:25:21 [2021-06-10T14:25:21.381Z] #20 44.52 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
14:25:21 [2021-06-10T14:25:21.381Z] #20 44.53 Unpacking python3-pip (18.1-5) ...
14:25:21 [2021-06-10T14:25:21.454Z] #43 ...
14:25:21 [2021-06-10T14:25:21.454Z] 
14:25:21 [2021-06-10T14:25:21.454Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
14:25:21 [2021-06-10T14:25:21.454Z] #58 sha256:3895cca166f94acd44d1075a400cf8f3647c0fff4a71d0757fe0eb2289aebf56
14:25:21 [2021-06-10T14:25:21.454Z] #58 133.4 + for f in rootlesskit rootlesskit-docker-proxy
14:25:21 [2021-06-10T14:25:21.454Z] #58 133.4 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
14:25:21 [2021-06-10T14:25:21.600Z] #20 57.59 Setting up iptables (1.8.2-4) ...
14:25:21 [2021-06-10T14:25:21.601Z] #20 57.61 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
14:25:21 [2021-06-10T14:25:21.601Z] #20 57.62 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
14:25:21 [2021-06-10T14:25:21.601Z] #20 57.62 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
14:25:21 [2021-06-10T14:25:21.601Z] #20 57.63 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
14:25:21 [2021-06-10T14:25:21.601Z] #20 57.63 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
14:25:21 [2021-06-10T14:25:21.601Z] #20 57.64 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
14:25:21 [2021-06-10T14:25:21.601Z] #20 57.64 Setting up python3 (3.7.3-1) ...
14:25:21 [2021-06-10T14:25:21.639Z] #20 44.75 Selecting previously unselected package python3-pkg-resources.
14:25:21 [2021-06-10T14:25:21.639Z] #20 44.75 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
14:25:21 [2021-06-10T14:25:21.639Z] #20 44.76 Unpacking python3-pkg-resources (40.8.0-1) ...
14:25:21 [2021-06-10T14:25:21.639Z] #20 44.90 Selecting previously unselected package python3-setuptools.
14:25:21 [2021-06-10T14:25:21.857Z] #20 58.07 Setting up python3-wheel (0.32.3-2) ...
14:25:21 [2021-06-10T14:25:21.858Z] #43 110.9   CC       criu/files-ext.o
14:25:21 [2021-06-10T14:25:21.898Z] #20 44.91 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
14:25:21 [2021-06-10T14:25:21.898Z] #20 44.92 Unpacking python3-setuptools (40.8.0-1) ...
14:25:21 [2021-06-10T14:25:21.898Z] #20 45.17 Selecting previously unselected package python3-wheel.
14:25:22 [2021-06-10T14:25:22.156Z] #20 45.18 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
14:25:22 [2021-06-10T14:25:22.156Z] #20 45.20 Unpacking python3-wheel (0.32.3-2) ...
14:25:22 [2021-06-10T14:25:22.156Z] #20 45.27 Selecting previously unselected package sudo.
14:25:22 [2021-06-10T14:25:22.156Z] #20 45.28 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ...
14:25:22 [2021-06-10T14:25:22.156Z] #20 45.28 Unpacking sudo (1.8.27-1+deb10u3) ...
14:25:22 [2021-06-10T14:25:22.419Z] #20 58.85 Setting up apparmor (2.13.2-10) ...
14:25:22 [2021-06-10T14:25:22.426Z] #43 111.3   CC       criu/files-reg.o
14:25:22 [2021-06-10T14:25:22.723Z] #20 45.78 Selecting previously unselected package thin-provisioning-tools.
14:25:22 [2021-06-10T14:25:22.723Z] #20 45.78 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
14:25:22 [2021-06-10T14:25:22.723Z] #20 45.79 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
14:25:22 [2021-06-10T14:25:22.982Z] #20 46.05 Selecting previously unselected package uidmap.
14:25:22 [2021-06-10T14:25:22.982Z] #20 46.07 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ...
14:25:22 [2021-06-10T14:25:22.982Z] #20 46.08 Unpacking uidmap (1:4.5-1.1) ...
14:25:23 [2021-06-10T14:25:23.240Z] #20 46.23 Selecting previously unselected package vim-runtime.
14:25:23 [2021-06-10T14:25:23.240Z] #20 46.24 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
14:25:23 [2021-06-10T14:25:23.240Z] #20 46.30 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
14:25:23 [2021-06-10T14:25:23.240Z] #20 46.34 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
14:25:23 [2021-06-10T14:25:23.240Z] #20 46.35 Unpacking vim-runtime (2:8.1.0875-5) ...
14:25:23 [2021-06-10T14:25:23.362Z] #43 ...
14:25:23 [2021-06-10T14:25:23.362Z] 
14:25:23 [2021-06-10T14:25:23.362Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
14:25:23 [2021-06-10T14:25:23.362Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
14:25:23 [2021-06-10T14:25:23.362Z] #20 50.69 Selecting previously unselected package vim.
14:25:23 [2021-06-10T14:25:23.362Z] #20 50.70 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ...
14:25:23 [2021-06-10T14:25:23.362Z] #20 50.72 Unpacking vim (2:8.1.0875-5) ...
14:25:24 [2021-06-10T14:25:24.187Z] #20 51.36 Selecting previously unselected package xfsprogs.
14:25:24 [2021-06-10T14:25:24.187Z] #20 51.37 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ...
14:25:24 [2021-06-10T14:25:24.187Z] #20 51.37 Unpacking xfsprogs (4.20.0-1) ...
14:25:24 [2021-06-10T14:25:24.309Z] #20 60.58 Setting up xfsprogs (4.20.0-1) ...
14:25:24 [2021-06-10T14:25:24.309Z] #20 60.67 Setting up python3-lib2to3 (3.7.3-1) ...
14:25:24 [2021-06-10T14:25:24.446Z] #20 51.80 Selecting previously unselected package zip.
14:25:24 [2021-06-10T14:25:24.446Z] #20 51.81 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ...
14:25:24 [2021-06-10T14:25:24.446Z] #20 51.82 Unpacking zip (3.0-11+b1) ...
14:25:24 [2021-06-10T14:25:24.566Z] #20 ...
14:25:24 [2021-06-10T14:25:24.566Z] 
14:25:24 [2021-06-10T14:25:24.566Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:25:24 [2021-06-10T14:25:24.566Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:25:24 [2021-06-10T14:25:24.566Z] #43 115.1   CC       criu/filesystems.o
14:25:24 [2021-06-10T14:25:24.566Z] #43 115.9   CC       criu/fsnotify.o
14:25:24 [2021-06-10T14:25:24.566Z] #43 117.3   CC       criu/image-desc.o
14:25:24 [2021-06-10T14:25:24.566Z] #43 117.5   CC       criu/image.o
14:25:24 [2021-06-10T14:25:24.566Z] #43 118.4   CC       criu/ipc_ns.o
14:25:24 [2021-06-10T14:25:24.566Z] #43 119.7   CC       criu/irmap.o
14:25:24 [2021-06-10T14:25:24.566Z] #43 120.3   CC       criu/kcmp-ids.o
14:25:24 [2021-06-10T14:25:24.566Z] #43 120.6   CC       criu/kerndat.o
14:25:24 [2021-06-10T14:25:24.566Z] #43 121.8   CC       criu/libnetlink.o
14:25:24 [2021-06-10T14:25:24.566Z] #43 122.2   CC       criu/log.o
14:25:24 [2021-06-10T14:25:24.566Z] #43 122.8   CC       criu/lsm.o
14:25:24 [2021-06-10T14:25:24.566Z] #43 123.3   CC       criu/mem.o
14:25:24 [2021-06-10T14:25:24.566Z] #43 124.9   CC       criu/memfd.o
14:25:24 [2021-06-10T14:25:24.566Z] #43 ...
14:25:24 [2021-06-10T14:25:24.566Z] 
14:25:24 [2021-06-10T14:25:24.566Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
14:25:24 [2021-06-10T14:25:24.566Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
14:25:24 [2021-06-10T14:25:24.566Z] #20 61.02 Setting up python3-pkg-resources (40.8.0-1) ...
14:25:24 [2021-06-10T14:25:24.706Z] #20 52.00 Setting up aufs-tools (1:4.14+20190211-1) ...
14:25:24 [2021-06-10T14:25:24.706Z] #20 52.02 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
14:25:24 [2021-06-10T14:25:24.706Z] #20 52.04 Setting up libip6tc0:amd64 (1.8.2-4) ...
14:25:24 [2021-06-10T14:25:24.706Z] #20 52.06 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
14:25:24 [2021-06-10T14:25:24.706Z] #20 52.07 Setting up libgpm2:amd64 (1.20.7-5) ...
14:25:24 [2021-06-10T14:25:24.706Z] #20 52.09 Setting up libip4tc0:amd64 (1.8.2-4) ...
14:25:24 [2021-06-10T14:25:24.706Z] #20 52.10 Setting up uidmap (1:4.5-1.1) ...
14:25:24 [2021-06-10T14:25:24.706Z] #20 52.12 Setting up libnftnl11:amd64 (1.1.2-2) ...
14:25:24 [2021-06-10T14:25:24.965Z] #20 52.13 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
14:25:24 [2021-06-10T14:25:24.965Z] #20 52.14 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
14:25:24 [2021-06-10T14:25:24.965Z] #20 52.16 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
14:25:24 [2021-06-10T14:25:24.965Z] #20 52.18 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
14:25:24 [2021-06-10T14:25:24.965Z] #20 52.19 Setting up xxd (2:8.1.0875-5) ...
14:25:24 [2021-06-10T14:25:24.965Z] #20 52.20 Setting up zip (3.0-11+b1) ...
14:25:24 [2021-06-10T14:25:24.965Z] #20 52.22 Setting up vim-common (2:8.1.0875-5) ...
14:25:24 [2021-06-10T14:25:24.965Z] #20 52.26 Setting up bash-completion (1:2.8-6) ...
14:25:25 [2021-06-10T14:25:25.494Z] #20 61.91 Setting up python3-distutils (3.7.3-1) ...
14:25:26 [2021-06-10T14:25:26.056Z] #20 62.38 Setting up python3-setuptools (40.8.0-1) ...
14:25:26 [2021-06-10T14:25:26.523Z] #20 49.50 Selecting previously unselected package vim.
14:25:26 [2021-06-10T14:25:26.523Z] #20 49.50 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ...
14:25:26 [2021-06-10T14:25:26.523Z] #20 49.53 Unpacking vim (2:8.1.0875-5) ...
14:25:26 [2021-06-10T14:25:26.723Z] #58 ...
14:25:26 [2021-06-10T14:25:26.723Z] 
14:25:26 [2021-06-10T14:25:26.723Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
14:25:26 [2021-06-10T14:25:26.723Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
14:25:26 [2021-06-10T14:25:26.723Z] #13 131.4 Selecting previously unselected package libapparmor1:amd64.
14:25:26 [2021-06-10T14:25:26.723Z] #13 131.4 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 131.4 Unpacking libapparmor1:amd64 (2.13.2-10) ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 131.5 Selecting previously unselected package libapparmor-dev:amd64.
14:25:26 [2021-06-10T14:25:26.723Z] #13 131.5 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 131.5 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 131.7 Selecting previously unselected package libbtrfs0.
14:25:26 [2021-06-10T14:25:26.723Z] #13 131.7 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 131.7 Unpacking libbtrfs0 (4.20.1-2) ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 131.8 Selecting previously unselected package libbtrfs-dev.
14:25:26 [2021-06-10T14:25:26.723Z] #13 131.8 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 131.9 Unpacking libbtrfs-dev (4.20.1-2) ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 132.0 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
14:25:26 [2021-06-10T14:25:26.723Z] #13 132.0 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 132.0 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 132.1 Selecting previously unselected package libudev-dev:amd64.
14:25:26 [2021-06-10T14:25:26.723Z] #13 132.1 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 132.1 Unpacking libudev-dev:amd64 (241-7~deb10u7) ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 132.3 Selecting previously unselected package libsepol1-dev:amd64.
14:25:26 [2021-06-10T14:25:26.723Z] #13 132.3 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 132.3 Unpacking libsepol1-dev:amd64 (2.8-1) ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 132.7 Selecting previously unselected package libpcre16-3:amd64.
14:25:26 [2021-06-10T14:25:26.723Z] #13 132.7 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 132.7 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 132.9 Selecting previously unselected package libpcre32-3:amd64.
14:25:26 [2021-06-10T14:25:26.723Z] #13 132.9 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 132.9 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 133.1 Selecting previously unselected package libpcrecpp0v5:amd64.
14:25:26 [2021-06-10T14:25:26.723Z] #13 133.1 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 133.1 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 133.2 Selecting previously unselected package libpcre3-dev:amd64.
14:25:26 [2021-06-10T14:25:26.723Z] #13 133.2 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 133.2 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 133.7 Selecting previously unselected package libselinux1-dev:amd64.
14:25:26 [2021-06-10T14:25:26.723Z] #13 133.7 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 133.7 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 134.1 Selecting previously unselected package libdevmapper-dev:amd64.
14:25:26 [2021-06-10T14:25:26.723Z] #13 134.1 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 134.1 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 134.2 Selecting previously unselected package libseccomp-dev:amd64.
14:25:26 [2021-06-10T14:25:26.723Z] #13 134.2 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 134.2 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 134.4 Selecting previously unselected package libsystemd-dev:amd64.
14:25:26 [2021-06-10T14:25:26.723Z] #13 134.4 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 134.4 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 134.9 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 134.9 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 135.0 Setting up libapparmor1:amd64 (2.13.2-10) ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 135.0 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 135.0 Setting up libpcre16-3:amd64 (2:8.39-12) ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 135.0 Setting up libsepol1-dev:amd64 (2.8-1) ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 135.0 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 135.1 Setting up libbtrfs0 (4.20.1-2) ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 135.1 Setting up libpcre32-3:amd64 (2:8.39-12) ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 135.1 Setting up libudev-dev:amd64 (241-7~deb10u7) ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 135.1 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 135.1 Setting up libbtrfs-dev (4.20.1-2) ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 135.1 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 135.2 Setting up mingw-w64-common (6.0.0-3) ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 135.2 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 135.2 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 135.2 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 135.2 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 135.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
14:25:26 [2021-06-10T14:25:26.723Z] #13 135.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
14:25:26 [2021-06-10T14:25:26.723Z] #13 135.3 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 135.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
14:25:26 [2021-06-10T14:25:26.723Z] #13 135.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
14:25:26 [2021-06-10T14:25:26.723Z] #13 135.3 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 135.3 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 135.3 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 135.3 Setting up dmsetup (2:1.02.155-3) ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 135.3 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 135.4 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
14:25:26 [2021-06-10T14:25:26.723Z] #13 135.4 Processing triggers for libc-bin (2.28-10) ...
14:25:27 [2021-06-10T14:25:27.088Z] #20 50.04 Selecting previously unselected package xfsprogs.
14:25:27 [2021-06-10T14:25:27.088Z] #20 50.06 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ...
14:25:27 [2021-06-10T14:25:27.088Z] #20 50.07 Unpacking xfsprogs (4.20.0-1) ...
14:25:27 [2021-06-10T14:25:27.422Z] #20 63.61 Setting up python3-pip (18.1-5) ...
14:25:27 [2021-06-10T14:25:27.654Z] #20 50.62 Selecting previously unselected package zip.
14:25:27 [2021-06-10T14:25:27.654Z] #20 50.64 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ...
14:25:27 [2021-06-10T14:25:27.654Z] #20 50.64 Unpacking zip (3.0-11+b1) ...
14:25:27 [2021-06-10T14:25:27.912Z] #20 50.86 Setting up aufs-tools (1:4.14+20190211-1) ...
14:25:27 [2021-06-10T14:25:27.912Z] #20 50.88 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
14:25:27 [2021-06-10T14:25:27.912Z] #20 50.90 Setting up libip6tc0:amd64 (1.8.2-4) ...
14:25:27 [2021-06-10T14:25:27.912Z] #20 50.91 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
14:25:27 [2021-06-10T14:25:27.912Z] #20 50.93 Setting up libgpm2:amd64 (1.20.7-5) ...
14:25:27 [2021-06-10T14:25:27.912Z] #20 50.94 Setting up libip4tc0:amd64 (1.8.2-4) ...
14:25:27 [2021-06-10T14:25:27.912Z] #20 50.96 Setting up uidmap (1:4.5-1.1) ...
14:25:27 [2021-06-10T14:25:27.912Z] #20 50.97 Setting up libnftnl11:amd64 (1.1.2-2) ...
14:25:27 [2021-06-10T14:25:27.912Z] #20 50.98 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
14:25:27 [2021-06-10T14:25:27.912Z] #20 51.00 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
14:25:27 [2021-06-10T14:25:27.912Z] #20 51.01 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
14:25:27 [2021-06-10T14:25:27.912Z] #20 51.03 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
14:25:27 [2021-06-10T14:25:27.912Z] #20 51.04 Setting up xxd (2:8.1.0875-5) ...
14:25:27 [2021-06-10T14:25:27.912Z] #20 51.06 Setting up zip (3.0-11+b1) ...
14:25:28 [2021-06-10T14:25:28.100Z] #13 DONE 136.9s
14:25:28 [2021-06-10T14:25:28.101Z] 
14:25:28 [2021-06-10T14:25:28.101Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
14:25:28 [2021-06-10T14:25:28.101Z] #53 sha256:36ea1a8a933c228130fe994ada6fd4d3dfbd209b3ee3d0a96e3bc71211f82db3
14:25:28 [2021-06-10T14:25:28.170Z] #20 51.07 Setting up vim-common (2:8.1.0875-5) ...
14:25:28 [2021-06-10T14:25:28.170Z] #20 51.10 Setting up bash-completion (1:2.8-6) ...
14:25:28 [2021-06-10T14:25:28.269Z] #20 54.93 Setting up libiptc0:amd64 (1.8.2-4) ...
14:25:28 [2021-06-10T14:25:28.269Z] #20 54.96 Setting up xz-utils (5.2.4-1) ...
14:25:28 [2021-06-10T14:25:28.269Z] #20 54.98 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
14:25:28 [2021-06-10T14:25:28.269Z] #20 55.00 Setting up sudo (1.8.27-1+deb10u3) ...
14:25:28 [2021-06-10T14:25:28.269Z] #20 55.13 invoke-rc.d: could not determine current runlevel
14:25:28 [2021-06-10T14:25:28.269Z] #20 55.14 invoke-rc.d: policy-rc.d denied execution of start.
14:25:28 [2021-06-10T14:25:28.269Z] #20 55.15 Setting up pigz (2.4-1) ...
14:25:28 [2021-06-10T14:25:28.269Z] #20 55.17 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
14:25:28 [2021-06-10T14:25:28.269Z] #20 55.19 Setting up libnl-3-200:amd64 (3.4.0-1) ...
14:25:28 [2021-06-10T14:25:28.269Z] #20 55.23 Setting up python-pip-whl (18.1-5) ...
14:25:28 [2021-06-10T14:25:28.269Z] #20 55.24 Setting up libmpdec2:amd64 (2.4.2-2) ...
14:25:28 [2021-06-10T14:25:28.269Z] #20 55.27 Setting up vim-runtime (2:8.1.0875-5) ...
14:25:28 [2021-06-10T14:25:28.351Z] #20 ...
14:25:28 [2021-06-10T14:25:28.351Z] 
14:25:28 [2021-06-10T14:25:28.351Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
14:25:28 [2021-06-10T14:25:28.351Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
14:25:28 [2021-06-10T14:25:28.351Z] #40 189.6 + dpkg --print-architecture
14:25:28 [2021-06-10T14:25:28.351Z] #40 189.6 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
14:25:28 [2021-06-10T14:25:28.351Z] #40 189.8 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
14:25:28 [2021-06-10T14:25:28.351Z] #40 189.8 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
14:25:28 [2021-06-10T14:25:28.351Z] #40 ...
14:25:28 [2021-06-10T14:25:28.351Z] 
14:25:28 [2021-06-10T14:25:28.351Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
14:25:28 [2021-06-10T14:25:28.351Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
14:25:28 [2021-06-10T14:25:28.351Z] #20 64.62 Processing triggers for libc-bin (2.28-10) ...
14:25:28 [2021-06-10T14:25:28.351Z] #20 64.65 Processing triggers for mime-support (3.62) ...
14:25:28 [2021-06-10T14:25:28.527Z] #20 55.77 Setting up libaio1:amd64 (0.3.112-3) ...
14:25:28 [2021-06-10T14:25:28.527Z] #20 55.79 Setting up libonig5:amd64 (6.9.1-1) ...
14:25:28 [2021-06-10T14:25:28.527Z] #20 55.83 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
14:25:28 [2021-06-10T14:25:28.527Z] #20 55.85 Setting up vim (2:8.1.0875-5) ...
14:25:28 [2021-06-10T14:25:28.527Z] #20 55.86 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
14:25:28 [2021-06-10T14:25:28.527Z] #20 55.86 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
14:25:28 [2021-06-10T14:25:28.527Z] #20 55.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
14:25:28 [2021-06-10T14:25:28.527Z] #20 55.88 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
14:25:28 [2021-06-10T14:25:28.527Z] #20 55.88 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
14:25:28 [2021-06-10T14:25:28.527Z] #20 55.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
14:25:28 [2021-06-10T14:25:28.527Z] #20 55.90 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
14:25:28 [2021-06-10T14:25:28.528Z] #20 55.91 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
14:25:28 [2021-06-10T14:25:28.528Z] #20 55.95 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
14:25:28 [2021-06-10T14:25:28.528Z] #20 55.96 Setting up thin-provisioning-tools (0.7.6-2.1) ...
14:25:28 [2021-06-10T14:25:28.786Z] #20 55.98 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
14:25:28 [2021-06-10T14:25:28.786Z] #20 56.00 Setting up jq (1.5+dfsg-2+b1) ...
14:25:28 [2021-06-10T14:25:28.786Z] #20 56.02 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
14:25:28 [2021-06-10T14:25:28.786Z] #20 56.04 Setting up python3.7 (3.7.3-2+deb10u3) ...
14:25:29 [2021-06-10T14:25:29.281Z] #20 DONE 65.5s
14:25:29 [2021-06-10T14:25:29.281Z] 
14:25:29 [2021-06-10T14:25:29.281Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:25:29 [2021-06-10T14:25:29.281Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:25:29 [2021-06-10T14:25:29.281Z] #43 125.7   CC       criu/mount.o
14:25:29 [2021-06-10T14:25:29.281Z] #43 129.9   CC       criu/namespaces.o
14:25:30 [2021-06-10T14:25:30.036Z] #53 ...
14:25:30 [2021-06-10T14:25:30.036Z] 
14:25:30 [2021-06-10T14:25:30.036Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
14:25:30 [2021-06-10T14:25:30.036Z] #58 sha256:3895cca166f94acd44d1075a400cf8f3647c0fff4a71d0757fe0eb2289aebf56
14:25:30 [2021-06-10T14:25:30.036Z] #58 DONE 142.4s
14:25:30 [2021-06-10T14:25:30.209Z] #43 ...
14:25:30 [2021-06-10T14:25:30.209Z] 
14:25:30 [2021-06-10T14:25:30.209Z] #21 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
14:25:30 [2021-06-10T14:25:30.209Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b
14:25:30 [2021-06-10T14:25:30.209Z] #21 1.040 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
14:25:30 [2021-06-10T14:25:30.209Z] #21 1.044 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
14:25:30 [2021-06-10T14:25:30.209Z] #21 1.048 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
14:25:30 [2021-06-10T14:25:30.209Z] #21 DONE 1.1s
14:25:30 [2021-06-10T14:25:30.209Z] 
14:25:30 [2021-06-10T14:25:30.209Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
14:25:30 [2021-06-10T14:25:30.209Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4
14:25:30 [2021-06-10T14:25:30.295Z] 
14:25:30 [2021-06-10T14:25:30.295Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
14:25:30 [2021-06-10T14:25:30.295Z] #59 sha256:9c2479b6a63ccde48023863ceec1e7d6dcee478ff837061466e5807008e76548
14:25:30 [2021-06-10T14:25:30.553Z] #59 DONE 0.4s
14:25:30 [2021-06-10T14:25:30.553Z] 
14:25:30 [2021-06-10T14:25:30.553Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
14:25:30 [2021-06-10T14:25:30.553Z] #60 sha256:2129891af654b2176083a4190c651090e3e7fdf9190f838b81d2effa4c7ca566
14:25:30 [2021-06-10T14:25:30.811Z] #60 DONE 0.3s
14:25:30 [2021-06-10T14:25:30.811Z] 
14:25:30 [2021-06-10T14:25:30.811Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:25:30 [2021-06-10T14:25:30.811Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:25:30 [2021-06-10T14:25:30.811Z] #43 60.07   CC       compel/src/lib/infect-rpc.o
14:25:30 [2021-06-10T14:25:30.811Z] #43 60.44   CC       compel/src/lib/infect-util.o
14:25:30 [2021-06-10T14:25:30.811Z] #43 60.70   CC       compel/src/lib/infect.o
14:25:30 [2021-06-10T14:25:30.811Z] #43 63.37   CC       compel/src/lib/ptrace.o
14:25:30 [2021-06-10T14:25:30.811Z] #43 63.83   AR       compel/libcompel.a
14:25:30 [2021-06-10T14:25:30.811Z] #43 63.93   HOSTCC   compel/src/main-host.o
14:25:30 [2021-06-10T14:25:30.811Z] #43 64.25   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
14:25:30 [2021-06-10T14:25:30.811Z] #43 64.46   HOSTCC   compel/src/lib/handle-elf-host.o
14:25:30 [2021-06-10T14:25:30.811Z] #43 64.85   HOSTCC   compel/src/lib/log-host.o
14:25:30 [2021-06-10T14:25:30.811Z] #43 65.15   HOSTLINK compel/compel-host-bin
14:25:30 [2021-06-10T14:25:30.811Z] #43 65.29   DEP      soccr/soccr.d
14:25:30 [2021-06-10T14:25:30.811Z] #43 65.54   CC       soccr/soccr.o
14:25:30 [2021-06-10T14:25:30.811Z] #43 67.46   AR       soccr/libsoccr.a
14:25:30 [2021-06-10T14:25:30.811Z] #43 67.55 make[1]: 'soccr/libsoccr.a' is up to date.
14:25:30 [2021-06-10T14:25:30.811Z] #43 68.08   DEP      criu/arch/x86/sigframe.d
14:25:30 [2021-06-10T14:25:30.811Z] #43 68.31   DEP      criu/arch/x86/sigaction_compat.d
14:25:30 [2021-06-10T14:25:30.811Z] #43 68.49   DEP      criu/arch/x86/kerndat.d
14:25:30 [2021-06-10T14:25:30.811Z] #43 68.69   DEP      criu/arch/x86/crtools.d
14:25:30 [2021-06-10T14:25:30.811Z] #43 68.90   DEP      criu/arch/x86/cpu.d
14:25:30 [2021-06-10T14:25:30.811Z] #43 69.12   CC       criu/arch/x86/cpu.o
14:25:31 [2021-06-10T14:25:31.377Z] #43 69.78   CC       criu/arch/x86/crtools.o
14:25:31 [2021-06-10T14:25:31.452Z] #20 54.06 Setting up libiptc0:amd64 (1.8.2-4) ...
14:25:31 [2021-06-10T14:25:31.452Z] #20 54.07 Setting up xz-utils (5.2.4-1) ...
14:25:31 [2021-06-10T14:25:31.452Z] #20 54.09 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
14:25:31 [2021-06-10T14:25:31.452Z] #20 54.11 Setting up sudo (1.8.27-1+deb10u3) ...
14:25:31 [2021-06-10T14:25:31.452Z] #20 54.20 invoke-rc.d: could not determine current runlevel
14:25:31 [2021-06-10T14:25:31.452Z] #20 54.21 invoke-rc.d: policy-rc.d denied execution of start.
14:25:31 [2021-06-10T14:25:31.452Z] #20 54.23 Setting up pigz (2.4-1) ...
14:25:31 [2021-06-10T14:25:31.452Z] #20 54.25 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
14:25:31 [2021-06-10T14:25:31.452Z] #20 54.27 Setting up libnl-3-200:amd64 (3.4.0-1) ...
14:25:31 [2021-06-10T14:25:31.452Z] #20 54.30 Setting up python-pip-whl (18.1-5) ...
14:25:31 [2021-06-10T14:25:31.452Z] #20 54.31 Setting up libmpdec2:amd64 (2.4.2-2) ...
14:25:31 [2021-06-10T14:25:31.452Z] #20 54.33 Setting up vim-runtime (2:8.1.0875-5) ...
14:25:31 [2021-06-10T14:25:31.710Z] #20 54.77 Setting up libaio1:amd64 (0.3.112-3) ...
14:25:31 [2021-06-10T14:25:31.710Z] #20 54.79 Setting up libonig5:amd64 (6.9.1-1) ...
14:25:31 [2021-06-10T14:25:31.710Z] #20 54.80 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
14:25:31 [2021-06-10T14:25:31.710Z] #20 54.82 Setting up vim (2:8.1.0875-5) ...
14:25:31 [2021-06-10T14:25:31.710Z] #20 54.83 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
14:25:31 [2021-06-10T14:25:31.710Z] #20 54.83 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
14:25:31 [2021-06-10T14:25:31.710Z] #20 54.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
14:25:31 [2021-06-10T14:25:31.710Z] #20 54.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
14:25:31 [2021-06-10T14:25:31.710Z] #20 54.86 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
14:25:31 [2021-06-10T14:25:31.710Z] #20 54.86 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
14:25:31 [2021-06-10T14:25:31.710Z] #20 54.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
14:25:31 [2021-06-10T14:25:31.710Z] #20 54.88 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
14:25:31 [2021-06-10T14:25:31.710Z] #20 54.91 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
14:25:31 [2021-06-10T14:25:31.710Z] #20 54.92 Setting up thin-provisioning-tools (0.7.6-2.1) ...
14:25:31 [2021-06-10T14:25:31.710Z] #20 54.94 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
14:25:31 [2021-06-10T14:25:31.710Z] #20 54.95 Setting up jq (1.5+dfsg-2+b1) ...
14:25:31 [2021-06-10T14:25:31.710Z] #20 54.97 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
14:25:31 [2021-06-10T14:25:31.969Z] #20 54.98 Setting up python3.7 (3.7.3-2+deb10u3) ...
14:25:32 [2021-06-10T14:25:32.124Z] #20 59.10 Setting up iptables (1.8.2-4) ...
14:25:32 [2021-06-10T14:25:32.124Z] #20 59.12 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
14:25:32 [2021-06-10T14:25:32.124Z] #20 59.14 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
14:25:32 [2021-06-10T14:25:32.124Z] #20 59.15 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
14:25:32 [2021-06-10T14:25:32.124Z] #20 59.16 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
14:25:32 [2021-06-10T14:25:32.124Z] #20 59.17 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
14:25:32 [2021-06-10T14:25:32.124Z] #20 59.18 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
14:25:32 [2021-06-10T14:25:32.124Z] #20 59.19 Setting up python3 (3.7.3-1) ...
14:25:32 [2021-06-10T14:25:32.323Z] #43 ...
14:25:32 [2021-06-10T14:25:32.323Z] 
14:25:32 [2021-06-10T14:25:32.323Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:25:32 [2021-06-10T14:25:32.323Z] #45 sha256:9c2594a10bf51cf229550215f6c8f4e21f529ca0adeb1d37afd998bc86f768ee
14:25:32 [2021-06-10T14:25:32.323Z] #45 134.5 net/http/httptrace
14:25:32 [2021-06-10T14:25:32.323Z] #45 134.8 net/http
14:25:32 [2021-06-10T14:25:32.383Z] #20 59.68 Setting up python3-wheel (0.32.3-2) ...
14:25:32 [2021-06-10T14:25:32.581Z] #45 ...
14:25:32 [2021-06-10T14:25:32.581Z] 
14:25:32 [2021-06-10T14:25:32.581Z] #14 [dev-systemd-false  1/26] RUN groupadd -r docker
14:25:32 [2021-06-10T14:25:32.581Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815
14:25:33 [2021-06-10T14:25:33.148Z] #14 ...
14:25:33 [2021-06-10T14:25:33.148Z] 
14:25:33 [2021-06-10T14:25:33.148Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:25:33 [2021-06-10T14:25:33.148Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:25:33 [2021-06-10T14:25:33.148Z] #43 71.25   CC       criu/arch/x86/kerndat.o
14:25:33 [2021-06-10T14:25:33.319Z] #20 60.52 Setting up apparmor (2.13.2-10) ...
14:25:33 [2021-06-10T14:25:33.346Z] #20 ...
14:25:33 [2021-06-10T14:25:33.346Z] 
14:25:33 [2021-06-10T14:25:33.346Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
14:25:33 [2021-06-10T14:25:33.346Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
14:25:33 [2021-06-10T14:25:33.346Z] #40 187.7 + dpkg --print-architecture
14:25:33 [2021-06-10T14:25:33.346Z] #40 187.7 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
14:25:33 [2021-06-10T14:25:33.406Z] #43 71.80   CC       criu/arch/x86/sigaction_compat.o
14:25:33 [2021-06-10T14:25:33.603Z] #40 188.2 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
14:25:33 [2021-06-10T14:25:33.603Z] #40 188.2 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
14:25:33 [2021-06-10T14:25:33.603Z] #40 ...
14:25:33 [2021-06-10T14:25:33.604Z] 
14:25:33 [2021-06-10T14:25:33.604Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:25:33 [2021-06-10T14:25:33.604Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:25:33 [2021-06-10T14:25:33.604Z] #43 107.1   CC       criu/cr-service.o
14:25:33 [2021-06-10T14:25:33.604Z] #43 108.7   CC       criu/crtools.o
14:25:33 [2021-06-10T14:25:33.604Z] #43 109.5   CC       criu/eventfd.o
14:25:33 [2021-06-10T14:25:33.604Z] #43 109.8   CC       criu/eventpoll.o
14:25:33 [2021-06-10T14:25:33.604Z] #43 110.9   CC       criu/external.o
14:25:33 [2021-06-10T14:25:33.604Z] #43 111.3   CC       criu/fault-injection.o
14:25:33 [2021-06-10T14:25:33.604Z] #43 111.4   CC       criu/fdstore.o
14:25:33 [2021-06-10T14:25:33.604Z] #43 111.9   CC       criu/fifo.o
14:25:33 [2021-06-10T14:25:33.604Z] #43 112.4   CC       criu/file-ids.o
14:25:33 [2021-06-10T14:25:33.604Z] #43 112.6   CC       criu/file-lock.o
14:25:33 [2021-06-10T14:25:33.604Z] #43 113.7   CC       criu/files-ext.o
14:25:33 [2021-06-10T14:25:33.604Z] #43 114.0   CC       criu/files-reg.o
14:25:33 [2021-06-10T14:25:33.604Z] #43 116.3   CC       criu/files.o
14:25:33 [2021-06-10T14:25:33.976Z] #43 ...
14:25:33 [2021-06-10T14:25:33.976Z] 
14:25:33 [2021-06-10T14:25:33.976Z] #14 [dev-systemd-false  1/26] RUN groupadd -r docker
14:25:33 [2021-06-10T14:25:33.976Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815
14:25:33 [2021-06-10T14:25:33.976Z] #14 DONE 5.9s
14:25:33 [2021-06-10T14:25:33.976Z] 
14:25:33 [2021-06-10T14:25:33.976Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
14:25:33 [2021-06-10T14:25:33.976Z] #53 sha256:36ea1a8a933c228130fe994ada6fd4d3dfbd209b3ee3d0a96e3bc71211f82db3
14:25:33 [2021-06-10T14:25:33.976Z] #53 5.645 + RM_GOPATH=0
14:25:33 [2021-06-10T14:25:33.976Z] #53 5.645 + TMP_GOPATH=
14:25:33 [2021-06-10T14:25:33.976Z] #53 5.645 + : /build
14:25:33 [2021-06-10T14:25:33.976Z] #53 5.645 + '[' -z '' ']'
14:25:33 [2021-06-10T14:25:33.976Z] #53 5.645 ++ mktemp -d
14:25:33 [2021-06-10T14:25:33.976Z] #53 5.645 + export GOPATH=/tmp/tmp.CbNxfTBpF7
14:25:33 [2021-06-10T14:25:33.976Z] #53 5.645 + GOPATH=/tmp/tmp.CbNxfTBpF7
14:25:33 [2021-06-10T14:25:33.976Z] #53 5.645 + RM_GOPATH=1
14:25:33 [2021-06-10T14:25:33.976Z] #53 5.645 + case "$(go env GOARCH)" in
14:25:33 [2021-06-10T14:25:33.976Z] #53 5.645 ++ go env GOARCH
14:25:33 [2021-06-10T14:25:33.976Z] #53 5.664 + export GO_BUILDMODE=-buildmode=pie
14:25:33 [2021-06-10T14:25:33.976Z] #53 5.664 + GO_BUILDMODE=-buildmode=pie
14:25:33 [2021-06-10T14:25:33.976Z] #53 5.664 ++ dirname /tmp/install/install.sh
14:25:33 [2021-06-10T14:25:33.976Z] #53 5.664 + dir=/tmp/install
14:25:33 [2021-06-10T14:25:33.976Z] #53 5.664 + bin=runc
14:25:33 [2021-06-10T14:25:33.976Z] #53 5.664 + shift
14:25:33 [2021-06-10T14:25:33.976Z] #53 5.664 + '[' '!' -f /tmp/install/runc.installer ']'
14:25:33 [2021-06-10T14:25:33.976Z] #53 5.664 + . /tmp/install/runc.installer
14:25:33 [2021-06-10T14:25:33.976Z] #53 5.664 ++ : b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
14:25:33 [2021-06-10T14:25:33.976Z] #53 5.664 + install_runc
14:25:33 [2021-06-10T14:25:33.976Z] #53 5.664 + grep -q '^3\.10\.0.*\.el7\.'
14:25:33 [2021-06-10T14:25:33.976Z] #53 5.670 + uname -r
14:25:33 [2021-06-10T14:25:33.976Z] #53 5.675 + RUNC_BUILDTAGS='seccomp '
14:25:33 [2021-06-10T14:25:33.976Z] #53 5.689 + echo 'Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp )'
14:25:33 [2021-06-10T14:25:33.976Z] #53 5.689 Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp )
14:25:33 [2021-06-10T14:25:33.976Z] #53 5.689 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.CbNxfTBpF7/src/github.com/opencontainers/runc
14:25:33 [2021-06-10T14:25:33.976Z] #53 5.696 Cloning into '/tmp/tmp.CbNxfTBpF7/src/github.com/opencontainers/runc'...
14:25:34 [2021-06-10T14:25:34.256Z] #20 ...
14:25:34 [2021-06-10T14:25:34.256Z] 
14:25:34 [2021-06-10T14:25:34.256Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:25:34 [2021-06-10T14:25:34.256Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:25:34 [2021-06-10T14:25:34.256Z] #43 113.3   CC       criu/files.o
14:25:34 [2021-06-10T14:25:34.256Z] #43 115.3   CC       criu/filesystems.o
14:25:34 [2021-06-10T14:25:34.256Z] #43 116.1   CC       criu/fsnotify.o
14:25:34 [2021-06-10T14:25:34.256Z] #43 117.3   CC       criu/image-desc.o
14:25:34 [2021-06-10T14:25:34.256Z] #43 117.4   CC       criu/image.o
14:25:34 [2021-06-10T14:25:34.256Z] #43 118.4   CC       criu/ipc_ns.o
14:25:34 [2021-06-10T14:25:34.256Z] #43 119.6   CC       criu/irmap.o
14:25:34 [2021-06-10T14:25:34.256Z] #43 120.3   CC       criu/kcmp-ids.o
14:25:34 [2021-06-10T14:25:34.256Z] #43 120.6   CC       criu/kerndat.o
14:25:34 [2021-06-10T14:25:34.256Z] #43 121.8   CC       criu/libnetlink.o
14:25:34 [2021-06-10T14:25:34.256Z] #43 122.3   CC       criu/log.o
14:25:34 [2021-06-10T14:25:34.256Z] #43 122.8   CC       criu/lsm.o
14:25:34 [2021-06-10T14:25:34.256Z] #43 123.2   CC       criu/mem.o
14:25:34 [2021-06-10T14:25:34.256Z] #43 ...
14:25:34 [2021-06-10T14:25:34.256Z] 
14:25:34 [2021-06-10T14:25:34.256Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
14:25:34 [2021-06-10T14:25:34.256Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
14:25:34 [2021-06-10T14:25:34.256Z] #40 187.8 + dpkg --print-architecture
14:25:34 [2021-06-10T14:25:34.256Z] #40 187.8 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
14:25:34 [2021-06-10T14:25:34.256Z] #40 188.4 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
14:25:34 [2021-06-10T14:25:34.256Z] #40 188.4 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
14:25:34 [2021-06-10T14:25:34.979Z] #43 ...
14:25:34 [2021-06-10T14:25:34.979Z] 
14:25:34 [2021-06-10T14:25:34.979Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
14:25:34 [2021-06-10T14:25:34.979Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
14:25:34 [2021-06-10T14:25:34.979Z] #20 57.97 Setting up iptables (1.8.2-4) ...
14:25:34 [2021-06-10T14:25:34.979Z] #20 58.00 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
14:25:34 [2021-06-10T14:25:34.979Z] #20 58.01 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
14:25:34 [2021-06-10T14:25:34.979Z] #20 58.02 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
14:25:34 [2021-06-10T14:25:34.979Z] #20 58.02 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
14:25:34 [2021-06-10T14:25:34.979Z] #20 58.03 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
14:25:34 [2021-06-10T14:25:34.979Z] #20 58.03 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
14:25:34 [2021-06-10T14:25:34.979Z] #20 58.06 Setting up python3 (3.7.3-1) ...
14:25:35 [2021-06-10T14:25:35.194Z] #40 ...
14:25:35 [2021-06-10T14:25:35.194Z] 
14:25:35 [2021-06-10T14:25:35.194Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
14:25:35 [2021-06-10T14:25:35.194Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
14:25:35 [2021-06-10T14:25:35.194Z] #20 62.65 Setting up xfsprogs (4.20.0-1) ...
14:25:35 [2021-06-10T14:25:35.455Z] #20 62.67 Setting up python3-lib2to3 (3.7.3-1) ...
14:25:35 [2021-06-10T14:25:35.456Z] #22 5.256 Collecting yamllint==1.26.1
14:25:35 [2021-06-10T14:25:35.546Z] #20 58.52 Setting up python3-wheel (0.32.3-2) ...
14:25:35 [2021-06-10T14:25:35.714Z] #20 63.10 Setting up python3-pkg-resources (40.8.0-1) ...
14:25:36 [2021-06-10T14:25:36.116Z] #20 59.29 Setting up apparmor (2.13.2-10) ...
14:25:36 [2021-06-10T14:25:36.651Z] #20 64.12 Setting up python3-distutils (3.7.3-1) ...
14:25:37 [2021-06-10T14:25:37.220Z] #20 64.50 Setting up python3-setuptools (40.8.0-1) ...
14:25:37 [2021-06-10T14:25:37.344Z] #22 ...
14:25:37 [2021-06-10T14:25:37.344Z] 
14:25:37 [2021-06-10T14:25:37.344Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:25:37 [2021-06-10T14:25:37.344Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:25:37 [2021-06-10T14:25:37.344Z] #43 132.4   CC       criu/net.o
14:25:37 [2021-06-10T14:25:37.344Z] #43 136.1   CC       criu/netfilter.o
14:25:37 [2021-06-10T14:25:37.344Z] #43 136.5   CC       criu/page-pipe.o
14:25:37 [2021-06-10T14:25:37.344Z] #43 137.0   CC       criu/page-xfer.o
14:25:37 [2021-06-10T14:25:37.600Z] #43 138.5   CC       criu/pagemap-cache.o
14:25:38 [2021-06-10T14:25:38.019Z] #20 60.98 Setting up xfsprogs (4.20.0-1) ...
14:25:38 [2021-06-10T14:25:38.020Z] #20 60.99 Setting up python3-lib2to3 (3.7.3-1) ...
14:25:38 [2021-06-10T14:25:38.162Z] #43 138.8   CC       criu/pagemap.o
14:25:38 [2021-06-10T14:25:38.278Z] #20 61.46 Setting up python3-pkg-resources (40.8.0-1) ...
14:25:38 [2021-06-10T14:25:38.597Z] #20 65.75 Setting up python3-pip (18.1-5) ...
14:25:39 [2021-06-10T14:25:39.089Z] #43 139.7   CC       criu/parasite-syscall.o
14:25:39 [2021-06-10T14:25:39.241Z] #53 ...
14:25:39 [2021-06-10T14:25:39.241Z] 
14:25:39 [2021-06-10T14:25:39.241Z] #15 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
14:25:39 [2021-06-10T14:25:39.241Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6
14:25:39 [2021-06-10T14:25:39.241Z] #15 DONE 4.9s
14:25:39 [2021-06-10T14:25:39.241Z] 
14:25:39 [2021-06-10T14:25:39.241Z] #16 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
14:25:39 [2021-06-10T14:25:39.241Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac
14:25:39 [2021-06-10T14:25:39.657Z] #20 62.47 Setting up python3-distutils (3.7.3-1) ...
14:25:39 [2021-06-10T14:25:39.916Z] #20 63.02 Setting up python3-setuptools (40.8.0-1) ...
14:25:39 [2021-06-10T14:25:39.976Z] #20 67.00 Processing triggers for libc-bin (2.28-10) ...
14:25:39 [2021-06-10T14:25:39.976Z] #20 67.04 Processing triggers for mime-support (3.62) ...
14:25:40 [2021-06-10T14:25:40.017Z] #43 140.6   CC       criu/path.o
14:25:40 [2021-06-10T14:25:40.580Z] #43 141.0   CC       criu/pie-util-vdso-elf32.o
14:25:40 [2021-06-10T14:25:40.580Z] #43 141.4   CC       criu/pie-util-vdso.o
14:25:40 [2021-06-10T14:25:40.836Z] #43 ...
14:25:40 [2021-06-10T14:25:40.836Z] 
14:25:40 [2021-06-10T14:25:40.836Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
14:25:40 [2021-06-10T14:25:40.836Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4
14:25:40 [2021-06-10T14:25:40.836Z] #22 10.65   Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB)
14:25:40 [2021-06-10T14:25:40.915Z] #20 DONE 68.1s
14:25:40 [2021-06-10T14:25:40.915Z] 
14:25:40 [2021-06-10T14:25:40.915Z] #21 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
14:25:40 [2021-06-10T14:25:40.915Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b
14:25:41 [2021-06-10T14:25:41.293Z] #20 64.29 Setting up python3-pip (18.1-5) ...
14:25:41 [2021-06-10T14:25:41.854Z] #21 1.012 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
14:25:41 [2021-06-10T14:25:41.854Z] #21 1.016 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
14:25:41 [2021-06-10T14:25:41.854Z] #21 1.020 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
14:25:41 [2021-06-10T14:25:41.854Z] #21 DONE 1.1s
14:25:41 [2021-06-10T14:25:41.854Z] 
14:25:41 [2021-06-10T14:25:41.854Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
14:25:41 [2021-06-10T14:25:41.854Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4
14:25:42 [2021-06-10T14:25:42.202Z] #22 11.87 Collecting pathspec>=0.5.3 (from yamllint==1.26.1)
14:25:42 [2021-06-10T14:25:42.202Z] #22 11.93   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
14:25:42 [2021-06-10T14:25:42.202Z] #22 12.00 Collecting pyyaml (from yamllint==1.26.1)
14:25:42 [2021-06-10T14:25:42.457Z] #22 12.27   Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB)
14:25:42 [2021-06-10T14:25:42.528Z] #16 3.377 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
14:25:42 [2021-06-10T14:25:42.528Z] #16 DONE 3.4s
14:25:42 [2021-06-10T14:25:42.528Z] 
14:25:42 [2021-06-10T14:25:42.528Z] #17 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
14:25:42 [2021-06-10T14:25:42.529Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea
14:25:42 [2021-06-10T14:25:42.713Z] #22 12.60 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0)
14:25:42 [2021-06-10T14:25:42.713Z] #22 12.61 Building wheels for collected packages: yamllint
14:25:42 [2021-06-10T14:25:42.747Z] #20 65.43 Processing triggers for libc-bin (2.28-10) ...
14:25:42 [2021-06-10T14:25:42.747Z] #20 65.47 Processing triggers for mime-support (3.62) ...
14:25:42 [2021-06-10T14:25:42.969Z] #22 12.61   Running setup.py bdist_wheel for yamllint: started
14:25:43 [2021-06-10T14:25:43.342Z] #20 DONE 66.5s
14:25:43 [2021-06-10T14:25:43.342Z] 
14:25:43 [2021-06-10T14:25:43.342Z] #21 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
14:25:43 [2021-06-10T14:25:43.342Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b
14:25:43 [2021-06-10T14:25:43.898Z] #22 13.72   Running setup.py bdist_wheel for yamllint: finished with status 'done'
14:25:43 [2021-06-10T14:25:43.898Z] #22 13.72   Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627
14:25:43 [2021-06-10T14:25:43.898Z] #22 13.79 Successfully built yamllint
14:25:44 [2021-06-10T14:25:44.154Z] #22 13.81 Installing collected packages: pathspec, pyyaml, yamllint
14:25:44 [2021-06-10T14:25:44.411Z] #22 14.18 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1
14:25:44 [2021-06-10T14:25:44.432Z] #17 ...
14:25:44 [2021-06-10T14:25:44.432Z] 
14:25:44 [2021-06-10T14:25:44.432Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:25:44 [2021-06-10T14:25:44.432Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:25:44 [2021-06-10T14:25:44.432Z] #43 72.25   CC       criu/arch/x86/sigframe.o
14:25:44 [2021-06-10T14:25:44.432Z] #43 72.59   LINK     criu/arch/x86/crtools.built-in.o
14:25:44 [2021-06-10T14:25:44.432Z] #43 72.63   DEP      criu/pie/util-vdso-elf32.d
14:25:44 [2021-06-10T14:25:44.432Z] #43 72.86   DEP      criu/pie/util-vdso.d
14:25:44 [2021-06-10T14:25:44.432Z] #43 73.11   DEP      criu/pie/util.d
14:25:44 [2021-06-10T14:25:44.432Z] #43 73.35   CC       criu/pie/util.o
14:25:44 [2021-06-10T14:25:44.432Z] #43 73.75   CC       criu/pie/util-vdso.o
14:25:44 [2021-06-10T14:25:44.432Z] #43 74.61   CC       criu/pie/util-vdso-elf32.o
14:25:44 [2021-06-10T14:25:44.432Z] #43 75.45   AR       criu/pie/pie.lib.a
14:25:44 [2021-06-10T14:25:44.432Z] #43 75.51   DEP      criu/pie/restorer.d
14:25:44 [2021-06-10T14:25:44.432Z] #43 75.76   DEP      criu/arch/x86/sigaction_compat_pie.d
14:25:44 [2021-06-10T14:25:44.432Z] #43 75.94   DEP      criu/arch/x86/restorer_unmap.d
14:25:44 [2021-06-10T14:25:44.432Z] #43 75.97   DEP      criu/arch/x86/restorer.d
14:25:44 [2021-06-10T14:25:44.432Z] #43 76.18   DEP      criu/arch/x86/vdso-pie.d
14:25:44 [2021-06-10T14:25:44.432Z] #43 76.30   DEP      criu/pie/parasite-vdso.d
14:25:44 [2021-06-10T14:25:44.432Z] #43 76.47   DEP      criu/pie/parasite.d
14:25:44 [2021-06-10T14:25:44.432Z] #43 76.90   CC       criu/pie/parasite.o
14:25:44 [2021-06-10T14:25:44.432Z] #43 78.57   LINK     criu/pie/parasite.built-in.o
14:25:44 [2021-06-10T14:25:44.432Z] #43 78.57   GEN      criu/pie/parasite-blob.h
14:25:44 [2021-06-10T14:25:44.432Z] #43 78.63   CC       criu/pie/parasite-vdso.o
14:25:44 [2021-06-10T14:25:44.432Z] #43 79.36   CC       criu/arch/x86/vdso-pie.o
14:25:44 [2021-06-10T14:25:44.432Z] #43 79.74   CC       criu/arch/x86/restorer.o
14:25:44 [2021-06-10T14:25:44.432Z] #43 80.43   CC       criu/arch/x86/restorer_unmap.o
14:25:44 [2021-06-10T14:25:44.432Z] #43 80.50   CC       criu/arch/x86/sigaction_compat_pie.o
14:25:44 [2021-06-10T14:25:44.432Z] #43 80.90   CC       criu/pie/restorer.o
14:25:44 [2021-06-10T14:25:44.690Z] #43 ...
14:25:44 [2021-06-10T14:25:44.690Z] 
14:25:44 [2021-06-10T14:25:44.690Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
14:25:44 [2021-06-10T14:25:44.691Z] #53 sha256:36ea1a8a933c228130fe994ada6fd4d3dfbd209b3ee3d0a96e3bc71211f82db3
14:25:44 [2021-06-10T14:25:44.691Z] #53 16.68 + cd /tmp/tmp.CbNxfTBpF7/src/github.com/opencontainers/runc
14:25:44 [2021-06-10T14:25:44.691Z] #53 16.69 + git checkout -q b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
14:25:44 [2021-06-10T14:25:44.739Z] #21 1.244 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
14:25:44 [2021-06-10T14:25:44.739Z] #21 1.248 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
14:25:44 [2021-06-10T14:25:44.739Z] #21 1.254 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
14:25:44 [2021-06-10T14:25:44.739Z] #21 DONE 1.3s
14:25:44 [2021-06-10T14:25:44.739Z] 
14:25:44 [2021-06-10T14:25:44.739Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
14:25:44 [2021-06-10T14:25:44.739Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4
14:25:45 [2021-06-10T14:25:45.258Z] #53 ...
14:25:45 [2021-06-10T14:25:45.258Z] 
14:25:45 [2021-06-10T14:25:45.258Z] #17 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
14:25:45 [2021-06-10T14:25:45.258Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea
14:25:45 [2021-06-10T14:25:45.258Z] #17 DONE 3.0s
14:25:45 [2021-06-10T14:25:45.307Z] #22 ...
14:25:45 [2021-06-10T14:25:45.307Z] 
14:25:45 [2021-06-10T14:25:45.307Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:25:45 [2021-06-10T14:25:45.307Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:25:45 [2021-06-10T14:25:45.307Z] #43 118.6   CC       criu/filesystems.o
14:25:45 [2021-06-10T14:25:45.307Z] #43 119.3   CC       criu/fsnotify.o
14:25:45 [2021-06-10T14:25:45.307Z] #43 120.4   CC       criu/image-desc.o
14:25:45 [2021-06-10T14:25:45.307Z] #43 120.5   CC       criu/image.o
14:25:45 [2021-06-10T14:25:45.307Z] #43 121.7   CC       criu/ipc_ns.o
14:25:45 [2021-06-10T14:25:45.307Z] #43 122.9   CC       criu/irmap.o
14:25:45 [2021-06-10T14:25:45.307Z] #43 123.7   CC       criu/kcmp-ids.o
14:25:45 [2021-06-10T14:25:45.307Z] #43 124.0   CC       criu/kerndat.o
14:25:45 [2021-06-10T14:25:45.307Z] #43 125.2   CC       criu/libnetlink.o
14:25:45 [2021-06-10T14:25:45.307Z] #43 125.6   CC       criu/log.o
14:25:45 [2021-06-10T14:25:45.307Z] #43 126.2   CC       criu/lsm.o
14:25:45 [2021-06-10T14:25:45.307Z] #43 126.7   CC       criu/mem.o
14:25:45 [2021-06-10T14:25:45.348Z] #22 DONE 14.9s
14:25:45 [2021-06-10T14:25:45.348Z] 
14:25:45 [2021-06-10T14:25:45.348Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/cli
14:25:45 [2021-06-10T14:25:45.348Z] #25 sha256:ea2ceb59af289915852d44bff8625bfa7db8279b34591542cd20d176bc386a74
14:25:45 [2021-06-10T14:25:45.516Z] 
14:25:45 [2021-06-10T14:25:45.517Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
14:25:45 [2021-06-10T14:25:45.517Z] #53 sha256:36ea1a8a933c228130fe994ada6fd4d3dfbd209b3ee3d0a96e3bc71211f82db3
14:25:45 [2021-06-10T14:25:45.517Z] #53 17.43 + '[' -z '' ']'
14:25:45 [2021-06-10T14:25:45.517Z] #53 17.43 + target=static
14:25:45 [2021-06-10T14:25:45.517Z] #53 17.43 + make 'BUILDTAGS=seccomp ' static
14:25:45 [2021-06-10T14:25:45.604Z] #25 DONE 0.5s
14:25:45 [2021-06-10T14:25:45.604Z] 
14:25:45 [2021-06-10T14:25:45.604Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
14:25:45 [2021-06-10T14:25:45.604Z] #30 sha256:96588e098af05e6bd620b8abb485795b405d94c776668c35d1511670f59899e8
14:25:45 [2021-06-10T14:25:45.775Z] #53 17.76 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o runc .
14:25:45 [2021-06-10T14:25:45.876Z] #43 129.4   CC       criu/memfd.o
14:25:46 [2021-06-10T14:25:46.045Z] #22 ...
14:25:46 [2021-06-10T14:25:46.045Z] 
14:25:46 [2021-06-10T14:25:46.045Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:25:46 [2021-06-10T14:25:46.045Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:25:46 [2021-06-10T14:25:46.045Z] #43 124.9   CC       criu/memfd.o
14:25:46 [2021-06-10T14:25:46.045Z] #43 125.5   CC       criu/mount.o
14:25:46 [2021-06-10T14:25:46.045Z] #43 129.6   CC       criu/namespaces.o
14:25:46 [2021-06-10T14:25:46.045Z] #43 132.1   CC       criu/net.o
14:25:46 [2021-06-10T14:25:46.614Z] #43 135.8   CC       criu/netfilter.o
14:25:46 [2021-06-10T14:25:46.811Z] #43 130.1   CC       criu/mount.o
14:25:46 [2021-06-10T14:25:46.873Z] #43 ...
14:25:46 [2021-06-10T14:25:46.874Z] 
14:25:46 [2021-06-10T14:25:46.874Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
14:25:46 [2021-06-10T14:25:46.874Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4
14:25:46 [2021-06-10T14:25:46.874Z] #22 5.135 Collecting yamllint==1.26.1
14:25:47 [2021-06-10T14:25:47.151Z] #53 ...
14:25:47 [2021-06-10T14:25:47.151Z] 
14:25:47 [2021-06-10T14:25:47.151Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:25:47 [2021-06-10T14:25:47.151Z] #45 sha256:9c2594a10bf51cf229550215f6c8f4e21f529ca0adeb1d37afd998bc86f768ee
14:25:47 [2021-06-10T14:25:47.151Z] #45 149.2 github.com/LK4D4/vndr/godl
14:25:47 [2021-06-10T14:25:47.151Z] #45 150.1 github.com/LK4D4/vndr
14:25:47 [2021-06-10T14:25:47.151Z] #45 ...
14:25:47 [2021-06-10T14:25:47.151Z] 
14:25:47 [2021-06-10T14:25:47.151Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:25:47 [2021-06-10T14:25:47.151Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:25:47 [2021-06-10T14:25:47.151Z] #43 84.75   LINK     criu/pie/restorer.built-in.o
14:25:47 [2021-06-10T14:25:47.151Z] #43 84.75   GEN      criu/pie/restorer-blob.h
14:25:47 [2021-06-10T14:25:47.151Z] #43 84.90   DEP      criu/vdso.d
14:25:47 [2021-06-10T14:25:47.151Z] #43 85.12   DEP      criu/vdso-compat.d
14:25:47 [2021-06-10T14:25:47.151Z] #43 85.22   DEP      criu/uts_ns.d
14:25:47 [2021-06-10T14:25:47.151Z] #43 85.46   DEP      criu/util.d
14:25:47 [2021-06-10T14:25:47.410Z] #43 85.65   DEP      criu/uffd.d
14:25:47 [2021-06-10T14:25:47.669Z] #43 85.87   DEP      criu/tun.d
14:25:47 [2021-06-10T14:25:47.928Z] #43 86.14   DEP      criu/tty.d
14:25:48 [2021-06-10T14:25:48.186Z] #43 86.39   DEP      criu/timerfd.d
14:25:48 [2021-06-10T14:25:48.445Z] #43 86.63   DEP      criu/timens.d
14:25:48 [2021-06-10T14:25:48.445Z] #43 86.84   DEP      criu/sysfs_parse.d
14:25:48 [2021-06-10T14:25:48.703Z] #43 87.00   DEP      criu/sysctl.d
14:25:48 [2021-06-10T14:25:48.962Z] #43 87.15   DEP      criu/string.d
14:25:48 [2021-06-10T14:25:48.962Z] #43 87.22   DEP      criu/stats.d
14:25:49 [2021-06-10T14:25:49.221Z] #43 ...
14:25:49 [2021-06-10T14:25:49.221Z] 
14:25:49 [2021-06-10T14:25:49.221Z] #18 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
14:25:49 [2021-06-10T14:25:49.221Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6
14:25:49 [2021-06-10T14:25:49.221Z] #18 DONE 3.9s
14:25:49 [2021-06-10T14:25:49.221Z] 
14:25:49 [2021-06-10T14:25:49.221Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:25:49 [2021-06-10T14:25:49.221Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:25:49 [2021-06-10T14:25:49.221Z] #43 87.36   DEP      criu/sockets.d
14:25:49 [2021-06-10T14:25:49.479Z] #43 87.66   DEP      criu/sk-unix.d
14:25:49 [2021-06-10T14:25:49.479Z] #43 ...
14:25:49 [2021-06-10T14:25:49.479Z] 
14:25:49 [2021-06-10T14:25:49.479Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
14:25:49 [2021-06-10T14:25:49.479Z] #45 sha256:9c2594a10bf51cf229550215f6c8f4e21f529ca0adeb1d37afd998bc86f768ee
14:25:49 [2021-06-10T14:25:49.479Z] #45 DONE 161.7s
14:25:49 [2021-06-10T14:25:49.738Z] 
14:25:49 [2021-06-10T14:25:49.738Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:25:49 [2021-06-10T14:25:49.738Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:25:49 [2021-06-10T14:25:49.738Z] #43 87.93   DEP      criu/sk-tcp.d
14:25:49 [2021-06-10T14:25:49.738Z] #43 88.11   DEP      criu/sk-queue.d
14:25:49 [2021-06-10T14:25:49.996Z] #43 88.29   DEP      criu/sk-packet.d
14:25:50 [2021-06-10T14:25:50.093Z] #43 ...
14:25:50 [2021-06-10T14:25:50.093Z] 
14:25:50 [2021-06-10T14:25:50.093Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
14:25:50 [2021-06-10T14:25:50.093Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4
14:25:50 [2021-06-10T14:25:50.093Z] #22 5.442 Collecting yamllint==1.26.1
14:25:50 [2021-06-10T14:25:50.254Z] #43 88.56   DEP      criu/sk-netlink.d
14:25:50 [2021-06-10T14:25:50.513Z] #43 88.76   DEP      criu/sk-inet.d
14:25:50 [2021-06-10T14:25:50.772Z] #43 88.97   DEP      criu/signalfd.d
14:25:50 [2021-06-10T14:25:50.852Z] #30 ...
14:25:50 [2021-06-10T14:25:50.852Z] 
14:25:50 [2021-06-10T14:25:50.852Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
14:25:50 [2021-06-10T14:25:50.852Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
14:25:50 [2021-06-10T14:25:50.852Z] #40 DONE 222.0s
14:25:50 [2021-06-10T14:25:50.852Z] 
14:25:50 [2021-06-10T14:25:50.852Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:25:50 [2021-06-10T14:25:50.852Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:25:50 [2021-06-10T14:25:50.852Z] #43 142.0   CC       criu/pie-util.o
14:25:50 [2021-06-10T14:25:50.852Z] #43 142.1   CC       criu/pipes.o
14:25:50 [2021-06-10T14:25:50.852Z] #43 143.0   CC       criu/plugin.o
14:25:50 [2021-06-10T14:25:50.852Z] #43 143.4   CC       criu/proc_parse.o
14:25:50 [2021-06-10T14:25:50.852Z] #43 146.5   CC       criu/protobuf-desc.o
14:25:50 [2021-06-10T14:25:50.852Z] #43 147.7   CC       criu/protobuf.o
14:25:50 [2021-06-10T14:25:50.852Z] #43 148.2   CC       criu/pstree.o
14:25:50 [2021-06-10T14:25:50.852Z] #43 149.0   CC       criu/rbtree.o
14:25:50 [2021-06-10T14:25:50.852Z] #43 149.3   CC       criu/rst-malloc.o
14:25:50 [2021-06-10T14:25:50.852Z] #43 149.5   CC       criu/seccomp.o
14:25:50 [2021-06-10T14:25:50.852Z] #43 150.1   CC       criu/seize.o
14:25:50 [2021-06-10T14:25:50.852Z] #43 151.0   CC       criu/servicefd.o
14:25:50 [2021-06-10T14:25:50.852Z] #43 ...
14:25:50 [2021-06-10T14:25:50.852Z] 
14:25:50 [2021-06-10T14:25:50.852Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
14:25:50 [2021-06-10T14:25:50.852Z] #30 sha256:96588e098af05e6bd620b8abb485795b405d94c776668c35d1511670f59899e8
14:25:50 [2021-06-10T14:25:50.852Z] #30 DONE 5.1s
14:25:50 [2021-06-10T14:25:50.852Z] 
14:25:50 [2021-06-10T14:25:50.852Z] #33 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/bin/
14:25:50 [2021-06-10T14:25:50.852Z] #33 sha256:5a3556c12bc412a6dae20ccaff6877f38913c7269916d721fe004d588904ec70
14:25:51 [2021-06-10T14:25:51.031Z] #43 89.12   DEP      criu/sigframe.d
14:25:51 [2021-06-10T14:25:51.031Z] #43 89.24   DEP      criu/shmem.d
14:25:51 [2021-06-10T14:25:51.108Z] #33 DONE 0.5s
14:25:51 [2021-06-10T14:25:51.108Z] 
14:25:51 [2021-06-10T14:25:51.108Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/bin/
14:25:51 [2021-06-10T14:25:51.108Z] #35 sha256:497ab56d191fc7c0d8f809136a00148b1b068c43867c43ce6453eb1e6d6599c4
14:25:51 [2021-06-10T14:25:51.108Z] #35 DONE 0.1s
14:25:51 [2021-06-10T14:25:51.108Z] 
14:25:51 [2021-06-10T14:25:51.108Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:25:51 [2021-06-10T14:25:51.108Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:25:51 [2021-06-10T14:25:51.108Z] #43 151.5   CC       criu/shmem.o
14:25:51 [2021-06-10T14:25:51.290Z] #43 89.48   DEP      criu/servicefd.d
14:25:51 [2021-06-10T14:25:51.363Z] #43 ...
14:25:51 [2021-06-10T14:25:51.363Z] 
14:25:51 [2021-06-10T14:25:51.363Z] #38 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/bin/
14:25:51 [2021-06-10T14:25:51.363Z] #38 sha256:84035e909ff2b5848cfd4a9aba5cd3400d1a3aa8717a161ec7d2f98cf5fa2c02
14:25:51 [2021-06-10T14:25:51.363Z] #38 DONE 0.1s
14:25:51 [2021-06-10T14:25:51.363Z] 
14:25:51 [2021-06-10T14:25:51.363Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
14:25:51 [2021-06-10T14:25:51.363Z] #56 sha256:d262fd2cbea62d8ddcf70915974242c997dae805959e6153590fc1af79a8dbd9
14:25:51 [2021-06-10T14:25:51.549Z] #43 89.71   DEP      criu/seize.d
14:25:51 [2021-06-10T14:25:51.549Z] #43 89.90   DEP      criu/seccomp.d
14:25:51 [2021-06-10T14:25:51.807Z] #43 90.10   DEP      criu/rst-malloc.d
14:25:51 [2021-06-10T14:25:51.807Z] #43 90.18   DEP      criu/rbtree.d
14:25:51 [2021-06-10T14:25:51.807Z] #43 90.24   DEP      criu/pstree.d
14:25:51 [2021-06-10T14:25:51.926Z] #56 ...
14:25:51 [2021-06-10T14:25:51.926Z] 
14:25:51 [2021-06-10T14:25:51.926Z] #41 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/bin/
14:25:51 [2021-06-10T14:25:51.926Z] #41 sha256:b04d36872767296aaefea0f8ebb9842df8ab019627453386df1b68dee7d32b0b
14:25:52 [2021-06-10T14:25:52.148Z] #22 10.47   Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB)
14:25:52 [2021-06-10T14:25:52.374Z] #43 90.39   DEP      criu/protobuf.d
14:25:52 [2021-06-10T14:25:52.374Z] #43 90.55   GEN      criu/protobuf-desc-gen.h
14:25:52 [2021-06-10T14:25:52.488Z] #41 DONE 0.6s
14:25:52 [2021-06-10T14:25:52.488Z] 
14:25:52 [2021-06-10T14:25:52.488Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:25:52 [2021-06-10T14:25:52.488Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:25:52 [2021-06-10T14:25:52.488Z] #43 152.9   CC       criu/sigframe.o
14:25:52 [2021-06-10T14:25:52.488Z] #43 153.0   CC       criu/signalfd.o
14:25:52 [2021-06-10T14:25:52.744Z] #43 153.3   CC       criu/sk-inet.o
14:25:53 [2021-06-10T14:25:53.140Z] #22 ...
14:25:53 [2021-06-10T14:25:53.140Z] 
14:25:53 [2021-06-10T14:25:53.140Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:25:53 [2021-06-10T14:25:53.140Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:25:53 [2021-06-10T14:25:53.140Z] #43 136.2   CC       criu/page-pipe.o
14:25:53 [2021-06-10T14:25:53.140Z] #43 136.7   CC       criu/page-xfer.o
14:25:53 [2021-06-10T14:25:53.140Z] #43 138.1   CC       criu/pagemap-cache.o
14:25:53 [2021-06-10T14:25:53.140Z] #43 138.5   CC       criu/pagemap.o
14:25:53 [2021-06-10T14:25:53.140Z] #43 139.3   CC       criu/parasite-syscall.o
14:25:53 [2021-06-10T14:25:53.140Z] #43 140.2   CC       criu/path.o
14:25:53 [2021-06-10T14:25:53.140Z] #43 140.5   CC       criu/pie-util-vdso-elf32.o
14:25:53 [2021-06-10T14:25:53.140Z] #43 140.9   CC       criu/pie-util-vdso.o
14:25:53 [2021-06-10T14:25:53.140Z] #43 141.4   CC       criu/pie-util.o
14:25:53 [2021-06-10T14:25:53.140Z] #43 141.8   CC       criu/pipes.o
14:25:53 [2021-06-10T14:25:53.673Z] #43 154.2   CC       criu/sk-netlink.o
14:25:53 [2021-06-10T14:25:53.718Z] #43 142.7   CC       criu/plugin.o
14:25:53 [2021-06-10T14:25:53.718Z] #43 ...
14:25:53 [2021-06-10T14:25:53.718Z] 
14:25:53 [2021-06-10T14:25:53.718Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
14:25:53 [2021-06-10T14:25:53.718Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4
14:25:53 [2021-06-10T14:25:53.718Z] #22 11.92 Collecting pathspec>=0.5.3 (from yamllint==1.26.1)
14:25:53 [2021-06-10T14:25:53.718Z] #22 11.97   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
14:25:53 [2021-06-10T14:25:53.718Z] #22 12.03 Collecting pyyaml (from yamllint==1.26.1)
14:25:53 [2021-06-10T14:25:53.751Z] #43 ...
14:25:53 [2021-06-10T14:25:53.751Z] 
14:25:53 [2021-06-10T14:25:53.751Z] #19 [dev-systemd-false  6/26] RUN ldconfig
14:25:53 [2021-06-10T14:25:53.751Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df
14:25:53 [2021-06-10T14:25:53.751Z] #19 DONE 4.3s
14:25:53 [2021-06-10T14:25:53.751Z] 
14:25:53 [2021-06-10T14:25:53.751Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
14:25:53 [2021-06-10T14:25:53.751Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
14:25:54 [2021-06-10T14:25:54.235Z] #43 154.7   CC       criu/sk-packet.o
14:25:54 [2021-06-10T14:25:54.285Z] #22 12.32   Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB)
14:25:54 [2021-06-10T14:25:54.491Z] #43 ...
14:25:54 [2021-06-10T14:25:54.491Z] 
14:25:54 [2021-06-10T14:25:54.491Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
14:25:54 [2021-06-10T14:25:54.491Z] #49 sha256:95026724dd7bce7d399fecdf62a1c515ecd25bdd41463a7142a32de4604eb7d8
14:25:54 [2021-06-10T14:25:54.491Z] #49 225.7 + /build/golangci-lint --version
14:25:54 [2021-06-10T14:25:54.491Z] #49 226.0 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
14:25:54 [2021-06-10T14:25:54.491Z] #49 DONE 226.2s
14:25:54 [2021-06-10T14:25:54.543Z] #22 12.65 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0)
14:25:54 [2021-06-10T14:25:54.543Z] #22 12.66 Building wheels for collected packages: yamllint
14:25:54 [2021-06-10T14:25:54.543Z] #22 12.66   Running setup.py bdist_wheel for yamllint: started
14:25:54 [2021-06-10T14:25:54.747Z] 
14:25:54 [2021-06-10T14:25:54.747Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:25:54 [2021-06-10T14:25:54.747Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:25:54 [2021-06-10T14:25:54.747Z] #43 155.3   CC       criu/sk-queue.o
14:25:55 [2021-06-10T14:25:55.002Z] #43 155.8   CC       criu/sk-tcp.o
14:25:55 [2021-06-10T14:25:55.917Z] #22 13.91   Running setup.py bdist_wheel for yamllint: finished with status 'done'
14:25:55 [2021-06-10T14:25:55.917Z] #22 13.92   Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627
14:25:55 [2021-06-10T14:25:55.917Z] #22 13.98 Successfully built yamllint
14:25:55 [2021-06-10T14:25:55.917Z] #22 14.00 Installing collected packages: pathspec, pyyaml, yamllint
14:25:55 [2021-06-10T14:25:55.929Z] #43 156.5   CC       criu/sk-unix.o
14:25:56 [2021-06-10T14:25:56.176Z] #22 14.42 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1
14:25:56 [2021-06-10T14:25:56.654Z] #22 10.84   Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB)
14:25:56 [2021-06-10T14:25:56.913Z] #22 12.14 Collecting pathspec>=0.5.3 (from yamllint==1.26.1)
14:25:56 [2021-06-10T14:25:56.913Z] #22 12.19   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
14:25:56 [2021-06-10T14:25:56.913Z] #22 12.25 Collecting pyyaml (from yamllint==1.26.1)
14:25:57 [2021-06-10T14:25:57.113Z] #22 DONE 15.2s
14:25:57 [2021-06-10T14:25:57.113Z] 
14:25:57 [2021-06-10T14:25:57.113Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/cli
14:25:57 [2021-06-10T14:25:57.113Z] #25 sha256:57b95c383866b6c69e4683f4df5f20c80fd6aa0b0ebfa6ae2d4fdff1ee52ee30
14:25:57 [2021-06-10T14:25:57.113Z] #25 DONE 0.4s
14:25:57 [2021-06-10T14:25:57.113Z] 
14:25:57 [2021-06-10T14:25:57.113Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:25:57 [2021-06-10T14:25:57.113Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:25:57 [2021-06-10T14:25:57.113Z] #43 143.3   CC       criu/proc_parse.o
14:25:57 [2021-06-10T14:25:57.171Z] #22 12.48   Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB)
14:25:57 [2021-06-10T14:25:57.298Z] #43 158.1   CC       criu/sockets.o
14:25:57 [2021-06-10T14:25:57.430Z] #22 12.83 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0)
14:25:57 [2021-06-10T14:25:57.688Z] #22 12.84 Building wheels for collected packages: yamllint
14:25:57 [2021-06-10T14:25:57.688Z] #22 12.85   Running setup.py bdist_wheel for yamllint: started
14:25:57 [2021-06-10T14:25:57.862Z] #43 158.6   CC       criu/stats.o
14:25:57 [2021-06-10T14:25:57.940Z] #20 4.159 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
14:25:57 [2021-06-10T14:25:57.940Z] #20 4.159 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
14:25:57 [2021-06-10T14:25:57.940Z] #20 4.209 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
14:25:57 [2021-06-10T14:25:57.940Z] #20 4.212 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
14:25:58 [2021-06-10T14:25:58.051Z] #43 146.8   CC       criu/protobuf-desc.o
14:25:58 [2021-06-10T14:25:58.118Z] #43 158.8   CC       criu/string.o
14:25:58 [2021-06-10T14:25:58.118Z] #43 158.8   CC       criu/sysctl.o
14:25:58 [2021-06-10T14:25:58.199Z] #20 4.732 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [479 kB]
14:25:58 [2021-06-10T14:25:58.618Z] #43 147.6   CC       criu/protobuf.o
14:25:58 [2021-06-10T14:25:58.624Z] #22 14.01   Running setup.py bdist_wheel for yamllint: finished with status 'done'
14:25:58 [2021-06-10T14:25:58.682Z] #43 159.4   CC       criu/sysfs_parse.o
14:25:58 [2021-06-10T14:25:58.882Z] #22 14.01   Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627
14:25:58 [2021-06-10T14:25:58.882Z] #22 14.05 Successfully built yamllint
14:25:58 [2021-06-10T14:25:58.882Z] #22 14.07 Installing collected packages: pathspec, pyyaml, yamllint
14:25:58 [2021-06-10T14:25:58.939Z] #43 159.6   CC       criu/timens.o
14:25:59 [2021-06-10T14:25:59.135Z] #20 ...
14:25:59 [2021-06-10T14:25:59.135Z] 
14:25:59 [2021-06-10T14:25:59.135Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:25:59 [2021-06-10T14:25:59.135Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:25:59 [2021-06-10T14:25:59.135Z] #43 92.55   DEP      criu/protobuf-desc.d
14:25:59 [2021-06-10T14:25:59.135Z] #43 92.69   DEP      criu/proc_parse.d
14:25:59 [2021-06-10T14:25:59.135Z] #43 92.85   DEP      criu/plugin.d
14:25:59 [2021-06-10T14:25:59.135Z] #43 92.97   DEP      criu/pipes.d
14:25:59 [2021-06-10T14:25:59.135Z] #43 93.15   DEP      criu/pie-util.d
14:25:59 [2021-06-10T14:25:59.135Z] #43 93.26   DEP      criu/pie-util-vdso.d
14:25:59 [2021-06-10T14:25:59.135Z] #43 93.40   DEP      criu/pie-util-vdso-elf32.d
14:25:59 [2021-06-10T14:25:59.135Z] #43 93.48   DEP      criu/path.d
14:25:59 [2021-06-10T14:25:59.135Z] #43 93.63   DEP      criu/parasite-syscall.d
14:25:59 [2021-06-10T14:25:59.135Z] #43 93.84   DEP      criu/pagemap.d
14:25:59 [2021-06-10T14:25:59.135Z] #43 94.00   DEP      criu/pagemap-cache.d
14:25:59 [2021-06-10T14:25:59.135Z] #43 94.16   DEP      criu/page-xfer.d
14:25:59 [2021-06-10T14:25:59.135Z] #43 94.31   DEP      criu/page-pipe.d
14:25:59 [2021-06-10T14:25:59.135Z] #43 94.42   DEP      criu/netfilter.d
14:25:59 [2021-06-10T14:25:59.135Z] #43 94.58   DEP      criu/net.d
14:25:59 [2021-06-10T14:25:59.135Z] #43 94.87   DEP      criu/namespaces.d
14:25:59 [2021-06-10T14:25:59.135Z] #43 95.09   DEP      criu/mount.d
14:25:59 [2021-06-10T14:25:59.135Z] #43 95.32   DEP      criu/memfd.d
14:25:59 [2021-06-10T14:25:59.135Z] #43 95.54   DEP      criu/mem.d
14:25:59 [2021-06-10T14:25:59.135Z] #43 95.72   DEP      criu/lsm.d
14:25:59 [2021-06-10T14:25:59.135Z] #43 95.87   DEP      criu/log.d
14:25:59 [2021-06-10T14:25:59.135Z] #43 95.98   DEP      criu/libnetlink.d
14:25:59 [2021-06-10T14:25:59.135Z] #43 96.10   DEP      criu/kerndat.d
14:25:59 [2021-06-10T14:25:59.135Z] #43 96.40   DEP      criu/kcmp-ids.d
14:25:59 [2021-06-10T14:25:59.135Z] #43 96.48   DEP      criu/irmap.d
14:25:59 [2021-06-10T14:25:59.135Z] #43 96.69   DEP      criu/ipc_ns.d
14:25:59 [2021-06-10T14:25:59.135Z] #43 96.93   DEP      criu/image.d
14:25:59 [2021-06-10T14:25:59.135Z] #43 97.15   DEP      criu/image-desc.d
14:25:59 [2021-06-10T14:25:59.135Z] #43 97.25   DEP      criu/fsnotify.d
14:25:59 [2021-06-10T14:25:59.135Z] #43 97.43   DEP      criu/filesystems.d
14:25:59 [2021-06-10T14:25:59.141Z] #22 14.44 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1
14:25:59 [2021-06-10T14:25:59.187Z] #43 148.0   CC       criu/pstree.o
14:25:59 [2021-06-10T14:25:59.196Z] #43 159.9   CC       criu/timerfd.o
14:25:59 [2021-06-10T14:25:59.394Z] #43 97.59   DEP      criu/files.d
14:25:59 [2021-06-10T14:25:59.452Z] #43 160.2   CC       criu/tty.o
14:25:59 [2021-06-10T14:25:59.653Z] #43 97.88   DEP      criu/files-reg.d
14:25:59 [2021-06-10T14:25:59.756Z] #43 148.8   CC       criu/rbtree.o
14:25:59 [2021-06-10T14:25:59.912Z] #43 98.08   DEP      criu/files-ext.d
14:25:59 [2021-06-10T14:25:59.912Z] #43 98.25   DEP      criu/file-lock.d
14:26:00 [2021-06-10T14:26:00.015Z] #43 149.1   CC       criu/rst-malloc.o
14:26:00 [2021-06-10T14:26:00.077Z] #22 DONE 15.1s
14:26:00 [2021-06-10T14:26:00.077Z] 
14:26:00 [2021-06-10T14:26:00.077Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/cli
14:26:00 [2021-06-10T14:26:00.077Z] #25 sha256:46277d4e97fe1f050cc3954174f787ad3d139fc86f2f838ac6081b53ef24fb7a
14:26:00 [2021-06-10T14:26:00.077Z] #25 DONE 0.3s
14:26:00 [2021-06-10T14:26:00.077Z] 
14:26:00 [2021-06-10T14:26:00.077Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
14:26:00 [2021-06-10T14:26:00.077Z] #30 sha256:20b204016645be17621c1139f68ea001fcf978f6cffd2b6665eddc5f69a69f6e
14:26:00 [2021-06-10T14:26:00.170Z] #43 98.46   DEP      criu/file-ids.d
14:26:00 [2021-06-10T14:26:00.274Z] #43 149.3   CC       criu/seccomp.o
14:26:00 [2021-06-10T14:26:00.429Z] #43 98.64   DEP      criu/fifo.d
14:26:00 [2021-06-10T14:26:00.688Z] #43 98.85   DEP      criu/fdstore.d
14:26:00 [2021-06-10T14:26:00.688Z] #43 98.97   DEP      criu/fault-injection.d
14:26:00 [2021-06-10T14:26:00.688Z] #43 99.04   DEP      criu/external.d
14:26:00 [2021-06-10T14:26:00.822Z] #43 161.4   CC       criu/tun.o
14:26:00 [2021-06-10T14:26:00.847Z] #43 149.9   CC       criu/seize.o
14:26:00 [2021-06-10T14:26:00.947Z] #43 99.15   DEP      criu/eventpoll.d
14:26:01 [2021-06-10T14:26:01.013Z] #30 ...
14:26:01 [2021-06-10T14:26:01.013Z] 
14:26:01 [2021-06-10T14:26:01.013Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:26:01 [2021-06-10T14:26:01.013Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:26:01 [2021-06-10T14:26:01.013Z] #43 134.4   CC       criu/namespaces.o
14:26:01 [2021-06-10T14:26:01.013Z] #43 136.2   CC       criu/net.o
14:26:01 [2021-06-10T14:26:01.013Z] #43 139.2   CC       criu/netfilter.o
14:26:01 [2021-06-10T14:26:01.013Z] #43 139.6   CC       criu/page-pipe.o
14:26:01 [2021-06-10T14:26:01.013Z] #43 140.4   CC       criu/page-xfer.o
14:26:01 [2021-06-10T14:26:01.013Z] #43 142.1   CC       criu/pagemap-cache.o
14:26:01 [2021-06-10T14:26:01.013Z] #43 142.5   CC       criu/pagemap.o
14:26:01 [2021-06-10T14:26:01.013Z] #43 143.6   CC       criu/parasite-syscall.o
14:26:01 [2021-06-10T14:26:01.079Z] #43 161.7   CC       criu/uffd.o
14:26:01 [2021-06-10T14:26:01.206Z] #43 99.36   DEP      criu/eventfd.d
14:26:01 [2021-06-10T14:26:01.206Z] #43 99.52   DEP      criu/crtools.d
14:26:01 [2021-06-10T14:26:01.464Z] #43 99.80   DEP      criu/cr-service.d
14:26:01 [2021-06-10T14:26:01.581Z] #43 144.8   CC       criu/path.o
14:26:01 [2021-06-10T14:26:01.723Z] #43 100.00   DEP      criu/cr-restore.d
14:26:01 [2021-06-10T14:26:01.784Z] #43 150.6   CC       criu/servicefd.o
14:26:01 [2021-06-10T14:26:01.840Z] #43 145.1   CC       criu/pie-util-vdso-elf32.o
14:26:02 [2021-06-10T14:26:02.009Z] #43 162.5   CC       criu/util.o
14:26:02 [2021-06-10T14:26:02.044Z] #43 151.1   CC       criu/shmem.o
14:26:02 [2021-06-10T14:26:02.099Z] #43 145.4   CC       criu/pie-util-vdso.o
14:26:02 [2021-06-10T14:26:02.291Z] #43 ...
14:26:02 [2021-06-10T14:26:02.291Z] 
14:26:02 [2021-06-10T14:26:02.291Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
14:26:02 [2021-06-10T14:26:02.291Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
14:26:02 [2021-06-10T14:26:02.291Z] #32 DONE 174.0s
14:26:02 [2021-06-10T14:26:02.291Z] 
14:26:02 [2021-06-10T14:26:02.291Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:26:02 [2021-06-10T14:26:02.291Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:26:02 [2021-06-10T14:26:02.291Z] #43 100.4   DEP      criu/cr-errno.d
14:26:02 [2021-06-10T14:26:02.291Z] #43 100.4   DEP      criu/cr-dump.d
14:26:02 [2021-06-10T14:26:02.291Z] #43 ...
14:26:02 [2021-06-10T14:26:02.291Z] 
14:26:02 [2021-06-10T14:26:02.291Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
14:26:02 [2021-06-10T14:26:02.291Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
14:26:02 [2021-06-10T14:26:02.291Z] #20 5.887 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
14:26:02 [2021-06-10T14:26:02.291Z] #20 7.384 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB]
14:26:02 [2021-06-10T14:26:02.291Z] #20 8.889 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
14:26:02 [2021-06-10T14:26:02.667Z] #43 145.9   CC       criu/pie-util.o
14:26:02 [2021-06-10T14:26:02.667Z] #43 146.1   CC       criu/pipes.o
14:26:02 [2021-06-10T14:26:02.939Z] #43 163.6   CC       criu/uts_ns.o
14:26:02 [2021-06-10T14:26:02.994Z] #43 ...
14:26:02 [2021-06-10T14:26:02.994Z] 
14:26:02 [2021-06-10T14:26:02.994Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
14:26:02 [2021-06-10T14:26:02.994Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
14:26:02 [2021-06-10T14:26:02.994Z] #40 DONE 221.6s
14:26:02 [2021-06-10T14:26:02.994Z] 
14:26:02 [2021-06-10T14:26:02.994Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
14:26:02 [2021-06-10T14:26:02.994Z] #30 sha256:957ce0d15d5b108a31bd1ee4ee40dc890c099aea3ce3be94d65c633995111057
14:26:02 [2021-06-10T14:26:02.994Z] #30 DONE 5.5s
14:26:02 [2021-06-10T14:26:02.994Z] 
14:26:02 [2021-06-10T14:26:02.994Z] #33 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/bin/
14:26:02 [2021-06-10T14:26:02.994Z] #33 sha256:c2d556184dc2980dea03fa64a61efb9b76b66b5491cf529ee6b381a5aec7b17d
14:26:03 [2021-06-10T14:26:03.196Z] #43 163.7   CC       criu/vdso-compat.o
14:26:03 [2021-06-10T14:26:03.196Z] #43 163.9   CC       criu/vdso.o
14:26:03 [2021-06-10T14:26:03.277Z] #43 146.7   CC       criu/plugin.o
14:26:03 [2021-06-10T14:26:03.452Z] #43 164.3   LINK     criu/built-in.o
14:26:03 [2021-06-10T14:26:03.535Z] #43 147.0   CC       criu/proc_parse.o
14:26:03 [2021-06-10T14:26:03.569Z] #33 DONE 0.8s
14:26:03 [2021-06-10T14:26:03.569Z] 
14:26:03 [2021-06-10T14:26:03.569Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:26:03 [2021-06-10T14:26:03.569Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:26:03 [2021-06-10T14:26:03.569Z] #43 152.1   CC       criu/sigframe.o
14:26:03 [2021-06-10T14:26:03.569Z] #43 152.5   CC       criu/signalfd.o
14:26:03 [2021-06-10T14:26:03.710Z] #43 164.4   LINK     criu/criu
14:26:03 [2021-06-10T14:26:03.829Z] #43 ...
14:26:03 [2021-06-10T14:26:03.829Z] 
14:26:03 [2021-06-10T14:26:03.829Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/bin/
14:26:03 [2021-06-10T14:26:03.829Z] #35 sha256:97945e6e128791e6891358d0fe09e8c26be20145e9b071b36887ed2776e163c5
14:26:03 [2021-06-10T14:26:03.829Z] #35 DONE 0.1s
14:26:03 [2021-06-10T14:26:03.829Z] 
14:26:03 [2021-06-10T14:26:03.829Z] #38 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/bin/
14:26:03 [2021-06-10T14:26:03.829Z] #38 sha256:3e12b43eff19991fce5eb8d653bfe2800b54e7e628e88b53ad2084d6ba0c2a41
14:26:03 [2021-06-10T14:26:03.829Z] #38 DONE 0.1s
14:26:03 [2021-06-10T14:26:03.829Z] 
14:26:03 [2021-06-10T14:26:03.829Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
14:26:03 [2021-06-10T14:26:03.829Z] #49 sha256:80eab13e3fedd573c736671c83a1a84e8fd23e9bd08769841c138f2bf7f00bb7
14:26:03 [2021-06-10T14:26:03.967Z] #43 164.7   DEP      lib/c/criu.d
14:26:03 [2021-06-10T14:26:03.967Z] #43 164.8   CC       images/rpc.pb-c.o
14:26:04 [2021-06-10T14:26:04.089Z] #49 ...
14:26:04 [2021-06-10T14:26:04.089Z] 
14:26:04 [2021-06-10T14:26:04.089Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:26:04 [2021-06-10T14:26:04.089Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:26:04 [2021-06-10T14:26:04.089Z] #43 153.1   CC       criu/sk-inet.o
14:26:04 [2021-06-10T14:26:04.530Z] #43 165.2   CC       lib/c/criu.o
14:26:04 [2021-06-10T14:26:04.824Z] #20 ...
14:26:04 [2021-06-10T14:26:04.824Z] 
14:26:04 [2021-06-10T14:26:04.824Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:26:04 [2021-06-10T14:26:04.824Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:26:04 [2021-06-10T14:26:04.824Z] #43 100.7   DEP      criu/cr-dedup.d
14:26:04 [2021-06-10T14:26:04.824Z] #43 100.8   DEP      criu/cr-check.d
14:26:04 [2021-06-10T14:26:04.824Z] #43 101.2   DEP      criu/config.d
14:26:04 [2021-06-10T14:26:04.824Z] #43 101.4   DEP      criu/clone-noasan.d
14:26:04 [2021-06-10T14:26:04.824Z] #43 101.6   DEP      criu/cgroup.d
14:26:04 [2021-06-10T14:26:04.824Z] #43 101.8   DEP      criu/cgroup-props.d
14:26:04 [2021-06-10T14:26:04.824Z] #43 102.0   DEP      criu/bitmap.d
14:26:04 [2021-06-10T14:26:04.824Z] #43 102.0   DEP      criu/bfd.d
14:26:04 [2021-06-10T14:26:04.824Z] #43 102.1   DEP      criu/autofs.d
14:26:04 [2021-06-10T14:26:04.824Z] #43 102.3   DEP      criu/aio.d
14:26:04 [2021-06-10T14:26:04.824Z] #43 102.5   DEP      criu/action-scripts.d
14:26:04 [2021-06-10T14:26:04.824Z] #43 103.0   CC       criu/action-scripts.o
14:26:04 [2021-06-10T14:26:04.912Z] #43 ...
14:26:04 [2021-06-10T14:26:04.912Z] 
14:26:04 [2021-06-10T14:26:04.912Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
14:26:04 [2021-06-10T14:26:04.912Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
14:26:04 [2021-06-10T14:26:04.912Z] #40 DONE 219.6s
14:26:05 [2021-06-10T14:26:05.026Z] #43 ...
14:26:05 [2021-06-10T14:26:05.026Z] 
14:26:05 [2021-06-10T14:26:05.026Z] #41 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/bin/
14:26:05 [2021-06-10T14:26:05.026Z] #41 sha256:808d8f76d2348a721e32e323b92928ca798ef31ffdabba91b68eaa9ef674ec1a
14:26:05 [2021-06-10T14:26:05.026Z] #41 DONE 0.5s
14:26:05 [2021-06-10T14:26:05.093Z] #43 165.9   LINK     lib/c/built-in.o
14:26:05 [2021-06-10T14:26:05.093Z] #43 165.9   LINK     lib/c/libcriu.so
14:26:05 [2021-06-10T14:26:05.093Z] #43 166.0   LINK     lib/c/libcriu.a
14:26:05 [2021-06-10T14:26:05.170Z] 
14:26:05 [2021-06-10T14:26:05.170Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
14:26:05 [2021-06-10T14:26:05.171Z] #30 sha256:20b204016645be17621c1139f68ea001fcf978f6cffd2b6665eddc5f69a69f6e
14:26:05 [2021-06-10T14:26:05.171Z] #30 DONE 4.9s
14:26:05 [2021-06-10T14:26:05.171Z] 
14:26:05 [2021-06-10T14:26:05.171Z] #33 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/bin/
14:26:05 [2021-06-10T14:26:05.171Z] #33 sha256:1c92e2ffdb31424f253c72d9ff1de41183bbaaa96a6db18c917fb16f5d6c9360
14:26:05 [2021-06-10T14:26:05.285Z] 
14:26:05 [2021-06-10T14:26:05.285Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:26:05 [2021-06-10T14:26:05.285Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:26:05 [2021-06-10T14:26:05.285Z] #43 154.3   CC       criu/sk-netlink.o
14:26:05 [2021-06-10T14:26:05.350Z] #43 166.1   GEN      magic.py
14:26:05 [2021-06-10T14:26:05.350Z] #43 166.2 Note: Building without setproctitle() and strlcpy() support.
14:26:05 [2021-06-10T14:26:05.350Z] #43 166.2       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
14:26:05 [2021-06-10T14:26:05.350Z] #43 166.2 Note: Building without GnuTLS support
14:26:05 [2021-06-10T14:26:05.392Z] #43 103.6   CC       criu/aio.o
14:26:05 [2021-06-10T14:26:05.544Z] #43 154.6   CC       criu/sk-packet.o
14:26:05 [2021-06-10T14:26:05.606Z] #43 166.2 Makefile.config:39: Warn: you have no libnftables installed
14:26:05 [2021-06-10T14:26:05.606Z] #43 166.2 Makefile.config:40: Warn: Building without nftables support
14:26:05 [2021-06-10T14:26:05.738Z] #33 DONE 0.4s
14:26:05 [2021-06-10T14:26:05.738Z] 
14:26:05 [2021-06-10T14:26:05.738Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/bin/
14:26:05 [2021-06-10T14:26:05.738Z] #35 sha256:1ab6b15158ccd35a171877ede96e54036070461cfd67254e67d8799d79ad0d54
14:26:05 [2021-06-10T14:26:05.738Z] #35 DONE 0.1s
14:26:05 [2021-06-10T14:26:05.738Z] 
14:26:05 [2021-06-10T14:26:05.738Z] #38 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/bin/
14:26:05 [2021-06-10T14:26:05.738Z] #38 sha256:ae4b9b199dff6360c48f6e73d8c7b274733ccf5a5cd8db876bc98630c99efc2e
14:26:05 [2021-06-10T14:26:05.738Z] #38 DONE 0.1s
14:26:05 [2021-06-10T14:26:05.738Z] 
14:26:05 [2021-06-10T14:26:05.738Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
14:26:05 [2021-06-10T14:26:05.738Z] #53 sha256:830ba2344ab207e636dcbdb88c452d687c404fb03477b5007cd8647e929daa04
14:26:05 [2021-06-10T14:26:05.959Z] #43 104.3   CC       criu/autofs.o
14:26:06 [2021-06-10T14:26:06.113Z] #43 155.1   CC       criu/sk-queue.o
14:26:06 [2021-06-10T14:26:06.170Z] #43 166.7 fatal: not a git repository (or any of the parent directories): .git
14:26:06 [2021-06-10T14:26:06.306Z] #53 ...
14:26:06 [2021-06-10T14:26:06.306Z] 
14:26:06 [2021-06-10T14:26:06.306Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:26:06 [2021-06-10T14:26:06.306Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:26:06 [2021-06-10T14:26:06.306Z] #43 149.6   CC       criu/protobuf-desc.o
14:26:06 [2021-06-10T14:26:06.372Z] #43 155.6   CC       criu/sk-tcp.o
14:26:06 [2021-06-10T14:26:06.427Z] #43 167.2 make[1]: Nothing to be done for 'all'.
14:26:06 [2021-06-10T14:26:06.989Z] #43 167.7 make[1]: 'images/built-in.o' is up to date.
14:26:06 [2021-06-10T14:26:06.989Z] #43 167.8 make[1]: 'compel/plugins/std.lib.a' is up to date.
14:26:06 [2021-06-10T14:26:06.989Z] #43 167.8 make[1]: 'compel/plugins/fds.lib.a' is up to date.
14:26:07 [2021-06-10T14:26:07.242Z] #43 ...
14:26:07 [2021-06-10T14:26:07.242Z] 
14:26:07 [2021-06-10T14:26:07.242Z] #41 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/bin/
14:26:07 [2021-06-10T14:26:07.242Z] #41 sha256:6f089a1ddf1adfda3c396fa9f04afda9efb47a1660d911bdc7ab36d63d740e66
14:26:07 [2021-06-10T14:26:07.242Z] #41 DONE 0.8s
14:26:07 [2021-06-10T14:26:07.242Z] 
14:26:07 [2021-06-10T14:26:07.242Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:26:07 [2021-06-10T14:26:07.242Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:26:07 [2021-06-10T14:26:07.242Z] #43 150.4   CC       criu/protobuf.o
14:26:07 [2021-06-10T14:26:07.246Z] #43 167.8 make[1]: 'compel/libcompel.a' is up to date.
14:26:07 [2021-06-10T14:26:07.246Z] #43 167.8 make[1]: 'compel/compel-host-bin' is up to date.
14:26:07 [2021-06-10T14:26:07.246Z] #43 167.9 make[1]: Nothing to be done for 'all'.
14:26:07 [2021-06-10T14:26:07.246Z] #43 167.9 make[1]: 'soccr/libsoccr.a' is up to date.
14:26:07 [2021-06-10T14:26:07.309Z] #43 ...
14:26:07 [2021-06-10T14:26:07.309Z] 
14:26:07 [2021-06-10T14:26:07.309Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
14:26:07 [2021-06-10T14:26:07.309Z] #49 sha256:80eab13e3fedd573c736671c83a1a84e8fd23e9bd08769841c138f2bf7f00bb7
14:26:07 [2021-06-10T14:26:07.309Z] #49 225.6 + /build/golangci-lint --version
14:26:07 [2021-06-10T14:26:07.309Z] #49 226.0 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
14:26:07 [2021-06-10T14:26:07.309Z] #49 DONE 226.1s
14:26:07 [2021-06-10T14:26:07.309Z] 
14:26:07 [2021-06-10T14:26:07.309Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:26:07 [2021-06-10T14:26:07.309Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:26:07 [2021-06-10T14:26:07.309Z] #43 156.0   CC       criu/sk-unix.o
14:26:07 [2021-06-10T14:26:07.501Z] #43 150.8   CC       criu/pstree.o
14:26:07 [2021-06-10T14:26:07.502Z] #43 168.1 make[2]: Nothing to be done for 'all'.
14:26:07 [2021-06-10T14:26:07.502Z] #43 168.1 make[2]: Nothing to be done for 'all'.
14:26:07 [2021-06-10T14:26:07.502Z] #43 168.2 make[2]: Nothing to be done for 'all'.
14:26:07 [2021-06-10T14:26:07.502Z] #43 168.2 make[2]: Nothing to be done for 'all'.
14:26:07 [2021-06-10T14:26:07.502Z] #43 168.3 make[2]: Nothing to be done for 'all'.
14:26:07 [2021-06-10T14:26:07.759Z] #43 168.3 make[2]: Nothing to be done for 'all'.
14:26:07 [2021-06-10T14:26:07.759Z] #43 168.3 make[2]: Nothing to be done for 'all'.
14:26:07 [2021-06-10T14:26:07.759Z] #43 168.4 make[2]: Nothing to be done for 'all'.
14:26:07 [2021-06-10T14:26:07.759Z] #43 168.4   INSTALL  criu/criu
14:26:07 [2021-06-10T14:26:07.862Z] #43 105.9   CC       criu/bfd.o
14:26:08 [2021-06-10T14:26:08.015Z] #43 DONE 168.7s
14:26:08 [2021-06-10T14:26:08.015Z] 
14:26:08 [2021-06-10T14:26:08.015Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
14:26:08 [2021-06-10T14:26:08.015Z] #53 sha256:7122b23ef07ef761460019903ed038ec62115efaac75c2363ec7faaadcc84fe5
14:26:08 [2021-06-10T14:26:08.121Z] #43 106.4   CC       criu/bitmap.o
14:26:08 [2021-06-10T14:26:08.380Z] #43 106.6   CC       criu/cgroup-props.o
14:26:08 [2021-06-10T14:26:08.437Z] #43 151.7   CC       criu/rbtree.o
14:26:08 [2021-06-10T14:26:08.696Z] #43 152.0   CC       criu/rst-malloc.o
14:26:08 [2021-06-10T14:26:08.696Z] #43 152.2   CC       criu/seccomp.o
14:26:08 [2021-06-10T14:26:08.943Z] #53 ...
14:26:08 [2021-06-10T14:26:08.943Z] 
14:26:08 [2021-06-10T14:26:08.943Z] #44 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
14:26:08 [2021-06-10T14:26:08.943Z] #44 sha256:e7bb0670d7a60a92ccad34c5398be2bc302b35dceeaa49b8453c621234475e8c
14:26:09 [2021-06-10T14:26:09.199Z] #44 DONE 0.1s
14:26:09 [2021-06-10T14:26:09.199Z] 
14:26:09 [2021-06-10T14:26:09.199Z] #46 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/bin/
14:26:09 [2021-06-10T14:26:09.199Z] #46 sha256:4358b15676bb1f5277dc1519e60f8a6a63c23839d91be6c498c3e3508f477ff8
14:26:09 [2021-06-10T14:26:09.199Z] #46 DONE 0.2s
14:26:09 [2021-06-10T14:26:09.199Z] 
14:26:09 [2021-06-10T14:26:09.199Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
14:26:09 [2021-06-10T14:26:09.199Z] #53 sha256:7122b23ef07ef761460019903ed038ec62115efaac75c2363ec7faaadcc84fe5
14:26:09 [2021-06-10T14:26:09.221Z] #43 158.1   CC       criu/sockets.o
14:26:09 [2021-06-10T14:26:09.317Z] #43 107.4   CC       criu/cgroup.o
14:26:09 [2021-06-10T14:26:09.455Z] #53 ...
14:26:09 [2021-06-10T14:26:09.455Z] 
14:26:09 [2021-06-10T14:26:09.455Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/bin/
14:26:09 [2021-06-10T14:26:09.455Z] #48 sha256:b0e1cffc6991f4e5f1e5906634ccb66b434641c5e02137578636d49c913ddc71
14:26:09 [2021-06-10T14:26:09.455Z] #48 DONE 0.1s
14:26:09 [2021-06-10T14:26:09.455Z] 
14:26:09 [2021-06-10T14:26:09.455Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/
14:26:09 [2021-06-10T14:26:09.455Z] #50 sha256:a7f1016223b5bae2b37e77d8399a9c030694bd3861e6be302c6c143e76cf90ef
14:26:09 [2021-06-10T14:26:09.632Z] #43 152.8   CC       criu/seize.o
14:26:09 [2021-06-10T14:26:09.794Z] #43 158.7   CC       criu/stats.o
14:26:09 [2021-06-10T14:26:09.794Z] #43 158.9   CC       criu/string.o
14:26:09 [2021-06-10T14:26:09.794Z] #43 159.0   CC       criu/sysctl.o
14:26:09 [2021-06-10T14:26:09.891Z] #43 153.5   CC       criu/servicefd.o
14:26:10 [2021-06-10T14:26:10.016Z] #50 DONE 0.4s
14:26:10 [2021-06-10T14:26:10.016Z] 
14:26:10 [2021-06-10T14:26:10.016Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
14:26:10 [2021-06-10T14:26:10.016Z] #53 sha256:7122b23ef07ef761460019903ed038ec62115efaac75c2363ec7faaadcc84fe5
14:26:10 [2021-06-10T14:26:10.016Z] #53 ...
14:26:10 [2021-06-10T14:26:10.016Z] 
14:26:10 [2021-06-10T14:26:10.016Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/bin/
14:26:10 [2021-06-10T14:26:10.016Z] #52 sha256:450b9fa82c06369c660a03b694153eedd1ca8255d2a5a4533ddfc46a02b5e74b
14:26:10 [2021-06-10T14:26:10.016Z] #52 DONE 0.1s
14:26:10 [2021-06-10T14:26:10.016Z] 
14:26:10 [2021-06-10T14:26:10.016Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
14:26:10 [2021-06-10T14:26:10.016Z] #56 sha256:d262fd2cbea62d8ddcf70915974242c997dae805959e6153590fc1af79a8dbd9
14:26:10 [2021-06-10T14:26:10.458Z] #43 153.8   CC       criu/shmem.o
14:26:10 [2021-06-10T14:26:10.733Z] #43 159.5   CC       criu/sysfs_parse.o
14:26:10 [2021-06-10T14:26:10.733Z] #43 159.7   CC       criu/timens.o
14:26:10 [2021-06-10T14:26:10.992Z] #43 159.9   CC       criu/timerfd.o
14:26:10 [2021-06-10T14:26:10.992Z] #43 160.1   CC       criu/tty.o
14:26:11 [2021-06-10T14:26:11.394Z] #43 154.6   CC       criu/sigframe.o
14:26:11 [2021-06-10T14:26:11.394Z] #43 154.7   CC       criu/signalfd.o
14:26:11 [2021-06-10T14:26:11.394Z] #43 155.0   CC       criu/sk-inet.o
14:26:12 [2021-06-10T14:26:12.330Z] #43 155.9   CC       criu/sk-netlink.o
14:26:12 [2021-06-10T14:26:12.372Z] #43 161.3   CC       criu/tun.o
14:26:12 [2021-06-10T14:26:12.588Z] #43 ...
14:26:12 [2021-06-10T14:26:12.588Z] 
14:26:12 [2021-06-10T14:26:12.588Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
14:26:12 [2021-06-10T14:26:12.588Z] #49 sha256:008f8b7db5c9f77334274821c58b13d777622fd13c0f6d6ab37b8bdfbbe908e0
14:26:12 [2021-06-10T14:26:12.588Z] #49 226.5 + /build/golangci-lint --version
14:26:12 [2021-06-10T14:26:12.588Z] #49 226.9 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
14:26:12 [2021-06-10T14:26:12.588Z] #49 DONE 227.5s
14:26:12 [2021-06-10T14:26:12.603Z] #43 110.7   CC       criu/clone-noasan.o
14:26:12 [2021-06-10T14:26:12.603Z] #43 110.9   CC       criu/config.o
14:26:12 [2021-06-10T14:26:12.632Z] #43 161.7   CC       criu/uffd.o
14:26:12 [2021-06-10T14:26:12.847Z] 
14:26:12 [2021-06-10T14:26:12.847Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:26:12 [2021-06-10T14:26:12.847Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:26:12 [2021-06-10T14:26:12.847Z] #43 156.2   CC       criu/sk-packet.o
14:26:13 [2021-06-10T14:26:13.414Z] #43 157.0   CC       criu/sk-queue.o
14:26:13 [2021-06-10T14:26:13.568Z] #43 162.6   CC       criu/util.o
14:26:14 [2021-06-10T14:26:14.349Z] #43 157.5   CC       criu/sk-tcp.o
14:26:14 [2021-06-10T14:26:14.506Z] #43 163.5   CC       criu/uts_ns.o
14:26:14 [2021-06-10T14:26:14.506Z] #43 112.6   CC       criu/cr-check.o
14:26:14 [2021-06-10T14:26:14.608Z] #43 158.0   CC       criu/sk-unix.o
14:26:14 [2021-06-10T14:26:14.766Z] #43 163.7   CC       criu/vdso-compat.o
14:26:14 [2021-06-10T14:26:14.766Z] #43 163.8   CC       criu/vdso.o
14:26:15 [2021-06-10T14:26:15.334Z] #43 164.3   LINK     criu/built-in.o
14:26:15 [2021-06-10T14:26:15.334Z] #43 164.4   LINK     criu/criu
14:26:15 [2021-06-10T14:26:15.902Z] #43 164.7   DEP      lib/c/criu.d
14:26:15 [2021-06-10T14:26:15.902Z] #43 164.8   CC       images/rpc.pb-c.o
14:26:15 [2021-06-10T14:26:15.984Z] #43 159.3   CC       criu/sockets.o
14:26:16 [2021-06-10T14:26:16.165Z] #43 165.2   CC       lib/c/criu.o
14:26:16 [2021-06-10T14:26:16.243Z] #43 159.8   CC       criu/stats.o
14:26:16 [2021-06-10T14:26:16.409Z] #43 114.5   CC       criu/cr-dedup.o
14:26:16 [2021-06-10T14:26:16.501Z] #43 160.0   CC       criu/string.o
14:26:16 [2021-06-10T14:26:16.648Z] #56 200.2 + bin/containerd
14:26:16 [2021-06-10T14:26:16.667Z] #43 115.0   CC       criu/cr-dump.o
14:26:16 [2021-06-10T14:26:16.667Z] #43 ...
14:26:16 [2021-06-10T14:26:16.667Z] 
14:26:16 [2021-06-10T14:26:16.667Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
14:26:16 [2021-06-10T14:26:16.667Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
14:26:16 [2021-06-10T14:26:16.667Z] #20 14.53 Fetched 8973 kB in 11s (844 kB/s)
14:26:16 [2021-06-10T14:26:16.667Z] #20 14.53 Reading package lists...
14:26:16 [2021-06-10T14:26:16.667Z] #20 17.98 Reading package lists...
14:26:16 [2021-06-10T14:26:16.667Z] #20 21.52 Building dependency tree...
14:26:16 [2021-06-10T14:26:16.667Z] #20 23.13 libcap2-bin is already the newest version (1:2.25-2).
14:26:16 [2021-06-10T14:26:16.667Z] #20 23.13 The following additional packages will be installed:
14:26:16 [2021-06-10T14:26:16.667Z] #20 23.14   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
14:26:16 [2021-06-10T14:26:16.667Z] #20 23.14   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
14:26:16 [2021-06-10T14:26:16.667Z] #20 23.14   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
14:26:16 [2021-06-10T14:26:16.667Z] #20 23.15   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
14:26:16 [2021-06-10T14:26:16.667Z] #20 23.15   python3.7 python3.7-minimal vim-runtime xxd
14:26:16 [2021-06-10T14:26:16.667Z] #20 23.15 Suggested packages:
14:26:16 [2021-06-10T14:26:16.667Z] #20 23.15   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
14:26:16 [2021-06-10T14:26:16.667Z] #20 23.15   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
14:26:16 [2021-06-10T14:26:16.667Z] #20 23.15   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
14:26:16 [2021-06-10T14:26:16.667Z] #20 23.15 Recommended packages:
14:26:16 [2021-06-10T14:26:16.667Z] #20 23.15   aufs-dkms nftables build-essential python3-dev python3-keyring
14:26:16 [2021-06-10T14:26:16.667Z] #20 23.16   python3-keyrings.alt python3-xdg unzip
14:26:16 [2021-06-10T14:26:16.761Z] #43 160.1   CC       criu/sysctl.o
14:26:17 [2021-06-10T14:26:17.023Z] #43 160.5   CC       criu/sysfs_parse.o
14:26:17 [2021-06-10T14:26:17.104Z] #43 166.0   LINK     lib/c/built-in.o
14:26:17 [2021-06-10T14:26:17.104Z] #43 166.0   LINK     lib/c/libcriu.so
14:26:17 [2021-06-10T14:26:17.104Z] #43 166.1   LINK     lib/c/libcriu.a
14:26:17 [2021-06-10T14:26:17.104Z] #43 166.2   GEN      magic.py
14:26:17 [2021-06-10T14:26:17.282Z] #43 160.7   CC       criu/timens.o
14:26:17 [2021-06-10T14:26:17.363Z] #43 166.3 Note: Building without setproctitle() and strlcpy() support.
14:26:17 [2021-06-10T14:26:17.363Z] #43 166.3       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
14:26:17 [2021-06-10T14:26:17.363Z] #43 166.3 Note: Building without GnuTLS support
14:26:17 [2021-06-10T14:26:17.363Z] #43 166.3 Makefile.config:39: Warn: you have no libnftables installed
14:26:17 [2021-06-10T14:26:17.363Z] #43 166.3 Makefile.config:40: Warn: Building without nftables support
14:26:17 [2021-06-10T14:26:17.541Z] #43 161.0   CC       criu/timerfd.o
14:26:17 [2021-06-10T14:26:17.800Z] #43 161.2   CC       criu/tty.o
14:26:17 [2021-06-10T14:26:17.932Z] #43 167.0 fatal: not a git repository (or any of the parent directories): .git
14:26:18 [2021-06-10T14:26:18.500Z] #43 167.5 make[1]: Nothing to be done for 'all'.
14:26:18 [2021-06-10T14:26:18.632Z] #20 24.95 The following NEW packages will be installed:
14:26:18 [2021-06-10T14:26:18.632Z] #20 24.95   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
14:26:18 [2021-06-10T14:26:18.632Z] #20 24.96   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
14:26:18 [2021-06-10T14:26:18.632Z] #20 24.96   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
14:26:18 [2021-06-10T14:26:18.632Z] #20 24.96   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
14:26:18 [2021-06-10T14:26:18.632Z] #20 24.96   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
14:26:18 [2021-06-10T14:26:18.632Z] #20 24.96   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
14:26:18 [2021-06-10T14:26:18.632Z] #20 24.96   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
14:26:18 [2021-06-10T14:26:18.632Z] #20 24.97   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
14:26:18 [2021-06-10T14:26:18.632Z] #20 24.97   xz-utils zip
14:26:18 [2021-06-10T14:26:18.891Z] #20 25.31 0 upgraded, 48 newly installed, 0 to remove and 28 not upgraded.
14:26:18 [2021-06-10T14:26:18.891Z] #20 25.31 Need to get 28.5 MB of archives.
14:26:18 [2021-06-10T14:26:18.891Z] #20 25.31 After this operation, 116 MB of additional disk space will be used.
14:26:18 [2021-06-10T14:26:18.891Z] #20 25.31 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
14:26:18 [2021-06-10T14:26:18.891Z] #20 25.31 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB]
14:26:18 [2021-06-10T14:26:18.891Z] #20 25.33 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB]
14:26:18 [2021-06-10T14:26:18.891Z] #20 25.44 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
14:26:18 [2021-06-10T14:26:18.891Z] #20 25.45 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
14:26:18 [2021-06-10T14:26:18.891Z] #20 25.46 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB]
14:26:18 [2021-06-10T14:26:18.891Z] #20 25.54 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB]
14:26:19 [2021-06-10T14:26:19.072Z] #43 168.1 make[1]: 'images/built-in.o' is up to date.
14:26:19 [2021-06-10T14:26:19.072Z] #43 168.1 make[1]: 'compel/plugins/std.lib.a' is up to date.
14:26:19 [2021-06-10T14:26:19.072Z] #43 168.1 make[1]: 'compel/plugins/fds.lib.a' is up to date.
14:26:19 [2021-06-10T14:26:19.072Z] #43 168.2 make[1]: 'compel/libcompel.a' is up to date.
14:26:19 [2021-06-10T14:26:19.072Z] #43 168.2 make[1]: 'compel/compel-host-bin' is up to date.
14:26:19 [2021-06-10T14:26:19.072Z] #43 168.2 make[1]: Nothing to be done for 'all'.
14:26:19 [2021-06-10T14:26:19.157Z] #20 25.56 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
14:26:19 [2021-06-10T14:26:19.157Z] #20 25.56 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
14:26:19 [2021-06-10T14:26:19.157Z] #20 25.56 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
14:26:19 [2021-06-10T14:26:19.157Z] #20 25.57 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
14:26:19 [2021-06-10T14:26:19.157Z] #20 25.57 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
14:26:19 [2021-06-10T14:26:19.157Z] #20 25.57 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
14:26:19 [2021-06-10T14:26:19.157Z] #20 25.58 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
14:26:19 [2021-06-10T14:26:19.157Z] #20 25.58 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
14:26:19 [2021-06-10T14:26:19.157Z] #20 25.58 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
14:26:19 [2021-06-10T14:26:19.157Z] #20 25.61 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
14:26:19 [2021-06-10T14:26:19.157Z] #20 25.62 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
14:26:19 [2021-06-10T14:26:19.157Z] #20 25.63 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
14:26:19 [2021-06-10T14:26:19.157Z] #20 25.64 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
14:26:19 [2021-06-10T14:26:19.157Z] #20 25.64 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
14:26:19 [2021-06-10T14:26:19.157Z] #20 25.68 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
14:26:19 [2021-06-10T14:26:19.157Z] #20 25.69 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
14:26:19 [2021-06-10T14:26:19.157Z] #20 25.70 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
14:26:19 [2021-06-10T14:26:19.157Z] #20 25.72 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
14:26:19 [2021-06-10T14:26:19.157Z] #20 25.73 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
14:26:19 [2021-06-10T14:26:19.157Z] #20 25.73 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
14:26:19 [2021-06-10T14:26:19.157Z] #20 25.74 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
14:26:19 [2021-06-10T14:26:19.157Z] #20 25.74 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
14:26:19 [2021-06-10T14:26:19.178Z] #43 162.5   CC       criu/tun.o
14:26:19 [2021-06-10T14:26:19.331Z] #43 168.2 make[1]: 'soccr/libsoccr.a' is up to date.
14:26:19 [2021-06-10T14:26:19.331Z] #43 168.4 make[2]: Nothing to be done for 'all'.
14:26:19 [2021-06-10T14:26:19.331Z] #43 168.4 make[2]: Nothing to be done for 'all'.
14:26:19 [2021-06-10T14:26:19.331Z] #43 168.5 make[2]: Nothing to be done for 'all'.
14:26:19 [2021-06-10T14:26:19.417Z] #20 ...
14:26:19 [2021-06-10T14:26:19.417Z] 
14:26:19 [2021-06-10T14:26:19.417Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:26:19 [2021-06-10T14:26:19.417Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:26:19 [2021-06-10T14:26:19.417Z] #43 117.7   CC       criu/cr-errno.o
14:26:19 [2021-06-10T14:26:19.437Z] #43 162.9   CC       criu/uffd.o
14:26:19 [2021-06-10T14:26:19.601Z] #43 168.5 make[2]: Nothing to be done for 'all'.
14:26:19 [2021-06-10T14:26:19.601Z] #43 168.6 make[2]: Nothing to be done for 'all'.
14:26:19 [2021-06-10T14:26:19.601Z] #43 168.6 make[2]: Nothing to be done for 'all'.
14:26:19 [2021-06-10T14:26:19.601Z] #43 168.6 make[2]: Nothing to be done for 'all'.
14:26:19 [2021-06-10T14:26:19.601Z] #43 168.7 make[2]: Nothing to be done for 'all'.
14:26:19 [2021-06-10T14:26:19.601Z] #43 168.7   INSTALL  criu/criu
14:26:19 [2021-06-10T14:26:19.674Z] #43 117.9   CC       criu/cr-restore.o
14:26:20 [2021-06-10T14:26:20.172Z] #43 DONE 169.1s
14:26:20 [2021-06-10T14:26:20.172Z] 
14:26:20 [2021-06-10T14:26:20.172Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
14:26:20 [2021-06-10T14:26:20.172Z] #56 sha256:edd351a8102ff0761c3a6d01c8fe72de8a7c0253c56df6bd2655d867cec89259
14:26:20 [2021-06-10T14:26:20.372Z] #43 163.7   CC       criu/util.o
14:26:20 [2021-06-10T14:26:20.824Z] #56 ...
14:26:20 [2021-06-10T14:26:20.824Z] 
14:26:20 [2021-06-10T14:26:20.824Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
14:26:20 [2021-06-10T14:26:20.824Z] #53 sha256:7122b23ef07ef761460019903ed038ec62115efaac75c2363ec7faaadcc84fe5
14:26:20 [2021-06-10T14:26:20.824Z] #53 126.4 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
14:26:20 [2021-06-10T14:26:20.940Z] #43 164.5   CC       criu/uts_ns.o
14:26:21 [2021-06-10T14:26:21.110Z] #56 ...
14:26:21 [2021-06-10T14:26:21.110Z] 
14:26:21 [2021-06-10T14:26:21.110Z] #44 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
14:26:21 [2021-06-10T14:26:21.110Z] #44 sha256:7d818e44435c7cce965b8777f2908e4537cc828a0210c57de535f8845380dfd7
14:26:21 [2021-06-10T14:26:21.110Z] #44 DONE 0.1s
14:26:21 [2021-06-10T14:26:21.110Z] 
14:26:21 [2021-06-10T14:26:21.110Z] #46 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/bin/
14:26:21 [2021-06-10T14:26:21.110Z] #46 sha256:9273da59669084ef90089ec104223f24ce00e16b536821d5118b61e1a23ae881
14:26:21 [2021-06-10T14:26:21.198Z] #43 164.7   CC       criu/vdso-compat.o
14:26:21 [2021-06-10T14:26:21.373Z] #46 DONE 0.2s
14:26:21 [2021-06-10T14:26:21.373Z] 
14:26:21 [2021-06-10T14:26:21.373Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
14:26:21 [2021-06-10T14:26:21.373Z] #56 sha256:edd351a8102ff0761c3a6d01c8fe72de8a7c0253c56df6bd2655d867cec89259
14:26:21 [2021-06-10T14:26:21.373Z] #56 ...
14:26:21 [2021-06-10T14:26:21.373Z] 
14:26:21 [2021-06-10T14:26:21.373Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/bin/
14:26:21 [2021-06-10T14:26:21.373Z] #48 sha256:9812a5bb41288e1283399962c65222009885a0f6067d91aee4a5045459d60d70
14:26:21 [2021-06-10T14:26:21.373Z] #48 DONE 0.1s
14:26:21 [2021-06-10T14:26:21.457Z] #43 164.9   CC       criu/vdso.o
14:26:21 [2021-06-10T14:26:21.633Z] 
14:26:21 [2021-06-10T14:26:21.633Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/
14:26:21 [2021-06-10T14:26:21.633Z] #50 sha256:6c753524a3a7d560275d923ff4401e2bab99a7ee5f2ed291233de410564cf87a
14:26:21 [2021-06-10T14:26:21.754Z] #53 127.4 + mkdir -p /build
14:26:21 [2021-06-10T14:26:21.893Z] #50 DONE 0.5s
14:26:21 [2021-06-10T14:26:21.893Z] 
14:26:21 [2021-06-10T14:26:21.893Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/bin/
14:26:21 [2021-06-10T14:26:21.893Z] #52 sha256:5e946ebca99cb6ee11eec219acc1102b7b5fd3f29ab6b8be214dca1907365ffb
14:26:21 [2021-06-10T14:26:21.893Z] #52 DONE 0.1s
14:26:21 [2021-06-10T14:26:21.893Z] 
14:26:21 [2021-06-10T14:26:21.893Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
14:26:21 [2021-06-10T14:26:21.893Z] #53 sha256:a2aca08a4a3430afb4f9cc641a311a3afda970776d654669a3c792b40345064d
14:26:22 [2021-06-10T14:26:22.011Z] #53 127.4 + cp runc /build/runc
14:26:22 [2021-06-10T14:26:22.024Z] #43 165.3   LINK     criu/built-in.o
14:26:22 [2021-06-10T14:26:22.024Z] #43 165.4   LINK     criu/criu
14:26:22 [2021-06-10T14:26:22.268Z] #53 DONE 127.9s
14:26:22 [2021-06-10T14:26:22.268Z] 
14:26:22 [2021-06-10T14:26:22.268Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
14:26:22 [2021-06-10T14:26:22.268Z] #56 sha256:d262fd2cbea62d8ddcf70915974242c997dae805959e6153590fc1af79a8dbd9
14:26:22 [2021-06-10T14:26:22.283Z] #43 165.7   DEP      lib/c/criu.d
14:26:22 [2021-06-10T14:26:22.283Z] #43 165.8   CC       images/rpc.pb-c.o
14:26:22 [2021-06-10T14:26:22.850Z] #43 166.3   CC       lib/c/criu.o
14:26:23 [2021-06-10T14:26:23.418Z] #43 167.0   LINK     lib/c/built-in.o
14:26:23 [2021-06-10T14:26:23.418Z] #43 167.0   LINK     lib/c/libcriu.so
14:26:23 [2021-06-10T14:26:23.418Z] #43 167.0   LINK     lib/c/libcriu.a
14:26:23 [2021-06-10T14:26:23.676Z] #43 167.1   GEN      magic.py
14:26:23 [2021-06-10T14:26:23.935Z] #43 167.2 Note: Building without setproctitle() and strlcpy() support.
14:26:23 [2021-06-10T14:26:23.935Z] #43 167.2       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
14:26:23 [2021-06-10T14:26:23.935Z] #43 167.2 Note: Building without GnuTLS support
14:26:23 [2021-06-10T14:26:23.935Z] #43 167.2 Makefile.config:39: Warn: you have no libnftables installed
14:26:23 [2021-06-10T14:26:23.935Z] #43 167.2 Makefile.config:40: Warn: Building without nftables support
14:26:24 [2021-06-10T14:26:24.161Z] #56 ...
14:26:24 [2021-06-10T14:26:24.161Z] 
14:26:24 [2021-06-10T14:26:24.161Z] #54 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/bin/
14:26:24 [2021-06-10T14:26:24.161Z] #54 sha256:f3bbe41d3281e1983fcdf218bd76c451894bcd113752c9736c88d9ed94bbf266
14:26:24 [2021-06-10T14:26:24.161Z] #54 DONE 0.2s
14:26:24 [2021-06-10T14:26:24.161Z] 
14:26:24 [2021-06-10T14:26:24.161Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
14:26:24 [2021-06-10T14:26:24.161Z] #56 sha256:d262fd2cbea62d8ddcf70915974242c997dae805959e6153590fc1af79a8dbd9
14:26:24 [2021-06-10T14:26:24.501Z] #43 167.9 fatal: not a git repository (or any of the parent directories): .git
14:26:24 [2021-06-10T14:26:24.935Z] #43 ...
14:26:24 [2021-06-10T14:26:24.935Z] 
14:26:24 [2021-06-10T14:26:24.935Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
14:26:24 [2021-06-10T14:26:24.935Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
14:26:24 [2021-06-10T14:26:24.935Z] #20 26.25 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
14:26:24 [2021-06-10T14:26:24.935Z] #20 26.27 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
14:26:24 [2021-06-10T14:26:24.935Z] #20 26.27 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
14:26:24 [2021-06-10T14:26:24.935Z] #20 26.27 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
14:26:24 [2021-06-10T14:26:24.935Z] #20 26.28 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
14:26:24 [2021-06-10T14:26:24.935Z] #20 26.29 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
14:26:24 [2021-06-10T14:26:24.935Z] #20 26.40 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
14:26:24 [2021-06-10T14:26:24.935Z] #20 26.40 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
14:26:24 [2021-06-10T14:26:24.935Z] #20 26.41 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
14:26:24 [2021-06-10T14:26:24.935Z] #20 26.43 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
14:26:24 [2021-06-10T14:26:24.935Z] #20 26.43 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
14:26:24 [2021-06-10T14:26:24.935Z] #20 26.45 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
14:26:24 [2021-06-10T14:26:24.935Z] #20 26.45 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB]
14:26:24 [2021-06-10T14:26:24.935Z] #20 26.52 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
14:26:24 [2021-06-10T14:26:24.935Z] #20 26.53 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
14:26:24 [2021-06-10T14:26:24.935Z] #20 26.55 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
14:26:24 [2021-06-10T14:26:24.935Z] #20 26.84 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
14:26:24 [2021-06-10T14:26:24.935Z] #20 26.91 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
14:26:24 [2021-06-10T14:26:24.936Z] #20 26.96 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
14:26:24 [2021-06-10T14:26:24.936Z] #20 27.65 debconf: delaying package configuration, since apt-utils is not installed
14:26:24 [2021-06-10T14:26:24.936Z] #20 27.76 Fetched 28.5 MB in 2s (14.8 MB/s)
14:26:24 [2021-06-10T14:26:24.936Z] #20 27.85 Selecting previously unselected package pigz.
14:26:24 [2021-06-10T14:26:24.936Z] #20 27.85 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23435 files and directories currently installed.)
14:26:24 [2021-06-10T14:26:24.936Z] #20 27.89 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
14:26:24 [2021-06-10T14:26:24.936Z] #20 27.90 Unpacking pigz (2.4-1) ...
14:26:24 [2021-06-10T14:26:24.936Z] #20 28.00 Selecting previously unselected package libpython3.7-minimal:amd64.
14:26:24 [2021-06-10T14:26:24.936Z] #20 28.00 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
14:26:24 [2021-06-10T14:26:24.936Z] #20 28.00 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
14:26:24 [2021-06-10T14:26:24.936Z] #20 28.51 Selecting previously unselected package python3.7-minimal.
14:26:24 [2021-06-10T14:26:24.936Z] #20 28.51 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
14:26:24 [2021-06-10T14:26:24.936Z] #20 28.53 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
14:26:24 [2021-06-10T14:26:24.936Z] #20 29.49 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
14:26:24 [2021-06-10T14:26:24.936Z] #20 29.52 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
14:26:24 [2021-06-10T14:26:24.936Z] #20 ...
14:26:24 [2021-06-10T14:26:24.936Z] 
14:26:24 [2021-06-10T14:26:24.936Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:26:24 [2021-06-10T14:26:24.936Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:26:24 [2021-06-10T14:26:24.936Z] #43 123.2   CC       criu/cr-service.o
14:26:25 [2021-06-10T14:26:25.069Z] #43 168.4 make[1]: Nothing to be done for 'all'.
14:26:25 [2021-06-10T14:26:25.327Z] #43 168.9 make[1]: 'images/built-in.o' is up to date.
14:26:25 [2021-06-10T14:26:25.586Z] #43 169.0 make[1]: 'compel/plugins/std.lib.a' is up to date.
14:26:25 [2021-06-10T14:26:25.586Z] #43 169.0 make[1]: 'compel/plugins/fds.lib.a' is up to date.
14:26:25 [2021-06-10T14:26:25.586Z] #43 169.0 make[1]: 'compel/libcompel.a' is up to date.
14:26:25 [2021-06-10T14:26:25.586Z] #43 169.0 make[1]: 'compel/compel-host-bin' is up to date.
14:26:25 [2021-06-10T14:26:25.586Z] #43 169.1 make[1]: Nothing to be done for 'all'.
14:26:25 [2021-06-10T14:26:25.586Z] #43 169.1 make[1]: 'soccr/libsoccr.a' is up to date.
14:26:25 [2021-06-10T14:26:25.844Z] #43 169.2 make[2]: Nothing to be done for 'all'.
14:26:25 [2021-06-10T14:26:25.844Z] #43 169.3 make[2]: Nothing to be done for 'all'.
14:26:25 [2021-06-10T14:26:25.844Z] #43 169.3 make[2]: Nothing to be done for 'all'.
14:26:25 [2021-06-10T14:26:25.844Z] #43 169.4 make[2]: Nothing to be done for 'all'.
14:26:25 [2021-06-10T14:26:25.844Z] #43 169.4 make[2]: Nothing to be done for 'all'.
14:26:25 [2021-06-10T14:26:25.844Z] #43 169.4 make[2]: Nothing to be done for 'all'.
14:26:25 [2021-06-10T14:26:25.844Z] #43 169.5 make[2]: Nothing to be done for 'all'.
14:26:26 [2021-06-10T14:26:26.103Z] #43 169.6 make[2]: Nothing to be done for 'all'.
14:26:26 [2021-06-10T14:26:26.103Z] #43 169.6   INSTALL  criu/criu
14:26:26 [2021-06-10T14:26:26.670Z] #43 DONE 169.9s
14:26:26 [2021-06-10T14:26:26.670Z] 
14:26:26 [2021-06-10T14:26:26.670Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
14:26:26 [2021-06-10T14:26:26.670Z] #53 sha256:830ba2344ab207e636dcbdb88c452d687c404fb03477b5007cd8647e929daa04
14:26:26 [2021-06-10T14:26:26.833Z] #43 125.0   CC       criu/crtools.o
14:26:27 [2021-06-10T14:26:27.170Z] #53 ...
14:26:27 [2021-06-10T14:26:27.170Z] 
14:26:27 [2021-06-10T14:26:27.170Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
14:26:27 [2021-06-10T14:26:27.170Z] #56 sha256:edd351a8102ff0761c3a6d01c8fe72de8a7c0253c56df6bd2655d867cec89259
14:26:27 [2021-06-10T14:26:27.170Z] #56 202.8 + bin/containerd
14:26:27 [2021-06-10T14:26:27.398Z] #43 125.8   CC       criu/eventfd.o
14:26:27 [2021-06-10T14:26:27.605Z] #53 ...
14:26:27 [2021-06-10T14:26:27.605Z] 
14:26:27 [2021-06-10T14:26:27.605Z] #44 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
14:26:27 [2021-06-10T14:26:27.605Z] #44 sha256:cf8b577d0c9136493a9bf380ed5bc5b048699cde3d9bfce022d5e8553a12739b
14:26:27 [2021-06-10T14:26:27.605Z] #44 DONE 0.1s
14:26:27 [2021-06-10T14:26:27.605Z] 
14:26:27 [2021-06-10T14:26:27.605Z] #46 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/bin/
14:26:27 [2021-06-10T14:26:27.605Z] #46 sha256:d488870953901336a083747b326c059b40df55dc9194b75e56f1acd3e2bbaad7
14:26:27 [2021-06-10T14:26:27.864Z] #46 DONE 0.3s
14:26:27 [2021-06-10T14:26:27.864Z] 
14:26:27 [2021-06-10T14:26:27.864Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/bin/
14:26:27 [2021-06-10T14:26:27.864Z] #48 sha256:8d1d3c3f0d9d2990c0097f4f87d61142392f6e2840113b3af70261a5722174c3
14:26:27 [2021-06-10T14:26:27.864Z] #48 DONE 0.1s
14:26:27 [2021-06-10T14:26:27.864Z] 
14:26:27 [2021-06-10T14:26:27.864Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
14:26:27 [2021-06-10T14:26:27.864Z] #56 sha256:526598784bff1b49e5c50692f32d1c552db1a5bcd0e15ce75168f150a8d402dd
14:26:27 [2021-06-10T14:26:27.965Z] #43 126.1   CC       criu/eventpoll.o
14:26:28 [2021-06-10T14:26:28.122Z] #56 ...
14:26:28 [2021-06-10T14:26:28.122Z] 
14:26:28 [2021-06-10T14:26:28.122Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/
14:26:28 [2021-06-10T14:26:28.122Z] #50 sha256:ff67f0bbd016ccaaf6418fc75c3a5088ae0101529307ad60ad2a0490f8d82005
14:26:28 [2021-06-10T14:26:28.380Z] #50 DONE 0.5s
14:26:28 [2021-06-10T14:26:28.380Z] 
14:26:28 [2021-06-10T14:26:28.380Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/bin/
14:26:28 [2021-06-10T14:26:28.380Z] #52 sha256:75dbed93fc5e62f9d77f2a966e39f25153bec3fb1e4bc422cfa3996a2b124945
14:26:28 [2021-06-10T14:26:28.380Z] #52 DONE 0.1s
14:26:28 [2021-06-10T14:26:28.380Z] 
14:26:28 [2021-06-10T14:26:28.380Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
14:26:28 [2021-06-10T14:26:28.380Z] #56 sha256:526598784bff1b49e5c50692f32d1c552db1a5bcd0e15ce75168f150a8d402dd
14:26:28 [2021-06-10T14:26:28.901Z] #43 127.2   CC       criu/external.o
14:26:29 [2021-06-10T14:26:29.468Z] #43 127.6   CC       criu/fault-injection.o
14:26:29 [2021-06-10T14:26:29.468Z] #43 127.7   CC       criu/fdstore.o
14:26:30 [2021-06-10T14:26:30.034Z] #43 128.2   CC       criu/fifo.o
14:26:30 [2021-06-10T14:26:30.292Z] #43 128.6   CC       criu/file-ids.o
14:26:30 [2021-06-10T14:26:30.292Z] #43 ...
14:26:30 [2021-06-10T14:26:30.292Z] 
14:26:30 [2021-06-10T14:26:30.292Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
14:26:30 [2021-06-10T14:26:30.292Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
14:26:30 [2021-06-10T14:26:30.292Z] #20 31.77 Selecting previously unselected package python3-minimal.
14:26:30 [2021-06-10T14:26:30.292Z] #20 31.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 ... 23684 files and directories currently installed.)
14:26:30 [2021-06-10T14:26:30.292Z] #20 31.81 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
14:26:30 [2021-06-10T14:26:30.292Z] #20 31.82 Unpacking python3-minimal (3.7.3-1) ...
14:26:30 [2021-06-10T14:26:30.292Z] #20 31.88 Selecting previously unselected package libmpdec2:amd64.
14:26:30 [2021-06-10T14:26:30.292Z] #20 31.89 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
14:26:30 [2021-06-10T14:26:30.292Z] #20 31.90 Unpacking libmpdec2:amd64 (2.4.2-2) ...
14:26:30 [2021-06-10T14:26:30.292Z] #20 32.03 Selecting previously unselected package libpython3.7-stdlib:amd64.
14:26:30 [2021-06-10T14:26:30.292Z] #20 32.03 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ...
14:26:30 [2021-06-10T14:26:30.292Z] #20 32.04 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
14:26:30 [2021-06-10T14:26:30.292Z] #20 33.08 Selecting previously unselected package python3.7.
14:26:30 [2021-06-10T14:26:30.292Z] #20 33.08 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ...
14:26:30 [2021-06-10T14:26:30.292Z] #20 33.09 Unpacking python3.7 (3.7.3-2+deb10u3) ...
14:26:30 [2021-06-10T14:26:30.292Z] #20 33.23 Selecting previously unselected package libpython3-stdlib:amd64.
14:26:30 [2021-06-10T14:26:30.292Z] #20 33.23 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
14:26:30 [2021-06-10T14:26:30.292Z] #20 33.24 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
14:26:30 [2021-06-10T14:26:30.292Z] #20 33.34 Setting up python3-minimal (3.7.3-1) ...
14:26:30 [2021-06-10T14:26:30.292Z] #20 34.40 Selecting previously unselected package python3.
14:26:30 [2021-06-10T14:26:30.292Z] #20 34.40 (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 ... 24096 files and directories currently installed.)
14:26:30 [2021-06-10T14:26:30.292Z] #20 34.46 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
14:26:30 [2021-06-10T14:26:30.292Z] #20 34.48 Unpacking python3 (3.7.3-1) ...
14:26:30 [2021-06-10T14:26:30.292Z] #20 34.57 Selecting previously unselected package libip4tc0:amd64.
14:26:30 [2021-06-10T14:26:30.292Z] #20 34.57 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
14:26:30 [2021-06-10T14:26:30.292Z] #20 34.58 Unpacking libip4tc0:amd64 (1.8.2-4) ...
14:26:30 [2021-06-10T14:26:30.292Z] #20 34.66 Selecting previously unselected package libip6tc0:amd64.
14:26:30 [2021-06-10T14:26:30.292Z] #20 34.66 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
14:26:30 [2021-06-10T14:26:30.292Z] #20 34.67 Unpacking libip6tc0:amd64 (1.8.2-4) ...
14:26:30 [2021-06-10T14:26:30.292Z] #20 34.78 Selecting previously unselected package libiptc0:amd64.
14:26:30 [2021-06-10T14:26:30.292Z] #20 34.78 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
14:26:30 [2021-06-10T14:26:30.292Z] #20 34.79 Unpacking libiptc0:amd64 (1.8.2-4) ...
14:26:30 [2021-06-10T14:26:30.292Z] #20 34.87 Selecting previously unselected package libnfnetlink0:amd64.
14:26:30 [2021-06-10T14:26:30.292Z] #20 34.88 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
14:26:30 [2021-06-10T14:26:30.292Z] #20 34.90 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
14:26:30 [2021-06-10T14:26:30.292Z] #20 34.96 Selecting previously unselected package libnetfilter-conntrack3:amd64.
14:26:30 [2021-06-10T14:26:30.292Z] #20 34.97 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
14:26:30 [2021-06-10T14:26:30.292Z] #20 34.97 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
14:26:30 [2021-06-10T14:26:30.292Z] #20 35.07 Selecting previously unselected package libnftnl11:amd64.
14:26:30 [2021-06-10T14:26:30.292Z] #20 35.07 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
14:26:30 [2021-06-10T14:26:30.292Z] #20 35.08 Unpacking libnftnl11:amd64 (1.1.2-2) ...
14:26:30 [2021-06-10T14:26:30.292Z] #20 35.21 Selecting previously unselected package iptables.
14:26:30 [2021-06-10T14:26:30.292Z] #20 35.21 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
14:26:30 [2021-06-10T14:26:30.292Z] #20 35.22 Unpacking iptables (1.8.2-4) ...
14:26:30 [2021-06-10T14:26:30.292Z] #20 35.60 Selecting previously unselected package xxd.
14:26:30 [2021-06-10T14:26:30.292Z] #20 35.60 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
14:26:30 [2021-06-10T14:26:30.292Z] #20 35.60 Unpacking xxd (2:8.1.0875-5) ...
14:26:30 [2021-06-10T14:26:30.292Z] #20 35.75 Selecting previously unselected package vim-common.
14:26:30 [2021-06-10T14:26:30.292Z] #20 35.75 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
14:26:30 [2021-06-10T14:26:30.292Z] #20 35.78 Unpacking vim-common (2:8.1.0875-5) ...
14:26:30 [2021-06-10T14:26:30.292Z] #20 35.97 Selecting previously unselected package bash-completion.
14:26:30 [2021-06-10T14:26:30.292Z] #20 35.97 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
14:26:32 [2021-06-10T14:26:32.821Z] #20 39.16 Unpacking bash-completion (1:2.8-6) ...
14:26:33 [2021-06-10T14:26:33.087Z] #20 39.68 Selecting previously unselected package bzip2.
14:26:33 [2021-06-10T14:26:33.087Z] #20 39.68 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
14:26:33 [2021-06-10T14:26:33.345Z] #20 39.69 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
14:26:33 [2021-06-10T14:26:33.345Z] #20 39.88 Selecting previously unselected package xz-utils.
14:26:33 [2021-06-10T14:26:33.345Z] #20 39.88 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ...
14:26:33 [2021-06-10T14:26:33.345Z] #20 39.89 Unpacking xz-utils (5.2.4-1) ...
14:26:33 [2021-06-10T14:26:33.602Z] #20 40.09 Selecting previously unselected package apparmor.
14:26:33 [2021-06-10T14:26:33.602Z] #20 40.09 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ...
14:26:33 [2021-06-10T14:26:33.602Z] #20 40.18 Unpacking apparmor (2.13.2-10) ...
14:26:33 [2021-06-10T14:26:33.647Z] #56 201.6 + bin/containerd
14:26:33 [2021-06-10T14:26:33.742Z] #56 ...
14:26:33 [2021-06-10T14:26:33.742Z] 
14:26:33 [2021-06-10T14:26:33.742Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
14:26:33 [2021-06-10T14:26:33.742Z] #53 sha256:a2aca08a4a3430afb4f9cc641a311a3afda970776d654669a3c792b40345064d
14:26:33 [2021-06-10T14:26:33.742Z] #53 128.7 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
14:26:33 [2021-06-10T14:26:33.742Z] #53 129.8 + mkdir -p /build
14:26:33 [2021-06-10T14:26:33.742Z] #53 129.8 + cp runc /build/runc
14:26:34 [2021-06-10T14:26:34.168Z] #20 40.63 Selecting previously unselected package aufs-tools.
14:26:34 [2021-06-10T14:26:34.168Z] #20 40.63 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
14:26:34 [2021-06-10T14:26:34.168Z] #20 40.64 Unpacking aufs-tools (1:4.14+20190211-1) ...
14:26:34 [2021-06-10T14:26:34.168Z] #20 40.81 Selecting previously unselected package libonig5:amd64.
14:26:34 [2021-06-10T14:26:34.314Z] #53 DONE 130.3s
14:26:34 [2021-06-10T14:26:34.314Z] 
14:26:34 [2021-06-10T14:26:34.314Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
14:26:34 [2021-06-10T14:26:34.314Z] #56 sha256:edd351a8102ff0761c3a6d01c8fe72de8a7c0253c56df6bd2655d867cec89259
14:26:34 [2021-06-10T14:26:34.427Z] #20 40.81 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ...
14:26:34 [2021-06-10T14:26:34.427Z] #20 40.82 Unpacking libonig5:amd64 (6.9.1-1) ...
14:26:34 [2021-06-10T14:26:34.427Z] #20 40.98 Selecting previously unselected package libjq1:amd64.
14:26:34 [2021-06-10T14:26:34.427Z] #20 40.99 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ...
14:26:34 [2021-06-10T14:26:34.427Z] #20 41.00 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
14:26:34 [2021-06-10T14:26:34.686Z] #20 41.11 Selecting previously unselected package jq.
14:26:34 [2021-06-10T14:26:34.686Z] #20 41.12 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ...
14:26:34 [2021-06-10T14:26:34.686Z] #20 41.13 Unpacking jq (1.5+dfsg-2+b1) ...
14:26:34 [2021-06-10T14:26:34.686Z] #20 41.24 Selecting previously unselected package libaio1:amd64.
14:26:34 [2021-06-10T14:26:34.686Z] #20 41.25 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ...
14:26:34 [2021-06-10T14:26:34.686Z] #20 41.26 Unpacking libaio1:amd64 (0.3.112-3) ...
14:26:34 [2021-06-10T14:26:34.686Z] #20 41.33 Selecting previously unselected package libgpm2:amd64.
14:26:34 [2021-06-10T14:26:34.944Z] #20 41.35 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ...
14:26:34 [2021-06-10T14:26:34.944Z] #20 41.36 Unpacking libgpm2:amd64 (1.20.7-5) ...
14:26:34 [2021-06-10T14:26:34.944Z] #20 41.42 Selecting previously unselected package libicu63:amd64.
14:26:34 [2021-06-10T14:26:34.944Z] #20 41.42 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ...
14:26:34 [2021-06-10T14:26:34.944Z] #20 41.43 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
14:26:35 [2021-06-10T14:26:35.251Z] #56 ...
14:26:35 [2021-06-10T14:26:35.251Z] 
14:26:35 [2021-06-10T14:26:35.251Z] #54 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/bin/
14:26:35 [2021-06-10T14:26:35.251Z] #54 sha256:81c13e061995aa32dd247eecaee6da2de55accb40c86e4672d5338d72bbe40b1
14:26:35 [2021-06-10T14:26:35.511Z] #54 DONE 0.2s
14:26:35 [2021-06-10T14:26:35.511Z] 
14:26:35 [2021-06-10T14:26:35.511Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
14:26:35 [2021-06-10T14:26:35.511Z] #56 sha256:edd351a8102ff0761c3a6d01c8fe72de8a7c0253c56df6bd2655d867cec89259
14:26:38 [2021-06-10T14:26:38.915Z] #56 ...
14:26:38 [2021-06-10T14:26:38.915Z] 
14:26:38 [2021-06-10T14:26:38.915Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
14:26:38 [2021-06-10T14:26:38.915Z] #53 sha256:830ba2344ab207e636dcbdb88c452d687c404fb03477b5007cd8647e929daa04
14:26:38 [2021-06-10T14:26:38.915Z] #53 129.3 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
14:26:39 [2021-06-10T14:26:39.132Z] #20 ...
14:26:39 [2021-06-10T14:26:39.132Z] 
14:26:39 [2021-06-10T14:26:39.132Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
14:26:39 [2021-06-10T14:26:39.132Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
14:26:39 [2021-06-10T14:26:39.132Z] #40 210.1 + dpkg --print-architecture
14:26:39 [2021-06-10T14:26:39.132Z] #40 210.1 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
14:26:39 [2021-06-10T14:26:39.132Z] #40 210.4 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
14:26:39 [2021-06-10T14:26:39.132Z] #40 210.4 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
14:26:39 [2021-06-10T14:26:39.174Z] #53 130.2 + mkdir -p /build
14:26:39 [2021-06-10T14:26:39.174Z] #53 130.2 + cp runc /build/runc
14:26:39 [2021-06-10T14:26:39.741Z] #53 DONE 130.7s
14:26:39 [2021-06-10T14:26:39.741Z] 
14:26:39 [2021-06-10T14:26:39.741Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
14:26:39 [2021-06-10T14:26:39.741Z] #56 sha256:526598784bff1b49e5c50692f32d1c552db1a5bcd0e15ce75168f150a8d402dd
14:26:41 [2021-06-10T14:26:41.029Z] #40 ...
14:26:41 [2021-06-10T14:26:41.029Z] 
14:26:41 [2021-06-10T14:26:41.029Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:26:41 [2021-06-10T14:26:41.029Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:26:41 [2021-06-10T14:26:41.029Z] #43 129.0   CC       criu/file-lock.o
14:26:41 [2021-06-10T14:26:41.029Z] #43 130.1   CC       criu/files-ext.o
14:26:41 [2021-06-10T14:26:41.029Z] #43 130.6   CC       criu/files-reg.o
14:26:41 [2021-06-10T14:26:41.029Z] #43 133.0   CC       criu/files.o
14:26:41 [2021-06-10T14:26:41.029Z] #43 135.7   CC       criu/filesystems.o
14:26:41 [2021-06-10T14:26:41.029Z] #43 136.6   CC       criu/fsnotify.o
14:26:41 [2021-06-10T14:26:41.029Z] #43 138.0   CC       criu/image-desc.o
14:26:41 [2021-06-10T14:26:41.029Z] #43 138.2   CC       criu/image.o
14:26:41 [2021-06-10T14:26:41.029Z] #43 139.2   CC       criu/ipc_ns.o
14:26:41 [2021-06-10T14:26:41.029Z] #43 ...
14:26:41 [2021-06-10T14:26:41.029Z] 
14:26:41 [2021-06-10T14:26:41.029Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
14:26:41 [2021-06-10T14:26:41.029Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
14:26:41 [2021-06-10T14:26:41.029Z] #20 45.60 Selecting previously unselected package libnet1:amd64.
14:26:41 [2021-06-10T14:26:41.029Z] #20 45.61 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
14:26:41 [2021-06-10T14:26:41.029Z] #20 45.62 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
14:26:41 [2021-06-10T14:26:41.029Z] #20 45.74 Selecting previously unselected package libnl-3-200:amd64.
14:26:41 [2021-06-10T14:26:41.029Z] #20 45.75 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ...
14:26:41 [2021-06-10T14:26:41.029Z] #20 45.75 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
14:26:41 [2021-06-10T14:26:41.029Z] #20 45.86 Selecting previously unselected package libprotobuf-c1:amd64.
14:26:41 [2021-06-10T14:26:41.029Z] #20 45.86 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
14:26:41 [2021-06-10T14:26:41.029Z] #20 45.87 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
14:26:41 [2021-06-10T14:26:41.029Z] #20 45.95 Selecting previously unselected package libreadline5:amd64.
14:26:41 [2021-06-10T14:26:41.029Z] #20 45.95 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
14:26:41 [2021-06-10T14:26:41.029Z] #20 45.97 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
14:26:41 [2021-06-10T14:26:41.029Z] #20 46.09 Selecting previously unselected package net-tools.
14:26:41 [2021-06-10T14:26:41.029Z] #20 46.11 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
14:26:41 [2021-06-10T14:26:41.029Z] #20 46.12 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
14:26:41 [2021-06-10T14:26:41.029Z] #20 46.30 Selecting previously unselected package python-pip-whl.
14:26:41 [2021-06-10T14:26:41.029Z] #20 46.30 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
14:26:41 [2021-06-10T14:26:41.029Z] #20 46.32 Unpacking python-pip-whl (18.1-5) ...
14:26:41 [2021-06-10T14:26:41.029Z] #20 46.97 Selecting previously unselected package python3-lib2to3.
14:26:41 [2021-06-10T14:26:41.029Z] #20 46.97 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
14:26:41 [2021-06-10T14:26:41.029Z] #20 46.98 Unpacking python3-lib2to3 (3.7.3-1) ...
14:26:41 [2021-06-10T14:26:41.029Z] #20 47.13 Selecting previously unselected package python3-distutils.
14:26:41 [2021-06-10T14:26:41.029Z] #20 47.15 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
14:26:41 [2021-06-10T14:26:41.029Z] #20 47.15 Unpacking python3-distutils (3.7.3-1) ...
14:26:41 [2021-06-10T14:26:41.029Z] #20 47.30 Selecting previously unselected package python3-pip.
14:26:41 [2021-06-10T14:26:41.029Z] #20 47.32 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
14:26:41 [2021-06-10T14:26:41.029Z] #20 47.32 Unpacking python3-pip (18.1-5) ...
14:26:41 [2021-06-10T14:26:41.030Z] #20 47.49 Selecting previously unselected package python3-pkg-resources.
14:26:41 [2021-06-10T14:26:41.030Z] #20 47.49 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
14:26:41 [2021-06-10T14:26:41.030Z] #20 47.50 Unpacking python3-pkg-resources (40.8.0-1) ...
14:26:41 [2021-06-10T14:26:41.288Z] #20 47.67 Selecting previously unselected package python3-setuptools.
14:26:41 [2021-06-10T14:26:41.288Z] #20 47.69 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
14:26:41 [2021-06-10T14:26:41.288Z] #20 47.69 Unpacking python3-setuptools (40.8.0-1) ...
14:26:41 [2021-06-10T14:26:41.288Z] #20 47.95 Selecting previously unselected package python3-wheel.
14:26:41 [2021-06-10T14:26:41.546Z] #20 47.95 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
14:26:41 [2021-06-10T14:26:41.546Z] #20 47.96 Unpacking python3-wheel (0.32.3-2) ...
14:26:41 [2021-06-10T14:26:41.546Z] #20 48.06 Selecting previously unselected package sudo.
14:26:41 [2021-06-10T14:26:41.546Z] #20 48.07 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ...
14:26:41 [2021-06-10T14:26:41.546Z] #20 48.08 Unpacking sudo (1.8.27-1+deb10u3) ...
14:26:41 [2021-06-10T14:26:41.642Z] #56 ...
14:26:41 [2021-06-10T14:26:41.642Z] 
14:26:41 [2021-06-10T14:26:41.642Z] #54 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/bin/
14:26:41 [2021-06-10T14:26:41.642Z] #54 sha256:91539e678c88fa54a6fcf126fe1698c8da1c7ed4c80b9a5a33ccc9ad6ff0463a
14:26:41 [2021-06-10T14:26:41.642Z] #54 DONE 0.2s
14:26:41 [2021-06-10T14:26:41.642Z] 
14:26:41 [2021-06-10T14:26:41.642Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
14:26:41 [2021-06-10T14:26:41.642Z] #56 sha256:526598784bff1b49e5c50692f32d1c552db1a5bcd0e15ce75168f150a8d402dd
14:26:42 [2021-06-10T14:26:42.112Z] #20 48.70 Selecting previously unselected package thin-provisioning-tools.
14:26:42 [2021-06-10T14:26:42.112Z] #20 48.71 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
14:26:42 [2021-06-10T14:26:42.112Z] #20 48.72 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
14:26:42 [2021-06-10T14:26:42.677Z] #20 48.99 Selecting previously unselected package uidmap.
14:26:42 [2021-06-10T14:26:42.677Z] #20 49.02 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ...
14:26:42 [2021-06-10T14:26:42.677Z] #20 49.02 Unpacking uidmap (1:4.5-1.1) ...
14:26:42 [2021-06-10T14:26:42.677Z] #20 49.16 Selecting previously unselected package vim-runtime.
14:26:42 [2021-06-10T14:26:42.677Z] #20 49.17 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
14:26:42 [2021-06-10T14:26:42.677Z] #20 49.23 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
14:26:42 [2021-06-10T14:26:42.677Z] #20 49.28 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
14:26:42 [2021-06-10T14:26:42.677Z] #20 49.29 Unpacking vim-runtime (2:8.1.0875-5) ...
14:26:46 [2021-06-10T14:26:46.860Z] #20 53.08 Selecting previously unselected package vim.
14:26:46 [2021-06-10T14:26:46.860Z] #20 53.10 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ...
14:26:46 [2021-06-10T14:26:46.860Z] #20 53.12 Unpacking vim (2:8.1.0875-5) ...
14:26:47 [2021-06-10T14:26:47.120Z] #20 53.71 Selecting previously unselected package xfsprogs.
14:26:47 [2021-06-10T14:26:47.120Z] #20 53.73 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ...
14:26:47 [2021-06-10T14:26:47.120Z] #20 53.74 Unpacking xfsprogs (4.20.0-1) ...
14:26:48 [2021-06-10T14:26:48.054Z] #20 54.30 Selecting previously unselected package zip.
14:26:48 [2021-06-10T14:26:48.054Z] #20 54.32 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ...
14:26:48 [2021-06-10T14:26:48.054Z] #20 54.32 Unpacking zip (3.0-11+b1) ...
14:26:48 [2021-06-10T14:26:48.054Z] #20 54.50 Setting up aufs-tools (1:4.14+20190211-1) ...
14:26:48 [2021-06-10T14:26:48.054Z] #20 54.53 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
14:26:48 [2021-06-10T14:26:48.054Z] #20 54.54 Setting up libip6tc0:amd64 (1.8.2-4) ...
14:26:48 [2021-06-10T14:26:48.054Z] #20 54.55 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
14:26:48 [2021-06-10T14:26:48.054Z] #20 54.57 Setting up libgpm2:amd64 (1.20.7-5) ...
14:26:48 [2021-06-10T14:26:48.054Z] #20 54.59 Setting up libip4tc0:amd64 (1.8.2-4) ...
14:26:48 [2021-06-10T14:26:48.054Z] #20 54.61 Setting up uidmap (1:4.5-1.1) ...
14:26:48 [2021-06-10T14:26:48.054Z] #20 54.63 Setting up libnftnl11:amd64 (1.1.2-2) ...
14:26:48 [2021-06-10T14:26:48.054Z] #20 54.64 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
14:26:48 [2021-06-10T14:26:48.054Z] #20 54.66 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
14:26:48 [2021-06-10T14:26:48.054Z] #20 54.67 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
14:26:48 [2021-06-10T14:26:48.054Z] #20 54.69 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
14:26:48 [2021-06-10T14:26:48.054Z] #20 54.70 Setting up xxd (2:8.1.0875-5) ...
14:26:48 [2021-06-10T14:26:48.054Z] #20 54.72 Setting up zip (3.0-11+b1) ...
14:26:48 [2021-06-10T14:26:48.312Z] #20 54.75 Setting up vim-common (2:8.1.0875-5) ...
14:26:48 [2021-06-10T14:26:48.312Z] #20 54.79 Setting up bash-completion (1:2.8-6) ...
14:26:50 [2021-06-10T14:26:50.665Z] #56 232.4 + bin/containerd-stress
14:26:50 [2021-06-10T14:26:50.666Z] #56 234.4 + bin/containerd-shim
14:26:51 [2021-06-10T14:26:51.593Z] #20 58.08 Setting up libiptc0:amd64 (1.8.2-4) ...
14:26:51 [2021-06-10T14:26:51.593Z] #20 58.09 Setting up xz-utils (5.2.4-1) ...
14:26:51 [2021-06-10T14:26:51.593Z] #20 58.11 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
14:26:51 [2021-06-10T14:26:51.593Z] #20 58.13 Setting up sudo (1.8.27-1+deb10u3) ...
14:26:51 [2021-06-10T14:26:51.851Z] #20 58.22 invoke-rc.d: could not determine current runlevel
14:26:51 [2021-06-10T14:26:51.851Z] #20 58.23 invoke-rc.d: policy-rc.d denied execution of start.
14:26:51 [2021-06-10T14:26:51.851Z] #20 58.24 Setting up pigz (2.4-1) ...
14:26:51 [2021-06-10T14:26:51.851Z] #20 58.26 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
14:26:51 [2021-06-10T14:26:51.851Z] #20 58.27 Setting up libnl-3-200:amd64 (3.4.0-1) ...
14:26:51 [2021-06-10T14:26:51.851Z] #20 58.29 Setting up python-pip-whl (18.1-5) ...
14:26:51 [2021-06-10T14:26:51.851Z] #20 58.31 Setting up libmpdec2:amd64 (2.4.2-2) ...
14:26:51 [2021-06-10T14:26:51.851Z] #20 58.32 Setting up vim-runtime (2:8.1.0875-5) ...
14:26:52 [2021-06-10T14:26:52.416Z] #20 58.85 Setting up libaio1:amd64 (0.3.112-3) ...
14:26:52 [2021-06-10T14:26:52.416Z] #20 58.87 Setting up libonig5:amd64 (6.9.1-1) ...
14:26:52 [2021-06-10T14:26:52.416Z] #20 58.91 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
14:26:52 [2021-06-10T14:26:52.416Z] #20 58.93 Setting up vim (2:8.1.0875-5) ...
14:26:52 [2021-06-10T14:26:52.416Z] #20 58.94 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
14:26:52 [2021-06-10T14:26:52.416Z] #20 58.95 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
14:26:52 [2021-06-10T14:26:52.416Z] #20 58.96 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
14:26:52 [2021-06-10T14:26:52.416Z] #20 58.96 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
14:26:52 [2021-06-10T14:26:52.416Z] #20 58.97 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
14:26:52 [2021-06-10T14:26:52.416Z] #20 ...
14:26:52 [2021-06-10T14:26:52.416Z] 
14:26:52 [2021-06-10T14:26:52.416Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:26:52 [2021-06-10T14:26:52.416Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:26:52 [2021-06-10T14:26:52.416Z] #43 140.7   CC       criu/irmap.o
14:26:52 [2021-06-10T14:26:52.416Z] #43 141.5   CC       criu/kcmp-ids.o
14:26:52 [2021-06-10T14:26:52.416Z] #43 141.9   CC       criu/kerndat.o
14:26:52 [2021-06-10T14:26:52.416Z] #43 143.2   CC       criu/libnetlink.o
14:26:52 [2021-06-10T14:26:52.416Z] #43 143.7   CC       criu/log.o
14:26:52 [2021-06-10T14:26:52.416Z] #43 144.4   CC       criu/lsm.o
14:26:52 [2021-06-10T14:26:52.416Z] #43 144.8   CC       criu/mem.o
14:26:52 [2021-06-10T14:26:52.416Z] #43 146.8   CC       criu/memfd.o
14:26:52 [2021-06-10T14:26:52.416Z] #43 147.6   CC       criu/mount.o
14:26:52 [2021-06-10T14:26:52.416Z] #43 ...
14:26:52 [2021-06-10T14:26:52.416Z] 
14:26:52 [2021-06-10T14:26:52.416Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
14:26:52 [2021-06-10T14:26:52.416Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
14:26:52 [2021-06-10T14:26:52.416Z] #20 58.97 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
14:26:52 [2021-06-10T14:26:52.416Z] #20 58.98 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
14:26:52 [2021-06-10T14:26:52.416Z] #20 58.99 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
14:26:52 [2021-06-10T14:26:52.416Z] #20 59.02 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
14:26:52 [2021-06-10T14:26:52.416Z] #20 59.03 Setting up thin-provisioning-tools (0.7.6-2.1) ...
14:26:52 [2021-06-10T14:26:52.416Z] #20 59.05 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
14:26:52 [2021-06-10T14:26:52.416Z] #20 59.06 Setting up jq (1.5+dfsg-2+b1) ...
14:26:52 [2021-06-10T14:26:52.673Z] #20 59.08 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
14:26:52 [2021-06-10T14:26:52.673Z] #20 59.09 Setting up python3.7 (3.7.3-2+deb10u3) ...
14:26:55 [2021-06-10T14:26:55.957Z] #20 62.55 Setting up iptables (1.8.2-4) ...
14:26:55 [2021-06-10T14:26:55.957Z] #20 62.57 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
14:26:55 [2021-06-10T14:26:55.957Z] #20 62.59 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
14:26:55 [2021-06-10T14:26:55.957Z] #20 62.60 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
14:26:55 [2021-06-10T14:26:55.957Z] #20 62.60 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
14:26:55 [2021-06-10T14:26:55.957Z] #20 62.61 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
14:26:55 [2021-06-10T14:26:55.957Z] #20 62.62 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
14:26:56 [2021-06-10T14:26:56.216Z] #20 62.63 Setting up python3 (3.7.3-1) ...
14:26:56 [2021-06-10T14:26:56.785Z] #20 63.14 Setting up python3-wheel (0.32.3-2) ...
14:26:57 [2021-06-10T14:26:57.209Z] #56 241.2 + bin/containerd-shim-runc-v1
14:26:57 [2021-06-10T14:26:57.626Z] #20 63.97 Setting up apparmor (2.13.2-10) ...
14:26:59 [2021-06-10T14:26:59.527Z] #20 65.82 Setting up xfsprogs (4.20.0-1) ...
14:26:59 [2021-06-10T14:26:59.527Z] #20 65.84 Setting up python3-lib2to3 (3.7.3-1) ...
14:26:59 [2021-06-10T14:26:59.786Z] #20 66.25 Setting up python3-pkg-resources (40.8.0-1) ...
14:27:00 [2021-06-10T14:27:00.722Z] #20 67.31 Setting up python3-distutils (3.7.3-1) ...
14:27:01 [2021-06-10T14:27:01.289Z] #20 67.85 Setting up python3-setuptools (40.8.0-1) ...
14:27:01 [2021-06-10T14:27:01.381Z] #56 245.7 + bin/containerd-shim-runc-v2
14:27:01 [2021-06-10T14:27:01.947Z] #56 246.7 + binaries
14:27:01 [2021-06-10T14:27:01.947Z] #56 246.7 + install -D bin/containerd /build/containerd
14:27:01 [2021-06-10T14:27:01.947Z] #56 246.7 + install -D bin/containerd-shim /build/containerd-shim
14:27:02 [2021-06-10T14:27:02.062Z] #56 234.8 + bin/containerd-stress
14:27:02 [2021-06-10T14:27:02.062Z] #56 236.9 + bin/containerd-shim
14:27:02 [2021-06-10T14:27:02.203Z] #56 246.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
14:27:02 [2021-06-10T14:27:02.203Z] #56 246.7 + install -D bin/ctr /build/ctr
14:27:02 [2021-06-10T14:27:02.666Z] #20 69.22 Setting up python3-pip (18.1-5) ...
14:27:04 [2021-06-10T14:27:04.042Z] #20 70.45 Processing triggers for libc-bin (2.28-10) ...
14:27:04 [2021-06-10T14:27:04.042Z] #20 70.49 Processing triggers for mime-support (3.62) ...
14:27:04 [2021-06-10T14:27:04.042Z] #20 ...
14:27:04 [2021-06-10T14:27:04.042Z] 
14:27:04 [2021-06-10T14:27:04.042Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:27:04 [2021-06-10T14:27:04.042Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:27:04 [2021-06-10T14:27:04.042Z] #43 152.4   CC       criu/namespaces.o
14:27:04 [2021-06-10T14:27:04.042Z] #43 154.7   CC       criu/net.o
14:27:04 [2021-06-10T14:27:04.042Z] #43 158.6   CC       criu/netfilter.o
14:27:04 [2021-06-10T14:27:04.042Z] #43 159.1   CC       criu/page-pipe.o
14:27:04 [2021-06-10T14:27:04.042Z] #43 159.8   CC       criu/page-xfer.o
14:27:04 [2021-06-10T14:27:04.042Z] #43 161.8   CC       criu/pagemap-cache.o
14:27:04 [2021-06-10T14:27:04.042Z] #43 162.3   CC       criu/pagemap.o
14:27:04 [2021-06-10T14:27:04.092Z] #56 DONE 248.4s
14:27:04 [2021-06-10T14:27:04.303Z] #43 ...
14:27:04 [2021-06-10T14:27:04.303Z] 
14:27:04 [2021-06-10T14:27:04.303Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
14:27:04 [2021-06-10T14:27:04.303Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
14:27:04 [2021-06-10T14:27:04.303Z] #20 DONE 70.9s
14:27:04 [2021-06-10T14:27:04.303Z] 
14:27:04 [2021-06-10T14:27:04.303Z] #21 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
14:27:04 [2021-06-10T14:27:04.303Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b
14:27:04 [2021-06-10T14:27:04.654Z] 
14:27:04 [2021-06-10T14:27:04.654Z] #57 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/bin/
14:27:04 [2021-06-10T14:27:04.654Z] #57 sha256:dfa56b9de1676f1085a0d52aa3b6a141045db4d47755ca726348bbce865f2041
14:27:05 [2021-06-10T14:27:05.589Z] #57 DONE 1.0s
14:27:05 [2021-06-10T14:27:05.589Z] 
14:27:05 [2021-06-10T14:27:05.589Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
14:27:05 [2021-06-10T14:27:05.589Z] #61 sha256:73a2cfc5c1e3df1837692ae8a19d2bf8149a5eae93d48b58909dcdbcdf99fb80
14:27:05 [2021-06-10T14:27:05.844Z] #61 DONE 0.3s
14:27:05 [2021-06-10T14:27:05.844Z] 
14:27:05 [2021-06-10T14:27:05.844Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit        /build/ /usr/local/bin/
14:27:05 [2021-06-10T14:27:05.844Z] #66 sha256:d81c0f309fac895d0bfb261135462511ad799cb09baa9026559f9b583d681d92
14:27:06 [2021-06-10T14:27:06.203Z] #21 2.008 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
14:27:06 [2021-06-10T14:27:06.461Z] #21 2.014 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
14:27:06 [2021-06-10T14:27:06.461Z] #21 2.019 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
14:27:06 [2021-06-10T14:27:06.722Z] #21 DONE 2.2s
14:27:06 [2021-06-10T14:27:06.722Z] 
14:27:06 [2021-06-10T14:27:06.722Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
14:27:06 [2021-06-10T14:27:06.722Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4
14:27:06 [2021-06-10T14:27:06.770Z] #66 DONE 0.9s
14:27:06 [2021-06-10T14:27:06.770Z] 
14:27:06 [2021-06-10T14:27:06.770Z] #68 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/bin/
14:27:06 [2021-06-10T14:27:06.770Z] #68 sha256:9a6e333ab19d4ee4ad5af831274b955efce366b2d241dad481a9483712b30422
14:27:06 [2021-06-10T14:27:06.770Z] #68 DONE 0.0s
14:27:06 [2021-06-10T14:27:06.770Z] 
14:27:06 [2021-06-10T14:27:06.770Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
14:27:06 [2021-06-10T14:27:06.770Z] #69 sha256:a390d670d0fc8de8227db1aa88ec92d3472ce4895f33cdca22e541e5aebb6e38
14:27:06 [2021-06-10T14:27:06.770Z] #69 DONE 0.0s
14:27:07 [2021-06-10T14:27:07.025Z] 
14:27:07 [2021-06-10T14:27:07.025Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker
14:27:07 [2021-06-10T14:27:07.025Z] #70 sha256:aec8207e50ee98484cfeec32f4ef0095002efd466663d8ade4356db3d608554a
14:27:07 [2021-06-10T14:27:07.587Z] #70 DONE 0.8s
14:27:07 [2021-06-10T14:27:07.587Z] 
14:27:07 [2021-06-10T14:27:07.587Z] #71 exporting to image
14:27:07 [2021-06-10T14:27:07.587Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
14:27:07 [2021-06-10T14:27:07.587Z] #71 exporting layers
14:27:08 [2021-06-10T14:27:08.188Z] #56 233.6 + bin/containerd-stress
14:27:08 [2021-06-10T14:27:08.188Z] #56 235.6 + bin/containerd-shim
14:27:08 [2021-06-10T14:27:08.630Z] #56 243.7 + bin/containerd-shim-runc-v1
14:27:12 [2021-06-10T14:27:12.837Z] #56 248.3 + bin/containerd-shim-runc-v2
14:27:13 [2021-06-10T14:27:13.312Z] #22 ...
14:27:13 [2021-06-10T14:27:13.312Z] 
14:27:13 [2021-06-10T14:27:13.312Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:27:13 [2021-06-10T14:27:13.312Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:27:13 [2021-06-10T14:27:13.312Z] #43 163.7   CC       criu/parasite-syscall.o
14:27:13 [2021-06-10T14:27:13.312Z] #43 165.0   CC       criu/path.o
14:27:13 [2021-06-10T14:27:13.312Z] #43 165.4   CC       criu/pie-util-vdso-elf32.o
14:27:13 [2021-06-10T14:27:13.312Z] #43 166.0   CC       criu/pie-util-vdso.o
14:27:13 [2021-06-10T14:27:13.312Z] #43 166.6   CC       criu/pie-util.o
14:27:13 [2021-06-10T14:27:13.312Z] #43 166.8   CC       criu/pipes.o
14:27:13 [2021-06-10T14:27:13.312Z] #43 168.0   CC       criu/plugin.o
14:27:13 [2021-06-10T14:27:13.312Z] #43 168.6   CC       criu/proc_parse.o
14:27:13 [2021-06-10T14:27:13.313Z] #43 ...
14:27:13 [2021-06-10T14:27:13.313Z] 
14:27:13 [2021-06-10T14:27:13.313Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
14:27:13 [2021-06-10T14:27:13.313Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
14:27:13 [2021-06-10T14:27:13.313Z] #40 DONE 244.7s
14:27:13 [2021-06-10T14:27:13.313Z] 
14:27:13 [2021-06-10T14:27:13.313Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
14:27:13 [2021-06-10T14:27:13.313Z] #56 sha256:7ca7823bab5453513f360d302c812d57c180240e15ed5440df430e6509f23992
14:27:13 [2021-06-10T14:27:13.313Z] #56 ...
14:27:13 [2021-06-10T14:27:13.313Z] 
14:27:13 [2021-06-10T14:27:13.313Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
14:27:13 [2021-06-10T14:27:13.313Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4
14:27:13 [2021-06-10T14:27:13.313Z] #22 6.633 Collecting yamllint==1.26.1
14:27:13 [2021-06-10T14:27:13.773Z] #56 249.4 + binaries
14:27:13 [2021-06-10T14:27:13.773Z] #56 249.4 + install -D bin/containerd /build/containerd
14:27:13 [2021-06-10T14:27:13.773Z] #56 249.4 + install -D bin/containerd-shim /build/containerd-shim
14:27:13 [2021-06-10T14:27:13.773Z] #56 249.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
14:27:13 [2021-06-10T14:27:13.773Z] #56 249.5 + install -D bin/ctr /build/ctr
14:27:14 [2021-06-10T14:27:14.128Z] #71 exporting layers 6.5s done
14:27:14 [2021-06-10T14:27:14.128Z] #71 writing image sha256:dd31889630b1dfc94f97426ad5b63cc1ea9d4ff95f6136a0dd3eb87307fd7b33 done
14:27:14 [2021-06-10T14:27:14.128Z] #71 naming to docker.io/library/docker:523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 done
14:27:14 [2021-06-10T14:27:14.128Z] #71 DONE 6.6s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate)
[Pipeline] sh
14:27:14 [2021-06-10T14:27:14.469Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42507/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42507/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 hack/validate/default
14:27:14 [2021-06-10T14:27:14.785Z] #56 242.6 + bin/containerd-shim-runc-v1
14:27:15 [2021-06-10T14:27:15.674Z] #56 DONE 251.3s
14:27:16 [2021-06-10T14:27:16.356Z] Congratulations!  All commits are properly signed with the DCO!
14:27:16 [2021-06-10T14:27:16.609Z] 
14:27:16 [2021-06-10T14:27:16.609Z] #57 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/bin/
14:27:16 [2021-06-10T14:27:16.609Z] #57 sha256:b5397a83c83c35c7f6e483db60ba7912844365d75c5ad3780ba2364c7c0c2e12
14:27:16 [2021-06-10T14:27:16.919Z] Congratulations!  Seccomp profile generation is done correctly.
14:27:16 [2021-06-10T14:27:16.919Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
14:27:17 [2021-06-10T14:27:17.542Z] #57 DONE 0.9s
14:27:17 [2021-06-10T14:27:17.542Z] 
14:27:17 [2021-06-10T14:27:17.542Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
14:27:17 [2021-06-10T14:27:17.542Z] #61 sha256:2f89e4992a91f0bfe0908f80b6b47362a9988386570c4c46c4458b82af973bae
14:27:17 [2021-06-10T14:27:17.800Z] #61 DONE 0.2s
14:27:17 [2021-06-10T14:27:17.800Z] 
14:27:17 [2021-06-10T14:27:17.800Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit        /build/ /usr/local/bin/
14:27:17 [2021-06-10T14:27:17.800Z] #66 sha256:8f636fe0156e8d267229f9a5b638c60532770c41437c03206651cfee2a50ec26
14:27:18 [2021-06-10T14:27:18.573Z] #22 11.98   Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB)
14:27:18 [2021-06-10T14:27:18.736Z] #66 DONE 1.0s
14:27:18 [2021-06-10T14:27:18.736Z] 
14:27:18 [2021-06-10T14:27:18.736Z] #68 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/bin/
14:27:18 [2021-06-10T14:27:18.736Z] #68 sha256:964134714b9f262cf2b91b63db40618674f6e1ffa38f85d90bb7f97ca8c60c89
14:27:18 [2021-06-10T14:27:18.736Z] #68 DONE 0.1s
14:27:18 [2021-06-10T14:27:18.979Z] #56 247.2 + bin/containerd-shim-runc-v2
14:27:18 [2021-06-10T14:27:18.994Z] 
14:27:18 [2021-06-10T14:27:18.994Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
14:27:18 [2021-06-10T14:27:18.994Z] #69 sha256:26cf94c84e09b83fe0889d7d80c56b718934d42fa78539f4152edc56aeac0d43
14:27:18 [2021-06-10T14:27:18.994Z] #69 DONE 0.0s
14:27:18 [2021-06-10T14:27:18.994Z] 
14:27:18 [2021-06-10T14:27:18.994Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker
14:27:18 [2021-06-10T14:27:18.994Z] #70 sha256:81fbe461ae459ed96545ad9ab3104bdb9435c963a91eee4b100682ad07a57f85
14:27:19 [2021-06-10T14:27:19.139Z] #22 ...
14:27:19 [2021-06-10T14:27:19.139Z] 
14:27:19 [2021-06-10T14:27:19.139Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:27:19 [2021-06-10T14:27:19.139Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:27:19 [2021-06-10T14:27:19.139Z] #43 172.0   CC       criu/protobuf-desc.o
14:27:19 [2021-06-10T14:27:19.139Z] #43 173.1   CC       criu/protobuf.o
14:27:19 [2021-06-10T14:27:19.139Z] #43 173.5   CC       criu/pstree.o
14:27:19 [2021-06-10T14:27:19.139Z] #43 174.7   CC       criu/rbtree.o
14:27:19 [2021-06-10T14:27:19.139Z] #43 175.0   CC       criu/rst-malloc.o
14:27:19 [2021-06-10T14:27:19.139Z] #43 175.2   CC       criu/seccomp.o
14:27:19 [2021-06-10T14:27:19.139Z] #43 175.9   CC       criu/seize.o
14:27:19 [2021-06-10T14:27:19.139Z] #43 176.7   CC       criu/servicefd.o
14:27:19 [2021-06-10T14:27:19.139Z] #43 177.2   CC       criu/shmem.o
14:27:19 [2021-06-10T14:27:19.396Z] #43 ...
14:27:19 [2021-06-10T14:27:19.396Z] 
14:27:19 [2021-06-10T14:27:19.396Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
14:27:19 [2021-06-10T14:27:19.396Z] #49 sha256:59cd0ca8ffee84499b47f64e1b196178c61679620e9707b0cf49ebca22fe801a
14:27:19 [2021-06-10T14:27:19.396Z] #49 251.5 + /build/golangci-lint --version
14:27:19 [2021-06-10T14:27:19.544Z] #56 248.2 + binaries
14:27:19 [2021-06-10T14:27:19.544Z] #56 248.2 + install -D bin/containerd /build/containerd
14:27:19 [2021-06-10T14:27:19.544Z] #56 248.2 + install -D bin/containerd-shim /build/containerd-shim
14:27:19 [2021-06-10T14:27:19.544Z] #56 248.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
14:27:19 [2021-06-10T14:27:19.544Z] #56 248.2 + install -D bin/ctr /build/ctr
14:27:19 [2021-06-10T14:27:19.961Z] #49 252.1 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
14:27:20 [2021-06-10T14:27:20.220Z] #49 DONE 252.3s
14:27:20 [2021-06-10T14:27:20.220Z] 
14:27:20 [2021-06-10T14:27:20.220Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
14:27:20 [2021-06-10T14:27:20.220Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4
14:27:20 [2021-06-10T14:27:20.220Z] #22 13.17 Collecting pathspec>=0.5.3 (from yamllint==1.26.1)
14:27:20 [2021-06-10T14:27:20.220Z] #22 13.21   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
14:27:20 [2021-06-10T14:27:20.220Z] #22 13.25 Collecting pyyaml (from yamllint==1.26.1)
14:27:20 [2021-06-10T14:27:20.220Z] #22 13.48   Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB)
14:27:20 [2021-06-10T14:27:20.368Z] #70 DONE 1.3s
14:27:20 [2021-06-10T14:27:20.368Z] 
14:27:20 [2021-06-10T14:27:20.368Z] #71 exporting to image
14:27:20 [2021-06-10T14:27:20.368Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
14:27:20 [2021-06-10T14:27:20.368Z] #71 exporting layers
14:27:20 [2021-06-10T14:27:20.477Z] #22 13.79 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0)
14:27:20 [2021-06-10T14:27:20.477Z] #22 13.79 Building wheels for collected packages: yamllint
14:27:20 [2021-06-10T14:27:20.477Z] #22 13.80   Running setup.py bdist_wheel for yamllint: started
14:27:20 [2021-06-10T14:27:20.915Z] #56 DONE 249.7s
14:27:21 [2021-06-10T14:27:21.410Z] #22 14.91   Running setup.py bdist_wheel for yamllint: finished with status 'done'
14:27:21 [2021-06-10T14:27:21.410Z] #22 14.91   Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627
14:27:21 [2021-06-10T14:27:21.681Z] #22 14.98 Successfully built yamllint
14:27:21 [2021-06-10T14:27:21.681Z] #22 14.99 Installing collected packages: pathspec, pyyaml, yamllint
14:27:21 [2021-06-10T14:27:21.847Z] 
14:27:21 [2021-06-10T14:27:21.847Z] #57 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/bin/
14:27:21 [2021-06-10T14:27:21.847Z] #57 sha256:9bc04ae15d3646be6d414de281f7f27a6420741a6f6cef4914bab4abc245fffd
14:27:21 [2021-06-10T14:27:21.938Z] #22 15.42 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1
14:27:22 [2021-06-10T14:27:22.412Z] #57 DONE 0.8s
14:27:22 [2021-06-10T14:27:22.412Z] 
14:27:22 [2021-06-10T14:27:22.412Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
14:27:22 [2021-06-10T14:27:22.412Z] #61 sha256:542e038555068c36836ba7a611ae29227f73ed83f6e7c6c3232eeb22582d2572
14:27:22 [2021-06-10T14:27:22.504Z] #22 DONE 15.8s
14:27:22 [2021-06-10T14:27:22.504Z] 
14:27:22 [2021-06-10T14:27:22.504Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/cli
14:27:22 [2021-06-10T14:27:22.504Z] #25 sha256:02a213b52ceda43d07153b2314fe306b10a29f4a5127f45751bbb35a5a5096e1
14:27:22 [2021-06-10T14:27:22.670Z] #61 DONE 0.2s
14:27:22 [2021-06-10T14:27:22.670Z] 
14:27:22 [2021-06-10T14:27:22.671Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit        /build/ /usr/local/bin/
14:27:22 [2021-06-10T14:27:22.671Z] #66 sha256:6908dc7ed34a3d83f0fa4f74fdbd4583fb89142357a93ae5097518110d8bf571
14:27:23 [2021-06-10T14:27:23.439Z] #25 DONE 0.9s
14:27:23 [2021-06-10T14:27:23.439Z] 
14:27:23 [2021-06-10T14:27:23.439Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
14:27:23 [2021-06-10T14:27:23.439Z] #30 sha256:5fd93bbfa99d708311088d7655b5801c99bf884623dee6331033c95a05ca9b88
14:27:23 [2021-06-10T14:27:23.602Z] #66 DONE 0.9s
14:27:23 [2021-06-10T14:27:23.602Z] 
14:27:23 [2021-06-10T14:27:23.602Z] #68 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/bin/
14:27:23 [2021-06-10T14:27:23.602Z] #68 sha256:0d512df4fc0aff82de0c0342e536a0baec925b22a0034033370250409b4d7301
14:27:23 [2021-06-10T14:27:23.602Z] #68 DONE 0.1s
14:27:23 [2021-06-10T14:27:23.602Z] 
14:27:23 [2021-06-10T14:27:23.602Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
14:27:23 [2021-06-10T14:27:23.602Z] #69 sha256:6653d85b5c3bd17080926beefcd2b0b61b183ab07f9c617561b192df11bce745
14:27:23 [2021-06-10T14:27:23.602Z] #69 DONE 0.0s
14:27:23 [2021-06-10T14:27:23.602Z] 
14:27:23 [2021-06-10T14:27:23.602Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker
14:27:23 [2021-06-10T14:27:23.602Z] #70 sha256:a32c54d9a9d1e2df0315fd201fdd7cfe7cdd41fc9db7bac4ad9d3368b4d9fffa
14:27:24 [2021-06-10T14:27:24.974Z] #70 DONE 1.4s
14:27:24 [2021-06-10T14:27:24.974Z] 
14:27:24 [2021-06-10T14:27:24.974Z] #71 exporting to image
14:27:24 [2021-06-10T14:27:24.974Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
14:27:24 [2021-06-10T14:27:24.974Z] #71 exporting layers
14:27:25 [2021-06-10T14:27:25.018Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
14:27:26 [2021-06-10T14:27:26.910Z] Congratulations!  All API changes are done the right way.
14:27:26 [2021-06-10T14:27:26.910Z] Congratulations!  All TOML source files changed here have valid syntax.
14:27:26 [2021-06-10T14:27:26.910Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
14:27:26 [2021-06-10T14:27:26.910Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
14:27:26 [2021-06-10T14:27:26.910Z] Congratulations!  No new tests were added to integration-cli.
14:27:26 [2021-06-10T14:27:26.910Z] 
14:27:26 [2021-06-10T14:27:26.910Z] INFO Start validation with golang-ci-lint
14:27:26 [2021-06-10T14:27:26.910Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
14:27:26 [2021-06-10T14:27:26.910Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
14:27:26 [2021-06-10T14:27:26.910Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
14:27:26 [2021-06-10T14:27:26.936Z] #71 exporting layers 6.8s done
14:27:26 [2021-06-10T14:27:26.936Z] #71 writing image sha256:b078bafcaa0bae0d9d9c250ce5c332a175fadcc784d67ffa8686a04c0012c0c8 done
14:27:26 [2021-06-10T14:27:26.936Z] #71 naming to docker.io/library/docker:523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 done
14:27:26 [2021-06-10T14:27:26.936Z] #71 DONE 6.8s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] sh
14:27:27 [2021-06-10T14:27:27.271Z] + trap exit INT TERM
14:27:27 [2021-06-10T14:27:27.271Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT
14:27:27 [2021-06-10T14:27:27.271Z] + CONTAINER_NAME=docker-pr2
14:27:27 [2021-06-10T14:27:27.271Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42507/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42507/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 -e DOCKER_GRAPHDRIVER docker:523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 hack/make.sh dynbinary-daemon
14:27:28 [2021-06-10T14:27:28.204Z] 
14:27:28 [2021-06-10T14:27:28.463Z] Removing bundles/
14:27:28 [2021-06-10T14:27:28.463Z] 
14:27:28 [2021-06-10T14:27:28.463Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon)
14:27:28 [2021-06-10T14:27:28.463Z] Building: bundles/dynbinary-daemon/dockerd-dev
14:27:28 [2021-06-10T14:27:28.463Z] GOOS="" GOARCH="" GOARM=""
14:27:28 [2021-06-10T14:27:28.706Z] #30 ...
14:27:28 [2021-06-10T14:27:28.706Z] 
14:27:28 [2021-06-10T14:27:28.706Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:27:28 [2021-06-10T14:27:28.706Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:27:28 [2021-06-10T14:27:28.706Z] #43 178.4   CC       criu/sigframe.o
14:27:28 [2021-06-10T14:27:28.706Z] #43 178.7   CC       criu/signalfd.o
14:27:28 [2021-06-10T14:27:28.706Z] #43 179.1   CC       criu/sk-inet.o
14:27:28 [2021-06-10T14:27:28.706Z] #43 180.4   CC       criu/sk-netlink.o
14:27:28 [2021-06-10T14:27:28.706Z] #43 180.9   CC       criu/sk-packet.o
14:27:28 [2021-06-10T14:27:28.706Z] #43 181.6   CC       criu/sk-queue.o
14:27:28 [2021-06-10T14:27:28.706Z] #43 182.1   CC       criu/sk-tcp.o
14:27:28 [2021-06-10T14:27:28.706Z] #43 182.6   CC       criu/sk-unix.o
14:27:28 [2021-06-10T14:27:28.706Z] #43 184.5   CC       criu/sockets.o
14:27:28 [2021-06-10T14:27:28.706Z] #43 185.2   CC       criu/stats.o
14:27:28 [2021-06-10T14:27:28.706Z] #43 185.4   CC       criu/string.o
14:27:28 [2021-06-10T14:27:28.706Z] #43 185.5   CC       criu/sysctl.o
14:27:28 [2021-06-10T14:27:28.706Z] #43 186.0   CC       criu/sysfs_parse.o
14:27:28 [2021-06-10T14:27:28.706Z] #43 186.3   CC       criu/timens.o
14:27:28 [2021-06-10T14:27:28.706Z] #43 186.6   CC       criu/timerfd.o
14:27:28 [2021-06-10T14:27:28.706Z] #43 186.9   CC       criu/tty.o
14:27:29 [2021-06-10T14:27:29.640Z] #43 ...
14:27:29 [2021-06-10T14:27:29.640Z] 
14:27:29 [2021-06-10T14:27:29.640Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
14:27:29 [2021-06-10T14:27:29.640Z] #30 sha256:5fd93bbfa99d708311088d7655b5801c99bf884623dee6331033c95a05ca9b88
14:27:29 [2021-06-10T14:27:29.640Z] #30 DONE 6.4s
14:27:29 [2021-06-10T14:27:29.640Z] 
14:27:29 [2021-06-10T14:27:29.640Z] #33 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/bin/
14:27:29 [2021-06-10T14:27:29.640Z] #33 sha256:89a2ce5f834d0d32ff6863d3338068b5d7884d842ae12017745addb5e08cd8b7
14:27:29 [2021-06-10T14:27:29.898Z] #33 DONE 0.3s
14:27:29 [2021-06-10T14:27:29.898Z] 
14:27:29 [2021-06-10T14:27:29.898Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/bin/
14:27:29 [2021-06-10T14:27:29.898Z] #35 sha256:652104c74c0346936f0426316619c0bf5086b719d9e6e6eed36a5249e33a56b2
14:27:29 [2021-06-10T14:27:29.898Z] #35 DONE 0.1s
14:27:29 [2021-06-10T14:27:29.898Z] 
14:27:29 [2021-06-10T14:27:29.898Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:27:29 [2021-06-10T14:27:29.898Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:27:30 [2021-06-10T14:27:30.156Z] #43 ...
14:27:30 [2021-06-10T14:27:30.156Z] 
14:27:30 [2021-06-10T14:27:30.156Z] #38 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/bin/
14:27:30 [2021-06-10T14:27:30.156Z] #38 sha256:1769183d3112d8484bb0fab2c3814f524dab14b2ed90bf7aadb4943ec314ea9e
14:27:30 [2021-06-10T14:27:30.156Z] #38 DONE 0.1s
14:27:30 [2021-06-10T14:27:30.156Z] 
14:27:30 [2021-06-10T14:27:30.156Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:27:30 [2021-06-10T14:27:30.156Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:27:30 [2021-06-10T14:27:30.156Z] #43 188.4   CC       criu/tun.o
14:27:30 [2021-06-10T14:27:30.722Z] #43 188.9   CC       criu/uffd.o
14:27:30 [2021-06-10T14:27:30.979Z] #43 ...
14:27:30 [2021-06-10T14:27:30.980Z] 
14:27:30 [2021-06-10T14:27:30.980Z] #41 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/bin/
14:27:30 [2021-06-10T14:27:30.980Z] #41 sha256:a1039cba21fef42ac8a5780eba9528638e00aa6ffc8a022d3cc975705204ec03
14:27:30 [2021-06-10T14:27:30.980Z] #41 DONE 0.7s
14:27:30 [2021-06-10T14:27:30.980Z] 
14:27:30 [2021-06-10T14:27:30.980Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
14:27:30 [2021-06-10T14:27:30.980Z] #56 sha256:7ca7823bab5453513f360d302c812d57c180240e15ed5440df430e6509f23992
14:27:31 [2021-06-10T14:27:31.545Z] #56 ...
14:27:31 [2021-06-10T14:27:31.545Z] 
14:27:31 [2021-06-10T14:27:31.545Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
14:27:31 [2021-06-10T14:27:31.545Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
14:27:31 [2021-06-10T14:27:31.545Z] #43 189.8   CC       criu/util.o
14:27:32 [2021-06-10T14:27:32.488Z] #43 190.8   CC       criu/uts_ns.o
14:27:32 [2021-06-10T14:27:32.746Z] #43 191.0   CC       criu/vdso-compat.o
14:27:32 [2021-06-10T14:27:32.746Z] #43 191.1   CC       criu/vdso.o
14:27:33 [2021-06-10T14:27:33.079Z] #71 exporting layers 7.0s done
14:27:33 [2021-06-10T14:27:33.079Z] #71 writing image sha256:7219f4141b08f8093cf454e1e7ea6714116c1c5c74c4621e0a5d41a4eb1cd0ee done
14:27:33 [2021-06-10T14:27:33.079Z] #71 naming to docker.io/library/docker:523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 done
14:27:33 [2021-06-10T14:27:33.079Z] #71 DONE 7.0s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
14:27:33 [2021-06-10T14:27:33.311Z] #43 191.6   LINK     criu/built-in.o
14:27:33 [2021-06-10T14:27:33.420Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42507/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 -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=20.10 docker:523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 hack/make.sh dynbinary test-integration
14:27:33 [2021-06-10T14:27:33.569Z] #43 191.8   LINK     criu/criu
14:27:33 [2021-06-10T14:27:33.827Z] #43 192.1   DEP      lib/c/criu.d
14:27:33 [2021-06-10T14:27:33.827Z] #43 192.2   CC       images/rpc.pb-c.o
14:27:34 [2021-06-10T14:27:34.392Z] #43 192.6   CC       lib/c/criu.o
14:27:34 [2021-06-10T14:27:34.793Z] 
14:27:34 [2021-06-10T14:27:34.793Z] Removing bundles/
14:27:34 [2021-06-10T14:27:34.793Z] 
14:27:34 [2021-06-10T14:27:34.793Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
14:27:34 [2021-06-10T14:27:34.793Z] Building: bundles/dynbinary-daemon/dockerd-dev
14:27:34 [2021-06-10T14:27:34.793Z] GOOS="" GOARCH="" GOARM=""
14:27:34 [2021-06-10T14:27:34.958Z] #43 193.4   LINK     lib/c/built-in.o
14:27:35 [2021-06-10T14:27:35.216Z] #43 193.4   LINK     lib/c/libcriu.so
14:27:35 [2021-06-10T14:27:35.216Z] #43 193.4   LINK     lib/c/libcriu.a
14:27:35 [2021-06-10T14:27:35.216Z] #43 193.5   GEN      magic.py
14:27:35 [2021-06-10T14:27:35.474Z] #43 193.7 Note: Building without setproctitle() and strlcpy() support.
14:27:35 [2021-06-10T14:27:35.474Z] #43 193.7       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
14:27:35 [2021-06-10T14:27:35.474Z] #43 193.7 Note: Building without GnuTLS support
14:27:35 [2021-06-10T14:27:35.474Z] #43 193.7 Makefile.config:39: Warn: you have no libnftables installed
14:27:35 [2021-06-10T14:27:35.474Z] #43 193.7 Makefile.config:40: Warn: Building without nftables support
14:27:36 [2021-06-10T14:27:36.040Z] #43 194.2 fatal: not a git repository (or any of the parent directories): .git
14:27:36 [2021-06-10T14:27:36.607Z] #43 194.8 make[1]: Nothing to be done for 'all'.
14:27:37 [2021-06-10T14:27:37.183Z] #43 195.4 make[1]: 'images/built-in.o' is up to date.
14:27:37 [2021-06-10T14:27:37.183Z] #43 195.5 make[1]: 'compel/plugins/std.lib.a' is up to date.
14:27:37 [2021-06-10T14:27:37.183Z] #43 195.5 make[1]: 'compel/plugins/fds.lib.a' is up to date.
14:27:37 [2021-06-10T14:27:37.183Z] #43 195.5 make[1]: 'compel/libcompel.a' is up to date.
14:27:37 [2021-06-10T14:27:37.447Z] #43 195.5 make[1]: 'compel/compel-host-bin' is up to date.
14:27:37 [2021-06-10T14:27:37.447Z] #43 195.6 make[1]: Nothing to be done for 'all'.
14:27:37 [2021-06-10T14:27:37.447Z] #43 195.6 make[1]: 'soccr/libsoccr.a' is up to date.
14:27:37 [2021-06-10T14:27:37.447Z] #43 195.8 make[2]: Nothing to be done for 'all'.
14:27:37 [2021-06-10T14:27:37.705Z] #43 195.8 make[2]: Nothing to be done for 'all'.
14:27:37 [2021-06-10T14:27:37.705Z] #43 195.9 make[2]: Nothing to be done for 'all'.
14:27:37 [2021-06-10T14:27:37.705Z] #43 196.0 make[2]: Nothing to be done for 'all'.
14:27:37 [2021-06-10T14:27:37.705Z] #43 196.0 make[2]: Nothing to be done for 'all'.
14:27:37 [2021-06-10T14:27:37.705Z] #43 196.0 make[2]: Nothing to be done for 'all'.
14:27:37 [2021-06-10T14:27:37.705Z] #43 196.1 make[2]: Nothing to be done for 'all'.
14:27:37 [2021-06-10T14:27:37.964Z] #43 196.2 make[2]: Nothing to be done for 'all'.
14:27:37 [2021-06-10T14:27:37.964Z] #43 196.2   INSTALL  criu/criu
14:27:38 [2021-06-10T14:27:38.223Z] #43 DONE 196.5s
14:27:38 [2021-06-10T14:27:38.223Z] 
14:27:38 [2021-06-10T14:27:38.223Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
14:27:38 [2021-06-10T14:27:38.223Z] #56 sha256:7ca7823bab5453513f360d302c812d57c180240e15ed5440df430e6509f23992
14:27:39 [2021-06-10T14:27:39.599Z] #56 ...
14:27:39 [2021-06-10T14:27:39.599Z] 
14:27:39 [2021-06-10T14:27:39.599Z] #44 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
14:27:39 [2021-06-10T14:27:39.599Z] #44 sha256:61f24eec574488abf131bc64828c02d1ccdd8802482e2ebaac6c8d0d36b70240
14:27:39 [2021-06-10T14:27:39.857Z] #44 DONE 0.1s
14:27:39 [2021-06-10T14:27:39.857Z] 
14:27:39 [2021-06-10T14:27:39.857Z] #46 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/bin/
14:27:39 [2021-06-10T14:27:39.857Z] #46 sha256:645467285e15798b7a482dcf220be0d479036e38915313c46c147be657befda5
14:27:39 [2021-06-10T14:27:39.857Z] #46 DONE 0.3s
14:27:39 [2021-06-10T14:27:39.857Z] 
14:27:39 [2021-06-10T14:27:39.857Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
14:27:39 [2021-06-10T14:27:39.857Z] #56 sha256:7ca7823bab5453513f360d302c812d57c180240e15ed5440df430e6509f23992
14:27:40 [2021-06-10T14:27:40.120Z] #56 ...
14:27:40 [2021-06-10T14:27:40.120Z] 
14:27:40 [2021-06-10T14:27:40.120Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/bin/
14:27:40 [2021-06-10T14:27:40.120Z] #48 sha256:09dda0d9117a1c8fc5019a06eb640deae8f2142c44f46f9b0f9a7e2bb580c8e0
14:27:40 [2021-06-10T14:27:40.120Z] #48 DONE 0.1s
14:27:40 [2021-06-10T14:27:40.120Z] 
14:27:40 [2021-06-10T14:27:40.120Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/
14:27:40 [2021-06-10T14:27:40.120Z] #50 sha256:74c9ab338fee12bd88436eaa09552d4e077b9ef3ae0eef146198b718278601ed
14:27:40 [2021-06-10T14:27:40.686Z] #50 DONE 0.5s
14:27:40 [2021-06-10T14:27:40.686Z] 
14:27:40 [2021-06-10T14:27:40.686Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/bin/
14:27:40 [2021-06-10T14:27:40.686Z] #52 sha256:e6b6a23ded0719e7fa5df1c0ae84ef10199b4315d0cce221561ee1e86ba4d015
14:27:40 [2021-06-10T14:27:40.686Z] #52 DONE 0.1s
14:27:40 [2021-06-10T14:27:40.686Z] 
14:27:40 [2021-06-10T14:27:40.686Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
14:27:40 [2021-06-10T14:27:40.686Z] #56 sha256:7ca7823bab5453513f360d302c812d57c180240e15ed5440df430e6509f23992
14:27:48 [2021-06-10T14:27:48.802Z] #56 231.1 + bin/containerd
14:27:54 [2021-06-10T14:27:54.068Z] #56 ...
14:27:54 [2021-06-10T14:27:54.068Z] 
14:27:54 [2021-06-10T14:27:54.068Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
14:27:54 [2021-06-10T14:27:54.068Z] #53 sha256:36ea1a8a933c228130fe994ada6fd4d3dfbd209b3ee3d0a96e3bc71211f82db3
14:27:54 [2021-06-10T14:27:54.068Z] #53 145.6 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
14:27:54 [2021-06-10T14:27:54.635Z] #53 146.8 + mkdir -p /build
14:27:54 [2021-06-10T14:27:54.894Z] #53 146.8 + cp runc /build/runc
14:27:55 [2021-06-10T14:27:55.463Z] #53 DONE 147.2s
14:27:55 [2021-06-10T14:27:55.463Z] 
14:27:55 [2021-06-10T14:27:55.463Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
14:27:55 [2021-06-10T14:27:55.463Z] #56 sha256:7ca7823bab5453513f360d302c812d57c180240e15ed5440df430e6509f23992
14:27:56 [2021-06-10T14:27:56.845Z] #56 ...
14:27:56 [2021-06-10T14:27:56.845Z] 
14:27:56 [2021-06-10T14:27:56.845Z] #54 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/bin/
14:27:56 [2021-06-10T14:27:56.845Z] #54 sha256:6b81cd2182c413c6aa3279c87fd4ce572d252633b90e74e827e825264485ef74
14:27:57 [2021-06-10T14:27:57.103Z] #54 DONE 0.2s
14:27:57 [2021-06-10T14:27:57.103Z] 
14:27:57 [2021-06-10T14:27:57.103Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
14:27:57 [2021-06-10T14:27:57.103Z] #56 sha256:7ca7823bab5453513f360d302c812d57c180240e15ed5440df430e6509f23992
14:28:23 [2021-06-10T14:28:23.720Z] #56 267.0 + bin/containerd-stress
14:28:25 [2021-06-10T14:28:25.618Z] #56 268.9 + bin/containerd-shim
14:28:33 [2021-06-10T14:28:33.772Z] #56 275.9 + bin/containerd-shim-runc-v1
14:28:37 [2021-06-10T14:28:37.053Z] #56 280.5 + bin/containerd-shim-runc-v2
14:28:37 [2021-06-10T14:28:37.985Z] #56 281.5 + binaries
14:28:37 [2021-06-10T14:28:37.985Z] #56 281.5 + install -D bin/containerd /build/containerd
14:28:37 [2021-06-10T14:28:37.985Z] #56 281.5 + install -D bin/containerd-shim /build/containerd-shim
14:28:37 [2021-06-10T14:28:37.985Z] #56 281.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
14:28:37 [2021-06-10T14:28:37.985Z] #56 281.5 + install -D bin/ctr /build/ctr
14:28:39 [2021-06-10T14:28:39.355Z] #56 DONE 282.8s
14:28:40 [2021-06-10T14:28:40.286Z] 
14:28:40 [2021-06-10T14:28:40.286Z] #57 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/bin/
14:28:40 [2021-06-10T14:28:40.286Z] #57 sha256:e43a8d6e2ed4cfe740410caf0c83a94f911fdb54944ac0d9bd19ad18bd222526
14:28:40 [2021-06-10T14:28:40.850Z] #57 DONE 0.9s
14:28:41 [2021-06-10T14:28:41.107Z] 
14:28:41 [2021-06-10T14:28:41.107Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
14:28:41 [2021-06-10T14:28:41.107Z] #61 sha256:b2812ce6424a8d990145bf7e9a3255e9641268aa6892739cced0f05b090014c1
14:28:41 [2021-06-10T14:28:41.107Z] #61 DONE 0.2s
14:28:41 [2021-06-10T14:28:41.107Z] 
14:28:41 [2021-06-10T14:28:41.107Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit        /build/ /usr/local/bin/
14:28:41 [2021-06-10T14:28:41.107Z] #66 sha256:83c32e92320d46dd82f4f66bccfff4ba39d9a476482bab21855e0986f7735d13
14:28:42 [2021-06-10T14:28:42.037Z] #66 DONE 1.0s
14:28:42 [2021-06-10T14:28:42.037Z] 
14:28:42 [2021-06-10T14:28:42.037Z] #68 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/bin/
14:28:42 [2021-06-10T14:28:42.037Z] #68 sha256:f62264f91b2b8e9919b9376b8e4321820a6bcce261ec9eb3015872292541d0da
14:28:42 [2021-06-10T14:28:42.037Z] #68 DONE 0.1s
14:28:42 [2021-06-10T14:28:42.037Z] 
14:28:42 [2021-06-10T14:28:42.037Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
14:28:42 [2021-06-10T14:28:42.037Z] #69 sha256:6a95bc4115790ed40fa399893d03e9e90eebbc580456ae0f67a0d71957b8e4b7
14:28:42 [2021-06-10T14:28:42.037Z] #69 DONE 0.0s
14:28:42 [2021-06-10T14:28:42.294Z] 
14:28:42 [2021-06-10T14:28:42.294Z] #70 [dev-systemd-true 1/2] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             dbus             dbus-user-session             systemd             systemd-sysv
14:28:42 [2021-06-10T14:28:42.294Z] #70 sha256:e2671c1d26c6ec8ab132f85210cd474a551bfe430902f312c2fd6c17a8b045b9
14:28:42 [2021-06-10T14:28:42.857Z] #70 0.694 Hit:1 http://deb.debian.org/debian buster-backports InRelease
14:28:43 [2021-06-10T14:28:43.115Z] #70 0.799 Hit:2 http://cdn-fastly.deb.debian.org/debian buster InRelease
14:28:43 [2021-06-10T14:28:43.115Z] #70 0.887 Hit:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease
14:28:43 [2021-06-10T14:28:43.115Z] #70 0.968 Hit:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease
14:28:43 [2021-06-10T14:28:43.938Z] #70 1.066 Reading package lists...
14:28:44 [2021-06-10T14:28:44.504Z] #70 1.730 Reading package lists...
14:28:44 [2021-06-10T14:28:44.761Z] #70 2.386 Building dependency tree...
14:28:44 [2021-06-10T14:28:44.761Z] #70 2.528 Reading state information...
14:28:44 [2021-06-10T14:28:44.761Z] #70 2.639 The following additional packages will be installed:
14:28:45 [2021-06-10T14:28:45.019Z] #70 2.639   libargon2-1 libcryptsetup12 libdbus-1-3 libidn11 libjson-c3 libkmod2
14:28:45 [2021-06-10T14:28:45.019Z] #70 2.640   libpam-systemd
14:28:45 [2021-06-10T14:28:45.019Z] #70 2.640 Suggested packages:
14:28:45 [2021-06-10T14:28:45.019Z] #70 2.640   systemd-container policykit-1
14:28:45 [2021-06-10T14:28:45.019Z] #70 2.640 Recommended packages:
14:28:45 [2021-06-10T14:28:45.019Z] #70 2.640   libnss-systemd
14:28:45 [2021-06-10T14:28:45.019Z] #70 2.720 The following NEW packages will be installed:
14:28:45 [2021-06-10T14:28:45.019Z] #70 2.721   dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libidn11
14:28:45 [2021-06-10T14:28:45.019Z] #70 2.721   libjson-c3 libkmod2 libpam-systemd systemd systemd-sysv
14:28:45 [2021-06-10T14:28:45.282Z] #70 2.989 0 upgraded, 11 newly installed, 0 to remove and 28 not upgraded.
14:28:45 [2021-06-10T14:28:45.282Z] #70 2.989 Need to get 4762 kB of archives.
14:28:45 [2021-06-10T14:28:45.282Z] #70 2.989 After this operation, 16.6 MB of additional disk space will be used.
14:28:45 [2021-06-10T14:28:45.282Z] #70 2.989 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]
14:28:45 [2021-06-10T14:28:45.282Z] #70 2.989 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjson-c3 amd64 0.12.1+ds-2+deb10u1 [27.3 kB]
14:28:45 [2021-06-10T14:28:45.282Z] #70 2.991 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcryptsetup12 amd64 2:2.1.0-5+deb10u2 [193 kB]
14:28:45 [2021-06-10T14:28:45.282Z] #70 2.994 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libidn11 amd64 1.33-2.2 [116 kB]
14:28:45 [2021-06-10T14:28:45.282Z] #70 2.996 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libkmod2 amd64 26-1 [52.7 kB]
14:28:45 [2021-06-10T14:28:45.282Z] #70 2.996 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd amd64 241-7~deb10u7 [3499 kB]
14:28:45 [2021-06-10T14:28:45.282Z] #70 3.068 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd-sysv amd64 241-7~deb10u7 [100 kB]
14:28:45 [2021-06-10T14:28:45.282Z] #70 3.074 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdbus-1-3 amd64 1.12.20-0+deb10u1 [215 kB]
14:28:45 [2021-06-10T14:28:45.282Z] #70 3.076 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus amd64 1.12.20-0+deb10u1 [236 kB]
14:28:45 [2021-06-10T14:28:45.282Z] #70 3.079 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpam-systemd amd64 241-7~deb10u7 [209 kB]
14:28:45 [2021-06-10T14:28:45.282Z] #70 3.081 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus-user-session amd64 1.12.20-0+deb10u1 [94.5 kB]
14:28:45 [2021-06-10T14:28:45.540Z] #70 3.234 debconf: delaying package configuration, since apt-utils is not installed
14:28:45 [2021-06-10T14:28:45.540Z] #70 3.259 Fetched 4762 kB in 0s (13.4 MB/s)
14:28:45 [2021-06-10T14:28:45.540Z] #70 3.285 Selecting previously unselected package libargon2-1:amd64.
14:28:45 [2021-06-10T14:28:45.540Z] #70 3.285 (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 ... 28057 files and directories currently installed.)
14:28:45 [2021-06-10T14:28:45.540Z] #70 3.299 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ...
14:28:45 [2021-06-10T14:28:45.540Z] #70 3.308 Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
14:28:45 [2021-06-10T14:28:45.540Z] #70 3.343 Selecting previously unselected package libjson-c3:amd64.
14:28:45 [2021-06-10T14:28:45.540Z] #70 3.346 Preparing to unpack .../1-libjson-c3_0.12.1+ds-2+deb10u1_amd64.deb ...
14:28:45 [2021-06-10T14:28:45.540Z] #70 3.349 Unpacking libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ...
14:28:45 [2021-06-10T14:28:45.540Z] #70 3.384 Selecting previously unselected package libcryptsetup12:amd64.
14:28:45 [2021-06-10T14:28:45.540Z] #70 3.387 Preparing to unpack .../2-libcryptsetup12_2%3a2.1.0-5+deb10u2_amd64.deb ...
14:28:45 [2021-06-10T14:28:45.540Z] #70 3.391 Unpacking libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ...
14:28:45 [2021-06-10T14:28:45.540Z] #70 3.443 Selecting previously unselected package libidn11:amd64.
14:28:45 [2021-06-10T14:28:45.798Z] #70 3.446 Preparing to unpack .../3-libidn11_1.33-2.2_amd64.deb ...
14:28:45 [2021-06-10T14:28:45.798Z] #70 3.450 Unpacking libidn11:amd64 (1.33-2.2) ...
14:28:45 [2021-06-10T14:28:45.798Z] #70 3.491 Selecting previously unselected package libkmod2:amd64.
14:28:45 [2021-06-10T14:28:45.798Z] #70 3.494 Preparing to unpack .../4-libkmod2_26-1_amd64.deb ...
14:28:45 [2021-06-10T14:28:45.798Z] #70 3.497 Unpacking libkmod2:amd64 (26-1) ...
14:28:45 [2021-06-10T14:28:45.798Z] #70 3.543 Selecting previously unselected package systemd.
14:28:45 [2021-06-10T14:28:45.798Z] #70 3.546 Preparing to unpack .../5-systemd_241-7~deb10u7_amd64.deb ...
14:28:45 [2021-06-10T14:28:45.798Z] #70 3.584 Unpacking systemd (241-7~deb10u7) ...
14:28:46 [2021-06-10T14:28:46.363Z] #70 4.041 Setting up libargon2-1:amd64 (0~20171227-0.2) ...
14:28:46 [2021-06-10T14:28:46.363Z] #70 4.053 Setting up libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ...
14:28:46 [2021-06-10T14:28:46.363Z] #70 4.064 Setting up libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ...
14:28:46 [2021-06-10T14:28:46.363Z] #70 4.075 Setting up libidn11:amd64 (1.33-2.2) ...
14:28:46 [2021-06-10T14:28:46.363Z] #70 4.086 Setting up libkmod2:amd64 (26-1) ...
14:28:46 [2021-06-10T14:28:46.363Z] #70 4.098 Setting up systemd (241-7~deb10u7) ...
14:28:46 [2021-06-10T14:28:46.363Z] #70 4.145 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
14:28:46 [2021-06-10T14:28:46.363Z] #70 4.147 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
14:28:46 [2021-06-10T14:28:46.363Z] #70 4.151 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
14:28:46 [2021-06-10T14:28:46.363Z] #70 4.151 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
14:28:46 [2021-06-10T14:28:46.927Z] #70 4.633 Selecting previously unselected package systemd-sysv.
14:28:46 [2021-06-10T14:28:46.927Z] #70 4.633 (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 ... 28854 files and directories currently installed.)
14:28:46 [2021-06-10T14:28:46.927Z] #70 4.647 Preparing to unpack .../systemd-sysv_241-7~deb10u7_amd64.deb ...
14:28:46 [2021-06-10T14:28:46.927Z] #70 4.651 Unpacking systemd-sysv (241-7~deb10u7) ...
14:28:46 [2021-06-10T14:28:46.927Z] #70 4.694 Selecting previously unselected package libdbus-1-3:amd64.
14:28:46 [2021-06-10T14:28:46.927Z] #70 4.697 Preparing to unpack .../libdbus-1-3_1.12.20-0+deb10u1_amd64.deb ...
14:28:46 [2021-06-10T14:28:46.927Z] #70 4.701 Unpacking libdbus-1-3:amd64 (1.12.20-0+deb10u1) ...
14:28:46 [2021-06-10T14:28:46.927Z] #70 4.758 Selecting previously unselected package dbus.
14:28:46 [2021-06-10T14:28:46.927Z] #70 4.760 Preparing to unpack .../dbus_1.12.20-0+deb10u1_amd64.deb ...
14:28:46 [2021-06-10T14:28:46.927Z] #70 4.772 Unpacking dbus (1.12.20-0+deb10u1) ...
14:28:46 [2021-06-10T14:28:46.927Z] #70 4.831 Selecting previously unselected package libpam-systemd:amd64.
14:28:46 [2021-06-10T14:28:46.927Z] #70 4.835 Preparing to unpack .../libpam-systemd_241-7~deb10u7_amd64.deb ...
14:28:46 [2021-06-10T14:28:46.927Z] #70 4.839 Unpacking libpam-systemd:amd64 (241-7~deb10u7) ...
14:28:46 [2021-06-10T14:28:46.927Z] #70 4.879 Selecting previously unselected package dbus-user-session.
14:28:47 [2021-06-10T14:28:47.186Z] #70 4.881 Preparing to unpack .../dbus-user-session_1.12.20-0+deb10u1_amd64.deb ...
14:28:47 [2021-06-10T14:28:47.186Z] #70 4.885 Unpacking dbus-user-session (1.12.20-0+deb10u1) ...
14:28:47 [2021-06-10T14:28:47.186Z] #70 4.951 Setting up systemd-sysv (241-7~deb10u7) ...
14:28:47 [2021-06-10T14:28:47.186Z] #70 4.963 Setting up libdbus-1-3:amd64 (1.12.20-0+deb10u1) ...
14:28:47 [2021-06-10T14:28:47.186Z] #70 4.974 Setting up dbus (1.12.20-0+deb10u1) ...
14:28:47 [2021-06-10T14:28:47.443Z] #70 5.088 invoke-rc.d: could not determine current runlevel
14:28:47 [2021-06-10T14:28:47.443Z] #70 5.090 invoke-rc.d: policy-rc.d denied execution of start.
14:28:47 [2021-06-10T14:28:47.443Z] #70 5.094 Setting up libpam-systemd:amd64 (241-7~deb10u7) ...
14:28:47 [2021-06-10T14:28:47.443Z] #70 5.248 Setting up dbus-user-session (1.12.20-0+deb10u1) ...
14:28:47 [2021-06-10T14:28:47.443Z] #70 5.263 Processing triggers for systemd (241-7~deb10u7) ...
14:28:47 [2021-06-10T14:28:47.443Z] #70 5.271 Processing triggers for libc-bin (2.28-10) ...
14:28:47 [2021-06-10T14:28:47.700Z] #70 DONE 5.4s
14:28:47 [2021-06-10T14:28:47.700Z] 
14:28:47 [2021-06-10T14:28:47.700Z] #71 [dev-systemd-true 2/2] RUN mkdir -p hack   && curl -o hack/dind-systemd https://raw.githubusercontent.com/AkihiroSuda/containerized-systemd/b70bac0daeea120456764248164c21684ade7d0d/docker-entrypoint.sh   && chmod +x hack/dind-systemd
14:28:47 [2021-06-10T14:28:47.700Z] #71 sha256:e78e1f7ff012fbbbf0dd02f99f090fd0314d5ffbb7c38b86c5fa70f476ca2a19
14:28:47 [2021-06-10T14:28:47.957Z] #71 0.455   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
14:28:47 [2021-06-10T14:28:47.957Z] #71 0.457                                  Dload  Upload   Total   Spent    Left  Speed
14:28:48 [2021-06-10T14:28:48.214Z] #71 0.458 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  1823  100  1823    0     0  14701      0 --:--:-- --:--:-- --:--:-- 14701
14:28:48 [2021-06-10T14:28:48.214Z] #71 DONE 0.6s
14:28:48 [2021-06-10T14:28:48.472Z] 
14:28:48 [2021-06-10T14:28:48.472Z] #72 [final 1/1] COPY . /go/src/github.com/docker/docker
14:28:48 [2021-06-10T14:28:48.472Z] #72 sha256:1aed11f52ce1257f7852de9aaa6469e355f4caf9dedc14484b7e5f2be62809ef
14:28:49 [2021-06-10T14:28:49.043Z] #72 DONE 0.9s
14:28:49 [2021-06-10T14:28:49.300Z] 
14:28:49 [2021-06-10T14:28:49.300Z] #73 exporting to image
14:28:49 [2021-06-10T14:28:49.300Z] #73 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
14:28:49 [2021-06-10T14:28:49.300Z] #73 exporting layers
14:28:57 [2021-06-10T14:28:57.404Z] #73 exporting layers 7.2s done
14:28:57 [2021-06-10T14:28:57.404Z] #73 writing image sha256:1d706421dfddb78ca584b4cc03683625a6ae47e2f338f267ead5acf8ad25134e done
14:28:57 [2021-06-10T14:28:57.404Z] #73 naming to docker.io/library/docker:523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 done
14:28:57 [2021-06-10T14:28:57.404Z] #73 DONE 7.2s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
14:28:57 [2021-06-10T14:28:57.754Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42507/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 -e DOCKER_GRAPHDRIVER -e DOCKER_EXPERIMENTAL -e DOCKER_SYSTEMD -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 hack/make.sh dynbinary test-integration
14:28:59 [2021-06-10T14:28:59.648Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null.
14:28:59 [2021-06-10T14:28:59.648Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null.
14:28:59 [2021-06-10T14:28:59.648Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service.
14:28:59 [2021-06-10T14:28:59.648Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target
14:28:59 [2021-06-10T14:28:59.648Z] systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
14:28:59 [2021-06-10T14:28:59.648Z] Detected virtualization docker.
14:28:59 [2021-06-10T14:28:59.648Z] Detected architecture x86-64.
14:28:59 [2021-06-10T14:28:59.648Z] Set hostname to <d9f1089f37bd>.
14:29:00 [2021-06-10T14:29:00.213Z] + source /etc/docker-entrypoint-cmd
14:29:00 [2021-06-10T14:29:00.213Z] ++ hack/make.sh dynbinary test-integration
14:29:00 [2021-06-10T14:29:00.213Z] 
14:29:00 [2021-06-10T14:29:00.213Z] Removing bundles/
14:29:00 [2021-06-10T14:29:00.213Z] 
14:29:00 [2021-06-10T14:29:00.213Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
14:29:00 [2021-06-10T14:29:00.213Z] Building: bundles/dynbinary-daemon/dockerd-dev
14:29:00 [2021-06-10T14:29:00.213Z] GOOS="" GOARCH="" GOARM=""
14:29:04 [2021-06-10T14:29:04.922Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
14:29:04 [2021-06-10T14:29:04.922Z] 
14:29:04 [2021-06-10T14:29:04.922Z] + TEST_INTEGRATION_DEST=1
14:29:04 [2021-06-10T14:29:04.922Z] + CONTAINER_NAME=docker-pr2-1
14:29:04 [2021-06-10T14:29:04.922Z] + TEST_SKIP_INTEGRATION_CLI=1
14:29:04 [2021-06-10T14:29:04.922Z] + run_tests test-integration-flaky
14:29:04 [2021-06-10T14:29:04.922Z] + '[' -n 0 ']'
14:29:04 [2021-06-10T14:29:04.922Z] + rm=
14:29:04 [2021-06-10T14:29:04.922Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42507/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42507/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42507/.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=523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 hack/make.sh test-integration-flaky test-integration
14:29:04 [2021-06-10T14:29:04.922Z] + c=0
14:29:04 [2021-06-10T14:29:04.922Z] + TEST_INTEGRATION_DEST=2
14:29:04 [2021-06-10T14:29:04.922Z] + CONTAINER_NAME=docker-pr2-2
14:29:04 [2021-06-10T14:29:04.922Z] + TEST_INTEGRATION_DEST=3
14:29:04 [2021-06-10T14:29:04.922Z] + TEST_SKIP_INTEGRATION=1
14:29:04 [2021-06-10T14:29:04.922Z] + CONTAINER_NAME=docker-pr2-3
14:29:04 [2021-06-10T14:29:04.922Z] + TEST_SKIP_INTEGRATION=1
14:29:04 [2021-06-10T14:29:04.922Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/'
14:29:04 [2021-06-10T14:29:04.922Z] + run_tests
14:29:04 [2021-06-10T14:29:04.922Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/'
14:29:04 [2021-06-10T14:29:04.922Z] + run_tests
14:29:04 [2021-06-10T14:29:04.922Z] + '[' -n 0 ']'
14:29:04 [2021-06-10T14:29:04.922Z] + '[' -n 0 ']'
14:29:04 [2021-06-10T14:29:04.922Z] + rm=
14:29:04 [2021-06-10T14:29:04.922Z] + rm=
14:29:04 [2021-06-10T14:29:04.922Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42507/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42507/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42507/.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=523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 hack/make.sh '' test-integration
14:29:04 [2021-06-10T14:29:04.922Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42507/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42507/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42507/.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=523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 hack/make.sh '' test-integration
14:29:04 [2021-06-10T14:29:04.922Z] ++ jobs -p
14:29:04 [2021-06-10T14:29:04.922Z] + for job in $(jobs -p)
14:29:04 [2021-06-10T14:29:04.922Z] + wait 8036
14:29:04 [2021-06-10T14:29:04.922Z] 
14:29:04 [2021-06-10T14:29:04.922Z] ---> Making bundle: test-integration (in bundles/test-integration)
14:29:04 [2021-06-10T14:29:04.922Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
14:29:04 [2021-06-10T14:29:04.922Z] HOSTNAME=3a4898cfb686
14:29:04 [2021-06-10T14:29:04.922Z] TEST_SKIP_INTEGRATION=1
14:29:04 [2021-06-10T14:29:04.922Z] TESTDEBUG=0
14:29:04 [2021-06-10T14:29:04.922Z] DEST=bundles/test-integration
14:29:04 [2021-06-10T14:29:04.922Z] PWD=/go/src/github.com/docker/docker
14:29:04 [2021-06-10T14:29:04.922Z] KEEPBUNDLE=1
14:29:04 [2021-06-10T14:29:04.922Z] DOCKER_GITCOMMIT=523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48
14:29:04 [2021-06-10T14:29:04.922Z] container=docker
14:29:04 [2021-06-10T14:29:04.922Z] HOME=/root
14:29:04 [2021-06-10T14:29:04.922Z] GOLANG_VERSION=1.13.15
14:29:04 [2021-06-10T14:29:04.922Z] VALIDATE_REPO=https://github.com/moby/moby.git
14:29:04 [2021-06-10T14:29:04.922Z] VALIDATE_BRANCH=20.10
14:29:04 [2021-06-10T14:29:04.922Z] TERM=xterm
14:29:04 [2021-06-10T14:29:04.922Z] DOCKER_PKG=github.com/docker/docker
14:29:04 [2021-06-10T14:29:04.922Z] SHLVL=1
14:29:04 [2021-06-10T14:29:04.922Z] TIMEOUT=120m
14:29:04 [2021-06-10T14:29:04.922Z] DOCKER_BUILDTAGS=apparmor seccomp journald
14:29:04 [2021-06-10T14:29:04.922Z] DOCKER_GRAPHDRIVER=overlay2
14:29:04 [2021-06-10T14:29:04.922Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/
14:29:04 [2021-06-10T14:29:04.922Z] GO111MODULE=off
14:29:04 [2021-06-10T14:29:04.922Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
14:29:04 [2021-06-10T14:29:04.922Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
14:29:04 [2021-06-10T14:29:04.922Z] GOPATH=/go
14:29:04 [2021-06-10T14:29:04.922Z] PKG_CONFIG=pkg-config
14:29:04 [2021-06-10T14:29:04.922Z] _=/usr/bin/env
14:29:04 [2021-06-10T14:29:04.922Z] Building test suite binary ./integration-cli/test.main
14:29:04 [2021-06-10T14:29:04.922Z] 
14:29:04 [2021-06-10T14:29:04.922Z] 
14:29:04 [2021-06-10T14:29:04.922Z] ---> Making bundle: test-integration (in bundles/test-integration)
14:29:04 [2021-06-10T14:29:04.922Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
14:29:04 [2021-06-10T14:29:04.922Z] HOSTNAME=4a66977cb425
14:29:04 [2021-06-10T14:29:04.922Z] TEST_SKIP_INTEGRATION=1
14:29:04 [2021-06-10T14:29:04.922Z] TESTDEBUG=0
14:29:04 [2021-06-10T14:29:04.922Z] DEST=bundles/test-integration
14:29:04 [2021-06-10T14:29:04.922Z] PWD=/go/src/github.com/docker/docker
14:29:04 [2021-06-10T14:29:04.922Z] KEEPBUNDLE=1
14:29:04 [2021-06-10T14:29:04.922Z] DOCKER_GITCOMMIT=523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48
14:29:04 [2021-06-10T14:29:04.922Z] container=docker
14:29:04 [2021-06-10T14:29:04.922Z] HOME=/root
14:29:04 [2021-06-10T14:29:04.922Z] GOLANG_VERSION=1.13.15
14:29:04 [2021-06-10T14:29:04.922Z] VALIDATE_REPO=https://github.com/moby/moby.git
14:29:04 [2021-06-10T14:29:04.922Z] VALIDATE_BRANCH=20.10
14:29:04 [2021-06-10T14:29:04.922Z] TERM=xterm
14:29:04 [2021-06-10T14:29:04.922Z] DOCKER_PKG=github.com/docker/docker
14:29:04 [2021-06-10T14:29:04.922Z] SHLVL=1
14:29:04 [2021-06-10T14:29:04.922Z] TIMEOUT=120m
14:29:04 [2021-06-10T14:29:04.922Z] DOCKER_BUILDTAGS=apparmor seccomp journald
14:29:04 [2021-06-10T14:29:04.922Z] DOCKER_GRAPHDRIVER=overlay2
14:29:04 [2021-06-10T14:29:04.922Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
14:29:04 [2021-06-10T14:29:04.922Z] GO111MODULE=off
14:29:04 [2021-06-10T14:29:04.922Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
14:29:04 [2021-06-10T14:29:04.922Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
14:29:04 [2021-06-10T14:29:04.922Z] GOPATH=/go
14:29:04 [2021-06-10T14:29:04.922Z] PKG_CONFIG=pkg-config
14:29:04 [2021-06-10T14:29:04.922Z] _=/usr/bin/env
14:29:04 [2021-06-10T14:29:04.922Z] Building test suite binary ./integration-cli/test.main
14:29:04 [2021-06-10T14:29:04.922Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky)
14:29:04 [2021-06-10T14:29:04.922Z] No new tests added to integration.
14:29:04 [2021-06-10T14:29:04.922Z] 
14:29:04 [2021-06-10T14:29:04.922Z] ---> Making bundle: test-integration (in bundles/test-integration)
14:29:04 [2021-06-10T14:29:04.922Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
14:29:04 [2021-06-10T14:29:04.922Z] HOSTNAME=9412dc7eef79
14:29:04 [2021-06-10T14:29:04.922Z] TESTDEBUG=0
14:29:04 [2021-06-10T14:29:04.922Z] DEST=bundles/test-integration
14:29:04 [2021-06-10T14:29:04.922Z] PWD=/go/src/github.com/docker/docker
14:29:04 [2021-06-10T14:29:04.922Z] KEEPBUNDLE=1
14:29:04 [2021-06-10T14:29:04.922Z] DOCKER_GITCOMMIT=523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48
14:29:04 [2021-06-10T14:29:04.922Z] container=docker
14:29:04 [2021-06-10T14:29:04.922Z] HOME=/root
14:29:04 [2021-06-10T14:29:04.922Z] GOLANG_VERSION=1.13.15
14:29:04 [2021-06-10T14:29:04.922Z] VALIDATE_REPO=https://github.com/moby/moby.git
14:29:04 [2021-06-10T14:29:04.922Z] VALIDATE_BRANCH=20.10
14:29:04 [2021-06-10T14:29:04.922Z] TERM=xterm
14:29:04 [2021-06-10T14:29:04.922Z] DOCKER_PKG=github.com/docker/docker
14:29:04 [2021-06-10T14:29:04.922Z] SHLVL=1
14:29:04 [2021-06-10T14:29:04.922Z] TIMEOUT=120m
14:29:04 [2021-06-10T14:29:04.922Z] DOCKER_BUILDTAGS=apparmor seccomp journald
14:29:04 [2021-06-10T14:29:04.922Z] DOCKER_GRAPHDRIVER=overlay2
14:29:04 [2021-06-10T14:29:04.922Z] GO111MODULE=off
14:29:04 [2021-06-10T14:29:04.922Z] TEST_SKIP_INTEGRATION_CLI=1
14:29:04 [2021-06-10T14:29:04.922Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
14:29:04 [2021-06-10T14:29:04.922Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
14:29:04 [2021-06-10T14:29:04.922Z] GOPATH=/go
14:29:04 [2021-06-10T14:29:04.922Z] PKG_CONFIG=pkg-config
14:29:04 [2021-06-10T14:29:04.922Z] _=/usr/bin/env
14:29:04 [2021-06-10T14:29:04.922Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
14:29:11 [2021-06-10T14:29:11.232Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
14:29:11 [2021-06-10T14:29:11.232Z] 
14:29:11 [2021-06-10T14:29:11.232Z] ---> Making bundle: test-integration (in bundles/test-integration)
14:29:11 [2021-06-10T14:29:11.232Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
14:29:11 [2021-06-10T14:29:11.232Z] HOSTNAME=34efcfaf7c65
14:29:11 [2021-06-10T14:29:11.232Z] DEST=bundles/test-integration
14:29:11 [2021-06-10T14:29:11.232Z] PWD=/go/src/github.com/docker/docker
14:29:11 [2021-06-10T14:29:11.232Z] DOCKER_ROOTLESS=1
14:29:11 [2021-06-10T14:29:11.232Z] DOCKER_GITCOMMIT=523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48
14:29:11 [2021-06-10T14:29:11.232Z] container=docker
14:29:11 [2021-06-10T14:29:11.232Z] HOME=/root
14:29:11 [2021-06-10T14:29:11.232Z] GOLANG_VERSION=1.13.15
14:29:11 [2021-06-10T14:29:11.232Z] VALIDATE_REPO=https://github.com/moby/moby.git
14:29:11 [2021-06-10T14:29:11.232Z] VALIDATE_BRANCH=20.10
14:29:11 [2021-06-10T14:29:11.232Z] TERM=xterm
14:29:11 [2021-06-10T14:29:11.232Z] DOCKER_PKG=github.com/docker/docker
14:29:11 [2021-06-10T14:29:11.232Z] SHLVL=1
14:29:11 [2021-06-10T14:29:11.232Z] TIMEOUT=120m
14:29:11 [2021-06-10T14:29:11.232Z] DOCKER_BUILDTAGS=apparmor seccomp journald
14:29:11 [2021-06-10T14:29:11.232Z] DOCKER_GRAPHDRIVER=overlay2
14:29:11 [2021-06-10T14:29:11.232Z] GO111MODULE=off
14:29:11 [2021-06-10T14:29:11.232Z] DOCKER_EXPERIMENTAL=1
14:29:11 [2021-06-10T14:29:11.232Z] TEST_SKIP_INTEGRATION_CLI=1
14:29:11 [2021-06-10T14:29:11.232Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
14:29:11 [2021-06-10T14:29:11.232Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
14:29:11 [2021-06-10T14:29:11.232Z] GOPATH=/go
14:29:11 [2021-06-10T14:29:11.232Z] PKG_CONFIG=pkg-config
14:29:11 [2021-06-10T14:29:11.232Z] _=/usr/bin/env
14:29:11 [2021-06-10T14:29:11.232Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
14:29:33 [2021-06-10T14:29:33.315Z] INFO [loader] Go packages loading at mode 575 (compiled_files|exports_file|files|imports|name|deps|types_sizes) took 2m0.300774523s 
14:29:33 [2021-06-10T14:29:33.315Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 456.48193ms 
14:29:43 [2021-06-10T14:29:43.296Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
14:29:43 [2021-06-10T14:29:43.296Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
14:29:51 [2021-06-10T14:29:51.375Z] INFO [runner/unused/goanalysis] analyzers took 28.957434724s with top 10 stages: buildssa: 24.961972935s, U1000: 3.995461789s 
14:30:01 [2021-06-10T14:30:01.373Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
14:30:11 [2021-06-10T14:30:11.343Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
14:30:12 [2021-06-10T14:30:12.716Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
14:30:14 [2021-06-10T14:30:14.090Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
14:30:15 [2021-06-10T14:30:15.024Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
14:30:15 [2021-06-10T14:30:15.282Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
14:30:16 [2021-06-10T14:30:16.655Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
14:30:19 [2021-06-10T14:30:19.938Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
14:30:21 [2021-06-10T14:30:21.313Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
14:30:22 [2021-06-10T14:30:22.689Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
14:30:23 [2021-06-10T14:30:23.254Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
14:30:24 [2021-06-10T14:30:24.628Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
14:30:26 [2021-06-10T14:30:26.002Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
14:30:27 [2021-06-10T14:30:27.376Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
14:30:28 [2021-06-10T14:30:28.749Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
14:30:29 [2021-06-10T14:30:29.683Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
14:30:30 [2021-06-10T14:30:30.618Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
14:30:30 [2021-06-10T14:30:30.618Z] Using test binary docker
14:30:30 [2021-06-10T14:30:30.618Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
14:30:30 [2021-06-10T14:30:30.875Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
14:30:30 [2021-06-10T14:30:30.875Z] INFO: Waiting for daemon to start...
14:30:30 [2021-06-10T14:30:30.875Z] Starting dockerd
14:30:34 [2021-06-10T14:30:34.151Z] .
14:30:34 [2021-06-10T14:30:34.151Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
14:30:34 [2021-06-10T14:30:34.151Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
14:30:34 [2021-06-10T14:30:34.151Z] Error: No such image: emptyfs
14:30:34 [2021-06-10T14:30:34.151Z] Running integration-test (iteration 1)
14:30:34 [2021-06-10T14:30:34.151Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
14:30:36 [2021-06-10T14:30:36.638Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
14:30:36 [2021-06-10T14:30:36.638Z] 
14:30:36 [2021-06-10T14:30:36.638Z] ---> Making bundle: test-integration (in bundles/test-integration)
14:30:36 [2021-06-10T14:30:36.638Z] DOCKER_SYSTEMD=1
14:30:36 [2021-06-10T14:30:36.638Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
14:30:36 [2021-06-10T14:30:36.638Z] HOSTNAME=d9f1089f37bd
14:30:36 [2021-06-10T14:30:36.638Z] DEST=bundles/test-integration
14:30:36 [2021-06-10T14:30:36.638Z] PWD=/go/src/github.com/docker/docker
14:30:36 [2021-06-10T14:30:36.638Z] DOCKER_GITCOMMIT=523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48
14:30:36 [2021-06-10T14:30:36.638Z] container=docker
14:30:36 [2021-06-10T14:30:36.638Z] HOME=/root
14:30:36 [2021-06-10T14:30:36.638Z] LANG=C.UTF-8
14:30:36 [2021-06-10T14:30:36.638Z] INVOCATION_ID=4e9ebc9e83e243378eb6a2ebb5a6ec8c
14:30:36 [2021-06-10T14:30:36.638Z] GOLANG_VERSION=1.13.15
14:30:36 [2021-06-10T14:30:36.638Z] VALIDATE_REPO=https://github.com/moby/moby.git
14:30:36 [2021-06-10T14:30:36.638Z] VALIDATE_BRANCH=20.10
14:30:36 [2021-06-10T14:30:36.638Z] TERM=xterm
14:30:36 [2021-06-10T14:30:36.638Z] DOCKER_PKG=github.com/docker/docker
14:30:36 [2021-06-10T14:30:36.638Z] SHLVL=3
14:30:36 [2021-06-10T14:30:36.638Z] TIMEOUT=120m
14:30:36 [2021-06-10T14:30:36.638Z] DOCKER_BUILDTAGS=apparmor seccomp journald
14:30:36 [2021-06-10T14:30:36.638Z] DOCKER_GRAPHDRIVER=overlay2
14:30:36 [2021-06-10T14:30:36.638Z] GO111MODULE=off
14:30:36 [2021-06-10T14:30:36.638Z] DOCKER_EXPERIMENTAL=1
14:30:36 [2021-06-10T14:30:36.638Z] TEST_SKIP_INTEGRATION_CLI=1
14:30:36 [2021-06-10T14:30:36.638Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
14:30:36 [2021-06-10T14:30:36.638Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
14:30:36 [2021-06-10T14:30:36.638Z] GOPATH=/go
14:30:36 [2021-06-10T14:30:36.638Z] PKG_CONFIG=pkg-config
14:30:36 [2021-06-10T14:30:36.638Z] _=/usr/bin/env
14:30:36 [2021-06-10T14:30:36.638Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
14:30:56 [2021-06-10T14:30:56.104Z] Loaded image: buildpack-deps:buster
14:30:56 [2021-06-10T14:30:56.104Z] Loaded image: busybox:latest
14:30:56 [2021-06-10T14:30:56.104Z] Loaded image: busybox:glibc
14:30:56 [2021-06-10T14:30:56.104Z] Loaded image: debian:bullseye
14:30:56 [2021-06-10T14:30:56.104Z] Loaded image: hello-world:latest
14:30:56 [2021-06-10T14:30:56.104Z] Loaded image: arm32v7/hello-world:latest
14:30:56 [2021-06-10T14:30:56.104Z] INFO: Testing against a local daemon
14:30:56 [2021-06-10T14:30:56.104Z] === RUN   TestCgroupNamespacesBuild
14:30:56 [2021-06-10T14:30:56.384Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
14:30:57 [2021-06-10T14:30:57.321Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
14:30:58 [2021-06-10T14:30:58.020Z] --- PASS: TestCgroupNamespacesBuild (2.72s)
14:30:58 [2021-06-10T14:30:58.020Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
14:31:00 [2021-06-10T14:31:00.545Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.45s)
14:31:00 [2021-06-10T14:31:00.545Z] === RUN   TestBuildWithSession
14:31:00 [2021-06-10T14:31:00.545Z] --- SKIP: TestBuildWithSession (0.00s)
14:31:00 [2021-06-10T14:31:00.545Z]     build_session_test.go:25: TODO: BuildKit
14:31:00 [2021-06-10T14:31:00.545Z] === RUN   TestBuildSquashParent
14:31:08 [2021-06-10T14:31:08.705Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
14:31:08 [2021-06-10T14:31:08.962Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
14:31:10 [2021-06-10T14:31:10.509Z] --- PASS: TestBuildSquashParent (8.51s)
14:31:10 [2021-06-10T14:31:10.509Z] === RUN   TestBuildWithRemoveAndForceRemove
14:31:10 [2021-06-10T14:31:10.509Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
14:31:10 [2021-06-10T14:31:10.509Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
14:31:10 [2021-06-10T14:31:10.509Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
14:31:10 [2021-06-10T14:31:10.509Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
14:31:10 [2021-06-10T14:31:10.509Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
14:31:10 [2021-06-10T14:31:10.509Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
14:31:10 [2021-06-10T14:31:10.509Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
14:31:10 [2021-06-10T14:31:10.509Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
14:31:10 [2021-06-10T14:31:10.509Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
14:31:10 [2021-06-10T14:31:10.509Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
14:31:10 [2021-06-10T14:31:10.509Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
14:31:10 [2021-06-10T14:31:10.509Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
14:31:10 [2021-06-10T14:31:10.509Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
14:31:10 [2021-06-10T14:31:10.509Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
14:31:11 [2021-06-10T14:31:11.074Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
14:31:11 [2021-06-10T14:31:11.074Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
14:31:12 [2021-06-10T14:31:12.821Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m14.018918713s with top 10 stages: buildssa: 1m44.599393294s, goimports: 22.780294347s, unconvert: 12.527578462s, gosec: 10.281484244s, golint: 6.05406175s, ineffassign: 4.796231433s, misspell: 4.448260056s, vrp: 3.144693122s, inspect: 3.024902784s, printf: 1.857383064s 
14:31:12 [2021-06-10T14:31:12.821Z] INFO [runner] Issues before processing: 2262, after processing: 0 
14:31:12 [2021-06-10T14:31:12.821Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 1682/1682, exclude: 1577/1577, identifier_marker: 1577/1577, nolint: 0/64, cgo: 1682/2262, filename_unadjuster: 1682/1682, path_prettifier: 1682/1682, skip_files: 1682/1682, autogenerated_exclude: 1577/1682, exclude-rules: 64/1577 
14:31:12 [2021-06-10T14:31:12.821Z] INFO [runner] processing took 59.27846ms with stages: nolint: 25.412908ms, identifier_marker: 16.272987ms, path_prettifier: 8.239315ms, autogenerated_exclude: 4.130783ms, exclude-rules: 3.267577ms, skip_dirs: 1.655023ms, cgo: 182.349µs, filename_unadjuster: 113.367µs, max_same_issues: 1.131µs, uniq_by_line: 828ns, max_from_linter: 406ns, skip_files: 393ns, diff: 342ns, exclude: 331ns, source_code: 282ns, path_shortener: 257ns, max_per_file_from_linter: 181ns 
14:31:12 [2021-06-10T14:31:12.821Z] INFO [runner] linters took 1m43.748153009s with stages: goanalysis_metalinter: 1m22.673918005s, unused: 21.014800464s 
14:31:12 [2021-06-10T14:31:12.821Z] INFO File cache stats: 1451 entries of total size 6.8MiB 
14:31:12 [2021-06-10T14:31:12.821Z] INFO Memory: 1538 samples, avg is 758.5MB, max is 3636.8MB 
14:31:12 [2021-06-10T14:31:12.821Z] INFO Execution took 3m44.513397293s               
14:31:12 [2021-06-10T14:31:12.821Z] Congratulations! The shell scripts are properly formatted.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Docker-py)
[Pipeline] sh
14:31:12 [2021-06-10T14:31:12.973Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
14:31:13 [2021-06-10T14:31:13.155Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42507/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 hack/make.sh dynbinary-daemon test-docker-py
14:31:13 [2021-06-10T14:31:13.716Z] 
14:31:13 [2021-06-10T14:31:13.907Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
14:31:13 [2021-06-10T14:31:13.972Z] Removing bundles/
14:31:13 [2021-06-10T14:31:13.972Z] 
14:31:13 [2021-06-10T14:31:13.972Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon)
14:31:13 [2021-06-10T14:31:13.972Z] Building: bundles/dynbinary-daemon/dockerd-dev
14:31:13 [2021-06-10T14:31:13.972Z] GOOS="" GOARCH="" GOARM=""
14:31:15 [2021-06-10T14:31:15.807Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
14:31:15 [2021-06-10T14:31:15.807Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.16s)
14:31:15 [2021-06-10T14:31:15.807Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.20s)
14:31:15 [2021-06-10T14:31:15.807Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.72s)
14:31:15 [2021-06-10T14:31:15.807Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.78s)
14:31:15 [2021-06-10T14:31:15.807Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.09s)
14:31:15 [2021-06-10T14:31:15.807Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.80s)
14:31:15 [2021-06-10T14:31:15.807Z] === RUN   TestBuildMultiStageCopy
14:31:15 [2021-06-10T14:31:15.807Z] === RUN   TestBuildMultiStageCopy/copy_to_root
14:31:19 [2021-06-10T14:31:19.085Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
14:31:20 [2021-06-10T14:31:20.455Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
14:31:21 [2021-06-10T14:31:21.130Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
14:31:22 [2021-06-10T14:31:22.063Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
14:31:23 [2021-06-10T14:31:23.433Z] --- PASS: TestBuildMultiStageCopy (7.37s)
14:31:23 [2021-06-10T14:31:23.433Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (3.37s)
14:31:23 [2021-06-10T14:31:23.433Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s)
14:31:23 [2021-06-10T14:31:23.433Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s)
14:31:23 [2021-06-10T14:31:23.433Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s)
14:31:23 [2021-06-10T14:31:23.433Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s)
14:31:23 [2021-06-10T14:31:23.433Z] === RUN   TestBuildMultiStageParentConfig
14:31:28 [2021-06-10T14:31:28.688Z] --- PASS: TestBuildMultiStageParentConfig (4.99s)
14:31:28 [2021-06-10T14:31:28.689Z] === RUN   TestBuildLabelWithTargets
14:31:35 [2021-06-10T14:31:35.527Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
14:31:36 [2021-06-10T14:31:36.789Z] --- PASS: TestBuildLabelWithTargets (8.00s)
14:31:36 [2021-06-10T14:31:36.789Z] === RUN   TestBuildWithEmptyLayers
14:31:39 [2021-06-10T14:31:39.314Z] --- PASS: TestBuildWithEmptyLayers (2.99s)
14:31:39 [2021-06-10T14:31:39.314Z] === RUN   TestBuildMultiStageOnBuild
14:31:42 [2021-06-10T14:31:42.084Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
14:31:43 [2021-06-10T14:31:43.015Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
14:31:44 [2021-06-10T14:31:44.387Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
14:31:44 [2021-06-10T14:31:44.572Z] --- PASS: TestBuildMultiStageOnBuild (5.02s)
14:31:44 [2021-06-10T14:31:44.572Z] === RUN   TestBuildUncleanTarFilenames
14:31:44 [2021-06-10T14:31:44.829Z] --- PASS: TestBuildUncleanTarFilenames (0.71s)
14:31:44 [2021-06-10T14:31:44.829Z] === RUN   TestBuildMultiStageLayerLeak
14:31:45 [2021-06-10T14:31:45.319Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
14:31:45 [2021-06-10T14:31:45.577Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
14:31:47 [2021-06-10T14:31:47.472Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
14:31:50 [2021-06-10T14:31:50.089Z] --- PASS: TestBuildMultiStageLayerLeak (4.29s)
14:31:50 [2021-06-10T14:31:50.089Z] === RUN   TestBuildWithHugeFile
14:31:50 [2021-06-10T14:31:50.749Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
14:31:52 [2021-06-10T14:31:52.645Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
14:31:54 [2021-06-10T14:31:54.544Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
14:31:54 [2021-06-10T14:31:54.802Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
14:31:56 [2021-06-10T14:31:56.699Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
14:31:57 [2021-06-10T14:31:57.631Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
14:31:59 [2021-06-10T14:31:59.528Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
14:32:00 [2021-06-10T14:32:00.900Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
14:32:02 [2021-06-10T14:32:02.273Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
14:32:03 [2021-06-10T14:32:03.206Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
14:32:03 [2021-06-10T14:32:03.206Z] Using test binary docker
14:32:03 [2021-06-10T14:32:03.206Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
14:32:03 [2021-06-10T14:32:03.463Z] Starting apparmor (via systemctl): apparmor.service.
14:32:03 [2021-06-10T14:32:03.463Z] Starting dockerd
14:32:03 [2021-06-10T14:32:03.463Z] INFO: Waiting for daemon to start...
14:32:05 [2021-06-10T14:32:05.020Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
14:32:05 [2021-06-10T14:32:05.358Z] .
14:32:05 [2021-06-10T14:32:05.358Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
14:32:05 [2021-06-10T14:32:05.358Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
14:32:05 [2021-06-10T14:32:05.358Z] Error: No such image: emptyfs
14:32:05 [2021-06-10T14:32:05.615Z] Running integration-test (iteration 1)
14:32:05 [2021-06-10T14:32:05.615Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
14:32:20 [2021-06-10T14:32:20.474Z] Loaded image: buildpack-deps:buster
14:32:20 [2021-06-10T14:32:20.475Z] Loaded image: busybox:latest
14:32:20 [2021-06-10T14:32:20.475Z] Loaded image: busybox:glibc
14:32:21 [2021-06-10T14:32:21.038Z] Loaded image: debian:bullseye
14:32:21 [2021-06-10T14:32:21.295Z] Loaded image: hello-world:latest
14:32:21 [2021-06-10T14:32:21.553Z] Loaded image: arm32v7/hello-world:latest
14:32:21 [2021-06-10T14:32:21.810Z] INFO: Testing against a local daemon
14:32:21 [2021-06-10T14:32:21.810Z] === RUN   TestCgroupNamespacesBuild
14:32:23 [2021-06-10T14:32:23.707Z] --- PASS: TestCgroupNamespacesBuild (1.76s)
14:32:23 [2021-06-10T14:32:23.707Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
14:32:25 [2021-06-10T14:32:25.603Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.64s)
14:32:25 [2021-06-10T14:32:25.603Z] === RUN   TestBuildWithSession
14:32:25 [2021-06-10T14:32:25.603Z] --- SKIP: TestBuildWithSession (0.00s)
14:32:25 [2021-06-10T14:32:25.603Z]     build_session_test.go:25: TODO: BuildKit
14:32:25 [2021-06-10T14:32:25.603Z] === RUN   TestBuildSquashParent
14:32:32 [2021-06-10T14:32:32.152Z] --- PASS: TestBuildSquashParent (5.70s)
14:32:32 [2021-06-10T14:32:32.152Z] === RUN   TestBuildWithRemoveAndForceRemove
14:32:32 [2021-06-10T14:32:32.152Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
14:32:32 [2021-06-10T14:32:32.152Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
14:32:32 [2021-06-10T14:32:32.152Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
14:32:32 [2021-06-10T14:32:32.152Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
14:32:32 [2021-06-10T14:32:32.152Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
14:32:32 [2021-06-10T14:32:32.152Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
14:32:32 [2021-06-10T14:32:32.152Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
14:32:32 [2021-06-10T14:32:32.152Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
14:32:32 [2021-06-10T14:32:32.152Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
14:32:32 [2021-06-10T14:32:32.152Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
14:32:32 [2021-06-10T14:32:32.152Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
14:32:32 [2021-06-10T14:32:32.152Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
14:32:32 [2021-06-10T14:32:32.152Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
14:32:32 [2021-06-10T14:32:32.152Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
14:32:33 [2021-06-10T14:32:33.525Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
14:32:33 [2021-06-10T14:32:33.526Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
14:32:36 [2021-06-10T14:32:36.051Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
14:32:36 [2021-06-10T14:32:36.051Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
14:32:37 [2021-06-10T14:32:37.098Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
14:32:37 [2021-06-10T14:32:37.984Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
14:32:37 [2021-06-10T14:32:37.984Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.40s)
14:32:37 [2021-06-10T14:32:37.984Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.55s)
14:32:37 [2021-06-10T14:32:37.984Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.13s)
14:32:37 [2021-06-10T14:32:37.984Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.27s)
14:32:37 [2021-06-10T14:32:37.984Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.41s)
14:32:37 [2021-06-10T14:32:37.984Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.26s)
14:32:37 [2021-06-10T14:32:37.984Z] === RUN   TestBuildMultiStageCopy
14:32:37 [2021-06-10T14:32:37.984Z] === RUN   TestBuildMultiStageCopy/copy_to_root
14:32:39 [2021-06-10T14:32:39.000Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
14:32:40 [2021-06-10T14:32:40.522Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
14:32:40 [2021-06-10T14:32:40.522Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
14:32:40 [2021-06-10T14:32:40.522Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
14:32:40 [2021-06-10T14:32:40.779Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
14:32:41 [2021-06-10T14:32:41.038Z] --- PASS: TestBuildMultiStageCopy (3.01s)
14:32:41 [2021-06-10T14:32:41.038Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.05s)
14:32:41 [2021-06-10T14:32:41.038Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.24s)
14:32:41 [2021-06-10T14:32:41.038Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.23s)
14:32:41 [2021-06-10T14:32:41.038Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.24s)
14:32:41 [2021-06-10T14:32:41.038Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.26s)
14:32:41 [2021-06-10T14:32:41.038Z] === RUN   TestBuildMultiStageParentConfig
14:32:41 [2021-06-10T14:32:41.969Z] --- PASS: TestBuildMultiStageParentConfig (0.65s)
14:32:41 [2021-06-10T14:32:41.969Z] === RUN   TestBuildLabelWithTargets
14:32:42 [2021-06-10T14:32:42.287Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
14:32:42 [2021-06-10T14:32:42.901Z] --- PASS: TestBuildLabelWithTargets (1.06s)
14:32:42 [2021-06-10T14:32:42.901Z] === RUN   TestBuildWithEmptyLayers
14:32:43 [2021-06-10T14:32:43.465Z] --- PASS: TestBuildWithEmptyLayers (0.50s)
14:32:43 [2021-06-10T14:32:43.465Z] === RUN   TestBuildMultiStageOnBuild
14:32:45 [2021-06-10T14:32:45.363Z] --- PASS: TestBuildMultiStageOnBuild (2.16s)
14:32:45 [2021-06-10T14:32:45.363Z] === RUN   TestBuildUncleanTarFilenames
14:32:45 [2021-06-10T14:32:45.576Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
14:32:46 [2021-06-10T14:32:46.295Z] --- PASS: TestBuildWithHugeFile (52.89s)
14:32:46 [2021-06-10T14:32:46.295Z] === RUN   TestBuildWithEmptyDockerfile
14:32:46 [2021-06-10T14:32:46.295Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
14:32:46 [2021-06-10T14:32:46.295Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
14:32:46 [2021-06-10T14:32:46.295Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
14:32:46 [2021-06-10T14:32:46.295Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
14:32:46 [2021-06-10T14:32:46.295Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
14:32:46 [2021-06-10T14:32:46.295Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
14:32:46 [2021-06-10T14:32:46.295Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
14:32:46 [2021-06-10T14:32:46.295Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
14:32:46 [2021-06-10T14:32:46.295Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
14:32:46 [2021-06-10T14:32:46.295Z] --- PASS: TestBuildWithEmptyDockerfile (0.13s)
14:32:46 [2021-06-10T14:32:46.295Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.16s)
14:32:46 [2021-06-10T14:32:46.295Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.18s)
14:32:46 [2021-06-10T14:32:46.295Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s)
14:32:46 [2021-06-10T14:32:46.295Z] === RUN   TestBuildPreserveOwnership
14:32:46 [2021-06-10T14:32:46.295Z] === RUN   TestBuildPreserveOwnership/copy_from
14:32:46 [2021-06-10T14:32:46.296Z] --- PASS: TestBuildUncleanTarFilenames (0.70s)
14:32:46 [2021-06-10T14:32:46.296Z] === RUN   TestBuildMultiStageLayerLeak
14:32:46 [2021-06-10T14:32:46.546Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
14:32:48 [2021-06-10T14:32:48.193Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
14:32:48 [2021-06-10T14:32:48.820Z] --- PASS: TestBuildMultiStageLayerLeak (2.30s)
14:32:48 [2021-06-10T14:32:48.821Z] === RUN   TestBuildWithHugeFile
14:32:50 [2021-06-10T14:32:50.354Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
14:32:50 [2021-06-10T14:32:50.354Z] 
14:32:50 [2021-06-10T14:32:50.354Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
14:32:50 [2021-06-10T14:32:50.354Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
14:32:50 [2021-06-10T14:32:50.354Z] Using test binary docker
14:32:50 [2021-06-10T14:32:50.354Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
14:32:50 [2021-06-10T14:32:50.354Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
14:32:50 [2021-06-10T14:32:50.354Z] INFO: Waiting for daemon to start...
14:32:50 [2021-06-10T14:32:50.354Z] Starting dockerd
14:32:50 [2021-06-10T14:32:50.354Z] .
14:32:50 [2021-06-10T14:32:50.354Z] INFO: Building docker-sdk-python3:4.4.1...
14:32:51 [2021-06-10T14:32:51.829Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
14:32:52 [2021-06-10T14:32:52.374Z] --- PASS: TestBuildPreserveOwnership (9.75s)
14:32:52 [2021-06-10T14:32:52.374Z]     --- PASS: TestBuildPreserveOwnership/copy_from (5.74s)
14:32:52 [2021-06-10T14:32:52.374Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s)
14:32:52 [2021-06-10T14:32:52.374Z] === RUN   TestBuildPlatformInvalid
14:32:52 [2021-06-10T14:32:52.374Z] --- PASS: TestBuildPlatformInvalid (0.08s)
14:32:52 [2021-06-10T14:32:52.374Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
14:32:52 [2021-06-10T14:32:52.374Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.01s)
14:32:52 [2021-06-10T14:32:52.374Z]     build_userns_linux_test.go:32: testEnv.IsRootless()
14:32:52 [2021-06-10T14:32:52.374Z] PASS
14:32:52 [2021-06-10T14:32:52.374Z] 
14:32:52 [2021-06-10T14:32:52.374Z] === Skipped
14:32:52 [2021-06-10T14:32:52.374Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
14:32:52 [2021-06-10T14:32:52.374Z]     build_session_test.go:25: TODO: BuildKit
14:32:52 [2021-06-10T14:32:52.374Z] 
14:32:52 [2021-06-10T14:32:52.374Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.01s)
14:32:52 [2021-06-10T14:32:52.374Z]     build_userns_linux_test.go:32: testEnv.IsRootless()
14:32:52 [2021-06-10T14:32:52.374Z] 
14:32:52 [2021-06-10T14:32:52.374Z] 
14:32:52 [2021-06-10T14:32:52.374Z] DONE 33 tests, 2 skipped in 138.405s
14:32:52 [2021-06-10T14:32:52.374Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
14:32:52 [2021-06-10T14:32:52.374Z] INFO: Testing against a local daemon
14:32:52 [2021-06-10T14:32:52.374Z] === RUN   TestConfigInspect
14:32:52 [2021-06-10T14:32:52.374Z] --- SKIP: TestConfigInspect (0.02s)
14:32:52 [2021-06-10T14:32:52.374Z]     config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:32:52 [2021-06-10T14:32:52.374Z] === RUN   TestConfigList
14:32:52 [2021-06-10T14:32:52.374Z] --- SKIP: TestConfigList (0.02s)
14:32:52 [2021-06-10T14:32:52.374Z]     config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:32:52 [2021-06-10T14:32:52.374Z] === RUN   TestConfigsCreateAndDelete
14:32:52 [2021-06-10T14:32:52.374Z] --- SKIP: TestConfigsCreateAndDelete (0.02s)
14:32:52 [2021-06-10T14:32:52.374Z]     config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:32:52 [2021-06-10T14:32:52.374Z] === RUN   TestConfigsUpdate
14:32:52 [2021-06-10T14:32:52.374Z] --- SKIP: TestConfigsUpdate (0.01s)
14:32:52 [2021-06-10T14:32:52.374Z]     config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:32:52 [2021-06-10T14:32:52.374Z] === RUN   TestTemplatedConfig
14:32:52 [2021-06-10T14:32:52.374Z] --- SKIP: TestTemplatedConfig (0.00s)
14:32:52 [2021-06-10T14:32:52.374Z]     config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:32:52 [2021-06-10T14:32:52.374Z] === RUN   TestConfigCreateResolve
14:32:52 [2021-06-10T14:32:52.631Z] --- SKIP: TestConfigCreateResolve (0.01s)
14:32:52 [2021-06-10T14:32:52.631Z]     config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:32:52 [2021-06-10T14:32:52.631Z] === RUN   TestConfigDaemonLibtrustID
14:32:54 [2021-06-10T14:32:54.004Z] --- PASS: TestConfigDaemonLibtrustID (1.55s)
14:32:54 [2021-06-10T14:32:54.004Z] PASS
14:32:54 [2021-06-10T14:32:54.004Z] 
14:32:54 [2021-06-10T14:32:54.004Z] === Skipped
14:32:54 [2021-06-10T14:32:54.004Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s)
14:32:54 [2021-06-10T14:32:54.004Z]     config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:32:54 [2021-06-10T14:32:54.004Z] 
14:32:54 [2021-06-10T14:32:54.004Z] === SKIP: amd64.integration.config TestConfigList (0.02s)
14:32:54 [2021-06-10T14:32:54.004Z]     config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:32:54 [2021-06-10T14:32:54.004Z] 
14:32:54 [2021-06-10T14:32:54.004Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.02s)
14:32:54 [2021-06-10T14:32:54.004Z]     config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:32:54 [2021-06-10T14:32:54.004Z] 
14:32:54 [2021-06-10T14:32:54.004Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s)
14:32:54 [2021-06-10T14:32:54.004Z]     config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:32:54 [2021-06-10T14:32:54.004Z] 
14:32:54 [2021-06-10T14:32:54.004Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s)
14:32:54 [2021-06-10T14:32:54.004Z]     config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:32:54 [2021-06-10T14:32:54.004Z] 
14:32:54 [2021-06-10T14:32:54.004Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s)
14:32:54 [2021-06-10T14:32:54.004Z]     config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:32:54 [2021-06-10T14:32:54.004Z] 
14:32:54 [2021-06-10T14:32:54.004Z] 
14:32:54 [2021-06-10T14:32:54.004Z] DONE 7 tests, 6 skipped in 1.752s
14:32:54 [2021-06-10T14:32:54.004Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
14:32:54 [2021-06-10T14:32:54.261Z] INFO: Testing against a local daemon
14:32:54 [2021-06-10T14:32:54.261Z] === RUN   TestCheckpoint
14:32:54 [2021-06-10T14:32:54.261Z] --- SKIP: TestCheckpoint (0.00s)
14:32:54 [2021-06-10T14:32:54.261Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
14:32:54 [2021-06-10T14:32:54.261Z] === RUN   TestContainerInvalidJSON
14:32:54 [2021-06-10T14:32:54.261Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
14:32:54 [2021-06-10T14:32:54.261Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
14:32:54 [2021-06-10T14:32:54.261Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
14:32:54 [2021-06-10T14:32:54.261Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
14:32:54 [2021-06-10T14:32:54.261Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
14:32:54 [2021-06-10T14:32:54.261Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
14:32:54 [2021-06-10T14:32:54.261Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
14:32:54 [2021-06-10T14:32:54.261Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
14:32:54 [2021-06-10T14:32:54.261Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
14:32:54 [2021-06-10T14:32:54.261Z] --- PASS: TestContainerInvalidJSON (0.01s)
14:32:54 [2021-06-10T14:32:54.261Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s)
14:32:54 [2021-06-10T14:32:54.261Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
14:32:54 [2021-06-10T14:32:54.261Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s)
14:32:54 [2021-06-10T14:32:54.261Z] === RUN   TestCopyFromContainerPathDoesNotExist
14:32:54 [2021-06-10T14:32:54.261Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s)
14:32:54 [2021-06-10T14:32:54.261Z] === RUN   TestCopyFromContainerPathIsNotDir
14:32:54 [2021-06-10T14:32:54.518Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.08s)
14:32:54 [2021-06-10T14:32:54.518Z] === RUN   TestCopyToContainerPathDoesNotExist
14:32:54 [2021-06-10T14:32:54.518Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s)
14:32:54 [2021-06-10T14:32:54.518Z] === RUN   TestCopyToContainerPathIsNotDir
14:32:54 [2021-06-10T14:32:54.518Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s)
14:32:54 [2021-06-10T14:32:54.518Z] === RUN   TestCopyFromContainer
14:32:58 [2021-06-10T14:32:58.699Z] === RUN   TestCopyFromContainer//
14:32:58 [2021-06-10T14:32:58.699Z] === RUN   TestCopyFromContainer//bar/root
14:32:58 [2021-06-10T14:32:58.699Z] === RUN   TestCopyFromContainer//bar/root/
14:32:58 [2021-06-10T14:32:58.699Z] === RUN   TestCopyFromContainer/bar/quux
14:32:58 [2021-06-10T14:32:58.699Z] === RUN   TestCopyFromContainer/bar/quux/
14:32:58 [2021-06-10T14:32:58.699Z] === RUN   TestCopyFromContainer/bar/quux/baz
14:32:58 [2021-06-10T14:32:58.699Z] === RUN   TestCopyFromContainer/bar/filesymlink
14:32:58 [2021-06-10T14:32:58.699Z] === RUN   TestCopyFromContainer/bar/dirsymlink
14:32:58 [2021-06-10T14:32:58.699Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
14:32:58 [2021-06-10T14:32:58.699Z] === RUN   TestCopyFromContainer/bar/notarget
14:32:58 [2021-06-10T14:32:58.956Z] --- PASS: TestCopyFromContainer (4.32s)
14:32:58 [2021-06-10T14:32:58.956Z]     --- PASS: TestCopyFromContainer// (0.07s)
14:32:58 [2021-06-10T14:32:58.956Z]     --- PASS: TestCopyFromContainer//bar/root (0.07s)
14:32:58 [2021-06-10T14:32:58.956Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.07s)
14:32:58 [2021-06-10T14:32:58.956Z]     --- PASS: TestCopyFromContainer/bar/quux (0.07s)
14:32:58 [2021-06-10T14:32:58.956Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
14:32:58 [2021-06-10T14:32:58.956Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
14:32:58 [2021-06-10T14:32:58.956Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
14:32:58 [2021-06-10T14:32:58.956Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
14:32:58 [2021-06-10T14:32:58.956Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s)
14:32:58 [2021-06-10T14:32:58.956Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
14:32:58 [2021-06-10T14:32:58.956Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
14:32:58 [2021-06-10T14:32:58.956Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
14:32:58 [2021-06-10T14:32:58.956Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
14:32:58 [2021-06-10T14:32:58.956Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
14:32:58 [2021-06-10T14:32:58.956Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
14:32:58 [2021-06-10T14:32:58.956Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
14:32:58 [2021-06-10T14:32:58.956Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
14:32:58 [2021-06-10T14:32:58.956Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
14:32:58 [2021-06-10T14:32:58.956Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
14:32:58 [2021-06-10T14:32:58.956Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
14:32:58 [2021-06-10T14:32:58.956Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
14:32:58 [2021-06-10T14:32:58.956Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
14:32:58 [2021-06-10T14:32:58.956Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
14:32:58 [2021-06-10T14:32:58.956Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
14:32:58 [2021-06-10T14:32:58.956Z] === RUN   TestCreateLinkToNonExistingContainer
14:32:58 [2021-06-10T14:32:58.956Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
14:32:58 [2021-06-10T14:32:58.956Z] === RUN   TestCreateWithInvalidEnv
14:32:58 [2021-06-10T14:32:58.956Z] === RUN   TestCreateWithInvalidEnv/0
14:32:58 [2021-06-10T14:32:58.956Z] === PAUSE TestCreateWithInvalidEnv/0
14:32:58 [2021-06-10T14:32:58.956Z] === RUN   TestCreateWithInvalidEnv/1
14:32:58 [2021-06-10T14:32:58.956Z] === PAUSE TestCreateWithInvalidEnv/1
14:32:58 [2021-06-10T14:32:58.956Z] === RUN   TestCreateWithInvalidEnv/2
14:32:58 [2021-06-10T14:32:58.956Z] === PAUSE TestCreateWithInvalidEnv/2
14:32:58 [2021-06-10T14:32:58.956Z] === CONT  TestCreateWithInvalidEnv/0
14:32:58 [2021-06-10T14:32:58.956Z] === CONT  TestCreateWithInvalidEnv/2
14:32:58 [2021-06-10T14:32:58.956Z] === CONT  TestCreateWithInvalidEnv/1
14:32:58 [2021-06-10T14:32:58.956Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
14:32:58 [2021-06-10T14:32:58.956Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
14:32:58 [2021-06-10T14:32:58.956Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
14:32:58 [2021-06-10T14:32:58.956Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
14:32:58 [2021-06-10T14:32:58.956Z] === RUN   TestCreateTmpfsMountsTarget
14:32:58 [2021-06-10T14:32:58.956Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
14:32:58 [2021-06-10T14:32:58.956Z] === RUN   TestCreateWithCustomMaskedPaths
14:33:00 [2021-06-10T14:33:00.855Z] --- PASS: TestCreateWithCustomMaskedPaths (2.02s)
14:33:00 [2021-06-10T14:33:00.855Z] === RUN   TestCreateWithCustomReadonlyPaths
14:33:01 [2021-06-10T14:33:01.814Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
14:33:02 [2021-06-10T14:33:02.753Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.89s)
14:33:02 [2021-06-10T14:33:02.753Z] === RUN   TestCreateWithInvalidHealthcheckParams
14:33:02 [2021-06-10T14:33:02.753Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
14:33:02 [2021-06-10T14:33:02.753Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
14:33:02 [2021-06-10T14:33:02.753Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
14:33:02 [2021-06-10T14:33:02.753Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
14:33:02 [2021-06-10T14:33:02.753Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
14:33:02 [2021-06-10T14:33:02.753Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
14:33:02 [2021-06-10T14:33:02.753Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
14:33:02 [2021-06-10T14:33:02.753Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
14:33:02 [2021-06-10T14:33:02.753Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
14:33:02 [2021-06-10T14:33:02.753Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
14:33:02 [2021-06-10T14:33:02.753Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
14:33:02 [2021-06-10T14:33:02.753Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
14:33:02 [2021-06-10T14:33:02.753Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
14:33:02 [2021-06-10T14:33:02.753Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
14:33:02 [2021-06-10T14:33:02.753Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
14:33:02 [2021-06-10T14:33:02.753Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
14:33:02 [2021-06-10T14:33:02.753Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
14:33:02 [2021-06-10T14:33:02.753Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
14:33:02 [2021-06-10T14:33:02.753Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
14:33:02 [2021-06-10T14:33:02.753Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
14:33:02 [2021-06-10T14:33:02.753Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
14:33:02 [2021-06-10T14:33:02.753Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
14:33:03 [2021-06-10T14:33:03.686Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.65s)
14:33:03 [2021-06-10T14:33:03.686Z] === RUN   TestCreateDifferentPlatform
14:33:03 [2021-06-10T14:33:03.686Z] === RUN   TestCreateDifferentPlatform/different_os
14:33:03 [2021-06-10T14:33:03.686Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
14:33:03 [2021-06-10T14:33:03.686Z] --- PASS: TestCreateDifferentPlatform (0.02s)
14:33:03 [2021-06-10T14:33:03.686Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
14:33:03 [2021-06-10T14:33:03.686Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
14:33:03 [2021-06-10T14:33:03.686Z] === RUN   TestCreateVolumesFromNonExistingContainer
14:33:03 [2021-06-10T14:33:03.686Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s)
14:33:03 [2021-06-10T14:33:03.686Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
14:33:03 [2021-06-10T14:33:03.686Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
14:33:03 [2021-06-10T14:33:03.686Z] === RUN   TestContainerStartOnDaemonRestart
14:33:03 [2021-06-10T14:33:03.686Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s)
14:33:03 [2021-06-10T14:33:03.686Z]     daemon_linux_test.go:38: (*Execution).IsRootless-fm
14:33:03 [2021-06-10T14:33:03.686Z] === RUN   TestDaemonRestartIpcMode
14:33:03 [2021-06-10T14:33:03.686Z] === PAUSE TestDaemonRestartIpcMode
14:33:03 [2021-06-10T14:33:03.686Z] === RUN   TestDaemonHostGatewayIP
14:33:03 [2021-06-10T14:33:03.686Z] --- SKIP: TestDaemonHostGatewayIP (0.00s)
14:33:03 [2021-06-10T14:33:03.686Z]     daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network
14:33:03 [2021-06-10T14:33:03.686Z] === RUN   TestRestartDaemonWithRestartingContainer
14:33:03 [2021-06-10T14:33:03.686Z] === PAUSE TestRestartDaemonWithRestartingContainer
14:33:03 [2021-06-10T14:33:03.686Z] === RUN   TestContainerKillOnDaemonStart
14:33:03 [2021-06-10T14:33:03.686Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
14:33:03 [2021-06-10T14:33:03.686Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
14:33:03 [2021-06-10T14:33:03.686Z] === RUN   TestDiff
14:33:04 [2021-06-10T14:33:04.252Z] --- PASS: TestDiff (0.66s)
14:33:04 [2021-06-10T14:33:04.252Z] === RUN   TestExecWithCloseStdin
14:33:05 [2021-06-10T14:33:05.186Z] --- PASS: TestExecWithCloseStdin (0.96s)
14:33:05 [2021-06-10T14:33:05.186Z] === RUN   TestExec
14:33:06 [2021-06-10T14:33:06.005Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
14:33:06 [2021-06-10T14:33:06.120Z] --- PASS: TestExec (0.97s)
14:33:06 [2021-06-10T14:33:06.121Z] === RUN   TestExecUser
14:33:07 [2021-06-10T14:33:07.053Z] --- PASS: TestExecUser (0.93s)
14:33:07 [2021-06-10T14:33:07.053Z] === RUN   TestExportContainerAndImportImage
14:33:07 [2021-06-10T14:33:07.986Z] --- PASS: TestExportContainerAndImportImage (0.86s)
14:33:07 [2021-06-10T14:33:07.986Z] === RUN   TestExportContainerAfterDaemonRestart
14:33:10 [2021-06-10T14:33:10.196Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
14:33:10 [2021-06-10T14:33:10.512Z] --- PASS: TestExportContainerAfterDaemonRestart (2.32s)
14:33:10 [2021-06-10T14:33:10.512Z] === RUN   TestHealthCheckWorkdir
14:33:11 [2021-06-10T14:33:11.904Z] --- PASS: TestHealthCheckWorkdir (1.39s)
14:33:11 [2021-06-10T14:33:11.904Z] === RUN   TestHealthKillContainer
14:33:12 [2021-06-10T14:33:12.102Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
14:33:15 [2021-06-10T14:33:15.217Z] --- PASS: TestHealthKillContainer (3.06s)
14:33:15 [2021-06-10T14:33:15.217Z] === RUN   TestInspectCpusetInConfigPre120
14:33:15 [2021-06-10T14:33:15.475Z] --- PASS: TestInspectCpusetInConfigPre120 (0.65s)
14:33:15 [2021-06-10T14:33:15.475Z] === RUN   TestIpcModeNone
14:33:16 [2021-06-10T14:33:16.295Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
14:33:16 [2021-06-10T14:33:16.410Z] --- PASS: TestIpcModeNone (0.93s)
14:33:16 [2021-06-10T14:33:16.410Z] === RUN   TestIpcModePrivate
14:33:17 [2021-06-10T14:33:17.347Z] --- PASS: TestIpcModePrivate (0.95s)
14:33:17 [2021-06-10T14:33:17.347Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false
14:33:17 [2021-06-10T14:33:17.347Z] === RUN   TestIpcModeShareable
14:33:17 [2021-06-10T14:33:17.347Z] --- SKIP: TestIpcModeShareable (0.00s)
14:33:17 [2021-06-10T14:33:17.347Z]     ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
14:33:17 [2021-06-10T14:33:17.347Z] === RUN   TestAPIIpcModeShareableAndContainer
14:33:19 [2021-06-10T14:33:19.580Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
14:33:19 [2021-06-10T14:33:19.872Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.60s)
14:33:19 [2021-06-10T14:33:19.872Z] === RUN   TestAPIIpcModeHost
14:33:19 [2021-06-10T14:33:19.872Z] --- SKIP: TestAPIIpcModeHost (0.00s)
14:33:19 [2021-06-10T14:33:19.872Z]     ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
14:33:19 [2021-06-10T14:33:19.872Z] === RUN   TestDaemonIpcModeShareable
14:33:19 [2021-06-10T14:33:19.872Z] --- SKIP: TestDaemonIpcModeShareable (0.00s)
14:33:19 [2021-06-10T14:33:19.872Z]     ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
14:33:19 [2021-06-10T14:33:19.872Z] === RUN   TestDaemonIpcModePrivate
14:33:23 [2021-06-10T14:33:23.151Z] --- PASS: TestDaemonIpcModePrivate (2.79s)
14:33:23 [2021-06-10T14:33:23.151Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false
14:33:23 [2021-06-10T14:33:23.151Z] === RUN   TestDaemonIpcModePrivateFromConfig
14:33:23 [2021-06-10T14:33:23.151Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s)
14:33:23 [2021-06-10T14:33:23.151Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
14:33:23 [2021-06-10T14:33:23.151Z] === RUN   TestDaemonIpcModeShareableFromConfig
14:33:23 [2021-06-10T14:33:23.151Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s)
14:33:23 [2021-06-10T14:33:23.151Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
14:33:23 [2021-06-10T14:33:23.151Z] === RUN   TestIpcModeOlderClient
14:33:23 [2021-06-10T14:33:23.151Z] === PAUSE TestIpcModeOlderClient
14:33:23 [2021-06-10T14:33:23.151Z] === RUN   TestKillContainerInvalidSignal
14:33:23 [2021-06-10T14:33:23.409Z] --- PASS: TestKillContainerInvalidSignal (0.75s)
14:33:23 [2021-06-10T14:33:23.409Z] === RUN   TestKillContainer
14:33:23 [2021-06-10T14:33:23.409Z] === RUN   TestKillContainer/no_signal
14:33:23 [2021-06-10T14:33:23.769Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
14:33:24 [2021-06-10T14:33:24.342Z] === RUN   TestKillContainer/non_killing_signal
14:33:24 [2021-06-10T14:33:24.601Z] === RUN   TestKillContainer/killing_signal
14:33:25 [2021-06-10T14:33:25.534Z] --- PASS: TestKillContainer (2.03s)
14:33:25 [2021-06-10T14:33:25.534Z]     --- PASS: TestKillContainer/no_signal (0.67s)
14:33:25 [2021-06-10T14:33:25.534Z]     --- PASS: TestKillContainer/non_killing_signal (0.52s)
14:33:25 [2021-06-10T14:33:25.534Z]     --- PASS: TestKillContainer/killing_signal (0.67s)
14:33:25 [2021-06-10T14:33:25.534Z] === RUN   TestKillWithStopSignalAndRestartPolicies
14:33:25 [2021-06-10T14:33:25.534Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
14:33:26 [2021-06-10T14:33:26.103Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
14:33:27 [2021-06-10T14:33:27.036Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.33s)
14:33:27 [2021-06-10T14:33:27.036Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.65s)
14:33:27 [2021-06-10T14:33:27.036Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.51s)
14:33:27 [2021-06-10T14:33:27.036Z] === RUN   TestKillStoppedContainer
14:33:27 [2021-06-10T14:33:27.036Z] --- PASS: TestKillStoppedContainer (0.05s)
14:33:27 [2021-06-10T14:33:27.036Z] === RUN   TestKillStoppedContainerAPIPre120
14:33:27 [2021-06-10T14:33:27.036Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
14:33:27 [2021-06-10T14:33:27.036Z] === RUN   TestKillDifferentUserContainer
14:33:27 [2021-06-10T14:33:27.057Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
14:33:27 [2021-06-10T14:33:27.607Z] --- PASS: TestKillDifferentUserContainer (0.68s)
14:33:27 [2021-06-10T14:33:27.607Z] === RUN   TestInspectOomKilledTrue
14:33:27 [2021-06-10T14:33:27.607Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
14:33:27 [2021-06-10T14:33:27.607Z]     kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none"
14:33:27 [2021-06-10T14:33:27.607Z] === RUN   TestInspectOomKilledFalse
14:33:27 [2021-06-10T14:33:27.607Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
14:33:27 [2021-06-10T14:33:27.607Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
14:33:27 [2021-06-10T14:33:27.607Z] === RUN   TestLinksEtcHostsContentMatch
14:33:27 [2021-06-10T14:33:27.607Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s)
14:33:27 [2021-06-10T14:33:27.607Z]     links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
14:33:27 [2021-06-10T14:33:27.607Z] === RUN   TestLinksContainerNames
14:33:28 [2021-06-10T14:33:28.981Z] --- PASS: TestLinksContainerNames (1.40s)
14:33:28 [2021-06-10T14:33:28.981Z] === RUN   TestLogsFollowTailEmpty
14:33:29 [2021-06-10T14:33:29.546Z] --- PASS: TestLogsFollowTailEmpty (0.67s)
14:33:29 [2021-06-10T14:33:29.546Z] === RUN   TestContainerNetworkMountsNoChown
14:33:30 [2021-06-10T14:33:30.346Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
14:33:30 [2021-06-10T14:33:30.479Z] --- PASS: TestContainerNetworkMountsNoChown (0.66s)
14:33:30 [2021-06-10T14:33:30.479Z] === RUN   TestMountDaemonRoot
14:33:30 [2021-06-10T14:33:30.479Z] === RUN   TestMountDaemonRoot/default
14:33:30 [2021-06-10T14:33:30.479Z] === PAUSE TestMountDaemonRoot/default
14:33:30 [2021-06-10T14:33:30.479Z] === RUN   TestMountDaemonRoot/private
14:33:30 [2021-06-10T14:33:30.479Z] === PAUSE TestMountDaemonRoot/private
14:33:30 [2021-06-10T14:33:30.479Z] === RUN   TestMountDaemonRoot/rprivate
14:33:30 [2021-06-10T14:33:30.479Z] === PAUSE TestMountDaemonRoot/rprivate
14:33:30 [2021-06-10T14:33:30.479Z] === RUN   TestMountDaemonRoot/slave
14:33:30 [2021-06-10T14:33:30.479Z] === PAUSE TestMountDaemonRoot/slave
14:33:30 [2021-06-10T14:33:30.479Z] === RUN   TestMountDaemonRoot/rslave
14:33:30 [2021-06-10T14:33:30.479Z] === PAUSE TestMountDaemonRoot/rslave
14:33:30 [2021-06-10T14:33:30.479Z] === RUN   TestMountDaemonRoot/shared
14:33:30 [2021-06-10T14:33:30.479Z] === PAUSE TestMountDaemonRoot/shared
14:33:30 [2021-06-10T14:33:30.479Z] === RUN   TestMountDaemonRoot/rshared
14:33:30 [2021-06-10T14:33:30.479Z] === PAUSE TestMountDaemonRoot/rshared
14:33:30 [2021-06-10T14:33:30.479Z] === CONT  TestMountDaemonRoot/default
14:33:30 [2021-06-10T14:33:30.479Z] === RUN   TestMountDaemonRoot/default/bind_root
14:33:30 [2021-06-10T14:33:30.479Z] === PAUSE TestMountDaemonRoot/default/bind_root
14:33:30 [2021-06-10T14:33:30.479Z] === RUN   TestMountDaemonRoot/default/bind_subpath
14:33:30 [2021-06-10T14:33:30.479Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
14:33:30 [2021-06-10T14:33:30.479Z] === RUN   TestMountDaemonRoot/default/mount_root
14:33:30 [2021-06-10T14:33:30.479Z] === PAUSE TestMountDaemonRoot/default/mount_root
14:33:30 [2021-06-10T14:33:30.479Z] === RUN   TestMountDaemonRoot/default/mount_subpath
14:33:30 [2021-06-10T14:33:30.479Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
14:33:30 [2021-06-10T14:33:30.479Z] === CONT  TestMountDaemonRoot/default/bind_root
14:33:30 [2021-06-10T14:33:30.479Z] === CONT  TestMountDaemonRoot/rshared
14:33:30 [2021-06-10T14:33:30.479Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
14:33:30 [2021-06-10T14:33:30.479Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
14:33:30 [2021-06-10T14:33:30.479Z] === RUN   TestMountDaemonRoot/rshared/mount_root
14:33:30 [2021-06-10T14:33:30.479Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
14:33:30 [2021-06-10T14:33:30.479Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
14:33:30 [2021-06-10T14:33:30.479Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
14:33:30 [2021-06-10T14:33:30.479Z] === RUN   TestMountDaemonRoot/rshared/bind_root
14:33:30 [2021-06-10T14:33:30.479Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
14:33:30 [2021-06-10T14:33:30.479Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
14:33:30 [2021-06-10T14:33:30.479Z] === CONT  TestMountDaemonRoot/shared
14:33:30 [2021-06-10T14:33:30.479Z] === RUN   TestMountDaemonRoot/shared/bind_root
14:33:30 [2021-06-10T14:33:30.479Z] === PAUSE TestMountDaemonRoot/shared/bind_root
14:33:30 [2021-06-10T14:33:30.479Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
14:33:30 [2021-06-10T14:33:30.479Z] === CONT  TestMountDaemonRoot/rslave
14:33:30 [2021-06-10T14:33:30.479Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
14:33:30 [2021-06-10T14:33:30.479Z] === RUN   TestMountDaemonRoot/shared/mount_root
14:33:30 [2021-06-10T14:33:30.479Z] === PAUSE TestMountDaemonRoot/shared/mount_root
14:33:30 [2021-06-10T14:33:30.479Z] === RUN   TestMountDaemonRoot/rslave/bind_root
14:33:30 [2021-06-10T14:33:30.479Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
14:33:30 [2021-06-10T14:33:30.479Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
14:33:30 [2021-06-10T14:33:30.479Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
14:33:30 [2021-06-10T14:33:30.479Z] === CONT  TestMountDaemonRoot/slave
14:33:30 [2021-06-10T14:33:30.479Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
14:33:30 [2021-06-10T14:33:30.479Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
14:33:30 [2021-06-10T14:33:30.479Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
14:33:30 [2021-06-10T14:33:30.479Z] === RUN   TestMountDaemonRoot/rslave/mount_root
14:33:30 [2021-06-10T14:33:30.479Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
14:33:30 [2021-06-10T14:33:30.479Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
14:33:30 [2021-06-10T14:33:30.479Z] === RUN   TestMountDaemonRoot/slave/mount_root
14:33:30 [2021-06-10T14:33:30.479Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
14:33:30 [2021-06-10T14:33:30.479Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
14:33:30 [2021-06-10T14:33:30.479Z] === PAUSE TestMountDaemonRoot/slave/mount_root
14:33:30 [2021-06-10T14:33:30.479Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
14:33:30 [2021-06-10T14:33:30.479Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
14:33:30 [2021-06-10T14:33:30.479Z] === RUN   TestMountDaemonRoot/slave/bind_root
14:33:30 [2021-06-10T14:33:30.479Z] === PAUSE TestMountDaemonRoot/slave/bind_root
14:33:30 [2021-06-10T14:33:30.479Z] === CONT  TestMountDaemonRoot/rprivate
14:33:30 [2021-06-10T14:33:30.479Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
14:33:30 [2021-06-10T14:33:30.479Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
14:33:30 [2021-06-10T14:33:30.479Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
14:33:30 [2021-06-10T14:33:30.479Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
14:33:30 [2021-06-10T14:33:30.479Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
14:33:30 [2021-06-10T14:33:30.479Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
14:33:30 [2021-06-10T14:33:30.479Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
14:33:30 [2021-06-10T14:33:30.479Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
14:33:30 [2021-06-10T14:33:30.479Z] === CONT  TestMountDaemonRoot/private
14:33:30 [2021-06-10T14:33:30.479Z] === RUN   TestMountDaemonRoot/private/bind_subpath
14:33:30 [2021-06-10T14:33:30.479Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
14:33:30 [2021-06-10T14:33:30.479Z] === RUN   TestMountDaemonRoot/private/mount_root
14:33:30 [2021-06-10T14:33:30.479Z] === PAUSE TestMountDaemonRoot/private/mount_root
14:33:30 [2021-06-10T14:33:30.479Z] === RUN   TestMountDaemonRoot/private/mount_subpath
14:33:30 [2021-06-10T14:33:30.479Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
14:33:30 [2021-06-10T14:33:30.479Z] === RUN   TestMountDaemonRoot/private/bind_root
14:33:30 [2021-06-10T14:33:30.479Z] === PAUSE TestMountDaemonRoot/private/bind_root
14:33:30 [2021-06-10T14:33:30.479Z] === CONT  TestMountDaemonRoot/default/mount_subpath
14:33:30 [2021-06-10T14:33:30.479Z] === CONT  TestMountDaemonRoot/default/mount_root
14:33:30 [2021-06-10T14:33:30.479Z] === CONT  TestMountDaemonRoot/default/bind_subpath
14:33:30 [2021-06-10T14:33:30.479Z] === CONT  TestMountDaemonRoot/rshared/bind_root
14:33:30 [2021-06-10T14:33:30.479Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
14:33:30 [2021-06-10T14:33:30.479Z] === CONT  TestMountDaemonRoot/rshared/mount_root
14:33:30 [2021-06-10T14:33:30.479Z] === CONT  TestMountDaemonRoot/shared/bind_root
14:33:30 [2021-06-10T14:33:30.479Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
14:33:30 [2021-06-10T14:33:30.479Z] === CONT  TestMountDaemonRoot/shared/mount_root
14:33:30 [2021-06-10T14:33:30.479Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
14:33:30 [2021-06-10T14:33:30.479Z] === CONT  TestMountDaemonRoot/rslave/bind_root
14:33:30 [2021-06-10T14:33:30.479Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
14:33:30 [2021-06-10T14:33:30.479Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
14:33:30 [2021-06-10T14:33:30.479Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
14:33:30 [2021-06-10T14:33:30.479Z] === CONT  TestMountDaemonRoot/rslave/mount_root
14:33:30 [2021-06-10T14:33:30.737Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
14:33:30 [2021-06-10T14:33:30.737Z] === CONT  TestMountDaemonRoot/private/bind_subpath
14:33:30 [2021-06-10T14:33:30.737Z] === CONT  TestMountDaemonRoot/slave/bind_root
14:33:30 [2021-06-10T14:33:30.737Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
14:33:30 [2021-06-10T14:33:30.737Z] === CONT  TestMountDaemonRoot/slave/mount_root
14:33:30 [2021-06-10T14:33:30.737Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
14:33:30 [2021-06-10T14:33:30.737Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
14:33:30 [2021-06-10T14:33:30.737Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
14:33:30 [2021-06-10T14:33:30.737Z] === CONT  TestMountDaemonRoot/private/bind_root
14:33:30 [2021-06-10T14:33:30.737Z] === CONT  TestMountDaemonRoot/private/mount_subpath
14:33:30 [2021-06-10T14:33:30.737Z] === CONT  TestMountDaemonRoot/private/mount_root
14:33:30 [2021-06-10T14:33:30.737Z] --- PASS: TestMountDaemonRoot (0.02s)
14:33:30 [2021-06-10T14:33:30.737Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
14:33:30 [2021-06-10T14:33:30.737Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.04s)
14:33:30 [2021-06-10T14:33:30.737Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.04s)
14:33:30 [2021-06-10T14:33:30.737Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s)
14:33:30 [2021-06-10T14:33:30.737Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s)
14:33:30 [2021-06-10T14:33:30.737Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
14:33:30 [2021-06-10T14:33:30.737Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s)
14:33:30 [2021-06-10T14:33:30.737Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s)
14:33:30 [2021-06-10T14:33:30.737Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s)
14:33:30 [2021-06-10T14:33:30.737Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s)
14:33:30 [2021-06-10T14:33:30.737Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
14:33:30 [2021-06-10T14:33:30.737Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
14:33:30 [2021-06-10T14:33:30.737Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
14:33:30 [2021-06-10T14:33:30.737Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
14:33:30 [2021-06-10T14:33:30.737Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
14:33:30 [2021-06-10T14:33:30.737Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
14:33:30 [2021-06-10T14:33:30.737Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s)
14:33:30 [2021-06-10T14:33:30.737Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
14:33:30 [2021-06-10T14:33:30.737Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
14:33:30 [2021-06-10T14:33:30.737Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s)
14:33:30 [2021-06-10T14:33:30.737Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
14:33:30 [2021-06-10T14:33:30.737Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
14:33:30 [2021-06-10T14:33:30.737Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
14:33:30 [2021-06-10T14:33:30.737Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
14:33:30 [2021-06-10T14:33:30.737Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
14:33:30 [2021-06-10T14:33:30.737Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
14:33:30 [2021-06-10T14:33:30.737Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
14:33:30 [2021-06-10T14:33:30.737Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
14:33:30 [2021-06-10T14:33:30.737Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
14:33:30 [2021-06-10T14:33:30.737Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
14:33:30 [2021-06-10T14:33:30.737Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
14:33:30 [2021-06-10T14:33:30.737Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
14:33:30 [2021-06-10T14:33:30.737Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
14:33:30 [2021-06-10T14:33:30.737Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
14:33:30 [2021-06-10T14:33:30.737Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
14:33:30 [2021-06-10T14:33:30.737Z] === RUN   TestContainerBindMountNonRecursive
14:33:30 [2021-06-10T14:33:30.737Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s)
14:33:30 [2021-06-10T14:33:30.737Z]     mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
14:33:30 [2021-06-10T14:33:30.737Z] === RUN   TestContainerVolumesMountedAsShared
14:33:30 [2021-06-10T14:33:30.737Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s)
14:33:30 [2021-06-10T14:33:30.737Z]     mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
14:33:30 [2021-06-10T14:33:30.737Z] === RUN   TestContainerVolumesMountedAsSlave
14:33:30 [2021-06-10T14:33:30.737Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s)
14:33:30 [2021-06-10T14:33:30.737Z]     mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
14:33:30 [2021-06-10T14:33:30.737Z] === RUN   TestNetworkNat
14:33:31 [2021-06-10T14:33:31.670Z] --- PASS: TestNetworkNat (0.81s)
14:33:31 [2021-06-10T14:33:31.670Z] === RUN   TestNetworkLocalhostTCPNat
14:33:32 [2021-06-10T14:33:32.236Z] --- PASS: TestNetworkLocalhostTCPNat (0.69s)
14:33:32 [2021-06-10T14:33:32.236Z] === RUN   TestNetworkLoopbackNat
14:33:33 [2021-06-10T14:33:33.639Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
14:33:33 [2021-06-10T14:33:33.639Z] Using test binary docker
14:33:33 [2021-06-10T14:33:33.898Z] +++ /etc/init.d/apparmor start
14:33:33 [2021-06-10T14:33:33.898Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
14:33:33 [2021-06-10T14:33:33.898Z] INFO: Waiting for daemon to start...
14:33:33 [2021-06-10T14:33:33.898Z] Starting dockerd
14:33:33 [2021-06-10T14:33:33.898Z] +++ 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
14:33:35 [2021-06-10T14:33:35.513Z] --- PASS: TestNetworkLoopbackNat (3.03s)
14:33:35 [2021-06-10T14:33:35.513Z] === RUN   TestPause
14:33:35 [2021-06-10T14:33:35.513Z] --- SKIP: TestPause (0.00s)
14:33:35 [2021-06-10T14:33:35.513Z]     pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
14:33:35 [2021-06-10T14:33:35.513Z] === RUN   TestPauseFailsOnWindowsServerContainers
14:33:35 [2021-06-10T14:33:35.513Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
14:33:35 [2021-06-10T14:33:35.513Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
14:33:35 [2021-06-10T14:33:35.513Z] === RUN   TestPauseStopPausedContainer
14:33:35 [2021-06-10T14:33:35.513Z] --- SKIP: TestPauseStopPausedContainer (0.01s)
14:33:35 [2021-06-10T14:33:35.513Z]     pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none"
14:33:35 [2021-06-10T14:33:35.513Z] === RUN   TestPsFilter
14:33:35 [2021-06-10T14:33:35.513Z] --- PASS: TestPsFilter (0.13s)
14:33:35 [2021-06-10T14:33:35.513Z] === RUN   TestRemoveContainerWithRemovedVolume
14:33:36 [2021-06-10T14:33:36.078Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.66s)
14:33:36 [2021-06-10T14:33:36.078Z] === RUN   TestRemoveContainerWithVolume
14:33:36 [2021-06-10T14:33:36.432Z] .
14:33:36 [2021-06-10T14:33:36.433Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
14:33:36 [2021-06-10T14:33:36.433Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
14:33:36 [2021-06-10T14:33:36.433Z] Error: No such image: emptyfs
14:33:36 [2021-06-10T14:33:36.433Z] ++++ docker load
14:33:36 [2021-06-10T14:33:36.433Z] ++++ tar -cC bundles/test-integration/emptyfs .
14:33:36 [2021-06-10T14:33:36.433Z] Running integration-test (iteration 1)
14:33:36 [2021-06-10T14:33:36.433Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
14:33:36 [2021-06-10T14:33:36.433Z] ++ 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
14:33:36 [2021-06-10T14:33:36.433Z] ++ set -e
14:33:36 [2021-06-10T14:33:36.433Z] ++ '[' -n 0 ']'
14:33:36 [2021-06-10T14:33:36.433Z] ++ set -x
14:33:36 [2021-06-10T14:33:36.433Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m
14:33:36 [2021-06-10T14:33:36.644Z] --- PASS: TestRemoveContainerWithVolume (0.67s)
14:33:36 [2021-06-10T14:33:36.644Z] === RUN   TestRemoveContainerRunning
14:33:36 [2021-06-10T14:33:36.979Z] sha256:8f9e82c3e582821001d092d73e38afd1aaff26f26397cbd5d4db2aab827195db
14:33:36 [2021-06-10T14:33:36.979Z] INFO: Starting docker-py tests...
14:33:36 [2021-06-10T14:33:36.979Z] ============================= test session starts ==============================
14:33:36 [2021-06-10T14:33:36.979Z] platform linux -- Python 3.7.10, pytest-4.3.1, py-1.10.0, pluggy-0.13.1
14:33:36 [2021-06-10T14:33:36.979Z] rootdir: /src, inifile: pytest.ini
14:33:36 [2021-06-10T14:33:36.979Z] plugins: timeout-1.3.3, cov-2.6.1
14:33:36 [2021-06-10T14:33:36.979Z] collected 389 items / 1 deselected / 388 selected
14:33:36 [2021-06-10T14:33:36.979Z] 
14:33:37 [2021-06-10T14:33:37.577Z] --- PASS: TestRemoveContainerRunning (0.83s)
14:33:37 [2021-06-10T14:33:37.577Z] === RUN   TestRemoveContainerForceRemoveRunning
14:33:38 [2021-06-10T14:33:38.510Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.69s)
14:33:38 [2021-06-10T14:33:38.510Z] === RUN   TestRemoveInvalidContainer
14:33:38 [2021-06-10T14:33:38.510Z] --- PASS: TestRemoveInvalidContainer (0.01s)
14:33:38 [2021-06-10T14:33:38.510Z] === RUN   TestRenameLinkedContainer
14:33:41 [2021-06-10T14:33:41.037Z] --- PASS: TestRenameLinkedContainer (2.67s)
14:33:41 [2021-06-10T14:33:41.037Z] === RUN   TestRenameStoppedContainer
14:33:41 [2021-06-10T14:33:41.603Z] --- PASS: TestRenameStoppedContainer (0.63s)
14:33:41 [2021-06-10T14:33:41.603Z] === RUN   TestRenameRunningContainerAndReuse
14:33:42 [2021-06-10T14:33:42.976Z] --- PASS: TestRenameRunningContainerAndReuse (1.35s)
14:33:42 [2021-06-10T14:33:42.976Z] === RUN   TestRenameInvalidName
14:33:43 [2021-06-10T14:33:43.542Z] --- PASS: TestRenameInvalidName (0.66s)
14:33:43 [2021-06-10T14:33:43.542Z] === RUN   TestRenameAnonymousContainer
14:33:45 [2021-06-10T14:33:45.024Z] --- PASS: TestBuildWithHugeFile (53.91s)
14:33:45 [2021-06-10T14:33:45.024Z] === RUN   TestBuildWithEmptyDockerfile
14:33:45 [2021-06-10T14:33:45.024Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
14:33:45 [2021-06-10T14:33:45.024Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
14:33:45 [2021-06-10T14:33:45.024Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
14:33:45 [2021-06-10T14:33:45.024Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
14:33:45 [2021-06-10T14:33:45.024Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
14:33:45 [2021-06-10T14:33:45.024Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
14:33:45 [2021-06-10T14:33:45.024Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
14:33:45 [2021-06-10T14:33:45.024Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
14:33:45 [2021-06-10T14:33:45.024Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
14:33:45 [2021-06-10T14:33:45.024Z] --- PASS: TestBuildWithEmptyDockerfile (0.11s)
14:33:45 [2021-06-10T14:33:45.024Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.14s)
14:33:45 [2021-06-10T14:33:45.024Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.14s)
14:33:45 [2021-06-10T14:33:45.024Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s)
14:33:45 [2021-06-10T14:33:45.024Z] === RUN   TestBuildPreserveOwnership
14:33:45 [2021-06-10T14:33:45.024Z] === RUN   TestBuildPreserveOwnership/copy_from
14:33:45 [2021-06-10T14:33:45.955Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
14:33:46 [2021-06-10T14:33:46.068Z] --- PASS: TestRenameAnonymousContainer (2.30s)
14:33:46 [2021-06-10T14:33:46.068Z] === RUN   TestRenameContainerWithSameName
14:33:46 [2021-06-10T14:33:46.633Z] --- PASS: TestRenameContainerWithSameName (0.68s)
14:33:46 [2021-06-10T14:33:46.633Z] === RUN   TestRenameContainerWithLinkedContainer
14:33:47 [2021-06-10T14:33:47.849Z] --- PASS: TestBuildPreserveOwnership (4.78s)
14:33:47 [2021-06-10T14:33:47.849Z]     --- PASS: TestBuildPreserveOwnership/copy_from (3.27s)
14:33:47 [2021-06-10T14:33:47.849Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.50s)
14:33:47 [2021-06-10T14:33:47.849Z] === RUN   TestBuildPlatformInvalid
14:33:47 [2021-06-10T14:33:47.849Z] --- PASS: TestBuildPlatformInvalid (0.09s)
14:33:47 [2021-06-10T14:33:47.849Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
14:33:48 [2021-06-10T14:33:48.005Z] --- PASS: TestRenameContainerWithLinkedContainer (1.35s)
14:33:48 [2021-06-10T14:33:48.005Z] === RUN   TestResize
14:33:48 [2021-06-10T14:33:48.572Z] --- PASS: TestResize (0.65s)
14:33:48 [2021-06-10T14:33:48.572Z] === RUN   TestResizeWithInvalidSize
14:33:49 [2021-06-10T14:33:49.137Z] --- PASS: TestResizeWithInvalidSize (0.65s)
14:33:49 [2021-06-10T14:33:49.137Z] === RUN   TestResizeWhenContainerNotStarted
14:33:50 [2021-06-10T14:33:50.069Z] --- PASS: TestResizeWhenContainerNotStarted (0.65s)
14:33:50 [2021-06-10T14:33:50.069Z] === RUN   TestDaemonRestartKillContainers
14:33:50 [2021-06-10T14:33:50.069Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
14:33:50 [2021-06-10T14:33:50.069Z]     restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
14:33:50 [2021-06-10T14:33:50.069Z] === RUN   TestCgroupNamespacesRun
14:33:52 [2021-06-10T14:33:52.596Z] --- PASS: TestCgroupNamespacesRun (2.63s)
14:33:52 [2021-06-10T14:33:52.596Z] === RUN   TestCgroupNamespacesRunPrivileged
14:33:55 [2021-06-10T14:33:55.125Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.18s)
14:33:55 [2021-06-10T14:33:55.125Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
14:33:56 [2021-06-10T14:33:56.528Z] tests/integration/api_build_test.py .......................X             [  6%]
14:33:57 [2021-06-10T14:33:57.089Z] tests/integration/api_client_test.py .....                               [  7%]
14:33:57 [2021-06-10T14:33:57.653Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.66s)
14:33:57 [2021-06-10T14:33:57.653Z] === RUN   TestCgroupNamespacesRunHostMode
14:33:58 [2021-06-10T14:33:58.834Z] tests/integration/api_config_test.py .....                               [  8%]
14:34:00 [2021-06-10T14:34:00.178Z] --- PASS: TestCgroupNamespacesRunHostMode (2.67s)
14:34:00 [2021-06-10T14:34:00.178Z] === RUN   TestCgroupNamespacesRunPrivateMode
14:34:02 [2021-06-10T14:34:02.704Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.69s)
14:34:02 [2021-06-10T14:34:02.704Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
14:34:02 [2021-06-10T14:34:02.710Z] Loaded image: buildpack-deps:buster
14:34:02 [2021-06-10T14:34:02.710Z] Loaded image: busybox:latest
14:34:02 [2021-06-10T14:34:02.710Z] Loaded image: busybox:glibc
14:34:03 [2021-06-10T14:34:03.275Z] Loaded image: debian:bullseye
14:34:03 [2021-06-10T14:34:03.275Z] Loaded image: hello-world:latest
14:34:03 [2021-06-10T14:34:03.536Z] Loaded image: arm32v7/hello-world:latest
14:34:05 [2021-06-10T14:34:05.228Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.15s)
14:34:05 [2021-06-10T14:34:05.228Z] === RUN   TestCgroupNamespacesRunInvalidMode
14:34:06 [2021-06-10T14:34:06.598Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.72s)
14:34:06 [2021-06-10T14:34:06.598Z] === RUN   TestCgroupNamespacesRunOlderClient
14:34:09 [2021-06-10T14:34:09.124Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.67s)
14:34:09 [2021-06-10T14:34:09.124Z] === RUN   TestNISDomainname
14:34:09 [2021-06-10T14:34:09.124Z] --- SKIP: TestNISDomainname (0.01s)
14:34:09 [2021-06-10T14:34:09.124Z]     run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
14:34:09 [2021-06-10T14:34:09.124Z] === RUN   TestHostnameDnsResolution
14:34:10 [2021-06-10T14:34:10.496Z] --- PASS: TestHostnameDnsResolution (1.20s)
14:34:10 [2021-06-10T14:34:10.496Z] === RUN   TestStats
14:34:10 [2021-06-10T14:34:10.496Z] --- SKIP: TestStats (0.00s)
14:34:10 [2021-06-10T14:34:10.496Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
14:34:10 [2021-06-10T14:34:10.496Z] === RUN   TestStopContainerWithTimeout
14:34:10 [2021-06-10T14:34:10.496Z] === RUN   TestStopContainerWithTimeout/0
14:34:10 [2021-06-10T14:34:10.496Z] === PAUSE TestStopContainerWithTimeout/0
14:34:10 [2021-06-10T14:34:10.496Z] === RUN   TestStopContainerWithTimeout/1
14:34:10 [2021-06-10T14:34:10.496Z] === PAUSE TestStopContainerWithTimeout/1
14:34:10 [2021-06-10T14:34:10.496Z] === RUN   TestStopContainerWithTimeout/3
14:34:10 [2021-06-10T14:34:10.496Z] === PAUSE TestStopContainerWithTimeout/3
14:34:10 [2021-06-10T14:34:10.496Z] === RUN   TestStopContainerWithTimeout/-1
14:34:10 [2021-06-10T14:34:10.496Z] === PAUSE TestStopContainerWithTimeout/-1
14:34:10 [2021-06-10T14:34:10.496Z] === CONT  TestStopContainerWithTimeout/0
14:34:10 [2021-06-10T14:34:10.496Z] === CONT  TestStopContainerWithTimeout/3
14:34:11 [2021-06-10T14:34:11.428Z] === CONT  TestStopContainerWithTimeout/1
14:34:11 [2021-06-10T14:34:11.637Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (23.64s)
14:34:11 [2021-06-10T14:34:11.637Z] PASS
14:34:11 [2021-06-10T14:34:11.637Z] 
14:34:11 [2021-06-10T14:34:11.637Z] === Skipped
14:34:11 [2021-06-10T14:34:11.637Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
14:34:11 [2021-06-10T14:34:11.637Z]     build_session_test.go:25: TODO: BuildKit
14:34:11 [2021-06-10T14:34:11.637Z] 
14:34:11 [2021-06-10T14:34:11.637Z] 
14:34:11 [2021-06-10T14:34:11.637Z] DONE 33 tests, 1 skipped in 125.603s
14:34:11 [2021-06-10T14:34:11.637Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
14:34:11 [2021-06-10T14:34:11.637Z] INFO: Testing against a local daemon
14:34:11 [2021-06-10T14:34:11.637Z] === RUN   TestConfigInspect
14:34:13 [2021-06-10T14:34:13.324Z] === CONT  TestStopContainerWithTimeout/-1
14:34:14 [2021-06-10T14:34:14.162Z] --- PASS: TestConfigInspect (2.40s)
14:34:14 [2021-06-10T14:34:14.162Z] === RUN   TestConfigList
14:34:15 [2021-06-10T14:34:15.851Z] --- PASS: TestStopContainerWithTimeout (0.01s)
14:34:15 [2021-06-10T14:34:15.851Z]     --- PASS: TestStopContainerWithTimeout/0 (1.10s)
14:34:15 [2021-06-10T14:34:15.851Z]     --- PASS: TestStopContainerWithTimeout/1 (1.67s)
14:34:15 [2021-06-10T14:34:15.851Z]     --- PASS: TestStopContainerWithTimeout/3 (3.07s)
14:34:15 [2021-06-10T14:34:15.851Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.65s)
14:34:15 [2021-06-10T14:34:15.851Z] === RUN   TestDeleteDevicemapper
14:34:15 [2021-06-10T14:34:15.851Z] --- SKIP: TestDeleteDevicemapper (0.00s)
14:34:15 [2021-06-10T14:34:15.851Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
14:34:15 [2021-06-10T14:34:15.851Z] === RUN   TestStopContainerWithRestartPolicyAlways
14:34:16 [2021-06-10T14:34:16.056Z] --- PASS: TestConfigList (2.29s)
14:34:16 [2021-06-10T14:34:16.056Z] === RUN   TestConfigsCreateAndDelete
14:34:18 [2021-06-10T14:34:18.378Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.27s)
14:34:18 [2021-06-10T14:34:18.378Z] === RUN   TestUpdateMemory
14:34:18 [2021-06-10T14:34:18.378Z] --- SKIP: TestUpdateMemory (0.00s)
14:34:18 [2021-06-10T14:34:18.378Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
14:34:18 [2021-06-10T14:34:18.378Z] === RUN   TestUpdateCPUQuota
14:34:18 [2021-06-10T14:34:18.378Z] --- SKIP: TestUpdateCPUQuota (0.00s)
14:34:18 [2021-06-10T14:34:18.378Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
14:34:18 [2021-06-10T14:34:18.378Z] === RUN   TestUpdatePidsLimit
14:34:18 [2021-06-10T14:34:18.378Z] --- SKIP: TestUpdatePidsLimit (0.00s)
14:34:18 [2021-06-10T14:34:18.378Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
14:34:18 [2021-06-10T14:34:18.378Z] === RUN   TestUpdateRestartPolicy
14:34:18 [2021-06-10T14:34:18.577Z] --- PASS: TestConfigsCreateAndDelete (2.30s)
14:34:18 [2021-06-10T14:34:18.577Z] === RUN   TestConfigsUpdate
14:34:20 [2021-06-10T14:34:20.477Z] --- PASS: TestConfigsUpdate (2.29s)
14:34:20 [2021-06-10T14:34:20.477Z] === RUN   TestTemplatedConfig
14:34:23 [2021-06-10T14:34:23.116Z] Loaded image: buildpack-deps:buster
14:34:23 [2021-06-10T14:34:23.116Z] Loaded image: busybox:latest
14:34:23 [2021-06-10T14:34:23.116Z] Loaded image: busybox:glibc
14:34:24 [2021-06-10T14:34:24.656Z] --- PASS: TestTemplatedConfig (3.57s)
14:34:24 [2021-06-10T14:34:24.656Z] === RUN   TestConfigCreateResolve
14:34:25 [2021-06-10T14:34:25.017Z] Loaded image: debian:bullseye
14:34:25 [2021-06-10T14:34:25.017Z] Loaded image: hello-world:latest
14:34:25 [2021-06-10T14:34:25.275Z] Loaded image: arm32v7/hello-world:latest
14:34:25 [2021-06-10T14:34:25.275Z] INFO: Testing against a local daemon
14:34:25 [2021-06-10T14:34:25.275Z] === RUN   TestCgroupNamespacesBuild
14:34:26 [2021-06-10T14:34:26.550Z] --- PASS: TestConfigCreateResolve (2.32s)
14:34:26 [2021-06-10T14:34:26.550Z] === RUN   TestConfigDaemonLibtrustID
14:34:27 [2021-06-10T14:34:27.114Z] --- PASS: TestConfigDaemonLibtrustID (0.54s)
14:34:27 [2021-06-10T14:34:27.114Z] PASS
14:34:27 [2021-06-10T14:34:27.114Z] 
14:34:27 [2021-06-10T14:34:27.114Z] DONE 7 tests in 15.755s
14:34:27 [2021-06-10T14:34:27.114Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
14:34:27 [2021-06-10T14:34:27.114Z] INFO: Testing against a local daemon
14:34:27 [2021-06-10T14:34:27.114Z] === RUN   TestCheckpoint
14:34:27 [2021-06-10T14:34:27.114Z] --- SKIP: TestCheckpoint (0.00s)
14:34:27 [2021-06-10T14:34:27.114Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
14:34:27 [2021-06-10T14:34:27.114Z] === RUN   TestContainerInvalidJSON
14:34:27 [2021-06-10T14:34:27.114Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
14:34:27 [2021-06-10T14:34:27.114Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
14:34:27 [2021-06-10T14:34:27.114Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
14:34:27 [2021-06-10T14:34:27.114Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
14:34:27 [2021-06-10T14:34:27.114Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
14:34:27 [2021-06-10T14:34:27.114Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
14:34:27 [2021-06-10T14:34:27.114Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
14:34:27 [2021-06-10T14:34:27.114Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
14:34:27 [2021-06-10T14:34:27.114Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
14:34:27 [2021-06-10T14:34:27.114Z] --- PASS: TestContainerInvalidJSON (0.02s)
14:34:27 [2021-06-10T14:34:27.114Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
14:34:27 [2021-06-10T14:34:27.114Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
14:34:27 [2021-06-10T14:34:27.114Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
14:34:27 [2021-06-10T14:34:27.114Z] === RUN   TestCopyFromContainerPathDoesNotExist
14:34:27 [2021-06-10T14:34:27.114Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s)
14:34:27 [2021-06-10T14:34:27.114Z] === RUN   TestCopyFromContainerPathIsNotDir
14:34:27 [2021-06-10T14:34:27.114Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
14:34:27 [2021-06-10T14:34:27.114Z] === RUN   TestCopyToContainerPathDoesNotExist
14:34:27 [2021-06-10T14:34:27.372Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
14:34:27 [2021-06-10T14:34:27.372Z] === RUN   TestCopyToContainerPathIsNotDir
14:34:27 [2021-06-10T14:34:27.372Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
14:34:27 [2021-06-10T14:34:27.372Z] === RUN   TestCopyFromContainer
14:34:28 [2021-06-10T14:34:28.743Z] === RUN   TestCopyFromContainer//
14:34:28 [2021-06-10T14:34:28.743Z] === RUN   TestCopyFromContainer//bar/root
14:34:28 [2021-06-10T14:34:28.743Z] === RUN   TestCopyFromContainer//bar/root/
14:34:29 [2021-06-10T14:34:29.002Z] === RUN   TestCopyFromContainer/bar/quux
14:34:29 [2021-06-10T14:34:29.002Z] === RUN   TestCopyFromContainer/bar/quux/
14:34:29 [2021-06-10T14:34:29.002Z] === RUN   TestCopyFromContainer/bar/quux/baz
14:34:29 [2021-06-10T14:34:29.002Z] === RUN   TestCopyFromContainer/bar/filesymlink
14:34:29 [2021-06-10T14:34:29.259Z] === RUN   TestCopyFromContainer/bar/dirsymlink
14:34:29 [2021-06-10T14:34:29.259Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
14:34:29 [2021-06-10T14:34:29.259Z] === RUN   TestCopyFromContainer/bar/notarget
14:34:29 [2021-06-10T14:34:29.462Z] --- PASS: TestCgroupNamespacesBuild (3.38s)
14:34:29 [2021-06-10T14:34:29.462Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
14:34:29 [2021-06-10T14:34:29.517Z] --- PASS: TestCopyFromContainer (2.08s)
14:34:29 [2021-06-10T14:34:29.517Z]     --- PASS: TestCopyFromContainer// (0.07s)
14:34:29 [2021-06-10T14:34:29.517Z]     --- PASS: TestCopyFromContainer//bar/root (0.07s)
14:34:29 [2021-06-10T14:34:29.517Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.08s)
14:34:29 [2021-06-10T14:34:29.517Z]     --- PASS: TestCopyFromContainer/bar/quux (0.07s)
14:34:29 [2021-06-10T14:34:29.517Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
14:34:29 [2021-06-10T14:34:29.517Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
14:34:29 [2021-06-10T14:34:29.517Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s)
14:34:29 [2021-06-10T14:34:29.517Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
14:34:29 [2021-06-10T14:34:29.517Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
14:34:29 [2021-06-10T14:34:29.517Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.07s)
14:34:29 [2021-06-10T14:34:29.517Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
14:34:29 [2021-06-10T14:34:29.517Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
14:34:29 [2021-06-10T14:34:29.517Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
14:34:29 [2021-06-10T14:34:29.517Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
14:34:29 [2021-06-10T14:34:29.517Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
14:34:29 [2021-06-10T14:34:29.517Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
14:34:29 [2021-06-10T14:34:29.517Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
14:34:29 [2021-06-10T14:34:29.517Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
14:34:29 [2021-06-10T14:34:29.517Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
14:34:29 [2021-06-10T14:34:29.517Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
14:34:29 [2021-06-10T14:34:29.517Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
14:34:29 [2021-06-10T14:34:29.517Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
14:34:29 [2021-06-10T14:34:29.517Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
14:34:29 [2021-06-10T14:34:29.517Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
14:34:29 [2021-06-10T14:34:29.517Z] === RUN   TestCreateLinkToNonExistingContainer
14:34:29 [2021-06-10T14:34:29.517Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
14:34:29 [2021-06-10T14:34:29.517Z] === RUN   TestCreateWithInvalidEnv
14:34:29 [2021-06-10T14:34:29.517Z] === RUN   TestCreateWithInvalidEnv/0
14:34:29 [2021-06-10T14:34:29.517Z] === PAUSE TestCreateWithInvalidEnv/0
14:34:29 [2021-06-10T14:34:29.517Z] === RUN   TestCreateWithInvalidEnv/1
14:34:29 [2021-06-10T14:34:29.517Z] === PAUSE TestCreateWithInvalidEnv/1
14:34:29 [2021-06-10T14:34:29.517Z] === RUN   TestCreateWithInvalidEnv/2
14:34:29 [2021-06-10T14:34:29.517Z] === PAUSE TestCreateWithInvalidEnv/2
14:34:29 [2021-06-10T14:34:29.517Z] === CONT  TestCreateWithInvalidEnv/0
14:34:29 [2021-06-10T14:34:29.517Z] === CONT  TestCreateWithInvalidEnv/2
14:34:29 [2021-06-10T14:34:29.517Z] === CONT  TestCreateWithInvalidEnv/1
14:34:29 [2021-06-10T14:34:29.517Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
14:34:29 [2021-06-10T14:34:29.517Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
14:34:29 [2021-06-10T14:34:29.517Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
14:34:29 [2021-06-10T14:34:29.517Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
14:34:29 [2021-06-10T14:34:29.517Z] === RUN   TestCreateTmpfsMountsTarget
14:34:29 [2021-06-10T14:34:29.517Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
14:34:29 [2021-06-10T14:34:29.517Z] === RUN   TestCreateWithCustomMaskedPaths
14:34:30 [2021-06-10T14:34:30.564Z] --- PASS: TestUpdateRestartPolicy (12.37s)
14:34:30 [2021-06-10T14:34:30.564Z] === RUN   TestUpdateRestartWithAutoRemove
14:34:31 [2021-06-10T14:34:31.130Z] --- PASS: TestUpdateRestartWithAutoRemove (0.71s)
14:34:31 [2021-06-10T14:34:31.130Z] === RUN   TestWaitNonBlocked
14:34:31 [2021-06-10T14:34:31.130Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
14:34:31 [2021-06-10T14:34:31.130Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
14:34:31 [2021-06-10T14:34:31.130Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
14:34:31 [2021-06-10T14:34:31.130Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
14:34:31 [2021-06-10T14:34:31.130Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
14:34:31 [2021-06-10T14:34:31.130Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
14:34:31 [2021-06-10T14:34:31.365Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.77s)
14:34:31 [2021-06-10T14:34:31.365Z] === RUN   TestBuildWithSession
14:34:31 [2021-06-10T14:34:31.365Z] --- SKIP: TestBuildWithSession (0.00s)
14:34:31 [2021-06-10T14:34:31.365Z]     build_session_test.go:25: TODO: BuildKit
14:34:31 [2021-06-10T14:34:31.365Z] === RUN   TestBuildSquashParent
14:34:32 [2021-06-10T14:34:32.071Z] --- PASS: TestCreateWithCustomMaskedPaths (2.46s)
14:34:32 [2021-06-10T14:34:32.071Z] === RUN   TestCreateWithCustomReadonlyPaths
14:34:32 [2021-06-10T14:34:32.551Z] --- PASS: TestWaitNonBlocked (0.01s)
14:34:32 [2021-06-10T14:34:32.551Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.09s)
14:34:32 [2021-06-10T14:34:32.551Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.13s)
14:34:32 [2021-06-10T14:34:32.551Z] === RUN   TestWaitBlocked
14:34:32 [2021-06-10T14:34:32.551Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
14:34:32 [2021-06-10T14:34:32.551Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
14:34:32 [2021-06-10T14:34:32.551Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
14:34:32 [2021-06-10T14:34:32.551Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
14:34:32 [2021-06-10T14:34:32.551Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
14:34:32 [2021-06-10T14:34:32.551Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
14:34:33 [2021-06-10T14:34:33.487Z] --- PASS: TestWaitBlocked (0.01s)
14:34:33 [2021-06-10T14:34:33.487Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.04s)
14:34:33 [2021-06-10T14:34:33.487Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.15s)
14:34:33 [2021-06-10T14:34:33.487Z] === CONT  TestDaemonRestartIpcMode
14:34:33 [2021-06-10T14:34:33.487Z] === CONT  TestIpcModeOlderClient
14:34:33 [2021-06-10T14:34:33.487Z] --- PASS: TestIpcModeOlderClient (0.06s)
14:34:33 [2021-06-10T14:34:33.487Z] === CONT  TestRestartDaemonWithRestartingContainer
14:34:34 [2021-06-10T14:34:34.620Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.44s)
14:34:34 [2021-06-10T14:34:34.620Z] === RUN   TestCreateWithInvalidHealthcheckParams
14:34:34 [2021-06-10T14:34:34.620Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
14:34:34 [2021-06-10T14:34:34.620Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
14:34:34 [2021-06-10T14:34:34.620Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
14:34:34 [2021-06-10T14:34:34.620Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
14:34:34 [2021-06-10T14:34:34.620Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
14:34:34 [2021-06-10T14:34:34.620Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
14:34:34 [2021-06-10T14:34:34.620Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
14:34:34 [2021-06-10T14:34:34.620Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
14:34:34 [2021-06-10T14:34:34.620Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
14:34:34 [2021-06-10T14:34:34.620Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
14:34:34 [2021-06-10T14:34:34.620Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
14:34:34 [2021-06-10T14:34:34.620Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
14:34:34 [2021-06-10T14:34:34.620Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
14:34:34 [2021-06-10T14:34:34.620Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
14:34:34 [2021-06-10T14:34:34.620Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
14:34:34 [2021-06-10T14:34:34.620Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
14:34:34 [2021-06-10T14:34:34.620Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
14:34:34 [2021-06-10T14:34:34.620Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
14:34:34 [2021-06-10T14:34:34.620Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
14:34:34 [2021-06-10T14:34:34.620Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
14:34:34 [2021-06-10T14:34:34.620Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
14:34:34 [2021-06-10T14:34:34.620Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
14:34:35 [2021-06-10T14:34:35.185Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.79s)
14:34:35 [2021-06-10T14:34:35.185Z] === RUN   TestCreateDifferentPlatform
14:34:35 [2021-06-10T14:34:35.185Z] === RUN   TestCreateDifferentPlatform/different_os
14:34:35 [2021-06-10T14:34:35.185Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
14:34:35 [2021-06-10T14:34:35.185Z] --- PASS: TestCreateDifferentPlatform (0.02s)
14:34:35 [2021-06-10T14:34:35.185Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
14:34:35 [2021-06-10T14:34:35.185Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
14:34:35 [2021-06-10T14:34:35.185Z] === RUN   TestCreateVolumesFromNonExistingContainer
14:34:35 [2021-06-10T14:34:35.185Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
14:34:35 [2021-06-10T14:34:35.185Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
14:34:35 [2021-06-10T14:34:35.442Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s)
14:34:35 [2021-06-10T14:34:35.442Z] === RUN   TestContainerStartOnDaemonRestart
14:34:35 [2021-06-10T14:34:35.442Z] === PAUSE TestContainerStartOnDaemonRestart
14:34:35 [2021-06-10T14:34:35.442Z] === RUN   TestDaemonRestartIpcMode
14:34:35 [2021-06-10T14:34:35.442Z] === PAUSE TestDaemonRestartIpcMode
14:34:35 [2021-06-10T14:34:35.442Z] === RUN   TestDaemonHostGatewayIP
14:34:35 [2021-06-10T14:34:35.442Z] === PAUSE TestDaemonHostGatewayIP
14:34:35 [2021-06-10T14:34:35.442Z] === RUN   TestRestartDaemonWithRestartingContainer
14:34:35 [2021-06-10T14:34:35.442Z] === PAUSE TestRestartDaemonWithRestartingContainer
14:34:35 [2021-06-10T14:34:35.442Z] === RUN   TestContainerKillOnDaemonStart
14:34:35 [2021-06-10T14:34:35.442Z] === PAUSE TestContainerKillOnDaemonStart
14:34:35 [2021-06-10T14:34:35.442Z] === RUN   TestDiff
14:34:36 [2021-06-10T14:34:36.007Z] --- PASS: TestDiff (0.81s)
14:34:36 [2021-06-10T14:34:36.007Z] === RUN   TestExecWithCloseStdin
14:34:36 [2021-06-10T14:34:36.650Z] tests/integration/api_container_test.py ....x...........x............... [ 17%]
14:34:37 [2021-06-10T14:34:37.382Z] --- PASS: TestExecWithCloseStdin (1.13s)
14:34:37 [2021-06-10T14:34:37.382Z] === RUN   TestExec
14:34:37 [2021-06-10T14:34:37.667Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.87s)
14:34:38 [2021-06-10T14:34:38.314Z] --- PASS: TestExec (1.11s)
14:34:38 [2021-06-10T14:34:38.314Z] === RUN   TestExecUser
14:34:39 [2021-06-10T14:34:39.038Z] --- PASS: TestDaemonRestartIpcMode (5.52s)
14:34:39 [2021-06-10T14:34:39.038Z] PASS
14:34:39 [2021-06-10T14:34:39.038Z] 
14:34:39 [2021-06-10T14:34:39.038Z] === Skipped
14:34:39 [2021-06-10T14:34:39.038Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
14:34:39 [2021-06-10T14:34:39.038Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
14:34:39 [2021-06-10T14:34:39.038Z] 
14:34:39 [2021-06-10T14:34:39.038Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s)
14:34:39 [2021-06-10T14:34:39.038Z]     daemon_linux_test.go:38: (*Execution).IsRootless-fm
14:34:39 [2021-06-10T14:34:39.038Z] 
14:34:39 [2021-06-10T14:34:39.038Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s)
14:34:39 [2021-06-10T14:34:39.038Z]     daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network
14:34:39 [2021-06-10T14:34:39.038Z] 
14:34:39 [2021-06-10T14:34:39.038Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s)
14:34:39 [2021-06-10T14:34:39.038Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
14:34:39 [2021-06-10T14:34:39.038Z] 
14:34:39 [2021-06-10T14:34:39.038Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s)
14:34:39 [2021-06-10T14:34:39.038Z]     ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
14:34:39 [2021-06-10T14:34:39.038Z] 
14:34:39 [2021-06-10T14:34:39.038Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s)
14:34:39 [2021-06-10T14:34:39.038Z]     ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
14:34:39 [2021-06-10T14:34:39.038Z] 
14:34:39 [2021-06-10T14:34:39.038Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s)
14:34:39 [2021-06-10T14:34:39.038Z]     ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
14:34:39 [2021-06-10T14:34:39.038Z] 
14:34:39 [2021-06-10T14:34:39.038Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s)
14:34:39 [2021-06-10T14:34:39.038Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
14:34:39 [2021-06-10T14:34:39.038Z] 
14:34:39 [2021-06-10T14:34:39.038Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s)
14:34:39 [2021-06-10T14:34:39.038Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
14:34:39 [2021-06-10T14:34:39.038Z] 
14:34:39 [2021-06-10T14:34:39.038Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
14:34:39 [2021-06-10T14:34:39.038Z]     kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none"
14:34:39 [2021-06-10T14:34:39.038Z] 
14:34:39 [2021-06-10T14:34:39.038Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
14:34:39 [2021-06-10T14:34:39.038Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
14:34:39 [2021-06-10T14:34:39.038Z] 
14:34:39 [2021-06-10T14:34:39.038Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s)
14:34:39 [2021-06-10T14:34:39.038Z]     links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
14:34:39 [2021-06-10T14:34:39.038Z] 
14:34:39 [2021-06-10T14:34:39.038Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s)
14:34:39 [2021-06-10T14:34:39.038Z]     mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
14:34:39 [2021-06-10T14:34:39.038Z] 
14:34:39 [2021-06-10T14:34:39.038Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s)
14:34:39 [2021-06-10T14:34:39.038Z]     mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
14:34:39 [2021-06-10T14:34:39.038Z] 
14:34:39 [2021-06-10T14:34:39.038Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s)
14:34:39 [2021-06-10T14:34:39.038Z]     mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
14:34:39 [2021-06-10T14:34:39.038Z] 
14:34:39 [2021-06-10T14:34:39.038Z] === SKIP: amd64.integration.container TestPause (0.00s)
14:34:39 [2021-06-10T14:34:39.038Z]     pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
14:34:39 [2021-06-10T14:34:39.038Z] 
14:34:39 [2021-06-10T14:34:39.038Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
14:34:39 [2021-06-10T14:34:39.038Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
14:34:39 [2021-06-10T14:34:39.038Z] 
14:34:39 [2021-06-10T14:34:39.038Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s)
14:34:39 [2021-06-10T14:34:39.038Z]     pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none"
14:34:39 [2021-06-10T14:34:39.038Z] 
14:34:39 [2021-06-10T14:34:39.038Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s)
14:34:39 [2021-06-10T14:34:39.038Z]     restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
14:34:39 [2021-06-10T14:34:39.038Z] 
14:34:39 [2021-06-10T14:34:39.038Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s)
14:34:39 [2021-06-10T14:34:39.038Z]     run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
14:34:39 [2021-06-10T14:34:39.038Z] 
14:34:39 [2021-06-10T14:34:39.038Z] === SKIP: amd64.integration.container TestStats (0.00s)
14:34:39 [2021-06-10T14:34:39.038Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
14:34:39 [2021-06-10T14:34:39.038Z] 
14:34:39 [2021-06-10T14:34:39.038Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
14:34:39 [2021-06-10T14:34:39.038Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
14:34:39 [2021-06-10T14:34:39.038Z] 
14:34:39 [2021-06-10T14:34:39.038Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
14:34:39 [2021-06-10T14:34:39.038Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
14:34:39 [2021-06-10T14:34:39.038Z] 
14:34:39 [2021-06-10T14:34:39.038Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s)
14:34:39 [2021-06-10T14:34:39.038Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
14:34:39 [2021-06-10T14:34:39.038Z] 
14:34:39 [2021-06-10T14:34:39.038Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s)
14:34:39 [2021-06-10T14:34:39.038Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
14:34:39 [2021-06-10T14:34:39.038Z] 
14:34:39 [2021-06-10T14:34:39.038Z] 
14:34:39 [2021-06-10T14:34:39.038Z] DONE 176 tests, 25 skipped in 104.969s
14:34:39 [2021-06-10T14:34:39.038Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
14:34:39 [2021-06-10T14:34:39.295Z] INFO: Testing against a local daemon
14:34:39 [2021-06-10T14:34:39.295Z] === RUN   TestCommitInheritsEnv
14:34:39 [2021-06-10T14:34:39.686Z] --- PASS: TestExecUser (1.11s)
14:34:39 [2021-06-10T14:34:39.686Z] === RUN   TestExportContainerAndImportImage
14:34:40 [2021-06-10T14:34:40.616Z] --- PASS: TestExportContainerAndImportImage (0.99s)
14:34:40 [2021-06-10T14:34:40.616Z] === RUN   TestExportContainerAfterDaemonRestart
14:34:41 [2021-06-10T14:34:41.191Z] --- PASS: TestCommitInheritsEnv (1.91s)
14:34:41 [2021-06-10T14:34:41.191Z] === RUN   TestImportExtremelyLargeImageWorks
14:34:41 [2021-06-10T14:34:41.191Z] === PAUSE TestImportExtremelyLargeImageWorks
14:34:41 [2021-06-10T14:34:41.191Z] === RUN   TestImagesFilterMultiReference
14:34:41 [2021-06-10T14:34:41.191Z] --- PASS: TestImagesFilterMultiReference (0.06s)
14:34:41 [2021-06-10T14:34:41.191Z] === RUN   TestImagePullPlatformInvalid
14:34:41 [2021-06-10T14:34:41.191Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
14:34:41 [2021-06-10T14:34:41.191Z] === RUN   TestRemoveImageOrphaning
14:34:41 [2021-06-10T14:34:41.986Z] --- PASS: TestExportContainerAfterDaemonRestart (1.33s)
14:34:41 [2021-06-10T14:34:41.986Z] === RUN   TestHealthCheckWorkdir
14:34:43 [2021-06-10T14:34:43.087Z] --- PASS: TestRemoveImageOrphaning (1.91s)
14:34:43 [2021-06-10T14:34:43.087Z] === RUN   TestRemoveImageGarbageCollector
14:34:43 [2021-06-10T14:34:43.087Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
14:34:43 [2021-06-10T14:34:43.087Z]     remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
14:34:43 [2021-06-10T14:34:43.087Z] === RUN   TestTagUnprefixedRepoByNameOrName
14:34:43 [2021-06-10T14:34:43.087Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
14:34:43 [2021-06-10T14:34:43.087Z] === RUN   TestTagInvalidReference
14:34:43 [2021-06-10T14:34:43.088Z] --- PASS: TestTagInvalidReference (0.01s)
14:34:43 [2021-06-10T14:34:43.088Z] === RUN   TestTagValidPrefixedRepo
14:34:43 [2021-06-10T14:34:43.345Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
14:34:43 [2021-06-10T14:34:43.345Z] === RUN   TestTagExistedNameWithoutForce
14:34:43 [2021-06-10T14:34:43.345Z] --- PASS: TestTagExistedNameWithoutForce (0.03s)
14:34:43 [2021-06-10T14:34:43.345Z] === RUN   TestTagOfficialNames
14:34:43 [2021-06-10T14:34:43.345Z] --- PASS: TestTagOfficialNames (0.06s)
14:34:43 [2021-06-10T14:34:43.345Z] === RUN   TestTagMatchesDigest
14:34:43 [2021-06-10T14:34:43.345Z] --- PASS: TestTagMatchesDigest (0.01s)
14:34:43 [2021-06-10T14:34:43.345Z] === CONT  TestImportExtremelyLargeImageWorks
14:34:43 [2021-06-10T14:34:43.356Z] --- PASS: TestHealthCheckWorkdir (1.53s)
14:34:43 [2021-06-10T14:34:43.356Z] === RUN   TestHealthKillContainer
14:34:46 [2021-06-10T14:34:46.350Z] --- PASS: TestBuildSquashParent (13.00s)
14:34:46 [2021-06-10T14:34:46.350Z] === RUN   TestBuildWithRemoveAndForceRemove
14:34:46 [2021-06-10T14:34:46.350Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
14:34:46 [2021-06-10T14:34:46.350Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
14:34:46 [2021-06-10T14:34:46.350Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
14:34:46 [2021-06-10T14:34:46.350Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
14:34:46 [2021-06-10T14:34:46.350Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
14:34:46 [2021-06-10T14:34:46.350Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
14:34:46 [2021-06-10T14:34:46.350Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
14:34:46 [2021-06-10T14:34:46.350Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
14:34:46 [2021-06-10T14:34:46.350Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
14:34:46 [2021-06-10T14:34:46.350Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
14:34:46 [2021-06-10T14:34:46.350Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
14:34:46 [2021-06-10T14:34:46.350Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
14:34:46 [2021-06-10T14:34:46.350Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
14:34:46 [2021-06-10T14:34:46.350Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
14:34:46 [2021-06-10T14:34:46.630Z] --- PASS: TestHealthKillContainer (3.14s)
14:34:46 [2021-06-10T14:34:46.630Z] === RUN   TestInspectCpusetInConfigPre120
14:34:47 [2021-06-10T14:34:47.195Z] --- PASS: TestInspectCpusetInConfigPre120 (0.83s)
14:34:47 [2021-06-10T14:34:47.195Z] === RUN   TestIpcModeNone
14:34:48 [2021-06-10T14:34:48.567Z] --- PASS: TestIpcModeNone (1.11s)
14:34:48 [2021-06-10T14:34:48.567Z] === RUN   TestIpcModePrivate
14:34:49 [2021-06-10T14:34:49.497Z] --- PASS: TestIpcModePrivate (1.10s)
14:34:49 [2021-06-10T14:34:49.497Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:55, shared: false, mustBeShared: false
14:34:49 [2021-06-10T14:34:49.497Z] === RUN   TestIpcModeShareable
14:34:49 [2021-06-10T14:34:49.638Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
14:34:50 [2021-06-10T14:34:50.205Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
14:34:50 [2021-06-10T14:34:50.870Z] --- PASS: TestIpcModeShareable (1.13s)
14:34:50 [2021-06-10T14:34:50.870Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:50, shared: true, mustBeShared: true
14:34:50 [2021-06-10T14:34:50.870Z] === RUN   TestAPIIpcModeShareableAndContainer
14:34:54 [2021-06-10T14:34:54.148Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.03s)
14:34:54 [2021-06-10T14:34:54.148Z] === RUN   TestAPIIpcModeHost
14:34:54 [2021-06-10T14:34:54.713Z] --- PASS: TestAPIIpcModeHost (1.14s)
14:34:54 [2021-06-10T14:34:54.713Z] === RUN   TestDaemonIpcModeShareable
14:34:55 [2021-06-10T14:34:55.535Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
14:34:55 [2021-06-10T14:34:55.535Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
14:34:56 [2021-06-10T14:34:56.609Z] --- PASS: TestDaemonIpcModeShareable (1.77s)
14:34:56 [2021-06-10T14:34:56.609Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true
14:34:56 [2021-06-10T14:34:56.609Z] === RUN   TestDaemonIpcModePrivate
14:34:58 [2021-06-10T14:34:58.505Z] --- PASS: TestDaemonIpcModePrivate (1.70s)
14:34:58 [2021-06-10T14:34:58.505Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false
14:34:58 [2021-06-10T14:34:58.505Z] === RUN   TestDaemonIpcModePrivateFromConfig
14:35:00 [2021-06-10T14:35:00.401Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.72s)
14:35:00 [2021-06-10T14:35:00.401Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false
14:35:00 [2021-06-10T14:35:00.401Z] === RUN   TestDaemonIpcModeShareableFromConfig
14:35:00 [2021-06-10T14:35:00.811Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
14:35:00 [2021-06-10T14:35:00.811Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (5.18s)
14:35:00 [2021-06-10T14:35:00.811Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (5.54s)
14:35:00 [2021-06-10T14:35:00.811Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (5.72s)
14:35:00 [2021-06-10T14:35:00.811Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (5.41s)
14:35:00 [2021-06-10T14:35:00.811Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (5.12s)
14:35:00 [2021-06-10T14:35:00.811Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (5.37s)
14:35:00 [2021-06-10T14:35:00.811Z] === RUN   TestBuildMultiStageCopy
14:35:00 [2021-06-10T14:35:00.811Z] === RUN   TestBuildMultiStageCopy/copy_to_root
14:35:01 [2021-06-10T14:35:01.773Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.77s)
14:35:01 [2021-06-10T14:35:01.773Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true
14:35:01 [2021-06-10T14:35:01.773Z] === RUN   TestIpcModeOlderClient
14:35:01 [2021-06-10T14:35:01.773Z] === PAUSE TestIpcModeOlderClient
14:35:01 [2021-06-10T14:35:01.773Z] === RUN   TestKillContainerInvalidSignal
14:35:02 [2021-06-10T14:35:02.704Z] --- PASS: TestKillContainerInvalidSignal (0.73s)
14:35:02 [2021-06-10T14:35:02.704Z] === RUN   TestKillContainer
14:35:02 [2021-06-10T14:35:02.704Z] === RUN   TestKillContainer/no_signal
14:35:03 [2021-06-10T14:35:03.268Z] === RUN   TestKillContainer/non_killing_signal
14:35:03 [2021-06-10T14:35:03.832Z] === RUN   TestKillContainer/killing_signal
14:35:04 [2021-06-10T14:35:04.763Z] --- PASS: TestKillContainer (2.32s)
14:35:04 [2021-06-10T14:35:04.763Z]     --- PASS: TestKillContainer/no_signal (0.79s)
14:35:04 [2021-06-10T14:35:04.763Z]     --- PASS: TestKillContainer/non_killing_signal (0.62s)
14:35:04 [2021-06-10T14:35:04.763Z]     --- PASS: TestKillContainer/killing_signal (0.72s)
14:35:04 [2021-06-10T14:35:04.763Z] === RUN   TestKillWithStopSignalAndRestartPolicies
14:35:04 [2021-06-10T14:35:04.763Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
14:35:05 [2021-06-10T14:35:05.010Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
14:35:05 [2021-06-10T14:35:05.269Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
14:35:05 [2021-06-10T14:35:05.696Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
14:35:05 [2021-06-10T14:35:05.837Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
14:35:06 [2021-06-10T14:35:06.261Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.43s)
14:35:06 [2021-06-10T14:35:06.261Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.71s)
14:35:06 [2021-06-10T14:35:06.261Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.57s)
14:35:06 [2021-06-10T14:35:06.261Z] === RUN   TestKillStoppedContainer
14:35:06 [2021-06-10T14:35:06.261Z] --- PASS: TestKillStoppedContainer (0.04s)
14:35:06 [2021-06-10T14:35:06.261Z] === RUN   TestKillStoppedContainerAPIPre120
14:35:06 [2021-06-10T14:35:06.261Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
14:35:06 [2021-06-10T14:35:06.261Z] === RUN   TestKillDifferentUserContainer
14:35:06 [2021-06-10T14:35:06.405Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
14:35:07 [2021-06-10T14:35:07.193Z] --- PASS: TestKillDifferentUserContainer (0.72s)
14:35:07 [2021-06-10T14:35:07.193Z] === RUN   TestInspectOomKilledTrue
14:35:07 [2021-06-10T14:35:07.193Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
14:35:07 [2021-06-10T14:35:07.193Z]     kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
14:35:07 [2021-06-10T14:35:07.193Z] === RUN   TestInspectOomKilledFalse
14:35:07 [2021-06-10T14:35:07.342Z] --- PASS: TestBuildMultiStageCopy (6.35s)
14:35:07 [2021-06-10T14:35:07.342Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (3.90s)
14:35:07 [2021-06-10T14:35:07.342Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.61s)
14:35:07 [2021-06-10T14:35:07.342Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.54s)
14:35:07 [2021-06-10T14:35:07.342Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.63s)
14:35:07 [2021-06-10T14:35:07.342Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.67s)
14:35:07 [2021-06-10T14:35:07.342Z] === RUN   TestBuildMultiStageParentConfig
14:35:07 [2021-06-10T14:35:07.759Z] --- PASS: TestInspectOomKilledFalse (0.71s)
14:35:07 [2021-06-10T14:35:07.759Z] === RUN   TestLinksEtcHostsContentMatch
14:35:08 [2021-06-10T14:35:08.693Z] --- PASS: TestLinksEtcHostsContentMatch (0.82s)
14:35:08 [2021-06-10T14:35:08.693Z] === RUN   TestLinksContainerNames
14:35:08 [2021-06-10T14:35:08.719Z] --- PASS: TestBuildMultiStageParentConfig (1.46s)
14:35:08 [2021-06-10T14:35:08.719Z] === RUN   TestBuildLabelWithTargets
14:35:10 [2021-06-10T14:35:10.064Z] --- PASS: TestLinksContainerNames (1.43s)
14:35:10 [2021-06-10T14:35:10.065Z] === RUN   TestLogsFollowTailEmpty
14:35:10 [2021-06-10T14:35:10.629Z] --- PASS: TestLogsFollowTailEmpty (0.71s)
14:35:10 [2021-06-10T14:35:10.629Z] === RUN   TestContainerNetworkMountsNoChown
14:35:11 [2021-06-10T14:35:11.270Z] --- PASS: TestBuildLabelWithTargets (2.44s)
14:35:11 [2021-06-10T14:35:11.270Z] === RUN   TestBuildWithEmptyLayers
14:35:11 [2021-06-10T14:35:11.562Z] --- PASS: TestContainerNetworkMountsNoChown (0.71s)
14:35:11 [2021-06-10T14:35:11.562Z] === RUN   TestMountDaemonRoot
14:35:11 [2021-06-10T14:35:11.562Z] === RUN   TestMountDaemonRoot/default
14:35:11 [2021-06-10T14:35:11.562Z] === PAUSE TestMountDaemonRoot/default
14:35:11 [2021-06-10T14:35:11.562Z] === RUN   TestMountDaemonRoot/private
14:35:11 [2021-06-10T14:35:11.562Z] === PAUSE TestMountDaemonRoot/private
14:35:11 [2021-06-10T14:35:11.562Z] === RUN   TestMountDaemonRoot/rprivate
14:35:11 [2021-06-10T14:35:11.562Z] === PAUSE TestMountDaemonRoot/rprivate
14:35:11 [2021-06-10T14:35:11.562Z] === RUN   TestMountDaemonRoot/slave
14:35:11 [2021-06-10T14:35:11.562Z] === PAUSE TestMountDaemonRoot/slave
14:35:11 [2021-06-10T14:35:11.562Z] === RUN   TestMountDaemonRoot/rslave
14:35:11 [2021-06-10T14:35:11.562Z] === PAUSE TestMountDaemonRoot/rslave
14:35:11 [2021-06-10T14:35:11.562Z] === RUN   TestMountDaemonRoot/shared
14:35:11 [2021-06-10T14:35:11.562Z] === PAUSE TestMountDaemonRoot/shared
14:35:11 [2021-06-10T14:35:11.562Z] === RUN   TestMountDaemonRoot/rshared
14:35:11 [2021-06-10T14:35:11.562Z] === PAUSE TestMountDaemonRoot/rshared
14:35:11 [2021-06-10T14:35:11.562Z] === CONT  TestMountDaemonRoot/default
14:35:11 [2021-06-10T14:35:11.562Z] === RUN   TestMountDaemonRoot/default/bind_root
14:35:11 [2021-06-10T14:35:11.562Z] === PAUSE TestMountDaemonRoot/default/bind_root
14:35:11 [2021-06-10T14:35:11.562Z] === RUN   TestMountDaemonRoot/default/bind_subpath
14:35:11 [2021-06-10T14:35:11.562Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
14:35:11 [2021-06-10T14:35:11.562Z] === RUN   TestMountDaemonRoot/default/mount_root
14:35:11 [2021-06-10T14:35:11.562Z] === PAUSE TestMountDaemonRoot/default/mount_root
14:35:11 [2021-06-10T14:35:11.562Z] === RUN   TestMountDaemonRoot/default/mount_subpath
14:35:11 [2021-06-10T14:35:11.562Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
14:35:11 [2021-06-10T14:35:11.562Z] === CONT  TestMountDaemonRoot/default/bind_root
14:35:11 [2021-06-10T14:35:11.562Z] === CONT  TestMountDaemonRoot/rshared
14:35:11 [2021-06-10T14:35:11.562Z] === RUN   TestMountDaemonRoot/rshared/mount_root
14:35:11 [2021-06-10T14:35:11.562Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
14:35:11 [2021-06-10T14:35:11.562Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
14:35:11 [2021-06-10T14:35:11.562Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
14:35:11 [2021-06-10T14:35:11.562Z] === RUN   TestMountDaemonRoot/rshared/bind_root
14:35:11 [2021-06-10T14:35:11.562Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
14:35:11 [2021-06-10T14:35:11.562Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
14:35:11 [2021-06-10T14:35:11.562Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
14:35:11 [2021-06-10T14:35:11.562Z] === CONT  TestMountDaemonRoot/rshared/mount_root
14:35:11 [2021-06-10T14:35:11.562Z] === CONT  TestMountDaemonRoot/shared
14:35:11 [2021-06-10T14:35:11.562Z] === RUN   TestMountDaemonRoot/shared/bind_root
14:35:11 [2021-06-10T14:35:11.562Z] === PAUSE TestMountDaemonRoot/shared/bind_root
14:35:11 [2021-06-10T14:35:11.562Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
14:35:11 [2021-06-10T14:35:11.562Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
14:35:11 [2021-06-10T14:35:11.562Z] === RUN   TestMountDaemonRoot/shared/mount_root
14:35:11 [2021-06-10T14:35:11.562Z] === PAUSE TestMountDaemonRoot/shared/mount_root
14:35:11 [2021-06-10T14:35:11.562Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
14:35:11 [2021-06-10T14:35:11.562Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
14:35:11 [2021-06-10T14:35:11.562Z] === CONT  TestMountDaemonRoot/rslave
14:35:11 [2021-06-10T14:35:11.562Z] === RUN   TestMountDaemonRoot/rslave/mount_root
14:35:11 [2021-06-10T14:35:11.562Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
14:35:11 [2021-06-10T14:35:11.562Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
14:35:11 [2021-06-10T14:35:11.562Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
14:35:11 [2021-06-10T14:35:11.562Z] === RUN   TestMountDaemonRoot/rslave/bind_root
14:35:11 [2021-06-10T14:35:11.562Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
14:35:11 [2021-06-10T14:35:11.562Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
14:35:11 [2021-06-10T14:35:11.562Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
14:35:11 [2021-06-10T14:35:11.562Z] === CONT  TestMountDaemonRoot/slave
14:35:11 [2021-06-10T14:35:11.562Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
14:35:11 [2021-06-10T14:35:11.562Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
14:35:11 [2021-06-10T14:35:11.562Z] === RUN   TestMountDaemonRoot/slave/mount_root
14:35:11 [2021-06-10T14:35:11.562Z] === PAUSE TestMountDaemonRoot/slave/mount_root
14:35:11 [2021-06-10T14:35:11.562Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
14:35:11 [2021-06-10T14:35:11.562Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
14:35:11 [2021-06-10T14:35:11.562Z] === RUN   TestMountDaemonRoot/slave/bind_root
14:35:11 [2021-06-10T14:35:11.562Z] === PAUSE TestMountDaemonRoot/slave/bind_root
14:35:11 [2021-06-10T14:35:11.562Z] === CONT  TestMountDaemonRoot/rprivate
14:35:11 [2021-06-10T14:35:11.562Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
14:35:11 [2021-06-10T14:35:11.562Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
14:35:11 [2021-06-10T14:35:11.562Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
14:35:11 [2021-06-10T14:35:11.562Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
14:35:11 [2021-06-10T14:35:11.562Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
14:35:11 [2021-06-10T14:35:11.562Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
14:35:11 [2021-06-10T14:35:11.562Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
14:35:11 [2021-06-10T14:35:11.562Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
14:35:11 [2021-06-10T14:35:11.562Z] === CONT  TestMountDaemonRoot/private
14:35:11 [2021-06-10T14:35:11.562Z] === RUN   TestMountDaemonRoot/private/mount_root
14:35:11 [2021-06-10T14:35:11.562Z] === PAUSE TestMountDaemonRoot/private/mount_root
14:35:11 [2021-06-10T14:35:11.562Z] === RUN   TestMountDaemonRoot/private/mount_subpath
14:35:11 [2021-06-10T14:35:11.562Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
14:35:11 [2021-06-10T14:35:11.562Z] === RUN   TestMountDaemonRoot/private/bind_root
14:35:11 [2021-06-10T14:35:11.562Z] === PAUSE TestMountDaemonRoot/private/bind_root
14:35:11 [2021-06-10T14:35:11.562Z] === RUN   TestMountDaemonRoot/private/bind_subpath
14:35:11 [2021-06-10T14:35:11.562Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
14:35:11 [2021-06-10T14:35:11.562Z] === CONT  TestMountDaemonRoot/default/mount_subpath
14:35:11 [2021-06-10T14:35:11.562Z] === CONT  TestMountDaemonRoot/default/mount_root
14:35:11 [2021-06-10T14:35:11.562Z] === CONT  TestMountDaemonRoot/default/bind_subpath
14:35:11 [2021-06-10T14:35:11.562Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
14:35:11 [2021-06-10T14:35:11.562Z] === CONT  TestMountDaemonRoot/rshared/bind_root
14:35:11 [2021-06-10T14:35:11.562Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
14:35:11 [2021-06-10T14:35:11.562Z] === CONT  TestMountDaemonRoot/shared/bind_root
14:35:11 [2021-06-10T14:35:11.562Z] === CONT  TestMountDaemonRoot/shared/mount_root
14:35:11 [2021-06-10T14:35:11.562Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
14:35:11 [2021-06-10T14:35:11.562Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
14:35:11 [2021-06-10T14:35:11.820Z] === CONT  TestMountDaemonRoot/rslave/mount_root
14:35:11 [2021-06-10T14:35:11.820Z] === CONT  TestMountDaemonRoot/rslave/bind_root
14:35:11 [2021-06-10T14:35:11.820Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
14:35:11 [2021-06-10T14:35:11.820Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
14:35:11 [2021-06-10T14:35:11.820Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
14:35:11 [2021-06-10T14:35:11.820Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
14:35:11 [2021-06-10T14:35:11.820Z] === CONT  TestMountDaemonRoot/slave/bind_root
14:35:11 [2021-06-10T14:35:11.820Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
14:35:11 [2021-06-10T14:35:11.820Z] === CONT  TestMountDaemonRoot/slave/mount_root
14:35:11 [2021-06-10T14:35:11.820Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
14:35:11 [2021-06-10T14:35:11.820Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
14:35:11 [2021-06-10T14:35:11.820Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
14:35:11 [2021-06-10T14:35:11.820Z] === CONT  TestMountDaemonRoot/private/mount_root
14:35:11 [2021-06-10T14:35:11.820Z] === CONT  TestMountDaemonRoot/private/bind_subpath
14:35:11 [2021-06-10T14:35:11.820Z] === CONT  TestMountDaemonRoot/private/bind_root
14:35:11 [2021-06-10T14:35:11.820Z] === CONT  TestMountDaemonRoot/private/mount_subpath
14:35:11 [2021-06-10T14:35:11.820Z] --- PASS: TestMountDaemonRoot (0.02s)
14:35:11 [2021-06-10T14:35:11.820Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
14:35:11 [2021-06-10T14:35:11.820Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.05s)
14:35:11 [2021-06-10T14:35:11.820Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s)
14:35:11 [2021-06-10T14:35:11.820Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.04s)
14:35:11 [2021-06-10T14:35:11.820Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s)
14:35:11 [2021-06-10T14:35:11.820Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
14:35:11 [2021-06-10T14:35:11.820Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s)
14:35:11 [2021-06-10T14:35:11.820Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
14:35:11 [2021-06-10T14:35:11.820Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s)
14:35:11 [2021-06-10T14:35:11.820Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s)
14:35:11 [2021-06-10T14:35:11.820Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
14:35:11 [2021-06-10T14:35:11.820Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
14:35:11 [2021-06-10T14:35:11.820Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
14:35:11 [2021-06-10T14:35:11.820Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
14:35:11 [2021-06-10T14:35:11.820Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
14:35:11 [2021-06-10T14:35:11.820Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
14:35:11 [2021-06-10T14:35:11.820Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
14:35:11 [2021-06-10T14:35:11.820Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s)
14:35:11 [2021-06-10T14:35:11.820Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s)
14:35:11 [2021-06-10T14:35:11.820Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s)
14:35:11 [2021-06-10T14:35:11.820Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
14:35:11 [2021-06-10T14:35:11.820Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
14:35:11 [2021-06-10T14:35:11.820Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
14:35:11 [2021-06-10T14:35:11.820Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
14:35:11 [2021-06-10T14:35:11.820Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
14:35:11 [2021-06-10T14:35:11.820Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
14:35:11 [2021-06-10T14:35:11.820Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
14:35:11 [2021-06-10T14:35:11.820Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
14:35:11 [2021-06-10T14:35:11.820Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
14:35:11 [2021-06-10T14:35:11.820Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
14:35:11 [2021-06-10T14:35:11.820Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
14:35:11 [2021-06-10T14:35:11.820Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
14:35:11 [2021-06-10T14:35:11.820Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
14:35:11 [2021-06-10T14:35:11.820Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
14:35:11 [2021-06-10T14:35:11.820Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.01s)
14:35:11 [2021-06-10T14:35:11.820Z] === RUN   TestContainerBindMountNonRecursive
14:35:12 [2021-06-10T14:35:12.204Z] --- PASS: TestBuildWithEmptyLayers (1.19s)
14:35:12 [2021-06-10T14:35:12.204Z] === RUN   TestBuildMultiStageOnBuild
14:35:14 [2021-06-10T14:35:14.345Z] --- PASS: TestContainerBindMountNonRecursive (2.15s)
14:35:14 [2021-06-10T14:35:14.345Z] === RUN   TestContainerVolumesMountedAsShared
14:35:14 [2021-06-10T14:35:14.602Z] --- PASS: TestContainerVolumesMountedAsShared (0.48s)
14:35:14 [2021-06-10T14:35:14.602Z] === RUN   TestContainerVolumesMountedAsSlave
14:35:15 [2021-06-10T14:35:15.535Z] --- PASS: TestContainerVolumesMountedAsSlave (0.98s)
14:35:15 [2021-06-10T14:35:15.535Z] === RUN   TestNetworkNat
14:35:16 [2021-06-10T14:35:16.465Z] --- PASS: TestNetworkNat (0.75s)
14:35:16 [2021-06-10T14:35:16.465Z] === RUN   TestNetworkLocalhostTCPNat
14:35:17 [2021-06-10T14:35:17.029Z] --- PASS: TestNetworkLocalhostTCPNat (0.72s)
14:35:17 [2021-06-10T14:35:17.029Z] === RUN   TestNetworkLoopbackNat
14:35:17 [2021-06-10T14:35:17.470Z] --- PASS: TestBuildMultiStageOnBuild (4.37s)
14:35:17 [2021-06-10T14:35:17.470Z] === RUN   TestBuildUncleanTarFilenames
14:35:18 [2021-06-10T14:35:18.405Z] --- PASS: TestBuildUncleanTarFilenames (1.91s)
14:35:18 [2021-06-10T14:35:18.405Z] === RUN   TestBuildMultiStageLayerLeak
14:35:20 [2021-06-10T14:35:20.335Z] --- PASS: TestNetworkLoopbackNat (3.17s)
14:35:20 [2021-06-10T14:35:20.335Z] === RUN   TestPause
14:35:20 [2021-06-10T14:35:20.899Z] --- PASS: TestPause (0.77s)
14:35:20 [2021-06-10T14:35:20.899Z] === RUN   TestPauseFailsOnWindowsServerContainers
14:35:20 [2021-06-10T14:35:20.899Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
14:35:20 [2021-06-10T14:35:20.899Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
14:35:20 [2021-06-10T14:35:20.899Z] === RUN   TestPauseStopPausedContainer
14:35:21 [2021-06-10T14:35:21.831Z] --- PASS: TestPauseStopPausedContainer (0.73s)
14:35:21 [2021-06-10T14:35:21.831Z] === RUN   TestPsFilter
14:35:21 [2021-06-10T14:35:21.831Z] --- PASS: TestPsFilter (0.11s)
14:35:21 [2021-06-10T14:35:21.831Z] === RUN   TestRemoveContainerWithRemovedVolume
14:35:22 [2021-06-10T14:35:22.395Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.68s)
14:35:22 [2021-06-10T14:35:22.395Z] === RUN   TestRemoveContainerWithVolume
14:35:23 [2021-06-10T14:35:23.327Z] --- PASS: TestRemoveContainerWithVolume (0.70s)
14:35:23 [2021-06-10T14:35:23.327Z] === RUN   TestRemoveContainerRunning
14:35:23 [2021-06-10T14:35:23.671Z] --- PASS: TestBuildMultiStageLayerLeak (4.68s)
14:35:23 [2021-06-10T14:35:23.671Z] === RUN   TestBuildWithHugeFile
14:35:23 [2021-06-10T14:35:23.892Z] --- PASS: TestRemoveContainerRunning (0.72s)
14:35:23 [2021-06-10T14:35:23.892Z] === RUN   TestRemoveContainerForceRemoveRunning
14:35:24 [2021-06-10T14:35:24.824Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.72s)
14:35:24 [2021-06-10T14:35:24.824Z] === RUN   TestRemoveInvalidContainer
14:35:24 [2021-06-10T14:35:24.824Z] --- PASS: TestRemoveInvalidContainer (0.01s)
14:35:24 [2021-06-10T14:35:24.824Z] === RUN   TestRenameLinkedContainer
14:35:28 [2021-06-10T14:35:28.102Z] --- PASS: TestRenameLinkedContainer (2.91s)
14:35:28 [2021-06-10T14:35:28.102Z] === RUN   TestRenameStoppedContainer
14:35:28 [2021-06-10T14:35:28.102Z] --- PASS: TestRenameStoppedContainer (0.70s)
14:35:28 [2021-06-10T14:35:28.102Z] === RUN   TestRenameRunningContainerAndReuse
14:35:29 [2021-06-10T14:35:29.999Z] --- PASS: TestRenameRunningContainerAndReuse (1.41s)
14:35:29 [2021-06-10T14:35:29.999Z] === RUN   TestRenameInvalidName
14:35:30 [2021-06-10T14:35:30.257Z] --- PASS: TestRenameInvalidName (0.70s)
14:35:30 [2021-06-10T14:35:30.257Z] === RUN   TestRenameAnonymousContainer
14:35:32 [2021-06-10T14:35:32.781Z] --- PASS: TestRenameAnonymousContainer (2.49s)
14:35:32 [2021-06-10T14:35:32.781Z] === RUN   TestRenameContainerWithSameName
14:35:33 [2021-06-10T14:35:33.711Z] --- PASS: TestRenameContainerWithSameName (0.73s)
14:35:33 [2021-06-10T14:35:33.711Z] === RUN   TestRenameContainerWithLinkedContainer
14:35:35 [2021-06-10T14:35:35.082Z] --- PASS: TestRenameContainerWithLinkedContainer (1.46s)
14:35:35 [2021-06-10T14:35:35.082Z] === RUN   TestResize
14:35:35 [2021-06-10T14:35:35.646Z] --- PASS: TestResize (0.68s)
14:35:35 [2021-06-10T14:35:35.646Z] === RUN   TestResizeWithInvalidSize
14:35:35 [2021-06-10T14:35:35.892Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
14:35:35 [2021-06-10T14:35:35.892Z] Using test binary docker
14:35:35 [2021-06-10T14:35:35.892Z] +++ /etc/init.d/apparmor start
14:35:35 [2021-06-10T14:35:35.892Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
14:35:35 [2021-06-10T14:35:35.892Z] INFO: Waiting for daemon to start...
14:35:35 [2021-06-10T14:35:35.892Z] Starting dockerd
14:35:35 [2021-06-10T14:35:35.892Z] +++ 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
14:35:35 [2021-06-10T14:35:35.892Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration)
14:35:35 [2021-06-10T14:35:35.892Z] Using test binary docker
14:35:35 [2021-06-10T14:35:35.892Z] +++ /etc/init.d/apparmor start
14:35:35 [2021-06-10T14:35:35.892Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
14:35:35 [2021-06-10T14:35:35.892Z] INFO: Waiting for daemon to start...
14:35:35 [2021-06-10T14:35:35.892Z] Starting dockerd
14:35:35 [2021-06-10T14:35:35.892Z] +++ 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
14:35:36 [2021-06-10T14:35:36.578Z] --- PASS: TestResizeWithInvalidSize (0.73s)
14:35:36 [2021-06-10T14:35:36.578Z] === RUN   TestResizeWhenContainerNotStarted
14:35:37 [2021-06-10T14:35:37.143Z] --- PASS: TestResizeWhenContainerNotStarted (0.69s)
14:35:37 [2021-06-10T14:35:37.143Z] === RUN   TestDaemonRestartKillContainers
14:35:37 [2021-06-10T14:35:37.143Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
14:35:37 [2021-06-10T14:35:37.143Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
14:35:37 [2021-06-10T14:35:37.143Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
14:35:37 [2021-06-10T14:35:37.143Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
14:35:37 [2021-06-10T14:35:37.143Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
14:35:37 [2021-06-10T14:35:37.143Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
14:35:37 [2021-06-10T14:35:37.143Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
14:35:37 [2021-06-10T14:35:37.143Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
14:35:37 [2021-06-10T14:35:37.143Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
14:35:37 [2021-06-10T14:35:37.143Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
14:35:37 [2021-06-10T14:35:37.143Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
14:35:37 [2021-06-10T14:35:37.143Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
14:35:37 [2021-06-10T14:35:37.143Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
14:35:37 [2021-06-10T14:35:37.143Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
14:35:37 [2021-06-10T14:35:37.143Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
14:35:37 [2021-06-10T14:35:37.143Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
14:35:37 [2021-06-10T14:35:37.143Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
14:35:37 [2021-06-10T14:35:37.143Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
14:35:37 [2021-06-10T14:35:37.143Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
14:35:37 [2021-06-10T14:35:37.143Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
14:35:37 [2021-06-10T14:35:37.143Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
14:35:37 [2021-06-10T14:35:37.143Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
14:35:37 [2021-06-10T14:35:37.143Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
14:35:37 [2021-06-10T14:35:37.143Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
14:35:37 [2021-06-10T14:35:37.143Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
14:35:37 [2021-06-10T14:35:37.143Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
14:35:38 [2021-06-10T14:35:38.422Z] .
14:35:38 [2021-06-10T14:35:38.422Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
14:35:38 [2021-06-10T14:35:38.422Z] 
14:35:38 [2021-06-10T14:35:38.422Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
14:35:38 [2021-06-10T14:35:38.422Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
14:35:38 [2021-06-10T14:35:38.422Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
14:35:38 [2021-06-10T14:35:38.422Z] Error: No such image: emptyfs
14:35:38 [2021-06-10T14:35:38.422Z] Error: No such image: emptyfs
14:35:38 [2021-06-10T14:35:38.422Z] ++++ tar -cC bundles/test-integration/emptyfs .
14:35:38 [2021-06-10T14:35:38.422Z] ++++ docker load
14:35:38 [2021-06-10T14:35:38.422Z] ++++ docker load
14:35:38 [2021-06-10T14:35:38.422Z] ++++ tar -cC bundles/test-integration/emptyfs .
14:35:38 [2021-06-10T14:35:38.681Z] Running integration-test (iteration 1)
14:35:38 [2021-06-10T14:35:38.681Z] 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)/
14:35:38 [2021-06-10T14:35:38.681Z] ++ 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)/'
14:35:38 [2021-06-10T14:35:38.681Z] ++ set -e
14:35:38 [2021-06-10T14:35:38.681Z] ++ '[' -n 0 ']'
14:35:38 [2021-06-10T14:35:38.681Z] ++ set -x
14:35:38 [2021-06-10T14:35:38.681Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/'
14:35:38 [2021-06-10T14:35:38.681Z] Running integration-test (iteration 1)
14:35:38 [2021-06-10T14:35:38.681Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
14:35:38 [2021-06-10T14:35:38.681Z] ++ 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)/'
14:35:38 [2021-06-10T14:35:38.681Z] ++ set -e
14:35:38 [2021-06-10T14:35:38.681Z] ++ '[' -n 0 ']'
14:35:38 [2021-06-10T14:35:38.681Z] ++ set -x
14:35:38 [2021-06-10T14:35:38.681Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/'
14:35:39 [2021-06-10T14:35:39.668Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
14:35:39 [2021-06-10T14:35:39.668Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
14:35:40 [2021-06-10T14:35:40.602Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
14:35:40 [2021-06-10T14:35:40.862Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
14:35:42 [2021-06-10T14:35:42.232Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
14:35:42 [2021-06-10T14:35:42.232Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
14:35:44 [2021-06-10T14:35:44.128Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
14:35:44 [2021-06-10T14:35:44.386Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
14:35:45 [2021-06-10T14:35:45.904Z] ..........................xx....................                         [ 29%]
14:35:46 [2021-06-10T14:35:46.912Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
14:35:47 [2021-06-10T14:35:47.845Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
14:35:50 [2021-06-10T14:35:50.371Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
14:35:50 [2021-06-10T14:35:50.371Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.24s)
14:35:50 [2021-06-10T14:35:50.371Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.46s)
14:35:50 [2021-06-10T14:35:50.371Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.32s)
14:35:50 [2021-06-10T14:35:50.371Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.34s)
14:35:50 [2021-06-10T14:35:50.371Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.30s)
14:35:50 [2021-06-10T14:35:50.371Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.35s)
14:35:50 [2021-06-10T14:35:50.371Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.19s)
14:35:50 [2021-06-10T14:35:50.371Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.25s)
14:35:50 [2021-06-10T14:35:50.371Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.87s)
14:35:50 [2021-06-10T14:35:50.371Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.16s)
14:35:50 [2021-06-10T14:35:50.371Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.26s)
14:35:50 [2021-06-10T14:35:50.371Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.21s)
14:35:50 [2021-06-10T14:35:50.371Z] === RUN   TestCgroupNamespacesRun
14:35:51 [2021-06-10T14:35:51.742Z] --- PASS: TestCgroupNamespacesRun (1.77s)
14:35:51 [2021-06-10T14:35:51.742Z] === RUN   TestCgroupNamespacesRunPrivileged
14:35:51 [2021-06-10T14:35:51.742Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s)
14:35:51 [2021-06-10T14:35:51.742Z]     run_cgroupns_linux_test.go:72: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
14:35:51 [2021-06-10T14:35:51.742Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
14:35:53 [2021-06-10T14:35:53.639Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.75s)
14:35:53 [2021-06-10T14:35:53.639Z] === RUN   TestCgroupNamespacesRunHostMode
14:35:55 [2021-06-10T14:35:55.010Z] --- PASS: TestCgroupNamespacesRunHostMode (1.72s)
14:35:55 [2021-06-10T14:35:55.010Z] === RUN   TestCgroupNamespacesRunPrivateMode
14:35:56 [2021-06-10T14:35:56.907Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.73s)
14:35:56 [2021-06-10T14:35:56.907Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
14:35:58 [2021-06-10T14:35:58.277Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.23s)
14:35:58 [2021-06-10T14:35:58.277Z] === RUN   TestCgroupNamespacesRunInvalidMode
14:35:58 [2021-06-10T14:35:58.840Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.73s)
14:35:58 [2021-06-10T14:35:58.840Z] === RUN   TestCgroupNamespacesRunOlderClient
14:36:00 [2021-06-10T14:36:00.737Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.72s)
14:36:00 [2021-06-10T14:36:00.737Z] === RUN   TestNISDomainname
14:36:02 [2021-06-10T14:36:02.107Z] --- PASS: TestNISDomainname (1.31s)
14:36:02 [2021-06-10T14:36:02.107Z] === RUN   TestHostnameDnsResolution
14:36:03 [2021-06-10T14:36:03.039Z] --- PASS: TestHostnameDnsResolution (1.23s)
14:36:03 [2021-06-10T14:36:03.039Z] === RUN   TestStats
14:36:06 [2021-06-10T14:36:06.312Z] --- PASS: TestStats (2.77s)
14:36:06 [2021-06-10T14:36:06.312Z] === RUN   TestStopContainerWithTimeout
14:36:06 [2021-06-10T14:36:06.312Z] === RUN   TestStopContainerWithTimeout/0
14:36:06 [2021-06-10T14:36:06.312Z] === PAUSE TestStopContainerWithTimeout/0
14:36:06 [2021-06-10T14:36:06.312Z] === RUN   TestStopContainerWithTimeout/1
14:36:06 [2021-06-10T14:36:06.312Z] === PAUSE TestStopContainerWithTimeout/1
14:36:06 [2021-06-10T14:36:06.312Z] === RUN   TestStopContainerWithTimeout/3
14:36:06 [2021-06-10T14:36:06.312Z] === PAUSE TestStopContainerWithTimeout/3
14:36:06 [2021-06-10T14:36:06.312Z] === RUN   TestStopContainerWithTimeout/-1
14:36:06 [2021-06-10T14:36:06.312Z] === PAUSE TestStopContainerWithTimeout/-1
14:36:06 [2021-06-10T14:36:06.312Z] === CONT  TestStopContainerWithTimeout/0
14:36:06 [2021-06-10T14:36:06.312Z] === CONT  TestStopContainerWithTimeout/3
14:36:06 [2021-06-10T14:36:06.876Z] === CONT  TestStopContainerWithTimeout/-1
14:36:08 [2021-06-10T14:36:08.820Z] === CONT  TestStopContainerWithTimeout/1
14:36:10 [2021-06-10T14:36:10.714Z] --- PASS: TestStopContainerWithTimeout (0.02s)
14:36:10 [2021-06-10T14:36:10.714Z]     --- PASS: TestStopContainerWithTimeout/0 (1.04s)
14:36:10 [2021-06-10T14:36:10.714Z]     --- PASS: TestStopContainerWithTimeout/3 (3.10s)
14:36:10 [2021-06-10T14:36:10.714Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.69s)
14:36:10 [2021-06-10T14:36:10.714Z]     --- PASS: TestStopContainerWithTimeout/1 (1.74s)
14:36:10 [2021-06-10T14:36:10.714Z] === RUN   TestDeleteDevicemapper
14:36:10 [2021-06-10T14:36:10.714Z] --- SKIP: TestDeleteDevicemapper (0.00s)
14:36:10 [2021-06-10T14:36:10.714Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
14:36:10 [2021-06-10T14:36:10.714Z] === RUN   TestStopContainerWithRestartPolicyAlways
14:36:12 [2021-06-10T14:36:12.118Z] tests/integration/api_exec_test.py .....................                 [ 34%]
14:36:13 [2021-06-10T14:36:13.240Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.46s)
14:36:13 [2021-06-10T14:36:13.240Z] === RUN   TestUpdateMemory
14:36:14 [2021-06-10T14:36:14.613Z] --- PASS: TestUpdateMemory (1.35s)
14:36:14 [2021-06-10T14:36:14.613Z] === RUN   TestUpdateCPUQuota
14:36:21 [2021-06-10T14:36:21.157Z] --- PASS: TestUpdateCPUQuota (6.77s)
14:36:21 [2021-06-10T14:36:21.157Z] === RUN   TestUpdatePidsLimit
14:36:21 [2021-06-10T14:36:21.157Z] === RUN   TestUpdatePidsLimit/update_from_none
14:36:21 [2021-06-10T14:36:21.756Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
14:36:22 [2021-06-10T14:36:22.089Z] === RUN   TestUpdatePidsLimit/no_change
14:36:22 [2021-06-10T14:36:22.654Z] === RUN   TestUpdatePidsLimit/update_lower
14:36:23 [2021-06-10T14:36:23.586Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
14:36:24 [2021-06-10T14:36:24.151Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
14:36:24 [2021-06-10T14:36:24.716Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
14:36:25 [2021-06-10T14:36:25.353Z] Loaded image: buildpack-deps:buster
14:36:25 [2021-06-10T14:36:25.353Z] Loaded image: busybox:latest
14:36:25 [2021-06-10T14:36:25.353Z] Loaded image: buildpack-deps:buster
14:36:25 [2021-06-10T14:36:25.353Z] Loaded image: busybox:glibc
14:36:25 [2021-06-10T14:36:25.353Z] Loaded image: busybox:latest
14:36:25 [2021-06-10T14:36:25.353Z] Loaded image: busybox:glibc
14:36:25 [2021-06-10T14:36:25.650Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
14:36:26 [2021-06-10T14:36:26.321Z] tests/integration/api_image_test.py ............s.....                   [ 40%]
14:36:27 [2021-06-10T14:36:27.020Z] --- PASS: TestUpdatePidsLimit (5.50s)
14:36:27 [2021-06-10T14:36:27.020Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.71s)
14:36:27 [2021-06-10T14:36:27.020Z]     --- PASS: TestUpdatePidsLimit/no_change (0.71s)
14:36:27 [2021-06-10T14:36:27.020Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.70s)
14:36:27 [2021-06-10T14:36:27.020Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.73s)
14:36:27 [2021-06-10T14:36:27.020Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.70s)
14:36:27 [2021-06-10T14:36:27.020Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.70s)
14:36:27 [2021-06-10T14:36:27.020Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.72s)
14:36:27 [2021-06-10T14:36:27.020Z] === RUN   TestUpdateRestartPolicy
14:36:27 [2021-06-10T14:36:27.884Z] Loaded image: debian:bullseye
14:36:27 [2021-06-10T14:36:27.884Z] Loaded image: hello-world:latest
14:36:27 [2021-06-10T14:36:27.884Z] Loaded image: arm32v7/hello-world:latest
14:36:27 [2021-06-10T14:36:27.884Z] INFO: Testing against a local daemon
14:36:27 [2021-06-10T14:36:27.884Z] === RUN   TestDockerSuite
14:36:27 [2021-06-10T14:36:27.884Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
14:36:27 [2021-06-10T14:36:27.884Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
14:36:28 [2021-06-10T14:36:28.142Z] === RUN   TestDockerSuite/TestAPIErrorJSON
14:36:28 [2021-06-10T14:36:28.142Z] Loaded image: debian:bullseye
14:36:28 [2021-06-10T14:36:28.142Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
14:36:28 [2021-06-10T14:36:28.142Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
14:36:28 [2021-06-10T14:36:28.142Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
14:36:28 [2021-06-10T14:36:28.142Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
14:36:28 [2021-06-10T14:36:28.142Z] === RUN   TestDockerSuite/TestAPIImagesDelete
14:36:28 [2021-06-10T14:36:28.407Z] Loaded image: hello-world:latest
14:36:28 [2021-06-10T14:36:28.407Z] Loaded image: arm32v7/hello-world:latest
14:36:28 [2021-06-10T14:36:28.407Z] INFO: Testing against a local daemon
14:36:28 [2021-06-10T14:36:28.407Z] === RUN   TestDockerDaemonSuite
14:36:28 [2021-06-10T14:36:28.665Z] === RUN   TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool
14:36:32 [2021-06-10T14:36:32.861Z] === RUN   TestDockerSuite/TestAPIImagesFilter
14:36:32 [2021-06-10T14:36:32.861Z] === RUN   TestDockerSuite/TestAPIImagesHistory
14:36:33 [2021-06-10T14:36:33.432Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
14:36:33 [2021-06-10T14:36:33.691Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
14:36:34 [2021-06-10T14:36:34.260Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
14:36:34 [2021-06-10T14:36:34.520Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
14:36:34 [2021-06-10T14:36:34.520Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
14:36:34 [2021-06-10T14:36:34.779Z] --- PASS: TestImportExtremelyLargeImageWorks (103.47s)
14:36:34 [2021-06-10T14:36:34.779Z] PASS
14:36:34 [2021-06-10T14:36:34.779Z] 
14:36:34 [2021-06-10T14:36:34.779Z] === Skipped
14:36:34 [2021-06-10T14:36:34.779Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s)
14:36:34 [2021-06-10T14:36:34.779Z]     remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
14:36:34 [2021-06-10T14:36:34.779Z] 
14:36:34 [2021-06-10T14:36:34.779Z] 
14:36:34 [2021-06-10T14:36:34.779Z] DONE 12 tests, 1 skipped in 107.767s
14:36:34 [2021-06-10T14:36:34.779Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
14:36:34 [2021-06-10T14:36:34.779Z] INFO: Testing against a local daemon
14:36:34 [2021-06-10T14:36:34.779Z] === RUN   TestNetworkCreateDelete
14:36:34 [2021-06-10T14:36:34.779Z] --- PASS: TestNetworkCreateDelete (0.15s)
14:36:34 [2021-06-10T14:36:34.779Z] === RUN   TestDockerNetworkDeletePreferID
14:36:34 [2021-06-10T14:36:34.779Z] --- PASS: TestDockerNetworkDeletePreferID (0.38s)
14:36:34 [2021-06-10T14:36:34.779Z] === RUN   TestDaemonDNSFallback
14:36:35 [2021-06-10T14:36:35.037Z] --- PASS: TestDaemonDNSFallback (7.63s)
14:36:35 [2021-06-10T14:36:35.037Z] === RUN   TestInspectNetwork
14:36:35 [2021-06-10T14:36:35.037Z] --- SKIP: TestInspectNetwork (0.00s)
14:36:35 [2021-06-10T14:36:35.037Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:36:35 [2021-06-10T14:36:35.037Z] === RUN   TestRunContainerWithBridgeNone
14:36:35 [2021-06-10T14:36:35.037Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
14:36:35 [2021-06-10T14:36:35.037Z]     network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network
14:36:35 [2021-06-10T14:36:35.037Z] === RUN   TestNetworkInvalidJSON
14:36:35 [2021-06-10T14:36:35.037Z] === RUN   TestNetworkInvalidJSON//networks/create
14:36:35 [2021-06-10T14:36:35.037Z] === PAUSE TestNetworkInvalidJSON//networks/create
14:36:35 [2021-06-10T14:36:35.037Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
14:36:35 [2021-06-10T14:36:35.037Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
14:36:35 [2021-06-10T14:36:35.037Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
14:36:35 [2021-06-10T14:36:35.037Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
14:36:35 [2021-06-10T14:36:35.037Z] === CONT  TestNetworkInvalidJSON//networks/create
14:36:35 [2021-06-10T14:36:35.037Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
14:36:35 [2021-06-10T14:36:35.037Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
14:36:35 [2021-06-10T14:36:35.037Z] --- PASS: TestNetworkInvalidJSON (0.01s)
14:36:35 [2021-06-10T14:36:35.037Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
14:36:35 [2021-06-10T14:36:35.037Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
14:36:35 [2021-06-10T14:36:35.037Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
14:36:35 [2021-06-10T14:36:35.037Z] === RUN   TestNetworkList
14:36:35 [2021-06-10T14:36:35.037Z] === RUN   TestNetworkList//networks
14:36:35 [2021-06-10T14:36:35.037Z] === PAUSE TestNetworkList//networks
14:36:35 [2021-06-10T14:36:35.037Z] === RUN   TestNetworkList//networks/
14:36:35 [2021-06-10T14:36:35.037Z] === PAUSE TestNetworkList//networks/
14:36:35 [2021-06-10T14:36:35.037Z] === CONT  TestNetworkList//networks
14:36:35 [2021-06-10T14:36:35.037Z] === CONT  TestNetworkList//networks/
14:36:35 [2021-06-10T14:36:35.037Z] --- PASS: TestNetworkList (0.01s)
14:36:35 [2021-06-10T14:36:35.037Z]     --- PASS: TestNetworkList//networks/ (0.00s)
14:36:35 [2021-06-10T14:36:35.037Z]     --- PASS: TestNetworkList//networks (0.00s)
14:36:35 [2021-06-10T14:36:35.037Z] === RUN   TestHostIPv4BridgeLabel
14:36:35 [2021-06-10T14:36:35.037Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
14:36:35 [2021-06-10T14:36:35.037Z]     network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network
14:36:35 [2021-06-10T14:36:35.037Z] === RUN   TestDaemonRestartWithLiveRestore
14:36:35 [2021-06-10T14:36:35.037Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s)
14:36:35 [2021-06-10T14:36:35.037Z]     service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network
14:36:35 [2021-06-10T14:36:35.037Z] === RUN   TestDaemonDefaultNetworkPools
14:36:35 [2021-06-10T14:36:35.037Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s)
14:36:35 [2021-06-10T14:36:35.037Z]     service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network
14:36:35 [2021-06-10T14:36:35.037Z] === RUN   TestDaemonRestartWithExistingNetwork
14:36:35 [2021-06-10T14:36:35.037Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s)
14:36:35 [2021-06-10T14:36:35.037Z]     service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network
14:36:35 [2021-06-10T14:36:35.037Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
14:36:35 [2021-06-10T14:36:35.294Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s)
14:36:35 [2021-06-10T14:36:35.294Z]     service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network
14:36:35 [2021-06-10T14:36:35.294Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
14:36:35 [2021-06-10T14:36:35.294Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.01s)
14:36:35 [2021-06-10T14:36:35.294Z]     service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network
14:36:35 [2021-06-10T14:36:35.294Z] === RUN   TestServiceWithPredefinedNetwork
14:36:35 [2021-06-10T14:36:35.294Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
14:36:35 [2021-06-10T14:36:35.294Z]     service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:36:35 [2021-06-10T14:36:35.294Z] === RUN   TestServiceRemoveKeepsIngressNetwork
14:36:35 [2021-06-10T14:36:35.294Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
14:36:35 [2021-06-10T14:36:35.294Z]     service_test.go:242: FLAKY_TEST
14:36:35 [2021-06-10T14:36:35.295Z] === RUN   TestServiceWithDataPathPortInit
14:36:35 [2021-06-10T14:36:35.295Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s)
14:36:35 [2021-06-10T14:36:35.295Z]     service_test.go:334: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:36:35 [2021-06-10T14:36:35.295Z] === RUN   TestServiceWithDefaultAddressPoolInit
14:36:35 [2021-06-10T14:36:35.295Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
14:36:35 [2021-06-10T14:36:35.295Z]     service_test.go:401: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:36:35 [2021-06-10T14:36:35.295Z] PASS
14:36:35 [2021-06-10T14:36:35.295Z] 
14:36:35 [2021-06-10T14:36:35.295Z] === Skipped
14:36:35 [2021-06-10T14:36:35.295Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s)
14:36:35 [2021-06-10T14:36:35.295Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:36:35 [2021-06-10T14:36:35.295Z] 
14:36:35 [2021-06-10T14:36:35.295Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s)
14:36:35 [2021-06-10T14:36:35.295Z]     network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network
14:36:35 [2021-06-10T14:36:35.295Z] 
14:36:35 [2021-06-10T14:36:35.295Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s)
14:36:35 [2021-06-10T14:36:35.295Z]     network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network
14:36:35 [2021-06-10T14:36:35.295Z] 
14:36:35 [2021-06-10T14:36:35.295Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s)
14:36:35 [2021-06-10T14:36:35.295Z]     service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network
14:36:35 [2021-06-10T14:36:35.295Z] 
14:36:35 [2021-06-10T14:36:35.295Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.00s)
14:36:35 [2021-06-10T14:36:35.295Z]     service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network
14:36:35 [2021-06-10T14:36:35.295Z] 
14:36:35 [2021-06-10T14:36:35.295Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.00s)
14:36:35 [2021-06-10T14:36:35.295Z]     service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network
14:36:35 [2021-06-10T14:36:35.295Z] 
14:36:35 [2021-06-10T14:36:35.295Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s)
14:36:35 [2021-06-10T14:36:35.295Z]     service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network
14:36:35 [2021-06-10T14:36:35.295Z] 
14:36:35 [2021-06-10T14:36:35.295Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.01s)
14:36:35 [2021-06-10T14:36:35.295Z]     service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network
14:36:35 [2021-06-10T14:36:35.295Z] 
14:36:35 [2021-06-10T14:36:35.295Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s)
14:36:35 [2021-06-10T14:36:35.295Z]     service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:36:35 [2021-06-10T14:36:35.295Z] 
14:36:35 [2021-06-10T14:36:35.295Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
14:36:35 [2021-06-10T14:36:35.295Z]     service_test.go:242: FLAKY_TEST
14:36:35 [2021-06-10T14:36:35.295Z] 
14:36:35 [2021-06-10T14:36:35.295Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.00s)
14:36:35 [2021-06-10T14:36:35.295Z]     service_test.go:334: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:36:35 [2021-06-10T14:36:35.295Z] 
14:36:35 [2021-06-10T14:36:35.295Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s)
14:36:35 [2021-06-10T14:36:35.295Z]     service_test.go:401: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:36:35 [2021-06-10T14:36:35.295Z] 
14:36:35 [2021-06-10T14:36:35.295Z] 
14:36:35 [2021-06-10T14:36:35.295Z] DONE 22 tests, 12 skipped in 8.345s
14:36:35 [2021-06-10T14:36:35.295Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
14:36:35 [2021-06-10T14:36:35.295Z] INFO: Testing against a local daemon
14:36:35 [2021-06-10T14:36:35.295Z] === RUN   TestDockerNetworkIpvlanPersistance
14:36:35 [2021-06-10T14:36:35.295Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
14:36:35 [2021-06-10T14:36:35.295Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:36:35 [2021-06-10T14:36:35.295Z] === RUN   TestDockerNetworkIpvlan
14:36:35 [2021-06-10T14:36:35.295Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
14:36:35 [2021-06-10T14:36:35.295Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:36:35 [2021-06-10T14:36:35.295Z] PASS
14:36:35 [2021-06-10T14:36:35.295Z] 
14:36:35 [2021-06-10T14:36:35.295Z] === Skipped
14:36:35 [2021-06-10T14:36:35.295Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
14:36:35 [2021-06-10T14:36:35.295Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:36:35 [2021-06-10T14:36:35.295Z] 
14:36:35 [2021-06-10T14:36:35.295Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
14:36:35 [2021-06-10T14:36:35.295Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:36:35 [2021-06-10T14:36:35.295Z] 
14:36:35 [2021-06-10T14:36:35.295Z] 
14:36:35 [2021-06-10T14:36:35.295Z] DONE 2 tests, 2 skipped in 0.126s
14:36:35 [2021-06-10T14:36:35.295Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
14:36:35 [2021-06-10T14:36:35.553Z] INFO: Testing against a local daemon
14:36:35 [2021-06-10T14:36:35.553Z] === RUN   TestDockerNetworkMacvlanPersistance
14:36:35 [2021-06-10T14:36:35.553Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s)
14:36:35 [2021-06-10T14:36:35.553Z]     macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network
14:36:35 [2021-06-10T14:36:35.553Z] === RUN   TestDockerNetworkMacvlan
14:36:35 [2021-06-10T14:36:35.553Z] --- SKIP: TestDockerNetworkMacvlan (0.00s)
14:36:35 [2021-06-10T14:36:35.553Z]     macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network
14:36:35 [2021-06-10T14:36:35.553Z] PASS
14:36:35 [2021-06-10T14:36:35.553Z] 
14:36:35 [2021-06-10T14:36:35.553Z] === Skipped
14:36:35 [2021-06-10T14:36:35.553Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s)
14:36:35 [2021-06-10T14:36:35.553Z]     macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network
14:36:35 [2021-06-10T14:36:35.553Z] 
14:36:35 [2021-06-10T14:36:35.553Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s)
14:36:35 [2021-06-10T14:36:35.553Z]     macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network
14:36:35 [2021-06-10T14:36:35.553Z] 
14:36:35 [2021-06-10T14:36:35.553Z] 
14:36:35 [2021-06-10T14:36:35.553Z] DONE 2 tests, 2 skipped in 0.117s
14:36:35 [2021-06-10T14:36:35.553Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
14:36:35 [2021-06-10T14:36:35.553Z] testing: warning: no tests to run
14:36:35 [2021-06-10T14:36:35.553Z] PASS
14:36:35 [2021-06-10T14:36:35.553Z] 
14:36:35 [2021-06-10T14:36:35.553Z] DONE 0 tests in 0.027s
14:36:35 [2021-06-10T14:36:35.553Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
14:36:35 [2021-06-10T14:36:35.553Z] INFO: Testing against a local daemon
14:36:35 [2021-06-10T14:36:35.553Z] === RUN   TestAuthZPluginAllowRequest
14:36:35 [2021-06-10T14:36:35.553Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s)
14:36:35 [2021-06-10T14:36:35.553Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:35 [2021-06-10T14:36:35.553Z] === RUN   TestAuthZPluginTLS
14:36:35 [2021-06-10T14:36:35.553Z] --- SKIP: TestAuthZPluginTLS (0.00s)
14:36:35 [2021-06-10T14:36:35.553Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:35 [2021-06-10T14:36:35.553Z] === RUN   TestAuthZPluginDenyRequest
14:36:35 [2021-06-10T14:36:35.553Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s)
14:36:35 [2021-06-10T14:36:35.553Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:35 [2021-06-10T14:36:35.553Z] === RUN   TestAuthZPluginAPIDenyResponse
14:36:35 [2021-06-10T14:36:35.553Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s)
14:36:35 [2021-06-10T14:36:35.553Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:35 [2021-06-10T14:36:35.553Z] === RUN   TestAuthZPluginDenyResponse
14:36:35 [2021-06-10T14:36:35.553Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s)
14:36:35 [2021-06-10T14:36:35.553Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:35 [2021-06-10T14:36:35.553Z] === RUN   TestAuthZPluginAllowEventStream
14:36:35 [2021-06-10T14:36:35.553Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s)
14:36:35 [2021-06-10T14:36:35.553Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:35 [2021-06-10T14:36:35.553Z] === RUN   TestAuthZPluginErrorResponse
14:36:35 [2021-06-10T14:36:35.553Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s)
14:36:35 [2021-06-10T14:36:35.553Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:35 [2021-06-10T14:36:35.553Z] === RUN   TestAuthZPluginErrorRequest
14:36:35 [2021-06-10T14:36:35.553Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s)
14:36:35 [2021-06-10T14:36:35.553Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:35 [2021-06-10T14:36:35.553Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
14:36:35 [2021-06-10T14:36:35.553Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
14:36:35 [2021-06-10T14:36:35.553Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:35 [2021-06-10T14:36:35.553Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
14:36:35 [2021-06-10T14:36:35.553Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s)
14:36:35 [2021-06-10T14:36:35.553Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:35 [2021-06-10T14:36:35.553Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
14:36:35 [2021-06-10T14:36:35.553Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
14:36:35 [2021-06-10T14:36:35.553Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:35 [2021-06-10T14:36:35.553Z] === RUN   TestAuthZPluginHeader
14:36:35 [2021-06-10T14:36:35.553Z] --- SKIP: TestAuthZPluginHeader (0.00s)
14:36:35 [2021-06-10T14:36:35.553Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:35 [2021-06-10T14:36:35.553Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
14:36:35 [2021-06-10T14:36:35.811Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.25s)
14:36:35 [2021-06-10T14:36:35.811Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:35 [2021-06-10T14:36:35.811Z] === RUN   TestAuthZPluginV2Disable
14:36:35 [2021-06-10T14:36:35.811Z] --- SKIP: TestAuthZPluginV2Disable (0.01s)
14:36:35 [2021-06-10T14:36:35.811Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:35 [2021-06-10T14:36:35.811Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
14:36:35 [2021-06-10T14:36:35.811Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s)
14:36:35 [2021-06-10T14:36:35.811Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:35 [2021-06-10T14:36:35.811Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
14:36:35 [2021-06-10T14:36:35.811Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s)
14:36:35 [2021-06-10T14:36:35.811Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:35 [2021-06-10T14:36:35.811Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
14:36:35 [2021-06-10T14:36:35.811Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s)
14:36:35 [2021-06-10T14:36:35.811Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:35 [2021-06-10T14:36:35.811Z] PASS
14:36:36 [2021-06-10T14:36:36.070Z] 
14:36:36 [2021-06-10T14:36:36.070Z] === Skipped
14:36:36 [2021-06-10T14:36:36.070Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s)
14:36:36 [2021-06-10T14:36:36.070Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:36 [2021-06-10T14:36:36.070Z] 
14:36:36 [2021-06-10T14:36:36.070Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s)
14:36:36 [2021-06-10T14:36:36.070Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:36 [2021-06-10T14:36:36.070Z] 
14:36:36 [2021-06-10T14:36:36.070Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s)
14:36:36 [2021-06-10T14:36:36.070Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:36 [2021-06-10T14:36:36.070Z] 
14:36:36 [2021-06-10T14:36:36.070Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s)
14:36:36 [2021-06-10T14:36:36.070Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:36 [2021-06-10T14:36:36.070Z] 
14:36:36 [2021-06-10T14:36:36.070Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s)
14:36:36 [2021-06-10T14:36:36.070Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:36 [2021-06-10T14:36:36.070Z] 
14:36:36 [2021-06-10T14:36:36.070Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s)
14:36:36 [2021-06-10T14:36:36.070Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:36 [2021-06-10T14:36:36.070Z] 
14:36:36 [2021-06-10T14:36:36.070Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s)
14:36:36 [2021-06-10T14:36:36.070Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:36 [2021-06-10T14:36:36.070Z] 
14:36:36 [2021-06-10T14:36:36.070Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s)
14:36:36 [2021-06-10T14:36:36.070Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:36 [2021-06-10T14:36:36.070Z] 
14:36:36 [2021-06-10T14:36:36.070Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
14:36:36 [2021-06-10T14:36:36.070Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:36 [2021-06-10T14:36:36.070Z] 
14:36:36 [2021-06-10T14:36:36.070Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s)
14:36:36 [2021-06-10T14:36:36.070Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:36 [2021-06-10T14:36:36.070Z] 
14:36:36 [2021-06-10T14:36:36.070Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
14:36:36 [2021-06-10T14:36:36.070Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:36 [2021-06-10T14:36:36.070Z] 
14:36:36 [2021-06-10T14:36:36.070Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s)
14:36:36 [2021-06-10T14:36:36.070Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:36 [2021-06-10T14:36:36.070Z] 
14:36:36 [2021-06-10T14:36:36.070Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.25s)
14:36:36 [2021-06-10T14:36:36.070Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:36 [2021-06-10T14:36:36.070Z] 
14:36:36 [2021-06-10T14:36:36.070Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.01s)
14:36:36 [2021-06-10T14:36:36.070Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:36 [2021-06-10T14:36:36.070Z] 
14:36:36 [2021-06-10T14:36:36.070Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s)
14:36:36 [2021-06-10T14:36:36.070Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:36 [2021-06-10T14:36:36.070Z] 
14:36:36 [2021-06-10T14:36:36.070Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s)
14:36:36 [2021-06-10T14:36:36.070Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:36 [2021-06-10T14:36:36.070Z] 
14:36:36 [2021-06-10T14:36:36.070Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s)
14:36:36 [2021-06-10T14:36:36.070Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:36 [2021-06-10T14:36:36.070Z] 
14:36:36 [2021-06-10T14:36:36.070Z] 
14:36:36 [2021-06-10T14:36:36.070Z] DONE 17 tests, 17 skipped in 0.439s
14:36:36 [2021-06-10T14:36:36.070Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
14:36:36 [2021-06-10T14:36:36.070Z] INFO: Testing against a local daemon
14:36:36 [2021-06-10T14:36:36.070Z] === RUN   TestPluginInvalidJSON
14:36:36 [2021-06-10T14:36:36.070Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
14:36:36 [2021-06-10T14:36:36.070Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
14:36:36 [2021-06-10T14:36:36.070Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
14:36:36 [2021-06-10T14:36:36.070Z] --- PASS: TestPluginInvalidJSON (0.02s)
14:36:36 [2021-06-10T14:36:36.070Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
14:36:36 [2021-06-10T14:36:36.070Z] === RUN   TestPluginInstall
14:36:36 [2021-06-10T14:36:36.070Z] --- SKIP: TestPluginInstall (0.00s)
14:36:36 [2021-06-10T14:36:36.070Z]     plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:36 [2021-06-10T14:36:36.070Z] === RUN   TestPluginsWithRuntimes
14:36:36 [2021-06-10T14:36:36.070Z] --- SKIP: TestPluginsWithRuntimes (0.00s)
14:36:36 [2021-06-10T14:36:36.070Z]     plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart
14:36:36 [2021-06-10T14:36:36.070Z] === RUN   TestPluginBackCompatMediaTypes
14:36:36 [2021-06-10T14:36:36.070Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s)
14:36:36 [2021-06-10T14:36:36.070Z]     plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access)
14:36:36 [2021-06-10T14:36:36.070Z] PASS
14:36:36 [2021-06-10T14:36:36.070Z] 
14:36:36 [2021-06-10T14:36:36.070Z] === Skipped
14:36:36 [2021-06-10T14:36:36.070Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s)
14:36:36 [2021-06-10T14:36:36.070Z]     plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:36 [2021-06-10T14:36:36.070Z] 
14:36:36 [2021-06-10T14:36:36.070Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s)
14:36:36 [2021-06-10T14:36:36.070Z]     plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart
14:36:36 [2021-06-10T14:36:36.070Z] 
14:36:36 [2021-06-10T14:36:36.070Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s)
14:36:36 [2021-06-10T14:36:36.070Z]     plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access)
14:36:36 [2021-06-10T14:36:36.070Z] 
14:36:36 [2021-06-10T14:36:36.070Z] 
14:36:36 [2021-06-10T14:36:36.070Z] DONE 5 tests, 3 skipped in 0.158s
14:36:36 [2021-06-10T14:36:36.070Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
14:36:36 [2021-06-10T14:36:36.328Z] INFO: Testing against a local daemon
14:36:36 [2021-06-10T14:36:36.328Z] === RUN   TestExternalGraphDriver
14:36:36 [2021-06-10T14:36:36.328Z] --- SKIP: TestExternalGraphDriver (0.08s)
14:36:36 [2021-06-10T14:36:36.328Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
14:36:36 [2021-06-10T14:36:36.328Z] === RUN   TestGraphdriverPluginV2
14:36:37 [2021-06-10T14:36:37.055Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
14:36:37 [2021-06-10T14:36:37.055Z] === RUN   TestDockerSuite/TestAPINetworkFilter
14:36:37 [2021-06-10T14:36:37.055Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
14:36:37 [2021-06-10T14:36:37.055Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
14:36:37 [2021-06-10T14:36:37.055Z] === RUN   TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon
14:36:37 [2021-06-10T14:36:37.993Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
14:36:39 [2021-06-10T14:36:39.906Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
14:36:39 [2021-06-10T14:36:39.906Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
14:36:39 [2021-06-10T14:36:39.906Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
14:36:39 [2021-06-10T14:36:39.906Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
14:36:39 [2021-06-10T14:36:39.906Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
14:36:41 [2021-06-10T14:36:41.877Z] --- PASS: TestUpdateRestartPolicy (12.80s)
14:36:41 [2021-06-10T14:36:41.877Z] === RUN   TestUpdateRestartWithAutoRemove
14:36:41 [2021-06-10T14:36:41.877Z] --- PASS: TestUpdateRestartWithAutoRemove (0.72s)
14:36:41 [2021-06-10T14:36:41.877Z] === RUN   TestWaitNonBlocked
14:36:41 [2021-06-10T14:36:41.877Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
14:36:41 [2021-06-10T14:36:41.877Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
14:36:41 [2021-06-10T14:36:41.877Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
14:36:41 [2021-06-10T14:36:41.877Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
14:36:41 [2021-06-10T14:36:41.877Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
14:36:41 [2021-06-10T14:36:41.877Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
14:36:41 [2021-06-10T14:36:41.877Z] --- PASS: TestWaitNonBlocked (0.01s)
14:36:41 [2021-06-10T14:36:41.877Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.95s)
14:36:41 [2021-06-10T14:36:41.877Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.03s)
14:36:41 [2021-06-10T14:36:41.877Z] === RUN   TestWaitBlocked
14:36:41 [2021-06-10T14:36:41.877Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
14:36:41 [2021-06-10T14:36:41.877Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
14:36:41 [2021-06-10T14:36:41.877Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
14:36:41 [2021-06-10T14:36:41.877Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
14:36:41 [2021-06-10T14:36:41.877Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
14:36:41 [2021-06-10T14:36:41.877Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
14:36:42 [2021-06-10T14:36:42.808Z] --- PASS: TestWaitBlocked (0.02s)
14:36:42 [2021-06-10T14:36:42.808Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.15s)
14:36:42 [2021-06-10T14:36:42.808Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.27s)
14:36:42 [2021-06-10T14:36:42.808Z] === CONT  TestContainerStartOnDaemonRestart
14:36:42 [2021-06-10T14:36:42.808Z] === CONT  TestContainerKillOnDaemonStart
14:36:42 [2021-06-10T14:36:42.879Z] --- PASS: TestGraphdriverPluginV2 (5.64s)
14:36:42 [2021-06-10T14:36:42.879Z] PASS
14:36:42 [2021-06-10T14:36:42.879Z] 
14:36:42 [2021-06-10T14:36:42.879Z] === Skipped
14:36:42 [2021-06-10T14:36:42.879Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.08s)
14:36:42 [2021-06-10T14:36:42.879Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
14:36:42 [2021-06-10T14:36:42.879Z] 
14:36:42 [2021-06-10T14:36:42.879Z] 
14:36:42 [2021-06-10T14:36:42.879Z] DONE 2 tests, 1 skipped in 5.837s
14:36:42 [2021-06-10T14:36:42.879Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
14:36:42 [2021-06-10T14:36:42.879Z] INFO: Testing against a local daemon
14:36:42 [2021-06-10T14:36:42.879Z] === RUN   TestContinueAfterPluginCrash
14:36:42 [2021-06-10T14:36:42.879Z] === PAUSE TestContinueAfterPluginCrash
14:36:42 [2021-06-10T14:36:42.879Z] === RUN   TestReadPluginNoRead
14:36:42 [2021-06-10T14:36:42.879Z] === PAUSE TestReadPluginNoRead
14:36:42 [2021-06-10T14:36:42.879Z] === RUN   TestDaemonStartWithLogOpt
14:36:42 [2021-06-10T14:36:42.879Z] === PAUSE TestDaemonStartWithLogOpt
14:36:42 [2021-06-10T14:36:42.879Z] === CONT  TestContinueAfterPluginCrash
14:36:42 [2021-06-10T14:36:42.879Z] === CONT  TestDaemonStartWithLogOpt
14:36:46 [2021-06-10T14:36:46.084Z] --- PASS: TestContainerStartOnDaemonRestart (2.93s)
14:36:46 [2021-06-10T14:36:46.085Z] === CONT  TestIpcModeOlderClient
14:36:46 [2021-06-10T14:36:46.085Z] --- PASS: TestIpcModeOlderClient (0.11s)
14:36:46 [2021-06-10T14:36:46.085Z] === CONT  TestDaemonHostGatewayIP
14:36:46 [2021-06-10T14:36:46.476Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
14:36:47 [2021-06-10T14:36:47.514Z] tests/integration/api_network_test.py ............................       [ 47%]
14:36:49 [2021-06-10T14:36:49.361Z] --- PASS: TestDaemonHostGatewayIP (3.36s)
14:36:49 [2021-06-10T14:36:49.361Z] === CONT  TestRestartDaemonWithRestartingContainer
14:36:49 [2021-06-10T14:36:49.435Z] --- PASS: TestDaemonStartWithLogOpt (6.65s)
14:36:49 [2021-06-10T14:36:49.435Z] === CONT  TestReadPluginNoRead
14:36:50 [2021-06-10T14:36:50.753Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
14:36:51 [2021-06-10T14:36:51.259Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.32s)
14:36:51 [2021-06-10T14:36:51.259Z] === CONT  TestDaemonRestartIpcMode
14:36:52 [2021-06-10T14:36:52.713Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
14:36:52 [2021-06-10T14:36:52.713Z] --- PASS: TestContinueAfterPluginCrash (10.53s)
14:36:54 [2021-06-10T14:36:54.046Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
14:36:54 [2021-06-10T14:36:54.534Z] --- PASS: TestDaemonRestartIpcMode (3.02s)
14:36:54 [2021-06-10T14:36:54.664Z] tests/integration/api_plugin_test.py ...........                         [ 50%]
14:36:55 [2021-06-10T14:36:55.100Z] --- PASS: TestContainerKillOnDaemonStart (12.34s)
14:36:55 [2021-06-10T14:36:55.100Z] PASS
14:36:55 [2021-06-10T14:36:55.100Z] 
14:36:55 [2021-06-10T14:36:55.100Z] === Skipped
14:36:55 [2021-06-10T14:36:55.100Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
14:36:55 [2021-06-10T14:36:55.100Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
14:36:55 [2021-06-10T14:36:55.100Z] 
14:36:55 [2021-06-10T14:36:55.100Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
14:36:55 [2021-06-10T14:36:55.100Z]     kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
14:36:55 [2021-06-10T14:36:55.100Z] 
14:36:55 [2021-06-10T14:36:55.100Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
14:36:55 [2021-06-10T14:36:55.100Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
14:36:55 [2021-06-10T14:36:55.100Z] 
14:36:55 [2021-06-10T14:36:55.100Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s)
14:36:55 [2021-06-10T14:36:55.100Z]     run_cgroupns_linux_test.go:72: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
14:36:55 [2021-06-10T14:36:55.100Z] 
14:36:55 [2021-06-10T14:36:55.100Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
14:36:55 [2021-06-10T14:36:55.100Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
14:36:55 [2021-06-10T14:36:55.100Z] 
14:36:55 [2021-06-10T14:36:55.100Z] 
14:36:55 [2021-06-10T14:36:55.100Z] DONE 195 tests, 5 skipped in 147.909s
14:36:55 [2021-06-10T14:36:55.100Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
14:36:55 [2021-06-10T14:36:55.100Z] INFO: Testing against a local daemon
14:36:55 [2021-06-10T14:36:55.100Z] === RUN   TestCommitInheritsEnv
14:36:55 [2021-06-10T14:36:55.236Z] === RUN   TestReadPluginNoRead/default
14:36:55 [2021-06-10T14:36:55.357Z] --- PASS: TestCommitInheritsEnv (0.32s)
14:36:55 [2021-06-10T14:36:55.357Z] === RUN   TestImportExtremelyLargeImageWorks
14:36:55 [2021-06-10T14:36:55.357Z] === PAUSE TestImportExtremelyLargeImageWorks
14:36:55 [2021-06-10T14:36:55.357Z] === RUN   TestImagesFilterMultiReference
14:36:55 [2021-06-10T14:36:55.357Z] --- PASS: TestImagesFilterMultiReference (0.06s)
14:36:55 [2021-06-10T14:36:55.357Z] === RUN   TestImagePullPlatformInvalid
14:36:55 [2021-06-10T14:36:55.357Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
14:36:55 [2021-06-10T14:36:55.357Z] === RUN   TestRemoveImageOrphaning
14:36:55 [2021-06-10T14:36:55.615Z] --- PASS: TestRemoveImageOrphaning (0.28s)
14:36:55 [2021-06-10T14:36:55.615Z] === RUN   TestRemoveImageGarbageCollector
14:36:56 [2021-06-10T14:36:56.152Z] tests/integration/api_secret_test.py .....                               [ 51%]
14:36:56 [2021-06-10T14:36:56.583Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
14:36:56 [2021-06-10T14:36:56.583Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill
14:36:57 [2021-06-10T14:36:57.510Z] --- PASS: TestRemoveImageGarbageCollector (1.95s)
14:36:57 [2021-06-10T14:36:57.510Z] === RUN   TestTagUnprefixedRepoByNameOrName
14:36:57 [2021-06-10T14:36:57.761Z] === RUN   TestReadPluginNoRead/disabled_caching
14:36:57 [2021-06-10T14:36:57.767Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
14:36:57 [2021-06-10T14:36:57.767Z] === RUN   TestTagInvalidReference
14:36:57 [2021-06-10T14:36:57.767Z] --- PASS: TestTagInvalidReference (0.02s)
14:36:57 [2021-06-10T14:36:57.767Z] === RUN   TestTagValidPrefixedRepo
14:36:57 [2021-06-10T14:36:57.767Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
14:36:57 [2021-06-10T14:36:57.767Z] === RUN   TestTagExistedNameWithoutForce
14:36:57 [2021-06-10T14:36:57.767Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
14:36:57 [2021-06-10T14:36:57.767Z] === RUN   TestTagOfficialNames
14:36:57 [2021-06-10T14:36:57.767Z] --- PASS: TestTagOfficialNames (0.06s)
14:36:57 [2021-06-10T14:36:57.767Z] === RUN   TestTagMatchesDigest
14:36:57 [2021-06-10T14:36:57.767Z] --- PASS: TestTagMatchesDigest (0.01s)
14:36:57 [2021-06-10T14:36:57.767Z] === CONT  TestImportExtremelyLargeImageWorks
14:36:57 [2021-06-10T14:36:57.957Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
14:36:59 [2021-06-10T14:36:59.857Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
14:37:00 [2021-06-10T14:37:00.285Z] --- PASS: TestReadPluginNoRead (11.16s)
14:37:00 [2021-06-10T14:37:00.285Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.50s)
14:37:00 [2021-06-10T14:37:00.285Z]     --- PASS: TestReadPluginNoRead/default (2.52s)
14:37:00 [2021-06-10T14:37:00.285Z]     --- PASS: TestReadPluginNoRead/disabled_caching (2.52s)
14:37:00 [2021-06-10T14:37:00.285Z]     read_test.go:92: [d0a614d99bbff] daemon is not started
14:37:00 [2021-06-10T14:37:00.285Z] PASS
14:37:00 [2021-06-10T14:37:00.285Z] 
14:37:00 [2021-06-10T14:37:00.285Z] DONE 6 tests in 17.941s
14:37:00 [2021-06-10T14:37:00.286Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
14:37:00 [2021-06-10T14:37:00.286Z] testing: warning: no tests to run
14:37:00 [2021-06-10T14:37:00.286Z] PASS
14:37:00 [2021-06-10T14:37:00.286Z] 
14:37:00 [2021-06-10T14:37:00.286Z] DONE 0 tests in 0.050s
14:37:00 [2021-06-10T14:37:00.286Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
14:37:00 [2021-06-10T14:37:00.286Z] INFO: Testing against a local daemon
14:37:00 [2021-06-10T14:37:00.286Z] === RUN   TestPluginWithDevMounts
14:37:00 [2021-06-10T14:37:00.286Z] --- SKIP: TestPluginWithDevMounts (0.00s)
14:37:00 [2021-06-10T14:37:00.286Z]     mounts_test.go:21: (*Execution).IsRootless-fm
14:37:00 [2021-06-10T14:37:00.286Z] PASS
14:37:00 [2021-06-10T14:37:00.286Z] 
14:37:00 [2021-06-10T14:37:00.286Z] === Skipped
14:37:00 [2021-06-10T14:37:00.286Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s)
14:37:00 [2021-06-10T14:37:00.286Z]     mounts_test.go:21: (*Execution).IsRootless-fm
14:37:00 [2021-06-10T14:37:00.286Z] 
14:37:00 [2021-06-10T14:37:00.286Z] 
14:37:00 [2021-06-10T14:37:00.286Z] DONE 1 tests, 1 skipped in 0.133s
14:37:00 [2021-06-10T14:37:00.286Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
14:37:00 [2021-06-10T14:37:00.286Z] INFO: Testing against a local daemon
14:37:00 [2021-06-10T14:37:00.286Z] === RUN   TestSecretInspect
14:37:00 [2021-06-10T14:37:00.286Z] --- SKIP: TestSecretInspect (0.02s)
14:37:00 [2021-06-10T14:37:00.286Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-06-10T14:37:00.286Z] === RUN   TestSecretList
14:37:00 [2021-06-10T14:37:00.286Z] --- SKIP: TestSecretList (0.01s)
14:37:00 [2021-06-10T14:37:00.286Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-06-10T14:37:00.286Z] === RUN   TestSecretsCreateAndDelete
14:37:00 [2021-06-10T14:37:00.286Z] --- SKIP: TestSecretsCreateAndDelete (0.01s)
14:37:00 [2021-06-10T14:37:00.286Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-06-10T14:37:00.286Z] === RUN   TestSecretsUpdate
14:37:00 [2021-06-10T14:37:00.286Z] --- SKIP: TestSecretsUpdate (0.01s)
14:37:00 [2021-06-10T14:37:00.286Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-06-10T14:37:00.286Z] === RUN   TestTemplatedSecret
14:37:00 [2021-06-10T14:37:00.286Z] --- SKIP: TestTemplatedSecret (0.00s)
14:37:00 [2021-06-10T14:37:00.286Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-06-10T14:37:00.286Z] === RUN   TestSecretCreateResolve
14:37:00 [2021-06-10T14:37:00.286Z] --- SKIP: TestSecretCreateResolve (0.01s)
14:37:00 [2021-06-10T14:37:00.286Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-06-10T14:37:00.286Z] PASS
14:37:00 [2021-06-10T14:37:00.286Z] 
14:37:00 [2021-06-10T14:37:00.286Z] === Skipped
14:37:00 [2021-06-10T14:37:00.286Z] === SKIP: amd64.integration.secret TestSecretInspect (0.02s)
14:37:00 [2021-06-10T14:37:00.286Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-06-10T14:37:00.286Z] 
14:37:00 [2021-06-10T14:37:00.286Z] === SKIP: amd64.integration.secret TestSecretList (0.01s)
14:37:00 [2021-06-10T14:37:00.286Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-06-10T14:37:00.286Z] 
14:37:00 [2021-06-10T14:37:00.286Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s)
14:37:00 [2021-06-10T14:37:00.286Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-06-10T14:37:00.286Z] 
14:37:00 [2021-06-10T14:37:00.286Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s)
14:37:00 [2021-06-10T14:37:00.286Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-06-10T14:37:00.286Z] 
14:37:00 [2021-06-10T14:37:00.286Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s)
14:37:00 [2021-06-10T14:37:00.286Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-06-10T14:37:00.286Z] 
14:37:00 [2021-06-10T14:37:00.286Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s)
14:37:00 [2021-06-10T14:37:00.286Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-06-10T14:37:00.286Z] 
14:37:00 [2021-06-10T14:37:00.286Z] 
14:37:00 [2021-06-10T14:37:00.286Z] DONE 6 tests, 6 skipped in 0.186s
14:37:00 [2021-06-10T14:37:00.286Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
14:37:00 [2021-06-10T14:37:00.544Z] INFO: Testing against a local daemon
14:37:00 [2021-06-10T14:37:00.544Z] === RUN   TestServiceCreateInit
14:37:00 [2021-06-10T14:37:00.544Z] === RUN   TestServiceCreateInit/daemonInitDisabled
14:37:00 [2021-06-10T14:37:00.544Z] === RUN   TestServiceCreateInit/daemonInitEnabled
14:37:00 [2021-06-10T14:37:00.544Z] --- PASS: TestServiceCreateInit (0.02s)
14:37:00 [2021-06-10T14:37:00.544Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
14:37:00 [2021-06-10T14:37:00.544Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-06-10T14:37:00.544Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
14:37:00 [2021-06-10T14:37:00.544Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-06-10T14:37:00.544Z] === RUN   TestCreateServiceMultipleTimes
14:37:00 [2021-06-10T14:37:00.544Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s)
14:37:00 [2021-06-10T14:37:00.544Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-06-10T14:37:00.544Z] === RUN   TestCreateServiceConflict
14:37:00 [2021-06-10T14:37:00.544Z] --- SKIP: TestCreateServiceConflict (0.01s)
14:37:00 [2021-06-10T14:37:00.544Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-06-10T14:37:00.544Z] === RUN   TestCreateServiceMaxReplicas
14:37:00 [2021-06-10T14:37:00.544Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s)
14:37:00 [2021-06-10T14:37:00.544Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-06-10T14:37:00.544Z] === RUN   TestCreateWithDuplicateNetworkNames
14:37:00 [2021-06-10T14:37:00.544Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s)
14:37:00 [2021-06-10T14:37:00.544Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-06-10T14:37:00.544Z] === RUN   TestCreateServiceSecretFileMode
14:37:00 [2021-06-10T14:37:00.544Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s)
14:37:00 [2021-06-10T14:37:00.544Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-06-10T14:37:00.544Z] === RUN   TestCreateServiceConfigFileMode
14:37:00 [2021-06-10T14:37:00.544Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s)
14:37:00 [2021-06-10T14:37:00.544Z]     create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-06-10T14:37:00.544Z] === RUN   TestCreateServiceSysctls
14:37:00 [2021-06-10T14:37:00.544Z] --- SKIP: TestCreateServiceSysctls (0.03s)
14:37:00 [2021-06-10T14:37:00.544Z]     create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-06-10T14:37:00.544Z] === RUN   TestCreateServiceCapabilities
14:37:00 [2021-06-10T14:37:00.544Z] --- SKIP: TestCreateServiceCapabilities (0.02s)
14:37:00 [2021-06-10T14:37:00.544Z]     create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-06-10T14:37:00.544Z] === RUN   TestInspect
14:37:00 [2021-06-10T14:37:00.544Z] --- SKIP: TestInspect (0.01s)
14:37:00 [2021-06-10T14:37:00.544Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-06-10T14:37:00.544Z] === RUN   TestCreateJob
14:37:00 [2021-06-10T14:37:00.544Z] --- SKIP: TestCreateJob (0.01s)
14:37:00 [2021-06-10T14:37:00.544Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-06-10T14:37:00.544Z] === RUN   TestReplicatedJob
14:37:00 [2021-06-10T14:37:00.544Z] --- SKIP: TestReplicatedJob (0.01s)
14:37:00 [2021-06-10T14:37:00.544Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-06-10T14:37:00.544Z] === RUN   TestUpdateReplicatedJob
14:37:00 [2021-06-10T14:37:00.544Z] --- SKIP: TestUpdateReplicatedJob (0.01s)
14:37:00 [2021-06-10T14:37:00.544Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-06-10T14:37:00.544Z] === RUN   TestServiceListWithStatuses
14:37:00 [2021-06-10T14:37:00.544Z] --- SKIP: TestServiceListWithStatuses (0.00s)
14:37:00 [2021-06-10T14:37:00.544Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
14:37:00 [2021-06-10T14:37:00.544Z] === RUN   TestDockerNetworkConnectAlias
14:37:00 [2021-06-10T14:37:00.544Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s)
14:37:00 [2021-06-10T14:37:00.544Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-06-10T14:37:00.544Z] === RUN   TestDockerNetworkReConnect
14:37:00 [2021-06-10T14:37:00.802Z] --- SKIP: TestDockerNetworkReConnect (0.02s)
14:37:00 [2021-06-10T14:37:00.802Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-06-10T14:37:00.802Z] === RUN   TestServicePlugin
14:37:00 [2021-06-10T14:37:00.803Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash
14:37:01 [2021-06-10T14:37:01.062Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
14:37:02 [2021-06-10T14:37:02.097Z] tests/integration/api_service_test.py .................................. [ 60%]
14:37:02 [2021-06-10T14:37:02.440Z] === RUN   TestDockerSuite/TestAttachAfterDetach
14:37:02 [2021-06-10T14:37:02.440Z] --- PASS: TestBuildWithHugeFile (99.22s)
14:37:02 [2021-06-10T14:37:02.440Z] === RUN   TestBuildWithEmptyDockerfile
14:37:02 [2021-06-10T14:37:02.440Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
14:37:02 [2021-06-10T14:37:02.440Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
14:37:02 [2021-06-10T14:37:02.440Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
14:37:02 [2021-06-10T14:37:02.440Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
14:37:02 [2021-06-10T14:37:02.440Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
14:37:02 [2021-06-10T14:37:02.440Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
14:37:02 [2021-06-10T14:37:02.440Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
14:37:02 [2021-06-10T14:37:02.440Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
14:37:02 [2021-06-10T14:37:02.699Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
14:37:03 [2021-06-10T14:37:03.147Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s)
14:37:03 [2021-06-10T14:37:03.147Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.27s)
14:37:03 [2021-06-10T14:37:03.147Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.27s)
14:37:03 [2021-06-10T14:37:03.147Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.18s)
14:37:03 [2021-06-10T14:37:03.147Z] === RUN   TestBuildPreserveOwnership
14:37:03 [2021-06-10T14:37:03.147Z] === RUN   TestBuildPreserveOwnership/copy_from
14:37:03 [2021-06-10T14:37:03.719Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown
14:37:04 [2021-06-10T14:37:04.082Z] --- SKIP: TestServicePlugin (3.53s)
14:37:04 [2021-06-10T14:37:04.082Z]     plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:04 [2021-06-10T14:37:04.082Z] === RUN   TestServiceUpdateLabel
14:37:04 [2021-06-10T14:37:04.340Z] --- SKIP: TestServiceUpdateLabel (0.01s)
14:37:04 [2021-06-10T14:37:04.340Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:04 [2021-06-10T14:37:04.340Z] === RUN   TestServiceUpdateSecrets
14:37:04 [2021-06-10T14:37:04.340Z] --- SKIP: TestServiceUpdateSecrets (0.01s)
14:37:04 [2021-06-10T14:37:04.340Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:04 [2021-06-10T14:37:04.340Z] === RUN   TestServiceUpdateConfigs
14:37:04 [2021-06-10T14:37:04.340Z] --- SKIP: TestServiceUpdateConfigs (0.01s)
14:37:04 [2021-06-10T14:37:04.340Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:04 [2021-06-10T14:37:04.340Z] === RUN   TestServiceUpdateNetwork
14:37:04 [2021-06-10T14:37:04.340Z] --- SKIP: TestServiceUpdateNetwork (0.01s)
14:37:04 [2021-06-10T14:37:04.340Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:04 [2021-06-10T14:37:04.340Z] === RUN   TestServiceUpdatePidsLimit
14:37:04 [2021-06-10T14:37:04.340Z] --- SKIP: TestServiceUpdatePidsLimit (0.02s)
14:37:04 [2021-06-10T14:37:04.340Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:04 [2021-06-10T14:37:04.340Z] PASS
14:37:04 [2021-06-10T14:37:04.340Z] 
14:37:04 [2021-06-10T14:37:04.340Z] === Skipped
14:37:04 [2021-06-10T14:37:04.340Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s)
14:37:04 [2021-06-10T14:37:04.340Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
14:37:04 [2021-06-10T14:37:04.340Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:04 [2021-06-10T14:37:04.340Z] 
14:37:04 [2021-06-10T14:37:04.340Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s)
14:37:04 [2021-06-10T14:37:04.340Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
14:37:04 [2021-06-10T14:37:04.340Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:04 [2021-06-10T14:37:04.340Z] 
14:37:04 [2021-06-10T14:37:04.340Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s)
14:37:04 [2021-06-10T14:37:04.340Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:04 [2021-06-10T14:37:04.340Z] 
14:37:04 [2021-06-10T14:37:04.340Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s)
14:37:04 [2021-06-10T14:37:04.340Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:04 [2021-06-10T14:37:04.340Z] 
14:37:04 [2021-06-10T14:37:04.340Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s)
14:37:04 [2021-06-10T14:37:04.340Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:04 [2021-06-10T14:37:04.340Z] 
14:37:04 [2021-06-10T14:37:04.340Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s)
14:37:04 [2021-06-10T14:37:04.340Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:04 [2021-06-10T14:37:04.340Z] 
14:37:04 [2021-06-10T14:37:04.340Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s)
14:37:04 [2021-06-10T14:37:04.340Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:04 [2021-06-10T14:37:04.340Z] 
14:37:04 [2021-06-10T14:37:04.340Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s)
14:37:04 [2021-06-10T14:37:04.340Z]     create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:04 [2021-06-10T14:37:04.341Z] 
14:37:04 [2021-06-10T14:37:04.341Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.03s)
14:37:04 [2021-06-10T14:37:04.341Z]     create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:04 [2021-06-10T14:37:04.341Z] 
14:37:04 [2021-06-10T14:37:04.341Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s)
14:37:04 [2021-06-10T14:37:04.341Z]     create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:04 [2021-06-10T14:37:04.341Z] 
14:37:04 [2021-06-10T14:37:04.341Z] === SKIP: amd64.integration.service TestInspect (0.01s)
14:37:04 [2021-06-10T14:37:04.341Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:04 [2021-06-10T14:37:04.341Z] 
14:37:04 [2021-06-10T14:37:04.341Z] === SKIP: amd64.integration.service TestCreateJob (0.01s)
14:37:04 [2021-06-10T14:37:04.341Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:04 [2021-06-10T14:37:04.341Z] 
14:37:04 [2021-06-10T14:37:04.341Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s)
14:37:04 [2021-06-10T14:37:04.341Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:04 [2021-06-10T14:37:04.341Z] 
14:37:04 [2021-06-10T14:37:04.341Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s)
14:37:04 [2021-06-10T14:37:04.341Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:04 [2021-06-10T14:37:04.341Z] 
14:37:04 [2021-06-10T14:37:04.341Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
14:37:04 [2021-06-10T14:37:04.341Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
14:37:04 [2021-06-10T14:37:04.341Z] 
14:37:04 [2021-06-10T14:37:04.341Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s)
14:37:04 [2021-06-10T14:37:04.341Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:04 [2021-06-10T14:37:04.341Z] 
14:37:04 [2021-06-10T14:37:04.341Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.02s)
14:37:04 [2021-06-10T14:37:04.341Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:04 [2021-06-10T14:37:04.341Z] 
14:37:04 [2021-06-10T14:37:04.341Z] === SKIP: amd64.integration.service TestServicePlugin (3.53s)
14:37:04 [2021-06-10T14:37:04.341Z]     plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:04 [2021-06-10T14:37:04.341Z] 
14:37:04 [2021-06-10T14:37:04.341Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s)
14:37:04 [2021-06-10T14:37:04.341Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:04 [2021-06-10T14:37:04.341Z] 
14:37:04 [2021-06-10T14:37:04.341Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s)
14:37:04 [2021-06-10T14:37:04.341Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:04 [2021-06-10T14:37:04.341Z] 
14:37:04 [2021-06-10T14:37:04.341Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s)
14:37:04 [2021-06-10T14:37:04.341Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:04 [2021-06-10T14:37:04.341Z] 
14:37:04 [2021-06-10T14:37:04.341Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s)
14:37:04 [2021-06-10T14:37:04.341Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:04 [2021-06-10T14:37:04.341Z] 
14:37:04 [2021-06-10T14:37:04.341Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.02s)
14:37:04 [2021-06-10T14:37:04.341Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:04 [2021-06-10T14:37:04.341Z] 
14:37:04 [2021-06-10T14:37:04.341Z] 
14:37:04 [2021-06-10T14:37:04.341Z] DONE 24 tests, 23 skipped in 3.951s
14:37:04 [2021-06-10T14:37:04.341Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
14:37:04 [2021-06-10T14:37:04.341Z] INFO: Testing against a local daemon
14:37:04 [2021-06-10T14:37:04.341Z] === RUN   TestSessionCreate
14:37:04 [2021-06-10T14:37:04.341Z] --- PASS: TestSessionCreate (0.03s)
14:37:04 [2021-06-10T14:37:04.341Z] === RUN   TestSessionCreateWithBadUpgrade
14:37:04 [2021-06-10T14:37:04.598Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
14:37:04 [2021-06-10T14:37:04.598Z] PASS
14:37:04 [2021-06-10T14:37:04.598Z] 
14:37:04 [2021-06-10T14:37:04.598Z] DONE 2 tests in 0.180s
14:37:04 [2021-06-10T14:37:04.598Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
14:37:04 [2021-06-10T14:37:04.598Z] INFO: Testing against a local daemon
14:37:04 [2021-06-10T14:37:04.598Z] === RUN   TestCgroupDriverSystemdMemoryLimit
14:37:04 [2021-06-10T14:37:04.598Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
14:37:04 [2021-06-10T14:37:04.598Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
14:37:04 [2021-06-10T14:37:04.598Z] === RUN   TestEventsExecDie
14:37:05 [2021-06-10T14:37:05.095Z] === RUN   TestDockerSuite/TestAttachClosedOnContainerStop
14:37:05 [2021-06-10T14:37:05.531Z] --- PASS: TestEventsExecDie (0.97s)
14:37:05 [2021-06-10T14:37:05.531Z] === RUN   TestEventsBackwardsCompatible
14:37:05 [2021-06-10T14:37:05.531Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
14:37:05 [2021-06-10T14:37:05.531Z] === RUN   TestInfoBinaryCommits
14:37:05 [2021-06-10T14:37:05.531Z] --- PASS: TestInfoBinaryCommits (0.02s)
14:37:05 [2021-06-10T14:37:05.531Z] === RUN   TestInfoAPIVersioned
14:37:05 [2021-06-10T14:37:05.788Z] --- PASS: TestInfoAPIVersioned (0.01s)
14:37:05 [2021-06-10T14:37:05.789Z] === RUN   TestInfoDiscoveryBackend
14:37:06 [2021-06-10T14:37:06.030Z] === RUN   TestDockerDaemonSuite/TestDaemonAllocatesListeningPort
14:37:06 [2021-06-10T14:37:06.965Z] === RUN   TestDockerSuite/TestAttachDetach
14:37:07 [2021-06-10T14:37:07.160Z] --- PASS: TestInfoDiscoveryBackend (1.53s)
14:37:07 [2021-06-10T14:37:07.161Z] === RUN   TestInfoDiscoveryInvalidAdvertise
14:37:07 [2021-06-10T14:37:07.224Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
14:37:08 [2021-06-10T14:37:08.159Z] === RUN   TestDockerSuite/TestAttachDisconnect
14:37:09 [2021-06-10T14:37:09.097Z] --- PASS: TestBuildPreserveOwnership (6.06s)
14:37:09 [2021-06-10T14:37:09.097Z]     --- PASS: TestBuildPreserveOwnership/copy_from (4.17s)
14:37:09 [2021-06-10T14:37:09.097Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.88s)
14:37:09 [2021-06-10T14:37:09.097Z] === RUN   TestBuildPlatformInvalid
14:37:09 [2021-06-10T14:37:09.097Z] --- PASS: TestBuildPlatformInvalid (0.18s)
14:37:09 [2021-06-10T14:37:09.097Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
14:37:09 [2021-06-10T14:37:09.356Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
14:37:10 [2021-06-10T14:37:10.734Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeExternal
14:37:11 [2021-06-10T14:37:11.337Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.43s)
14:37:11 [2021-06-10T14:37:11.337Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
14:37:11 [2021-06-10T14:37:11.337Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s)
14:37:11 [2021-06-10T14:37:11.337Z]     info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network
14:37:11 [2021-06-10T14:37:11.337Z] === RUN   TestInfoAPI
14:37:11 [2021-06-10T14:37:11.337Z] --- PASS: TestInfoAPI (0.02s)
14:37:11 [2021-06-10T14:37:11.337Z] === RUN   TestInfoAPIWarnings
14:37:11 [2021-06-10T14:37:11.672Z] === RUN   TestDockerSuite/TestAttachPausedContainer
14:37:13 [2021-06-10T14:37:13.577Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
14:37:14 [2021-06-10T14:37:14.143Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork
14:37:14 [2021-06-10T14:37:14.711Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
14:37:15 [2021-06-10T14:37:15.157Z] .........................                                                [ 67%]
14:37:16 [2021-06-10T14:37:16.612Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
14:37:17 [2021-06-10T14:37:17.550Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr
14:37:20 [2021-06-10T14:37:20.081Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
14:37:21 [2021-06-10T14:37:21.461Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
14:37:22 [2021-06-10T14:37:22.397Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2
14:37:23 [2021-06-10T14:37:23.332Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
14:37:23 [2021-06-10T14:37:23.332Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
14:37:25 [2021-06-10T14:37:25.236Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
14:37:26 [2021-06-10T14:37:26.612Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
14:37:27 [2021-06-10T14:37:27.551Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeIP
14:37:29 [2021-06-10T14:37:29.398Z] --- PASS: TestInfoAPIWarnings (17.36s)
14:37:29 [2021-06-10T14:37:29.398Z] === RUN   TestInfoDebug
14:37:29 [2021-06-10T14:37:29.398Z] --- PASS: TestInfoDebug (1.52s)
14:37:29 [2021-06-10T14:37:29.398Z] === RUN   TestInfoInsecureRegistries
14:37:30 [2021-06-10T14:37:30.836Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeNone
14:37:31 [2021-06-10T14:37:31.294Z] --- PASS: TestInfoInsecureRegistries (1.52s)
14:37:31 [2021-06-10T14:37:31.294Z] === RUN   TestInfoRegistryMirrors
14:37:32 [2021-06-10T14:37:32.217Z] === RUN   TestDockerDaemonSuite/TestDaemonCgroupParent
14:37:32 [2021-06-10T14:37:32.665Z] --- PASS: TestInfoRegistryMirrors (1.52s)
14:37:32 [2021-06-10T14:37:32.665Z] === RUN   TestLoginFailsWithBadCredentials
14:37:32 [2021-06-10T14:37:32.665Z] --- PASS: TestLoginFailsWithBadCredentials (0.17s)
14:37:32 [2021-06-10T14:37:32.665Z] === RUN   TestPingCacheHeaders
14:37:32 [2021-06-10T14:37:32.665Z] --- PASS: TestPingCacheHeaders (0.02s)
14:37:32 [2021-06-10T14:37:32.665Z] === RUN   TestPingGet
14:37:32 [2021-06-10T14:37:32.665Z] --- PASS: TestPingGet (0.01s)
14:37:32 [2021-06-10T14:37:32.665Z] === RUN   TestPingHead
14:37:32 [2021-06-10T14:37:32.665Z] --- PASS: TestPingHead (0.02s)
14:37:32 [2021-06-10T14:37:32.665Z] === RUN   TestVersion
14:37:32 [2021-06-10T14:37:32.923Z] --- PASS: TestVersion (0.02s)
14:37:32 [2021-06-10T14:37:32.923Z] PASS
14:37:32 [2021-06-10T14:37:32.923Z] 
14:37:32 [2021-06-10T14:37:32.923Z] === Skipped
14:37:32 [2021-06-10T14:37:32.923Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
14:37:32 [2021-06-10T14:37:32.923Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
14:37:32 [2021-06-10T14:37:32.923Z] 
14:37:32 [2021-06-10T14:37:32.923Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s)
14:37:32 [2021-06-10T14:37:32.923Z]     info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network
14:37:32 [2021-06-10T14:37:32.923Z] 
14:37:32 [2021-06-10T14:37:32.923Z] 
14:37:32 [2021-06-10T14:37:32.923Z] DONE 18 tests, 2 skipped in 28.318s
14:37:32 [2021-06-10T14:37:32.923Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
14:37:32 [2021-06-10T14:37:32.923Z] INFO: Testing against a local daemon
14:37:32 [2021-06-10T14:37:32.923Z] === RUN   TestVolumesCreateAndList
14:37:32 [2021-06-10T14:37:32.923Z] --- PASS: TestVolumesCreateAndList (0.03s)
14:37:32 [2021-06-10T14:37:32.923Z] === RUN   TestVolumesRemove
14:37:32 [2021-06-10T14:37:32.923Z] --- PASS: TestVolumesRemove (0.06s)
14:37:32 [2021-06-10T14:37:32.923Z] === RUN   TestVolumesInspect
14:37:32 [2021-06-10T14:37:32.923Z] --- PASS: TestVolumesInspect (0.02s)
14:37:32 [2021-06-10T14:37:32.923Z] === RUN   TestVolumesInvalidJSON
14:37:33 [2021-06-10T14:37:33.180Z] === RUN   TestVolumesInvalidJSON//volumes/create
14:37:33 [2021-06-10T14:37:33.180Z] === PAUSE TestVolumesInvalidJSON//volumes/create
14:37:33 [2021-06-10T14:37:33.180Z] === CONT  TestVolumesInvalidJSON//volumes/create
14:37:33 [2021-06-10T14:37:33.180Z] --- PASS: TestVolumesInvalidJSON (0.02s)
14:37:33 [2021-06-10T14:37:33.180Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
14:37:33 [2021-06-10T14:37:33.180Z] PASS
14:37:33 [2021-06-10T14:37:33.180Z] 
14:37:33 [2021-06-10T14:37:33.180Z] DONE 5 tests in 0.244s
14:37:33 [2021-06-10T14:37:33.180Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
14:37:33 [2021-06-10T14:37:33.180Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12211 is not a child of this shell
14:37:33 [2021-06-10T14:37:33.180Z] warning: PID 12211 from bundles/test-integration/docker.pid had a nonzero exit code
14:37:33 [2021-06-10T14:37:33.180Z] Leaving: AppArmorNo profiles have been unloaded.
14:37:33 [2021-06-10T14:37:33.180Z] 
14:37:33 [2021-06-10T14:37:33.180Z] Unloading profiles will leave already running processes permanently
14:37:33 [2021-06-10T14:37:33.180Z] unconfined, which can lead to unexpected situations.
14:37:33 [2021-06-10T14:37:33.180Z] 
14:37:33 [2021-06-10T14:37:33.180Z] To set a process to complain mode, use the command line tool
14:37:33 [2021-06-10T14:37:33.180Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
14:37:33 [2021-06-10T14:37:33.180Z] Removing test suite binaries
14:37:33 [2021-06-10T14:37:33.180Z] exiting test-integration
14:37:33 [2021-06-10T14:37:33.180Z] ++ exit 0
14:37:34 [2021-06-10T14:37:34.111Z] 
14:37:35 [2021-06-10T14:37:35.507Z] === RUN   TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress
Post stage
[Pipeline] junit
14:37:36 [2021-06-10T14:37:36.027Z] Recording test results
14:37:36 [2021-06-10T14:37:36.077Z] === RUN   TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress
14:37:36 [2021-06-10T14:37:36.336Z] === RUN   TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode
14:37:37 [2021-06-10T14:37:37.410Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
14:37:37 [2021-06-10T14:37:37.757Z] + echo Ensuring container killed.
14:37:37 [2021-06-10T14:37:37.757Z] Ensuring container killed.
14:37:37 [2021-06-10T14:37:37.757Z] + docker rm -vf docker-pr2
14:37:37 [2021-06-10T14:37:37.757Z] Error: No such container: docker-pr2
[Pipeline] sh
14:37:38 [2021-06-10T14:37:38.045Z] + echo Chowning /workspace to jenkins user
14:37:38 [2021-06-10T14:37:38.045Z] Chowning /workspace to jenkins user
14:37:38 [2021-06-10T14:37:38.045Z] + id -u
14:37:38 [2021-06-10T14:37:38.045Z] + id -g
14:37:38 [2021-06-10T14:37:38.045Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42507:/workspace busybox chown -R 1000:1000 /workspace
14:37:38 [2021-06-10T14:37:38.045Z] Unable to find image 'busybox:latest' locally
14:37:38 [2021-06-10T14:37:38.045Z] latest: Pulling from library/busybox
14:37:38 [2021-06-10T14:37:38.303Z] b71f96345d44: Pulling fs layer
14:37:38 [2021-06-10T14:37:38.303Z] b71f96345d44: Download complete
14:37:38 [2021-06-10T14:37:38.303Z] b71f96345d44: Pull complete
14:37:38 [2021-06-10T14:37:38.303Z] Digest: sha256:930490f97e5b921535c153e0e7110d251134cc4b72bbb8133c6a5065cc68580d
14:37:38 [2021-06-10T14:37:38.560Z] Status: Downloaded newer image for busybox:latest
14:37:38 [2021-06-10T14:37:38.869Z] === RUN   TestDockerDaemonSuite/TestDaemonDebugLog
14:37:39 [2021-06-10T14:37:39.128Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
14:37:40 [2021-06-10T14:37:40.749Z] + bundleName=amd64-rootless
14:37:40 [2021-06-10T14:37:40.749Z] + echo Creating amd64-rootless-bundles.tar.gz
14:37:40 [2021-06-10T14:37:40.749Z] Creating amd64-rootless-bundles.tar.gz
14:37:40 [2021-06-10T14:37:40.749Z] + xargs tar -czf amd64-rootless-bundles.tar.gz
14:37:40 [2021-06-10T14:37:40.749Z] + 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
14:37:40 [2021-06-10T14:37:40.759Z] Archiving artifacts
14:37:42 [2021-06-10T14:37:42.414Z] Loaded image: buildpack-deps:buster
14:37:42 [2021-06-10T14:37:42.414Z] Loaded image: busybox:latest
14:37:42 [2021-06-10T14:37:42.414Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet
14:37:42 [2021-06-10T14:37:42.569Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42507/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
14:37:42 [2021-06-10T14:37:42.672Z] Loaded image: busybox:glibc
14:37:42 [2021-06-10T14:37:42.879Z] + make clean
14:37:43 [2021-06-10T14:37:43.137Z] docker volume rm -f docker-dev-cache
14:37:43 [2021-06-10T14:37:43.137Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
14:37:44 [2021-06-10T14:37:44.056Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit
14:37:47 [2021-06-10T14:37:47.347Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig
14:37:48 [2021-06-10T14:37:48.285Z] === RUN   TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload
14:37:48 [2021-06-10T14:37:48.285Z] Loaded image: debian:bullseye
14:37:48 [2021-06-10T14:37:48.543Z] Loaded image: hello-world:latest
14:37:48 [2021-06-10T14:37:48.543Z] Loaded image: arm32v7/hello-world:latest
14:37:48 [2021-06-10T14:37:48.840Z] === RUN   TestDockerDaemonSuite/TestDaemonEvents
14:37:53 [2021-06-10T14:37:53.059Z] === RUN   TestDockerDaemonSuite/TestDaemonEventsWithFilters
14:37:54 [2021-06-10T14:37:54.434Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
14:37:55 [2021-06-10T14:37:55.369Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
14:37:56 [2021-06-10T14:37:56.309Z] === RUN   TestDockerDaemonSuite/TestDaemonExitOnFailure
14:37:56 [2021-06-10T14:37:56.876Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagD
14:37:57 [2021-06-10T14:37:57.135Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
14:37:57 [2021-06-10T14:37:57.394Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
14:37:57 [2021-06-10T14:37:57.394Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebug
14:37:57 [2021-06-10T14:37:57.420Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
14:37:57 [2021-06-10T14:37:57.652Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (48.61s)
14:37:57 [2021-06-10T14:37:57.653Z] PASS
14:37:57 [2021-06-10T14:37:57.911Z] 
14:37:57 [2021-06-10T14:37:57.911Z] === Skipped
14:37:57 [2021-06-10T14:37:57.911Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
14:37:57 [2021-06-10T14:37:57.911Z]     build_session_test.go:25: TODO: BuildKit
14:37:57 [2021-06-10T14:37:57.911Z] 
14:37:57 [2021-06-10T14:37:57.911Z] 
14:37:57 [2021-06-10T14:37:57.911Z] DONE 33 tests, 1 skipped in 261.270s
14:37:57 [2021-06-10T14:37:57.911Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
14:37:57 [2021-06-10T14:37:57.912Z] ++ 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
14:37:57 [2021-06-10T14:37:57.912Z] ++ set -e
14:37:57 [2021-06-10T14:37:57.912Z] ++ '[' -n 0 ']'
14:37:57 [2021-06-10T14:37:57.912Z] ++ set -x
14:37:57 [2021-06-10T14:37:57.912Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m
14:37:57 [2021-06-10T14:37:57.912Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal
14:37:58 [2021-06-10T14:37:58.170Z] INFO: Testing against a local daemon
14:37:58 [2021-06-10T14:37:58.170Z] === RUN   TestConfigInspect
14:37:58 [2021-06-10T14:37:58.430Z] === RUN   TestDockerSuite/TestBuildAddChangeOwnership
14:37:58 [2021-06-10T14:37:58.430Z] === RUN   TestDockerDaemonSuite/TestDaemonICCLinkExpose
14:38:01 [2021-06-10T14:38:01.715Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
14:38:01 [2021-06-10T14:38:01.715Z] --- PASS: TestConfigInspect (3.44s)
14:38:01 [2021-06-10T14:38:01.715Z] === RUN   TestConfigList
14:38:02 [2021-06-10T14:38:02.656Z] === RUN   TestDockerDaemonSuite/TestDaemonICCPing
14:38:04 [2021-06-10T14:38:04.032Z] --- PASS: TestConfigList (2.57s)
14:38:04 [2021-06-10T14:38:04.032Z] === RUN   TestConfigsCreateAndDelete
14:38:04 [2021-06-10T14:38:04.032Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
14:38:05 [2021-06-10T14:38:05.406Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
14:38:07 [2021-06-10T14:38:07.309Z] --- PASS: TestConfigsCreateAndDelete (2.94s)
14:38:07 [2021-06-10T14:38:07.309Z] === RUN   TestConfigsUpdate
14:38:08 [2021-06-10T14:38:08.686Z] === RUN   TestDockerDaemonSuite/TestDaemonIP
14:38:10 [2021-06-10T14:38:10.591Z] --- PASS: TestConfigsUpdate (3.35s)
14:38:10 [2021-06-10T14:38:10.591Z] === RUN   TestTemplatedConfig
14:38:11 [2021-06-10T14:38:11.967Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6Enabled
14:38:12 [2021-06-10T14:38:12.227Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR
14:38:15 [2021-06-10T14:38:15.452Z] tests/integration/api_volume_test.py .........                           [ 74%]
14:38:15 [2021-06-10T14:38:15.452Z] tests/integration/client_test.py .....                                   [ 75%]
14:38:15 [2021-06-10T14:38:15.452Z] tests/integration/context_api_test.py ...                                [ 76%]
14:38:15 [2021-06-10T14:38:15.452Z] tests/integration/errors_test.py .                                       [ 76%]
14:38:15 [2021-06-10T14:38:15.513Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac
14:38:15 [2021-06-10T14:38:15.771Z] --- PASS: TestTemplatedConfig (5.40s)
14:38:15 [2021-06-10T14:38:15.771Z] === RUN   TestConfigCreateResolve
14:38:16 [2021-06-10T14:38:16.029Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
14:38:17 [2021-06-10T14:38:17.931Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6HostMode
14:38:19 [2021-06-10T14:38:19.307Z] --- PASS: TestConfigCreateResolve (3.38s)
14:38:19 [2021-06-10T14:38:19.307Z] === RUN   TestConfigDaemonLibtrustID
14:38:19 [2021-06-10T14:38:19.876Z] --- PASS: TestConfigDaemonLibtrustID (0.58s)
14:38:19 [2021-06-10T14:38:19.876Z] PASS
14:38:19 [2021-06-10T14:38:19.876Z] 
14:38:19 [2021-06-10T14:38:19.876Z] DONE 7 tests in 21.856s
14:38:19 [2021-06-10T14:38:19.876Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
14:38:19 [2021-06-10T14:38:19.876Z] ++ 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
14:38:19 [2021-06-10T14:38:19.876Z] ++ set -e
14:38:19 [2021-06-10T14:38:19.876Z] ++ '[' -n 0 ']'
14:38:19 [2021-06-10T14:38:19.876Z] ++ set -x
14:38:19 [2021-06-10T14:38:19.876Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m
14:38:20 [2021-06-10T14:38:20.135Z] INFO: Testing against a local daemon
14:38:20 [2021-06-10T14:38:20.135Z] === RUN   TestCheckpoint
14:38:20 [2021-06-10T14:38:20.135Z] --- SKIP: TestCheckpoint (0.00s)
14:38:20 [2021-06-10T14:38:20.135Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
14:38:20 [2021-06-10T14:38:20.135Z] === RUN   TestContainerInvalidJSON
14:38:20 [2021-06-10T14:38:20.135Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
14:38:20 [2021-06-10T14:38:20.135Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
14:38:20 [2021-06-10T14:38:20.135Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
14:38:20 [2021-06-10T14:38:20.135Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
14:38:20 [2021-06-10T14:38:20.135Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
14:38:20 [2021-06-10T14:38:20.135Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
14:38:20 [2021-06-10T14:38:20.135Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
14:38:20 [2021-06-10T14:38:20.135Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
14:38:20 [2021-06-10T14:38:20.135Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
14:38:20 [2021-06-10T14:38:20.135Z] --- PASS: TestContainerInvalidJSON (0.03s)
14:38:20 [2021-06-10T14:38:20.135Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
14:38:20 [2021-06-10T14:38:20.135Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s)
14:38:20 [2021-06-10T14:38:20.135Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s)
14:38:20 [2021-06-10T14:38:20.135Z] === RUN   TestCopyFromContainerPathDoesNotExist
14:38:20 [2021-06-10T14:38:20.135Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s)
14:38:20 [2021-06-10T14:38:20.135Z] === RUN   TestCopyFromContainerPathIsNotDir
14:38:20 [2021-06-10T14:38:20.135Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesClean
14:38:20 [2021-06-10T14:38:20.393Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.09s)
14:38:20 [2021-06-10T14:38:20.393Z] === RUN   TestCopyToContainerPathDoesNotExist
14:38:20 [2021-06-10T14:38:20.393Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.11s)
14:38:20 [2021-06-10T14:38:20.393Z] === RUN   TestCopyToContainerPathIsNotDir
14:38:20 [2021-06-10T14:38:20.393Z] --- PASS: TestCopyToContainerPathIsNotDir (0.08s)
14:38:20 [2021-06-10T14:38:20.393Z] === RUN   TestCopyFromContainer
14:38:21 [2021-06-10T14:38:21.771Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
14:38:21 [2021-06-10T14:38:21.771Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
14:38:22 [2021-06-10T14:38:22.708Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesCreate
14:38:22 [2021-06-10T14:38:22.966Z] === RUN   TestCopyFromContainer//
14:38:22 [2021-06-10T14:38:22.966Z] === RUN   TestCopyFromContainer//bar/root
14:38:23 [2021-06-10T14:38:23.224Z] === RUN   TestCopyFromContainer//bar/root/
14:38:23 [2021-06-10T14:38:23.224Z] === RUN   TestCopyFromContainer/bar/quux
14:38:23 [2021-06-10T14:38:23.483Z] === RUN   TestCopyFromContainer/bar/quux/
14:38:23 [2021-06-10T14:38:23.483Z] === RUN   TestCopyFromContainer/bar/quux/baz
14:38:23 [2021-06-10T14:38:23.742Z] === RUN   TestCopyFromContainer/bar/filesymlink
14:38:24 [2021-06-10T14:38:24.000Z] === RUN   TestCopyFromContainer/bar/dirsymlink
14:38:24 [2021-06-10T14:38:24.000Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
14:38:24 [2021-06-10T14:38:24.260Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
14:38:24 [2021-06-10T14:38:24.260Z] === RUN   TestCopyFromContainer/bar/notarget
14:38:24 [2021-06-10T14:38:24.518Z] --- PASS: TestCopyFromContainer (4.00s)
14:38:24 [2021-06-10T14:38:24.518Z]     --- PASS: TestCopyFromContainer// (0.17s)
14:38:24 [2021-06-10T14:38:24.518Z]     --- PASS: TestCopyFromContainer//bar/root (0.13s)
14:38:24 [2021-06-10T14:38:24.518Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.12s)
14:38:24 [2021-06-10T14:38:24.518Z]     --- PASS: TestCopyFromContainer/bar/quux (0.16s)
14:38:24 [2021-06-10T14:38:24.518Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.15s)
14:38:24 [2021-06-10T14:38:24.518Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.20s)
14:38:24 [2021-06-10T14:38:24.518Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s)
14:38:24 [2021-06-10T14:38:24.518Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.16s)
14:38:24 [2021-06-10T14:38:24.518Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.20s)
14:38:24 [2021-06-10T14:38:24.518Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.11s)
14:38:24 [2021-06-10T14:38:24.518Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
14:38:24 [2021-06-10T14:38:24.518Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
14:38:24 [2021-06-10T14:38:24.518Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
14:38:24 [2021-06-10T14:38:24.518Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
14:38:24 [2021-06-10T14:38:24.518Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
14:38:24 [2021-06-10T14:38:24.518Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
14:38:24 [2021-06-10T14:38:24.518Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
14:38:24 [2021-06-10T14:38:24.518Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
14:38:24 [2021-06-10T14:38:24.518Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
14:38:24 [2021-06-10T14:38:24.518Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
14:38:24 [2021-06-10T14:38:24.518Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.05s)
14:38:24 [2021-06-10T14:38:24.518Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
14:38:24 [2021-06-10T14:38:24.518Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
14:38:24 [2021-06-10T14:38:24.518Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s)
14:38:24 [2021-06-10T14:38:24.518Z] === RUN   TestCreateLinkToNonExistingContainer
14:38:24 [2021-06-10T14:38:24.518Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s)
14:38:24 [2021-06-10T14:38:24.518Z] === RUN   TestCreateWithInvalidEnv
14:38:24 [2021-06-10T14:38:24.518Z] === RUN   TestCreateWithInvalidEnv/0
14:38:24 [2021-06-10T14:38:24.518Z] === PAUSE TestCreateWithInvalidEnv/0
14:38:24 [2021-06-10T14:38:24.518Z] === RUN   TestCreateWithInvalidEnv/1
14:38:24 [2021-06-10T14:38:24.518Z] === PAUSE TestCreateWithInvalidEnv/1
14:38:24 [2021-06-10T14:38:24.518Z] === RUN   TestCreateWithInvalidEnv/2
14:38:24 [2021-06-10T14:38:24.518Z] === PAUSE TestCreateWithInvalidEnv/2
14:38:24 [2021-06-10T14:38:24.518Z] === CONT  TestCreateWithInvalidEnv/0
14:38:24 [2021-06-10T14:38:24.518Z] === CONT  TestCreateWithInvalidEnv/2
14:38:24 [2021-06-10T14:38:24.518Z] === CONT  TestCreateWithInvalidEnv/1
14:38:24 [2021-06-10T14:38:24.518Z] --- PASS: TestCreateWithInvalidEnv (0.03s)
14:38:24 [2021-06-10T14:38:24.518Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
14:38:24 [2021-06-10T14:38:24.518Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
14:38:24 [2021-06-10T14:38:24.518Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.01s)
14:38:24 [2021-06-10T14:38:24.518Z] === RUN   TestCreateTmpfsMountsTarget
14:38:24 [2021-06-10T14:38:24.518Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
14:38:24 [2021-06-10T14:38:24.518Z] === RUN   TestCreateWithCustomMaskedPaths
14:38:27 [2021-06-10T14:38:27.050Z] === RUN   TestDockerDaemonSuite/TestDaemonKeyGeneration
14:38:27 [2021-06-10T14:38:27.616Z] === RUN   TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins
14:38:28 [2021-06-10T14:38:28.184Z] --- PASS: TestCreateWithCustomMaskedPaths (3.45s)
14:38:28 [2021-06-10T14:38:28.184Z] === RUN   TestCreateWithCustomReadonlyPaths
14:38:29 [2021-06-10T14:38:29.561Z] === RUN   TestDockerSuite/TestBuildAddNonTar
14:38:31 [2021-06-10T14:38:31.465Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
14:38:31 [2021-06-10T14:38:31.465Z] === RUN   TestDockerDaemonSuite/TestDaemonKillWithPlugins
14:38:31 [2021-06-10T14:38:31.465Z] --- PASS: TestCreateWithCustomReadonlyPaths (3.23s)
14:38:31 [2021-06-10T14:38:31.465Z] === RUN   TestCreateWithInvalidHealthcheckParams
14:38:31 [2021-06-10T14:38:31.465Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
14:38:31 [2021-06-10T14:38:31.465Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
14:38:31 [2021-06-10T14:38:31.465Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
14:38:31 [2021-06-10T14:38:31.465Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
14:38:31 [2021-06-10T14:38:31.465Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
14:38:31 [2021-06-10T14:38:31.465Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
14:38:31 [2021-06-10T14:38:31.465Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
14:38:31 [2021-06-10T14:38:31.465Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
14:38:31 [2021-06-10T14:38:31.465Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
14:38:31 [2021-06-10T14:38:31.465Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
14:38:31 [2021-06-10T14:38:31.465Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
14:38:31 [2021-06-10T14:38:31.465Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
14:38:31 [2021-06-10T14:38:31.465Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
14:38:31 [2021-06-10T14:38:31.465Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
14:38:31 [2021-06-10T14:38:31.465Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
14:38:31 [2021-06-10T14:38:31.465Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.05s)
14:38:31 [2021-06-10T14:38:31.465Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s)
14:38:31 [2021-06-10T14:38:31.465Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s)
14:38:31 [2021-06-10T14:38:31.465Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
14:38:31 [2021-06-10T14:38:31.465Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
14:38:31 [2021-06-10T14:38:31.465Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
14:38:31 [2021-06-10T14:38:31.465Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
14:38:32 [2021-06-10T14:38:32.403Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
14:38:32 [2021-06-10T14:38:32.403Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (1.11s)
14:38:32 [2021-06-10T14:38:32.403Z] === RUN   TestCreateDifferentPlatform
14:38:32 [2021-06-10T14:38:32.662Z] === RUN   TestCreateDifferentPlatform/different_os
14:38:32 [2021-06-10T14:38:32.662Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
14:38:32 [2021-06-10T14:38:32.662Z] --- PASS: TestCreateDifferentPlatform (0.03s)
14:38:32 [2021-06-10T14:38:32.662Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.01s)
14:38:32 [2021-06-10T14:38:32.662Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
14:38:32 [2021-06-10T14:38:32.662Z] === RUN   TestCreateVolumesFromNonExistingContainer
14:38:32 [2021-06-10T14:38:32.662Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s)
14:38:32 [2021-06-10T14:38:32.662Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
14:38:32 [2021-06-10T14:38:32.662Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s)
14:38:32 [2021-06-10T14:38:32.662Z] === RUN   TestContainerStartOnDaemonRestart
14:38:32 [2021-06-10T14:38:32.662Z] === PAUSE TestContainerStartOnDaemonRestart
14:38:32 [2021-06-10T14:38:32.662Z] === RUN   TestDaemonRestartIpcMode
14:38:32 [2021-06-10T14:38:32.662Z] === PAUSE TestDaemonRestartIpcMode
14:38:32 [2021-06-10T14:38:32.662Z] === RUN   TestDaemonHostGatewayIP
14:38:32 [2021-06-10T14:38:32.662Z] === PAUSE TestDaemonHostGatewayIP
14:38:32 [2021-06-10T14:38:32.662Z] === RUN   TestRestartDaemonWithRestartingContainer
14:38:32 [2021-06-10T14:38:32.662Z] === PAUSE TestRestartDaemonWithRestartingContainer
14:38:32 [2021-06-10T14:38:32.662Z] === RUN   TestContainerKillOnDaemonStart
14:38:32 [2021-06-10T14:38:32.662Z] === PAUSE TestContainerKillOnDaemonStart
14:38:32 [2021-06-10T14:38:32.662Z] === RUN   TestDiff
14:38:34 [2021-06-10T14:38:34.039Z] --- PASS: TestDiff (1.19s)
14:38:34 [2021-06-10T14:38:34.039Z] === RUN   TestExecWithCloseStdin
14:38:34 [2021-06-10T14:38:34.977Z] === RUN   TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink
14:38:35 [2021-06-10T14:38:35.914Z] --- PASS: TestExecWithCloseStdin (1.90s)
14:38:35 [2021-06-10T14:38:35.914Z] === RUN   TestExec
14:38:37 [2021-06-10T14:38:37.291Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
14:38:37 [2021-06-10T14:38:37.859Z] --- PASS: TestExec (1.94s)
14:38:37 [2021-06-10T14:38:37.859Z] === RUN   TestExecUser
14:38:39 [2021-06-10T14:38:39.236Z] --- PASS: TestExecUser (1.41s)
14:38:39 [2021-06-10T14:38:39.236Z] === RUN   TestExportContainerAndImportImage
14:38:39 [2021-06-10T14:38:39.236Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelDebug
14:38:39 [2021-06-10T14:38:39.804Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelFatal
14:38:40 [2021-06-10T14:38:40.372Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
14:38:40 [2021-06-10T14:38:40.372Z] --- PASS: TestExportContainerAndImportImage (1.18s)
14:38:40 [2021-06-10T14:38:40.372Z] === RUN   TestExportContainerAfterDaemonRestart
14:38:40 [2021-06-10T14:38:40.372Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelWrong
14:38:40 [2021-06-10T14:38:40.940Z] === RUN   TestDockerDaemonSuite/TestDaemonLogOptions
14:38:41 [2021-06-10T14:38:41.507Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
14:38:41 [2021-06-10T14:38:41.963Z] tests/integration/models_containers_test.py ............................ [ 83%]
14:38:42 [2021-06-10T14:38:42.074Z] --- PASS: TestExportContainerAfterDaemonRestart (1.63s)
14:38:42 [2021-06-10T14:38:42.074Z] === RUN   TestHealthCheckWorkdir
14:38:43 [2021-06-10T14:38:43.449Z] === RUN   TestDockerSuite/TestBuildAddScript
14:38:43 [2021-06-10T14:38:43.449Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefault
14:38:44 [2021-06-10T14:38:44.884Z] --- PASS: TestHealthCheckWorkdir (2.77s)
14:38:44 [2021-06-10T14:38:44.884Z] === RUN   TestHealthKillContainer
14:38:46 [2021-06-10T14:38:46.262Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride
14:38:47 [2021-06-10T14:38:47.640Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
14:38:48 [2021-06-10T14:38:48.208Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNone
14:38:48 [2021-06-10T14:38:48.780Z] --- PASS: TestHealthKillContainer (4.17s)
14:38:48 [2021-06-10T14:38:48.780Z] === RUN   TestInspectCpusetInConfigPre120
14:38:49 [2021-06-10T14:38:49.300Z] --- PASS: TestImportExtremelyLargeImageWorks (103.43s)
14:38:49 [2021-06-10T14:38:49.300Z] PASS
14:38:49 [2021-06-10T14:38:49.300Z] 
14:38:49 [2021-06-10T14:38:49.300Z] DONE 12 tests in 106.281s
14:38:49 [2021-06-10T14:38:49.300Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
14:38:49 [2021-06-10T14:38:49.300Z] INFO: Testing against a local daemon
14:38:49 [2021-06-10T14:38:49.300Z] === RUN   TestNetworkCreateDelete
14:38:49 [2021-06-10T14:38:49.300Z] --- PASS: TestNetworkCreateDelete (0.14s)
14:38:49 [2021-06-10T14:38:49.300Z] === RUN   TestDockerNetworkDeletePreferID
14:38:49 [2021-06-10T14:38:49.300Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s)
14:38:49 [2021-06-10T14:38:49.300Z] === RUN   TestDaemonDNSFallback
14:38:49 [2021-06-10T14:38:49.300Z] --- PASS: TestDaemonDNSFallback (6.67s)
14:38:49 [2021-06-10T14:38:49.300Z] === RUN   TestInspectNetwork
14:38:50 [2021-06-10T14:38:50.686Z] --- PASS: TestInspectCpusetInConfigPre120 (1.43s)
14:38:50 [2021-06-10T14:38:50.686Z] === RUN   TestIpcModeNone
14:38:50 [2021-06-10T14:38:50.686Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError
14:38:52 [2021-06-10T14:38:52.063Z] --- PASS: TestIpcModeNone (1.87s)
14:38:52 [2021-06-10T14:38:52.063Z] === RUN   TestIpcModePrivate
14:38:52 [2021-06-10T14:38:52.576Z] === RUN   TestInspectNetwork/full_network_id
14:38:52 [2021-06-10T14:38:52.576Z] === RUN   TestInspectNetwork/partial_network_id
14:38:52 [2021-06-10T14:38:52.576Z] === RUN   TestInspectNetwork/network_name
14:38:52 [2021-06-10T14:38:52.576Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
14:38:53 [2021-06-10T14:38:53.000Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride
14:38:54 [2021-06-10T14:38:54.384Z] --- PASS: TestIpcModePrivate (1.94s)
14:38:54 [2021-06-10T14:38:54.384Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:108, shared: false, mustBeShared: false
14:38:54 [2021-06-10T14:38:54.384Z] === RUN   TestIpcModeShareable
14:38:55 [2021-06-10T14:38:55.760Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild
14:38:56 [2021-06-10T14:38:56.021Z] --- PASS: TestIpcModeShareable (1.89s)
14:38:56 [2021-06-10T14:38:56.021Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:82, shared: true, mustBeShared: true
14:38:56 [2021-06-10T14:38:56.021Z] === RUN   TestAPIIpcModeShareableAndContainer
14:38:56 [2021-06-10T14:38:56.791Z] --- PASS: TestInspectNetwork (8.07s)
14:38:56 [2021-06-10T14:38:56.791Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
14:38:56 [2021-06-10T14:38:56.791Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
14:38:56 [2021-06-10T14:38:56.791Z]     --- PASS: TestInspectNetwork/network_name (0.01s)
14:38:56 [2021-06-10T14:38:56.791Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
14:38:56 [2021-06-10T14:38:56.791Z] === RUN   TestRunContainerWithBridgeNone
14:38:58 [2021-06-10T14:38:58.550Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrency
14:38:58 [2021-06-10T14:38:58.809Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile
14:38:59 [2021-06-10T14:38:59.067Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
14:39:00 [2021-06-10T14:39:00.067Z] --- PASS: TestRunContainerWithBridgeNone (3.14s)
14:39:00 [2021-06-10T14:39:00.067Z] === RUN   TestNetworkInvalidJSON
14:39:00 [2021-06-10T14:39:00.067Z] === RUN   TestNetworkInvalidJSON//networks/create
14:39:00 [2021-06-10T14:39:00.067Z] === PAUSE TestNetworkInvalidJSON//networks/create
14:39:00 [2021-06-10T14:39:00.067Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
14:39:00 [2021-06-10T14:39:00.067Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
14:39:00 [2021-06-10T14:39:00.067Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
14:39:00 [2021-06-10T14:39:00.067Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
14:39:00 [2021-06-10T14:39:00.067Z] === CONT  TestNetworkInvalidJSON//networks/create
14:39:00 [2021-06-10T14:39:00.067Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
14:39:00 [2021-06-10T14:39:00.067Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
14:39:00 [2021-06-10T14:39:00.067Z] --- PASS: TestNetworkInvalidJSON (0.02s)
14:39:00 [2021-06-10T14:39:00.067Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
14:39:00 [2021-06-10T14:39:00.067Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
14:39:00 [2021-06-10T14:39:00.067Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
14:39:00 [2021-06-10T14:39:00.067Z] === RUN   TestNetworkList
14:39:00 [2021-06-10T14:39:00.067Z] === RUN   TestNetworkList//networks
14:39:00 [2021-06-10T14:39:00.067Z] === PAUSE TestNetworkList//networks
14:39:00 [2021-06-10T14:39:00.067Z] === RUN   TestNetworkList//networks/
14:39:00 [2021-06-10T14:39:00.067Z] === PAUSE TestNetworkList//networks/
14:39:00 [2021-06-10T14:39:00.067Z] === CONT  TestNetworkList//networks
14:39:00 [2021-06-10T14:39:00.067Z] === CONT  TestNetworkList//networks/
14:39:00 [2021-06-10T14:39:00.067Z] --- PASS: TestNetworkList (0.01s)
14:39:00 [2021-06-10T14:39:00.067Z]     --- PASS: TestNetworkList//networks/ (0.00s)
14:39:00 [2021-06-10T14:39:00.067Z]     --- PASS: TestNetworkList//networks (0.00s)
14:39:00 [2021-06-10T14:39:00.067Z] === RUN   TestHostIPv4BridgeLabel
14:39:00 [2021-06-10T14:39:00.324Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
14:39:00 [2021-06-10T14:39:00.324Z] === RUN   TestDaemonRestartWithLiveRestore
14:39:00 [2021-06-10T14:39:00.975Z] --- PASS: TestAPIIpcModeShareableAndContainer (4.79s)
14:39:00 [2021-06-10T14:39:00.975Z] === RUN   TestAPIIpcModeHost
14:39:01 [2021-06-10T14:39:01.038Z] .........                                                                [ 86%]
14:39:01 [2021-06-10T14:39:01.255Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s)
14:39:01 [2021-06-10T14:39:01.255Z] === RUN   TestDaemonDefaultNetworkPools
14:39:02 [2021-06-10T14:39:02.185Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s)
14:39:02 [2021-06-10T14:39:02.185Z] === RUN   TestDaemonRestartWithExistingNetwork
14:39:02 [2021-06-10T14:39:02.357Z] --- PASS: TestAPIIpcModeHost (1.60s)
14:39:02 [2021-06-10T14:39:02.357Z] === RUN   TestDaemonIpcModeShareable
14:39:02 [2021-06-10T14:39:02.357Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload
14:39:03 [2021-06-10T14:39:03.118Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s)
14:39:03 [2021-06-10T14:39:03.118Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
14:39:04 [2021-06-10T14:39:04.488Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s)
14:39:04 [2021-06-10T14:39:04.488Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
14:39:04 [2021-06-10T14:39:04.887Z] --- PASS: TestDaemonIpcModeShareable (2.19s)
14:39:04 [2021-06-10T14:39:04.887Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:93, shared: true, mustBeShared: true
14:39:04 [2021-06-10T14:39:04.887Z] === RUN   TestDaemonIpcModePrivate
14:39:05 [2021-06-10T14:39:05.051Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s)
14:39:05 [2021-06-10T14:39:05.051Z] === RUN   TestServiceWithPredefinedNetwork
14:39:05 [2021-06-10T14:39:05.145Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
14:39:06 [2021-06-10T14:39:06.527Z] tests/integration/models_images_test.py ...............                  [ 89%]
14:39:07 [2021-06-10T14:39:07.051Z] --- PASS: TestDaemonIpcModePrivate (2.25s)
14:39:07 [2021-06-10T14:39:07.051Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:94, shared: false, mustBeShared: false
14:39:07 [2021-06-10T14:39:07.051Z] === RUN   TestDaemonIpcModePrivateFromConfig
14:39:07 [2021-06-10T14:39:07.575Z] --- PASS: TestServiceWithPredefinedNetwork (2.73s)
14:39:07 [2021-06-10T14:39:07.575Z] === RUN   TestServiceRemoveKeepsIngressNetwork
14:39:07 [2021-06-10T14:39:07.575Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
14:39:07 [2021-06-10T14:39:07.575Z]     service_test.go:242: FLAKY_TEST
14:39:07 [2021-06-10T14:39:07.575Z] === RUN   TestServiceWithDataPathPortInit
14:39:08 [2021-06-10T14:39:08.402Z] tests/integration/models_networks_test.py ....                           [ 90%]
14:39:08 [2021-06-10T14:39:08.955Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
14:39:08 [2021-06-10T14:39:08.955Z] === RUN   TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError
14:39:08 [2021-06-10T14:39:08.955Z] === RUN   TestDockerSuite/TestBuildAddTar
14:39:08 [2021-06-10T14:39:08.955Z] --- PASS: TestDaemonIpcModePrivateFromConfig (2.22s)
14:39:08 [2021-06-10T14:39:08.955Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:103, shared: false, mustBeShared: false
14:39:08 [2021-06-10T14:39:08.955Z] === RUN   TestDaemonIpcModeShareableFromConfig
14:39:12 [2021-06-10T14:39:12.242Z] --- PASS: TestDaemonIpcModeShareableFromConfig (2.91s)
14:39:12 [2021-06-10T14:39:12.242Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:86, shared: true, mustBeShared: true
14:39:12 [2021-06-10T14:39:12.242Z] === RUN   TestIpcModeOlderClient
14:39:12 [2021-06-10T14:39:12.242Z] === PAUSE TestIpcModeOlderClient
14:39:12 [2021-06-10T14:39:12.242Z] === RUN   TestKillContainerInvalidSignal
14:39:13 [2021-06-10T14:39:13.180Z] --- PASS: TestKillContainerInvalidSignal (1.30s)
14:39:13 [2021-06-10T14:39:13.180Z] === RUN   TestKillContainer
14:39:13 [2021-06-10T14:39:13.180Z] === RUN   TestKillContainer/no_signal
14:39:14 [2021-06-10T14:39:14.558Z] === RUN   TestKillContainer/non_killing_signal
14:39:14 [2021-06-10T14:39:14.945Z] tests/integration/models_nodes_test.py .                                 [ 91%]
14:39:15 [2021-06-10T14:39:15.201Z] tests/integration/models_resources_test.py .                             [ 91%]
14:39:15 [2021-06-10T14:39:15.934Z] === RUN   TestKillContainer/killing_signal
14:39:17 [2021-06-10T14:39:17.316Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartCleanupNetns
14:39:17 [2021-06-10T14:39:17.575Z] --- PASS: TestKillContainer (4.18s)
14:39:17 [2021-06-10T14:39:17.575Z]     --- PASS: TestKillContainer/no_signal (1.33s)
14:39:17 [2021-06-10T14:39:17.575Z]     --- PASS: TestKillContainer/non_killing_signal (1.20s)
14:39:17 [2021-06-10T14:39:17.575Z]     --- PASS: TestKillContainer/killing_signal (1.40s)
14:39:17 [2021-06-10T14:39:17.575Z] === RUN   TestKillWithStopSignalAndRestartPolicies
14:39:17 [2021-06-10T14:39:17.575Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
14:39:18 [2021-06-10T14:39:18.513Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
14:39:19 [2021-06-10T14:39:19.891Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (2.50s)
14:39:19 [2021-06-10T14:39:19.891Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (1.15s)
14:39:19 [2021-06-10T14:39:19.891Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (1.10s)
14:39:19 [2021-06-10T14:39:19.891Z] === RUN   TestKillStoppedContainer
14:39:20 [2021-06-10T14:39:20.150Z] --- PASS: TestKillStoppedContainer (0.07s)
14:39:20 [2021-06-10T14:39:20.150Z] === RUN   TestKillStoppedContainerAPIPre120
14:39:20 [2021-06-10T14:39:20.150Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s)
14:39:20 [2021-06-10T14:39:20.150Z] === RUN   TestKillDifferentUserContainer
14:39:20 [2021-06-10T14:39:20.150Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart
14:39:21 [2021-06-10T14:39:21.088Z] === RUN   TestDockerSuite/TestBuildAddTarXz
14:39:21 [2021-06-10T14:39:21.252Z] tests/integration/models_services_test.py ..............X.               [ 95%]
14:39:21 [2021-06-10T14:39:21.346Z] --- PASS: TestKillDifferentUserContainer (1.23s)
14:39:21 [2021-06-10T14:39:21.346Z] === RUN   TestInspectOomKilledTrue
14:39:21 [2021-06-10T14:39:21.346Z] --- SKIP: TestInspectOomKilledTrue (0.01s)
14:39:21 [2021-06-10T14:39:21.346Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
14:39:21 [2021-06-10T14:39:21.346Z] === RUN   TestInspectOomKilledFalse
14:39:21 [2021-06-10T14:39:21.346Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
14:39:21 [2021-06-10T14:39:21.346Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
14:39:21 [2021-06-10T14:39:21.346Z] === RUN   TestLinksEtcHostsContentMatch
14:39:23 [2021-06-10T14:39:23.325Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
14:39:23 [2021-06-10T14:39:23.325Z] --- PASS: TestLinksEtcHostsContentMatch (2.02s)
14:39:23 [2021-06-10T14:39:23.325Z] === RUN   TestLinksContainerNames
14:39:24 [2021-06-10T14:39:24.146Z] tests/integration/models_swarm_test.py ..                                [ 96%]
14:39:24 [2021-06-10T14:39:24.401Z] tests/integration/models_volumes_test.py ..                              [ 96%]
14:39:25 [2021-06-10T14:39:25.640Z] --- PASS: TestServiceWithDataPathPortInit (15.09s)
14:39:25 [2021-06-10T14:39:25.640Z] === RUN   TestServiceWithDefaultAddressPoolInit
14:39:25 [2021-06-10T14:39:25.858Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
14:39:26 [2021-06-10T14:39:26.425Z] --- PASS: TestLinksContainerNames (2.87s)
14:39:26 [2021-06-10T14:39:26.425Z] === RUN   TestLogsFollowTailEmpty
14:39:27 [2021-06-10T14:39:27.799Z] --- PASS: TestLogsFollowTailEmpty (1.51s)
14:39:27 [2021-06-10T14:39:27.799Z] === RUN   TestContainerNetworkMountsNoChown
14:39:29 [2021-06-10T14:39:29.173Z] --- PASS: TestContainerNetworkMountsNoChown (1.46s)
14:39:29 [2021-06-10T14:39:29.174Z] === RUN   TestMountDaemonRoot
14:39:29 [2021-06-10T14:39:29.174Z] === RUN   TestMountDaemonRoot/default
14:39:29 [2021-06-10T14:39:29.174Z] === PAUSE TestMountDaemonRoot/default
14:39:29 [2021-06-10T14:39:29.174Z] === RUN   TestMountDaemonRoot/private
14:39:29 [2021-06-10T14:39:29.174Z] === PAUSE TestMountDaemonRoot/private
14:39:29 [2021-06-10T14:39:29.174Z] === RUN   TestMountDaemonRoot/rprivate
14:39:29 [2021-06-10T14:39:29.174Z] === PAUSE TestMountDaemonRoot/rprivate
14:39:29 [2021-06-10T14:39:29.174Z] === RUN   TestMountDaemonRoot/slave
14:39:29 [2021-06-10T14:39:29.174Z] === PAUSE TestMountDaemonRoot/slave
14:39:29 [2021-06-10T14:39:29.174Z] === RUN   TestMountDaemonRoot/rslave
14:39:29 [2021-06-10T14:39:29.174Z] === PAUSE TestMountDaemonRoot/rslave
14:39:29 [2021-06-10T14:39:29.174Z] === RUN   TestMountDaemonRoot/shared
14:39:29 [2021-06-10T14:39:29.174Z] === PAUSE TestMountDaemonRoot/shared
14:39:29 [2021-06-10T14:39:29.174Z] === RUN   TestMountDaemonRoot/rshared
14:39:29 [2021-06-10T14:39:29.174Z] === PAUSE TestMountDaemonRoot/rshared
14:39:29 [2021-06-10T14:39:29.174Z] === CONT  TestMountDaemonRoot/default
14:39:29 [2021-06-10T14:39:29.174Z] === RUN   TestMountDaemonRoot/default/mount_root
14:39:29 [2021-06-10T14:39:29.174Z] === PAUSE TestMountDaemonRoot/default/mount_root
14:39:29 [2021-06-10T14:39:29.174Z] === RUN   TestMountDaemonRoot/default/mount_subpath
14:39:29 [2021-06-10T14:39:29.174Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
14:39:29 [2021-06-10T14:39:29.174Z] === RUN   TestMountDaemonRoot/default/bind_root
14:39:29 [2021-06-10T14:39:29.174Z] === PAUSE TestMountDaemonRoot/default/bind_root
14:39:29 [2021-06-10T14:39:29.174Z] === RUN   TestMountDaemonRoot/default/bind_subpath
14:39:29 [2021-06-10T14:39:29.174Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
14:39:29 [2021-06-10T14:39:29.174Z] === CONT  TestMountDaemonRoot/default/mount_root
14:39:29 [2021-06-10T14:39:29.174Z] === CONT  TestMountDaemonRoot/rshared
14:39:29 [2021-06-10T14:39:29.174Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
14:39:29 [2021-06-10T14:39:29.174Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
14:39:29 [2021-06-10T14:39:29.174Z] === RUN   TestMountDaemonRoot/rshared/bind_root
14:39:29 [2021-06-10T14:39:29.174Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
14:39:29 [2021-06-10T14:39:29.174Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
14:39:29 [2021-06-10T14:39:29.174Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
14:39:29 [2021-06-10T14:39:29.174Z] === RUN   TestMountDaemonRoot/rshared/mount_root
14:39:29 [2021-06-10T14:39:29.174Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
14:39:29 [2021-06-10T14:39:29.174Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
14:39:29 [2021-06-10T14:39:29.411Z] tests/integration/regression_test.py ......                              [ 98%]
14:39:29 [2021-06-10T14:39:29.432Z] === CONT  TestMountDaemonRoot/shared
14:39:29 [2021-06-10T14:39:29.432Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
14:39:29 [2021-06-10T14:39:29.432Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
14:39:29 [2021-06-10T14:39:29.432Z] === RUN   TestMountDaemonRoot/shared/mount_root
14:39:29 [2021-06-10T14:39:29.432Z] === PAUSE TestMountDaemonRoot/shared/mount_root
14:39:29 [2021-06-10T14:39:29.432Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
14:39:29 [2021-06-10T14:39:29.432Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
14:39:29 [2021-06-10T14:39:29.432Z] === RUN   TestMountDaemonRoot/shared/bind_root
14:39:29 [2021-06-10T14:39:29.432Z] === PAUSE TestMountDaemonRoot/shared/bind_root
14:39:29 [2021-06-10T14:39:29.432Z] === CONT  TestMountDaemonRoot/rslave
14:39:29 [2021-06-10T14:39:29.432Z] === RUN   TestMountDaemonRoot/rslave/mount_root
14:39:29 [2021-06-10T14:39:29.432Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
14:39:29 [2021-06-10T14:39:29.432Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
14:39:29 [2021-06-10T14:39:29.432Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
14:39:29 [2021-06-10T14:39:29.432Z] === RUN   TestMountDaemonRoot/rslave/bind_root
14:39:29 [2021-06-10T14:39:29.432Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
14:39:29 [2021-06-10T14:39:29.432Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
14:39:29 [2021-06-10T14:39:29.432Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
14:39:29 [2021-06-10T14:39:29.432Z] === CONT  TestMountDaemonRoot/slave
14:39:29 [2021-06-10T14:39:29.432Z] === RUN   TestMountDaemonRoot/slave/bind_root
14:39:29 [2021-06-10T14:39:29.432Z] === PAUSE TestMountDaemonRoot/slave/bind_root
14:39:29 [2021-06-10T14:39:29.432Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
14:39:29 [2021-06-10T14:39:29.432Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
14:39:29 [2021-06-10T14:39:29.432Z] === RUN   TestMountDaemonRoot/slave/mount_root
14:39:29 [2021-06-10T14:39:29.432Z] === PAUSE TestMountDaemonRoot/slave/mount_root
14:39:29 [2021-06-10T14:39:29.432Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
14:39:29 [2021-06-10T14:39:29.432Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
14:39:29 [2021-06-10T14:39:29.432Z] === CONT  TestMountDaemonRoot/rprivate
14:39:29 [2021-06-10T14:39:29.432Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
14:39:29 [2021-06-10T14:39:29.432Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
14:39:29 [2021-06-10T14:39:29.432Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
14:39:29 [2021-06-10T14:39:29.432Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
14:39:29 [2021-06-10T14:39:29.432Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
14:39:29 [2021-06-10T14:39:29.432Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
14:39:29 [2021-06-10T14:39:29.432Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
14:39:29 [2021-06-10T14:39:29.432Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
14:39:29 [2021-06-10T14:39:29.432Z] === CONT  TestMountDaemonRoot/private
14:39:29 [2021-06-10T14:39:29.432Z] === RUN   TestMountDaemonRoot/private/mount_subpath
14:39:29 [2021-06-10T14:39:29.432Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
14:39:29 [2021-06-10T14:39:29.432Z] === RUN   TestMountDaemonRoot/private/bind_root
14:39:29 [2021-06-10T14:39:29.432Z] === PAUSE TestMountDaemonRoot/private/bind_root
14:39:29 [2021-06-10T14:39:29.432Z] === RUN   TestMountDaemonRoot/private/bind_subpath
14:39:29 [2021-06-10T14:39:29.432Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
14:39:29 [2021-06-10T14:39:29.432Z] === RUN   TestMountDaemonRoot/private/mount_root
14:39:29 [2021-06-10T14:39:29.432Z] === PAUSE TestMountDaemonRoot/private/mount_root
14:39:29 [2021-06-10T14:39:29.432Z] === CONT  TestMountDaemonRoot/default/bind_subpath
14:39:29 [2021-06-10T14:39:29.432Z] === CONT  TestMountDaemonRoot/default/bind_root
14:39:29 [2021-06-10T14:39:29.432Z] === CONT  TestMountDaemonRoot/default/mount_subpath
14:39:29 [2021-06-10T14:39:29.432Z] === CONT  TestMountDaemonRoot/rshared/mount_root
14:39:29 [2021-06-10T14:39:29.432Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
14:39:29 [2021-06-10T14:39:29.432Z] === CONT  TestMountDaemonRoot/rshared/bind_root
14:39:29 [2021-06-10T14:39:29.432Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
14:39:29 [2021-06-10T14:39:29.667Z] tests/integration/credentials/store_test.py ......                       [ 99%]
14:39:29 [2021-06-10T14:39:29.667Z] tests/integration/credentials/utils_test.py .                            [100%]
14:39:29 [2021-06-10T14:39:29.667Z] 
14:39:29 [2021-06-10T14:39:29.667Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
14:39:29 [2021-06-10T14:39:29.667Z] =========================== short test summary info ============================
14:39:29 [2021-06-10T14:39:29.667Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
14:39:29 [2021-06-10T14:39:29.667Z]   CONFIG_RT_GROUP_SCHED isn't enabled
14:39:29 [2021-06-10T14:39:29.667Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
14:39:29 [2021-06-10T14:39:29.667Z]   Not supported on most drivers
14:39:29 [2021-06-10T14:39:29.667Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
14:39:29 [2021-06-10T14:39:29.667Z]   Output of docker top depends on host distro, and is not formalized.
14:39:29 [2021-06-10T14:39:29.667Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
14:39:29 [2021-06-10T14:39:29.667Z]   Output of docker top depends on host distro, and is not formalized.
14:39:29 [2021-06-10T14:39:29.667Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
14:39:29 [2021-06-10T14:39:29.667Z]   Can fail if eth0 has multiple IP addresses
14:39:29 [2021-06-10T14:39:29.667Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
14:39:29 [2021-06-10T14:39:29.667Z]   This doesn't seem to be taken into account by the engine
14:39:29 [2021-06-10T14:39:29.667Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
14:39:29 [2021-06-10T14:39:29.667Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
14:39:29 [2021-06-10T14:39:29.667Z] = 378 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 356.72 seconds ==
14:39:29 [2021-06-10T14:39:29.690Z] === CONT  TestMountDaemonRoot/rslave/mount_root
14:39:29 [2021-06-10T14:39:29.690Z] === CONT  TestMountDaemonRoot/shared/bind_root
14:39:29 [2021-06-10T14:39:29.690Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
14:39:29 [2021-06-10T14:39:29.690Z] === CONT  TestMountDaemonRoot/shared/mount_root
14:39:29 [2021-06-10T14:39:29.690Z] === CONT  TestMountDaemonRoot/slave/bind_root
14:39:29 [2021-06-10T14:39:29.690Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
14:39:29 [2021-06-10T14:39:29.690Z] === CONT  TestMountDaemonRoot/rslave/bind_root
14:39:29 [2021-06-10T14:39:29.690Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
14:39:29 [2021-06-10T14:39:29.690Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
14:39:29 [2021-06-10T14:39:29.690Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
14:39:29 [2021-06-10T14:39:29.690Z] === CONT  TestMountDaemonRoot/slave/mount_root
14:39:29 [2021-06-10T14:39:29.690Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
14:39:29 [2021-06-10T14:39:29.926Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
14:39:29 [2021-06-10T14:39:29.949Z] === CONT  TestMountDaemonRoot/private/mount_subpath
14:39:29 [2021-06-10T14:39:29.949Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
14:39:29 [2021-06-10T14:39:29.949Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
14:39:29 [2021-06-10T14:39:29.949Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
14:39:29 [2021-06-10T14:39:29.949Z] === CONT  TestMountDaemonRoot/private/mount_root
14:39:29 [2021-06-10T14:39:29.949Z] === CONT  TestMountDaemonRoot/private/bind_subpath
14:39:29 [2021-06-10T14:39:29.949Z] === CONT  TestMountDaemonRoot/private/bind_root
14:39:29 [2021-06-10T14:39:29.949Z] --- PASS: TestMountDaemonRoot (0.05s)
14:39:29 [2021-06-10T14:39:29.949Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
14:39:29 [2021-06-10T14:39:29.949Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.06s)
14:39:29 [2021-06-10T14:39:29.949Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s)
14:39:29 [2021-06-10T14:39:29.949Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.08s)
14:39:29 [2021-06-10T14:39:29.949Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s)
14:39:29 [2021-06-10T14:39:29.949Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
14:39:29 [2021-06-10T14:39:29.949Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s)
14:39:29 [2021-06-10T14:39:29.949Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s)
14:39:29 [2021-06-10T14:39:29.949Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
14:39:29 [2021-06-10T14:39:29.949Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s)
14:39:29 [2021-06-10T14:39:29.949Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
14:39:29 [2021-06-10T14:39:29.949Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s)
14:39:29 [2021-06-10T14:39:29.949Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
14:39:29 [2021-06-10T14:39:29.949Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s)
14:39:29 [2021-06-10T14:39:29.949Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
14:39:29 [2021-06-10T14:39:29.949Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
14:39:29 [2021-06-10T14:39:29.949Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s)
14:39:29 [2021-06-10T14:39:29.949Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s)
14:39:29 [2021-06-10T14:39:29.949Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s)
14:39:29 [2021-06-10T14:39:29.949Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s)
14:39:29 [2021-06-10T14:39:29.949Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
14:39:29 [2021-06-10T14:39:29.949Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.06s)
14:39:29 [2021-06-10T14:39:29.949Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
14:39:29 [2021-06-10T14:39:29.949Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
14:39:29 [2021-06-10T14:39:29.949Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s)
14:39:29 [2021-06-10T14:39:29.949Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
14:39:29 [2021-06-10T14:39:29.949Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
14:39:29 [2021-06-10T14:39:29.949Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
14:39:29 [2021-06-10T14:39:29.949Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s)
14:39:29 [2021-06-10T14:39:29.949Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.06s)
14:39:29 [2021-06-10T14:39:29.949Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
14:39:29 [2021-06-10T14:39:29.949Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
14:39:29 [2021-06-10T14:39:29.949Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
14:39:29 [2021-06-10T14:39:29.949Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.06s)
14:39:29 [2021-06-10T14:39:29.949Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
14:39:29 [2021-06-10T14:39:29.949Z] === RUN   TestContainerBindMountNonRecursive
14:39:30 [2021-06-10T14:39:30.892Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.44s)
14:39:30 [2021-06-10T14:39:30.892Z]     service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:qmc8t2xvhyxkwslz1adiq1s1j Created:2021-06-10 14:39:24.085550131 +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[f02293edeea595232eda585a3b417d044a93858c502e0e91136e08925a512608:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.f7kypsfz4qlpa3fnjqkzdvjee EndpointID:22ba07b492ce4c384e6e9ca7d5f883c648c606fb6cb288329101405837c90723 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:a05764e780e8db3500d0191e20bfbf08fbf3c908493e132b1dab613470537207 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:9d32abb79e6e IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.f7kypsfz4qlpa3fnjqkzdvjee EndpointID:22ba07b492ce4c384e6e9ca7d5f883c648c606fb6cb288329101405837c90723 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
14:39:30 [2021-06-10T14:39:30.892Z] PASS
14:39:30 [2021-06-10T14:39:30.892Z] 
14:39:30 [2021-06-10T14:39:30.892Z] === Skipped
14:39:30 [2021-06-10T14:39:30.892Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
14:39:30 [2021-06-10T14:39:30.892Z]     service_test.go:242: FLAKY_TEST
14:39:30 [2021-06-10T14:39:30.892Z] 
14:39:30 [2021-06-10T14:39:30.892Z] 
14:39:30 [2021-06-10T14:39:30.892Z] DONE 26 tests, 1 skipped in 48.972s
14:39:30 [2021-06-10T14:39:30.892Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
14:39:30 [2021-06-10T14:39:30.892Z] INFO: Testing against a local daemon
14:39:30 [2021-06-10T14:39:30.892Z] === RUN   TestDockerNetworkIpvlanPersistance
14:39:30 [2021-06-10T14:39:30.892Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
14:39:30 [2021-06-10T14:39:30.892Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:39:30 [2021-06-10T14:39:30.892Z] === RUN   TestDockerNetworkIpvlan
14:39:30 [2021-06-10T14:39:30.892Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
14:39:30 [2021-06-10T14:39:30.892Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:39:30 [2021-06-10T14:39:30.892Z] PASS
14:39:30 [2021-06-10T14:39:30.892Z] 
14:39:30 [2021-06-10T14:39:30.892Z] === Skipped
14:39:30 [2021-06-10T14:39:30.892Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
14:39:30 [2021-06-10T14:39:30.892Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:39:30 [2021-06-10T14:39:30.892Z] 
14:39:30 [2021-06-10T14:39:30.892Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
14:39:30 [2021-06-10T14:39:30.892Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:39:30 [2021-06-10T14:39:30.892Z] 
14:39:30 [2021-06-10T14:39:30.892Z] 
14:39:30 [2021-06-10T14:39:30.892Z] DONE 2 tests, 2 skipped in 0.099s
14:39:30 [2021-06-10T14:39:30.892Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
14:39:30 [2021-06-10T14:39:30.892Z] INFO: Testing against a local daemon
14:39:30 [2021-06-10T14:39:30.892Z] === RUN   TestDockerNetworkMacvlanPersistance
14:39:31 [2021-06-10T14:39:31.823Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.37s)
14:39:31 [2021-06-10T14:39:31.823Z] === RUN   TestDockerNetworkMacvlan
14:39:32 [2021-06-10T14:39:32.480Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
14:39:32 [2021-06-10T14:39:32.754Z] === RUN   TestDockerNetworkMacvlan/Subinterface
14:39:33 [2021-06-10T14:39:33.318Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
14:39:34 [2021-06-10T14:39:34.251Z] === RUN   TestDockerNetworkMacvlan/NilParent
14:39:34 [2021-06-10T14:39:34.383Z] --- PASS: TestContainerBindMountNonRecursive (4.09s)
14:39:34 [2021-06-10T14:39:34.383Z] === RUN   TestContainerVolumesMountedAsShared
14:39:34 [2021-06-10T14:39:34.950Z] --- PASS: TestContainerVolumesMountedAsShared (0.84s)
14:39:34 [2021-06-10T14:39:34.950Z] === RUN   TestContainerVolumesMountedAsSlave
14:39:36 [2021-06-10T14:39:36.774Z] === RUN   TestDockerNetworkMacvlan/InternalMode
14:39:36 [2021-06-10T14:39:36.855Z] --- PASS: TestContainerVolumesMountedAsSlave (1.96s)
14:39:36 [2021-06-10T14:39:36.855Z] === RUN   TestNetworkNat
14:39:38 [2021-06-10T14:39:38.764Z] --- PASS: TestNetworkNat (1.71s)
14:39:38 [2021-06-10T14:39:38.764Z] === RUN   TestNetworkLocalhostTCPNat
14:39:40 [2021-06-10T14:39:40.056Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
14:39:40 [2021-06-10T14:39:40.142Z] --- PASS: TestNetworkLocalhostTCPNat (1.57s)
14:39:40 [2021-06-10T14:39:40.142Z] === RUN   TestNetworkLoopbackNat
14:39:42 [2021-06-10T14:39:42.089Z] Leaving: AppArmorNo profiles have been unloaded.
14:39:42 [2021-06-10T14:39:42.089Z] 
14:39:42 [2021-06-10T14:39:42.089Z] Unloading profiles will leave already running processes permanently
14:39:42 [2021-06-10T14:39:42.089Z] unconfined, which can lead to unexpected situations.
14:39:42 [2021-06-10T14:39:42.089Z] 
14:39:42 [2021-06-10T14:39:42.089Z] To set a process to complain mode, use the command line tool
14:39:42 [2021-06-10T14:39:42.089Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
14:39:42 [2021-06-10T14:39:42.089Z] 
Post stage
[Pipeline] junit
14:39:42 [2021-06-10T14:39:42.659Z] Recording test results
14:39:43 [2021-06-10T14:39:43.535Z] [Checks API] No suitable checks publisher found.
[Pipeline] sh
14:39:43 [2021-06-10T14:39:43.825Z] + echo Ensuring container killed.
14:39:43 [2021-06-10T14:39:43.825Z] Ensuring container killed.
14:39:43 [2021-06-10T14:39:43.825Z] + docker rm -vf docker-pr2
14:39:43 [2021-06-10T14:39:43.825Z] Error: No such container: docker-pr2
[Pipeline] sh
14:39:44 [2021-06-10T14:39:44.114Z] + echo Chowning /workspace to jenkins user
14:39:44 [2021-06-10T14:39:44.114Z] Chowning /workspace to jenkins user
14:39:44 [2021-06-10T14:39:44.114Z] + id -u
14:39:44 [2021-06-10T14:39:44.114Z] + id -g
14:39:44 [2021-06-10T14:39:44.114Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42507:/workspace busybox chown -R 1000:1000 /workspace
14:39:44 [2021-06-10T14:39:44.114Z] Unable to find image 'busybox:latest' locally
14:39:44 [2021-06-10T14:39:44.114Z] latest: Pulling from library/busybox
14:39:44 [2021-06-10T14:39:44.379Z] b71f96345d44: Pulling fs layer
14:39:44 [2021-06-10T14:39:44.379Z] b71f96345d44: Verifying Checksum
14:39:44 [2021-06-10T14:39:44.379Z] b71f96345d44: Download complete
14:39:44 [2021-06-10T14:39:44.379Z] b71f96345d44: Pull complete
14:39:44 [2021-06-10T14:39:44.379Z] Digest: sha256:930490f97e5b921535c153e0e7110d251134cc4b72bbb8133c6a5065cc68580d
14:39:44 [2021-06-10T14:39:44.379Z] Status: Downloaded newer image for busybox:latest
14:39:44 [2021-06-10T14:39:44.394Z] === RUN   TestDockerSuite/TestBuildBlankName
14:39:44 [2021-06-10T14:39:44.655Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
14:39:44 [2021-06-10T14:39:44.914Z] --- PASS: TestNetworkLoopbackNat (4.65s)
14:39:44 [2021-06-10T14:39:44.914Z] === RUN   TestPause
[Pipeline] catchError
[Pipeline] {
14:39:45 [2021-06-10T14:39:45.316Z] === RUN   TestDockerNetworkMacvlan/Addressing
[Pipeline] sh
14:39:45 [2021-06-10T14:39:45.597Z] + bundleName=docker-py
14:39:45 [2021-06-10T14:39:45.597Z] + echo Creating docker-py-bundles.tar.gz
14:39:45 [2021-06-10T14:39:45.597Z] Creating docker-py-bundles.tar.gz
14:39:45 [2021-06-10T14:39:45.597Z] + 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
14:39:45 [2021-06-10T14:39:45.606Z] Archiving artifacts
14:39:46 [2021-06-10T14:39:46.293Z] --- PASS: TestPause (1.53s)
14:39:46 [2021-06-10T14:39:46.293Z] === RUN   TestPauseFailsOnWindowsServerContainers
14:39:46 [2021-06-10T14:39:46.293Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
14:39:46 [2021-06-10T14:39:46.293Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
14:39:46 [2021-06-10T14:39:46.293Z] === RUN   TestPauseStopPausedContainer
14:39:46 [2021-06-10T14:39:46.687Z] --- PASS: TestDockerNetworkMacvlan (14.74s)
14:39:46 [2021-06-10T14:39:46.687Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s)
14:39:46 [2021-06-10T14:39:46.687Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s)
14:39:46 [2021-06-10T14:39:46.687Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (1.66s)
14:39:46 [2021-06-10T14:39:46.687Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (1.97s)
14:39:46 [2021-06-10T14:39:46.687Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.21s)
14:39:46 [2021-06-10T14:39:46.687Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.38s)
14:39:46 [2021-06-10T14:39:46.687Z] PASS
14:39:46 [2021-06-10T14:39:46.687Z] 
14:39:46 [2021-06-10T14:39:46.687Z] DONE 8 tests in 16.201s
14:39:46 [2021-06-10T14:39:46.687Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
14:39:46 [2021-06-10T14:39:46.687Z] testing: warning: no tests to run
14:39:46 [2021-06-10T14:39:46.687Z] PASS
14:39:46 [2021-06-10T14:39:46.687Z] 
14:39:46 [2021-06-10T14:39:46.687Z] DONE 0 tests in 0.007s
14:39:46 [2021-06-10T14:39:46.687Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
14:39:46 [2021-06-10T14:39:46.687Z] INFO: Testing against a local daemon
14:39:46 [2021-06-10T14:39:46.687Z] === RUN   TestAuthZPluginAllowRequest
14:39:47 [2021-06-10T14:39:47.669Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartKillWait
14:39:47 [2021-06-10T14:39:47.920Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42507/2/artifacts/
[Pipeline] }
14:39:47 [2021-06-10T14:39:47.928Z] --- PASS: TestPauseStopPausedContainer (1.68s)
14:39:47 [2021-06-10T14:39:47.928Z] === RUN   TestPsFilter
[Pipeline] // catchError
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Static)
[Pipeline] sh
14:39:48 [2021-06-10T14:39:48.059Z] --- PASS: TestAuthZPluginAllowRequest (1.51s)
14:39:48 [2021-06-10T14:39:48.059Z] === RUN   TestAuthZPluginTLS
14:39:48 [2021-06-10T14:39:48.187Z] --- PASS: TestPsFilter (0.16s)
14:39:48 [2021-06-10T14:39:48.187Z] === RUN   TestRemoveContainerWithRemovedVolume
14:39:48 [2021-06-10T14:39:48.269Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42507/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 -e DOCKER_GRAPHDRIVER docker:523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 hack/make.sh binary-daemon
14:39:48 [2021-06-10T14:39:48.446Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
14:39:48 [2021-06-10T14:39:48.623Z] --- PASS: TestAuthZPluginTLS (0.54s)
14:39:48 [2021-06-10T14:39:48.623Z] === RUN   TestAuthZPluginDenyRequest
14:39:48 [2021-06-10T14:39:48.832Z] 
14:39:48 [2021-06-10T14:39:48.832Z] Removing bundles/
14:39:48 [2021-06-10T14:39:48.832Z] 
14:39:48 [2021-06-10T14:39:48.832Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon)
14:39:48 [2021-06-10T14:39:48.832Z] Building: bundles/binary-daemon/dockerd-dev
14:39:48 [2021-06-10T14:39:48.832Z] GOOS="" GOARCH="" GOARM=""
14:39:49 [2021-06-10T14:39:49.186Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
14:39:49 [2021-06-10T14:39:49.186Z] === RUN   TestAuthZPluginAPIDenyResponse
14:39:49 [2021-06-10T14:39:49.386Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.24s)
14:39:49 [2021-06-10T14:39:49.386Z] === RUN   TestRemoveContainerWithVolume
14:39:49 [2021-06-10T14:39:49.750Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
14:39:49 [2021-06-10T14:39:49.750Z] === RUN   TestAuthZPluginDenyResponse
14:39:50 [2021-06-10T14:39:50.327Z] --- PASS: TestAuthZPluginDenyResponse (0.54s)
14:39:50 [2021-06-10T14:39:50.327Z] === RUN   TestAuthZPluginAllowEventStream
14:39:50 [2021-06-10T14:39:50.762Z] --- PASS: TestRemoveContainerWithVolume (1.29s)
14:39:50 [2021-06-10T14:39:50.762Z] === RUN   TestRemoveContainerRunning
14:39:50 [2021-06-10T14:39:50.762Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartLocalVolumes
14:39:51 [2021-06-10T14:39:51.697Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
14:39:51 [2021-06-10T14:39:51.698Z] --- PASS: TestAuthZPluginAllowEventStream (1.49s)
14:39:51 [2021-06-10T14:39:51.698Z] === RUN   TestAuthZPluginErrorResponse
14:39:51 [2021-06-10T14:39:51.956Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartOnFailure
14:39:51 [2021-06-10T14:39:51.956Z] --- PASS: TestRemoveContainerRunning (1.20s)
14:39:51 [2021-06-10T14:39:51.956Z] === RUN   TestRemoveContainerForceRemoveRunning
14:39:52 [2021-06-10T14:39:52.262Z] --- PASS: TestAuthZPluginErrorResponse (0.55s)
14:39:52 [2021-06-10T14:39:52.262Z] === RUN   TestAuthZPluginErrorRequest
14:39:52 [2021-06-10T14:39:52.826Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
14:39:52 [2021-06-10T14:39:52.826Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
14:39:53 [2021-06-10T14:39:53.334Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.33s)
14:39:53 [2021-06-10T14:39:53.334Z] === RUN   TestRemoveInvalidContainer
14:39:53 [2021-06-10T14:39:53.334Z] --- PASS: TestRemoveInvalidContainer (0.05s)
14:39:53 [2021-06-10T14:39:53.334Z] === RUN   TestRenameLinkedContainer
14:39:53 [2021-06-10T14:39:53.390Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s)
14:39:53 [2021-06-10T14:39:53.390Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
14:39:53 [2021-06-10T14:39:53.592Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
14:39:55 [2021-06-10T14:39:55.289Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.87s)
14:39:55 [2021-06-10T14:39:55.289Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
14:39:57 [2021-06-10T14:39:57.187Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.03s)
14:39:57 [2021-06-10T14:39:57.187Z] === RUN   TestAuthZPluginHeader
14:39:57 [2021-06-10T14:39:57.777Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
14:39:58 [2021-06-10T14:39:58.122Z] --- PASS: TestAuthZPluginHeader (0.75s)
14:39:58 [2021-06-10T14:39:58.122Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
14:39:59 [2021-06-10T14:39:59.152Z] --- PASS: TestRenameLinkedContainer (5.57s)
14:39:59 [2021-06-10T14:39:59.153Z] === RUN   TestRenameStoppedContainer
14:39:59 [2021-06-10T14:39:59.720Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRenameContainer
14:40:00 [2021-06-10T14:40:00.286Z] --- PASS: TestRenameStoppedContainer (1.29s)
14:40:00 [2021-06-10T14:40:00.286Z] === RUN   TestRenameRunningContainerAndReuse
14:40:00 [2021-06-10T14:40:00.286Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
14:40:02 [2021-06-10T14:40:02.301Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.87s)
14:40:02 [2021-06-10T14:40:02.301Z] === RUN   TestAuthZPluginV2Disable
14:40:02 [2021-06-10T14:40:02.822Z] --- PASS: TestRenameRunningContainerAndReuse (2.61s)
14:40:02 [2021-06-10T14:40:02.822Z] === RUN   TestRenameInvalidName
14:40:04 [2021-06-10T14:40:04.199Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork
14:40:04 [2021-06-10T14:40:04.199Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
14:40:04 [2021-06-10T14:40:04.199Z] --- PASS: TestRenameInvalidName (1.41s)
14:40:04 [2021-06-10T14:40:04.199Z] === RUN   TestRenameAnonymousContainer
14:40:05 [2021-06-10T14:40:05.629Z] --- PASS: TestAuthZPluginV2Disable (3.27s)
14:40:05 [2021-06-10T14:40:05.629Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
14:40:06 [2021-06-10T14:40:06.104Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
14:40:08 [2021-06-10T14:40:08.153Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (2.87s)
14:40:08 [2021-06-10T14:40:08.153Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
14:40:08 [2021-06-10T14:40:08.633Z] --- PASS: TestRenameAnonymousContainer (4.51s)
14:40:08 [2021-06-10T14:40:08.633Z] === RUN   TestRenameContainerWithSameName
14:40:10 [2021-06-10T14:40:10.008Z] --- PASS: TestRenameContainerWithSameName (1.43s)
14:40:10 [2021-06-10T14:40:10.009Z] === RUN   TestRenameContainerWithLinkedContainer
14:40:10 [2021-06-10T14:40:10.946Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
14:40:11 [2021-06-10T14:40:11.514Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse
14:40:12 [2021-06-10T14:40:12.889Z] --- PASS: TestRenameContainerWithLinkedContainer (2.57s)
14:40:12 [2021-06-10T14:40:12.889Z] === RUN   TestResize
14:40:13 [2021-06-10T14:40:13.148Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode
14:40:14 [2021-06-10T14:40:14.086Z] --- PASS: TestResize (1.33s)
14:40:14 [2021-06-10T14:40:14.086Z] === RUN   TestResizeWithInvalidSize
14:40:15 [2021-06-10T14:40:15.462Z] --- PASS: TestResizeWithInvalidSize (1.41s)
14:40:15 [2021-06-10T14:40:15.462Z] === RUN   TestResizeWhenContainerNotStarted
14:40:16 [2021-06-10T14:40:16.396Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartUnlessStopped
14:40:16 [2021-06-10T14:40:16.655Z] --- PASS: TestResizeWhenContainerNotStarted (1.27s)
14:40:16 [2021-06-10T14:40:16.655Z] === RUN   TestDaemonRestartKillContainers
14:40:16 [2021-06-10T14:40:16.655Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
14:40:16 [2021-06-10T14:40:16.655Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
14:40:16 [2021-06-10T14:40:16.655Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
14:40:16 [2021-06-10T14:40:16.655Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
14:40:16 [2021-06-10T14:40:16.655Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
14:40:16 [2021-06-10T14:40:16.655Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
14:40:16 [2021-06-10T14:40:16.655Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
14:40:16 [2021-06-10T14:40:16.655Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
14:40:16 [2021-06-10T14:40:16.655Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
14:40:16 [2021-06-10T14:40:16.655Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
14:40:16 [2021-06-10T14:40:16.655Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
14:40:16 [2021-06-10T14:40:16.655Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
14:40:16 [2021-06-10T14:40:16.655Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
14:40:16 [2021-06-10T14:40:16.655Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
14:40:16 [2021-06-10T14:40:16.655Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
14:40:16 [2021-06-10T14:40:16.655Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
14:40:16 [2021-06-10T14:40:16.655Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
14:40:16 [2021-06-10T14:40:16.655Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
14:40:16 [2021-06-10T14:40:16.655Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
14:40:16 [2021-06-10T14:40:16.655Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
14:40:16 [2021-06-10T14:40:16.655Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
14:40:16 [2021-06-10T14:40:16.655Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
14:40:16 [2021-06-10T14:40:16.655Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
14:40:16 [2021-06-10T14:40:16.655Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
14:40:16 [2021-06-10T14:40:16.655Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
14:40:16 [2021-06-10T14:40:16.655Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
14:40:18 [2021-06-10T14:40:18.112Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.27s)
14:40:18 [2021-06-10T14:40:18.112Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
14:40:20 [2021-06-10T14:40:20.841Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
14:40:20 [2021-06-10T14:40:20.841Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
14:40:22 [2021-06-10T14:40:22.741Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
14:40:22 [2021-06-10T14:40:22.741Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
14:40:24 [2021-06-10T14:40:24.685Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
14:40:24 [2021-06-10T14:40:24.685Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
14:40:28 [2021-06-10T14:40:28.873Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
14:40:28 [2021-06-10T14:40:28.873Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
14:40:29 [2021-06-10T14:40:29.132Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
14:40:33 [2021-06-10T14:40:33.319Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer
14:40:33 [2021-06-10T14:40:33.578Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
14:40:34 [2021-06-10T14:40:34.955Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
14:40:35 [2021-06-10T14:40:35.524Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
14:40:36 [2021-06-10T14:40:36.175Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.57s)
14:40:36 [2021-06-10T14:40:36.175Z] PASS
14:40:36 [2021-06-10T14:40:36.175Z] 
14:40:36 [2021-06-10T14:40:36.175Z] DONE 17 tests in 47.285s
14:40:36 [2021-06-10T14:40:36.175Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
14:40:36 [2021-06-10T14:40:36.175Z] INFO: Testing against a local daemon
14:40:36 [2021-06-10T14:40:36.175Z] === RUN   TestPluginInvalidJSON
14:40:36 [2021-06-10T14:40:36.175Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
14:40:36 [2021-06-10T14:40:36.175Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
14:40:36 [2021-06-10T14:40:36.175Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
14:40:36 [2021-06-10T14:40:36.175Z] --- PASS: TestPluginInvalidJSON (0.01s)
14:40:36 [2021-06-10T14:40:36.175Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
14:40:36 [2021-06-10T14:40:36.175Z] === RUN   TestPluginInstall
14:40:36 [2021-06-10T14:40:36.175Z] === RUN   TestPluginInstall/no_auth
14:40:36 [2021-06-10T14:40:36.175Z] time="2021-06-10T14:40:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:40:36 [2021-06-10T14:40:36.175Z] time="2021-06-10T14:40:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1c74cba21ba1e20d91613be45bdd1f8b22e2baa7b5be48cd2e0943875e658c55" mediatype=application/vnd.docker.plugin.v1+json size=522
14:40:36 [2021-06-10T14:40:36.175Z] time="2021-06-10T14:40:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:40:36 [2021-06-10T14:40:36.175Z] time="2021-06-10T14:40:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1c74cba21ba1e20d91613be45bdd1f8b22e2baa7b5be48cd2e0943875e658c55" mediatype=application/vnd.docker.plugin.v1+json size=522
14:40:36 [2021-06-10T14:40:36.175Z] === RUN   TestPluginInstall/with_htpasswd
14:40:36 [2021-06-10T14:40:36.739Z] time="2021-06-10T14:40:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:40:36 [2021-06-10T14:40:36.739Z] time="2021-06-10T14:40:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1c74cba21ba1e20d91613be45bdd1f8b22e2baa7b5be48cd2e0943875e658c55" mediatype=application/vnd.docker.plugin.v1+json size=522
14:40:36 [2021-06-10T14:40:36.739Z] time="2021-06-10T14:40:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:40:36 [2021-06-10T14:40:36.739Z] time="2021-06-10T14:40:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1c74cba21ba1e20d91613be45bdd1f8b22e2baa7b5be48cd2e0943875e658c55" mediatype=application/vnd.docker.plugin.v1+json size=522
14:40:36 [2021-06-10T14:40:36.997Z] === RUN   TestPluginInstall/with_insecure
14:40:37 [2021-06-10T14:40:37.433Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange
14:40:37 [2021-06-10T14:40:37.692Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
14:40:37 [2021-06-10T14:40:37.930Z] time="2021-06-10T14:40:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:40:37 [2021-06-10T14:40:37.931Z] time="2021-06-10T14:40:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:88fdac13e08c735a469e5ee834ada39e797f8f4616b800ea633aa2f59448eeef" mediatype=application/vnd.docker.plugin.v1+json size=522
14:40:37 [2021-06-10T14:40:37.931Z] time="2021-06-10T14:40:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:40:37 [2021-06-10T14:40:37.931Z] time="2021-06-10T14:40:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:88fdac13e08c735a469e5ee834ada39e797f8f4616b800ea633aa2f59448eeef" mediatype=application/vnd.docker.plugin.v1+json size=522
14:40:38 [2021-06-10T14:40:38.188Z] --- PASS: TestPluginInstall (4.21s)
14:40:38 [2021-06-10T14:40:38.188Z]     --- PASS: TestPluginInstall/no_auth (2.11s)
14:40:38 [2021-06-10T14:40:38.188Z]     --- PASS: TestPluginInstall/with_htpasswd (0.81s)
14:40:38 [2021-06-10T14:40:38.188Z]     --- PASS: TestPluginInstall/with_insecure (1.29s)
14:40:38 [2021-06-10T14:40:38.188Z]         plugin_test.go:165: [d516d97c17e75] daemon is not started
14:40:38 [2021-06-10T14:40:38.188Z] === RUN   TestPluginsWithRuntimes
14:40:38 [2021-06-10T14:40:38.259Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
14:40:39 [2021-06-10T14:40:39.195Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning
14:40:39 [2021-06-10T14:40:39.453Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
14:40:39 [2021-06-10T14:40:39.453Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (4.09s)
14:40:39 [2021-06-10T14:40:39.453Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (4.15s)
14:40:39 [2021-06-10T14:40:39.453Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.86s)
14:40:39 [2021-06-10T14:40:39.453Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.80s)
14:40:39 [2021-06-10T14:40:39.453Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.94s)
14:40:39 [2021-06-10T14:40:39.453Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (2.00s)
14:40:39 [2021-06-10T14:40:39.453Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (4.00s)
14:40:39 [2021-06-10T14:40:39.453Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (4.32s)
14:40:39 [2021-06-10T14:40:39.453Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (6.27s)
14:40:39 [2021-06-10T14:40:39.453Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (6.59s)
14:40:39 [2021-06-10T14:40:39.453Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (4.07s)
14:40:39 [2021-06-10T14:40:39.453Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (3.93s)
14:40:39 [2021-06-10T14:40:39.453Z] === RUN   TestCgroupNamespacesRun
14:40:40 [2021-06-10T14:40:40.082Z] === RUN   TestPluginsWithRuntimes/No_Args
14:40:41 [2021-06-10T14:40:41.013Z] === RUN   TestPluginsWithRuntimes/With_Args
14:40:41 [2021-06-10T14:40:41.354Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
14:40:41 [2021-06-10T14:40:41.943Z] --- PASS: TestPluginsWithRuntimes (3.59s)
14:40:41 [2021-06-10T14:40:41.943Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.94s)
14:40:41 [2021-06-10T14:40:41.943Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.92s)
14:40:41 [2021-06-10T14:40:41.943Z] === RUN   TestPluginBackCompatMediaTypes
14:40:42 [2021-06-10T14:40:42.291Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways
14:40:42 [2021-06-10T14:40:42.509Z] --- PASS: TestPluginBackCompatMediaTypes (0.73s)
14:40:42 [2021-06-10T14:40:42.509Z] PASS
14:40:42 [2021-06-10T14:40:42.509Z] 
14:40:42 [2021-06-10T14:40:42.509Z] DONE 10 tests in 8.587s
14:40:42 [2021-06-10T14:40:42.509Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
14:40:42 [2021-06-10T14:40:42.509Z] INFO: Testing against a local daemon
14:40:42 [2021-06-10T14:40:42.509Z] === RUN   TestExternalGraphDriver
14:40:42 [2021-06-10T14:40:42.509Z] === RUN   TestExternalGraphDriver/json
14:40:42 [2021-06-10T14:40:42.549Z] --- PASS: TestCgroupNamespacesRun (3.00s)
14:40:42 [2021-06-10T14:40:42.549Z] === RUN   TestCgroupNamespacesRunPrivileged
14:40:44 [2021-06-10T14:40:44.503Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.03s)
14:40:44 [2021-06-10T14:40:44.503Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
14:40:44 [2021-06-10T14:40:44.768Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
14:40:45 [2021-06-10T14:40:45.033Z] === RUN   TestExternalGraphDriver/spec
14:40:46 [2021-06-10T14:40:46.405Z] === RUN   TestExternalGraphDriver/pull
14:40:46 [2021-06-10T14:40:46.679Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize
14:40:46 [2021-06-10T14:40:46.679Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize
14:40:46 [2021-06-10T14:40:46.679Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer
14:40:47 [2021-06-10T14:40:47.614Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.99s)
14:40:47 [2021-06-10T14:40:47.614Z] === RUN   TestCgroupNamespacesRunHostMode
14:40:48 [2021-06-10T14:40:48.301Z] --- PASS: TestExternalGraphDriver (5.62s)
14:40:48 [2021-06-10T14:40:48.301Z]     --- PASS: TestExternalGraphDriver/json (1.95s)
14:40:48 [2021-06-10T14:40:48.301Z]     --- PASS: TestExternalGraphDriver/spec (1.92s)
14:40:48 [2021-06-10T14:40:48.301Z]     --- PASS: TestExternalGraphDriver/pull (1.70s)
14:40:48 [2021-06-10T14:40:48.301Z] === RUN   TestGraphdriverPluginV2
14:40:50 [2021-06-10T14:40:50.146Z] --- PASS: TestCgroupNamespacesRunHostMode (2.53s)
14:40:50 [2021-06-10T14:40:50.146Z] === RUN   TestCgroupNamespacesRunPrivateMode
14:40:50 [2021-06-10T14:40:50.404Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithLinks
14:40:52 [2021-06-10T14:40:52.474Z] --- PASS: TestGraphdriverPluginV2 (3.62s)
14:40:52 [2021-06-10T14:40:52.474Z] PASS
14:40:52 [2021-06-10T14:40:52.474Z] 
14:40:52 [2021-06-10T14:40:52.474Z] DONE 5 tests in 9.283s
14:40:52 [2021-06-10T14:40:52.474Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
14:40:52 [2021-06-10T14:40:52.474Z] INFO: Testing against a local daemon
14:40:52 [2021-06-10T14:40:52.474Z] === RUN   TestContinueAfterPluginCrash
14:40:52 [2021-06-10T14:40:52.474Z] === PAUSE TestContinueAfterPluginCrash
14:40:52 [2021-06-10T14:40:52.474Z] === RUN   TestReadPluginNoRead
14:40:52 [2021-06-10T14:40:52.474Z] === PAUSE TestReadPluginNoRead
14:40:52 [2021-06-10T14:40:52.474Z] === RUN   TestDaemonStartWithLogOpt
14:40:52 [2021-06-10T14:40:52.474Z] === PAUSE TestDaemonStartWithLogOpt
14:40:52 [2021-06-10T14:40:52.474Z] === CONT  TestContinueAfterPluginCrash
14:40:52 [2021-06-10T14:40:52.474Z] === CONT  TestDaemonStartWithLogOpt
14:40:52 [2021-06-10T14:40:52.938Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
14:40:52 [2021-06-10T14:40:52.938Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.77s)
14:40:52 [2021-06-10T14:40:52.938Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
14:40:54 [2021-06-10T14:40:54.840Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
14:40:54 [2021-06-10T14:40:54.840Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.84s)
14:40:54 [2021-06-10T14:40:54.840Z] === RUN   TestCgroupNamespacesRunInvalidMode
14:40:55 [2021-06-10T14:40:55.779Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.10s)
14:40:55 [2021-06-10T14:40:55.779Z] === RUN   TestCgroupNamespacesRunOlderClient
14:40:56 [2021-06-10T14:40:56.652Z] --- PASS: TestDaemonStartWithLogOpt (4.25s)
14:40:56 [2021-06-10T14:40:56.652Z] === CONT  TestReadPluginNoRead
14:40:56 [2021-06-10T14:40:56.714Z] === RUN   TestDockerSuite/TestBuildCacheAdd
14:40:57 [2021-06-10T14:40:57.281Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithNames
14:40:57 [2021-06-10T14:40:57.281Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
14:40:58 [2021-06-10T14:40:58.656Z] === RUN   TestDockerSuite/TestBuildCacheFrom
14:40:58 [2021-06-10T14:40:58.656Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.97s)
14:40:58 [2021-06-10T14:40:58.656Z] === RUN   TestNISDomainname
14:40:59 [2021-06-10T14:40:59.176Z] === RUN   TestReadPluginNoRead/default
14:41:00 [2021-06-10T14:41:00.547Z] === RUN   TestReadPluginNoRead/disabled_caching
14:41:01 [2021-06-10T14:41:01.191Z] --- PASS: TestNISDomainname (2.45s)
14:41:01 [2021-06-10T14:41:01.191Z] === RUN   TestHostnameDnsResolution
14:41:01 [2021-06-10T14:41:01.449Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer
14:41:01 [2021-06-10T14:41:01.478Z] --- PASS: TestContinueAfterPluginCrash (9.41s)
14:41:02 [2021-06-10T14:41:02.042Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
14:41:03 [2021-06-10T14:41:03.369Z] --- PASS: TestHostnameDnsResolution (2.25s)
14:41:03 [2021-06-10T14:41:03.369Z] === RUN   TestStats
14:41:03 [2021-06-10T14:41:03.411Z] --- PASS: TestReadPluginNoRead (7.38s)
14:41:03 [2021-06-10T14:41:03.412Z]     --- PASS: TestReadPluginNoRead/default (1.55s)
14:41:03 [2021-06-10T14:41:03.412Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.62s)
14:41:03 [2021-06-10T14:41:03.412Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.53s)
14:41:03 [2021-06-10T14:41:03.412Z]     read_test.go:92: [d3a9da836e259] daemon is not started
14:41:03 [2021-06-10T14:41:03.412Z] PASS
14:41:03 [2021-06-10T14:41:03.412Z] 
14:41:03 [2021-06-10T14:41:03.412Z] DONE 6 tests in 11.669s
14:41:03 [2021-06-10T14:41:03.412Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
14:41:03 [2021-06-10T14:41:03.412Z] testing: warning: no tests to run
14:41:03 [2021-06-10T14:41:03.412Z] PASS
14:41:03 [2021-06-10T14:41:03.412Z] 
14:41:03 [2021-06-10T14:41:03.412Z] DONE 0 tests in 0.019s
14:41:03 [2021-06-10T14:41:03.412Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
14:41:03 [2021-06-10T14:41:03.669Z] INFO: Testing against a local daemon
14:41:03 [2021-06-10T14:41:03.669Z] === RUN   TestPluginWithDevMounts
14:41:03 [2021-06-10T14:41:03.669Z] === PAUSE TestPluginWithDevMounts
14:41:03 [2021-06-10T14:41:03.669Z] === CONT  TestPluginWithDevMounts
14:41:05 [2021-06-10T14:41:05.563Z] --- PASS: TestPluginWithDevMounts (1.72s)
14:41:05 [2021-06-10T14:41:05.563Z] PASS
14:41:05 [2021-06-10T14:41:05.563Z] 
14:41:05 [2021-06-10T14:41:05.563Z] DONE 1 tests in 1.757s
14:41:05 [2021-06-10T14:41:05.563Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
14:41:05 [2021-06-10T14:41:05.563Z] INFO: Testing against a local daemon
14:41:05 [2021-06-10T14:41:05.563Z] === RUN   TestSecretInspect
14:41:05 [2021-06-10T14:41:05.900Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled
14:41:05 [2021-06-10T14:41:05.900Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
14:41:06 [2021-06-10T14:41:06.835Z] --- PASS: TestStats (3.27s)
14:41:06 [2021-06-10T14:41:06.835Z] === RUN   TestStopContainerWithTimeout
14:41:06 [2021-06-10T14:41:06.835Z] === RUN   TestStopContainerWithTimeout/0
14:41:06 [2021-06-10T14:41:06.835Z] === PAUSE TestStopContainerWithTimeout/0
14:41:06 [2021-06-10T14:41:06.835Z] === RUN   TestStopContainerWithTimeout/1
14:41:06 [2021-06-10T14:41:06.835Z] === PAUSE TestStopContainerWithTimeout/1
14:41:06 [2021-06-10T14:41:06.835Z] === RUN   TestStopContainerWithTimeout/3
14:41:06 [2021-06-10T14:41:06.835Z] === PAUSE TestStopContainerWithTimeout/3
14:41:06 [2021-06-10T14:41:06.835Z] === RUN   TestStopContainerWithTimeout/-1
14:41:06 [2021-06-10T14:41:06.835Z] === PAUSE TestStopContainerWithTimeout/-1
14:41:06 [2021-06-10T14:41:06.835Z] === CONT  TestStopContainerWithTimeout/0
14:41:06 [2021-06-10T14:41:06.835Z] === CONT  TestStopContainerWithTimeout/-1
14:41:07 [2021-06-10T14:41:07.775Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
14:41:08 [2021-06-10T14:41:08.033Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled
14:41:08 [2021-06-10T14:41:08.087Z] --- PASS: TestSecretInspect (2.30s)
14:41:08 [2021-06-10T14:41:08.087Z] === RUN   TestSecretList
14:41:08 [2021-06-10T14:41:08.600Z] === RUN   TestDockerSuite/TestBuildCancellationKillsSleep
14:41:08 [2021-06-10T14:41:08.859Z] === CONT  TestStopContainerWithTimeout/3
14:41:09 [2021-06-10T14:41:09.981Z] --- PASS: TestSecretList (2.30s)
14:41:09 [2021-06-10T14:41:09.981Z] === RUN   TestSecretsCreateAndDelete
14:41:10 [2021-06-10T14:41:10.237Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
14:41:10 [2021-06-10T14:41:10.805Z] === CONT  TestStopContainerWithTimeout/1
14:41:11 [2021-06-10T14:41:11.747Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts
14:41:12 [2021-06-10T14:41:12.503Z] --- PASS: TestSecretsCreateAndDelete (2.39s)
14:41:12 [2021-06-10T14:41:12.503Z] === RUN   TestSecretsUpdate
14:41:13 [2021-06-10T14:41:13.122Z] --- PASS: TestStopContainerWithTimeout (0.01s)
14:41:13 [2021-06-10T14:41:13.122Z]     --- PASS: TestStopContainerWithTimeout/0 (2.08s)
14:41:13 [2021-06-10T14:41:13.122Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.95s)
14:41:13 [2021-06-10T14:41:13.122Z]     --- PASS: TestStopContainerWithTimeout/3 (3.19s)
14:41:13 [2021-06-10T14:41:13.122Z]     --- PASS: TestStopContainerWithTimeout/1 (2.25s)
14:41:13 [2021-06-10T14:41:13.122Z] === RUN   TestDeleteDevicemapper
14:41:13 [2021-06-10T14:41:13.122Z] --- SKIP: TestDeleteDevicemapper (0.00s)
14:41:13 [2021-06-10T14:41:13.122Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
14:41:13 [2021-06-10T14:41:13.122Z] === RUN   TestStopContainerWithRestartPolicyAlways
14:41:15 [2021-06-10T14:41:15.041Z] --- PASS: TestSecretsUpdate (2.32s)
14:41:15 [2021-06-10T14:41:15.042Z] === RUN   TestTemplatedSecret
14:41:17 [2021-06-10T14:41:17.312Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume
14:41:18 [2021-06-10T14:41:18.339Z] --- PASS: TestTemplatedSecret (3.54s)
14:41:18 [2021-06-10T14:41:18.339Z] === RUN   TestSecretCreateResolve
14:41:19 [2021-06-10T14:41:19.214Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
14:41:19 [2021-06-10T14:41:19.781Z] --- PASS: TestStopContainerWithRestartPolicyAlways (6.84s)
14:41:19 [2021-06-10T14:41:19.781Z] === RUN   TestUpdateMemory
14:41:19 [2021-06-10T14:41:19.781Z] --- SKIP: TestUpdateMemory (0.00s)
14:41:19 [2021-06-10T14:41:19.781Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
14:41:19 [2021-06-10T14:41:19.781Z] === RUN   TestUpdateCPUQuota
14:41:20 [2021-06-10T14:41:20.861Z] --- PASS: TestSecretCreateResolve (2.32s)
14:41:20 [2021-06-10T14:41:20.861Z] PASS
14:41:20 [2021-06-10T14:41:20.861Z] 
14:41:20 [2021-06-10T14:41:20.861Z] DONE 6 tests in 15.219s
14:41:20 [2021-06-10T14:41:20.861Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
14:41:20 [2021-06-10T14:41:20.861Z] INFO: Testing against a local daemon
14:41:20 [2021-06-10T14:41:20.861Z] === RUN   TestServiceCreateInit
14:41:20 [2021-06-10T14:41:20.861Z] === RUN   TestServiceCreateInit/daemonInitDisabled
14:41:22 [2021-06-10T14:41:22.313Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
14:41:23 [2021-06-10T14:41:23.247Z] === RUN   TestDockerSuite/TestBuildClearCmd
14:41:23 [2021-06-10T14:41:23.247Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer
14:41:23 [2021-06-10T14:41:23.505Z] === RUN   TestDockerSuite/TestBuildCmd
14:41:23 [2021-06-10T14:41:23.764Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
14:41:24 [2021-06-10T14:41:24.330Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
14:41:24 [2021-06-10T14:41:24.589Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
14:41:24 [2021-06-10T14:41:24.589Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
14:41:25 [2021-06-10T14:41:25.220Z] Created binary: bundles/binary-daemon/dockerd-dev
14:41:25 [2021-06-10T14:41:25.220Z] Copying nested executables into bundles/binary-daemon
14:41:25 [2021-06-10T14:41:25.220Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Cross)
[Pipeline] sh
14:41:25 [2021-06-10T14:41:25.553Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42507/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 -e DOCKER_GRAPHDRIVER docker:523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 hack/make.sh cross
14:41:25 [2021-06-10T14:41:25.809Z] 
14:41:25 [2021-06-10T14:41:25.964Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs
14:41:25 [2021-06-10T14:41:25.964Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
14:41:26 [2021-06-10T14:41:26.067Z] Removing bundles/
14:41:26 [2021-06-10T14:41:26.067Z] 
14:41:26 [2021-06-10T14:41:26.067Z] ---> Making bundle: cross (in bundles/cross)
14:41:26 [2021-06-10T14:41:26.067Z] Cross building: bundles/cross/linux/amd64
14:41:26 [2021-06-10T14:41:26.067Z] Building: bundles/cross/linux/amd64/dockerd-dev
14:41:26 [2021-06-10T14:41:26.067Z] GOOS="linux" GOARCH="amd64" GOARM=""
14:41:26 [2021-06-10T14:41:26.116Z] === RUN   TestServiceCreateInit/daemonInitEnabled
14:41:29 [2021-06-10T14:41:29.247Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins
14:41:30 [2021-06-10T14:41:30.292Z] --- PASS: TestServiceCreateInit (9.33s)
14:41:30 [2021-06-10T14:41:30.292Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (4.70s)
14:41:30 [2021-06-10T14:41:30.292Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (4.60s)
14:41:30 [2021-06-10T14:41:30.292Z] === RUN   TestCreateServiceMultipleTimes
14:41:30 [2021-06-10T14:41:30.623Z] --- PASS: TestUpdateCPUQuota (10.57s)
14:41:30 [2021-06-10T14:41:30.623Z] === RUN   TestUpdatePidsLimit
14:41:30 [2021-06-10T14:41:30.623Z] === RUN   TestUpdatePidsLimit/update_from_none
14:41:31 [2021-06-10T14:41:31.567Z] === RUN   TestUpdatePidsLimit/no_change
14:41:32 [2021-06-10T14:41:32.944Z] === RUN   TestUpdatePidsLimit/update_lower
14:41:32 [2021-06-10T14:41:32.944Z] === RUN   TestDockerSuite/TestBuildConditionalCache
14:41:32 [2021-06-10T14:41:32.944Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeout
14:41:34 [2021-06-10T14:41:34.323Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
14:41:34 [2021-06-10T14:41:34.323Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
14:41:35 [2021-06-10T14:41:35.313Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile
14:41:35 [2021-06-10T14:41:35.573Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
14:41:36 [2021-06-10T14:41:36.141Z] === RUN   TestDockerSuite/TestBuildContextCleanup
14:41:36 [2021-06-10T14:41:36.398Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
14:41:36 [2021-06-10T14:41:36.659Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
14:41:37 [2021-06-10T14:41:37.225Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
14:41:37 [2021-06-10T14:41:37.791Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
14:41:37 [2021-06-10T14:41:37.791Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
14:41:38 [2021-06-10T14:41:38.358Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
14:41:38 [2021-06-10T14:41:38.926Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownWithPlugins
14:41:39 [2021-06-10T14:41:39.493Z] --- PASS: TestUpdatePidsLimit (9.11s)
14:41:39 [2021-06-10T14:41:39.493Z]     --- PASS: TestUpdatePidsLimit/update_from_none (1.23s)
14:41:39 [2021-06-10T14:41:39.493Z]     --- PASS: TestUpdatePidsLimit/no_change (1.18s)
14:41:39 [2021-06-10T14:41:39.493Z]     --- PASS: TestUpdatePidsLimit/update_lower (1.28s)
14:41:39 [2021-06-10T14:41:39.493Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (1.50s)
14:41:39 [2021-06-10T14:41:39.493Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (1.08s)
14:41:39 [2021-06-10T14:41:39.493Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (1.00s)
14:41:39 [2021-06-10T14:41:39.493Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (1.04s)
14:41:39 [2021-06-10T14:41:39.493Z] === RUN   TestUpdateRestartPolicy
14:41:43 [2021-06-10T14:41:43.685Z] === RUN   TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation
14:41:45 [2021-06-10T14:41:45.061Z] === RUN   TestDockerDaemonSuite/TestDaemonStartIptablesFalse
14:41:45 [2021-06-10T14:41:45.319Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost
14:41:45 [2021-06-10T14:41:45.927Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithIpcModes
14:41:48 [2021-06-10T14:41:48.353Z] --- PASS: TestCreateServiceMultipleTimes (17.68s)
14:41:48 [2021-06-10T14:41:48.353Z] === RUN   TestCreateServiceConflict
14:41:50 [2021-06-10T14:41:50.247Z] --- PASS: TestCreateServiceConflict (2.31s)
14:41:50 [2021-06-10T14:41:50.247Z] === RUN   TestCreateServiceMaxReplicas
14:41:51 [2021-06-10T14:41:51.226Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutColors
14:41:52 [2021-06-10T14:41:52.162Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
14:41:52 [2021-06-10T14:41:52.162Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutHost
14:41:52 [2021-06-10T14:41:52.728Z] === RUN   TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964
14:41:52 [2021-06-10T14:41:52.728Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
14:41:53 [2021-06-10T14:41:53.295Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
14:41:53 [2021-06-10T14:41:53.521Z] --- PASS: TestCreateServiceMaxReplicas (3.38s)
14:41:53 [2021-06-10T14:41:53.521Z] === RUN   TestCreateWithDuplicateNetworkNames
14:41:54 [2021-06-10T14:41:54.231Z] === RUN   TestDockerDaemonSuite/TestDaemonUlimitDefaults
14:41:54 [2021-06-10T14:41:54.798Z] --- PASS: TestUpdateRestartPolicy (15.25s)
14:41:54 [2021-06-10T14:41:54.798Z] === RUN   TestUpdateRestartWithAutoRemove
14:41:56 [2021-06-10T14:41:56.177Z] --- PASS: TestUpdateRestartWithAutoRemove (1.28s)
14:41:56 [2021-06-10T14:41:56.177Z] === RUN   TestWaitNonBlocked
14:41:56 [2021-06-10T14:41:56.177Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
14:41:56 [2021-06-10T14:41:56.177Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
14:41:56 [2021-06-10T14:41:56.177Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
14:41:56 [2021-06-10T14:41:56.177Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
14:41:56 [2021-06-10T14:41:56.177Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
14:41:56 [2021-06-10T14:41:56.177Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
14:41:58 [2021-06-10T14:41:58.081Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
14:41:58 [2021-06-10T14:41:58.341Z] --- PASS: TestWaitNonBlocked (0.05s)
14:41:58 [2021-06-10T14:41:58.341Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.19s)
14:41:58 [2021-06-10T14:41:58.341Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.34s)
14:41:58 [2021-06-10T14:41:58.341Z] === RUN   TestWaitBlocked
14:41:58 [2021-06-10T14:41:58.341Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
14:41:58 [2021-06-10T14:41:58.341Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
14:41:58 [2021-06-10T14:41:58.341Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
14:41:58 [2021-06-10T14:41:58.341Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
14:41:58 [2021-06-10T14:41:58.341Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
14:41:58 [2021-06-10T14:41:58.341Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
14:41:58 [2021-06-10T14:41:58.599Z] === RUN   TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp
14:41:59 [2021-06-10T14:41:59.167Z] === RUN   TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting
14:42:00 [2021-06-10T14:42:00.543Z] --- PASS: TestWaitBlocked (0.06s)
14:42:00 [2021-06-10T14:42:00.543Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (2.19s)
14:42:00 [2021-06-10T14:42:00.543Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (2.23s)
14:42:00 [2021-06-10T14:42:00.543Z] === CONT  TestContainerStartOnDaemonRestart
14:42:00 [2021-06-10T14:42:00.543Z] === CONT  TestContainerKillOnDaemonStart
14:42:03 [2021-06-10T14:42:03.830Z] === RUN   TestDockerDaemonSuite/TestDaemonWideLogConfig
14:42:04 [2021-06-10T14:42:04.395Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
14:42:05 [2021-06-10T14:42:05.770Z] === RUN   TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath
14:42:06 [2021-06-10T14:42:06.029Z] --- PASS: TestContainerStartOnDaemonRestart (5.25s)
14:42:06 [2021-06-10T14:42:06.029Z] === CONT  TestIpcModeOlderClient
14:42:06 [2021-06-10T14:42:06.029Z] --- PASS: TestIpcModeOlderClient (0.07s)
14:42:06 [2021-06-10T14:42:06.029Z] === CONT  TestDaemonHostGatewayIP
14:42:06 [2021-06-10T14:42:06.597Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
14:42:06 [2021-06-10T14:42:06.597Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
14:42:06 [2021-06-10T14:42:06.597Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
14:42:06 [2021-06-10T14:42:06.597Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
14:42:06 [2021-06-10T14:42:06.597Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
14:42:08 [2021-06-10T14:42:08.376Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.62s)
14:42:08 [2021-06-10T14:42:08.376Z] === RUN   TestCreateServiceSecretFileMode
14:42:09 [2021-06-10T14:42:09.746Z] --- PASS: TestCreateServiceSecretFileMode (2.88s)
14:42:09 [2021-06-10T14:42:09.746Z] === RUN   TestCreateServiceConfigFileMode
14:42:11 [2021-06-10T14:42:11.868Z] === RUN   TestDockerDaemonSuite/TestDaemonWithWrongkey
14:42:11 [2021-06-10T14:42:11.868Z] --- PASS: TestDaemonHostGatewayIP (5.55s)
14:42:11 [2021-06-10T14:42:11.868Z] === CONT  TestRestartDaemonWithRestartingContainer
14:42:12 [2021-06-10T14:42:12.128Z] === RUN   TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork
14:42:12 [2021-06-10T14:42:12.388Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
14:42:13 [2021-06-10T14:42:13.021Z] --- PASS: TestCreateServiceConfigFileMode (2.78s)
14:42:13 [2021-06-10T14:42:13.021Z] === RUN   TestCreateServiceSysctls
14:42:15 [2021-06-10T14:42:15.674Z] --- PASS: TestContainerKillOnDaemonStart (15.09s)
14:42:15 [2021-06-10T14:42:15.674Z] === CONT  TestDaemonRestartIpcMode
14:42:15 [2021-06-10T14:42:15.933Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.32s)
14:42:16 [2021-06-10T14:42:16.298Z] --- PASS: TestCreateServiceSysctls (3.84s)
14:42:16 [2021-06-10T14:42:16.298Z] === RUN   TestCreateServiceCapabilities
14:42:19 [2021-06-10T14:42:19.572Z] --- PASS: TestCreateServiceCapabilities (2.85s)
14:42:19 [2021-06-10T14:42:19.572Z] === RUN   TestInspect
14:42:21 [2021-06-10T14:42:21.201Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
14:42:21 [2021-06-10T14:42:21.201Z] --- PASS: TestDaemonRestartIpcMode (5.04s)
14:42:21 [2021-06-10T14:42:21.201Z] PASS
14:42:21 [2021-06-10T14:42:21.201Z] 
14:42:21 [2021-06-10T14:42:21.201Z] === Skipped
14:42:21 [2021-06-10T14:42:21.201Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
14:42:21 [2021-06-10T14:42:21.201Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
14:42:21 [2021-06-10T14:42:21.201Z] 
14:42:21 [2021-06-10T14:42:21.201Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.01s)
14:42:21 [2021-06-10T14:42:21.201Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
14:42:21 [2021-06-10T14:42:21.201Z] 
14:42:21 [2021-06-10T14:42:21.201Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
14:42:21 [2021-06-10T14:42:21.201Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
14:42:21 [2021-06-10T14:42:21.201Z] 
14:42:21 [2021-06-10T14:42:21.201Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
14:42:21 [2021-06-10T14:42:21.201Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
14:42:21 [2021-06-10T14:42:21.201Z] 
14:42:21 [2021-06-10T14:42:21.201Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
14:42:21 [2021-06-10T14:42:21.201Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
14:42:21 [2021-06-10T14:42:21.201Z] 
14:42:21 [2021-06-10T14:42:21.201Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
14:42:21 [2021-06-10T14:42:21.201Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
14:42:21 [2021-06-10T14:42:21.201Z] 
14:42:21 [2021-06-10T14:42:21.201Z] 
14:42:21 [2021-06-10T14:42:21.201Z] DONE 195 tests, 6 skipped in 241.011s
14:42:21 [2021-06-10T14:42:21.201Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
14:42:21 [2021-06-10T14:42:21.201Z] ++ 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
14:42:21 [2021-06-10T14:42:21.201Z] ++ set -e
14:42:21 [2021-06-10T14:42:21.201Z] ++ '[' -n 0 ']'
14:42:21 [2021-06-10T14:42:21.201Z] ++ set -x
14:42:21 [2021-06-10T14:42:21.201Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m
14:42:21 [2021-06-10T14:42:21.201Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
14:42:21 [2021-06-10T14:42:21.201Z] INFO: Testing against a local daemon
14:42:21 [2021-06-10T14:42:21.201Z] === RUN   TestCommitInheritsEnv
14:42:21 [2021-06-10T14:42:21.769Z] --- PASS: TestCommitInheritsEnv (0.48s)
14:42:21 [2021-06-10T14:42:21.769Z] === RUN   TestImportExtremelyLargeImageWorks
14:42:21 [2021-06-10T14:42:21.769Z] === PAUSE TestImportExtremelyLargeImageWorks
14:42:21 [2021-06-10T14:42:21.769Z] === RUN   TestImagesFilterMultiReference
14:42:21 [2021-06-10T14:42:21.769Z] --- PASS: TestImagesFilterMultiReference (0.10s)
14:42:21 [2021-06-10T14:42:21.769Z] === RUN   TestImagePullPlatformInvalid
14:42:21 [2021-06-10T14:42:21.769Z] --- PASS: TestImagePullPlatformInvalid (0.05s)
14:42:21 [2021-06-10T14:42:21.769Z] === RUN   TestRemoveImageOrphaning
14:42:22 [2021-06-10T14:42:22.337Z] --- PASS: TestRemoveImageOrphaning (0.47s)
14:42:22 [2021-06-10T14:42:22.337Z] === RUN   TestRemoveImageGarbageCollector
14:42:22 [2021-06-10T14:42:22.847Z] --- PASS: TestInspect (3.32s)
14:42:22 [2021-06-10T14:42:22.847Z] === RUN   TestCreateJob
14:42:24 [2021-06-10T14:42:24.870Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
14:42:25 [2021-06-10T14:42:25.129Z] --- PASS: TestRemoveImageGarbageCollector (2.95s)
14:42:25 [2021-06-10T14:42:25.129Z] === RUN   TestTagUnprefixedRepoByNameOrName
14:42:25 [2021-06-10T14:42:25.129Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s)
14:42:25 [2021-06-10T14:42:25.129Z] === RUN   TestTagInvalidReference
14:42:25 [2021-06-10T14:42:25.129Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
14:42:25 [2021-06-10T14:42:25.129Z] --- PASS: TestTagInvalidReference (0.05s)
14:42:25 [2021-06-10T14:42:25.129Z] === RUN   TestTagValidPrefixedRepo
14:42:25 [2021-06-10T14:42:25.388Z] --- PASS: TestTagValidPrefixedRepo (0.06s)
14:42:25 [2021-06-10T14:42:25.388Z] === RUN   TestTagExistedNameWithoutForce
14:42:25 [2021-06-10T14:42:25.388Z] --- PASS: TestTagExistedNameWithoutForce (0.04s)
14:42:25 [2021-06-10T14:42:25.388Z] === RUN   TestTagOfficialNames
14:42:25 [2021-06-10T14:42:25.388Z] --- PASS: TestTagOfficialNames (0.08s)
14:42:25 [2021-06-10T14:42:25.388Z] === RUN   TestTagMatchesDigest
14:42:25 [2021-06-10T14:42:25.388Z] --- PASS: TestTagMatchesDigest (0.04s)
14:42:25 [2021-06-10T14:42:25.388Z] === CONT  TestImportExtremelyLargeImageWorks
14:42:25 [2021-06-10T14:42:25.958Z] === RUN   TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore
14:42:27 [2021-06-10T14:42:27.024Z] --- PASS: TestCreateJob (3.77s)
14:42:27 [2021-06-10T14:42:27.024Z] === RUN   TestReplicatedJob
14:42:31 [2021-06-10T14:42:31.225Z] === RUN   TestDockerDaemonSuite/TestFailedPluginRemove
14:42:33 [2021-06-10T14:42:33.578Z] --- PASS: TestReplicatedJob (6.82s)
14:42:33 [2021-06-10T14:42:33.578Z] === RUN   TestUpdateReplicatedJob
14:42:33 [2021-06-10T14:42:33.758Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfo
14:42:33 [2021-06-10T14:42:33.758Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueCert
14:42:34 [2021-06-10T14:42:34.326Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
14:42:34 [2021-06-10T14:42:34.585Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert
14:42:35 [2021-06-10T14:42:35.152Z] === RUN   TestDockerDaemonSuite/TestHTTPSRun
14:42:36 [2021-06-10T14:42:36.855Z] --- PASS: TestUpdateReplicatedJob (3.80s)
14:42:36 [2021-06-10T14:42:36.855Z] === RUN   TestServiceListWithStatuses
14:42:36 [2021-06-10T14:42:36.855Z] --- SKIP: TestServiceListWithStatuses (0.00s)
14:42:36 [2021-06-10T14:42:36.855Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
14:42:36 [2021-06-10T14:42:36.855Z] === RUN   TestDockerNetworkConnectAlias
14:42:37 [2021-06-10T14:42:37.685Z] === RUN   TestDockerDaemonSuite/TestLegacyDaemonCommand
14:42:37 [2021-06-10T14:42:37.685Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterCapability
14:42:40 [2021-06-10T14:42:40.219Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterEnabled
14:42:42 [2021-06-10T14:42:42.121Z] === RUN   TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart
14:42:42 [2021-06-10T14:42:42.166Z] --- PASS: TestDockerNetworkConnectAlias (4.94s)
14:42:42 [2021-06-10T14:42:42.166Z] === RUN   TestDockerNetworkReConnect
14:42:42 [2021-06-10T14:42:42.689Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
14:42:43 [2021-06-10T14:42:43.630Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
14:42:45 [2021-06-10T14:42:45.533Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
14:42:45 [2021-06-10T14:42:45.533Z] === RUN   TestDockerDaemonSuite/TestPruneImageDangling
14:42:46 [2021-06-10T14:42:46.355Z] --- PASS: TestDockerNetworkReConnect (3.83s)
14:42:46 [2021-06-10T14:42:46.355Z] === RUN   TestServicePlugin
14:42:47 [2021-06-10T14:42:47.437Z] === RUN   TestDockerDaemonSuite/TestPruneImageLabel
14:42:49 [2021-06-10T14:42:49.341Z] === RUN   TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore
14:42:51 [2021-06-10T14:42:51.243Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
14:42:52 [2021-06-10T14:42:52.179Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
14:42:52 [2021-06-10T14:42:52.179Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
14:42:53 [2021-06-10T14:42:53.555Z] === RUN   TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore
14:42:54 [2021-06-10T14:42:54.122Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
14:42:56 [2021-06-10T14:42:56.057Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
14:42:57 [2021-06-10T14:42:57.978Z] === RUN   TestDockerSuite/TestBuildDockerignore
14:42:57 [2021-06-10T14:42:57.979Z] === RUN   TestDockerDaemonSuite/TestRunLinksChanged
14:43:02 [2021-06-10T14:43:02.452Z] Created binary: bundles/cross/linux/amd64/dockerd-dev
14:43:02 [2021-06-10T14:43:02.452Z] Copying nested executables into bundles/cross/linux/amd64
14:43:02 [2021-06-10T14:43:02.452Z] Cross building: bundles/cross/windows/amd64
14:43:02 [2021-06-10T14:43:02.452Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe
14:43:02 [2021-06-10T14:43:02.452Z] GOOS="windows" GOARCH="amd64" GOARM=""
14:43:04 [2021-06-10T14:43:04.544Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNewFormat
14:43:06 [2021-06-10T14:43:06.444Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap
14:43:07 [2021-06-10T14:43:07.819Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames
14:43:08 [2021-06-10T14:43:08.754Z] === RUN   TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile
14:43:12 [2021-06-10T14:43:12.941Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine
14:43:14 [2021-06-10T14:43:14.844Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
14:43:16 [2021-06-10T14:43:16.746Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
14:43:18 [2021-06-10T14:43:18.400Z] --- PASS: TestServicePlugin (30.93s)
14:43:18 [2021-06-10T14:43:18.400Z]     plugin_test.go:62: [d743d9743f532] joining swarm manager [d0709842ffb78]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:43:18 [2021-06-10T14:43:18.400Z]     plugin_test.go:65: [d6711d0119839] joining swarm manager [d0709842ffb78]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:43:18 [2021-06-10T14:43:18.400Z] === RUN   TestServiceUpdateLabel
14:43:18 [2021-06-10T14:43:18.963Z] --- PASS: TestServiceUpdateLabel (2.31s)
14:43:18 [2021-06-10T14:43:18.963Z] === RUN   TestServiceUpdateSecrets
14:43:22 [2021-06-10T14:43:22.018Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
14:43:23 [2021-06-10T14:43:23.503Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile
14:43:35 [2021-06-10T14:43:35.709Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
14:43:37 [2021-06-10T14:43:37.021Z] --- PASS: TestServiceUpdateSecrets (15.31s)
14:43:37 [2021-06-10T14:43:37.021Z] === RUN   TestServiceUpdateConfigs
14:43:38 [2021-06-10T14:43:38.993Z] === RUN   TestDockerDaemonSuite/TestShmSize
14:43:38 [2021-06-10T14:43:38.993Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
14:43:40 [2021-06-10T14:43:40.369Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
14:43:40 [2021-06-10T14:43:40.369Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
14:43:40 [2021-06-10T14:43:40.941Z] === RUN   TestDockerDaemonSuite/TestShmSizeReload
14:43:45 [2021-06-10T14:43:45.130Z] === RUN   TestDockerDaemonSuite/TestTLSVerify
14:43:45 [2021-06-10T14:43:45.389Z] === RUN   TestDockerDaemonSuite/TestVolumePlugin
14:43:47 [2021-06-10T14:43:47.297Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
14:43:50 [2021-06-10T14:43:50.583Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
14:43:51 [2021-06-10T14:43:51.520Z] --- PASS: TestDockerDaemonSuite (442.91s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (8.57s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (2.51s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.95s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (4.00s)
14:43:51 [2021-06-10T14:43:51.520Z]         docker_cli_daemon_test.go:1455: [de40b243e96f0] daemon is not started
14:43:51 [2021-06-10T14:43:51.520Z]         check_test.go:309: [d357d94ec06b5] daemon is not started
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (3.16s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (2.21s)
14:43:51 [2021-06-10T14:43:51.520Z]         check_test.go:309: [d907260d84fc6] daemon is not started
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.47s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (3.60s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (3.32s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (4.94s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (5.31s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (3.11s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.51s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (3.20s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s)
14:43:51 [2021-06-10T14:43:51.520Z]         check_test.go:309: [dcf2bdc21d3fc] daemon is not started
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s)
14:43:51 [2021-06-10T14:43:51.520Z]         check_test.go:309: [dce564543922b] daemon is not started
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (2.03s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.57s)
14:43:51 [2021-06-10T14:43:51.520Z]         check_test.go:309: [df5cf1a852556] daemon is not started
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (3.25s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.73s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (3.11s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.16s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.61s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.63s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.85s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s)
14:43:51 [2021-06-10T14:43:51.520Z]         check_test.go:309: [db4566d88606d] daemon is not started
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.54s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.55s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.54s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (4.04s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (6.22s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIP (3.30s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.02s)
14:43:51 [2021-06-10T14:43:51.520Z]         docker_cli_daemon_test.go:363: unmatched requirement IPv6
14:43:51 [2021-06-10T14:43:51.520Z]         check_test.go:309: [d76ad90c9313d] daemon is not started
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (3.03s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.58s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (2.52s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (2.57s)
14:43:51 [2021-06-10T14:43:51.520Z]         check_test.go:309: [d9aa1e961c084] daemon is not started
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (4.34s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.55s)
14:43:51 [2021-06-10T14:43:51.520Z]         check_test.go:309: [d0e008c8f519b] daemon is not started
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.61s)
14:43:51 [2021-06-10T14:43:51.520Z]         docker_cli_daemon_plugins_test.go:79: [d9ab97fa8ef40] daemon is not started
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.68s)
14:43:51 [2021-06-10T14:43:51.520Z]         docker_cli_daemon_plugins_test.go:169: [d9987b31f1e6c] daemon is not started
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (4.35s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.54s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.54s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s)
14:43:51 [2021-06-10T14:43:51.520Z]         check_test.go:309: [db658781be0be] daemon is not started
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (2.52s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (2.53s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (2.09s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (2.36s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (2.60s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (2.54s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.75s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.58s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.56s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.53s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (8.31s)
14:43:51 [2021-06-10T14:43:51.520Z]         check_test.go:309: [d79ff41238c28] daemon is not started
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.97s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (27.29s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (3.21s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.16s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (7.72s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (4.40s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (7.58s)
14:43:51 [2021-06-10T14:43:51.520Z]         check_test.go:309: [df47f7d9d8871] daemon is not started
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.57s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (3.05s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (16.80s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (4.46s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.74s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.82s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (4.39s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s)
14:43:51 [2021-06-10T14:43:51.520Z]         docker_cli_daemon_test.go:232: unmatched requirement Devicemapper
14:43:51 [2021-06-10T14:43:51.520Z]         check_test.go:309: [d95645246de33] daemon is not started
14:43:51 [2021-06-10T14:43:51.520Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
14:43:51 [2021-06-10T14:43:51.520Z]         docker_cli_daemon_test.go:212: unmatched requirement Devicemapper
14:43:51 [2021-06-10T14:43:51.520Z]         check_test.go:309: [d13f87de61e3f] daemon is not started
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.94s)
14:43:51 [2021-06-10T14:43:51.520Z]         check_test.go:309: [d5dced0e4f3f1] daemon is not started
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (6.72s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (4.39s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (4.06s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.45s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.71s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (5.66s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (5.89s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.60s)
14:43:51 [2021-06-10T14:43:51.520Z]         check_test.go:309: [df50bd556f9b8] daemon is not started
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.45s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.65s)
14:43:51 [2021-06-10T14:43:51.520Z]         docker_cli_daemon_plugins_test.go:105: [d4853d1e26277] daemon is not started
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (2.35s)
14:43:51 [2021-06-10T14:43:51.520Z]         check_test.go:309: [df66d9d4859e0] daemon is not started
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.60s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (4.77s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.08s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.53s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.61s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.21s)
14:43:51 [2021-06-10T14:43:51.520Z]         docker_cli_daemon_test.go:2887: Checking IpcMode private set from config
14:43:51 [2021-06-10T14:43:51.520Z]         docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config
14:43:51 [2021-06-10T14:43:51.520Z]         docker_cli_daemon_test.go:2887: Checking IpcMode host set from config
14:43:51 [2021-06-10T14:43:51.520Z]         docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config
14:43:51 [2021-06-10T14:43:51.520Z]         docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config
14:43:51 [2021-06-10T14:43:51.520Z]         docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli
14:43:51 [2021-06-10T14:43:51.520Z]         docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli
14:43:51 [2021-06-10T14:43:51.520Z]         docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli
14:43:51 [2021-06-10T14:43:51.520Z]         docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli
14:43:51 [2021-06-10T14:43:51.520Z]         docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli
14:43:51 [2021-06-10T14:43:51.520Z]         check_test.go:309: [da0d2a7513199] daemon is not started
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.05s)
14:43:51 [2021-06-10T14:43:51.520Z]         check_test.go:309: [d961ebb556705] daemon is not started
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.57s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.41s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (4.49s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.62s)
14:43:51 [2021-06-10T14:43:51.520Z]         check_test.go:309: [d1fcd5b63cce3] daemon is not started
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (4.02s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.56s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (5.29s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.05s)
14:43:51 [2021-06-10T14:43:51.520Z]         check_test.go:309: [d4f7840ecfe33] daemon is not started
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (8.78s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (4.98s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (5.32s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.01s)
14:43:51 [2021-06-10T14:43:51.520Z]         check_test.go:309: [dc6d435a04860] daemon is not started
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.58s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.61s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.58s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSRun (2.57s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s)
14:43:51 [2021-06-10T14:43:51.520Z]         check_test.go:309: [d00483d162666] daemon is not started
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.23s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.87s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.72s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.78s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.96s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (4.18s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (4.62s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (6.38s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.98s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.21s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.22s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.98s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (10.61s)
14:43:51 [2021-06-10T14:43:51.520Z]         docker_cli_daemon_test.go:2550: [d4f84f3900ccf] daemon is not started
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (11.38s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (3.90s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestShmSize (2.41s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestShmSizeReload (4.02s)
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.23s)
14:43:51 [2021-06-10T14:43:51.520Z]         check_test.go:309: [dca2c8eb19cc3] daemon is not started
14:43:51 [2021-06-10T14:43:51.520Z]     --- PASS: TestDockerDaemonSuite/TestVolumePlugin (6.13s)
14:43:51 [2021-06-10T14:43:51.520Z] === RUN   TestDockerSwarmSuite
14:43:51 [2021-06-10T14:43:51.520Z] === RUN   TestDockerSwarmSuite/TestAPIDuplicateNetworks
14:43:51 [2021-06-10T14:43:51.873Z] --- PASS: TestServiceUpdateConfigs (15.19s)
14:43:51 [2021-06-10T14:43:51.873Z] === RUN   TestServiceUpdateNetwork
14:43:54 [2021-06-10T14:43:54.059Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
14:43:55 [2021-06-10T14:43:55.009Z] === RUN   TestDockerSwarmSuite/TestAPINetworkInspectWithScope
14:43:58 [2021-06-10T14:43:58.294Z] === RUN   TestDockerSwarmSuite/TestAPIServiceUpdatePort
14:44:04 [2021-06-10T14:44:04.065Z] --- PASS: TestServiceUpdateNetwork (13.31s)
14:44:04 [2021-06-10T14:44:04.065Z] === RUN   TestServiceUpdatePidsLimit
14:44:04 [2021-06-10T14:44:04.065Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
14:44:04 [2021-06-10T14:44:04.865Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
14:44:04 [2021-06-10T14:44:04.865Z] === RUN   TestDockerSwarmSuite/TestAPISwarmCAHash
14:44:05 [2021-06-10T14:44:05.435Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
14:44:07 [2021-06-10T14:44:07.395Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
14:44:09 [2021-06-10T14:44:09.924Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
14:44:10 [2021-06-10T14:44:10.087Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe
14:44:10 [2021-06-10T14:44:10.087Z] Cloning into '/go/src/github.com/docker/windows-container-utility'...
14:44:10 [2021-06-10T14:44:10.087Z] remote: Enumerating objects: 23, done.
14:44:10 [2021-06-10T14:44:10.087Z] remote: Counting objects:  50% (1/2)
remote: Counting objects: 100% (2/2)
remote: Counting objects: 100% (2/2), done.
14:44:10 [2021-06-10T14:44:10.087Z] remote: Compressing objects:  50% (1/2)
remote: Compressing objects: 100% (2/2)
remote: Compressing objects: 100% (2/2), done.
14:44:10 [2021-06-10T14:44:10.087Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21
14:44:10 [2021-06-10T14:44:10.087Z] 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.
14:44:10 [2021-06-10T14:44:10.087Z] Building: bundles/cross/windows/amd64/containerutility.exe
14:44:10 [2021-06-10T14:44:10.087Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
14:44:11 [2021-06-10T14:44:11.769Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42507/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 hack/test/unit
14:44:13 [2021-06-10T14:44:13.529Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
14:44:14 [2021-06-10T14:44:14.288Z] ?   	github.com/docker/docker/api	[no test files]
14:44:18 [2021-06-10T14:44:18.038Z] === RUN   TestDockerSwarmSuite/TestAPISwarmErrorHandling
14:44:18 [2021-06-10T14:44:18.297Z] === RUN   TestDockerSwarmSuite/TestAPISwarmForceNewCluster
14:44:20 [2021-06-10T14:44:20.074Z] --- PASS: TestServiceUpdatePidsLimit (17.37s)
14:44:20 [2021-06-10T14:44:20.074Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.13s)
14:44:20 [2021-06-10T14:44:20.074Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.19s)
14:44:20 [2021-06-10T14:44:20.074Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.19s)
14:44:20 [2021-06-10T14:44:20.074Z] PASS
14:44:20 [2021-06-10T14:44:20.074Z] 
14:44:20 [2021-06-10T14:44:20.074Z] === Skipped
14:44:20 [2021-06-10T14:44:20.074Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
14:44:20 [2021-06-10T14:44:20.074Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
14:44:20 [2021-06-10T14:44:20.074Z] 
14:44:20 [2021-06-10T14:44:20.074Z] 
14:44:20 [2021-06-10T14:44:20.074Z] DONE 27 tests, 1 skipped in 179.606s
14:44:20 [2021-06-10T14:44:20.074Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
14:44:20 [2021-06-10T14:44:20.074Z] INFO: Testing against a local daemon
14:44:20 [2021-06-10T14:44:20.074Z] === RUN   TestSessionCreate
14:44:20 [2021-06-10T14:44:20.332Z] --- PASS: TestSessionCreate (0.03s)
14:44:20 [2021-06-10T14:44:20.332Z] === RUN   TestSessionCreateWithBadUpgrade
14:44:20 [2021-06-10T14:44:20.332Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
14:44:20 [2021-06-10T14:44:20.332Z] PASS
14:44:20 [2021-06-10T14:44:20.332Z] 
14:44:20 [2021-06-10T14:44:20.332Z] DONE 2 tests in 0.088s
14:44:20 [2021-06-10T14:44:20.332Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
14:44:20 [2021-06-10T14:44:20.332Z] INFO: Testing against a local daemon
14:44:20 [2021-06-10T14:44:20.332Z] === RUN   TestCgroupDriverSystemdMemoryLimit
14:44:20 [2021-06-10T14:44:20.332Z] === PAUSE TestCgroupDriverSystemdMemoryLimit
14:44:20 [2021-06-10T14:44:20.332Z] === RUN   TestEventsExecDie
14:44:21 [2021-06-10T14:44:21.264Z] --- PASS: TestEventsExecDie (1.10s)
14:44:21 [2021-06-10T14:44:21.264Z] === RUN   TestEventsBackwardsCompatible
14:44:21 [2021-06-10T14:44:21.521Z] --- PASS: TestEventsBackwardsCompatible (0.07s)
14:44:21 [2021-06-10T14:44:21.521Z] === RUN   TestInfoBinaryCommits
14:44:21 [2021-06-10T14:44:21.521Z] --- PASS: TestInfoBinaryCommits (0.02s)
14:44:21 [2021-06-10T14:44:21.521Z] === RUN   TestInfoAPIVersioned
14:44:21 [2021-06-10T14:44:21.521Z] --- PASS: TestInfoAPIVersioned (0.01s)
14:44:21 [2021-06-10T14:44:21.521Z] === RUN   TestInfoDiscoveryBackend
14:44:22 [2021-06-10T14:44:22.084Z] --- PASS: TestInfoDiscoveryBackend (0.52s)
14:44:22 [2021-06-10T14:44:22.084Z] === RUN   TestInfoDiscoveryInvalidAdvertise
14:44:23 [2021-06-10T14:44:23.016Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
14:44:23 [2021-06-10T14:44:23.016Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
14:44:23 [2021-06-10T14:44:23.579Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s)
14:44:23 [2021-06-10T14:44:23.579Z] === RUN   TestInfoAPI
14:44:23 [2021-06-10T14:44:23.579Z] --- PASS: TestInfoAPI (0.02s)
14:44:23 [2021-06-10T14:44:23.579Z] === RUN   TestInfoAPIWarnings
14:44:29 [2021-06-10T14:44:29.135Z] ok  	github.com/docker/docker/api/server	0.006s	coverage: 9.0% of statements
14:44:33 [2021-06-10T14:44:33.198Z] === RUN   TestDockerSuite/TestBuildDotDotFile
14:44:33 [2021-06-10T14:44:33.198Z] === RUN   TestDockerSuite/TestBuildEOLInLine
14:44:39 [2021-06-10T14:44:39.759Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
14:44:39 [2021-06-10T14:44:39.759Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
14:44:39 [2021-06-10T14:44:39.759Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
14:44:40 [2021-06-10T14:44:40.327Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
14:44:40 [2021-06-10T14:44:40.587Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
14:44:40 [2021-06-10T14:44:40.846Z] === RUN   TestDockerSuite/TestBuildEntrypoint
14:44:41 [2021-06-10T14:44:41.104Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
14:44:41 [2021-06-10T14:44:41.635Z] --- PASS: TestInfoAPIWarnings (16.25s)
14:44:41 [2021-06-10T14:44:41.635Z] === RUN   TestInfoDebug
14:44:41 [2021-06-10T14:44:41.635Z] --- PASS: TestInfoDebug (0.52s)
14:44:41 [2021-06-10T14:44:41.635Z] === RUN   TestInfoInsecureRegistries
14:44:41 [2021-06-10T14:44:41.635Z] --- PASS: TestInfoInsecureRegistries (0.52s)
14:44:41 [2021-06-10T14:44:41.635Z] === RUN   TestInfoRegistryMirrors
14:44:41 [2021-06-10T14:44:41.635Z] --- PASS: TestInfoRegistryMirrors (0.53s)
14:44:41 [2021-06-10T14:44:41.635Z] === RUN   TestLoginFailsWithBadCredentials
14:44:41 [2021-06-10T14:44:41.635Z] --- PASS: TestLoginFailsWithBadCredentials (0.17s)
14:44:41 [2021-06-10T14:44:41.635Z] === RUN   TestPingCacheHeaders
14:44:41 [2021-06-10T14:44:41.635Z] --- PASS: TestPingCacheHeaders (0.02s)
14:44:41 [2021-06-10T14:44:41.635Z] === RUN   TestPingGet
14:44:41 [2021-06-10T14:44:41.635Z] --- PASS: TestPingGet (0.01s)
14:44:41 [2021-06-10T14:44:41.635Z] === RUN   TestPingHead
14:44:41 [2021-06-10T14:44:41.635Z] --- PASS: TestPingHead (0.02s)
14:44:41 [2021-06-10T14:44:41.635Z] === RUN   TestVersion
14:44:41 [2021-06-10T14:44:41.635Z] --- PASS: TestVersion (0.02s)
14:44:41 [2021-06-10T14:44:41.635Z] === CONT  TestCgroupDriverSystemdMemoryLimit
14:44:43 [2021-06-10T14:44:43.006Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.49s)
14:44:43 [2021-06-10T14:44:43.006Z] PASS
14:44:43 [2021-06-10T14:44:43.006Z] 
14:44:43 [2021-06-10T14:44:43.006Z] DONE 18 tests in 22.824s
14:44:43 [2021-06-10T14:44:43.006Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
14:44:43 [2021-06-10T14:44:43.006Z] INFO: Testing against a local daemon
14:44:43 [2021-06-10T14:44:43.006Z] === RUN   TestVolumesCreateAndList
14:44:43 [2021-06-10T14:44:43.264Z] --- PASS: TestVolumesCreateAndList (0.04s)
14:44:43 [2021-06-10T14:44:43.264Z] === RUN   TestVolumesRemove
14:44:43 [2021-06-10T14:44:43.264Z] --- PASS: TestVolumesRemove (0.06s)
14:44:43 [2021-06-10T14:44:43.264Z] === RUN   TestVolumesInspect
14:44:43 [2021-06-10T14:44:43.264Z] --- PASS: TestVolumesInspect (0.02s)
14:44:43 [2021-06-10T14:44:43.264Z] === RUN   TestVolumesInvalidJSON
14:44:43 [2021-06-10T14:44:43.264Z] === RUN   TestVolumesInvalidJSON//volumes/create
14:44:43 [2021-06-10T14:44:43.264Z] === PAUSE TestVolumesInvalidJSON//volumes/create
14:44:43 [2021-06-10T14:44:43.264Z] === CONT  TestVolumesInvalidJSON//volumes/create
14:44:43 [2021-06-10T14:44:43.264Z] --- PASS: TestVolumesInvalidJSON (0.01s)
14:44:43 [2021-06-10T14:44:43.264Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
14:44:43 [2021-06-10T14:44:43.264Z] PASS
14:44:43 [2021-06-10T14:44:43.264Z] 
14:44:43 [2021-06-10T14:44:43.264Z] DONE 5 tests in 0.158s
14:44:43 [2021-06-10T14:44:43.264Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
14:44:43 [2021-06-10T14:44:43.636Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
14:44:45 [2021-06-10T14:44:45.159Z] Stopping apparmor (via systemctl): apparmor.service.
14:44:45 [2021-06-10T14:44:45.159Z] Removing test suite binaries
14:44:45 [2021-06-10T14:44:45.159Z] exiting test-integration
14:44:45 [2021-06-10T14:44:45.159Z] ++ exit 0
14:44:45 [2021-06-10T14:44:45.159Z] 
14:44:45 [2021-06-10T14:44:45.536Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
14:44:47 [2021-06-10T14:44:47.441Z] === RUN   TestDockerSuite/TestBuildEnv
Post stage
[Pipeline] junit
14:44:48 [2021-06-10T14:44:48.471Z] Recording test results
14:44:49 [2021-06-10T14:44:49.343Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
14:44:49 [2021-06-10T14:44:49.751Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
14:44:50 [2021-06-10T14:44:50.087Z] + echo Ensuring container killed.
14:44:50 [2021-06-10T14:44:50.087Z] Ensuring container killed.
14:44:50 [2021-06-10T14:44:50.087Z] + docker rm -vf docker-pr2
14:44:50 [2021-06-10T14:44:50.087Z] Error: No such container: docker-pr2
[Pipeline] sh
14:44:50 [2021-06-10T14:44:50.369Z] + echo Chowning /workspace to jenkins user
14:44:50 [2021-06-10T14:44:50.369Z] Chowning /workspace to jenkins user
14:44:50 [2021-06-10T14:44:50.369Z] + id -u
14:44:50 [2021-06-10T14:44:50.369Z] + id -g
14:44:50 [2021-06-10T14:44:50.369Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42507:/workspace busybox chown -R 1000:1000 /workspace
14:44:50 [2021-06-10T14:44:50.369Z] Unable to find image 'busybox:latest' locally
14:44:50 [2021-06-10T14:44:50.626Z] latest: Pulling from library/busybox
14:44:50 [2021-06-10T14:44:50.626Z] b71f96345d44: Pulling fs layer
14:44:50 [2021-06-10T14:44:50.626Z] b71f96345d44: Verifying Checksum
14:44:50 [2021-06-10T14:44:50.626Z] b71f96345d44: Download complete
14:44:50 [2021-06-10T14:44:50.626Z] b71f96345d44: Pull complete
14:44:50 [2021-06-10T14:44:50.626Z] Digest: sha256:930490f97e5b921535c153e0e7110d251134cc4b72bbb8133c6a5065cc68580d
14:44:50 [2021-06-10T14:44:50.626Z] Status: Downloaded newer image for busybox:latest
14:44:50 [2021-06-10T14:44:50.718Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
14:44:50 [2021-06-10T14:44:50.718Z] === RUN   TestDockerSwarmSuite/TestAPISwarmHealthcheckNone
14:44:50 [2021-06-10T14:44:50.718Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInit
14:44:52 [2021-06-10T14:44:52.092Z] === RUN   TestDockerSuite/TestBuildEnvUsage
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
14:44:53 [2021-06-10T14:44:53.452Z] + bundleName=amd64-cgroup2
14:44:53 [2021-06-10T14:44:53.452Z] + echo Creating amd64-cgroup2-bundles.tar.gz
14:44:53 [2021-06-10T14:44:53.452Z] Creating amd64-cgroup2-bundles.tar.gz
14:44:53 [2021-06-10T14:44:53.452Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
14:44:53 [2021-06-10T14:44:53.452Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz
[Pipeline] archiveArtifacts
14:44:53 [2021-06-10T14:44:53.720Z] Archiving artifacts
14:44:55 [2021-06-10T14:44:55.350Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42507/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
14:44:55 [2021-06-10T14:44:55.660Z] + make clean
14:44:55 [2021-06-10T14:44:55.917Z] docker volume rm -f docker-dev-cache
14:44:55 [2021-06-10T14:44:55.917Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
14:45:02 [2021-06-10T14:45:02.068Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
14:45:12 [2021-06-10T14:45:12.051Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInvalidAddress
14:45:13 [2021-06-10T14:45:13.429Z] === RUN   TestDockerSwarmSuite/TestAPISwarmJoinToken
14:45:28 [2021-06-10T14:45:28.304Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
14:45:29 [2021-06-10T14:45:29.703Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
14:45:41 [2021-06-10T14:45:41.910Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
14:45:41 [2021-06-10T14:45:41.910Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
14:45:41 [2021-06-10T14:45:41.910Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
14:45:42 [2021-06-10T14:45:42.477Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
14:45:44 [2021-06-10T14:45:44.380Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
14:45:44 [2021-06-10T14:45:44.380Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
14:45:44 [2021-06-10T14:45:44.380Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
14:45:45 [2021-06-10T14:45:45.754Z] --- PASS: TestImportExtremelyLargeImageWorks (200.23s)
14:45:45 [2021-06-10T14:45:45.754Z] PASS
14:45:45 [2021-06-10T14:45:45.754Z] 
14:45:45 [2021-06-10T14:45:45.754Z] DONE 12 tests in 204.884s
14:45:45 [2021-06-10T14:45:45.754Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
14:45:45 [2021-06-10T14:45:45.754Z] ++ 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
14:45:45 [2021-06-10T14:45:45.754Z] ++ set -e
14:45:45 [2021-06-10T14:45:45.754Z] ++ '[' -n 0 ']'
14:45:45 [2021-06-10T14:45:45.754Z] ++ set -x
14:45:45 [2021-06-10T14:45:45.754Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m
14:45:45 [2021-06-10T14:45:45.754Z] INFO: Testing against a local daemon
14:45:45 [2021-06-10T14:45:45.754Z] === RUN   TestNetworkCreateDelete
14:45:46 [2021-06-10T14:45:46.013Z] --- PASS: TestNetworkCreateDelete (0.22s)
14:45:46 [2021-06-10T14:45:46.013Z] === RUN   TestDockerNetworkDeletePreferID
14:45:46 [2021-06-10T14:45:46.580Z] --- PASS: TestDockerNetworkDeletePreferID (0.50s)
14:45:46 [2021-06-10T14:45:46.580Z] === RUN   TestDaemonDNSFallback
14:45:50 [2021-06-10T14:45:50.566Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
14:45:50 [2021-06-10T14:45:50.567Z] ok  	github.com/docker/docker/api/server/httputils	0.006s	coverage: 14.7% of statements
14:45:50 [2021-06-10T14:45:50.567Z] ok  	github.com/docker/docker/api/server/middleware	0.005s	coverage: 37.7% of statements
14:45:50 [2021-06-10T14:45:50.567Z] ?   	github.com/docker/docker/api/server/router	[no test files]
14:45:50 [2021-06-10T14:45:50.567Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
14:45:50 [2021-06-10T14:45:50.567Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
14:45:50 [2021-06-10T14:45:50.567Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
14:45:50 [2021-06-10T14:45:50.567Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
14:45:50 [2021-06-10T14:45:50.567Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
14:45:50 [2021-06-10T14:45:50.567Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
14:45:50 [2021-06-10T14:45:50.567Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
14:45:50 [2021-06-10T14:45:50.567Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
14:45:50 [2021-06-10T14:45:50.567Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
14:45:50 [2021-06-10T14:45:50.567Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
14:45:50 [2021-06-10T14:45:50.567Z] ok  	github.com/docker/docker/api/server/router/swarm	0.008s	coverage: 5.7% of statements
14:45:50 [2021-06-10T14:45:50.567Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
14:45:50 [2021-06-10T14:45:50.567Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
14:45:50 [2021-06-10T14:45:50.567Z] ?   	github.com/docker/docker/api/types	[no test files]
14:45:50 [2021-06-10T14:45:50.567Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
14:45:50 [2021-06-10T14:45:50.567Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
14:45:50 [2021-06-10T14:45:50.567Z] ?   	github.com/docker/docker/api/types/container	[no test files]
14:45:50 [2021-06-10T14:45:50.567Z] ?   	github.com/docker/docker/api/types/events	[no test files]
14:45:50 [2021-06-10T14:45:50.567Z] ok  	github.com/docker/docker/api/types/strslice	0.004s	coverage: 90.0% of statements
14:45:50 [2021-06-10T14:45:50.567Z] ok  	github.com/docker/docker/api/types/filters	0.006s	coverage: 92.2% of statements
14:45:50 [2021-06-10T14:45:50.567Z] ?   	github.com/docker/docker/api/types/image	[no test files]
14:45:50 [2021-06-10T14:45:50.567Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
14:45:50 [2021-06-10T14:45:50.567Z] ?   	github.com/docker/docker/api/types/network	[no test files]
14:45:50 [2021-06-10T14:45:50.567Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
14:45:50 [2021-06-10T14:45:50.567Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
14:45:50 [2021-06-10T14:45:50.567Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
14:45:50 [2021-06-10T14:45:50.567Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
14:45:50 [2021-06-10T14:45:50.567Z] ok  	github.com/docker/docker/api/types/time	0.008s	coverage: 100.0% of statements
14:45:50 [2021-06-10T14:45:50.567Z] ok  	github.com/docker/docker/api/types/versions	0.001s	coverage: 75.0% of statements
14:45:50 [2021-06-10T14:45:50.567Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
14:45:50 [2021-06-10T14:45:50.567Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
14:45:50 [2021-06-10T14:45:50.567Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
14:45:50 [2021-06-10T14:45:50.567Z] ?   	github.com/docker/docker/builder	[no test files]
14:45:50 [2021-06-10T14:45:50.567Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
14:45:50 [2021-06-10T14:45:50.567Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
14:45:50 [2021-06-10T14:45:50.567Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
14:45:50 [2021-06-10T14:45:50.567Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
14:45:50 [2021-06-10T14:45:50.567Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
14:45:50 [2021-06-10T14:45:50.567Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
14:45:50 [2021-06-10T14:45:50.567Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
14:45:54 [2021-06-10T14:45:54.709Z] --- PASS: TestDaemonDNSFallback (7.17s)
14:45:54 [2021-06-10T14:45:54.709Z] === RUN   TestInspectNetwork
14:45:54 [2021-06-10T14:45:54.734Z] ok  	github.com/docker/docker/builder/dockerfile	0.250s	coverage: 48.5% of statements
14:45:54 [2021-06-10T14:45:54.734Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
14:45:54 [2021-06-10T14:45:54.734Z] ok  	github.com/docker/docker/builder/remotecontext	0.085s	coverage: 13.7% of statements
14:45:55 [2021-06-10T14:45:55.280Z] === RUN   TestDockerSuite/TestBuildExpose
14:45:55 [2021-06-10T14:45:55.661Z] ok  	github.com/docker/docker/cli/debug	0.004s	coverage: 100.0% of statements
14:45:55 [2021-06-10T14:45:55.847Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
14:45:56 [2021-06-10T14:45:56.785Z] === RUN   TestDockerSuite/TestBuildExposeOrder
14:45:57 [2021-06-10T14:45:57.028Z] ok  	github.com/docker/docker/builder/remotecontext/git	1.485s	coverage: 86.3% of statements
14:45:57 [2021-06-10T14:45:57.028Z] ?   	github.com/docker/docker/cli	[no test files]
14:45:57 [2021-06-10T14:45:57.028Z] ?   	github.com/docker/docker/cli/config	[no test files]
14:45:57 [2021-06-10T14:45:57.046Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
14:45:57 [2021-06-10T14:45:57.306Z] === RUN   TestDockerSuite/TestBuildFails
14:45:58 [2021-06-10T14:45:58.683Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
14:45:58 [2021-06-10T14:45:58.683Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
14:45:58 [2021-06-10T14:45:58.943Z] === RUN   TestInspectNetwork/full_network_id
14:45:58 [2021-06-10T14:45:58.943Z] === RUN   TestInspectNetwork/partial_network_id
14:45:58 [2021-06-10T14:45:58.943Z] === RUN   TestInspectNetwork/network_name
14:45:58 [2021-06-10T14:45:58.943Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
14:46:00 [2021-06-10T14:46:00.297Z] ok  	github.com/docker/docker/client	0.181s	coverage: 75.4% of statements
14:46:00 [2021-06-10T14:46:00.845Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
14:46:02 [2021-06-10T14:46:02.749Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderElection
14:46:03 [2021-06-10T14:46:03.316Z] === RUN   TestDockerSuite/TestBuildForceRm
14:46:03 [2021-06-10T14:46:03.316Z] --- PASS: TestInspectNetwork (9.53s)
14:46:03 [2021-06-10T14:46:03.316Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
14:46:03 [2021-06-10T14:46:03.316Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
14:46:03 [2021-06-10T14:46:03.316Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
14:46:03 [2021-06-10T14:46:03.316Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
14:46:03 [2021-06-10T14:46:03.316Z] === RUN   TestRunContainerWithBridgeNone
14:46:05 [2021-06-10T14:46:05.869Z] === RUN   TestDockerSuite/TestBuildFromGit
14:46:08 [2021-06-10T14:46:08.401Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
14:46:08 [2021-06-10T14:46:08.401Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
14:46:08 [2021-06-10T14:46:08.660Z] --- PASS: TestRunContainerWithBridgeNone (5.25s)
14:46:08 [2021-06-10T14:46:08.660Z] === RUN   TestNetworkInvalidJSON
14:46:08 [2021-06-10T14:46:08.660Z] === RUN   TestNetworkInvalidJSON//networks/create
14:46:08 [2021-06-10T14:46:08.660Z] === PAUSE TestNetworkInvalidJSON//networks/create
14:46:08 [2021-06-10T14:46:08.661Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
14:46:08 [2021-06-10T14:46:08.661Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
14:46:08 [2021-06-10T14:46:08.661Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
14:46:08 [2021-06-10T14:46:08.661Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
14:46:08 [2021-06-10T14:46:08.661Z] === CONT  TestNetworkInvalidJSON//networks/create
14:46:08 [2021-06-10T14:46:08.661Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
14:46:08 [2021-06-10T14:46:08.661Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
14:46:08 [2021-06-10T14:46:08.661Z] --- PASS: TestNetworkInvalidJSON (0.04s)
14:46:08 [2021-06-10T14:46:08.661Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
14:46:08 [2021-06-10T14:46:08.661Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
14:46:08 [2021-06-10T14:46:08.661Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
14:46:08 [2021-06-10T14:46:08.661Z] === RUN   TestNetworkList
14:46:08 [2021-06-10T14:46:08.661Z] === RUN   TestNetworkList//networks
14:46:08 [2021-06-10T14:46:08.661Z] === PAUSE TestNetworkList//networks
14:46:08 [2021-06-10T14:46:08.661Z] === RUN   TestNetworkList//networks/
14:46:08 [2021-06-10T14:46:08.661Z] === PAUSE TestNetworkList//networks/
14:46:08 [2021-06-10T14:46:08.661Z] === CONT  TestNetworkList//networks
14:46:08 [2021-06-10T14:46:08.661Z] === CONT  TestNetworkList//networks/
14:46:08 [2021-06-10T14:46:08.661Z] --- PASS: TestNetworkList (0.02s)
14:46:08 [2021-06-10T14:46:08.661Z]     --- PASS: TestNetworkList//networks/ (0.00s)
14:46:08 [2021-06-10T14:46:08.661Z]     --- PASS: TestNetworkList//networks (0.00s)
14:46:08 [2021-06-10T14:46:08.661Z] === RUN   TestHostIPv4BridgeLabel
14:46:09 [2021-06-10T14:46:09.227Z] --- PASS: TestHostIPv4BridgeLabel (0.60s)
14:46:09 [2021-06-10T14:46:09.227Z] === RUN   TestDaemonRestartWithLiveRestore
14:46:09 [2021-06-10T14:46:09.485Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
14:46:10 [2021-06-10T14:46:10.420Z] --- PASS: TestDaemonRestartWithLiveRestore (1.07s)
14:46:10 [2021-06-10T14:46:10.420Z] === RUN   TestDaemonDefaultNetworkPools
14:46:10 [2021-06-10T14:46:10.987Z] --- PASS: TestDaemonDefaultNetworkPools (0.76s)
14:46:10 [2021-06-10T14:46:10.987Z] === RUN   TestDaemonRestartWithExistingNetwork
14:46:11 [2021-06-10T14:46:11.925Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
14:46:12 [2021-06-10T14:46:12.184Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.18s)
14:46:12 [2021-06-10T14:46:12.184Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
14:46:12 [2021-06-10T14:46:12.442Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
14:46:12 [2021-06-10T14:46:12.700Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
14:46:13 [2021-06-10T14:46:13.636Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.31s)
14:46:13 [2021-06-10T14:46:13.636Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
14:46:17 [2021-06-10T14:46:17.531Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s)
14:46:17 [2021-06-10T14:46:17.531Z] === RUN   TestServiceWithPredefinedNetwork
14:46:17 [2021-06-10T14:46:17.531Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
14:46:17 [2021-06-10T14:46:17.531Z] --- PASS: TestServiceWithPredefinedNetwork (3.22s)
14:46:17 [2021-06-10T14:46:17.531Z] === RUN   TestServiceRemoveKeepsIngressNetwork
14:46:17 [2021-06-10T14:46:17.531Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
14:46:17 [2021-06-10T14:46:17.531Z]     service_test.go:242: FLAKY_TEST
14:46:17 [2021-06-10T14:46:17.531Z] === RUN   TestServiceWithDataPathPortInit
14:46:17 [2021-06-10T14:46:17.531Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
14:46:18 [2021-06-10T14:46:18.909Z] === RUN   TestDockerSuite/TestBuildHistory
14:46:23 [2021-06-10T14:46:23.098Z] === RUN   TestDockerSuite/TestBuildIidFile
14:46:23 [2021-06-10T14:46:23.098Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
14:46:24 [2021-06-10T14:46:24.033Z] === RUN   TestDockerSuite/TestBuildInheritance
14:46:24 [2021-06-10T14:46:24.292Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
14:46:24 [2021-06-10T14:46:24.858Z] === RUN   TestDockerSuite/TestBuildInvalidTag
14:46:24 [2021-06-10T14:46:24.858Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
14:46:26 [2021-06-10T14:46:26.235Z] === RUN   TestDockerSuite/TestBuildLabel
14:46:26 [2021-06-10T14:46:26.494Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
14:46:27 [2021-06-10T14:46:27.061Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
14:46:27 [2021-06-10T14:46:27.333Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
14:46:27 [2021-06-10T14:46:27.595Z] === RUN   TestDockerSuite/TestBuildLabels
14:46:28 [2021-06-10T14:46:28.166Z] === RUN   TestDockerSuite/TestBuildLabelsCache
14:46:29 [2021-06-10T14:46:29.543Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
14:46:31 [2021-06-10T14:46:31.443Z] === RUN   TestDockerSuite/TestBuildLastModified
14:46:34 [2021-06-10T14:46:34.725Z] --- PASS: TestServiceWithDataPathPortInit (17.39s)
14:46:34 [2021-06-10T14:46:34.725Z] === RUN   TestServiceWithDefaultAddressPoolInit
14:46:37 [2021-06-10T14:46:37.254Z] === RUN   TestDockerSuite/TestBuildLineBreak
14:46:40 [2021-06-10T14:46:40.539Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderProxy
14:46:40 [2021-06-10T14:46:40.539Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
14:46:40 [2021-06-10T14:46:40.539Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
14:46:40 [2021-06-10T14:46:40.797Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
14:46:40 [2021-06-10T14:46:40.797Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
14:46:41 [2021-06-10T14:46:41.056Z] === RUN   TestDockerSuite/TestBuildMaintainer
14:46:41 [2021-06-10T14:46:41.315Z] === RUN   TestDockerSuite/TestBuildMissingArgs
14:46:41 [2021-06-10T14:46:41.352Z] ok  	github.com/docker/docker/cmd/dockerd	0.080s	coverage: 29.1% of statements
14:46:41 [2021-06-10T14:46:41.352Z] ok  	github.com/docker/docker/container	0.141s	coverage: 34.5% of statements
14:46:41 [2021-06-10T14:46:41.352Z] ?   	github.com/docker/docker/container/stream	[no test files]
14:46:41 [2021-06-10T14:46:41.352Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
14:46:41 [2021-06-10T14:46:41.352Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
14:46:41 [2021-06-10T14:46:41.352Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
14:46:43 [2021-06-10T14:46:43.217Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
14:46:43 [2021-06-10T14:46:43.475Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.70s)
14:46:43 [2021-06-10T14:46:43.475Z]     service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:kpg1xydty5ttr5qa7s6menbr5 Created:2021-06-10 14:46:36.145437102 +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[1e69808878829f9ac16ff84095d4df81384cf738ed3079bf6e4423db5b34a0e9:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.irjot7koz2nm1y7f72hdkxalr EndpointID:a43dea99bbcc769ba9a60c95e9ede01e0e65eabb98a435ad3c2887177e7926d7 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:538c527ddfb8e3050b1781dad33cfb602960b42c5c3718fc242207e3eada34b1 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:c0c07e408c17 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.irjot7koz2nm1y7f72hdkxalr EndpointID:a43dea99bbcc769ba9a60c95e9ede01e0e65eabb98a435ad3c2887177e7926d7 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
14:46:43 [2021-06-10T14:46:43.475Z] PASS
14:46:43 [2021-06-10T14:46:43.475Z] 
14:46:43 [2021-06-10T14:46:43.475Z] === Skipped
14:46:43 [2021-06-10T14:46:43.475Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
14:46:43 [2021-06-10T14:46:43.475Z]     service_test.go:242: FLAKY_TEST
14:46:43 [2021-06-10T14:46:43.475Z] 
14:46:43 [2021-06-10T14:46:43.475Z] 
14:46:43 [2021-06-10T14:46:43.475Z] DONE 26 tests, 1 skipped in 57.664s
14:46:43 [2021-06-10T14:46:43.475Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
14:46:43 [2021-06-10T14:46:43.475Z] ++ 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
14:46:43 [2021-06-10T14:46:43.475Z] ++ set -e
14:46:43 [2021-06-10T14:46:43.475Z] ++ '[' -n 0 ']'
14:46:43 [2021-06-10T14:46:43.475Z] ++ set -x
14:46:43 [2021-06-10T14:46:43.475Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
14:46:43 [2021-06-10T14:46:43.734Z] INFO: Testing against a local daemon
14:46:43 [2021-06-10T14:46:43.734Z] === RUN   TestDockerNetworkIpvlanPersistance
14:46:43 [2021-06-10T14:46:43.734Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s)
14:46:43 [2021-06-10T14:46:43.734Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:46:43 [2021-06-10T14:46:43.734Z] === RUN   TestDockerNetworkIpvlan
14:46:43 [2021-06-10T14:46:43.734Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
14:46:43 [2021-06-10T14:46:43.734Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:46:43 [2021-06-10T14:46:43.734Z] PASS
14:46:43 [2021-06-10T14:46:43.734Z] 
14:46:43 [2021-06-10T14:46:43.734Z] === Skipped
14:46:43 [2021-06-10T14:46:43.735Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s)
14:46:43 [2021-06-10T14:46:43.735Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:46:43 [2021-06-10T14:46:43.735Z] 
14:46:43 [2021-06-10T14:46:43.735Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
14:46:43 [2021-06-10T14:46:43.735Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:46:43 [2021-06-10T14:46:43.735Z] 
14:46:43 [2021-06-10T14:46:43.735Z] 
14:46:43 [2021-06-10T14:46:43.735Z] DONE 2 tests, 2 skipped in 0.191s
14:46:43 [2021-06-10T14:46:43.735Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
14:46:43 [2021-06-10T14:46:43.735Z] ++ 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
14:46:43 [2021-06-10T14:46:43.735Z] ++ set -e
14:46:43 [2021-06-10T14:46:43.735Z] ++ '[' -n 0 ']'
14:46:43 [2021-06-10T14:46:43.735Z] ++ set -x
14:46:43 [2021-06-10T14:46:43.735Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
14:46:43 [2021-06-10T14:46:43.993Z] INFO: Testing against a local daemon
14:46:43 [2021-06-10T14:46:43.993Z] === RUN   TestDockerNetworkMacvlanPersistance
14:46:45 [2021-06-10T14:46:45.371Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
14:46:45 [2021-06-10T14:46:45.371Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.53s)
14:46:45 [2021-06-10T14:46:45.371Z] === RUN   TestDockerNetworkMacvlan
14:46:46 [2021-06-10T14:46:46.307Z] === RUN   TestDockerNetworkMacvlan/Subinterface
14:46:47 [2021-06-10T14:46:47.257Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
14:46:48 [2021-06-10T14:46:48.195Z] === RUN   TestDockerNetworkMacvlan/NilParent
14:46:50 [2021-06-10T14:46:50.099Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
14:46:50 [2021-06-10T14:46:50.358Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
14:46:50 [2021-06-10T14:46:50.926Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
14:46:51 [2021-06-10T14:46:51.298Z] ok  	github.com/docker/docker/daemon/cluster	0.065s	coverage: 0.5% of statements
14:46:51 [2021-06-10T14:46:51.492Z] === RUN   TestDockerNetworkMacvlan/InternalMode
14:46:53 [2021-06-10T14:46:53.188Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.008s	coverage: 65.3% of statements
14:46:54 [2021-06-10T14:46:54.567Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.008s	coverage: 35.9% of statements
14:46:55 [2021-06-10T14:46:55.681Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
14:47:03 [2021-06-10T14:47:03.794Z] === RUN   TestDockerNetworkMacvlan/Addressing
14:47:03 [2021-06-10T14:47:03.794Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
14:47:04 [2021-06-10T14:47:04.509Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.436s	coverage: 14.1% of statements
14:47:04 [2021-06-10T14:47:04.509Z] ok  	github.com/docker/docker/daemon	12.184s	coverage: 17.1% of statements
14:47:04 [2021-06-10T14:47:04.509Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
14:47:04 [2021-06-10T14:47:04.509Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
14:47:05 [2021-06-10T14:47:05.173Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin
14:47:05 [2021-06-10T14:47:05.173Z] --- PASS: TestDockerNetworkMacvlan (19.61s)
14:47:05 [2021-06-10T14:47:05.173Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s)
14:47:05 [2021-06-10T14:47:05.173Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.10s)
14:47:05 [2021-06-10T14:47:05.173Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (2.48s)
14:47:05 [2021-06-10T14:47:05.173Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (2.70s)
14:47:05 [2021-06-10T14:47:05.173Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (6.11s)
14:47:05 [2021-06-10T14:47:05.173Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.94s)
14:47:05 [2021-06-10T14:47:05.173Z] PASS
14:47:05 [2021-06-10T14:47:05.173Z] 
14:47:05 [2021-06-10T14:47:05.173Z] DONE 8 tests in 21.366s
14:47:05 [2021-06-10T14:47:05.173Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
14:47:05 [2021-06-10T14:47:05.173Z] ++ 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
14:47:05 [2021-06-10T14:47:05.173Z] ++ set -e
14:47:05 [2021-06-10T14:47:05.173Z] ++ '[' -n 0 ']'
14:47:05 [2021-06-10T14:47:05.173Z] ++ set -x
14:47:05 [2021-06-10T14:47:05.174Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m
14:47:05 [2021-06-10T14:47:05.174Z] testing: warning: no tests to run
14:47:05 [2021-06-10T14:47:05.174Z] PASS
14:47:05 [2021-06-10T14:47:05.174Z] 
14:47:05 [2021-06-10T14:47:05.174Z] DONE 0 tests in 0.040s
14:47:05 [2021-06-10T14:47:05.174Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
14:47:05 [2021-06-10T14:47:05.174Z] ++ 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
14:47:05 [2021-06-10T14:47:05.174Z] ++ set -e
14:47:05 [2021-06-10T14:47:05.174Z] ++ '[' -n 0 ']'
14:47:05 [2021-06-10T14:47:05.174Z] ++ set -x
14:47:05 [2021-06-10T14:47:05.174Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
14:47:05 [2021-06-10T14:47:05.174Z] INFO: Testing against a local daemon
14:47:05 [2021-06-10T14:47:05.174Z] === RUN   TestAuthZPluginAllowRequest
14:47:05 [2021-06-10T14:47:05.439Z] ok  	github.com/docker/docker/daemon/config	0.100s	coverage: 81.8% of statements
14:47:06 [2021-06-10T14:47:06.002Z] ok  	github.com/docker/docker/daemon/discovery	0.004s	coverage: 30.0% of statements
14:47:06 [2021-06-10T14:47:06.931Z] ok  	github.com/docker/docker/daemon/events	0.059s	coverage: 50.0% of statements
14:47:06 [2021-06-10T14:47:06.931Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
14:47:06 [2021-06-10T14:47:06.931Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
14:47:07 [2021-06-10T14:47:07.493Z] ok  	github.com/docker/docker/daemon/graphdriver	0.013s	coverage: 2.2% of statements
14:47:07 [2021-06-10T14:47:07.707Z] --- PASS: TestAuthZPluginAllowRequest (2.47s)
14:47:07 [2021-06-10T14:47:07.707Z] === RUN   TestAuthZPluginTLS
14:47:08 [2021-06-10T14:47:08.644Z] --- PASS: TestAuthZPluginTLS (0.68s)
14:47:08 [2021-06-10T14:47:08.644Z] === RUN   TestAuthZPluginDenyRequest
14:47:08 [2021-06-10T14:47:08.644Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
14:47:08 [2021-06-10T14:47:08.903Z] --- PASS: TestAuthZPluginDenyRequest (0.58s)
14:47:08 [2021-06-10T14:47:08.903Z] === RUN   TestAuthZPluginAPIDenyResponse
14:47:09 [2021-06-10T14:47:09.471Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s)
14:47:09 [2021-06-10T14:47:09.471Z] === RUN   TestAuthZPluginDenyResponse
14:47:09 [2021-06-10T14:47:09.730Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
14:47:10 [2021-06-10T14:47:10.012Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	1.430s	coverage: 73.3% of statements
14:47:10 [2021-06-10T14:47:10.016Z] --- PASS: TestAuthZPluginDenyResponse (0.57s)
14:47:10 [2021-06-10T14:47:10.016Z] === RUN   TestAuthZPluginAllowEventStream
14:47:10 [2021-06-10T14:47:10.575Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.007s	coverage: 2.9% of statements
14:47:11 [2021-06-10T14:47:11.503Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.468s	coverage: 56.2% of statements
14:47:11 [2021-06-10T14:47:11.932Z] --- PASS: TestAuthZPluginAllowEventStream (1.80s)
14:47:11 [2021-06-10T14:47:11.932Z] === RUN   TestAuthZPluginErrorResponse
14:47:12 [2021-06-10T14:47:12.500Z] --- PASS: TestAuthZPluginErrorResponse (0.55s)
14:47:12 [2021-06-10T14:47:12.500Z] === RUN   TestAuthZPluginErrorRequest
14:47:12 [2021-06-10T14:47:12.500Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
14:47:12 [2021-06-10T14:47:12.500Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
14:47:13 [2021-06-10T14:47:13.066Z] --- PASS: TestAuthZPluginErrorRequest (0.54s)
14:47:13 [2021-06-10T14:47:13.066Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
14:47:13 [2021-06-10T14:47:13.634Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.57s)
14:47:13 [2021-06-10T14:47:13.634Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
14:47:14 [2021-06-10T14:47:14.026Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.014s	coverage: 1.9% of statements
14:47:15 [2021-06-10T14:47:15.918Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	2.674s	coverage: 45.9% of statements
14:47:15 [2021-06-10T14:47:15.918Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
14:47:15 [2021-06-10T14:47:15.918Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.309s	coverage: 49.4% of statements
14:47:16 [2021-06-10T14:47:16.166Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.25s)
14:47:16 [2021-06-10T14:47:16.166Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
14:47:17 [2021-06-10T14:47:17.807Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.007s	coverage: 57.5% of statements
14:47:18 [2021-06-10T14:47:18.068Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
14:47:18 [2021-06-10T14:47:18.068Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.21s)
14:47:18 [2021-06-10T14:47:18.068Z] === RUN   TestAuthZPluginHeader
14:47:18 [2021-06-10T14:47:18.370Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.712s	coverage: 57.7% of statements
14:47:18 [2021-06-10T14:47:18.370Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
14:47:18 [2021-06-10T14:47:18.370Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
14:47:18 [2021-06-10T14:47:18.634Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
14:47:18 [2021-06-10T14:47:18.893Z] --- PASS: TestAuthZPluginHeader (0.86s)
14:47:18 [2021-06-10T14:47:18.893Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
14:47:19 [2021-06-10T14:47:19.736Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.006s	coverage: 3.0% of statements
14:47:20 [2021-06-10T14:47:20.664Z] ok  	github.com/docker/docker/daemon/links	0.002s	coverage: 93.0% of statements
14:47:20 [2021-06-10T14:47:20.797Z] === RUN   TestDockerSuite/TestBuildMultipleTags
14:47:21 [2021-06-10T14:47:21.057Z] === RUN   TestDockerSuite/TestBuildNetContainer
14:47:22 [2021-06-10T14:47:22.031Z] ok  	github.com/docker/docker/daemon/images	0.016s	coverage: 6.7% of statements
14:47:22 [2021-06-10T14:47:22.031Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
14:47:22 [2021-06-10T14:47:22.031Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
14:47:22 [2021-06-10T14:47:22.593Z] ok  	github.com/docker/docker/daemon/logger	0.235s	coverage: 43.2% of statements
14:47:23 [2021-06-10T14:47:23.590Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.42s)
14:47:23 [2021-06-10T14:47:23.590Z] === RUN   TestAuthZPluginV2Disable
14:47:23 [2021-06-10T14:47:23.590Z] === RUN   TestDockerSuite/TestBuildNetNone
14:47:23 [2021-06-10T14:47:23.959Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.006s	coverage: 67.0% of statements
14:47:24 [2021-06-10T14:47:24.215Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.181s	coverage: 77.8% of statements
14:47:24 [2021-06-10T14:47:24.215Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
14:47:24 [2021-06-10T14:47:24.215Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
14:47:24 [2021-06-10T14:47:24.526Z] === RUN   TestDockerSuite/TestBuildNoContext
14:47:25 [2021-06-10T14:47:25.142Z] ok  	github.com/docker/docker/daemon/logger/journald	0.004s	coverage: 23.9% of statements
14:47:25 [2021-06-10T14:47:25.461Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
14:47:25 [2021-06-10T14:47:25.704Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.014s	coverage: 69.9% of statements
14:47:25 [2021-06-10T14:47:25.960Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.018s	coverage: 87.2% of statements
14:47:26 [2021-06-10T14:47:26.396Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
14:47:26 [2021-06-10T14:47:26.963Z] --- PASS: TestAuthZPluginV2Disable (3.65s)
14:47:26 [2021-06-10T14:47:26.963Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
14:47:27 [2021-06-10T14:47:27.326Z] ok  	github.com/docker/docker/daemon/logger/local	0.015s	coverage: 75.2% of statements
14:47:27 [2021-06-10T14:47:27.326Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
14:47:27 [2021-06-10T14:47:27.531Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
14:47:27 [2021-06-10T14:47:27.614Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.054s	coverage: 55.1% of statements
14:47:28 [2021-06-10T14:47:28.109Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
14:47:28 [2021-06-10T14:47:28.109Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
14:47:28 [2021-06-10T14:47:28.391Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
14:47:28 [2021-06-10T14:47:28.652Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
14:47:29 [2021-06-10T14:47:29.005Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.013s	coverage: 31.5% of statements
14:47:29 [2021-06-10T14:47:29.220Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer
14:47:29 [2021-06-10T14:47:29.477Z] === RUN   TestDockerSuite/TestBuildOnBuild
14:47:30 [2021-06-10T14:47:30.369Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.004s	coverage: 46.8% of statements
14:47:30 [2021-06-10T14:47:30.417Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.39s)
14:47:30 [2021-06-10T14:47:30.417Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
14:47:30 [2021-06-10T14:47:30.626Z] ok  	github.com/docker/docker/daemon/logger/templates	0.002s	coverage: 8.3% of statements
14:47:31 [2021-06-10T14:47:31.188Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.671s	coverage: 82.5% of statements
14:47:31 [2021-06-10T14:47:31.188Z] ?   	github.com/docker/docker/daemon/names	[no test files]
14:47:31 [2021-06-10T14:47:31.445Z] ok  	github.com/docker/docker/daemon/network	0.011s	coverage: 63.8% of statements
14:47:31 [2021-06-10T14:47:31.445Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
14:47:32 [2021-06-10T14:47:32.319Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
14:47:33 [2021-06-10T14:47:33.335Z] ok  	github.com/docker/docker/distribution/metadata	0.040s	coverage: 48.2% of statements
14:47:33 [2021-06-10T14:47:33.697Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
14:47:33 [2021-06-10T14:47:33.896Z] ok  	github.com/docker/docker/distribution	0.168s	coverage: 25.0% of statements
14:47:33 [2021-06-10T14:47:33.897Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
14:47:35 [2021-06-10T14:47:35.262Z] ok  	github.com/docker/docker/errdefs	0.004s	coverage: 53.1% of statements
14:47:35 [2021-06-10T14:47:35.605Z] === RUN   TestDockerSwarmSuite/TestAPISwarmListNodes
14:47:36 [2021-06-10T14:47:36.190Z] ok  	github.com/docker/docker/image	0.018s	coverage: 86.8% of statements
14:47:36 [2021-06-10T14:47:36.753Z] ok  	github.com/docker/docker/distribution/xfer	1.877s	coverage: 85.1% of statements
14:47:36 [2021-06-10T14:47:36.753Z] ?   	github.com/docker/docker/dockerversion	[no test files]
14:47:37 [2021-06-10T14:47:37.009Z] ok  	github.com/docker/docker/image/cache	0.026s	coverage: 19.2% of statements
14:47:37 [2021-06-10T14:47:37.009Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
14:47:37 [2021-06-10T14:47:37.937Z] ok  	github.com/docker/docker/image/v1	0.009s	coverage: 25.0% of statements
14:47:37 [2021-06-10T14:47:37.938Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
14:47:38 [2021-06-10T14:47:38.866Z] ok  	github.com/docker/docker/libcontainerd/queue	0.028s	coverage: 100.0% of statements
14:47:38 [2021-06-10T14:47:38.892Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
14:47:39 [2021-06-10T14:47:39.793Z] ok  	github.com/docker/docker/oci	0.007s	coverage: 38.4% of statements
14:47:40 [2021-06-10T14:47:40.356Z] ok  	github.com/docker/docker/opts	0.021s	coverage: 67.1% of statements
14:47:40 [2021-06-10T14:47:40.612Z] ok  	github.com/docker/docker/pkg/aaparser	0.001s	coverage: 52.9% of statements
14:47:41 [2021-06-10T14:47:41.424Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
14:47:42 [2021-06-10T14:47:42.503Z] ok  	github.com/docker/docker/pkg/archive	0.309s	coverage: 81.9% of statements
14:47:42 [2021-06-10T14:47:42.802Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (12.53s)
14:47:42 [2021-06-10T14:47:42.802Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
14:47:43 [2021-06-10T14:47:43.370Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
14:47:43 [2021-06-10T14:47:43.432Z] ok  	github.com/docker/docker/pkg/authorization	0.229s	coverage: 68.3% of statements
14:47:43 [2021-06-10T14:47:43.432Z] ok  	github.com/docker/docker/pkg/broadcaster	0.001s	coverage: 100.0% of statements
14:47:43 [2021-06-10T14:47:43.688Z] ok  	github.com/docker/docker/pkg/capabilities	0.002s	coverage: 87.5% of statements
14:47:44 [2021-06-10T14:47:44.306Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
14:47:45 [2021-06-10T14:47:45.681Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
14:47:45 [2021-06-10T14:47:45.940Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
14:47:46 [2021-06-10T14:47:46.952Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.490s	coverage: 43.2% of statements
14:47:46 [2021-06-10T14:47:46.952Z] ok  	github.com/docker/docker/pkg/directory	0.003s	coverage: 80.0% of statements
14:47:47 [2021-06-10T14:47:47.207Z] ok  	github.com/docker/docker/layer	7.734s	coverage: 68.8% of statements
14:47:47 [2021-06-10T14:47:47.207Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
14:47:47 [2021-06-10T14:47:47.207Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
14:47:47 [2021-06-10T14:47:47.207Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
14:47:47 [2021-06-10T14:47:47.207Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
14:47:47 [2021-06-10T14:47:47.207Z] ?   	github.com/docker/docker/oci/caps	[no test files]
14:47:47 [2021-06-10T14:47:47.207Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
14:47:47 [2021-06-10T14:47:47.207Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
14:47:47 [2021-06-10T14:47:47.770Z] ok  	github.com/docker/docker/pkg/discovery	0.006s	coverage: 58.3% of statements
14:47:47 [2021-06-10T14:47:47.770Z] ok  	github.com/docker/docker/pkg/discovery/file	0.010s	coverage: 97.6% of statements
14:47:48 [2021-06-10T14:47:48.699Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.007s	coverage: 92.3% of statements
14:47:49 [2021-06-10T14:47:49.250Z] === RUN   TestDockerSuite/TestBuildPATH
14:47:49 [2021-06-10T14:47:49.260Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.002s	coverage: 93.8% of statements
14:47:49 [2021-06-10T14:47:49.516Z] ok  	github.com/docker/docker/pkg/dmesg	0.005s	coverage: 83.3% of statements
14:47:50 [2021-06-10T14:47:50.624Z] === RUN   TestDockerSwarmSuite/TestAPISwarmManagerRestore
14:47:50 [2021-06-10T14:47:50.880Z] ok  	github.com/docker/docker/pkg/filenotify	0.603s	coverage: 67.0% of statements
14:47:50 [2021-06-10T14:47:50.883Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
14:47:51 [2021-06-10T14:47:51.442Z] ok  	github.com/docker/docker/pkg/fileutils	0.014s	coverage: 89.5% of statements
14:47:51 [2021-06-10T14:47:51.819Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
14:47:52 [2021-06-10T14:47:52.371Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.071s	coverage: 84.1% of statements
14:47:52 [2021-06-10T14:47:52.371Z] ok  	github.com/docker/docker/pkg/fsutils	0.170s	coverage: 85.1% of statements
14:47:52 [2021-06-10T14:47:52.630Z] ok  	github.com/docker/docker/pkg/homedir	0.006s	coverage: 11.4% of statements
14:47:53 [2021-06-10T14:47:53.197Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
14:47:53 [2021-06-10T14:47:53.996Z] ok  	github.com/docker/docker/pkg/idtools	0.566s	coverage: 69.5% of statements
14:47:54 [2021-06-10T14:47:54.251Z] ok  	github.com/docker/docker/pkg/ioutils	0.498s	coverage: 69.3% of statements
14:47:54 [2021-06-10T14:47:54.507Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.005s	coverage: 91.7% of statements
14:47:54 [2021-06-10T14:47:54.507Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
14:47:54 [2021-06-10T14:47:54.507Z] ok  	github.com/docker/docker/pkg/longpath	0.004s	coverage: 100.0% of statements
14:47:54 [2021-06-10T14:47:54.507Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
14:47:54 [2021-06-10T14:47:54.507Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
14:47:54 [2021-06-10T14:47:54.763Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.005s	coverage: 85.7% of statements
14:47:54 [2021-06-10T14:47:54.763Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
14:47:55 [2021-06-10T14:47:55.019Z] ok  	github.com/docker/docker/pkg/parsers	0.002s	coverage: 97.0% of statements
14:47:55 [2021-06-10T14:47:55.276Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.004s	coverage: 60.0% of statements
14:47:55 [2021-06-10T14:47:55.838Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.003s	coverage: 86.7% of statements
14:47:55 [2021-06-10T14:47:55.838Z] ok  	github.com/docker/docker/pkg/pidfile	0.003s	coverage: 82.4% of statements
14:47:55 [2021-06-10T14:47:55.838Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
14:47:55 [2021-06-10T14:47:55.838Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
14:47:56 [2021-06-10T14:47:56.767Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.014s	coverage: 56.8% of statements
14:47:57 [2021-06-10T14:47:57.329Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.002s	coverage: 85.7% of statements
14:47:57 [2021-06-10T14:47:57.585Z] ok  	github.com/docker/docker/pkg/pools	0.003s	coverage: 88.2% of statements
14:47:57 [2021-06-10T14:47:57.841Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
14:47:59 [2021-06-10T14:47:59.203Z] ok  	github.com/docker/docker/pkg/pubsub	1.027s	coverage: 75.0% of statements
14:47:59 [2021-06-10T14:47:59.459Z] ok  	github.com/docker/docker/pkg/reexec	0.006s	coverage: 82.4% of statements
14:47:59 [2021-06-10T14:47:59.761Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.60s)
14:47:59 [2021-06-10T14:47:59.761Z] PASS
14:47:59 [2021-06-10T14:47:59.761Z] 
14:47:59 [2021-06-10T14:47:59.761Z] DONE 17 tests in 54.400s
14:47:59 [2021-06-10T14:47:59.761Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
14:47:59 [2021-06-10T14:47:59.761Z] ++ 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
14:47:59 [2021-06-10T14:47:59.761Z] ++ set -e
14:47:59 [2021-06-10T14:47:59.761Z] ++ '[' -n 0 ']'
14:47:59 [2021-06-10T14:47:59.761Z] ++ set -x
14:47:59 [2021-06-10T14:47:59.761Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
14:47:59 [2021-06-10T14:47:59.761Z] INFO: Testing against a local daemon
14:47:59 [2021-06-10T14:47:59.761Z] === RUN   TestPluginInvalidJSON
14:47:59 [2021-06-10T14:47:59.761Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
14:47:59 [2021-06-10T14:47:59.761Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
14:47:59 [2021-06-10T14:47:59.761Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
14:47:59 [2021-06-10T14:47:59.761Z] --- PASS: TestPluginInvalidJSON (0.04s)
14:47:59 [2021-06-10T14:47:59.761Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
14:47:59 [2021-06-10T14:47:59.761Z] === RUN   TestPluginInstall
14:47:59 [2021-06-10T14:47:59.761Z] === RUN   TestPluginInstall/no_auth
14:48:02 [2021-06-10T14:48:02.291Z] time="2021-06-10T14:48:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:48:02 [2021-06-10T14:48:02.291Z] time="2021-06-10T14:48:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:cb86f98af7dfeff1fbd506b5dec23f02704bf3000b700e7fb48d6954af2340fb" mediatype=application/vnd.docker.plugin.v1+json size=522
14:48:02 [2021-06-10T14:48:02.291Z] time="2021-06-10T14:48:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:48:02 [2021-06-10T14:48:02.291Z] time="2021-06-10T14:48:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:cb86f98af7dfeff1fbd506b5dec23f02704bf3000b700e7fb48d6954af2340fb" mediatype=application/vnd.docker.plugin.v1+json size=522
14:48:02 [2021-06-10T14:48:02.859Z] === RUN   TestPluginInstall/with_htpasswd
14:48:03 [2021-06-10T14:48:03.427Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
14:48:03 [2021-06-10T14:48:03.427Z] time="2021-06-10T14:48:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:48:03 [2021-06-10T14:48:03.427Z] time="2021-06-10T14:48:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:59bcf6aa54171eb6b970e1ca5279124673b799d51240ad3889781cd7d2a3a424" mediatype=application/vnd.docker.plugin.v1+json size=522
14:48:03 [2021-06-10T14:48:03.427Z] time="2021-06-10T14:48:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:48:03 [2021-06-10T14:48:03.427Z] time="2021-06-10T14:48:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:59bcf6aa54171eb6b970e1ca5279124673b799d51240ad3889781cd7d2a3a424" mediatype=application/vnd.docker.plugin.v1+json size=522
14:48:03 [2021-06-10T14:48:03.621Z] ok  	github.com/docker/docker/pkg/signal	3.399s	coverage: 62.3% of statements
14:48:03 [2021-06-10T14:48:03.621Z] ok  	github.com/docker/docker/pkg/stdcopy	0.004s	coverage: 100.0% of statements
14:48:03 [2021-06-10T14:48:03.992Z] === RUN   TestPluginInstall/with_insecure
14:48:04 [2021-06-10T14:48:04.183Z] ok  	github.com/docker/docker/pkg/streamformatter	0.003s	coverage: 66.2% of statements
14:48:04 [2021-06-10T14:48:04.183Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 70.6% of statements
14:48:05 [2021-06-10T14:48:05.110Z] ok  	github.com/docker/docker/pkg/sysinfo	0.006s	coverage: 54.9% of statements
14:48:05 [2021-06-10T14:48:05.367Z] time="2021-06-10T14:48:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:48:05 [2021-06-10T14:48:05.367Z] time="2021-06-10T14:48:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9fcff068c63c4c40f5150f5337fc9462cdd19a159af53c113cd18a0926e20991" mediatype=application/vnd.docker.plugin.v1+json size=522
14:48:05 [2021-06-10T14:48:05.367Z] time="2021-06-10T14:48:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:48:05 [2021-06-10T14:48:05.367Z] time="2021-06-10T14:48:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9fcff068c63c4c40f5150f5337fc9462cdd19a159af53c113cd18a0926e20991" mediatype=application/vnd.docker.plugin.v1+json size=522
14:48:05 [2021-06-10T14:48:05.626Z] --- PASS: TestPluginInstall (5.92s)
14:48:05 [2021-06-10T14:48:05.626Z]     --- PASS: TestPluginInstall/no_auth (3.07s)
14:48:05 [2021-06-10T14:48:05.626Z]     --- PASS: TestPluginInstall/with_htpasswd (1.25s)
14:48:05 [2021-06-10T14:48:05.626Z]     --- PASS: TestPluginInstall/with_insecure (1.59s)
14:48:05 [2021-06-10T14:48:05.626Z]         plugin_test.go:165: [d30027602ff6c] daemon is not started
14:48:05 [2021-06-10T14:48:05.626Z] === RUN   TestPluginsWithRuntimes
14:48:05 [2021-06-10T14:48:05.673Z] ok  	github.com/docker/docker/pkg/system	0.004s	coverage: 36.9% of statements
14:48:05 [2021-06-10T14:48:05.929Z] ok  	github.com/docker/docker/pkg/tailfile	0.059s	coverage: 88.6% of statements
14:48:06 [2021-06-10T14:48:06.491Z] ok  	github.com/docker/docker/pkg/tarsum	0.042s	coverage: 89.3% of statements
14:48:06 [2021-06-10T14:48:06.747Z] testing: warning: no tests to run
14:48:06 [2021-06-10T14:48:06.747Z] coverage: [no statements]
14:48:06 [2021-06-10T14:48:06.747Z] ok  	github.com/docker/docker/pkg/term/windows	0.001s	coverage: [no statements] [no tests to run]
14:48:07 [2021-06-10T14:48:07.004Z] ok  	github.com/docker/docker/pkg/truncindex	0.102s	coverage: 91.5% of statements
14:48:07 [2021-06-10T14:48:07.260Z] ok  	github.com/docker/docker/pkg/urlutil	0.001s	coverage: 100.0% of statements
14:48:07 [2021-06-10T14:48:07.516Z] ok  	github.com/docker/docker/pkg/useragent	0.002s	coverage: 88.9% of statements
14:48:07 [2021-06-10T14:48:07.528Z] === RUN   TestPluginsWithRuntimes/No_Args
14:48:08 [2021-06-10T14:48:08.463Z] === RUN   TestDockerSuite/TestBuildResourceConstraintsAreUsed
14:48:08 [2021-06-10T14:48:08.735Z] === RUN   TestPluginsWithRuntimes/With_Args
14:48:09 [2021-06-10T14:48:09.405Z] ok  	github.com/docker/docker/plugin	0.517s	coverage: 23.2% of statements
14:48:09 [2021-06-10T14:48:09.675Z] --- PASS: TestPluginsWithRuntimes (4.02s)
14:48:09 [2021-06-10T14:48:09.675Z]     --- PASS: TestPluginsWithRuntimes/No_Args (1.09s)
14:48:09 [2021-06-10T14:48:09.675Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.95s)
14:48:09 [2021-06-10T14:48:09.675Z] === RUN   TestPluginBackCompatMediaTypes
14:48:10 [2021-06-10T14:48:10.333Z] ok  	github.com/docker/docker/plugin/v2	0.003s	coverage: 14.5% of statements
14:48:10 [2021-06-10T14:48:10.588Z] ok  	github.com/docker/docker/profiles/seccomp	0.008s	coverage: 85.4% of statements
14:48:10 [2021-06-10T14:48:10.608Z] --- PASS: TestPluginBackCompatMediaTypes (0.84s)
14:48:10 [2021-06-10T14:48:10.608Z] PASS
14:48:10 [2021-06-10T14:48:10.608Z] 
14:48:10 [2021-06-10T14:48:10.608Z] DONE 10 tests in 10.973s
14:48:10 [2021-06-10T14:48:10.608Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
14:48:10 [2021-06-10T14:48:10.608Z] ++ 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
14:48:10 [2021-06-10T14:48:10.608Z] ++ set -e
14:48:10 [2021-06-10T14:48:10.608Z] ++ '[' -n 0 ']'
14:48:10 [2021-06-10T14:48:10.608Z] ++ set -x
14:48:10 [2021-06-10T14:48:10.608Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
14:48:10 [2021-06-10T14:48:10.608Z] INFO: Testing against a local daemon
14:48:10 [2021-06-10T14:48:10.608Z] === RUN   TestExternalGraphDriver
14:48:10 [2021-06-10T14:48:10.866Z] === RUN   TestExternalGraphDriver/json
14:48:11 [2021-06-10T14:48:11.954Z] ok  	github.com/docker/docker/quota	0.244s	coverage: 71.4% of statements
14:48:12 [2021-06-10T14:48:12.516Z] ok  	github.com/docker/docker/reference	0.006s	coverage: 84.4% of statements
14:48:12 [2021-06-10T14:48:12.769Z] === RUN   TestExternalGraphDriver/spec
14:48:13 [2021-06-10T14:48:13.882Z] ok  	github.com/docker/docker/registry	0.062s	coverage: 57.2% of statements
14:48:14 [2021-06-10T14:48:14.138Z] ok  	github.com/docker/docker/registry/resumable	0.015s	coverage: 100.0% of statements
14:48:14 [2021-06-10T14:48:14.143Z] === RUN   TestDockerSuite/TestBuildRm
14:48:14 [2021-06-10T14:48:14.394Z] ok  	github.com/docker/docker/restartmanager	0.002s	coverage: 45.3% of statements
14:48:15 [2021-06-10T14:48:15.080Z] === RUN   TestExternalGraphDriver/pull
14:48:15 [2021-06-10T14:48:15.321Z] ok  	github.com/docker/docker/runconfig	0.008s	coverage: 66.1% of statements
14:48:15 [2021-06-10T14:48:15.578Z] ok  	github.com/docker/docker/testutil	0.002s	coverage: 62.5% of statements
14:48:16 [2021-06-10T14:48:16.984Z] --- PASS: TestExternalGraphDriver (6.43s)
14:48:16 [2021-06-10T14:48:16.984Z]     --- PASS: TestExternalGraphDriver/json (1.99s)
14:48:16 [2021-06-10T14:48:16.984Z]     --- PASS: TestExternalGraphDriver/spec (2.25s)
14:48:16 [2021-06-10T14:48:16.984Z]     --- PASS: TestExternalGraphDriver/pull (2.10s)
14:48:16 [2021-06-10T14:48:16.984Z] === RUN   TestGraphdriverPluginV2
14:48:17 [2021-06-10T14:48:17.920Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
14:48:18 [2021-06-10T14:48:18.096Z] ok  	github.com/docker/docker/volume/drivers	0.004s	coverage: 36.1% of statements
14:48:18 [2021-06-10T14:48:18.854Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
14:48:19 [2021-06-10T14:48:19.024Z] ok  	github.com/docker/docker/volume/local	0.109s	coverage: 76.4% of statements
14:48:19 [2021-06-10T14:48:19.951Z] ok  	github.com/docker/docker/volume/mounts	0.021s	coverage: 67.0% of statements
14:48:20 [2021-06-10T14:48:20.234Z] === RUN   TestDockerSuite/TestBuildScratchCopy
14:48:20 [2021-06-10T14:48:20.492Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
14:48:21 [2021-06-10T14:48:21.318Z] ok  	github.com/docker/docker/volume/service	0.013s	coverage: 73.1% of statements
14:48:21 [2021-06-10T14:48:21.428Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
14:48:21 [2021-06-10T14:48:21.428Z] --- PASS: TestGraphdriverPluginV2 (4.38s)
14:48:21 [2021-06-10T14:48:21.428Z] PASS
14:48:21 [2021-06-10T14:48:21.428Z] 
14:48:21 [2021-06-10T14:48:21.428Z] DONE 5 tests in 10.931s
14:48:21 [2021-06-10T14:48:21.428Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
14:48:21 [2021-06-10T14:48:21.428Z] ++ 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
14:48:21 [2021-06-10T14:48:21.428Z] ++ set -e
14:48:21 [2021-06-10T14:48:21.428Z] ++ '[' -n 0 ']'
14:48:21 [2021-06-10T14:48:21.428Z] ++ set -x
14:48:21 [2021-06-10T14:48:21.429Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
14:48:21 [2021-06-10T14:48:21.688Z] INFO: Testing against a local daemon
14:48:21 [2021-06-10T14:48:21.688Z] === RUN   TestContinueAfterPluginCrash
14:48:21 [2021-06-10T14:48:21.688Z] === PAUSE TestContinueAfterPluginCrash
14:48:21 [2021-06-10T14:48:21.688Z] === RUN   TestReadPluginNoRead
14:48:21 [2021-06-10T14:48:21.688Z] === PAUSE TestReadPluginNoRead
14:48:21 [2021-06-10T14:48:21.688Z] === RUN   TestDaemonStartWithLogOpt
14:48:21 [2021-06-10T14:48:21.688Z] === PAUSE TestDaemonStartWithLogOpt
14:48:21 [2021-06-10T14:48:21.688Z] === CONT  TestContinueAfterPluginCrash
14:48:21 [2021-06-10T14:48:21.688Z] === CONT  TestDaemonStartWithLogOpt
14:48:22 [2021-06-10T14:48:22.623Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
14:48:24 [2021-06-10T14:48:24.526Z] === RUN   TestDockerSuite/TestBuildShellInherited
14:48:25 [2021-06-10T14:48:25.901Z] === RUN   TestDockerSuite/TestBuildShellMultiple
14:48:27 [2021-06-10T14:48:27.286Z] --- PASS: TestDaemonStartWithLogOpt (5.72s)
14:48:27 [2021-06-10T14:48:27.286Z] === CONT  TestReadPluginNoRead
14:48:31 [2021-06-10T14:48:31.290Z] ok  	github.com/docker/docker/pkg/plugins	33.615s	coverage: 76.6% of statements
14:48:31 [2021-06-10T14:48:31.290Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
14:48:31 [2021-06-10T14:48:31.290Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
14:48:31 [2021-06-10T14:48:31.290Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
14:48:31 [2021-06-10T14:48:31.290Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
14:48:31 [2021-06-10T14:48:31.290Z] ?   	github.com/docker/docker/pkg/term	[no test files]
14:48:31 [2021-06-10T14:48:31.290Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
14:48:31 [2021-06-10T14:48:31.290Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
14:48:31 [2021-06-10T14:48:31.290Z] ?   	github.com/docker/docker/rootless	[no test files]
14:48:31 [2021-06-10T14:48:31.290Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
14:48:31 [2021-06-10T14:48:31.290Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
14:48:31 [2021-06-10T14:48:31.290Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
14:48:31 [2021-06-10T14:48:31.290Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
14:48:31 [2021-06-10T14:48:31.290Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
14:48:31 [2021-06-10T14:48:31.290Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
14:48:31 [2021-06-10T14:48:31.290Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
14:48:31 [2021-06-10T14:48:31.290Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
14:48:31 [2021-06-10T14:48:31.290Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
14:48:31 [2021-06-10T14:48:31.290Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
14:48:31 [2021-06-10T14:48:31.290Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
14:48:31 [2021-06-10T14:48:31.290Z] ?   	github.com/docker/docker/testutil/request	[no test files]
14:48:31 [2021-06-10T14:48:31.290Z] ?   	github.com/docker/docker/volume	[no test files]
14:48:31 [2021-06-10T14:48:31.290Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
14:48:31 [2021-06-10T14:48:31.290Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
14:48:31 [2021-06-10T14:48:31.290Z] 
14:48:31 [2021-06-10T14:48:31.290Z] === Skipped
14:48:31 [2021-06-10T14:48:31.290Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
14:48:31 [2021-06-10T14:48:31.290Z]     exec_linux_test.go:18: requires AppArmor to be enabled
14:48:31 [2021-06-10T14:48:31.290Z] 
14:48:31 [2021-06-10T14:48:31.290Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
14:48:31 [2021-06-10T14:48:31.290Z]     exec_linux_test.go:38: requires AppArmor to be enabled
14:48:31 [2021-06-10T14:48:31.290Z] 
14:48:31 [2021-06-10T14:48:31.290Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
14:48:31 [2021-06-10T14:48:31.290Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:48:31 [2021-06-10T14:48:31.290Z]     graphtest_unix.go:46: Driver btrfs not supported
14:48:31 [2021-06-10T14:48:31.290Z] 
14:48:31 [2021-06-10T14:48:31.290Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
14:48:31 [2021-06-10T14:48:31.290Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:48:31 [2021-06-10T14:48:31.290Z]     graphtest_unix.go:46: Driver btrfs not supported
14:48:31 [2021-06-10T14:48:31.290Z] 
14:48:31 [2021-06-10T14:48:31.290Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
14:48:31 [2021-06-10T14:48:31.291Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:48:31 [2021-06-10T14:48:31.291Z]     graphtest_unix.go:46: Driver btrfs not supported
14:48:31 [2021-06-10T14:48:31.291Z] 
14:48:31 [2021-06-10T14:48:31.291Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
14:48:31 [2021-06-10T14:48:31.291Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:48:31 [2021-06-10T14:48:31.291Z]     graphtest_unix.go:46: Driver btrfs not supported
14:48:31 [2021-06-10T14:48:31.291Z] 
14:48:31 [2021-06-10T14:48:31.291Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
14:48:31 [2021-06-10T14:48:31.291Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:48:31 [2021-06-10T14:48:31.291Z]     graphtest_unix.go:46: Driver btrfs not supported
14:48:31 [2021-06-10T14:48:31.291Z] 
14:48:31 [2021-06-10T14:48:31.291Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
14:48:31 [2021-06-10T14:48:31.291Z]     graphtest_unix.go:73: No driver to put!
14:48:31 [2021-06-10T14:48:31.291Z] 
14:48:31 [2021-06-10T14:48:31.291Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
14:48:31 [2021-06-10T14:48:31.291Z] time="2021-06-10T14:47:13Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
14:48:31 [2021-06-10T14:48:31.291Z]     graphtest_unix.go:44: graphdriver: driver not supported
14:48:31 [2021-06-10T14:48:31.291Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
14:48:31 [2021-06-10T14:48:31.291Z] 
14:48:31 [2021-06-10T14:48:31.291Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
14:48:31 [2021-06-10T14:48:31.291Z] time="2021-06-10T14:47:13Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
14:48:31 [2021-06-10T14:48:31.291Z]     graphtest_unix.go:44: graphdriver: driver not supported
14:48:31 [2021-06-10T14:48:31.291Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
14:48:31 [2021-06-10T14:48:31.291Z] 
14:48:31 [2021-06-10T14:48:31.291Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
14:48:31 [2021-06-10T14:48:31.291Z] time="2021-06-10T14:47:13Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
14:48:31 [2021-06-10T14:48:31.291Z]     graphtest_unix.go:44: graphdriver: driver not supported
14:48:31 [2021-06-10T14:48:31.291Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
14:48:31 [2021-06-10T14:48:31.291Z] 
14:48:31 [2021-06-10T14:48:31.291Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
14:48:31 [2021-06-10T14:48:31.291Z] time="2021-06-10T14:47:13Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
14:48:31 [2021-06-10T14:48:31.291Z]     graphtest_unix.go:44: graphdriver: driver not supported
14:48:31 [2021-06-10T14:48:31.291Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
14:48:31 [2021-06-10T14:48:31.291Z] 
14:48:31 [2021-06-10T14:48:31.291Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
14:48:31 [2021-06-10T14:48:31.291Z] time="2021-06-10T14:47:13Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
14:48:31 [2021-06-10T14:48:31.291Z]     graphtest_unix.go:44: graphdriver: driver not supported
14:48:31 [2021-06-10T14:48:31.291Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
14:48:31 [2021-06-10T14:48:31.291Z] 
14:48:31 [2021-06-10T14:48:31.291Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
14:48:31 [2021-06-10T14:48:31.291Z]     graphtest_unix.go:73: No driver to put!
14:48:31 [2021-06-10T14:48:31.291Z] 
14:48:31 [2021-06-10T14:48:31.291Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
14:48:31 [2021-06-10T14:48:31.291Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
14:48:31 [2021-06-10T14:48:31.291Z] 
14:48:31 [2021-06-10T14:48:31.291Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
14:48:31 [2021-06-10T14:48:31.291Z]     overlay_test.go:49: Fails to compute changes intermittently
14:48:31 [2021-06-10T14:48:31.291Z] 
14:48:31 [2021-06-10T14:48:31.291Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
14:48:31 [2021-06-10T14:48:31.291Z]     overlay_test.go:65: Cannot run test with naive change algorithm
14:48:31 [2021-06-10T14:48:31.291Z] 
14:48:31 [2021-06-10T14:48:31.291Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
14:48:31 [2021-06-10T14:48:31.291Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
14:48:31 [2021-06-10T14:48:31.291Z] 
14:48:31 [2021-06-10T14:48:31.291Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
14:48:31 [2021-06-10T14:48:31.291Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:48:31 [2021-06-10T14:48:31.291Z]     graphtest_unix.go:46: Driver zfs not supported
14:48:31 [2021-06-10T14:48:31.291Z] 
14:48:31 [2021-06-10T14:48:31.291Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
14:48:31 [2021-06-10T14:48:31.291Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:48:31 [2021-06-10T14:48:31.291Z]     graphtest_unix.go:46: Driver zfs not supported
14:48:31 [2021-06-10T14:48:31.291Z] 
14:48:31 [2021-06-10T14:48:31.291Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
14:48:31 [2021-06-10T14:48:31.291Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:48:31 [2021-06-10T14:48:31.291Z]     graphtest_unix.go:46: Driver zfs not supported
14:48:31 [2021-06-10T14:48:31.291Z] 
14:48:31 [2021-06-10T14:48:31.291Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
14:48:31 [2021-06-10T14:48:31.291Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:48:31 [2021-06-10T14:48:31.291Z]     graphtest_unix.go:46: Driver zfs not supported
14:48:31 [2021-06-10T14:48:31.291Z] 
14:48:31 [2021-06-10T14:48:31.291Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
14:48:31 [2021-06-10T14:48:31.291Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:48:31 [2021-06-10T14:48:31.291Z]     graphtest_unix.go:46: Driver zfs not supported
14:48:31 [2021-06-10T14:48:31.291Z] 
14:48:31 [2021-06-10T14:48:31.291Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
14:48:31 [2021-06-10T14:48:31.291Z]     graphtest_unix.go:73: No driver to put!
14:48:31 [2021-06-10T14:48:31.291Z] 
14:48:31 [2021-06-10T14:48:31.291Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
14:48:31 [2021-06-10T14:48:31.291Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
14:48:31 [2021-06-10T14:48:31.291Z] 
14:48:31 [2021-06-10T14:48:31.291Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
14:48:31 [2021-06-10T14:48:31.291Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
14:48:31 [2021-06-10T14:48:31.291Z] 
14:48:31 [2021-06-10T14:48:31.291Z] 
14:48:31 [2021-06-10T14:48:31.291Z] DONE 2230 tests, 26 skipped in 257.504s
Post stage
[Pipeline] junit
14:48:31 [2021-06-10T14:48:31.325Z] Recording test results
14:48:31 [2021-06-10T14:48:31.479Z] === RUN   TestReadPluginNoRead/default
14:48:31 [2021-06-10T14:48:31.479Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
14:48:31 [2021-06-10T14:48:31.479Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
14:48:31 [2021-06-10T14:48:31.479Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
14:48:31 [2021-06-10T14:48:31.479Z] === RUN   TestDockerSuite/TestBuildSpaces
14:48:31 [2021-06-10T14:48:31.567Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate vendor)
[Pipeline] sh
14:48:31 [2021-06-10T14:48:31.738Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
14:48:31 [2021-06-10T14:48:31.890Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42507/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 hack/validate/vendor
14:48:32 [2021-06-10T14:48:32.672Z] === RUN   TestReadPluginNoRead/disabled_caching
14:48:32 [2021-06-10T14:48:32.817Z] 2021/06/10 14:48:32 Collecting initial packages
14:48:32 [2021-06-10T14:48:32.817Z] 2021/06/10 14:48:32 Download dependencies
14:48:32 [2021-06-10T14:48:32.933Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
14:48:32 [2021-06-10T14:48:32.933Z] --- PASS: TestContinueAfterPluginCrash (11.33s)
14:48:32 [2021-06-10T14:48:32.933Z] === RUN   TestDockerSuite/TestBuildStderr
14:48:34 [2021-06-10T14:48:34.310Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
14:48:34 [2021-06-10T14:48:34.570Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
14:48:36 [2021-06-10T14:48:36.085Z] 2021/06/10 14:48:36 Starting whole vndr cycle because no package specified
14:48:36 [2021-06-10T14:48:36.085Z] 2021/06/10 14:48:36 	Ignoring paths matching "^archive/tar"
14:48:36 [2021-06-10T14:48:36.341Z] 2021/06/10 14:48:36 	Clone github.com/Microsoft/go-winio, revision 5b44b70ab3ab4d291a7c1d28afe7b4afeced0ed4, attempt 1/20
14:48:36 [2021-06-10T14:48:36.341Z] 2021/06/10 14:48:36 	Clone github.com/willf/bitset, revision 559910e8471e48d76d9e5a1ba15842dee77ad45d, attempt 1/20
14:48:36 [2021-06-10T14:48:36.341Z] 2021/06/10 14:48:36 	Clone github.com/docker/libtrust, revision 9cbd2a1374f46905c68a4eb3694a130610adc62a, attempt 1/20
14:48:36 [2021-06-10T14:48:36.341Z] 2021/06/10 14:48:36 	Clone github.com/golang/gddo, revision 72a348e765d293ed6d1ded7b699591f14d6cd921, attempt 1/20
14:48:36 [2021-06-10T14:48:36.341Z] 2021/06/10 14:48:36 	Clone github.com/google/uuid, revision 0cd6bf5da1e1c83f8b45653022c74f71af0538a4, attempt 1/20
14:48:36 [2021-06-10T14:48:36.341Z] 2021/06/10 14:48:36 	Clone github.com/gorilla/mux, revision 98cb6bf42e086f6af920b965c38cacc07402d51b, attempt 1/20
14:48:36 [2021-06-10T14:48:36.341Z] 2021/06/10 14:48:36 	Clone github.com/Microsoft/opengcs, revision a10967154e143a36014584a6f664344e3bb0aa64, attempt 1/20
14:48:36 [2021-06-10T14:48:36.341Z] 2021/06/10 14:48:36 	Clone github.com/moby/locker, revision 281af2d563954745bea9d1487c965f24d30742fe, attempt 1/20
14:48:36 [2021-06-10T14:48:36.341Z] 2021/06/10 14:48:36 	Clone github.com/moby/term, revision bea5bbe245bf407372d477f1361d2ff042d2f556, attempt 1/20
14:48:36 [2021-06-10T14:48:36.341Z] 2021/06/10 14:48:36 	Clone github.com/moby/sys, revision 1bc8673b57550ddf85262eb0fed0aac651a37dab, attempt 1/20
14:48:36 [2021-06-10T14:48:36.341Z] 2021/06/10 14:48:36 	Clone github.com/creack/pty, revision 2a38352e8b4d7ab6c336eef107e42a55e72e7fbc, attempt 1/20
14:48:36 [2021-06-10T14:48:36.341Z] 2021/06/10 14:48:36 	Clone github.com/sirupsen/logrus, revision 6699a89a232f3db797f2e280639854bbc4b89725, attempt 1/20
14:48:36 [2021-06-10T14:48:36.341Z] 2021/06/10 14:48:36 	Clone github.com/tchap/go-patricia, revision a7f0089c6f496e8e70402f61733606daa326cac5, attempt 1/20
14:48:36 [2021-06-10T14:48:36.341Z] 2021/06/10 14:48:36 	Clone golang.org/x/net, revision ab34263943818b32f575efc978a3d24e80b04bd7, attempt 1/20
14:48:36 [2021-06-10T14:48:36.341Z] 2021/06/10 14:48:36 	Clone golang.org/x/sys, revision b64e53b001e413bd5067f36d4e439eded3827374, attempt 1/20
14:48:36 [2021-06-10T14:48:36.341Z] 2021/06/10 14:48:36 	Clone github.com/docker/go-units, revision 519db1ee28dcc9fd2474ae59fca29a810482bfb1, attempt 1/20
14:48:36 [2021-06-10T14:48:36.472Z] --- PASS: TestReadPluginNoRead (9.08s)
14:48:36 [2021-06-10T14:48:36.472Z]     --- PASS: TestReadPluginNoRead/default (1.88s)
14:48:36 [2021-06-10T14:48:36.472Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.92s)
14:48:36 [2021-06-10T14:48:36.472Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.85s)
14:48:36 [2021-06-10T14:48:36.472Z]     read_test.go:92: [db77ded3476c7] daemon is not started
14:48:36 [2021-06-10T14:48:36.472Z] PASS
14:48:36 [2021-06-10T14:48:36.472Z] 
14:48:36 [2021-06-10T14:48:36.472Z] DONE 6 tests in 14.976s
14:48:36 [2021-06-10T14:48:36.472Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
14:48:36 [2021-06-10T14:48:36.472Z] ++ 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
14:48:36 [2021-06-10T14:48:36.472Z] ++ set -e
14:48:36 [2021-06-10T14:48:36.472Z] ++ '[' -n 0 ']'
14:48:36 [2021-06-10T14:48:36.472Z] ++ set -x
14:48:36 [2021-06-10T14:48:36.472Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
14:48:36 [2021-06-10T14:48:36.472Z] testing: warning: no tests to run
14:48:36 [2021-06-10T14:48:36.472Z] PASS
14:48:36 [2021-06-10T14:48:36.472Z] 
14:48:36 [2021-06-10T14:48:36.472Z] DONE 0 tests in 0.054s
14:48:36 [2021-06-10T14:48:36.472Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
14:48:36 [2021-06-10T14:48:36.472Z] ++ 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
14:48:36 [2021-06-10T14:48:36.472Z] ++ set -e
14:48:36 [2021-06-10T14:48:36.472Z] ++ '[' -n 0 ']'
14:48:36 [2021-06-10T14:48:36.472Z] ++ set -x
14:48:36 [2021-06-10T14:48:36.472Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
14:48:36 [2021-06-10T14:48:36.731Z] INFO: Testing against a local daemon
14:48:36 [2021-06-10T14:48:36.731Z] === RUN   TestPluginWithDevMounts
14:48:36 [2021-06-10T14:48:36.731Z] === PAUSE TestPluginWithDevMounts
14:48:36 [2021-06-10T14:48:36.731Z] === CONT  TestPluginWithDevMounts
14:48:37 [2021-06-10T14:48:37.709Z] 2021/06/10 14:48:37 	Finished clone github.com/docker/libtrust
14:48:37 [2021-06-10T14:48:37.709Z] 2021/06/10 14:48:37 	Clone github.com/docker/go-connections, revision 7395e3f8aa162843a74ed6d48e79627d9792ac55, attempt 1/20
14:48:37 [2021-06-10T14:48:37.709Z] 2021/06/10 14:48:37 	Finished clone github.com/tchap/go-patricia
14:48:37 [2021-06-10T14:48:37.709Z] 2021/06/10 14:48:37 	Clone golang.org/x/text, revision 23ae387dee1f90d29a23c0e87ee0b46038fbed0e, attempt 1/20
14:48:37 [2021-06-10T14:48:37.709Z] 2021/06/10 14:48:37 	Finished clone github.com/docker/go-units
14:48:37 [2021-06-10T14:48:37.709Z] 2021/06/10 14:48:37 	Clone gotest.tools/v3, revision 568bc57cc5c19a2ef85e5749870b49a4cc2ab54d, attempt 1/20
14:48:37 [2021-06-10T14:48:37.709Z] 2021/06/10 14:48:37 	Finished clone github.com/google/uuid
14:48:37 [2021-06-10T14:48:37.709Z] 2021/06/10 14:48:37 	Clone github.com/google/go-cmp, revision 3af367b6b30c263d47e8895973edcca9a49cf029, attempt 1/20
14:48:37 [2021-06-10T14:48:37.709Z] 2021/06/10 14:48:37 	Finished clone github.com/creack/pty
14:48:37 [2021-06-10T14:48:37.709Z] 2021/06/10 14:48:37 	Clone github.com/syndtr/gocapability, revision 42c35b4376354fd554efc7ad35e0b7f94e3a0ffb, attempt 1/20
14:48:37 [2021-06-10T14:48:37.709Z] 2021/06/10 14:48:37 	Finished clone github.com/moby/locker
14:48:37 [2021-06-10T14:48:37.709Z] 2021/06/10 14:48:37 	Clone github.com/RackSec/srslog, revision a4725f04ec91af1a91b380da679d6e0c2f061e59, attempt 1/20
14:48:37 [2021-06-10T14:48:37.965Z] 2021/06/10 14:48:37 	Finished clone github.com/moby/term
14:48:37 [2021-06-10T14:48:37.965Z] 2021/06/10 14:48:37 	Clone github.com/imdario/mergo, revision 1afb36080aec31e0d1528973ebe6721b191b0369, attempt 1/20
14:48:37 [2021-06-10T14:48:37.965Z] 2021/06/10 14:48:37 	Finished clone github.com/Microsoft/go-winio
14:48:37 [2021-06-10T14:48:37.965Z] 2021/06/10 14:48:37 	Clone golang.org/x/sync, revision cd5d95a43a6e21273425c7ae415d3df9ea832eeb, attempt 1/20
14:48:37 [2021-06-10T14:48:37.965Z] 2021/06/10 14:48:37 	Finished clone github.com/willf/bitset
14:48:37 [2021-06-10T14:48:37.965Z] 2021/06/10 14:48:37 	Clone github.com/moby/buildkit, revision 244e8cde639f71a05a1a2e0670bd88e0206ce55c, attempt 1/20
14:48:37 [2021-06-10T14:48:37.965Z] 2021/06/10 14:48:37 	Finished clone github.com/moby/sys
14:48:37 [2021-06-10T14:48:37.965Z] 2021/06/10 14:48:37 	Clone github.com/tonistiigi/fsutil, revision 0834f99b7b85462efb69b4f571a4fa3ca7da5ac9, attempt 1/20
14:48:37 [2021-06-10T14:48:37.965Z] 2021/06/10 14:48:37 	Finished clone github.com/gorilla/mux
14:48:37 [2021-06-10T14:48:37.965Z] 2021/06/10 14:48:37 	Clone github.com/tonistiigi/units, revision 6950e57a87eaf136bbe44ef2ec8e75b9e3569de2, attempt 1/20
14:48:38 [2021-06-10T14:48:38.527Z] 2021/06/10 14:48:38 	Finished clone github.com/sirupsen/logrus
14:48:38 [2021-06-10T14:48:38.527Z] 2021/06/10 14:48:38 	Clone github.com/grpc-ecosystem/grpc-opentracing, revision 8e809c8a86450a29b90dcc9efbf062d0fe6d9746, attempt 1/20
14:48:38 [2021-06-10T14:48:38.633Z] --- PASS: TestPluginWithDevMounts (1.96s)
14:48:38 [2021-06-10T14:48:38.633Z] PASS
14:48:38 [2021-06-10T14:48:38.633Z] 
14:48:38 [2021-06-10T14:48:38.633Z] DONE 1 tests in 2.134s
14:48:38 [2021-06-10T14:48:38.633Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
14:48:38 [2021-06-10T14:48:38.633Z] ++ 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
14:48:38 [2021-06-10T14:48:38.633Z] ++ set -e
14:48:38 [2021-06-10T14:48:38.633Z] ++ '[' -n 0 ']'
14:48:38 [2021-06-10T14:48:38.633Z] ++ set -x
14:48:38 [2021-06-10T14:48:38.633Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m
14:48:38 [2021-06-10T14:48:38.892Z] INFO: Testing against a local daemon
14:48:38 [2021-06-10T14:48:38.892Z] === RUN   TestSecretInspect
14:48:39 [2021-06-10T14:48:39.090Z] 2021/06/10 14:48:38 	Finished clone github.com/syndtr/gocapability
14:48:39 [2021-06-10T14:48:39.090Z] 2021/06/10 14:48:38 	Clone github.com/opentracing/opentracing-go, revision d34af3eaa63c4d08ab54863a4bdd0daa45212e12, attempt 1/20
14:48:39 [2021-06-10T14:48:39.090Z] 2021/06/10 14:48:38 	Finished clone github.com/RackSec/srslog
14:48:39 [2021-06-10T14:48:39.090Z] 2021/06/10 14:48:38 	Clone github.com/google/shlex, revision e7afc7fbc51079733e9468cdfd1efcd7d196cd1d, attempt 1/20
14:48:39 [2021-06-10T14:48:39.090Z] 2021/06/10 14:48:39 	Clone github.com/opentracing-contrib/go-stdlib, revision 8a6ff1ad1691a29e4f7b5d46604f97634997c8c4, attempt 1/20
14:48:39 [2021-06-10T14:48:39.090Z] 2021/06/10 14:48:39 	Finished clone gotest.tools/v3
14:48:39 [2021-06-10T14:48:39.150Z] === RUN   TestDockerSuite/TestBuildStopSignal
14:48:39 [2021-06-10T14:48:39.347Z] 2021/06/10 14:48:39 	Finished clone github.com/tonistiigi/units
14:48:39 [2021-06-10T14:48:39.347Z] 2021/06/10 14:48:39 	Clone github.com/mitchellh/hashstructure, revision a38c50148365edc8df43c1580c48fb2b3a1e9cd7, attempt 1/20
14:48:39 [2021-06-10T14:48:39.347Z] 2021/06/10 14:48:39 	Finished clone github.com/imdario/mergo
14:48:39 [2021-06-10T14:48:39.347Z] 2021/06/10 14:48:39 	Clone github.com/gofrs/flock, revision 6caa7350c26b838538005fae7dbee4e69d9398db, attempt 1/20
14:48:39 [2021-06-10T14:48:39.347Z] 2021/06/10 14:48:39 	Finished clone golang.org/x/sync
14:48:39 [2021-06-10T14:48:39.347Z] 2021/06/10 14:48:39 	Clone github.com/grpc-ecosystem/go-grpc-middleware, revision 3c51f7f332123e8be5a157c0802a228ac85bf9db, attempt 1/20
14:48:39 [2021-06-10T14:48:39.603Z] 2021/06/10 14:48:39 	Finished clone github.com/google/go-cmp
14:48:39 [2021-06-10T14:48:39.603Z] 2021/06/10 14:48:39 	Clone github.com/docker/libnetwork, revision 64b7a4574d1426139437d20e81c0b6d391130ec8, attempt 1/20
14:48:39 [2021-06-10T14:48:39.860Z] 2021/06/10 14:48:39 	Finished clone github.com/grpc-ecosystem/grpc-opentracing
14:48:39 [2021-06-10T14:48:39.860Z] 2021/06/10 14:48:39 	Clone github.com/docker/go-events, revision e31b211e4f1cd09aa76fe4ac244571fab96ae47f, attempt 1/20
14:48:40 [2021-06-10T14:48:40.423Z] 2021/06/10 14:48:40 	Finished clone github.com/docker/go-connections
14:48:40 [2021-06-10T14:48:40.423Z] 2021/06/10 14:48:40 	Clone github.com/armon/go-radix, revision e39d623f12e8e41c7b5529e9a9dd67a1e2261f80, attempt 1/20
14:48:40 [2021-06-10T14:48:40.423Z] 2021/06/10 14:48:40 	Finished clone github.com/google/shlex
14:48:40 [2021-06-10T14:48:40.423Z] 2021/06/10 14:48:40 	Clone github.com/armon/go-metrics, revision eb0af217e5e9747e41dd5303755356b62d28e3ec, attempt 1/20
14:48:40 [2021-06-10T14:48:40.423Z] 2021/06/10 14:48:40 	Finished clone github.com/opentracing-contrib/go-stdlib
14:48:40 [2021-06-10T14:48:40.423Z] 2021/06/10 14:48:40 	Clone github.com/hashicorp/go-msgpack, revision 71c2886f5a673a35f909803f38ece5810165097b, attempt 1/20
14:48:40 [2021-06-10T14:48:40.526Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
14:48:40 [2021-06-10T14:48:40.679Z] 2021/06/10 14:48:40 	Finished clone github.com/gofrs/flock
14:48:40 [2021-06-10T14:48:40.680Z] 2021/06/10 14:48:40 	Clone github.com/hashicorp/memberlist, revision 3d8438da9589e7b608a83ffac1ef8211486bcb7c, attempt 1/20
14:48:40 [2021-06-10T14:48:40.680Z] 2021/06/10 14:48:40 	Finished clone github.com/mitchellh/hashstructure
14:48:40 [2021-06-10T14:48:40.680Z] 2021/06/10 14:48:40 	Clone github.com/sean-/seed, revision e2103e2c35297fb7e17febb81e49b312087a2372, attempt 1/20
14:48:40 [2021-06-10T14:48:40.680Z] 2021/06/10 14:48:40 	Finished clone github.com/opentracing/opentracing-go
14:48:40 [2021-06-10T14:48:40.680Z] 2021/06/10 14:48:40 	Clone github.com/hashicorp/errwrap, revision 8a6fb523712970c966eefc6b39ed2c5e74880354, attempt 1/20
14:48:41 [2021-06-10T14:48:41.461Z] --- PASS: TestSecretInspect (2.59s)
14:48:41 [2021-06-10T14:48:41.461Z] === RUN   TestSecretList
14:48:41 [2021-06-10T14:48:41.461Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
14:48:41 [2021-06-10T14:48:41.609Z] 2021/06/10 14:48:41 	Finished clone github.com/docker/go-events
14:48:41 [2021-06-10T14:48:41.609Z] 2021/06/10 14:48:41 	Clone github.com/hashicorp/go-sockaddr, revision c7188e74f6acae5a989bdc959aa779f8b9f42faf, attempt 1/20
14:48:41 [2021-06-10T14:48:41.609Z] 2021/06/10 14:48:41 	Finished clone github.com/armon/go-radix
14:48:41 [2021-06-10T14:48:41.609Z] 2021/06/10 14:48:41 	Clone github.com/hashicorp/go-multierror, revision 886a7fbe3eb1c874d46f623bfa70af45f425b3d1, attempt 1/20
14:48:41 [2021-06-10T14:48:41.866Z] 2021/06/10 14:48:41 	Finished clone github.com/sean-/seed
14:48:41 [2021-06-10T14:48:41.866Z] 2021/06/10 14:48:41 	Clone github.com/hashicorp/serf, revision 598c54895cc5a7b1a24a398d635e8c0ea0959870, attempt 1/20
14:48:42 [2021-06-10T14:48:42.028Z] === RUN   TestDockerSuite/TestBuildTagEvent
14:48:42 [2021-06-10T14:48:42.122Z] 2021/06/10 14:48:41 	Finished clone github.com/armon/go-metrics
14:48:42 [2021-06-10T14:48:42.122Z] 2021/06/10 14:48:41 	Clone github.com/docker/libkv, revision 458977154600b9f23984d9f4b82e79570b5ae12b, attempt 1/20
14:48:42 [2021-06-10T14:48:42.122Z] 2021/06/10 14:48:41 	Finished clone github.com/hashicorp/errwrap
14:48:42 [2021-06-10T14:48:42.122Z] 2021/06/10 14:48:41 	Clone github.com/vishvananda/netns, revision db3c7e526aae966c4ccfa6c8189b693d6ac5d202, attempt 1/20
14:48:42 [2021-06-10T14:48:42.379Z] 2021/06/10 14:48:42 	Finished clone github.com/tonistiigi/fsutil
14:48:42 [2021-06-10T14:48:42.379Z] 2021/06/10 14:48:42 	Clone github.com/vishvananda/netlink, revision f049be6f391489d3f374498fe0c8df8449258372, attempt 1/20
14:48:42 [2021-06-10T14:48:42.962Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
14:48:43 [2021-06-10T14:48:43.308Z] 2021/06/10 14:48:43 	Finished clone github.com/hashicorp/go-multierror
14:48:43 [2021-06-10T14:48:43.308Z] 2021/06/10 14:48:43 	Clone github.com/moby/ipvs, revision 4566ccea0e08d68e9614c3e7a64a23b850c4bb35, attempt 1/20
14:48:43 [2021-06-10T14:48:43.308Z] 2021/06/10 14:48:43 	Finished clone github.com/hashicorp/memberlist
14:48:43 [2021-06-10T14:48:43.308Z] 2021/06/10 14:48:43 	Clone github.com/BurntSushi/toml, revision 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005, attempt 1/20
14:48:43 [2021-06-10T14:48:43.308Z] 2021/06/10 14:48:43 	Finished clone github.com/vishvananda/netns
14:48:43 [2021-06-10T14:48:43.308Z] 2021/06/10 14:48:43 	Clone github.com/samuel/go-zookeeper, revision d0e0d8e11f318e000a8cc434616d69e329edc374, attempt 1/20
14:48:43 [2021-06-10T14:48:43.870Z] 2021/06/10 14:48:43 	Finished clone github.com/docker/libkv
14:48:43 [2021-06-10T14:48:43.870Z] 2021/06/10 14:48:43 	Clone github.com/deckarep/golang-set, revision ef32fa3046d9f249d399f98ebaf9be944430fd1d, attempt 1/20
14:48:44 [2021-06-10T14:48:44.337Z] --- PASS: TestSecretList (2.71s)
14:48:44 [2021-06-10T14:48:44.337Z] === RUN   TestSecretsCreateAndDelete
14:48:44 [2021-06-10T14:48:44.432Z] 2021/06/10 14:48:44 	Finished clone github.com/hashicorp/go-sockaddr
14:48:44 [2021-06-10T14:48:44.432Z] 2021/06/10 14:48:44 	Clone github.com/coreos/etcd, revision d57e8b8d97adfc4a6c224fe116714bf1a1f3beb9, attempt 1/20
14:48:44 [2021-06-10T14:48:44.596Z] === RUN   TestDockerSuite/TestBuildUser
14:48:44 [2021-06-10T14:48:44.995Z] 2021/06/10 14:48:44 	Finished clone github.com/samuel/go-zookeeper
14:48:44 [2021-06-10T14:48:44.995Z] 2021/06/10 14:48:44 	Clone github.com/coreos/go-semver, revision 8ab6407b697782a06568d4b7f1db25550ec2e4c6, attempt 1/20
14:48:44 [2021-06-10T14:48:44.995Z] 2021/06/10 14:48:44 	Finished clone github.com/BurntSushi/toml
14:48:44 [2021-06-10T14:48:44.995Z] 2021/06/10 14:48:44 	Clone github.com/ugorji/go, revision b4c50a2b199d93b13dc15e78929cfb23bfdf21ab, attempt 1/20
14:48:45 [2021-06-10T14:48:45.251Z] 2021/06/10 14:48:45 	Finished clone github.com/deckarep/golang-set
14:48:45 [2021-06-10T14:48:45.251Z] 2021/06/10 14:48:45 	Clone github.com/hashicorp/consul, revision 9a9cc9341bb487651a0399e3fc5e1e8a42e62dd9, attempt 1/20
14:48:45 [2021-06-10T14:48:45.508Z] 2021/06/10 14:48:45 	Finished clone github.com/moby/ipvs
14:48:45 [2021-06-10T14:48:45.508Z] 2021/06/10 14:48:45 	Clone github.com/miekg/dns, revision 6c0c4e6581f8e173cc562c8b3363ab984e4ae071, attempt 1/20
14:48:45 [2021-06-10T14:48:45.508Z] 2021/06/10 14:48:45 	Finished clone github.com/vishvananda/netlink
14:48:45 [2021-06-10T14:48:45.508Z] 2021/06/10 14:48:45 	Clone github.com/ishidawataru/sctp, revision f2269e66cdee387bd321445d5d300893449805be, attempt 1/20
14:48:46 [2021-06-10T14:48:46.324Z] 2021/06/10 14:48:46 	Clone go.etcd.io/bbolt, revision 232d8fc87f50244f9c808f4745759e08a304c029, attempt 1/20
14:48:46 [2021-06-10T14:48:46.324Z] 2021/06/10 14:48:46 	Finished clone github.com/golang/gddo
14:48:46 [2021-06-10T14:48:46.580Z] 2021/06/10 14:48:46 	Finished clone github.com/coreos/go-semver
14:48:46 [2021-06-10T14:48:46.580Z] 2021/06/10 14:48:46 	Clone github.com/docker/distribution, revision 0d3efadf0154c2b8a4e7b6621fff9809655cc580, attempt 1/20
14:48:46 [2021-06-10T14:48:46.835Z] 2021/06/10 14:48:46 	Finished clone github.com/hashicorp/go-msgpack
14:48:46 [2021-06-10T14:48:46.835Z] 2021/06/10 14:48:46 	Clone github.com/vbatts/tar-split, revision 620714a4c508c880ac1bdda9c8370a2b19af1a55, attempt 1/20
14:48:47 [2021-06-10T14:48:47.091Z] 2021/06/10 14:48:46 	Finished clone golang.org/x/net
14:48:47 [2021-06-10T14:48:47.091Z] 2021/06/10 14:48:46 	Clone github.com/opencontainers/go-digest, revision ea51bea511f75cfa3ef6098cc253c5c3609b037a, attempt 1/20
14:48:47 [2021-06-10T14:48:47.091Z] 2021/06/10 14:48:47 	Finished clone github.com/ishidawataru/sctp
14:48:47 [2021-06-10T14:48:47.091Z] 2021/06/10 14:48:47 	Clone github.com/mistifyio/go-zfs, revision f784269be439d704d3dfa1906f45dd848fed2beb, attempt 1/20
14:48:47 [2021-06-10T14:48:47.159Z] --- PASS: TestSecretsCreateAndDelete (2.76s)
14:48:47 [2021-06-10T14:48:47.159Z] === RUN   TestSecretsUpdate
14:48:47 [2021-06-10T14:48:47.159Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
14:48:47 [2021-06-10T14:48:47.418Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeDrainPause
14:48:48 [2021-06-10T14:48:48.982Z] 2021/06/10 14:48:48 	Finished clone github.com/mistifyio/go-zfs
14:48:48 [2021-06-10T14:48:48.982Z] 2021/06/10 14:48:48 	Clone google.golang.org/grpc, revision f495f5b15ae7ccda3b38c53a1bfcde4c1a58a2bc, attempt 1/20
14:48:48 [2021-06-10T14:48:48.982Z] 2021/06/10 14:48:48 	Finished clone github.com/opencontainers/go-digest
14:48:48 [2021-06-10T14:48:48.982Z] 2021/06/10 14:48:48 	Clone github.com/opencontainers/runc, revision ff819c7e9184c13b7c2607fe6c30ae19403a7aff, attempt 1/20
14:48:49 [2021-06-10T14:48:49.910Z] 2021/06/10 14:48:49 	Finished clone go.etcd.io/bbolt
14:48:49 [2021-06-10T14:48:49.910Z] 2021/06/10 14:48:49 	Clone github.com/opencontainers/runtime-spec, revision 4d89ac9fbff6c455f46a5bb59c6b1bb7184a5e43, attempt 1/20
14:48:49 [2021-06-10T14:48:49.950Z] --- PASS: TestSecretsUpdate (3.13s)
14:48:49 [2021-06-10T14:48:49.950Z] === RUN   TestTemplatedSecret
14:48:50 [2021-06-10T14:48:50.472Z] 2021/06/10 14:48:50 	Finished clone github.com/grpc-ecosystem/go-grpc-middleware
14:48:50 [2021-06-10T14:48:50.472Z] 2021/06/10 14:48:50 	Clone github.com/opencontainers/image-spec, revision d60099175f88c47cd379c4738d158884749ed235, attempt 1/20
14:48:51 [2021-06-10T14:48:51.401Z] 2021/06/10 14:48:51 	Finished clone github.com/hashicorp/serf
14:48:51 [2021-06-10T14:48:51.401Z] 2021/06/10 14:48:51 	Clone github.com/cyphar/filepath-securejoin, revision a261ee33d7a517f054effbf451841abaafe3e0fd, attempt 1/20
14:48:51 [2021-06-10T14:48:51.657Z] 2021/06/10 14:48:51 	Finished clone github.com/vbatts/tar-split
14:48:51 [2021-06-10T14:48:51.657Z] 2021/06/10 14:48:51 	Clone github.com/coreos/go-systemd, revision 39ca1b05acc7ad1220e09f133283b8859a8b71ab, attempt 1/20
14:48:51 [2021-06-10T14:48:51.856Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
14:48:52 [2021-06-10T14:48:52.587Z] 2021/06/10 14:48:52 	Finished clone github.com/Microsoft/opengcs
14:48:52 [2021-06-10T14:48:52.587Z] 2021/06/10 14:48:52 	Clone github.com/coreos/go-systemd/v22, revision 2d78030078ef61b3cae27f42ad6d0e46db51b339, attempt 1/20
14:48:53 [2021-06-10T14:48:53.150Z] 2021/06/10 14:48:52 	Finished clone github.com/cyphar/filepath-securejoin
14:48:53 [2021-06-10T14:48:53.150Z] 2021/06/10 14:48:52 	Clone github.com/godbus/dbus/v5, revision 37bf87eef99d69c4f1d3528bd66e3a87dc201472, attempt 1/20
14:48:53 [2021-06-10T14:48:53.406Z] 2021/06/10 14:48:53 	Finished clone github.com/opencontainers/runtime-spec
14:48:53 [2021-06-10T14:48:53.406Z] 2021/06/10 14:48:53 	Clone github.com/Graylog2/go-gelf, revision 1550ee647df0510058c9d67a45c56f18911d80b8, attempt 1/20
14:48:54 [2021-06-10T14:48:54.336Z] 2021/06/10 14:48:54 	Finished clone github.com/coreos/go-systemd
14:48:54 [2021-06-10T14:48:54.336Z] 2021/06/10 14:48:54 	Clone github.com/fluent/fluent-logger-golang, revision 7a6c9dcd7f14c2ed5d8c55c11b894e5455ee311b, attempt 1/20
14:48:54 [2021-06-10T14:48:54.899Z] 2021/06/10 14:48:54 	Finished clone github.com/opencontainers/image-spec
14:48:54 [2021-06-10T14:48:54.899Z] 2021/06/10 14:48:54 	Clone github.com/philhofer/fwd, revision bb6d471dc95d4fe11e432687f8b70ff496cf3136, attempt 1/20
14:48:54 [2021-06-10T14:48:54.899Z] 2021/06/10 14:48:54 	Finished clone github.com/Graylog2/go-gelf
14:48:54 [2021-06-10T14:48:54.899Z] 2021/06/10 14:48:54 	Clone github.com/tinylib/msgp, revision af6442a0fcf6e2a1b824f70dd0c734f01e817751, attempt 1/20
14:48:54 [2021-06-10T14:48:54.899Z] 2021/06/10 14:48:54 	Finished clone github.com/coreos/go-systemd/v22
14:48:54 [2021-06-10T14:48:54.899Z] 2021/06/10 14:48:54 	Clone github.com/fsnotify/fsnotify, revision 45d7d09e39ef4ac08d493309fa031790c15bfe8a, attempt 1/20
14:48:55 [2021-06-10T14:48:55.146Z] --- PASS: TestTemplatedSecret (4.98s)
14:48:55 [2021-06-10T14:48:55.146Z] === RUN   TestSecretCreateResolve
14:48:55 [2021-06-10T14:48:55.463Z] 2021/06/10 14:48:55 	Finished clone github.com/godbus/dbus/v5
14:48:55 [2021-06-10T14:48:55.463Z] 2021/06/10 14:48:55 	Clone github.com/aws/aws-sdk-go, revision 2590bc875c54c9fda225d8e4e56a9d28d90c6a47, attempt 1/20
14:48:56 [2021-06-10T14:48:56.026Z] 2021/06/10 14:48:55 	Finished clone github.com/fluent/fluent-logger-golang
14:48:56 [2021-06-10T14:48:56.026Z] 2021/06/10 14:48:55 	Clone github.com/jmespath/go-jmespath, revision 2d053f87d1d7f9f48196ae04cf3daea4273d207d, attempt 1/20
14:48:56 [2021-06-10T14:48:56.282Z] 2021/06/10 14:48:56 	Finished clone github.com/philhofer/fwd
14:48:56 [2021-06-10T14:48:56.283Z] 2021/06/10 14:48:56 	Clone github.com/bsphere/le_go, revision 7a984a84b5492ae539b79b62fb4a10afc63c7bcf, attempt 1/20
14:48:57 [2021-06-10T14:48:57.212Z] 2021/06/10 14:48:56 	Finished clone github.com/fsnotify/fsnotify
14:48:57 [2021-06-10T14:48:57.212Z] 2021/06/10 14:48:56 	Clone golang.org/x/oauth2, revision bf48bf16ab8d622ce64ec6ce98d2c98f916b6303, attempt 1/20
14:48:57 [2021-06-10T14:48:57.776Z] 2021/06/10 14:48:57 	Finished clone github.com/bsphere/le_go
14:48:57 [2021-06-10T14:48:57.776Z] 2021/06/10 14:48:57 	Clone google.golang.org/api, revision dec2ee309f5b09fc59bc40676447c15736284d78, attempt 1/20
14:48:58 [2021-06-10T14:48:58.339Z] 2021/06/10 14:48:58 	Finished clone github.com/jmespath/go-jmespath
14:48:58 [2021-06-10T14:48:58.339Z] 2021/06/10 14:48:58 	Clone github.com/golang/groupcache, revision 869f871628b6baa9cfbc11732cdf6546b17c1298, attempt 1/20
14:48:58 [2021-06-10T14:48:58.339Z] 2021/06/10 14:48:58 	Clone go.opencensus.io, revision d835ff86be02193d324330acdb7d65546b05f814, attempt 1/20
14:48:58 [2021-06-10T14:48:58.339Z] 2021/06/10 14:48:58 	Finished clone github.com/ugorji/go
14:48:58 [2021-06-10T14:48:58.429Z] --- PASS: TestSecretCreateResolve (3.09s)
14:48:58 [2021-06-10T14:48:58.429Z] PASS
14:48:58 [2021-06-10T14:48:58.429Z] 
14:48:58 [2021-06-10T14:48:58.429Z] DONE 6 tests in 19.391s
14:48:58 [2021-06-10T14:48:58.429Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
14:48:58 [2021-06-10T14:48:58.429Z] ++ 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
14:48:58 [2021-06-10T14:48:58.429Z] ++ set -e
14:48:58 [2021-06-10T14:48:58.429Z] ++ '[' -n 0 ']'
14:48:58 [2021-06-10T14:48:58.429Z] ++ set -x
14:48:58 [2021-06-10T14:48:58.429Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m
14:48:58 [2021-06-10T14:48:58.429Z] INFO: Testing against a local daemon
14:48:58 [2021-06-10T14:48:58.429Z] === RUN   TestServiceCreateInit
14:48:58 [2021-06-10T14:48:58.429Z] === RUN   TestServiceCreateInit/daemonInitDisabled
14:48:59 [2021-06-10T14:48:59.269Z] 2021/06/10 14:48:59 	Clone cloud.google.com/go, revision ceeb313ad77b789a7fa5287b36a1d127b69b7093, attempt 1/20
14:48:59 [2021-06-10T14:48:59.269Z] 2021/06/10 14:48:59 	Finished clone github.com/tinylib/msgp
14:48:59 [2021-06-10T14:48:59.269Z] 2021/06/10 14:48:59 	Finished clone golang.org/x/oauth2
14:48:59 [2021-06-10T14:48:59.269Z] 2021/06/10 14:48:59 	Clone github.com/googleapis/gax-go, revision bd5b16380fd03dc758d11cef74ba2e3bc8b0e8c2, attempt 1/20
14:48:59 [2021-06-10T14:48:59.832Z] 2021/06/10 14:48:59 	Finished clone github.com/golang/groupcache
14:48:59 [2021-06-10T14:48:59.832Z] 2021/06/10 14:48:59 	Clone google.golang.org/genproto, revision 3f1135a288c9a07e340ae8ba4cc6c7065a3160e8, attempt 1/20
14:49:00 [2021-06-10T14:49:00.396Z] 2021/06/10 14:49:00 	Finished clone github.com/docker/libnetwork
14:49:00 [2021-06-10T14:49:00.396Z] 2021/06/10 14:49:00 	Clone github.com/containerd/containerd, revision 0edc412565dcc6e3d6125ff9e4b009ad4b89c638, attempt 1/20
14:49:00 [2021-06-10T14:49:00.959Z] 2021/06/10 14:49:00 	Finished clone github.com/googleapis/gax-go
14:49:00 [2021-06-10T14:49:00.960Z] 2021/06/10 14:49:00 	Clone github.com/containerd/fifo, revision 0724c46b320cf96bb172a0550c19a4b1fca4dacb, attempt 1/20
14:49:01 [2021-06-10T14:49:01.891Z] 2021/06/10 14:49:01 	Finished clone golang.org/x/sys
14:49:01 [2021-06-10T14:49:01.891Z] 2021/06/10 14:49:01 	Clone github.com/containerd/continuity, revision efbc4488d8fe1bdc16bde3b2d2990d9b3a899165, attempt 1/20
14:49:02 [2021-06-10T14:49:02.454Z] 2021/06/10 14:49:02 	Finished clone go.opencensus.io
14:49:02 [2021-06-10T14:49:02.454Z] 2021/06/10 14:49:02 	Clone github.com/containerd/cgroups, revision 0b889c03f102012f1d93a97ddd3ef71cd6f4f510, attempt 1/20
14:49:02 [2021-06-10T14:49:02.454Z] 2021/06/10 14:49:02 	Finished clone github.com/miekg/dns
14:49:02 [2021-06-10T14:49:02.454Z] 2021/06/10 14:49:02 	Clone github.com/containerd/console, revision 5d7e1412f07b502a01029ea20e20e0d2be31fa7c, attempt 1/20
14:49:02 [2021-06-10T14:49:02.711Z] 2021/06/10 14:49:02 	Finished clone github.com/containerd/fifo
14:49:02 [2021-06-10T14:49:02.711Z] 2021/06/10 14:49:02 	Clone github.com/containerd/go-runc, revision 16b287bc67d069a60fa48db15f330b790b74365b, attempt 1/20
14:49:04 [2021-06-10T14:49:04.606Z] 2021/06/10 14:49:04 	Finished clone github.com/containerd/go-runc
14:49:04 [2021-06-10T14:49:04.606Z] 2021/06/10 14:49:04 	Clone github.com/containerd/typeurl, revision cd3ce7159eae562a4f60ceff37dada11a939d247, attempt 1/20
14:49:04 [2021-06-10T14:49:04.863Z] 2021/06/10 14:49:04 	Finished clone golang.org/x/text
14:49:04 [2021-06-10T14:49:04.863Z] 2021/06/10 14:49:04 	Clone github.com/containerd/ttrpc, revision bfba540dc45464586c106b1f31c8547933c1eb41, attempt 1/20
14:49:05 [2021-06-10T14:49:05.119Z] 2021/06/10 14:49:04 	Finished clone github.com/containerd/cgroups
14:49:05 [2021-06-10T14:49:05.119Z] 2021/06/10 14:49:04 	Clone github.com/gogo/googleapis, revision 01e0f9cca9b92166042241267ee2a5cdf5cff46c, attempt 1/20
14:49:06 [2021-06-10T14:49:06.049Z] 2021/06/10 14:49:05 	Finished clone github.com/containerd/typeurl
14:49:06 [2021-06-10T14:49:06.049Z] 2021/06/10 14:49:05 	Clone github.com/cilium/ebpf, revision 1c8d4c9ef7759622653a1d319284a44652333b28, attempt 1/20
14:49:06 [2021-06-10T14:49:06.306Z] 2021/06/10 14:49:06 	Finished clone github.com/containerd/ttrpc
14:49:06 [2021-06-10T14:49:06.306Z] 2021/06/10 14:49:06 	Clone github.com/docker/swarmkit, revision 17d8d4e4d8bdec33d386e6362d3537fa9493ba00, attempt 1/20
14:49:06 [2021-06-10T14:49:06.544Z] === RUN   TestServiceCreateInit/daemonInitEnabled
14:49:06 [2021-06-10T14:49:06.564Z] 2021/06/10 14:49:06 	Finished clone github.com/containerd/console
14:49:06 [2021-06-10T14:49:06.564Z] 2021/06/10 14:49:06 	Clone github.com/gogo/protobuf, revision 5628607bb4c51c3157aacc3a50f0ab707582b805, attempt 1/20
14:49:07 [2021-06-10T14:49:07.129Z] 2021/06/10 14:49:06 	Finished clone github.com/gogo/googleapis
14:49:07 [2021-06-10T14:49:07.129Z] 2021/06/10 14:49:06 	Clone github.com/golang/protobuf, revision 84668698ea25b64748563aa20726db66a6b8d299, attempt 1/20
14:49:07 [2021-06-10T14:49:07.692Z] 2021/06/10 14:49:07 	Finished clone github.com/moby/buildkit
14:49:07 [2021-06-10T14:49:07.692Z] 2021/06/10 14:49:07 	Clone github.com/cloudflare/cfssl, revision 5d63dbd981b5c408effbb58c442d54761ff94fbd, attempt 1/20
14:49:07 [2021-06-10T14:49:07.949Z] 2021/06/10 14:49:07 	Clone github.com/fernet/fernet-go, revision 9eac43b88a5efb8651d24de9b68e87567e029736, attempt 1/20
14:49:07 [2021-06-10T14:49:07.949Z] 2021/06/10 14:49:07 	Finished clone github.com/containerd/continuity
14:49:07 [2021-06-10T14:49:07.949Z] 2021/06/10 14:49:07 	Finished clone github.com/opencontainers/runc
14:49:07 [2021-06-10T14:49:07.949Z] 2021/06/10 14:49:07 	Clone github.com/google/certificate-transparency-go, revision 37a384cd035e722ea46e55029093e26687138edf, attempt 1/20
14:49:08 [2021-06-10T14:49:08.447Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeRemove
14:49:08 [2021-06-10T14:49:08.512Z] 2021/06/10 14:49:08 	Clone golang.org/x/crypto, revision c1f2f97bffc9c53fc40a1a28a5b460094c0050d9, attempt 1/20
14:49:08 [2021-06-10T14:49:08.512Z] 2021/06/10 14:49:08 	Finished clone google.golang.org/grpc
14:49:09 [2021-06-10T14:49:09.444Z] 2021/06/10 14:49:09 	Finished clone github.com/fernet/fernet-go
14:49:09 [2021-06-10T14:49:09.444Z] 2021/06/10 14:49:09 	Clone golang.org/x/time, revision 555d28b269f0569763d25dbe1a237ae74c6bcc82, attempt 1/20
14:49:09 [2021-06-10T14:49:09.700Z] 2021/06/10 14:49:09 	Clone github.com/hashicorp/go-memdb, revision cb9a474f84cc5e41b273b20c6927680b2a8776ad, attempt 1/20
14:49:09 [2021-06-10T14:49:09.700Z] 2021/06/10 14:49:09 	Finished clone github.com/docker/distribution
14:49:11 [2021-06-10T14:49:11.099Z] 2021/06/10 14:49:11 	Finished clone github.com/hashicorp/go-memdb
14:49:11 [2021-06-10T14:49:11.099Z] 2021/06/10 14:49:11 	Clone git://github.com/tonistiigi/go-immutable-radix.git to github.com/hashicorp/go-immutable-radix, revision 826af9ccf0feeee615d546d69b11f8e98da8c8f1, attempt 1/20
14:49:11 [2021-06-10T14:49:11.356Z] 2021/06/10 14:49:11 	Finished clone golang.org/x/time
14:49:11 [2021-06-10T14:49:11.356Z] 2021/06/10 14:49:11 	Clone github.com/hashicorp/golang-lru, revision 7f827b33c0f158ec5dfbba01bb0b14a4541fd81d, attempt 1/20
14:49:11 [2021-06-10T14:49:11.612Z] 2021/06/10 14:49:11 	Finished clone github.com/cilium/ebpf
14:49:11 [2021-06-10T14:49:11.612Z] 2021/06/10 14:49:11 	Clone github.com/coreos/pkg, revision 3ac0863d7acf3bc44daf49afef8919af12f704ef, attempt 1/20
14:49:12 [2021-06-10T14:49:12.176Z] 2021/06/10 14:49:11 	Finished clone github.com/hashicorp/go-immutable-radix
14:49:12 [2021-06-10T14:49:12.176Z] 2021/06/10 14:49:11 	Clone code.cloudfoundry.org/clock, revision 02e53af36e6c978af692887ed449b74026d76fec, attempt 1/20
14:49:12 [2021-06-10T14:49:12.670Z] --- PASS: TestServiceCreateInit (13.67s)
14:49:12 [2021-06-10T14:49:12.670Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (6.98s)
14:49:12 [2021-06-10T14:49:12.670Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (6.65s)
14:49:12 [2021-06-10T14:49:12.670Z] === RUN   TestCreateServiceMultipleTimes
14:49:13 [2021-06-10T14:49:13.106Z] 2021/06/10 14:49:12 	Finished clone github.com/hashicorp/golang-lru
14:49:13 [2021-06-10T14:49:13.106Z] 2021/06/10 14:49:12 	Clone github.com/prometheus/client_golang, revision 6edbbd9e560190e318cdc5b4d3e630b442858380, attempt 1/20
14:49:13 [2021-06-10T14:49:13.362Z] 2021/06/10 14:49:13 	Finished clone github.com/coreos/pkg
14:49:13 [2021-06-10T14:49:13.362Z] 2021/06/10 14:49:13 	Clone github.com/beorn7/perks, revision 37c8de3658fcb183f997c4e13e8337516ab753e6, attempt 1/20
14:49:14 [2021-06-10T14:49:14.572Z] === RUN   TestDockerSuite/TestBuildVerboseOut
14:49:14 [2021-06-10T14:49:14.731Z] 2021/06/10 14:49:14 	Finished clone github.com/beorn7/perks
14:49:14 [2021-06-10T14:49:14.731Z] 2021/06/10 14:49:14 	Clone github.com/prometheus/client_model, revision 7bc5445566f0fe75b15de23e6b93886e982d7bf9, attempt 1/20
14:49:15 [2021-06-10T14:49:15.508Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
14:49:15 [2021-06-10T14:49:15.662Z] 2021/06/10 14:49:15 	Finished clone golang.org/x/crypto
14:49:15 [2021-06-10T14:49:15.662Z] 2021/06/10 14:49:15 	Clone github.com/prometheus/common, revision d978bcb1309602d68bb4ba69cf3f8ed900e07308, attempt 1/20
14:49:16 [2021-06-10T14:49:16.077Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
14:49:16 [2021-06-10T14:49:16.225Z] 2021/06/10 14:49:15 	Finished clone github.com/golang/protobuf
14:49:16 [2021-06-10T14:49:16.225Z] 2021/06/10 14:49:15 	Clone github.com/prometheus/procfs, revision 46159f73e74d1cb8dc223deef9b2d049286f46b1, attempt 1/20
14:49:16 [2021-06-10T14:49:16.482Z] 2021/06/10 14:49:16 	Finished clone github.com/prometheus/client_model
14:49:16 [2021-06-10T14:49:16.482Z] 2021/06/10 14:49:16 	Clone github.com/matttproud/golang_protobuf_extensions, revision c12348ce28de40eed0136aa2b644d0ee0650e56c, attempt 1/20
14:49:16 [2021-06-10T14:49:16.739Z] 2021/06/10 14:49:16 	Finished clone github.com/prometheus/client_golang
14:49:16 [2021-06-10T14:49:16.739Z] 2021/06/10 14:49:16 	Clone github.com/pkg/errors, revision 614d223910a179a466c1767a985424175c39b465, attempt 1/20
14:49:16 [2021-06-10T14:49:16.995Z] 2021/06/10 14:49:16 	Finished clone code.cloudfoundry.org/clock
14:49:16 [2021-06-10T14:49:16.995Z] 2021/06/10 14:49:16 	Clone github.com/grpc-ecosystem/go-grpc-prometheus, revision c225b8c3b01faf2899099b768856a9e916e5087b, attempt 1/20
14:49:17 [2021-06-10T14:49:17.930Z] 2021/06/10 14:49:17 	Finished clone github.com/matttproud/golang_protobuf_extensions
14:49:17 [2021-06-10T14:49:17.930Z] 2021/06/10 14:49:17 	Clone github.com/cespare/xxhash/v2, revision d7df74196a9e781ede915320c11c378c1b2f3a1f, attempt 1/20
14:49:17 [2021-06-10T14:49:17.979Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
14:49:18 [2021-06-10T14:49:18.495Z] 2021/06/10 14:49:18 	Finished clone github.com/pkg/errors
14:49:18 [2021-06-10T14:49:18.495Z] 2021/06/10 14:49:18 	Clone github.com/spf13/cobra, revision 86f8bfd7fef868a174e1b606783bd7f5c82ddf8f, attempt 1/20
14:49:18 [2021-06-10T14:49:18.754Z] 2021/06/10 14:49:18 	Finished clone github.com/grpc-ecosystem/go-grpc-prometheus
14:49:18 [2021-06-10T14:49:18.754Z] 2021/06/10 14:49:18 	Clone github.com/spf13/pflag, revision 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab, attempt 1/20
14:49:18 [2021-06-10T14:49:18.916Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
14:49:19 [2021-06-10T14:49:19.010Z] 2021/06/10 14:49:18 	Finished clone github.com/prometheus/procfs
14:49:19 [2021-06-10T14:49:19.010Z] 2021/06/10 14:49:18 	Clone github.com/inconshreveable/mousetrap, revision 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75, attempt 1/20
14:49:19 [2021-06-10T14:49:19.268Z] 2021/06/10 14:49:19 	Finished clone github.com/cespare/xxhash/v2
14:49:19 [2021-06-10T14:49:19.268Z] 2021/06/10 14:49:19 	Clone github.com/morikuni/aec, revision 39771216ff4c63d11f5e604076f9c45e8be1067b, attempt 1/20
14:49:19 [2021-06-10T14:49:19.524Z] 2021/06/10 14:49:19 	Finished clone github.com/prometheus/common
14:49:19 [2021-06-10T14:49:19.524Z] 2021/06/10 14:49:19 	Clone github.com/docker/go-metrics, revision b619b3592b65de4f087d9f16863a7e6ff905973c, attempt 1/20
14:49:20 [2021-06-10T14:49:20.453Z] 2021/06/10 14:49:20 	Finished clone github.com/inconshreveable/mousetrap
14:49:20 [2021-06-10T14:49:20.453Z] 2021/06/10 14:49:20 	Clone github.com/opencontainers/selinux, revision 2f45b3796d18f1ab4c9fc0c888a98d0a0fd6e429, attempt 1/20
14:49:20 [2021-06-10T14:49:20.711Z] 2021/06/10 14:49:20 	Finished clone github.com/morikuni/aec
14:49:20 [2021-06-10T14:49:20.711Z] 2021/06/10 14:49:20 	Clone github.com/Microsoft/hcsshim, revision 89a9a3b524264d34985f1d48793ab2b2d2e430f6, attempt 1/20
14:49:20 [2021-06-10T14:49:20.711Z] 2021/06/10 14:49:20 	Finished clone github.com/spf13/pflag
14:49:20 [2021-06-10T14:49:20.711Z] 2021/06/10 14:49:20 	Clone github.com/Azure/go-ansiterm, revision d6e3b3328b783f23731bc4d058875b0371ff8109, attempt 1/20
14:49:20 [2021-06-10T14:49:20.968Z] 2021/06/10 14:49:20 	Finished clone github.com/docker/go-metrics
14:49:21 [2021-06-10T14:49:21.450Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
14:49:21 [2021-06-10T14:49:21.450Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
14:49:21 [2021-06-10T14:49:21.450Z] === RUN   TestDockerSuite/TestBuildWindowsUser
14:49:21 [2021-06-10T14:49:21.450Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
14:49:21 [2021-06-10T14:49:21.450Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
14:49:21 [2021-06-10T14:49:21.532Z] 2021/06/10 14:49:21 	Finished clone github.com/spf13/cobra
14:49:22 [2021-06-10T14:49:22.464Z] 2021/06/10 14:49:22 	Finished clone github.com/Azure/go-ansiterm
14:49:22 [2021-06-10T14:49:22.464Z] 2021/06/10 14:49:22 	Finished clone github.com/google/certificate-transparency-go
14:49:23 [2021-06-10T14:49:23.351Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
14:49:23 [2021-06-10T14:49:23.351Z] === RUN   TestDockerSuite/TestBuildWithFailure
14:49:24 [2021-06-10T14:49:24.289Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
14:49:24 [2021-06-10T14:49:24.357Z] 2021/06/10 14:49:23 	Finished clone github.com/opencontainers/selinux
14:49:24 [2021-06-10T14:49:24.856Z] === RUN   TestDockerSuite/TestBuildWithTabs
14:49:26 [2021-06-10T14:49:26.230Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
14:49:26 [2021-06-10T14:49:26.230Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
14:49:28 [2021-06-10T14:49:28.761Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
14:49:30 [2021-06-10T14:49:30.665Z] === RUN   TestDockerSuite/TestBuildWithVolumes
14:49:31 [2021-06-10T14:49:31.250Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
14:49:31 [2021-06-10T14:49:31.523Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
14:49:32 [2021-06-10T14:49:32.090Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
14:49:32 [2021-06-10T14:49:32.090Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
14:49:32 [2021-06-10T14:49:32.656Z] --- PASS: TestCreateServiceMultipleTimes (20.59s)
14:49:32 [2021-06-10T14:49:32.656Z] === RUN   TestCreateServiceConflict
14:49:32 [2021-06-10T14:49:32.913Z] === RUN   TestDockerSuite/TestBuildXZHost
14:49:34 [2021-06-10T14:49:34.305Z] 2021/06/10 14:49:33 	Finished clone github.com/cloudflare/cfssl
14:49:35 [2021-06-10T14:49:35.449Z] --- PASS: TestCreateServiceConflict (2.71s)
14:49:35 [2021-06-10T14:49:35.449Z] === RUN   TestCreateServiceMaxReplicas
14:49:35 [2021-06-10T14:49:35.707Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
14:49:35 [2021-06-10T14:49:35.707Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
14:49:35 [2021-06-10T14:49:35.707Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
14:49:36 [2021-06-10T14:49:36.644Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
14:49:38 [2021-06-10T14:49:38.021Z] === RUN   TestDockerSuite/TestCommitChange
14:49:39 [2021-06-10T14:49:39.397Z] === RUN   TestDockerSuite/TestCommitChangeLabels
14:49:39 [2021-06-10T14:49:39.397Z] --- PASS: TestCreateServiceMaxReplicas (4.07s)
14:49:39 [2021-06-10T14:49:39.397Z] === RUN   TestCreateWithDuplicateNetworkNames
14:49:40 [2021-06-10T14:49:40.336Z] === RUN   TestDockerSuite/TestCommitHardlink
14:49:42 [2021-06-10T14:49:42.867Z] === RUN   TestDockerSuite/TestCommitNewFile
14:49:44 [2021-06-10T14:49:44.255Z] 2021/06/10 14:49:43 	Finished clone github.com/docker/swarmkit
14:49:44 [2021-06-10T14:49:44.255Z] 2021/06/10 14:49:43 	Finished clone github.com/coreos/etcd
14:49:44 [2021-06-10T14:49:44.768Z] === RUN   TestDockerSuite/TestCommitPausedContainer
14:49:44 [2021-06-10T14:49:44.768Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeUpdate
14:49:45 [2021-06-10T14:49:45.335Z] === RUN   TestDockerSuite/TestCommitTTY
14:49:47 [2021-06-10T14:49:47.237Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
14:49:48 [2021-06-10T14:49:48.181Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
14:49:49 [2021-06-10T14:49:49.504Z] 2021/06/10 14:49:48 	Finished clone cloud.google.com/go
14:49:49 [2021-06-10T14:49:49.504Z] 2021/06/10 14:49:48 	Finished clone github.com/Microsoft/hcsshim
14:49:49 [2021-06-10T14:49:49.565Z] === RUN   TestDockerSuite/TestCommitWithoutPause
14:49:50 [2021-06-10T14:49:50.499Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
14:49:50 [2021-06-10T14:49:50.499Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
14:49:50 [2021-06-10T14:49:50.499Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
14:49:50 [2021-06-10T14:49:50.758Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
14:49:50 [2021-06-10T14:49:50.758Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
14:49:50 [2021-06-10T14:49:50.758Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
14:49:50 [2021-06-10T14:49:50.758Z] === RUN   TestDockerSuite/TestContainerAPICommit
14:49:51 [2021-06-10T14:49:51.016Z] === RUN   TestDockerSwarmSuite/TestAPISwarmPromoteDemote
14:49:52 [2021-06-10T14:49:52.392Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
14:49:52 [2021-06-10T14:49:52.778Z] 2021/06/10 14:49:52 	Finished clone github.com/containerd/containerd
14:49:53 [2021-06-10T14:49:53.769Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.22s)
14:49:53 [2021-06-10T14:49:53.769Z] === RUN   TestCreateServiceSecretFileMode
14:49:54 [2021-06-10T14:49:54.704Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124
14:49:54 [2021-06-10T14:49:54.704Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
14:49:55 [2021-06-10T14:49:55.640Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
14:49:57 [2021-06-10T14:49:57.016Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
14:49:57 [2021-06-10T14:49:57.275Z] --- PASS: TestCreateServiceSecretFileMode (3.75s)
14:49:57 [2021-06-10T14:49:57.275Z] === RUN   TestCreateServiceConfigFileMode
14:49:57 [2021-06-10T14:49:57.842Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
14:49:59 [2021-06-10T14:49:59.221Z] === RUN   TestDockerSuite/TestContainerAPICreate
14:50:00 [2021-06-10T14:50:00.155Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
14:50:00 [2021-06-10T14:50:00.155Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
14:50:00 [2021-06-10T14:50:00.155Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
14:50:00 [2021-06-10T14:50:00.417Z] --- PASS: TestCreateServiceConfigFileMode (3.06s)
14:50:00 [2021-06-10T14:50:00.417Z] === RUN   TestCreateServiceSysctls
14:50:01 [2021-06-10T14:50:01.353Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
14:50:01 [2021-06-10T14:50:01.353Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
14:50:01 [2021-06-10T14:50:01.353Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
14:50:01 [2021-06-10T14:50:01.353Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
14:50:01 [2021-06-10T14:50:01.353Z] === RUN   TestDockerSuite/TestContainerAPIDelete
14:50:02 [2021-06-10T14:50:02.726Z] 2021/06/10 14:50:01 	Finished clone google.golang.org/genproto
14:50:02 [2021-06-10T14:50:02.729Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
14:50:03 [2021-06-10T14:50:03.655Z] 2021/06/10 14:50:03 	Finished clone github.com/gogo/protobuf
14:50:03 [2021-06-10T14:50:03.664Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
14:50:04 [2021-06-10T14:50:04.611Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
14:50:04 [2021-06-10T14:50:04.611Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
14:50:05 [2021-06-10T14:50:05.177Z] --- PASS: TestCreateServiceSysctls (4.60s)
14:50:05 [2021-06-10T14:50:05.177Z] === RUN   TestCreateServiceCapabilities
14:50:06 [2021-06-10T14:50:06.552Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
14:50:07 [2021-06-10T14:50:07.929Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
14:50:07 [2021-06-10T14:50:07.929Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
14:50:08 [2021-06-10T14:50:08.495Z] --- PASS: TestCreateServiceCapabilities (3.46s)
14:50:08 [2021-06-10T14:50:08.495Z] === RUN   TestInspect
14:50:08 [2021-06-10T14:50:08.754Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
14:50:09 [2021-06-10T14:50:09.689Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
14:50:10 [2021-06-10T14:50:10.626Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
14:50:11 [2021-06-10T14:50:11.564Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRaftQuorum
14:50:12 [2021-06-10T14:50:12.132Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
14:50:12 [2021-06-10T14:50:12.132Z] === RUN   TestDockerSuite/TestContainerAPIKill
14:50:13 [2021-06-10T14:50:13.067Z] --- PASS: TestInspect (4.43s)
14:50:13 [2021-06-10T14:50:13.067Z] === RUN   TestCreateJob
14:50:13 [2021-06-10T14:50:13.067Z] === RUN   TestDockerSuite/TestContainerAPIPause
14:50:14 [2021-06-10T14:50:14.443Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
14:50:15 [2021-06-10T14:50:15.821Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
14:50:15 [2021-06-10T14:50:15.821Z] === RUN   TestDockerSuite/TestContainerAPIRename
14:50:17 [2021-06-10T14:50:17.201Z] === RUN   TestDockerSuite/TestContainerAPIRestart
14:50:18 [2021-06-10T14:50:18.137Z] --- PASS: TestCreateJob (5.11s)
14:50:18 [2021-06-10T14:50:18.137Z] === RUN   TestReplicatedJob
14:50:19 [2021-06-10T14:50:19.074Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
14:50:21 [2021-06-10T14:50:21.629Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
14:50:21 [2021-06-10T14:50:21.629Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
14:50:21 [2021-06-10T14:50:21.629Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
14:50:21 [2021-06-10T14:50:21.629Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
14:50:21 [2021-06-10T14:50:21.629Z] === RUN   TestDockerSuite/TestContainerAPIStart
14:50:22 [2021-06-10T14:50:22.563Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
14:50:25 [2021-06-10T14:50:25.848Z] --- PASS: TestReplicatedJob (7.57s)
14:50:25 [2021-06-10T14:50:25.848Z] === RUN   TestUpdateReplicatedJob
14:50:27 [2021-06-10T14:50:27.224Z] === RUN   TestDockerSuite/TestContainerAPIStop
14:50:28 [2021-06-10T14:50:28.598Z] === RUN   TestDockerSuite/TestContainerAPITop
14:50:29 [2021-06-10T14:50:29.535Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
14:50:29 [2021-06-10T14:50:29.535Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
14:50:29 [2021-06-10T14:50:29.535Z] === RUN   TestDockerSuite/TestContainerAPIWait
14:50:30 [2021-06-10T14:50:30.102Z] --- PASS: TestUpdateReplicatedJob (4.48s)
14:50:30 [2021-06-10T14:50:30.102Z] === RUN   TestServiceListWithStatuses
14:50:30 [2021-06-10T14:50:30.102Z] --- SKIP: TestServiceListWithStatuses (0.00s)
14:50:30 [2021-06-10T14:50:30.102Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
14:50:30 [2021-06-10T14:50:30.102Z] === RUN   TestDockerNetworkConnectAlias
14:50:32 [2021-06-10T14:50:32.631Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
14:50:33 [2021-06-10T14:50:33.567Z] === RUN   TestDockerSuite/TestContainerNetworkMode
14:50:34 [2021-06-10T14:50:34.943Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
14:50:35 [2021-06-10T14:50:35.877Z] --- PASS: TestDockerNetworkConnectAlias (5.62s)
14:50:35 [2021-06-10T14:50:35.877Z] === RUN   TestDockerNetworkReConnect
14:50:41 [2021-06-10T14:50:41.157Z] --- PASS: TestDockerNetworkReConnect (4.75s)
14:50:41 [2021-06-10T14:50:41.157Z] === RUN   TestServicePlugin
14:50:41 [2021-06-10T14:50:41.416Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
14:50:42 [2021-06-10T14:50:42.796Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
14:50:44 [2021-06-10T14:50:44.703Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
14:50:46 [2021-06-10T14:50:46.603Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
14:50:47 [2021-06-10T14:50:47.981Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>}
14:50:49 [2021-06-10T14:50:49.355Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>}
14:50:50 [2021-06-10T14:50:50.284Z] 2021/06/10 14:50:48 	Finished clone github.com/hashicorp/consul
14:50:51 [2021-06-10T14:50:51.258Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>}
14:50:52 [2021-06-10T14:50:52.635Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>}
14:50:54 [2021-06-10T14:50:54.454Z] 2021/06/10 14:50:54 	Finished clone github.com/aws/aws-sdk-go
14:50:54 [2021-06-10T14:50:54.535Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc0008cdc40_<nil>}
14:50:55 [2021-06-10T14:50:55.908Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1057422817_/foo_false__<nil>_<nil>_<nil>}
14:50:57 [2021-06-10T14:50:57.808Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1057422817_/foo_true__<nil>_<nil>_<nil>}
14:50:59 [2021-06-10T14:50:59.190Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3526165964_/foo_false__<nil>_<nil>_<nil>}
14:51:01 [2021-06-10T14:51:01.725Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3526165964_/foo_true__<nil>_<nil>_<nil>}
14:51:03 [2021-06-10T14:51:03.098Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3526165964_/foo_true__0xc0008cdca0_<nil>_<nil>}
14:51:04 [2021-06-10T14:51:04.472Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc0008cdcc0_<nil>}
14:51:06 [2021-06-10T14:51:06.371Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc0008cdce0_<nil>}
14:51:07 [2021-06-10T14:51:07.743Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc0008cdd20_<nil>}
14:51:09 [2021-06-10T14:51:09.117Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc0008cdd40_<nil>}
14:51:11 [2021-06-10T14:51:11.016Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
14:51:12 [2021-06-10T14:51:12.390Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
14:51:12 [2021-06-10T14:51:12.390Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
14:51:12 [2021-06-10T14:51:12.390Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
14:51:12 [2021-06-10T14:51:12.390Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
14:51:12 [2021-06-10T14:51:12.390Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
14:51:12 [2021-06-10T14:51:12.390Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
14:51:12 [2021-06-10T14:51:12.390Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
14:51:12 [2021-06-10T14:51:12.390Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
14:51:12 [2021-06-10T14:51:12.390Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
14:51:12 [2021-06-10T14:51:12.390Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
14:51:12 [2021-06-10T14:51:12.390Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
14:51:12 [2021-06-10T14:51:12.390Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_10
14:51:12 [2021-06-10T14:51:12.649Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_11
14:51:12 [2021-06-10T14:51:12.649Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_12
14:51:12 [2021-06-10T14:51:12.649Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_13
14:51:12 [2021-06-10T14:51:12.649Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_14
14:51:12 [2021-06-10T14:51:12.649Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_15
14:51:12 [2021-06-10T14:51:12.649Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
14:51:12 [2021-06-10T14:51:12.907Z] --- PASS: TestServicePlugin (32.40s)
14:51:12 [2021-06-10T14:51:12.907Z]     plugin_test.go:62: [d9352818f2ef1] joining swarm manager [d2ae16351bd79]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:51:12 [2021-06-10T14:51:12.907Z]     plugin_test.go:65: [df71f13bc0d49] joining swarm manager [d2ae16351bd79]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:51:12 [2021-06-10T14:51:12.907Z] === RUN   TestServiceUpdateLabel
14:51:15 [2021-06-10T14:51:15.437Z] --- PASS: TestServiceUpdateLabel (2.46s)
14:51:15 [2021-06-10T14:51:15.437Z] === RUN   TestServiceUpdateSecrets
14:51:16 [2021-06-10T14:51:16.371Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
14:51:18 [2021-06-10T14:51:18.921Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
14:51:21 [2021-06-10T14:51:21.449Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestartCluster
14:51:22 [2021-06-10T14:51:22.015Z] === RUN   TestDockerSuite/TestCopyAndRestart
14:51:23 [2021-06-10T14:51:23.918Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
14:51:24 [2021-06-10T14:51:24.177Z] === RUN   TestDockerSuite/TestCpAbsolutePath
14:51:25 [2021-06-10T14:51:25.555Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
14:51:26 [2021-06-10T14:51:26.496Z] === RUN   TestDockerSuite/TestCpCheckDestOwnership
14:51:27 [2021-06-10T14:51:27.432Z] === RUN   TestDockerSuite/TestCpFromCaseA
14:51:28 [2021-06-10T14:51:28.369Z] === RUN   TestDockerSuite/TestCpFromCaseB
14:51:29 [2021-06-10T14:51:29.304Z] === RUN   TestDockerSuite/TestCpFromCaseC
14:51:30 [2021-06-10T14:51:30.679Z] === RUN   TestDockerSuite/TestCpFromCaseD
14:51:31 [2021-06-10T14:51:31.615Z] === RUN   TestDockerSuite/TestCpFromCaseE
14:51:31 [2021-06-10T14:51:31.615Z] --- PASS: TestServiceUpdateSecrets (16.24s)
14:51:31 [2021-06-10T14:51:31.615Z] === RUN   TestServiceUpdateConfigs
14:51:32 [2021-06-10T14:51:32.551Z] === RUN   TestDockerSuite/TestCpFromCaseF
14:51:33 [2021-06-10T14:51:33.928Z] === RUN   TestDockerSuite/TestCpFromCaseG
14:51:34 [2021-06-10T14:51:34.863Z] === RUN   TestDockerSuite/TestCpFromCaseH
14:51:36 [2021-06-10T14:51:36.250Z] === RUN   TestDockerSuite/TestCpFromCaseI
14:51:37 [2021-06-10T14:51:37.184Z] === RUN   TestDockerSuite/TestCpFromCaseJ
14:51:38 [2021-06-10T14:51:38.118Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
14:51:39 [2021-06-10T14:51:39.054Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
14:51:39 [2021-06-10T14:51:39.991Z] === RUN   TestDockerSuite/TestCpGarbagePath
14:51:40 [2021-06-10T14:51:40.926Z] === RUN   TestDockerSuite/TestCpLocalOnly
14:51:40 [2021-06-10T14:51:40.926Z] === RUN   TestDockerSuite/TestCpNameHasColon
14:51:41 [2021-06-10T14:51:41.862Z] === RUN   TestDockerSuite/TestCpRelativePath
14:51:42 [2021-06-10T14:51:42.796Z] === RUN   TestDockerSuite/TestCpSpecialFiles
14:51:43 [2021-06-10T14:51:43.731Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
14:51:44 [2021-06-10T14:51:44.297Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
14:51:45 [2021-06-10T14:51:45.231Z] === RUN   TestDockerSuite/TestCpToCaseA
14:51:47 [2021-06-10T14:51:47.131Z] === RUN   TestDockerSuite/TestCpToCaseB
14:51:47 [2021-06-10T14:51:47.389Z] --- PASS: TestServiceUpdateConfigs (15.80s)
14:51:47 [2021-06-10T14:51:47.389Z] === RUN   TestServiceUpdateNetwork
14:51:47 [2021-06-10T14:51:47.646Z] === RUN   TestDockerSuite/TestCpToCaseC
14:51:50 [2021-06-10T14:51:50.936Z] === RUN   TestDockerSuite/TestCpToCaseD
14:51:56 [2021-06-10T14:51:56.212Z] === RUN   TestDockerSuite/TestCpToCaseE
14:51:59 [2021-06-10T14:51:59.499Z] === RUN   TestDockerSuite/TestCpToCaseF
14:51:59 [2021-06-10T14:51:59.757Z] === RUN   TestDockerSuite/TestCpToCaseG
14:52:02 [2021-06-10T14:52:02.292Z] --- PASS: TestServiceUpdateNetwork (14.54s)
14:52:02 [2021-06-10T14:52:02.292Z] === RUN   TestServiceUpdatePidsLimit
14:52:03 [2021-06-10T14:52:03.668Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
14:52:05 [2021-06-10T14:52:05.049Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
14:52:05 [2021-06-10T14:52:05.307Z] === RUN   TestDockerSuite/TestCpToCaseH
14:52:08 [2021-06-10T14:52:08.594Z] === RUN   TestDockerSuite/TestCpToCaseI
14:52:09 [2021-06-10T14:52:09.163Z] === RUN   TestDockerSuite/TestCpToCaseJ
14:52:12 [2021-06-10T14:52:12.446Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
14:52:13 [2021-06-10T14:52:13.821Z] === RUN   TestDockerSuite/TestCpToContainerWithPermissions
14:52:14 [2021-06-10T14:52:14.756Z] === RUN   TestDockerSuite/TestCpToDot
14:52:15 [2021-06-10T14:52:15.690Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
14:52:17 [2021-06-10T14:52:17.073Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
14:52:18 [2021-06-10T14:52:18.448Z] === RUN   TestDockerSuite/TestCpToStdout
14:52:19 [2021-06-10T14:52:19.383Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
14:52:20 [2021-06-10T14:52:20.317Z] --- PASS: TestServiceUpdatePidsLimit (18.53s)
14:52:20 [2021-06-10T14:52:20.317Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.55s)
14:52:20 [2021-06-10T14:52:20.317Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.42s)
14:52:20 [2021-06-10T14:52:20.317Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.42s)
14:52:20 [2021-06-10T14:52:20.317Z] PASS
14:52:20 [2021-06-10T14:52:20.317Z] 
14:52:20 [2021-06-10T14:52:20.317Z] === Skipped
14:52:20 [2021-06-10T14:52:20.317Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
14:52:20 [2021-06-10T14:52:20.317Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
14:52:20 [2021-06-10T14:52:20.317Z] 
14:52:20 [2021-06-10T14:52:20.317Z] 
14:52:20 [2021-06-10T14:52:20.317Z] DONE 27 tests, 1 skipped in 202.260s
14:52:20 [2021-06-10T14:52:20.317Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
14:52:20 [2021-06-10T14:52:20.317Z] ++ 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
14:52:20 [2021-06-10T14:52:20.317Z] ++ set -e
14:52:20 [2021-06-10T14:52:20.317Z] ++ '[' -n 0 ']'
14:52:20 [2021-06-10T14:52:20.317Z] ++ set -x
14:52:20 [2021-06-10T14:52:20.317Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m
14:52:20 [2021-06-10T14:52:20.577Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
14:52:20 [2021-06-10T14:52:20.577Z] INFO: Testing against a local daemon
14:52:20 [2021-06-10T14:52:20.577Z] === RUN   TestSessionCreate
14:52:20 [2021-06-10T14:52:20.577Z] --- PASS: TestSessionCreate (0.03s)
14:52:20 [2021-06-10T14:52:20.577Z] === RUN   TestSessionCreateWithBadUpgrade
14:52:20 [2021-06-10T14:52:20.577Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s)
14:52:20 [2021-06-10T14:52:20.577Z] PASS
14:52:20 [2021-06-10T14:52:20.577Z] 
14:52:20 [2021-06-10T14:52:20.577Z] DONE 2 tests in 0.207s
14:52:20 [2021-06-10T14:52:20.577Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
14:52:20 [2021-06-10T14:52:20.577Z] ++ 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
14:52:20 [2021-06-10T14:52:20.577Z] ++ set -e
14:52:20 [2021-06-10T14:52:20.577Z] ++ '[' -n 0 ']'
14:52:20 [2021-06-10T14:52:20.577Z] ++ set -x
14:52:20 [2021-06-10T14:52:20.577Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m
14:52:20 [2021-06-10T14:52:20.837Z] INFO: Testing against a local daemon
14:52:20 [2021-06-10T14:52:20.837Z] === RUN   TestCgroupDriverSystemdMemoryLimit
14:52:20 [2021-06-10T14:52:20.837Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
14:52:20 [2021-06-10T14:52:20.837Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
14:52:20 [2021-06-10T14:52:20.837Z] === RUN   TestEventsExecDie
14:52:20 [2021-06-10T14:52:20.837Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
14:52:22 [2021-06-10T14:52:22.215Z] === RUN   TestDockerSuite/TestCpVolumePath
14:52:22 [2021-06-10T14:52:22.215Z] --- PASS: TestEventsExecDie (1.49s)
14:52:22 [2021-06-10T14:52:22.215Z] === RUN   TestEventsBackwardsCompatible
14:52:22 [2021-06-10T14:52:22.473Z] --- PASS: TestEventsBackwardsCompatible (0.08s)
14:52:22 [2021-06-10T14:52:22.473Z] === RUN   TestInfoBinaryCommits
14:52:22 [2021-06-10T14:52:22.473Z] --- PASS: TestInfoBinaryCommits (0.03s)
14:52:22 [2021-06-10T14:52:22.473Z] === RUN   TestInfoAPIVersioned
14:52:22 [2021-06-10T14:52:22.473Z] --- PASS: TestInfoAPIVersioned (0.02s)
14:52:22 [2021-06-10T14:52:22.473Z] === RUN   TestInfoDiscoveryBackend
14:52:23 [2021-06-10T14:52:23.039Z] --- PASS: TestInfoDiscoveryBackend (0.53s)
14:52:23 [2021-06-10T14:52:23.039Z] === RUN   TestInfoDiscoveryInvalidAdvertise
14:52:23 [2021-06-10T14:52:23.297Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
14:52:23 [2021-06-10T14:52:23.297Z] === RUN   TestDockerSuite/TestCreateArgs
14:52:23 [2021-06-10T14:52:23.555Z] === RUN   TestDockerSuite/TestCreateByImageID
14:52:23 [2021-06-10T14:52:23.813Z] === RUN   TestDockerSuite/TestCreateEchoStdout
14:52:24 [2021-06-10T14:52:24.072Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
14:52:24 [2021-06-10T14:52:24.072Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
14:52:24 [2021-06-10T14:52:24.640Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.54s)
14:52:24 [2021-06-10T14:52:24.640Z] === RUN   TestInfoAPI
14:52:24 [2021-06-10T14:52:24.640Z] --- PASS: TestInfoAPI (0.03s)
14:52:24 [2021-06-10T14:52:24.640Z] === RUN   TestInfoAPIWarnings
14:52:24 [2021-06-10T14:52:24.640Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
14:52:24 [2021-06-10T14:52:24.640Z] === RUN   TestDockerSuite/TestCreateHostConfig
14:52:24 [2021-06-10T14:52:24.899Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
14:52:25 [2021-06-10T14:52:25.833Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
14:52:25 [2021-06-10T14:52:25.833Z] === RUN   TestDockerSuite/TestCreateLabels
14:52:25 [2021-06-10T14:52:25.833Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
14:52:26 [2021-06-10T14:52:26.092Z] === RUN   TestDockerSuite/TestCreateRM
14:52:26 [2021-06-10T14:52:26.092Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
14:52:26 [2021-06-10T14:52:26.092Z] === RUN   TestDockerSuite/TestCreateStopSignal
14:52:26 [2021-06-10T14:52:26.092Z] === RUN   TestDockerSuite/TestCreateStopTimeout
14:52:26 [2021-06-10T14:52:26.351Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
14:52:28 [2021-06-10T14:52:28.253Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
14:52:28 [2021-06-10T14:52:28.253Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
14:52:28 [2021-06-10T14:52:28.253Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
14:52:30 [2021-06-10T14:52:30.783Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin
14:52:32 [2021-06-10T14:52:32.160Z] === RUN   TestDockerSuite/TestCreateWithPortRange
14:52:32 [2021-06-10T14:52:32.160Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
14:52:32 [2021-06-10T14:52:32.160Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
14:52:32 [2021-06-10T14:52:32.160Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
14:52:32 [2021-06-10T14:52:32.419Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
14:52:32 [2021-06-10T14:52:32.419Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
14:52:33 [2021-06-10T14:52:33.362Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
14:52:34 [2021-06-10T14:52:34.738Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
14:52:35 [2021-06-10T14:52:35.305Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
14:52:37 [2021-06-10T14:52:37.205Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
14:52:38 [2021-06-10T14:52:38.580Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
14:52:39 [2021-06-10T14:52:39.146Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
14:52:39 [2021-06-10T14:52:39.712Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
14:52:39 [2021-06-10T14:52:39.971Z] === RUN   TestDockerSuite/TestDevicePermissions
14:52:40 [2021-06-10T14:52:40.538Z] === RUN   TestDockerSuite/TestDockerFails
14:52:40 [2021-06-10T14:52:40.538Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetwork
14:52:40 [2021-06-10T14:52:40.796Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent
14:52:40 [2021-06-10T14:52:40.796Z] === RUN   TestDockerSuite/TestDockerInspectNetworkWithContainerName
14:52:40 [2021-06-10T14:52:40.796Z] --- PASS: TestInfoAPIWarnings (16.37s)
14:52:40 [2021-06-10T14:52:40.796Z] === RUN   TestInfoDebug
14:52:41 [2021-06-10T14:52:41.366Z] --- PASS: TestInfoDebug (0.53s)
14:52:41 [2021-06-10T14:52:41.366Z] === RUN   TestInfoInsecureRegistries
14:52:41 [2021-06-10T14:52:41.933Z] --- PASS: TestInfoInsecureRegistries (0.54s)
14:52:41 [2021-06-10T14:52:41.933Z] === RUN   TestInfoRegistryMirrors
14:52:41 [2021-06-10T14:52:41.933Z] === RUN   TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange
14:52:42 [2021-06-10T14:52:42.500Z] --- PASS: TestInfoRegistryMirrors (0.53s)
14:52:42 [2021-06-10T14:52:42.500Z] === RUN   TestLoginFailsWithBadCredentials
14:52:42 [2021-06-10T14:52:42.758Z] --- PASS: TestLoginFailsWithBadCredentials (0.25s)
14:52:42 [2021-06-10T14:52:42.758Z] === RUN   TestPingCacheHeaders
14:52:42 [2021-06-10T14:52:42.758Z] --- PASS: TestPingCacheHeaders (0.03s)
14:52:42 [2021-06-10T14:52:42.758Z] === RUN   TestPingGet
14:52:42 [2021-06-10T14:52:42.758Z] --- PASS: TestPingGet (0.02s)
14:52:42 [2021-06-10T14:52:42.758Z] === RUN   TestPingHead
14:52:42 [2021-06-10T14:52:42.758Z] --- PASS: TestPingHead (0.03s)
14:52:42 [2021-06-10T14:52:42.758Z] === RUN   TestVersion
14:52:42 [2021-06-10T14:52:42.758Z] --- PASS: TestVersion (0.03s)
14:52:42 [2021-06-10T14:52:42.758Z] PASS
14:52:42 [2021-06-10T14:52:42.758Z] 
14:52:42 [2021-06-10T14:52:42.758Z] === Skipped
14:52:42 [2021-06-10T14:52:42.758Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
14:52:42 [2021-06-10T14:52:42.758Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
14:52:42 [2021-06-10T14:52:42.758Z] 
14:52:42 [2021-06-10T14:52:42.758Z] 
14:52:42 [2021-06-10T14:52:42.758Z] DONE 18 tests, 1 skipped in 22.191s
14:52:42 [2021-06-10T14:52:42.758Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
14:52:42 [2021-06-10T14:52:42.758Z] ++ 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
14:52:42 [2021-06-10T14:52:42.758Z] ++ set -e
14:52:42 [2021-06-10T14:52:42.758Z] ++ '[' -n 0 ']'
14:52:42 [2021-06-10T14:52:42.758Z] ++ set -x
14:52:42 [2021-06-10T14:52:42.758Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m
14:52:43 [2021-06-10T14:52:43.017Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteMultiple
14:52:43 [2021-06-10T14:52:43.017Z] INFO: Testing against a local daemon
14:52:43 [2021-06-10T14:52:43.017Z] === RUN   TestVolumesCreateAndList
14:52:43 [2021-06-10T14:52:43.017Z] --- PASS: TestVolumesCreateAndList (0.04s)
14:52:43 [2021-06-10T14:52:43.017Z] === RUN   TestVolumesRemove
14:52:43 [2021-06-10T14:52:43.017Z] --- PASS: TestVolumesRemove (0.08s)
14:52:43 [2021-06-10T14:52:43.017Z] === RUN   TestVolumesInspect
14:52:43 [2021-06-10T14:52:43.017Z] --- PASS: TestVolumesInspect (0.02s)
14:52:43 [2021-06-10T14:52:43.017Z] === RUN   TestVolumesInvalidJSON
14:52:43 [2021-06-10T14:52:43.017Z] === RUN   TestVolumesInvalidJSON//volumes/create
14:52:43 [2021-06-10T14:52:43.017Z] === PAUSE TestVolumesInvalidJSON//volumes/create
14:52:43 [2021-06-10T14:52:43.017Z] === CONT  TestVolumesInvalidJSON//volumes/create
14:52:43 [2021-06-10T14:52:43.017Z] --- PASS: TestVolumesInvalidJSON (0.02s)
14:52:43 [2021-06-10T14:52:43.017Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
14:52:43 [2021-06-10T14:52:43.276Z] PASS
14:52:43 [2021-06-10T14:52:43.276Z] 
14:52:43 [2021-06-10T14:52:43.276Z] DONE 5 tests in 0.293s
14:52:43 [2021-06-10T14:52:43.276Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
14:52:43 [2021-06-10T14:52:43.534Z] ++++ cat bundles/test-integration/docker.pid
14:52:43 [2021-06-10T14:52:43.534Z] +++ kill 5698
14:52:44 [2021-06-10T14:52:44.469Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteNotExists
14:52:44 [2021-06-10T14:52:44.469Z] === RUN   TestDockerSuite/TestDockerNetworkInspect
14:52:44 [2021-06-10T14:52:44.469Z] === RUN   TestDockerSuite/TestDockerNetworkInspectWithID
14:52:44 [2021-06-10T14:52:44.729Z] === RUN   TestDockerSuite/TestDockerNetworkInternalMode
14:52:44 [2021-06-10T14:52:44.729Z] +++ /etc/init.d/apparmor stop
14:52:44 [2021-06-10T14:52:44.729Z] Leaving: AppArmorNo profiles have been unloaded.
14:52:44 [2021-06-10T14:52:44.729Z] 
14:52:44 [2021-06-10T14:52:44.729Z] Unloading profiles will leave already running processes permanently
14:52:44 [2021-06-10T14:52:44.729Z] unconfined, which can lead to unexpected situations.
14:52:44 [2021-06-10T14:52:44.729Z] 
14:52:44 [2021-06-10T14:52:44.729Z] To set a process to complain mode, use the command line tool
14:52:44 [2021-06-10T14:52:44.729Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
14:52:44 [2021-06-10T14:52:44.729Z] +++ true
14:52:44 [2021-06-10T14:52:44.729Z] exiting test-integration
14:52:44 [2021-06-10T14:52:44.729Z] ++ exit 0
14:52:44 [2021-06-10T14:52:44.729Z] 
14:52:45 [2021-06-10T14:52:45.665Z] + for job in $(jobs -p)
14:52:45 [2021-06-10T14:52:45.665Z] + wait 8037
14:52:52 [2021-06-10T14:52:52.226Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
14:52:52 [2021-06-10T14:52:52.226Z] === RUN   TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate
14:52:54 [2021-06-10T14:52:54.767Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
14:52:58 [2021-06-10T14:52:58.053Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel
14:52:58 [2021-06-10T14:52:58.619Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
14:53:01 [2021-06-10T14:53:01.154Z] === RUN   TestDockerSuite/TestEmbeddedDNSInvalidInput
14:53:02 [2021-06-10T14:53:02.529Z] === RUN   TestDockerSuite/TestEventsAttach
14:53:03 [2021-06-10T14:53:03.905Z] === RUN   TestDockerSuite/TestEventsCommit
14:53:05 [2021-06-10T14:53:05.280Z] === RUN   TestDockerSuite/TestEventsContainerEvents
14:53:06 [2021-06-10T14:53:06.215Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
14:53:07 [2021-06-10T14:53:07.150Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
14:53:08 [2021-06-10T14:53:08.527Z] === RUN   TestDockerSuite/TestEventsContainerFilterBeforeCreate
14:53:10 [2021-06-10T14:53:10.429Z] === RUN   TestDockerSuite/TestEventsContainerFilterByName
14:53:11 [2021-06-10T14:53:11.804Z] === RUN   TestDockerSuite/TestEventsContainerRestart
14:53:15 [2021-06-10T14:53:15.123Z] === RUN   TestDockerSuite/TestEventsContainerWithMultiNetwork
14:53:17 [2021-06-10T14:53:17.021Z] === RUN   TestDockerSuite/TestEventsCopy
14:53:18 [2021-06-10T14:53:18.394Z] === RUN   TestDockerSuite/TestEventsFilterContainer
14:53:19 [2021-06-10T14:53:19.768Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
14:53:19 [2021-06-10T14:53:19.768Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole
14:53:20 [2021-06-10T14:53:20.336Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
14:53:20 [2021-06-10T14:53:20.904Z] === RUN   TestDockerSuite/TestEventsFilterImageName
14:53:22 [2021-06-10T14:53:22.810Z] === RUN   TestDockerSuite/TestEventsFilterLabels
14:53:23 [2021-06-10T14:53:23.069Z] === RUN   TestDockerSuite/TestEventsFilterNetworkID
14:53:23 [2021-06-10T14:53:23.328Z] === RUN   TestDockerSuite/TestEventsFilterType
14:53:23 [2021-06-10T14:53:23.895Z] === RUN   TestDockerSuite/TestEventsFilterVolumeAndNetworkType
14:53:24 [2021-06-10T14:53:24.154Z] === RUN   TestDockerSuite/TestEventsFilterVolumeID
14:53:24 [2021-06-10T14:53:24.154Z] === RUN   TestDockerSuite/TestEventsFilters
14:53:26 [2021-06-10T14:53:26.683Z] === RUN   TestDockerSuite/TestEventsFormat
14:53:28 [2021-06-10T14:53:28.586Z] === RUN   TestDockerSuite/TestEventsFormatBadField
14:53:28 [2021-06-10T14:53:28.586Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
14:53:28 [2021-06-10T14:53:28.586Z] === RUN   TestDockerSuite/TestEventsImageImport
14:53:29 [2021-06-10T14:53:29.521Z] === RUN   TestDockerSuite/TestEventsImageLoad
14:53:29 [2021-06-10T14:53:29.779Z] === RUN   TestDockerSuite/TestEventsImagePull
14:53:30 [2021-06-10T14:53:30.345Z] === RUN   TestDockerSuite/TestEventsImageTag
14:53:31 [2021-06-10T14:53:31.282Z] === RUN   TestDockerSuite/TestEventsImageUntagDelete
14:53:31 [2021-06-10T14:53:31.540Z] === RUN   TestDockerSuite/TestEventsOOMDisableFalse
14:53:31 [2021-06-10T14:53:31.540Z] === RUN   TestDockerSuite/TestEventsOOMDisableTrue
14:53:31 [2021-06-10T14:53:31.540Z] === RUN   TestDockerSuite/TestEventsPluginOps
14:53:32 [2021-06-10T14:53:32.912Z] === RUN   TestDockerSuite/TestEventsRedirectStdout
14:53:33 [2021-06-10T14:53:33.848Z] === RUN   TestDockerSuite/TestEventsRename
14:53:34 [2021-06-10T14:53:34.413Z] === RUN   TestDockerSuite/TestEventsResize
14:53:35 [2021-06-10T14:53:35.348Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
14:53:39 [2021-06-10T14:53:39.531Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs
14:53:40 [2021-06-10T14:53:40.907Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
14:53:42 [2021-06-10T14:53:42.283Z] === RUN   TestDockerSuite/TestEventsStreaming
14:53:43 [2021-06-10T14:53:43.660Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
14:53:45 [2021-06-10T14:53:45.906Z] 2021/06/10 14:53:34 	Finished clone google.golang.org/api
14:53:45 [2021-06-10T14:53:45.906Z] 2021/06/10 14:53:34 Dependencies downloaded. Download time: 4m57.882151497s
14:53:45 [2021-06-10T14:53:45.906Z] 2021/06/10 14:53:34 Collecting all dependencies
14:53:45 [2021-06-10T14:53:45.906Z] 2021/06/10 14:53:44 Clean vendor dir from unused packages
14:53:45 [2021-06-10T14:53:45.906Z] 2021/06/10 14:53:44 	Ignoring paths matching "^archive/tar"
14:53:45 [2021-06-10T14:53:45.906Z] 2021/06/10 14:53:45 Success
14:53:45 [2021-06-10T14:53:45.906Z] 2021/06/10 14:53:45 Running time: 5m13.295908226s
14:53:46 [2021-06-10T14:53:46.161Z] Congratulations! All vendoring changes are done the right way.
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
14:53:46 [2021-06-10T14:53:46.944Z] === RUN   TestDockerSuite/TestEventsTop
14:53:47 [2021-06-10T14:53:47.035Z] + echo Ensuring container killed.
14:53:47 [2021-06-10T14:53:47.035Z] Ensuring container killed.
14:53:47 [2021-06-10T14:53:47.035Z] + docker rm -vf docker-pr2
14:53:47 [2021-06-10T14:53:47.035Z] Error: No such container: docker-pr2
[Pipeline] sh
14:53:47 [2021-06-10T14:53:47.358Z] + echo Chowning /workspace to jenkins user
14:53:47 [2021-06-10T14:53:47.358Z] Chowning /workspace to jenkins user
14:53:47 [2021-06-10T14:53:47.358Z] + id -u
14:53:47 [2021-06-10T14:53:47.358Z] + id -g
14:53:47 [2021-06-10T14:53:47.358Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42507:/workspace busybox chown -R 1000:1000 /workspace
14:53:47 [2021-06-10T14:53:47.511Z] === RUN   TestDockerSuite/TestEventsUntag
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
14:53:48 [2021-06-10T14:53:48.612Z] + bundleName=unit
14:53:48 [2021-06-10T14:53:48.612Z] + echo Creating unit-bundles.tar.gz
14:53:48 [2021-06-10T14:53:48.612Z] Creating unit-bundles.tar.gz
14:53:48 [2021-06-10T14:53:48.612Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out
14:53:48 [2021-06-10T14:53:48.612Z] bundles/junit-report.xml
14:53:48 [2021-06-10T14:53:48.612Z] bundles/go-test-report.json
14:53:48 [2021-06-10T14:53:48.612Z] bundles/profile.out
[Pipeline] archiveArtifacts
14:53:48 [2021-06-10T14:53:48.621Z] Archiving artifacts
14:53:49 [2021-06-10T14:53:49.065Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42507/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
14:53:49 [2021-06-10T14:53:49.366Z] + make clean
14:53:49 [2021-06-10T14:53:49.622Z] docker volume rm -f docker-dev-cache
14:53:49 [2021-06-10T14:53:49.622Z] docker-dev-cache
[Pipeline] deleteDir
14:53:50 [2021-06-10T14:53:50.038Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
14:53:56 [2021-06-10T14:53:56.602Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreate
14:54:01 [2021-06-10T14:54:01.866Z] === RUN   TestDockerSuite/TestExec
14:54:02 [2021-06-10T14:54:02.434Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal
14:54:03 [2021-06-10T14:54:03.000Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
14:54:03 [2021-06-10T14:54:03.941Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
14:54:04 [2021-06-10T14:54:04.877Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
14:54:05 [2021-06-10T14:54:05.812Z] === RUN   TestDockerSuite/TestExecAPIStart
14:54:09 [2021-06-10T14:54:09.100Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
14:54:10 [2021-06-10T14:54:10.484Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
14:54:11 [2021-06-10T14:54:11.863Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
14:54:13 [2021-06-10T14:54:13.238Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
14:54:14 [2021-06-10T14:54:14.171Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
14:54:15 [2021-06-10T14:54:15.116Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
14:54:16 [2021-06-10T14:54:16.052Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
14:54:17 [2021-06-10T14:54:17.951Z] === RUN   TestDockerSuite/TestExecCgroup
14:54:20 [2021-06-10T14:54:20.482Z] === RUN   TestDockerSuite/TestExecEnv
14:54:21 [2021-06-10T14:54:21.417Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
14:54:23 [2021-06-10T14:54:23.319Z] === RUN   TestDockerSuite/TestExecExitStatus
14:54:24 [2021-06-10T14:54:24.254Z] === RUN   TestDockerSuite/TestExecInspectID
14:54:27 [2021-06-10T14:54:27.536Z] === RUN   TestDockerSuite/TestExecInteractive
14:54:28 [2021-06-10T14:54:28.470Z] === RUN   TestDockerSuite/TestExecInteractiveStdinClose
14:54:29 [2021-06-10T14:54:29.846Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
14:54:30 [2021-06-10T14:54:30.780Z] === RUN   TestDockerSuite/TestExecParseError
14:54:31 [2021-06-10T14:54:31.348Z] === RUN   TestDockerSuite/TestExecPausedContainer
14:54:32 [2021-06-10T14:54:32.287Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
14:54:32 [2021-06-10T14:54:32.853Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesEmptyList
14:54:32 [2021-06-10T14:54:32.853Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
14:54:35 [2021-06-10T14:54:35.402Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate
14:54:37 [2021-06-10T14:54:37.932Z] === RUN   TestDockerSuite/TestExecSetEnv
14:54:38 [2021-06-10T14:54:38.867Z] === RUN   TestDockerSuite/TestExecStartFails
14:54:40 [2021-06-10T14:54:40.774Z] === RUN   TestDockerSuite/TestExecStateCleanup
14:54:52 [2021-06-10T14:54:52.970Z] === RUN   TestDockerSuite/TestExecStopNotHanging
14:54:53 [2021-06-10T14:54:53.538Z] === RUN   TestDockerSuite/TestExecTTY
14:54:54 [2021-06-10T14:54:54.472Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
14:54:55 [2021-06-10T14:54:55.849Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
14:54:56 [2021-06-10T14:54:56.420Z] === RUN   TestDockerSuite/TestExecUlimits
14:54:57 [2021-06-10T14:54:57.354Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
14:54:57 [2021-06-10T14:54:57.354Z] === RUN   TestDockerSuite/TestExecWithImageUser
14:54:59 [2021-06-10T14:54:59.883Z] === RUN   TestDockerSuite/TestExecWithNoTERM
14:55:00 [2021-06-10T14:55:00.148Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents
14:55:00 [2021-06-10T14:55:00.717Z] === RUN   TestDockerSuite/TestExecWithPrivileged
14:55:03 [2021-06-10T14:55:03.248Z] === RUN   TestDockerSuite/TestExecWithTERM
14:55:04 [2021-06-10T14:55:04.182Z] === RUN   TestDockerSuite/TestExecWithUser
14:55:06 [2021-06-10T14:55:06.716Z] === RUN   TestDockerSuite/TestGetContainerStats
14:55:11 [2021-06-10T14:55:11.982Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
14:55:17 [2021-06-10T14:55:17.243Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
14:55:18 [2021-06-10T14:55:18.615Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
14:55:23 [2021-06-10T14:55:23.879Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
14:55:24 [2021-06-10T14:55:24.446Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
14:55:24 [2021-06-10T14:55:24.446Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
14:55:24 [2021-06-10T14:55:24.704Z] === RUN   TestDockerSuite/TestHealth
14:55:32 [2021-06-10T14:55:32.827Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesStateReporting
14:55:50 [2021-06-10T14:55:50.909Z] === RUN   TestDockerSuite/TestHistoryExistentImage
14:55:50 [2021-06-10T14:55:50.909Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
14:55:50 [2021-06-10T14:55:50.909Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
14:55:50 [2021-06-10T14:55:50.909Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
14:55:50 [2021-06-10T14:55:50.909Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
14:55:50 [2021-06-10T14:55:50.909Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
14:55:50 [2021-06-10T14:55:50.909Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
14:55:50 [2021-06-10T14:55:50.909Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
14:55:50 [2021-06-10T14:55:50.909Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
14:55:50 [2021-06-10T14:55:50.909Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
14:55:51 [2021-06-10T14:55:51.168Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
14:55:51 [2021-06-10T14:55:51.426Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
14:55:51 [2021-06-10T14:55:51.685Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
14:55:51 [2021-06-10T14:55:51.685Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
14:55:52 [2021-06-10T14:55:52.619Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
14:55:52 [2021-06-10T14:55:52.619Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
14:55:53 [2021-06-10T14:55:53.184Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
14:55:54 [2021-06-10T14:55:54.118Z] === RUN   TestDockerSuite/TestImagesFormat
14:55:54 [2021-06-10T14:55:54.118Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
14:55:55 [2021-06-10T14:55:55.053Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
14:55:57 [2021-06-10T14:55:57.580Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
14:55:57 [2021-06-10T14:55:57.580Z] === RUN   TestDockerSuite/TestImportBadURL
14:55:57 [2021-06-10T14:55:57.580Z] === RUN   TestDockerSuite/TestImportDisplay
14:55:59 [2021-06-10T14:55:59.481Z] === RUN   TestDockerSuite/TestImportFile
14:56:00 [2021-06-10T14:56:00.873Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
14:56:00 [2021-06-10T14:56:00.873Z] === RUN   TestDockerSuite/TestImportFileWithMessage
14:56:02 [2021-06-10T14:56:02.251Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdate
14:56:03 [2021-06-10T14:56:03.191Z] === RUN   TestDockerSuite/TestImportGzipped
14:56:05 [2021-06-10T14:56:05.727Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
14:56:08 [2021-06-10T14:56:08.261Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
14:56:09 [2021-06-10T14:56:09.199Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
14:56:10 [2021-06-10T14:56:10.134Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
14:56:11 [2021-06-10T14:56:11.068Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
14:56:11 [2021-06-10T14:56:11.068Z] === RUN   TestDockerSuite/TestInfoSecurityOptions
14:56:11 [2021-06-10T14:56:11.068Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
14:56:12 [2021-06-10T14:56:12.005Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
14:56:12 [2021-06-10T14:56:12.938Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
14:56:13 [2021-06-10T14:56:13.505Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
14:56:14 [2021-06-10T14:56:14.439Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
14:56:15 [2021-06-10T14:56:15.005Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
14:56:15 [2021-06-10T14:56:15.940Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
14:56:15 [2021-06-10T14:56:15.940Z] === RUN   TestDockerSuite/TestInspectAPIMultipleNetworks
14:56:17 [2021-06-10T14:56:17.315Z] === RUN   TestDockerSuite/TestInspectAmpersand
14:56:18 [2021-06-10T14:56:18.266Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
14:56:19 [2021-06-10T14:56:19.201Z] === RUN   TestDockerSuite/TestInspectByPrefix
14:56:19 [2021-06-10T14:56:19.460Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
14:56:20 [2021-06-10T14:56:20.027Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
14:56:20 [2021-06-10T14:56:20.027Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
14:56:21 [2021-06-10T14:56:21.402Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
14:56:21 [2021-06-10T14:56:21.969Z] === RUN   TestDockerSuite/TestInspectDefault
14:56:22 [2021-06-10T14:56:22.536Z] === RUN   TestDockerSuite/TestInspectHistory
14:56:23 [2021-06-10T14:56:23.470Z] === RUN   TestDockerSuite/TestInspectImage
14:56:23 [2021-06-10T14:56:23.470Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
14:56:23 [2021-06-10T14:56:23.470Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
14:56:23 [2021-06-10T14:56:23.470Z] === RUN   TestDockerSuite/TestInspectInt64
14:56:24 [2021-06-10T14:56:24.405Z] === RUN   TestDockerSuite/TestInspectJSONFields
14:56:25 [2021-06-10T14:56:25.340Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
14:56:25 [2021-06-10T14:56:25.340Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
14:56:26 [2021-06-10T14:56:26.275Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
14:56:27 [2021-06-10T14:56:27.211Z] === RUN   TestDockerSuite/TestInspectPlugin
14:56:28 [2021-06-10T14:56:28.592Z] === RUN   TestDockerSuite/TestInspectRootFS
14:56:28 [2021-06-10T14:56:28.850Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
14:56:29 [2021-06-10T14:56:29.417Z] === RUN   TestDockerSuite/TestInspectStatus
14:56:30 [2021-06-10T14:56:30.352Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
14:56:31 [2021-06-10T14:56:31.729Z] === RUN   TestDockerSuite/TestInspectTemplateError
14:56:32 [2021-06-10T14:56:32.663Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
14:56:33 [2021-06-10T14:56:33.231Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
14:56:34 [2021-06-10T14:56:34.180Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
14:56:35 [2021-06-10T14:56:35.124Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
14:56:36 [2021-06-10T14:56:36.499Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
14:56:37 [2021-06-10T14:56:37.065Z] === RUN   TestDockerSuite/TestInspectUnknownObject
14:56:37 [2021-06-10T14:56:37.065Z] === RUN   TestDockerSuite/TestLegacyRunNoNewPrivSetuid
14:56:39 [2021-06-10T14:56:39.595Z] === RUN   TestDockerSuite/TestLinkShortDefinition
14:56:40 [2021-06-10T14:56:40.529Z] === RUN   TestDockerSuite/TestLinksEnvs
14:56:42 [2021-06-10T14:56:42.428Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
14:56:42 [2021-06-10T14:56:42.687Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
14:56:45 [2021-06-10T14:56:45.223Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
14:56:46 [2021-06-10T14:56:46.597Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst
14:56:47 [2021-06-10T14:56:47.163Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
14:56:50 [2021-06-10T14:56:50.448Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
14:56:50 [2021-06-10T14:56:50.448Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
14:56:53 [2021-06-10T14:56:53.734Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
14:56:54 [2021-06-10T14:56:54.303Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
14:56:55 [2021-06-10T14:56:55.691Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
14:57:13 [2021-06-10T14:57:13.777Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
14:57:14 [2021-06-10T14:57:14.717Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
14:57:18 [2021-06-10T14:57:18.002Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
14:57:18 [2021-06-10T14:57:18.568Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
14:57:22 [2021-06-10T14:57:22.755Z] === RUN   TestDockerSuite/TestLoadNoStdinFail
14:57:22 [2021-06-10T14:57:22.755Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
14:57:22 [2021-06-10T14:57:22.755Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName
14:57:23 [2021-06-10T14:57:23.015Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
14:57:23 [2021-06-10T14:57:23.015Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
14:57:23 [2021-06-10T14:57:23.015Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
14:57:23 [2021-06-10T14:57:23.951Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
14:57:24 [2021-06-10T14:57:24.887Z] === RUN   TestDockerSuite/TestLogsAPIUntil
14:57:29 [2021-06-10T14:57:29.097Z] === RUN   TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked
14:57:29 [2021-06-10T14:57:29.097Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
14:57:30 [2021-06-10T14:57:30.038Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
14:57:31 [2021-06-10T14:57:31.410Z] === RUN   TestDockerSwarmSuite/TestDNSConfig
14:57:34 [2021-06-10T14:57:34.693Z] === RUN   TestDockerSwarmSuite/TestDNSConfigUpdate
14:57:34 [2021-06-10T14:57:34.693Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
14:57:35 [2021-06-10T14:57:35.627Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
14:57:35 [2021-06-10T14:57:35.627Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
14:57:37 [2021-06-10T14:57:37.527Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
14:57:38 [2021-06-10T14:57:38.463Z] === RUN   TestDockerSwarmSuite/TestExtraHosts
14:57:38 [2021-06-10T14:57:38.722Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
14:57:40 [2021-06-10T14:57:40.098Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
14:57:41 [2021-06-10T14:57:41.473Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
14:57:42 [2021-06-10T14:57:42.039Z] === RUN   TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames
14:57:42 [2021-06-10T14:57:42.605Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
14:57:45 [2021-06-10T14:57:45.133Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachable
14:57:45 [2021-06-10T14:57:45.392Z] === RUN   TestDockerSuite/TestLogsFollowStopped
14:57:46 [2021-06-10T14:57:46.327Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
14:57:47 [2021-06-10T14:57:47.266Z] === RUN   TestDockerSuite/TestLogsSince
14:57:49 [2021-06-10T14:57:49.800Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave
14:57:53 [2021-06-10T14:57:53.983Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure
14:57:54 [2021-06-10T14:57:54.551Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
14:58:01 [2021-06-10T14:58:01.108Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
14:58:01 [2021-06-10T14:58:01.367Z] === RUN   TestDockerSuite/TestLogsTail
14:58:02 [2021-06-10T14:58:02.306Z] === RUN   TestDockerSuite/TestLogsTimestamps
14:58:02 [2021-06-10T14:58:02.872Z] === RUN   TestDockerSuite/TestLogsWithDetails
14:58:03 [2021-06-10T14:58:03.808Z] === RUN   TestDockerSuite/TestMountIntoProc
14:58:04 [2021-06-10T14:58:04.067Z] === RUN   TestDockerSuite/TestMountIntoSys
14:58:04 [2021-06-10T14:58:04.634Z] === RUN   TestDockerSuite/TestNetHostname
14:58:07 [2021-06-10T14:58:07.165Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
14:58:07 [2021-06-10T14:58:07.422Z] === RUN   TestDockerSuite/TestNetworkEvents
14:58:08 [2021-06-10T14:58:08.358Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
14:58:10 [2021-06-10T14:58:10.279Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
14:58:10 [2021-06-10T14:58:10.847Z] === RUN   TestDockerSuite/TestPluginActive
14:58:12 [2021-06-10T14:58:12.220Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
14:58:17 [2021-06-10T14:58:17.491Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
14:58:17 [2021-06-10T14:58:17.491Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
14:58:17 [2021-06-10T14:58:17.749Z] === RUN   TestDockerSuite/TestPluginLogDriver
14:58:18 [2021-06-10T14:58:18.007Z] === RUN   TestDockerSwarmSuite/TestPruneNetwork
14:58:21 [2021-06-10T14:58:21.291Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
14:58:22 [2021-06-10T14:58:22.666Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
14:58:24 [2021-06-10T14:58:24.565Z] === RUN   TestDockerSuite/TestPluginUpgrade
14:58:27 [2021-06-10T14:58:27.847Z] === RUN   TestDockerSwarmSuite/TestPsListContainersFilterIsTask
14:58:28 [2021-06-10T14:58:28.780Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
14:58:32 [2021-06-10T14:58:32.067Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
14:58:32 [2021-06-10T14:58:32.328Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountTmpfs
14:58:34 [2021-06-10T14:58:34.236Z] === RUN   TestDockerSuite/TestPortHostBinding
14:58:36 [2021-06-10T14:58:36.764Z] === RUN   TestDockerSuite/TestPortList
14:58:46 [2021-06-10T14:58:46.734Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountVolume
14:58:46 [2021-06-10T14:58:46.734Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
14:58:47 [2021-06-10T14:58:47.670Z] === RUN   TestDockerSuite/TestPostContainersAttach
14:58:49 [2021-06-10T14:58:49.047Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice
14:58:52 [2021-06-10T14:58:52.330Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSimple
14:58:54 [2021-06-10T14:58:54.859Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths
14:58:55 [2021-06-10T14:58:55.794Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
14:58:55 [2021-06-10T14:58:55.794Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
14:58:55 [2021-06-10T14:58:55.794Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
14:58:56 [2021-06-10T14:58:56.730Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
14:58:56 [2021-06-10T14:58:56.730Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
14:58:58 [2021-06-10T14:58:58.116Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
14:58:58 [2021-06-10T14:58:58.116Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
14:58:59 [2021-06-10T14:58:59.055Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
14:58:59 [2021-06-10T14:58:59.055Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
14:58:59 [2021-06-10T14:58:59.313Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias
14:59:00 [2021-06-10T14:59:00.689Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
14:59:00 [2021-06-10T14:59:00.689Z] === RUN   TestDockerSuite/TestPruneContainerLabel
14:59:03 [2021-06-10T14:59:03.221Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice
14:59:04 [2021-06-10T14:59:04.598Z] === RUN   TestDockerSuite/TestPruneContainerUntil
14:59:07 [2021-06-10T14:59:07.131Z] === RUN   TestDockerSuite/TestPruneNetworkLabel
14:59:07 [2021-06-10T14:59:07.131Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSimple
14:59:07 [2021-06-10T14:59:07.390Z] === RUN   TestDockerSuite/TestPruneVolumeLabel
14:59:07 [2021-06-10T14:59:07.648Z] === RUN   TestDockerSuite/TestPsByOrder
14:59:10 [2021-06-10T14:59:10.191Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths
14:59:11 [2021-06-10T14:59:11.569Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
14:59:12 [2021-06-10T14:59:12.944Z] === RUN   TestDockerSuite/TestPsListContainersBase
14:59:14 [2021-06-10T14:59:14.848Z] === RUN   TestDockerSwarmSuite/TestServiceHealthRun
14:59:17 [2021-06-10T14:59:17.379Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
14:59:22 [2021-06-10T14:59:22.657Z] === RUN   TestDockerSwarmSuite/TestServiceHealthStart
14:59:22 [2021-06-10T14:59:22.916Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
14:59:22 [2021-06-10T14:59:22.916Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
14:59:28 [2021-06-10T14:59:28.181Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
14:59:29 [2021-06-10T14:59:29.116Z] === RUN   TestDockerSwarmSuite/TestServiceLogs
14:59:37 [2021-06-10T14:59:37.225Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
14:59:38 [2021-06-10T14:59:38.601Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
14:59:40 [2021-06-10T14:59:40.504Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
14:59:42 [2021-06-10T14:59:42.405Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
14:59:42 [2021-06-10T14:59:42.972Z] === RUN   TestDockerSwarmSuite/TestServiceLogsCompleteness
14:59:43 [2021-06-10T14:59:43.909Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
14:59:47 [2021-06-10T14:59:47.210Z] === RUN   TestDockerSwarmSuite/TestServiceLogsDetails
14:59:47 [2021-06-10T14:59:47.210Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
14:59:50 [2021-06-10T14:59:50.495Z] === RUN   TestDockerSuite/TestPsListContainersSize
14:59:50 [2021-06-10T14:59:50.753Z] === RUN   TestDockerSwarmSuite/TestServiceLogsFollow
14:59:52 [2021-06-10T14:59:52.129Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
14:59:52 [2021-06-10T14:59:52.129Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
14:59:53 [2021-06-10T14:59:53.507Z] === RUN   TestDockerSuite/TestPsRightTagName
14:59:54 [2021-06-10T14:59:54.443Z] === RUN   TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer
14:59:56 [2021-06-10T14:59:56.345Z] === RUN   TestDockerSuite/TestPsShowMounts
14:59:59 [2021-06-10T14:59:59.632Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
14:59:59 [2021-06-10T14:59:59.890Z] === RUN   TestDockerSwarmSuite/TestServiceLogsSince
14:59:59 [2021-06-10T14:59:59.890Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
15:00:00 [2021-06-10T15:00:00.148Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
15:00:00 [2021-06-10T15:00:00.148Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
15:00:00 [2021-06-10T15:00:00.407Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
15:00:00 [2021-06-10T15:00:00.407Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
15:00:01 [2021-06-10T15:00:01.345Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
15:00:03 [2021-06-10T15:00:03.876Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTTY=== RUN   TestDockerSuite/TestRestartContainerSuccess
15:00:03 [2021-06-10T15:00:03.876Z] 
15:00:05 [2021-06-10T15:00:05.790Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
15:00:06 [2021-06-10T15:00:06.726Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
15:00:16 [2021-06-10T15:00:16.697Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
15:00:17 [2021-06-10T15:00:17.265Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
15:00:17 [2021-06-10T15:00:17.265Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTail
15:00:19 [2021-06-10T15:00:19.797Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
15:00:20 [2021-06-10T15:00:20.056Z] === RUN   TestDockerSuite/TestRestartPolicyNO
15:00:20 [2021-06-10T15:00:20.056Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
15:00:20 [2021-06-10T15:00:20.314Z] === RUN   TestDockerSuite/TestRestartRunningContainer
15:00:22 [2021-06-10T15:00:22.843Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
15:00:24 [2021-06-10T15:00:24.216Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
15:00:28 [2021-06-10T15:00:28.398Z] === RUN   TestDockerSuite/TestRestartWithVolumes
15:00:29 [2021-06-10T15:00:29.332Z] === RUN   TestDockerSuite/TestRmiBlank
15:00:29 [2021-06-10T15:00:29.332Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
15:00:29 [2021-06-10T15:00:29.590Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
15:00:30 [2021-06-10T15:00:30.983Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTaskLogs
15:00:34 [2021-06-10T15:00:34.268Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
15:00:35 [2021-06-10T15:00:35.205Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
15:00:35 [2021-06-10T15:00:35.463Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
15:00:37 [2021-06-10T15:00:37.364Z] === RUN   TestDockerSuite/TestRmiImgIDForce
15:00:37 [2021-06-10T15:00:37.929Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
15:00:39 [2021-06-10T15:00:39.832Z] === RUN   TestDockerSuite/TestRmiParentImageFail
15:00:40 [2021-06-10T15:00:40.767Z] === RUN   TestDockerSuite/TestRmiTag
15:00:40 [2021-06-10T15:00:40.767Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
15:00:41 [2021-06-10T15:00:41.334Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
15:00:45 [2021-06-10T15:00:45.522Z] === RUN   TestDockerSwarmSuite/TestServiceScale
15:00:45 [2021-06-10T15:00:45.522Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
15:00:46 [2021-06-10T15:00:46.456Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
15:00:47 [2021-06-10T15:00:47.392Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
15:00:47 [2021-06-10T15:00:47.959Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
15:00:48 [2021-06-10T15:00:48.218Z] === RUN   TestDockerSwarmSuite/TestSwarmAlternateLockUnlock
15:00:49 [2021-06-10T15:00:49.593Z] === RUN   TestDockerSuite/TestRunAddHost
15:00:50 [2021-06-10T15:00:50.530Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
15:00:51 [2021-06-10T15:00:51.096Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
15:00:51 [2021-06-10T15:00:51.662Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
15:00:51 [2021-06-10T15:00:51.662Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
15:00:52 [2021-06-10T15:00:52.596Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
15:00:53 [2021-06-10T15:00:53.971Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
15:00:54 [2021-06-10T15:00:54.537Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
15:00:55 [2021-06-10T15:00:55.916Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
15:00:56 [2021-06-10T15:00:56.852Z] === RUN   TestDockerSuite/TestRunApparmorProcDirectory
15:00:58 [2021-06-10T15:00:58.235Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
15:00:59 [2021-06-10T15:00:59.610Z] === RUN   TestDockerSuite/TestRunAttachDetach
15:01:00 [2021-06-10T15:01:00.545Z] === RUN   TestDockerSuite/TestRunAttachDetachFromConfig
15:01:01 [2021-06-10T15:01:01.478Z] === RUN   TestDockerSuite/TestRunAttachDetachFromFlag
15:01:02 [2021-06-10T15:01:02.413Z] === RUN   TestDockerSuite/TestRunAttachDetachFromInvalidFlag
15:01:03 [2021-06-10T15:01:03.079Z] === RUN   TestDockerSuite/TestRunAttachDetachKeysOverrideConfig
15:01:04 [2021-06-10T15:01:04.456Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
15:01:05 [2021-06-10T15:01:05.390Z] === RUN   TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved
15:01:06 [2021-06-10T15:01:06.764Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
15:01:07 [2021-06-10T15:01:07.023Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsConfig
15:01:07 [2021-06-10T15:01:07.588Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
15:01:08 [2021-06-10T15:01:08.523Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
15:01:09 [2021-06-10T15:01:09.459Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
15:01:09 [2021-06-10T15:01:09.459Z] === RUN   TestDockerSuite/TestRunBindMounts
15:01:10 [2021-06-10T15:01:10.025Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNetwork
15:01:11 [2021-06-10T15:01:11.927Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
15:01:12 [2021-06-10T15:01:12.863Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNode
15:01:12 [2021-06-10T15:01:12.863Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
15:01:14 [2021-06-10T15:01:14.239Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
15:01:15 [2021-06-10T15:01:15.175Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
15:01:15 [2021-06-10T15:01:15.743Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
15:01:16 [2021-06-10T15:01:16.000Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
15:01:16 [2021-06-10T15:01:16.935Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
15:01:17 [2021-06-10T15:01:17.501Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
15:01:18 [2021-06-10T15:01:18.435Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
15:01:19 [2021-06-10T15:01:19.002Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
15:01:19 [2021-06-10T15:01:19.937Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
15:01:19 [2021-06-10T15:01:19.937Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
15:01:20 [2021-06-10T15:01:20.503Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
15:01:20 [2021-06-10T15:01:20.503Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
15:01:21 [2021-06-10T15:01:21.436Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
15:01:22 [2021-06-10T15:01:22.371Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
15:01:22 [2021-06-10T15:01:22.938Z] === RUN   TestDockerSuite/TestRunContainerNetwork
15:01:23 [2021-06-10T15:01:23.887Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
15:01:23 [2021-06-10T15:01:23.887Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
15:01:24 [2021-06-10T15:01:24.452Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
15:01:25 [2021-06-10T15:01:25.826Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
15:01:27 [2021-06-10T15:01:27.726Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
15:01:28 [2021-06-10T15:01:28.664Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
15:01:29 [2021-06-10T15:01:29.231Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
15:01:30 [2021-06-10T15:01:30.166Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
15:01:30 [2021-06-10T15:01:30.734Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
15:01:31 [2021-06-10T15:01:31.669Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
15:01:32 [2021-06-10T15:01:32.235Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
15:01:32 [2021-06-10T15:01:32.494Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsScope
15:01:34 [2021-06-10T15:01:34.397Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
15:01:37 [2021-06-10T15:01:37.684Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
15:01:37 [2021-06-10T15:01:37.684Z] === RUN   TestDockerSuite/TestRunCreateVolume
15:01:38 [2021-06-10T15:01:38.250Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
15:01:40 [2021-06-10T15:01:40.778Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
15:01:41 [2021-06-10T15:01:41.036Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSecret
15:01:42 [2021-06-10T15:01:42.419Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
15:01:43 [2021-06-10T15:01:43.796Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsService
15:01:45 [2021-06-10T15:01:45.699Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
15:01:48 [2021-06-10T15:01:48.232Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
15:01:48 [2021-06-10T15:01:48.232Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
15:01:48 [2021-06-10T15:01:48.232Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
15:01:49 [2021-06-10T15:01:49.167Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
15:01:51 [2021-06-10T15:01:51.698Z] === RUN   TestDockerSuite/TestRunDNSOptions
15:01:53 [2021-06-10T15:01:53.075Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
15:01:55 [2021-06-10T15:01:55.608Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
15:01:56 [2021-06-10T15:01:56.176Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
15:01:57 [2021-06-10T15:01:57.550Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
15:01:58 [2021-06-10T15:01:58.486Z] === RUN   TestDockerSuite/TestRunDeviceDirectory
15:01:58 [2021-06-10T15:01:58.486Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
15:01:59 [2021-06-10T15:01:59.052Z] === RUN   TestDockerSuite/TestRunDeviceSymlink
15:02:00 [2021-06-10T15:02:00.955Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
15:02:00 [2021-06-10T15:02:00.955Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSource
15:02:00 [2021-06-10T15:02:00.955Z] === RUN   TestDockerSuite/TestRunDuplicateMount
15:02:01 [2021-06-10T15:02:01.890Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
15:02:02 [2021-06-10T15:02:02.828Z] === RUN   TestDockerSuite/TestRunEchoStdout
15:02:03 [2021-06-10T15:02:03.767Z] === RUN   TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit
15:02:04 [2021-06-10T15:02:04.701Z] === RUN   TestDockerSuite/TestRunEmptyEnv
15:02:04 [2021-06-10T15:02:04.701Z] === RUN   TestDockerSuite/TestRunEntrypoint
15:02:05 [2021-06-10T15:02:05.638Z] === RUN   TestDockerSuite/TestRunEnvironment
15:02:06 [2021-06-10T15:02:06.204Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
15:02:07 [2021-06-10T15:02:07.138Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
15:02:07 [2021-06-10T15:02:07.705Z] === RUN   TestDockerSuite/TestRunExitCode
15:02:08 [2021-06-10T15:02:08.638Z] === RUN   TestDockerSuite/TestRunExitCodeOne
15:02:09 [2021-06-10T15:02:09.207Z] === RUN   TestDockerSuite/TestRunExitCodeZero
15:02:10 [2021-06-10T15:02:10.141Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
15:02:10 [2021-06-10T15:02:10.709Z] === RUN   TestDockerSuite/TestRunExposePort
15:02:10 [2021-06-10T15:02:10.709Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
15:02:11 [2021-06-10T15:02:11.644Z] === RUN   TestDockerSuite/TestRunGroupAdd
15:02:12 [2021-06-10T15:02:12.212Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
15:02:13 [2021-06-10T15:02:13.587Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
15:02:14 [2021-06-10T15:02:14.155Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
15:02:14 [2021-06-10T15:02:14.155Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
15:02:17 [2021-06-10T15:02:17.441Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
15:02:18 [2021-06-10T15:02:18.008Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
15:02:20 [2021-06-10T15:02:20.538Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsType
15:02:28 [2021-06-10T15:02:28.658Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey
15:02:29 [2021-06-10T15:02:29.593Z] === RUN   TestDockerSuite/TestRunInvalidCPUShares
15:02:30 [2021-06-10T15:02:30.160Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
15:02:32 [2021-06-10T15:02:32.063Z] === RUN   TestDockerSuite/TestRunInvalidCpusetCpusFlagValue
15:02:32 [2021-06-10T15:02:32.063Z] === RUN   TestDockerSuite/TestRunInvalidCpusetMemsFlagValue
15:02:32 [2021-06-10T15:02:32.063Z] === RUN   TestDockerSuite/TestRunInvalidReference
15:02:32 [2021-06-10T15:02:32.063Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
15:02:32 [2021-06-10T15:02:32.998Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
15:02:36 [2021-06-10T15:02:36.284Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
15:02:37 [2021-06-10T15:02:37.659Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
15:02:39 [2021-06-10T15:02:39.034Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
15:02:45 [2021-06-10T15:02:45.589Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
15:02:45 [2021-06-10T15:02:45.589Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
15:02:46 [2021-06-10T15:02:46.154Z] === RUN   TestDockerSuite/TestRunModeHostname
15:02:47 [2021-06-10T15:02:47.530Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
15:02:47 [2021-06-10T15:02:47.530Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
15:02:47 [2021-06-10T15:02:47.530Z] === RUN   TestDockerSuite/TestRunModeIpcHost
15:02:48 [2021-06-10T15:02:48.905Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
15:02:50 [2021-06-10T15:02:50.304Z] === RUN   TestDockerSuite/TestRunModePIDContainer
15:02:51 [2021-06-10T15:02:51.679Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
15:02:51 [2021-06-10T15:02:51.679Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
15:02:51 [2021-06-10T15:02:51.937Z] === RUN   TestDockerSuite/TestRunModePIDHost
15:02:53 [2021-06-10T15:02:53.310Z] === RUN   TestDockerSuite/TestRunModeUTSHost
15:02:55 [2021-06-10T15:02:55.210Z] === RUN   TestDockerSuite/TestRunMount
15:03:03 [2021-06-10T15:03:03.319Z] === RUN   TestDockerSuite/TestRunMountOrdering
15:03:03 [2021-06-10T15:03:03.578Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
15:03:04 [2021-06-10T15:03:04.513Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
15:03:05 [2021-06-10T15:03:05.889Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
15:03:08 [2021-06-10T15:03:08.420Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
15:03:11 [2021-06-10T15:03:11.705Z] === RUN   TestDockerSuite/TestRunNamedVolume
15:03:13 [2021-06-10T15:03:13.607Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
15:03:16 [2021-06-10T15:03:16.144Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
15:03:17 [2021-06-10T15:03:17.520Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
15:03:18 [2021-06-10T15:03:18.895Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
15:03:19 [2021-06-10T15:03:19.154Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
15:03:20 [2021-06-10T15:03:20.089Z] === RUN   TestDockerSuite/TestRunNetHost
15:03:21 [2021-06-10T15:03:21.026Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
15:03:21 [2021-06-10T15:03:21.962Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
15:03:22 [2021-06-10T15:03:22.898Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
15:03:24 [2021-06-10T15:03:24.800Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
15:03:27 [2021-06-10T15:03:27.328Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
15:03:31 [2021-06-10T15:03:31.517Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
15:03:32 [2021-06-10T15:03:32.083Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
15:03:32 [2021-06-10T15:03:32.083Z] === RUN   TestDockerSuite/TestRunNoNewPrivSetuid
15:03:32 [2021-06-10T15:03:32.649Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
15:03:32 [2021-06-10T15:03:32.908Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
15:03:33 [2021-06-10T15:03:33.843Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
15:03:34 [2021-06-10T15:03:34.416Z] === RUN   TestDockerSuite/TestRunNonExistingImage
15:03:34 [2021-06-10T15:03:34.416Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
15:03:35 [2021-06-10T15:03:35.350Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
15:03:41 [2021-06-10T15:03:41.916Z] === RUN   TestDockerSuite/TestRunOOMExitCode
15:03:41 [2021-06-10T15:03:41.916Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
15:03:41 [2021-06-10T15:03:41.916Z] === RUN   TestDockerSuite/TestRunPIDsLimit
15:03:42 [2021-06-10T15:03:42.482Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
15:03:44 [2021-06-10T15:03:44.390Z] === RUN   TestDockerSuite/TestRunPortInUse
15:03:44 [2021-06-10T15:03:44.959Z] === RUN   TestDockerSuite/TestRunPrivilegedAllowedDevices
15:03:45 [2021-06-10T15:03:45.526Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
15:03:46 [2021-06-10T15:03:46.093Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
15:03:46 [2021-06-10T15:03:46.353Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
15:03:47 [2021-06-10T15:03:47.290Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
15:03:47 [2021-06-10T15:03:47.549Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
15:03:47 [2021-06-10T15:03:47.549Z] === RUN   TestDockerSuite/TestRunPublishPort
15:03:48 [2021-06-10T15:03:48.483Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
15:03:48 [2021-06-10T15:03:48.743Z] === RUN   TestDockerSuite/TestRunReadProcLatency
15:03:48 [2021-06-10T15:03:48.743Z] === RUN   TestDockerSuite/TestRunReadProcTimer
15:03:49 [2021-06-10T15:03:49.677Z] === RUN   TestDockerSuite/TestRunRedirectStdout
15:03:51 [2021-06-10T15:03:51.055Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
15:03:51 [2021-06-10T15:03:51.055Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
15:03:54 [2021-06-10T15:03:54.345Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
15:03:55 [2021-06-10T15:03:55.718Z] === RUN   TestDockerSuite/TestRunRm
15:03:56 [2021-06-10T15:03:56.284Z] === RUN   TestDockerSuite/TestRunRmAndWait
15:04:00 [2021-06-10T15:04:00.476Z] === RUN   TestDockerSuite/TestRunRmPre125Api
15:04:01 [2021-06-10T15:04:01.042Z] === RUN   TestDockerSuite/TestRunRootWorkdir
15:04:01 [2021-06-10T15:04:01.610Z] === RUN   TestDockerSuite/TestRunSeccompAllowPrivCloneUserns
15:04:02 [2021-06-10T15:04:02.984Z] === RUN   TestDockerSuite/TestRunSeccompAllowSetrlimit
15:04:03 [2021-06-10T15:04:03.918Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileAcct
15:04:08 [2021-06-10T15:04:08.106Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileNS
15:04:12 [2021-06-10T15:04:12.292Z] === RUN   TestDockerSuite/TestRunSeccompProfileAllow32Bit
15:04:12 [2021-06-10T15:04:12.292Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyChmod
15:04:12 [2021-06-10T15:04:12.861Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyCloneUserns
15:04:13 [2021-06-10T15:04:13.795Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshare
15:04:14 [2021-06-10T15:04:14.053Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns
15:04:14 [2021-06-10T15:04:14.620Z] === RUN   TestDockerSuite/TestRunSeccompUnconfinedCloneUserns
15:04:14 [2021-06-10T15:04:14.878Z] === RUN   TestDockerSuite/TestRunSeccompWithDefaultProfile
15:04:15 [2021-06-10T15:04:15.812Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
15:04:16 [2021-06-10T15:04:16.746Z] === RUN   TestDockerSuite/TestRunSetMacAddress
15:04:17 [2021-06-10T15:04:17.312Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
15:04:19 [2021-06-10T15:04:19.839Z] === RUN   TestDockerSuite/TestRunState
15:04:21 [2021-06-10T15:04:21.747Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
15:04:22 [2021-06-10T15:04:22.013Z] === RUN   TestDockerSuite/TestRunStdinPipe
15:04:22 [2021-06-10T15:04:22.950Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
15:04:22 [2021-06-10T15:04:22.950Z] === RUN   TestDockerSuite/TestRunSwapLessThanMemoryLimit
15:04:22 [2021-06-10T15:04:22.950Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
15:04:23 [2021-06-10T15:04:23.886Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
15:04:24 [2021-06-10T15:04:24.144Z] === RUN   TestDockerSuite/TestRunSysctls
15:04:26 [2021-06-10T15:04:26.045Z] === RUN   TestDockerSuite/TestRunTLSVerify
15:04:26 [2021-06-10T15:04:26.046Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
15:04:26 [2021-06-10T15:04:26.046Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
15:04:26 [2021-06-10T15:04:26.304Z] === RUN   TestDockerSuite/TestRunTmpfsMounts
15:04:28 [2021-06-10T15:04:28.835Z] === RUN   TestDockerSuite/TestRunTmpfsMountsEnsureOrdered
15:04:29 [2021-06-10T15:04:29.404Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId
15:04:29 [2021-06-10T15:04:29.405Z] === RUN   TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes
15:04:31 [2021-06-10T15:04:31.941Z] === RUN   TestDockerSuite/TestRunTmpfsMountsWithOptions
15:04:34 [2021-06-10T15:04:34.474Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAutoStart
15:04:35 [2021-06-10T15:04:35.851Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
15:04:40 [2021-06-10T15:04:40.038Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
15:04:40 [2021-06-10T15:04:40.297Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
15:04:41 [2021-06-10T15:04:41.673Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
15:04:42 [2021-06-10T15:04:42.609Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
15:04:43 [2021-06-10T15:04:43.563Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerEndpointOptions
15:04:44 [2021-06-10T15:04:44.944Z] === RUN   TestDockerSuite/TestRunUnshareProc
15:04:46 [2021-06-10T15:04:46.321Z] === RUN   TestDockerSuite/TestRunUserByID
15:04:47 [2021-06-10T15:04:47.256Z] === RUN   TestDockerSuite/TestRunUserByIDBig
15:04:47 [2021-06-10T15:04:47.515Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
15:04:47 [2021-06-10T15:04:47.773Z] === RUN   TestDockerSuite/TestRunUserByIDZero
15:04:48 [2021-06-10T15:04:48.708Z] === RUN   TestDockerSuite/TestRunUserByName
15:04:49 [2021-06-10T15:04:49.645Z] === RUN   TestDockerSuite/TestRunUserDefaults
15:04:50 [2021-06-10T15:04:50.580Z] === RUN   TestDockerSuite/TestRunUserDeviceAllowed
15:04:50 [2021-06-10T15:04:50.580Z] === RUN   TestDockerSuite/TestRunUserNotFound
15:04:50 [2021-06-10T15:04:50.580Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
15:04:51 [2021-06-10T15:04:51.955Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
15:04:53 [2021-06-10T15:04:53.328Z] === RUN   TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork
15:04:55 [2021-06-10T15:04:55.859Z] === RUN   TestDockerSwarmSuite/TestSwarmIncompatibleDaemon
15:04:56 [2021-06-10T15:04:56.794Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
15:04:57 [2021-06-10T15:04:57.729Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
15:04:59 [2021-06-10T15:04:59.103Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
15:05:01 [2021-06-10T15:05:01.632Z] === RUN   TestDockerSwarmSuite/TestSwarmIngressNetwork
15:05:01 [2021-06-10T15:05:01.632Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
15:05:04 [2021-06-10T15:05:04.168Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
15:05:06 [2021-06-10T15:05:06.072Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
15:05:08 [2021-06-10T15:05:08.605Z] === RUN   TestDockerSwarmSuite/TestSwarmInit
15:05:08 [2021-06-10T15:05:08.605Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
15:05:09 [2021-06-10T15:05:09.540Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
15:05:09 [2021-06-10T15:05:09.540Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
15:05:09 [2021-06-10T15:05:09.540Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
15:05:09 [2021-06-10T15:05:09.540Z] === RUN   TestDockerSuite/TestRunWithBadDevice
15:05:09 [2021-06-10T15:05:09.799Z] === RUN   TestDockerSuite/TestRunWithBlkioWeight
15:05:09 [2021-06-10T15:05:09.799Z] === RUN   TestDockerSuite/TestRunWithCPUQuota
15:05:12 [2021-06-10T15:05:12.330Z] === RUN   TestDockerSwarmSuite/TestSwarmInitIPv6
15:05:12 [2021-06-10T15:05:12.330Z] === RUN   TestDockerSwarmSuite/TestSwarmInitLocked
15:05:14 [2021-06-10T15:05:14.228Z] === RUN   TestDockerSuite/TestRunWithCPUShares
15:05:15 [2021-06-10T15:05:15.163Z] === RUN   TestDockerSuite/TestRunWithCpuPeriod
15:05:16 [2021-06-10T15:05:16.538Z] === RUN   TestDockerSuite/TestRunWithCpusetCpus
15:05:17 [2021-06-10T15:05:17.473Z] === RUN   TestDockerSuite/TestRunWithCpusetMems
15:05:18 [2021-06-10T15:05:18.849Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
15:05:18 [2021-06-10T15:05:18.849Z] === RUN   TestDockerSuite/TestRunWithDefaultShmSize
15:05:19 [2021-06-10T15:05:19.415Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr
15:05:19 [2021-06-10T15:05:19.673Z] === RUN   TestDockerSuite/TestRunWithInvalidBlkioWeight
15:05:19 [2021-06-10T15:05:19.673Z] === RUN   TestDockerSuite/TestRunWithInvalidCpuPeriod
15:05:19 [2021-06-10T15:05:19.673Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
15:05:19 [2021-06-10T15:05:19.673Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps
15:05:19 [2021-06-10T15:05:19.673Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps
15:05:19 [2021-06-10T15:05:19.673Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps
15:05:19 [2021-06-10T15:05:19.673Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps
15:05:19 [2021-06-10T15:05:19.673Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice
15:05:19 [2021-06-10T15:05:19.673Z] === RUN   TestDockerSuite/TestRunWithMemoryLimit
15:05:20 [2021-06-10T15:05:20.239Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr
15:05:20 [2021-06-10T15:05:20.497Z] === RUN   TestDockerSuite/TestRunWithMemoryReservation
15:05:21 [2021-06-10T15:05:21.064Z] === RUN   TestDockerSwarmSuite/TestSwarmInitWithDrain
15:05:21 [2021-06-10T15:05:21.632Z] === RUN   TestDockerSuite/TestRunWithMemoryReservationInvalid
15:05:21 [2021-06-10T15:05:21.632Z] === RUN   TestDockerSuite/TestRunWithNanoCPUs
15:05:22 [2021-06-10T15:05:22.569Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
15:05:22 [2021-06-10T15:05:22.844Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
15:05:24 [2021-06-10T15:05:24.219Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinLeave
15:05:24 [2021-06-10T15:05:24.219Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
15:05:24 [2021-06-10T15:05:24.219Z] === RUN   TestDockerSuite/TestRunWithShmSize
15:05:24 [2021-06-10T15:05:24.786Z] === RUN   TestDockerSuite/TestRunWithSwappiness
15:05:25 [2021-06-10T15:05:25.720Z] === RUN   TestDockerSuite/TestRunWithSwappinessInvalid
15:05:25 [2021-06-10T15:05:25.720Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
15:05:25 [2021-06-10T15:05:25.720Z] === RUN   TestDockerSuite/TestRunWithUlimits
15:05:27 [2021-06-10T15:05:27.096Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
15:05:28 [2021-06-10T15:05:28.470Z] === RUN   TestDockerSuite/TestRunWithVolumesIsRecursive
15:05:29 [2021-06-10T15:05:29.039Z] === RUN   TestDockerSuite/TestRunWithoutMemoryswapLimit
15:05:29 [2021-06-10T15:05:29.039Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
15:05:29 [2021-06-10T15:05:29.606Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
15:05:29 [2021-06-10T15:05:29.606Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
15:05:30 [2021-06-10T15:05:30.983Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
15:05:31 [2021-06-10T15:05:31.919Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
15:05:33 [2021-06-10T15:05:33.820Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
15:05:34 [2021-06-10T15:05:34.753Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
15:05:34 [2021-06-10T15:05:34.753Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
15:05:34 [2021-06-10T15:05:34.753Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
15:05:35 [2021-06-10T15:05:35.689Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoStdout
15:05:36 [2021-06-10T15:05:36.624Z] === RUN   TestDockerSuite/TestSaveAndLoadWithProgressBar
15:05:37 [2021-06-10T15:05:37.999Z] === RUN   TestDockerSuite/TestSaveCheckTimes
15:05:37 [2021-06-10T15:05:37.999Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
15:05:39 [2021-06-10T15:05:39.900Z] === RUN   TestDockerSuite/TestSaveImageId
15:05:39 [2021-06-10T15:05:39.900Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
15:05:40 [2021-06-10T15:05:40.161Z] === RUN   TestDockerSuite/TestSaveLoadParents
15:05:42 [2021-06-10T15:05:42.072Z] === RUN   TestDockerSuite/TestSaveMultipleNames
15:05:42 [2021-06-10T15:05:42.072Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
15:05:43 [2021-06-10T15:05:43.972Z] === RUN   TestDockerSuite/TestSaveSingleTag
15:05:43 [2021-06-10T15:05:43.972Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
15:05:43 [2021-06-10T15:05:43.972Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
15:05:45 [2021-06-10T15:05:45.348Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
15:05:46 [2021-06-10T15:05:46.725Z] === RUN   TestDockerSuite/TestSearchCmdOptions
15:05:46 [2021-06-10T15:05:46.983Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
15:05:47 [2021-06-10T15:05:47.241Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
15:05:47 [2021-06-10T15:05:47.241Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
15:05:47 [2021-06-10T15:05:47.241Z] === RUN   TestDockerSuite/TestSearchWithLimit
15:05:47 [2021-06-10T15:05:47.806Z] === RUN   TestDockerSuite/TestSlowStdinClosing
15:05:50 [2021-06-10T15:05:50.336Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
15:05:55 [2021-06-10T15:05:55.599Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
15:05:58 [2021-06-10T15:05:58.128Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
15:05:58 [2021-06-10T15:05:58.694Z] === RUN   TestDockerSuite/TestStartAttachSilent
15:06:00 [2021-06-10T15:06:00.069Z] === RUN   TestDockerSuite/TestStartAttachWithRename
15:06:03 [2021-06-10T15:06:03.350Z] === RUN   TestDockerSuite/TestStartMultipleContainers
15:06:05 [2021-06-10T15:06:05.257Z] === RUN   TestDockerSuite/TestStartPausedContainer
15:06:06 [2021-06-10T15:06:06.192Z] === RUN   TestDockerSuite/TestStartRecordError
15:06:07 [2021-06-10T15:06:07.568Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
15:06:10 [2021-06-10T15:06:10.099Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
15:06:12 [2021-06-10T15:06:12.001Z] === RUN   TestDockerSuite/TestStatsAllNoStream
15:06:15 [2021-06-10T15:06:15.282Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
15:06:18 [2021-06-10T15:06:18.566Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinPromoteLocked
15:06:19 [2021-06-10T15:06:19.942Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
15:06:23 [2021-06-10T15:06:23.223Z] === RUN   TestDockerSuite/TestStatsFormatAll
15:06:28 [2021-06-10T15:06:28.486Z] === RUN   TestDockerSuite/TestStatsNoStream
15:06:31 [2021-06-10T15:06:31.027Z] === RUN   TestDockerSuite/TestStopContainerSignal
15:06:32 [2021-06-10T15:06:32.925Z] === RUN   TestDockerSuite/TestTopMultipleArgs
15:06:33 [2021-06-10T15:06:33.492Z] === RUN   TestDockerSuite/TestTopNonPrivileged
15:06:34 [2021-06-10T15:06:34.426Z] === RUN   TestDockerSuite/TestTopPrivileged
15:06:34 [2021-06-10T15:06:34.685Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
15:06:34 [2021-06-10T15:06:34.685Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
15:06:36 [2021-06-10T15:06:36.058Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
15:06:40 [2021-06-10T15:06:40.249Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
15:06:43 [2021-06-10T15:06:43.531Z] === RUN   TestDockerSuite/TestUpdateContainerInvalidValue
15:06:43 [2021-06-10T15:06:43.790Z] === RUN   TestDockerSuite/TestUpdateContainerWithoutFlags
15:06:44 [2021-06-10T15:06:44.728Z] === RUN   TestDockerSuite/TestUpdateInvalidSwapMemory
15:06:44 [2021-06-10T15:06:44.728Z] === RUN   TestDockerSuite/TestUpdateMemoryWithSwapMemory
15:06:44 [2021-06-10T15:06:44.728Z] === RUN   TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy
15:06:46 [2021-06-10T15:06:46.103Z] === RUN   TestDockerSuite/TestUpdatePausedContainer
15:06:47 [2021-06-10T15:06:47.478Z] === RUN   TestDockerSuite/TestUpdateRunningContainer
15:06:48 [2021-06-10T15:06:48.413Z] === RUN   TestDockerSuite/TestUpdateRunningContainerWithRestart
15:06:50 [2021-06-10T15:06:50.315Z] === RUN   TestDockerSuite/TestUpdateStats
15:06:54 [2021-06-10T15:06:54.530Z] === RUN   TestDockerSuite/TestUpdateStoppedContainer
15:06:55 [2021-06-10T15:06:55.464Z] === RUN   TestDockerSuite/TestUpdateSwapMemoryOnly
15:06:55 [2021-06-10T15:06:55.464Z] === RUN   TestDockerSuite/TestUpdateWithNanoCPUs
15:06:57 [2021-06-10T15:06:57.367Z] === RUN   TestDockerSuite/TestUpdateWithUntouchedFields
15:06:58 [2021-06-10T15:06:58.742Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
15:07:04 [2021-06-10T15:07:04.005Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias
15:07:05 [2021-06-10T15:07:05.382Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinWithDrain
15:07:08 [2021-06-10T15:07:08.664Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink
15:07:12 [2021-06-10T15:07:12.851Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectivity
15:07:15 [2021-06-10T15:07:15.382Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
15:07:19 [2021-06-10T15:07:19.590Z] === RUN   TestDockerSwarmSuite/TestSwarmLeaveLocked
15:07:19 [2021-06-10T15:07:19.848Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
15:07:25 [2021-06-10T15:07:25.115Z] === RUN   TestDockerSwarmSuite/TestSwarmLockUnlockCluster
15:07:26 [2021-06-10T15:07:26.492Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChown
15:07:29 [2021-06-10T15:07:29.022Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot
15:07:30 [2021-06-10T15:07:30.924Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride
15:07:32 [2021-06-10T15:07:32.300Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner
15:07:34 [2021-06-10T15:07:34.201Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod
15:07:36 [2021-06-10T15:07:36.101Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService
15:07:38 [2021-06-10T15:07:38.635Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw
15:07:40 [2021-06-10T15:07:40.539Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid
15:07:43 [2021-06-10T15:07:43.084Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid
15:07:44 [2021-06-10T15:07:44.983Z] === RUN   TestDockerSuite/TestVolumeCLICreate
15:07:59 [2021-06-10T15:07:59.847Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
15:07:59 [2021-06-10T15:07:59.847Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
15:07:59 [2021-06-10T15:07:59.847Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
15:08:00 [2021-06-10T15:08:00.781Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
15:08:00 [2021-06-10T15:08:00.781Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
15:08:00 [2021-06-10T15:08:00.781Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
15:08:00 [2021-06-10T15:08:00.781Z] === RUN   TestDockerSuite/TestVolumeCLILs
15:08:01 [2021-06-10T15:08:01.714Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
15:08:01 [2021-06-10T15:08:01.714Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
15:08:02 [2021-06-10T15:08:02.649Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
15:08:02 [2021-06-10T15:08:02.649Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
15:08:02 [2021-06-10T15:08:02.907Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
15:08:02 [2021-06-10T15:08:02.907Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
15:08:02 [2021-06-10T15:08:02.907Z] === RUN   TestDockerSuite/TestVolumeCLIRm
15:08:05 [2021-06-10T15:08:05.437Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
15:08:05 [2021-06-10T15:08:05.437Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
15:08:05 [2021-06-10T15:08:05.437Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
15:08:05 [2021-06-10T15:08:05.437Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
15:08:05 [2021-06-10T15:08:05.437Z] === RUN   TestDockerSuite/TestVolumeEvents
15:08:11 [2021-06-10T15:08:11.999Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
15:08:13 [2021-06-10T15:08:13.373Z] === RUN   TestDockerSuite/TestVolumeLsFormat
15:08:13 [2021-06-10T15:08:13.637Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
15:08:13 [2021-06-10T15:08:13.637Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
15:08:16 [2021-06-10T15:08:16.933Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
15:08:21 [2021-06-10T15:08:21.122Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
15:08:21 [2021-06-10T15:08:21.122Z] --- PASS: TestDockerSuite (1912.62s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.15s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (4.44s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.15s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.77s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.80s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.22s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.96s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.36s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.02s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.13s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.58s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.18s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.45s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (3.73s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (3.44s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.64s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.92s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (1.56s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (1.35s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestAppArmorTraceSelf (1.37s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestAttachAfterDetach (2.54s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (2.20s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestAttachDetach (1.22s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestAttachDisconnect (1.08s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.27s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestAttachPausedContainer (1.63s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.28s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (2.19s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (2.97s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.83s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.77s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.95s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.15s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (28.08s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.73s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.86s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.29s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.92s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.96s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.87s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.14s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (10.75s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (5.62s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.23s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.27s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (5.42s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (1.63s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.02s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (4.81s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.20s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.18s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.83s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildAddScript (4.50s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (11.43s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (5.90s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.56s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.39s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildAddTar (11.99s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildAddTarXz (2.28s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildAddTarXzGz (2.32s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (6.92s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (11.67s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.52s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (3.66s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (3.18s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.93s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (3.54s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (3.37s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (3.72s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.94s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (5.02s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (18.10s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (4.32s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (4.15s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.55s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (3.07s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (3.47s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (8.11s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.77s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.88s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildCacheAdd (0.85s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.04s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildCacheFrom (7.61s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.57s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.15s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.36s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildChownOnCopy (8.91s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildChownSingleFile (3.27s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.87s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (0.45s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.28s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.37s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.35s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s)
15:08:21 [2021-06-10T15:08:21.122Z]         docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.35s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildCommentsShebangs (7.00s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (1.45s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.62s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.29s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.01s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.58s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.33s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (13.91s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.64s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.53s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (4.45s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (6.70s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (2.12s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s)
15:08:21 [2021-06-10T15:08:21.122Z]         docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows
15:08:21 [2021-06-10T15:08:21.122Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s)
15:08:21 [2021-06-10T15:08:21.122Z]         docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows
15:08:21 [2021-06-10T15:08:21.122Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s)
15:08:21 [2021-06-10T15:08:21.122Z]         docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows
15:08:21 [2021-06-10T15:08:21.122Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
15:08:21 [2021-06-10T15:08:21.122Z]         docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (5.87s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (7.80s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (4.48s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.47s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (8.94s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (8.51s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.88s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.69s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (6.10s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.89s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.06s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.85s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.91s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.88s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (16.70s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (2.15s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreComment (4.81s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (17.39s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.22s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.04s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (6.99s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (3.17s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (3.44s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (9.97s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (3.46s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.65s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (21.25s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.16s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildEOLInLine (7.35s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.51s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.53s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.69s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.13s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.32s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.32s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.59s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.76s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.84s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildEnv (1.61s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.53s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.64s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage (8.59s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage2 (27.11s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.90s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (10.61s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.89s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.57s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.57s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.64s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s)
15:08:21 [2021-06-10T15:08:21.122Z]         docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.39s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (10.86s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildExpose (0.59s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.72s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildExposeOrder (0.42s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.39s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildFails (1.19s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.06s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.92s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.56s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildForceRm (2.83s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildFromGit (2.03s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.38s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.17s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.15s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.75s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.25s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.28s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.40s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.32s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildHistory (4.07s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildIidFile (0.35s)
15:08:21 [2021-06-10T15:08:21.122Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.79s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildInheritance (0.44s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.41s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.04s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (1.27s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildLabel (0.39s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.42s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.39s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.22s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildLabels (0.57s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (1.21s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.26s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildLastModified (5.23s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildLineBreak (3.80s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.09s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.11s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.14s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.14s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.32s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (1.83s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.91s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (4.63s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.53s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.63s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (12.07s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (5.52s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.33s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.70s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s)
15:08:21 [2021-06-10T15:08:21.123Z]         docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (5.52s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.42s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (2.27s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.25s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildNetContainer (2.58s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildNetNone (0.73s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildNoContext (1.04s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.96s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.32s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.30s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.03s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.33s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.43s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.69s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (2.95s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.19s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (5.35s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (2.08s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.24s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.17s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.20s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.31s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (3.37s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildPATH (1.74s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.88s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildRUNoneJSON (1.15s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (10.33s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (4.90s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (5.88s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildRm (3.69s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.09s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.16s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildScratchCopy (0.52s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.65s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.34s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.78s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (1.64s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (4.98s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.11s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.22s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
15:08:21 [2021-06-10T15:08:21.123Z]         docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.34s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (1.29s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildStderr (0.98s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (5.05s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildStopSignal (1.18s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.26s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.43s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (1.07s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.60s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildUser (2.42s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (4.77s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildUsersAndGroups (22.63s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (1.13s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.48s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.70s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.24s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (2.18s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s)
15:08:21 [2021-06-10T15:08:21.123Z]         docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows
15:08:21 [2021-06-10T15:08:21.123Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
15:08:21 [2021-06-10T15:08:21.123Z]         docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows
15:08:21 [2021-06-10T15:08:21.123Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.05s)
15:08:21 [2021-06-10T15:08:21.123Z]         docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows
15:08:21 [2021-06-10T15:08:21.123Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.03s)
15:08:21 [2021-06-10T15:08:21.123Z]         docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHost (2.06s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (0.97s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.51s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (1.17s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.09s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.58s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.68s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildWithVolumes (0.79s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.29s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.57s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
15:08:21 [2021-06-10T15:08:21.123Z]         docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.94s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestBuildXZHost (2.65s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s)
15:08:21 [2021-06-10T15:08:21.123Z]         docker_cli_sni_test.go:18: Flakey test
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.94s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (1.47s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestCommitChange (1.21s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (1.05s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestCommitHardlink (2.32s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestCommitNewFile (1.72s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestCommitPausedContainer (0.98s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestCommitTTY (1.91s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.83s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.54s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestCommitWithoutPause (0.86s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.08s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.04s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (1.71s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (2.36s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.84s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (1.26s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (1.11s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (1.05s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (1.09s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.05s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (1.02s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.05s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.09s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.07s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (1.02s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.04s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.14s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.89s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (1.21s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.92s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.88s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerAPIGetExport (1.03s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (1.41s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (1.09s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerAPIPause (1.48s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (1.17s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.11s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (1.05s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (2.21s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (2.27s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.05s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (0.99s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.86s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (1.07s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerAPITop (0.97s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s)
15:08:21 [2021-06-10T15:08:21.123Z]         docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (2.92s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.02s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerNetworkMode (1.60s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (6.56s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (1.04s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.89s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.78s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (24.59s)
15:08:21 [2021-06-10T15:08:21.123Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>} (1.67s)
15:08:21 [2021-06-10T15:08:21.123Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>} (1.66s)
15:08:21 [2021-06-10T15:08:21.123Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>} (1.58s)
15:08:21 [2021-06-10T15:08:21.123Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>} (1.66s)
15:08:21 [2021-06-10T15:08:21.123Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc0008cdc40_<nil>} (1.59s)
15:08:21 [2021-06-10T15:08:21.123Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1057422817_/foo_false__<nil>_<nil>_<nil>} (1.83s)
15:08:21 [2021-06-10T15:08:21.123Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1057422817_/foo_true__<nil>_<nil>_<nil>} (1.57s)
15:08:21 [2021-06-10T15:08:21.123Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3526165964_/foo_false__<nil>_<nil>_<nil>} (2.06s)
15:08:21 [2021-06-10T15:08:21.123Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3526165964_/foo_true__<nil>_<nil>_<nil>} (1.59s)
15:08:21 [2021-06-10T15:08:21.123Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3526165964_/foo_true__0xc0008cdca0_<nil>_<nil>} (1.56s)
15:08:21 [2021-06-10T15:08:21.123Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc0008cdcc0_<nil>} (1.60s)
15:08:21 [2021-06-10T15:08:21.123Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc0008cdce0_<nil>} (1.61s)
15:08:21 [2021-06-10T15:08:21.123Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc0008cdd20_<nil>} (1.59s)
15:08:21 [2021-06-10T15:08:21.123Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc0008cdd40_<nil>} (1.58s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.56s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.30s)
15:08:21 [2021-06-10T15:08:21.123Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s)
15:08:21 [2021-06-10T15:08:21.123Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s)
15:08:21 [2021-06-10T15:08:21.123Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s)
15:08:21 [2021-06-10T15:08:21.123Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
15:08:21 [2021-06-10T15:08:21.123Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
15:08:21 [2021-06-10T15:08:21.123Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.04s)
15:08:21 [2021-06-10T15:08:21.123Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.04s)
15:08:21 [2021-06-10T15:08:21.123Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s)
15:08:21 [2021-06-10T15:08:21.123Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s)
15:08:21 [2021-06-10T15:08:21.123Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s)
15:08:21 [2021-06-10T15:08:21.123Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s)
15:08:21 [2021-06-10T15:08:21.123Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s)
15:08:21 [2021-06-10T15:08:21.123Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s)
15:08:21 [2021-06-10T15:08:21.123Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s)
15:08:21 [2021-06-10T15:08:21.123Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s)
15:08:21 [2021-06-10T15:08:21.123Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (3.73s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (2.45s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestContainersNetworkIsolation (3.00s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestCopyAndRestart (2.00s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.29s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (1.13s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (1.09s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.99s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestCpFromCaseA (0.97s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestCpFromCaseB (1.03s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestCpFromCaseC (1.08s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestCpFromCaseD (1.05s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestCpFromCaseE (1.11s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestCpFromCaseF (1.08s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestCpFromCaseG (1.13s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestCpFromCaseH (1.35s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestCpFromCaseI (0.88s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestCpFromCaseJ (0.87s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.11s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.87s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (0.82s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestCpNameHasColon (1.13s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestCpRelativePath (0.79s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestCpSpecialFiles (0.96s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.78s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.87s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestCpToCaseA (1.49s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestCpToCaseB (0.91s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestCpToCaseC (3.10s)
15:08:21 [2021-06-10T15:08:21.123Z]     --- PASS: TestDockerSuite/TestCpToCaseD (5.11s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestCpToCaseE (3.02s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestCpToCaseF (0.88s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestCpToCaseG (5.41s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestCpToCaseH (3.28s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestCpToCaseI (0.73s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestCpToCaseJ (4.37s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (1.20s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestCpToDot (0.80s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.44s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.42s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestCpToStdout (0.80s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.30s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.26s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestCpUnprivilegedUser (1.15s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestCpVolumePath (1.37s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.06s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.06s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestCreateByImageID (0.41s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (0.90s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s)
15:08:21 [2021-06-10T15:08:21.124Z]         docker_cli_create_test.go:59: unmatched requirement Devicemapper
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.07s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.81s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.27s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.06s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.09s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestCreateRM (0.11s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s)
15:08:21 [2021-06-10T15:08:21.124Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.06s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.11s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.95s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.07s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.61s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.07s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.12s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.14s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.06s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.79s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.43s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.78s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.47s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.49s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.74s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.73s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.07s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestDevicePermissions (0.74s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestDockerFails (0.02s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.03s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.05s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.27s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.96s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.55s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.03s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.16s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (6.72s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (3.41s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (3.66s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (2.49s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (1.26s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestEventsAttach (1.38s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestEventsCommit (1.56s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (1.06s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.79s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (1.27s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.87s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.50s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (3.14s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.24s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestEventsCopy (1.11s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (1.46s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.80s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.36s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (1.83s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (0.52s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.16s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestEventsFilterType (0.53s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.25s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.06s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestEventsFilters (2.23s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestEventsFormat (2.16s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestEventsImageImport (1.03s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestEventsImageLoad (0.19s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestEventsImagePull (0.50s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.03s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.22s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
15:08:21 [2021-06-10T15:08:21.124Z]         docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
15:08:21 [2021-06-10T15:08:21.124Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
15:08:21 [2021-06-10T15:08:21.124Z]         docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestEventsPluginOps (1.37s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.75s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestEventsRename (0.80s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestEventsResize (0.79s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.70s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (1.41s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestEventsStreaming (1.09s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (3.12s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestEventsTop (0.80s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.56s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (11.50s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestExec (1.40s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.88s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.08s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.94s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestExecAPIStart (3.05s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (1.46s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (1.59s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.16s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.05s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.05s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.08s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.80s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestExecCgroup (2.49s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestExecEnv (1.04s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.78s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestExecExitStatus (1.03s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestExecInspectID (3.10s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestExecInteractive (1.12s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (1.03s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (1.04s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestExecParseError (0.78s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestExecPausedContainer (0.76s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.75s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (4.74s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestExecSetEnv (1.26s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestExecStartFails (1.97s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestExecStateCleanup (11.94s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestExecStopNotHanging (0.74s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestExecTTY (1.02s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestExecTTYCloseStdin (1.09s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.74s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestExecUlimits (1.05s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
15:08:21 [2021-06-10T15:08:21.124Z]         docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestExecWithImageUser (2.01s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestExecWithNoTERM (1.17s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestExecWithPrivileged (2.47s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestExecWithTERM (1.17s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestExecWithUser (2.30s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestGetContainerStats (5.31s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.78s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.82s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.89s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (1.13s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.10s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestHealth (24.46s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.85s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.80s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.22s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.30s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.40s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.66s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.71s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.83s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.07s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.78s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.65s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestImportBadURL (0.05s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestImportDisplay (1.66s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestImportFile (1.66s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.04s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestImportFileWithMessage (2.07s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestImportGzipped (2.43s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestImportWithQuotedChanges (2.61s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (1.17s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.78s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.91s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.05s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.02s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (1.10s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.73s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.73s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.72s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.70s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.74s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.52s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestInspectAmpersand (1.01s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (1.03s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.76s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
15:08:21 [2021-06-10T15:08:21.124Z]         docker_cli_inspect_test.go:183: unmatched requirement Devicemapper
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.00s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.78s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestInspectDefault (0.73s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestInspectHistory (0.85s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestInspectImage (0.01s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s)
15:08:21 [2021-06-10T15:08:21.124Z]         docker_cli_inspect_test.go:165: unmatched requirement Devicemapper
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestInspectInt64 (0.73s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (1.01s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.73s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.94s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestInspectPlugin (1.71s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.02s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.73s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestInspectStatus (0.85s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.51s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (0.75s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.73s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.81s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (1.13s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (1.00s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.74s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.16s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestLinkShortDefinition (1.48s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestLinksEnvs (1.53s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.46s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestLinksHostsFilesInject (2.16s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (2.36s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (3.06s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.06s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (3.32s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.74s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (1.14s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (15.52s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (3.76s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (2.93s)
15:08:21 [2021-06-10T15:08:21.124Z]     --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.91s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (4.02s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.40s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.03s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.88s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.92s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (4.22s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.85s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.83s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.92s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.02s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.47s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.44s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.23s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.60s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.26s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.74s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (0.88s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (1.04s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestLogsSince (7.14s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (6.06s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.70s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestLogsTail (0.93s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (0.81s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (0.77s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestMountIntoProc (0.27s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestMountIntoSys (0.73s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestNetHostname (2.10s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.46s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestNetworkEvents (0.97s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.81s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.74s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPluginActive (1.32s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPluginActiveNetwork (4.90s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s)
15:08:21 [2021-06-10T15:08:21.125Z]         docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.65s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPluginLogDriver (3.45s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.34s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPluginMetricsCollector (1.98s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPluginUpgrade (4.31s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPortBindingOnSandbox (3.12s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPortExposeHostBinding (2.41s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPortHostBinding (2.13s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPortList (9.44s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.89s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPostContainersAttach (7.80s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.05s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (1.10s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (1.08s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (1.08s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.08s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.65s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPruneContainerLabel (3.95s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPruneContainerUntil (2.26s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.55s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPsByOrder (3.91s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (1.47s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (4.07s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (5.84s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.10s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterExited (4.67s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (9.23s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.43s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.24s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.64s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.75s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (3.17s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (3.02s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPsListContainersSize (1.84s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.14s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (1.18s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPsRightTagName (2.89s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPsShowMounts (3.00s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.86s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s)
15:08:21 [2021-06-10T15:08:21.125Z]         docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.17s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.09s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.91s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (2.29s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.96s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (1.17s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (9.12s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.38s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.65s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.12s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.12s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.28s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (2.47s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.38s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (3.71s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (1.48s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.01s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.09s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (4.56s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (1.20s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.25s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.62s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (0.92s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.65s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (0.87s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRmiTag (0.14s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.74s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (4.07s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.86s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (1.03s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.41s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.63s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunAddHost (1.00s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.52s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.73s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.68s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.51s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.76s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (1.07s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (1.10s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.19s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.49s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunAttachDetach (0.88s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.91s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.90s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.99s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (1.26s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (1.02s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.23s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.84s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.84s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.94s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunBindMounts (2.71s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.93s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.96s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunCapAddCHOWN (1.14s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.78s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.87s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.87s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.74s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.67s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.70s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.03s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.69s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.05s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.75s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.75s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (0.71s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.72s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.43s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.44s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.22s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.71s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.70s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.73s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.72s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.74s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.81s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (3.56s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (0.73s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.10s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.96s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.95s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.95s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s)
15:08:21 [2021-06-10T15:08:21.125Z]         docker_cli_run_test.go:4045: unmatched requirement DaemonIsWindows
15:08:21 [2021-06-10T15:08:21.125Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
15:08:21 [2021-06-10T15:08:21.125Z]         docker_cli_run_test.go:4064: unmatched requirement DaemonIsWindows
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.72s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunDNSInHostMode (2.33s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunDNSOptions (1.46s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.50s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.73s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.53s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.72s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s)
15:08:21 [2021-06-10T15:08:21.125Z]         docker_cli_run_unix_test.go:86: Host does not have /dev/snd
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.74s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.73s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.05s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunDuplicateMount (0.92s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.91s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (1.07s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.84s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunEmptyEnv (0.12s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (0.91s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunEnvironment (0.70s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.72s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.73s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunExitCode (0.71s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (0.75s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (0.74s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.74s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.01s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.71s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunGroupAdd (0.69s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.44s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.45s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
15:08:21 [2021-06-10T15:08:21.125Z]         docker_cli_run_test.go:4147: unmatched requirement IsolationIsHyperv
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.17s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.75s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.49s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.75s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.88s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.03s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.04s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.02s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.79s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (3.21s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.44s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.50s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.77s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.56s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.63s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunModeHostname (1.22s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.19s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunModeIpcHost (1.41s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.46s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunModePIDContainer (1.46s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.18s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunModePIDHost (1.43s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunModeUTSHost (1.41s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunMount (8.03s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunMountOrdering (0.70s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.74s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.54s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.17s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (3.46s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunNamedVolume (2.18s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.28s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.57s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.54s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.94s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunNetHost (1.16s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.69s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.91s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.15s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.11s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (4.29s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.63s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.10s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.73s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.10s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.77s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.78s)
15:08:21 [2021-06-10T15:08:21.125Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (0.08s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.74s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.79s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s)
15:08:21 [2021-06-10T15:08:21.126Z]         docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.75s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunPIDsLimit (0.72s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.57s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunPortInUse (0.88s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.48s)
15:08:21 [2021-06-10T15:08:21.126Z]         docker_cli_run_unix_test.go:1407: out: "a *:* rwm\n"
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.49s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.48s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.71s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.44s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
15:08:21 [2021-06-10T15:08:21.126Z]         docker_cli_run_test.go:4130: unmatched requirement IsolationIsProcess
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunPublishPort (0.74s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.49s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s)
15:08:21 [2021-06-10T15:08:21.126Z]         docker_cli_run_test.go:2865: kernel doesn't have latency_stats configured
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunReadProcTimer (0.70s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunRedirectStdout (1.47s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s)
15:08:21 [2021-06-10T15:08:21.126Z]         docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (3.16s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.44s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunRm (0.74s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (3.82s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (0.77s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (0.78s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.39s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.74s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (3.80s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (4.09s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.72s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.44s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.75s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.47s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.46s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.44s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.76s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.81s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunSetMacAddress (0.71s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.65s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunState (1.49s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.72s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunStdinPipe (0.75s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.16s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
15:08:21 [2021-06-10T15:08:21.126Z]         docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.71s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.46s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunSysctls (1.48s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.04s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.70s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.21s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.77s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (2.19s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (4.33s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.64s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.74s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (1.11s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (1.05s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (2.37s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunUnshareProc (1.43s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunUserByID (1.06s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunUserByIDBig (0.19s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.16s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunUserByIDZero (0.87s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunUserByName (0.97s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (1.03s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
15:08:21 [2021-06-10T15:08:21.126Z]         docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunUserNotFound (0.16s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (1.02s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (5.01s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.77s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (1.37s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.86s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (2.03s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (2.35s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.53s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.81s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
15:08:21 [2021-06-10T15:08:21.126Z]         docker_cli_run_test.go:4100: unmatched requirement DaemonIsWindows
15:08:21 [2021-06-10T15:08:21.126Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
15:08:21 [2021-06-10T15:08:21.126Z]         docker_cli_run_test.go:4120: unmatched requirement DaemonIsWindows
15:08:21 [2021-06-10T15:08:21.126Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
15:08:21 [2021-06-10T15:08:21.126Z]         docker_cli_run_test.go:4110: unmatched requirement DaemonIsWindows
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunWithBadDevice (0.22s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
15:08:21 [2021-06-10T15:08:21.126Z]         docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunWithCPUQuota (4.27s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunWithCPUShares (1.02s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.58s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunWithCpusetCpus (1.02s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.99s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.02s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (1.00s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
15:08:21 [2021-06-10T15:08:21.126Z]         docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
15:08:21 [2021-06-10T15:08:21.126Z]         docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight
15:08:21 [2021-06-10T15:08:21.126Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
15:08:21 [2021-06-10T15:08:21.126Z]         docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight
15:08:21 [2021-06-10T15:08:21.126Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
15:08:21 [2021-06-10T15:08:21.126Z]         docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight
15:08:21 [2021-06-10T15:08:21.126Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
15:08:21 [2021-06-10T15:08:21.126Z]         docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight
15:08:21 [2021-06-10T15:08:21.126Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.01s)
15:08:21 [2021-06-10T15:08:21.126Z]         docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.88s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.92s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunWithNanoCPUs (1.16s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.25s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (1.01s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.07s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunWithShmSize (0.91s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunWithSwappiness (0.78s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.04s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunWithUlimits (1.06s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.39s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.71s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
15:08:21 [2021-06-10T15:08:21.126Z]         docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.66s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.07s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.43s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.59s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.24s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.73s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.97s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.00s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.17s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.72s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestSaveImageId (0.07s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.41s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestSaveLoadParents (1.92s)
15:08:21 [2021-06-10T15:08:21.126Z]         docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents593749625
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestSaveMultipleNames (0.07s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.70s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestSaveSingleTag (0.07s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.45s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.45s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (0.35s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.07s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.08s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (0.52s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (2.14s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.41s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.31s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.95s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (1.39s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestStartAttachWithRename (2.79s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestStartMultipleContainers (2.36s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestStartPausedContainer (0.81s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestStartRecordError (1.64s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (2.53s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.92s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestStatsAllNoStream (3.07s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.84s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.05s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestStatsFormatAll (5.09s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestStatsNoStream (2.76s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestStopContainerSignal (1.74s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (0.83s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (0.78s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestTopPrivileged (0.56s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s)
15:08:21 [2021-06-10T15:08:21.126Z]         docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestTwoContainersInNetHost (1.04s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (3.92s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.42s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.73s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.77s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
15:08:21 [2021-06-10T15:08:21.126Z]         docker_cli_update_unix_test.go:143: unmatched requirement swapMemorySupport
15:08:21 [2021-06-10T15:08:21.126Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
15:08:21 [2021-06-10T15:08:21.126Z]         docker_cli_update_unix_test.go:197: unmatched requirement swapMemorySupport
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.42s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestUpdatePausedContainer (1.13s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainer (1.08s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.96s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestUpdateStats (3.81s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.41s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
15:08:21 [2021-06-10T15:08:21.126Z]         docker_cli_update_unix_test.go:127: unmatched requirement swapMemorySupport
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (1.91s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (1.10s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (4.91s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (5.35s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (3.85s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (2.72s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (4.61s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (6.43s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (2.39s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.14s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.48s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.51s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.07s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.20s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.35s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.18s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.16s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.76s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (0.79s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.02s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.97s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.08s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.05s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (2.41s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.13s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestVolumeEvents (5.68s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (2.23s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.07s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (2.96s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- PASS: TestDockerSuite/TestVolumesNoCopyData (3.97s)
15:08:21 [2021-06-10T15:08:21.126Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s)
15:08:21 [2021-06-10T15:08:21.126Z]         docker_cli_run_test.go:4438: unmatched requirement DaemonIsWindowsAtLeastBuild.func1
15:08:21 [2021-06-10T15:08:21.126Z] === RUN   TestDockerRegistrySuite
15:08:21 [2021-06-10T15:08:21.126Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
15:08:22 [2021-06-10T15:08:22.061Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
15:08:23 [2021-06-10T15:08:23.436Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
15:08:25 [2021-06-10T15:08:25.338Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
15:08:25 [2021-06-10T15:08:25.338Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
15:08:29 [2021-06-10T15:08:29.527Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
15:08:34 [2021-06-10T15:08:34.789Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
15:08:38 [2021-06-10T15:08:38.974Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
15:08:39 [2021-06-10T15:08:39.927Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
15:08:41 [2021-06-10T15:08:41.302Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
15:08:42 [2021-06-10T15:08:42.678Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
15:08:44 [2021-06-10T15:08:44.054Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
15:08:45 [2021-06-10T15:08:45.429Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
15:08:46 [2021-06-10T15:08:46.802Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
15:08:47 [2021-06-10T15:08:47.736Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
15:08:50 [2021-06-10T15:08:50.266Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
15:08:52 [2021-06-10T15:08:52.797Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
15:08:54 [2021-06-10T15:08:54.171Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
15:08:57 [2021-06-10T15:08:57.453Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
15:08:58 [2021-06-10T15:08:58.386Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
15:08:58 [2021-06-10T15:08:58.386Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
15:08:59 [2021-06-10T15:08:59.760Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
15:09:01 [2021-06-10T15:09:01.141Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
15:09:02 [2021-06-10T15:09:02.075Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
15:09:06 [2021-06-10T15:09:06.265Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
15:09:06 [2021-06-10T15:09:06.265Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
15:09:07 [2021-06-10T15:09:07.200Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
15:09:07 [2021-06-10T15:09:07.767Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
15:09:07 [2021-06-10T15:09:07.767Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
15:09:08 [2021-06-10T15:09:08.025Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
15:09:08 [2021-06-10T15:09:08.283Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
15:09:08 [2021-06-10T15:09:08.851Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
15:09:08 [2021-06-10T15:09:08.851Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
15:09:10 [2021-06-10T15:09:10.226Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
15:09:12 [2021-06-10T15:09:12.127Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
15:09:13 [2021-06-10T15:09:13.500Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
15:09:14 [2021-06-10T15:09:14.874Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
15:09:15 [2021-06-10T15:09:15.809Z] === RUN   TestDockerRegistrySuite/TestV2Only
15:09:16 [2021-06-10T15:09:16.375Z] --- PASS: TestDockerRegistrySuite (55.85s)
15:09:16 [2021-06-10T15:09:16.375Z]     --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.50s)
15:09:16 [2021-06-10T15:09:16.375Z]         check_test.go:196: [d064dd67478fa] daemon is not started
15:09:16 [2021-06-10T15:09:16.375Z]     --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.32s)
15:09:16 [2021-06-10T15:09:16.375Z]         check_test.go:196: [d2d6fc5bc1fd0] daemon is not started
15:09:16 [2021-06-10T15:09:16.375Z]     --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.61s)
15:09:16 [2021-06-10T15:09:16.375Z]         check_test.go:196: [ddeaa907e8027] daemon is not started
15:09:16 [2021-06-10T15:09:16.375Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.16s)
15:09:16 [2021-06-10T15:09:16.375Z]         check_test.go:196: [d29f84261707d] daemon is not started
15:09:16 [2021-06-10T15:09:16.375Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (3.73s)
15:09:16 [2021-06-10T15:09:16.375Z]         check_test.go:196: [d57674b68a8e2] daemon is not started
15:09:16 [2021-06-10T15:09:16.375Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (5.92s)
15:09:16 [2021-06-10T15:09:16.375Z]         check_test.go:196: [dd39f55e64ae1] daemon is not started
15:09:16 [2021-06-10T15:09:16.375Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPush (3.71s)
15:09:16 [2021-06-10T15:09:16.375Z]         check_test.go:196: [dca74665aea20] daemon is not started
15:09:16 [2021-06-10T15:09:16.375Z]     --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.35s)
15:09:16 [2021-06-10T15:09:16.375Z]         check_test.go:196: [dcbce15c22574] daemon is not started
15:09:16 [2021-06-10T15:09:16.375Z]     --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.22s)
15:09:16 [2021-06-10T15:09:16.375Z]         check_test.go:196: [d6de345828401] daemon is not started
15:09:16 [2021-06-10T15:09:16.375Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.42s)
15:09:16 [2021-06-10T15:09:16.375Z]         check_test.go:196: [d9250a87c47e6] daemon is not started
15:09:16 [2021-06-10T15:09:16.375Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.39s)
15:09:16 [2021-06-10T15:09:16.375Z]         check_test.go:196: [dbd3991ac95fb] daemon is not started
15:09:16 [2021-06-10T15:09:16.375Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.39s)
15:09:16 [2021-06-10T15:09:16.375Z]         check_test.go:196: [d84f1f4d6759b] daemon is not started
15:09:16 [2021-06-10T15:09:16.375Z]     --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.23s)
15:09:16 [2021-06-10T15:09:16.375Z]         check_test.go:196: [d6af8f4ba3d00] daemon is not started
15:09:16 [2021-06-10T15:09:16.375Z]     --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.25s)
15:09:16 [2021-06-10T15:09:16.375Z]         check_test.go:196: [de0fbc256cb0b] daemon is not started
15:09:16 [2021-06-10T15:09:16.375Z]     --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.43s)
15:09:16 [2021-06-10T15:09:16.375Z]         docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:921d1129ae1b84351ea1e54689a3c4208bd7837eeba736df486473dd819dbf3d
15:09:16 [2021-06-10T15:09:16.375Z]         docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:0237cb8d5662afa6cbb823480025d44e9359b855376b3e00fe97f2f2a15b7dc7
15:09:16 [2021-06-10T15:09:16.375Z]         check_test.go:196: [d4218512008ee] daemon is not started
15:09:16 [2021-06-10T15:09:16.375Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.46s)
15:09:16 [2021-06-10T15:09:16.375Z]         docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:d28ccfa58d9d034aa1a496fc4fe3dde214fe5d5d952f508945156cfe39ff7ba8
15:09:16 [2021-06-10T15:09:16.375Z]         docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:91447d4450d1c3e6438cd18fe34a05148af4c4ad3a89cef02bfb99204451819c
15:09:16 [2021-06-10T15:09:16.375Z]         check_test.go:196: [d81fd4300a13d] daemon is not started
15:09:16 [2021-06-10T15:09:16.375Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.29s)
15:09:16 [2021-06-10T15:09:16.375Z]         check_test.go:196: [db03c5211cb69] daemon is not started
15:09:16 [2021-06-10T15:09:16.375Z]     --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (3.03s)
15:09:16 [2021-06-10T15:09:16.375Z]         check_test.go:196: [d68f162f23307] daemon is not started
15:09:16 [2021-06-10T15:09:16.375Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.24s)
15:09:16 [2021-06-10T15:09:16.375Z]         check_test.go:196: [dfeb468e70aea] daemon is not started
15:09:16 [2021-06-10T15:09:16.375Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.15s)
15:09:16 [2021-06-10T15:09:16.375Z]         check_test.go:196: [d5187e13610bf] daemon is not started
15:09:16 [2021-06-10T15:09:16.375Z]     --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.27s)
15:09:16 [2021-06-10T15:09:16.375Z]         check_test.go:196: [dd626c41ef52d] daemon is not started
15:09:16 [2021-06-10T15:09:16.375Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.29s)
15:09:16 [2021-06-10T15:09:16.375Z]         check_test.go:196: [dc221831db2c4] daemon is not started
15:09:16 [2021-06-10T15:09:16.375Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.29s)
15:09:16 [2021-06-10T15:09:16.375Z]         check_test.go:196: [dcc8e03f409f7] daemon is not started
15:09:16 [2021-06-10T15:09:16.375Z]     --- PASS: TestDockerRegistrySuite/TestPullIDStability (3.31s)
15:09:16 [2021-06-10T15:09:16.375Z]         check_test.go:196: [d1995d8b8042b] daemon is not started
15:09:16 [2021-06-10T15:09:16.375Z]     --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.40s)
15:09:16 [2021-06-10T15:09:16.375Z]         check_test.go:196: [ddd20a2810cb3] daemon is not started
15:09:16 [2021-06-10T15:09:16.375Z]     --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.37s)
15:09:16 [2021-06-10T15:09:16.375Z]         check_test.go:196: [dca6754f1abdb] daemon is not started
15:09:16 [2021-06-10T15:09:16.375Z]     --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.41s)
15:09:16 [2021-06-10T15:09:16.375Z]         check_test.go:196: [d7a364c42b849] daemon is not started
15:09:16 [2021-06-10T15:09:16.375Z]     --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s)
15:09:16 [2021-06-10T15:09:16.375Z]         check_test.go:196: [d1aeaf3055352] daemon is not started
15:09:16 [2021-06-10T15:09:16.375Z]     --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.33s)
15:09:16 [2021-06-10T15:09:16.375Z]         check_test.go:196: [d5a98ead396dc] daemon is not started
15:09:16 [2021-06-10T15:09:16.375Z]     --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.27s)
15:09:16 [2021-06-10T15:09:16.375Z]         check_test.go:196: [da083d201bbe4] daemon is not started
15:09:16 [2021-06-10T15:09:16.375Z]     --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.34s)
15:09:16 [2021-06-10T15:09:16.375Z]         check_test.go:196: [df03c90bb808b] daemon is not started
15:09:16 [2021-06-10T15:09:16.375Z]     --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s)
15:09:16 [2021-06-10T15:09:16.375Z]         check_test.go:196: [d56f4d4495579] daemon is not started
15:09:16 [2021-06-10T15:09:16.375Z]     --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.33s)
15:09:16 [2021-06-10T15:09:16.375Z]         check_test.go:196: [d18faee942e67] daemon is not started
15:09:16 [2021-06-10T15:09:16.375Z]     --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.99s)
15:09:16 [2021-06-10T15:09:16.375Z]         check_test.go:196: [d6180ea2c51b2] daemon is not started
15:09:16 [2021-06-10T15:09:16.375Z]     --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.14s)
15:09:16 [2021-06-10T15:09:16.375Z]         check_test.go:196: [d7869d29cd8f1] daemon is not started
15:09:16 [2021-06-10T15:09:16.375Z]     --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.32s)
15:09:16 [2021-06-10T15:09:16.375Z]         check_test.go:196: [d10858c69eb52] daemon is not started
15:09:16 [2021-06-10T15:09:16.376Z]     --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.97s)
15:09:16 [2021-06-10T15:09:16.376Z]     --- PASS: TestDockerRegistrySuite/TestV2Only (0.77s)
15:09:16 [2021-06-10T15:09:16.376Z] === RUN   TestDockerSchema1RegistrySuite
15:09:16 [2021-06-10T15:09:16.376Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
15:09:16 [2021-06-10T15:09:16.634Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
15:09:20 [2021-06-10T15:09:20.827Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
15:09:27 [2021-06-10T15:09:27.385Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPush
15:09:30 [2021-06-10T15:09:30.667Z] === RUN   TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported
15:09:31 [2021-06-10T15:09:31.600Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
15:09:33 [2021-06-10T15:09:33.500Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
15:09:33 [2021-06-10T15:09:33.500Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
15:09:34 [2021-06-10T15:09:34.874Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
15:09:36 [2021-06-10T15:09:36.248Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
15:09:37 [2021-06-10T15:09:37.183Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
15:09:38 [2021-06-10T15:09:38.558Z] === RUN   TestDockerSwarmSuite/TestSwarmManagerAddress
15:09:41 [2021-06-10T15:09:41.090Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
15:09:41 [2021-06-10T15:09:41.657Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
15:09:42 [2021-06-10T15:09:42.224Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBadTag
15:09:42 [2021-06-10T15:09:42.482Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBusyboxImage
15:09:42 [2021-06-10T15:09:42.740Z] === RUN   TestDockerSchema1RegistrySuite/TestPushEmptyLayer
15:09:42 [2021-06-10T15:09:42.999Z] === RUN   TestDockerSchema1RegistrySuite/TestPushMultipleTags
15:09:43 [2021-06-10T15:09:43.261Z] === RUN   TestDockerSchema1RegistrySuite/TestPushUntagged
15:09:43 [2021-06-10T15:09:43.522Z] --- PASS: TestDockerSchema1RegistrySuite (27.10s)
15:09:43 [2021-06-10T15:09:43.522Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.16s)
15:09:43 [2021-06-10T15:09:43.522Z]         check_test.go:223: [d34e92e4fbd8b] daemon is not started
15:09:43 [2021-06-10T15:09:43.522Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (3.85s)
15:09:43 [2021-06-10T15:09:43.522Z]         check_test.go:223: [da48a27964241] daemon is not started
15:09:43 [2021-06-10T15:09:43.522Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (5.94s)
15:09:43 [2021-06-10T15:09:43.522Z]         check_test.go:223: [d2cd10f88b790] daemon is not started
15:09:43 [2021-06-10T15:09:43.522Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (3.74s)
15:09:43 [2021-06-10T15:09:43.522Z]         check_test.go:223: [debe2e10958aa] daemon is not started
15:09:43 [2021-06-10T15:09:43.522Z]     --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.60s)
15:09:43 [2021-06-10T15:09:43.522Z]         check_test.go:223: [d2f5b2cb6c20c] daemon is not started
15:09:43 [2021-06-10T15:09:43.522Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.54s)
15:09:43 [2021-06-10T15:09:43.522Z]         check_test.go:223: [d4a54c93b9956] daemon is not started
15:09:43 [2021-06-10T15:09:43.522Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s)
15:09:43 [2021-06-10T15:09:43.522Z]         check_test.go:223: [d5e2389ad3f4b] daemon is not started
15:09:43 [2021-06-10T15:09:43.522Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.41s)
15:09:43 [2021-06-10T15:09:43.522Z]         check_test.go:223: [daee0a68d0510] daemon is not started
15:09:43 [2021-06-10T15:09:43.522Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.20s)
15:09:43 [2021-06-10T15:09:43.522Z]         check_test.go:223: [d7c6c28fe6788] daemon is not started
15:09:43 [2021-06-10T15:09:43.522Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.23s)
15:09:43 [2021-06-10T15:09:43.522Z]         check_test.go:223: [df521c9f3d9d2] daemon is not started
15:09:43 [2021-06-10T15:09:43.522Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.94s)
15:09:43 [2021-06-10T15:09:43.522Z]         check_test.go:223: [ddeb83ce1c9cb] daemon is not started
15:09:43 [2021-06-10T15:09:43.522Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.52s)
15:09:43 [2021-06-10T15:09:43.522Z]         check_test.go:223: [d5df23596e4a5] daemon is not started
15:09:43 [2021-06-10T15:09:43.522Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.61s)
15:09:43 [2021-06-10T15:09:43.522Z]         check_test.go:223: [dc6427ce34950] daemon is not started
15:09:43 [2021-06-10T15:09:43.522Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s)
15:09:43 [2021-06-10T15:09:43.522Z]         check_test.go:223: [d9e9fb4c5ac6f] daemon is not started
15:09:43 [2021-06-10T15:09:43.522Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.31s)
15:09:43 [2021-06-10T15:09:43.522Z]         check_test.go:223: [db82223c59d3d] daemon is not started
15:09:43 [2021-06-10T15:09:43.522Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.27s)
15:09:43 [2021-06-10T15:09:43.522Z]         check_test.go:223: [d765b9e2475fd] daemon is not started
15:09:43 [2021-06-10T15:09:43.522Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.42s)
15:09:43 [2021-06-10T15:09:43.522Z]         check_test.go:223: [d8d661ef4f326] daemon is not started
15:09:43 [2021-06-10T15:09:43.522Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s)
15:09:43 [2021-06-10T15:09:43.522Z]         check_test.go:223: [de6171a4819e4] daemon is not started
15:09:43 [2021-06-10T15:09:43.522Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
15:09:43 [2021-06-10T15:09:43.522Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
15:09:44 [2021-06-10T15:09:44.456Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
15:09:44 [2021-06-10T15:09:44.714Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
15:09:44 [2021-06-10T15:09:44.973Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
15:09:46 [2021-06-10T15:09:46.347Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
15:09:46 [2021-06-10T15:09:46.347Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
15:09:46 [2021-06-10T15:09:46.604Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
15:09:47 [2021-06-10T15:09:47.170Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
15:09:47 [2021-06-10T15:09:47.427Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (3.92s)
15:09:47 [2021-06-10T15:09:47.427Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.82s)
15:09:47 [2021-06-10T15:09:47.427Z]         check_test.go:252: [dbcd609a08436] daemon is not started
15:09:47 [2021-06-10T15:09:47.427Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.50s)
15:09:47 [2021-06-10T15:09:47.427Z]         check_test.go:252: [d543b9fdd9f00] daemon is not started
15:09:47 [2021-06-10T15:09:47.427Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s)
15:09:47 [2021-06-10T15:09:47.427Z]         check_test.go:252: [d2fabc41d234c] daemon is not started
15:09:47 [2021-06-10T15:09:47.427Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.13s)
15:09:47 [2021-06-10T15:09:47.427Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.22s)
15:09:47 [2021-06-10T15:09:47.427Z]         check_test.go:252: [d19e4e4ddfa01] daemon is not started
15:09:47 [2021-06-10T15:09:47.427Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.39s)
15:09:47 [2021-06-10T15:09:47.427Z]         check_test.go:252: [dbb269ae6a907] daemon is not started
15:09:47 [2021-06-10T15:09:47.427Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.53s)
15:09:47 [2021-06-10T15:09:47.427Z]         check_test.go:252: [d2ce7da36a868] daemon is not started
15:09:47 [2021-06-10T15:09:47.427Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s)
15:09:47 [2021-06-10T15:09:47.427Z]         check_test.go:252: [dc7f3ab6fb6f8] daemon is not started
15:09:47 [2021-06-10T15:09:47.427Z] === RUN   TestDockerRegistryAuthTokenSuite
15:09:47 [2021-06-10T15:09:47.427Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
15:09:52 [2021-06-10T15:09:52.690Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
15:09:52 [2021-06-10T15:09:52.690Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup
15:09:52 [2021-06-10T15:09:52.690Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
15:09:52 [2021-06-10T15:09:52.948Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
15:09:52 [2021-06-10T15:09:52.948Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
15:09:53 [2021-06-10T15:09:53.206Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.83s)
15:09:53 [2021-06-10T15:09:53.206Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s)
15:09:53 [2021-06-10T15:09:53.206Z]         check_test.go:279: [dd447ade8d43e] daemon is not started
15:09:53 [2021-06-10T15:09:53.206Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.16s)
15:09:53 [2021-06-10T15:09:53.206Z]         check_test.go:279: [d908cd0867cd8] daemon is not started
15:09:53 [2021-06-10T15:09:53.206Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.16s)
15:09:53 [2021-06-10T15:09:53.206Z]         check_test.go:279: [d47a91ccceee6] daemon is not started
15:09:53 [2021-06-10T15:09:53.206Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s)
15:09:53 [2021-06-10T15:09:53.206Z]         check_test.go:279: [d82915bf0b3d7] daemon is not started
15:09:53 [2021-06-10T15:09:53.206Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.20s)
15:09:53 [2021-06-10T15:09:53.206Z]         check_test.go:279: [dd0c0e9de8a5e] daemon is not started
15:09:53 [2021-06-10T15:09:53.206Z] === RUN   TestDockerNetworkSuite
15:09:53 [2021-06-10T15:09:53.206Z] === RUN   TestDockerNetworkSuite/TestConntrackFlowsLeak
15:09:54 [2021-06-10T15:09:54.140Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge
15:09:54 [2021-06-10T15:09:54.140Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay
15:09:54 [2021-06-10T15:09:54.399Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge
15:09:54 [2021-06-10T15:09:54.399Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay
15:09:55 [2021-06-10T15:09:55.333Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866
15:09:56 [2021-06-10T15:09:56.709Z] === RUN   TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig
15:09:57 [2021-06-10T15:09:57.643Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint
15:09:58 [2021-06-10T15:09:58.210Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions
15:10:03 [2021-06-10T15:10:03.479Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPlugin
15:10:06 [2021-06-10T15:10:06.020Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect
15:10:06 [2021-06-10T15:10:06.020Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPluginV2
15:10:08 [2021-06-10T15:10:08.550Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer
15:10:12 [2021-06-10T15:10:12.737Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping
15:10:14 [2021-06-10T15:10:14.110Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP
15:10:24 [2021-06-10T15:10:24.082Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP
15:10:26 [2021-06-10T15:10:26.615Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer
15:10:27 [2021-06-10T15:10:27.991Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork
15:10:28 [2021-06-10T15:10:28.927Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks
15:10:29 [2021-06-10T15:10:29.861Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithMac
15:10:31 [2021-06-10T15:10:31.237Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping
15:10:32 [2021-06-10T15:10:32.655Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDelete
15:10:32 [2021-06-10T15:10:32.913Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters
15:10:33 [2021-06-10T15:10:33.174Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateHostBind
15:10:35 [2021-06-10T15:10:35.077Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateLabel
15:10:35 [2021-06-10T15:10:35.077Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreatePredefined
15:10:35 [2021-06-10T15:10:35.077Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCustomIPAM
15:10:35 [2021-06-10T15:10:35.077Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork
15:10:36 [2021-06-10T15:10:36.011Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault
15:10:37 [2021-06-10T15:10:37.386Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge
15:10:37 [2021-06-10T15:10:37.644Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost
15:10:38 [2021-06-10T15:10:38.211Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverOptions
15:10:38 [2021-06-10T15:10:38.211Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart
15:10:41 [2021-06-10T15:10:41.494Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkFlagAlias
15:10:42 [2021-06-10T15:10:42.869Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart
15:10:52 [2021-06-10T15:10:52.844Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations
15:10:52 [2021-06-10T15:10:52.844Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks
15:10:53 [2021-06-10T15:10:53.779Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMOptions
15:10:54 [2021-06-10T15:10:54.037Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer
15:10:54 [2021-06-10T15:10:54.037Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified
15:10:54 [2021-06-10T15:10:54.296Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified
15:10:54 [2021-06-10T15:10:54.554Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectDefault
15:10:54 [2021-06-10T15:10:54.554Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly
15:10:58 [2021-06-10T15:10:58.765Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsDefault
15:10:58 [2021-06-10T15:10:58.765Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsFilter
15:10:58 [2021-06-10T15:10:58.765Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMacInspect
15:10:59 [2021-06-10T15:10:59.331Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart
15:11:00 [2021-06-10T15:11:00.705Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeListFilter
15:11:03 [2021-06-10T15:11:03.240Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeTaskListFilter
15:11:03 [2021-06-10T15:11:03.809Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart
15:11:07 [2021-06-10T15:11:07.998Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishAdd
15:11:09 [2021-06-10T15:11:09.372Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver
15:11:09 [2021-06-10T15:11:09.373Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping
15:11:10 [2021-06-10T15:11:10.748Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts
15:11:10 [2021-06-10T15:11:10.748Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks
15:11:14 [2021-06-10T15:11:14.034Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRmPredefined
15:11:14 [2021-06-10T15:11:14.034Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRunNetByID
15:11:14 [2021-06-10T15:11:14.601Z] === RUN   TestDockerSwarmSuite/TestSwarmReadonlyRootfs
15:11:14 [2021-06-10T15:11:14.860Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP
15:11:15 [2021-06-10T15:11:15.427Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkValidateIP
15:11:17 [2021-06-10T15:11:17.332Z] === RUN   TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver
15:11:18 [2021-06-10T15:11:18.267Z] === RUN   TestDockerSwarmSuite/TestSwarmRepeatedRootRotation
15:11:23 [2021-06-10T15:11:23.565Z] --- PASS: TestDockerNetworkSuite (89.50s)
15:11:23 [2021-06-10T15:11:23.565Z]     --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (3.22s)
15:11:23 [2021-06-10T15:11:23.565Z]         docker_cli_network_unix_test.go:46: [d0952ab15bc8c] daemon is not started
15:11:23 [2021-06-10T15:11:23.565Z]     --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.32s)
15:11:23 [2021-06-10T15:11:23.565Z]         docker_cli_network_unix_test.go:46: [de3b452add06b] daemon is not started
15:11:23 [2021-06-10T15:11:23.565Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (8.10s)
15:11:23 [2021-06-10T15:11:23.565Z]         docker_cli_network_unix_test.go:46: [d6bc6c8cb6f6c] daemon is not started
15:11:23 [2021-06-10T15:11:23.565Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (2.70s)
15:11:23 [2021-06-10T15:11:23.565Z]         docker_cli_network_unix_test.go:46: [dece924d046ad] daemon is not started
15:11:23 [2021-06-10T15:11:23.565Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (3.49s)
15:11:23 [2021-06-10T15:11:23.565Z]         docker_cli_network_unix_test.go:1233: [d13b08da4d75b] daemon is not started
15:11:23 [2021-06-10T15:11:23.565Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (2.03s)
15:11:23 [2021-06-10T15:11:23.565Z]         docker_cli_network_unix_test.go:46: [dc59609f54426] daemon is not started
15:11:23 [2021-06-10T15:11:23.565Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (9.12s)
15:11:23 [2021-06-10T15:11:23.565Z]         docker_cli_network_unix_test.go:46: [d13b190354a9c] daemon is not started
15:11:23 [2021-06-10T15:11:23.565Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (3.10s)
15:11:23 [2021-06-10T15:11:23.565Z]         docker_cli_network_unix_test.go:46: [d3987acb123d9] daemon is not started
15:11:23 [2021-06-10T15:11:23.565Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.61s)
15:11:23 [2021-06-10T15:11:23.565Z]         docker_cli_network_unix_test.go:46: [ddb025e0ac122] daemon is not started
15:11:23 [2021-06-10T15:11:23.565Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (1.08s)
15:11:23 [2021-06-10T15:11:23.565Z]         docker_cli_network_unix_test.go:46: [da3d6cea9f233] daemon is not started
15:11:23 [2021-06-10T15:11:23.565Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.98s)
15:11:23 [2021-06-10T15:11:23.565Z]         docker_cli_network_unix_test.go:46: [d1ce4df60a64e] daemon is not started
15:11:23 [2021-06-10T15:11:23.565Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.30s)
15:11:23 [2021-06-10T15:11:23.565Z]         docker_cli_network_unix_test.go:46: [d23156a8c3b75] daemon is not started
15:11:23 [2021-06-10T15:11:23.565Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.38s)
15:11:23 [2021-06-10T15:11:23.565Z]         docker_cli_network_unix_test.go:46: [dfdb674826300] daemon is not started
15:11:23 [2021-06-10T15:11:23.565Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.19s)
15:11:23 [2021-06-10T15:11:23.565Z]         docker_cli_network_unix_test.go:46: [de789f29c3694] daemon is not started
15:11:23 [2021-06-10T15:11:23.565Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.34s)
15:11:23 [2021-06-10T15:11:23.565Z]         docker_cli_network_unix_test.go:46: [d1e8086785276] daemon is not started
15:11:23 [2021-06-10T15:11:23.565Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (1.50s)
15:11:23 [2021-06-10T15:11:23.565Z]         docker_cli_network_unix_test.go:46: [da417c32c8370] daemon is not started
15:11:23 [2021-06-10T15:11:23.565Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.17s)
15:11:23 [2021-06-10T15:11:23.565Z]         docker_cli_network_unix_test.go:46: [d98dbea4a0d66] daemon is not started
15:11:23 [2021-06-10T15:11:23.565Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s)
15:11:23 [2021-06-10T15:11:23.565Z]         docker_cli_network_unix_test.go:46: [d4e3aa6eff46f] daemon is not started
15:11:23 [2021-06-10T15:11:23.565Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.18s)
15:11:23 [2021-06-10T15:11:23.565Z]         docker_cli_network_unix_test.go:46: [dd4fc39c10605] daemon is not started
15:11:23 [2021-06-10T15:11:23.565Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.01s)
15:11:23 [2021-06-10T15:11:23.565Z]         docker_cli_network_unix_test.go:46: [de78cd4c7cfbb] daemon is not started
15:11:23 [2021-06-10T15:11:23.565Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.34s)
15:11:23 [2021-06-10T15:11:23.565Z]         docker_cli_network_unix_test.go:46: [da912ce34b740] daemon is not started
15:11:23 [2021-06-10T15:11:23.565Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.08s)
15:11:23 [2021-06-10T15:11:23.565Z]         docker_cli_network_unix_test.go:46: [d9a7682767019] daemon is not started
15:11:23 [2021-06-10T15:11:23.565Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.52s)
15:11:23 [2021-06-10T15:11:23.565Z]         docker_cli_network_unix_test.go:46: [db22077a0280c] daemon is not started
15:11:23 [2021-06-10T15:11:23.565Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.06s)
15:11:23 [2021-06-10T15:11:23.565Z]         docker_cli_network_unix_test.go:46: [db65c4973c9be] daemon is not started
15:11:23 [2021-06-10T15:11:23.565Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.88s)
15:11:23 [2021-06-10T15:11:23.565Z]         docker_cli_network_unix_test.go:968: [d52402cfdde67] daemon is not started
15:11:23 [2021-06-10T15:11:23.565Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.67s)
15:11:23 [2021-06-10T15:11:23.565Z]         docker_cli_network_unix_test.go:46: [d39d3c62449ac] daemon is not started
15:11:23 [2021-06-10T15:11:23.565Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (10.02s)
15:11:23 [2021-06-10T15:11:23.565Z]         docker_cli_network_unix_test.go:1116: [d6a827ca68a30] daemon is not started
15:11:23 [2021-06-10T15:11:23.565Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.20s)
15:11:23 [2021-06-10T15:11:23.565Z]         docker_cli_network_unix_test.go:46: [d9375f9a92191] daemon is not started
15:11:23 [2021-06-10T15:11:23.565Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.87s)
15:11:23 [2021-06-10T15:11:23.565Z]         docker_cli_network_unix_test.go:46: [d43c7e13c8a62] daemon is not started
15:11:23 [2021-06-10T15:11:23.565Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.16s)
15:11:23 [2021-06-10T15:11:23.565Z]         docker_cli_network_unix_test.go:46: [d02916a230c10] daemon is not started
15:11:23 [2021-06-10T15:11:23.565Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.07s)
15:11:23 [2021-06-10T15:11:23.565Z]         docker_cli_network_unix_test.go:46: [d7b7ad9e46308] daemon is not started
15:11:23 [2021-06-10T15:11:23.565Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.26s)
15:11:23 [2021-06-10T15:11:23.565Z]         docker_cli_network_unix_test.go:46: [db10f6a6882e9] daemon is not started
15:11:23 [2021-06-10T15:11:23.565Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.23s)
15:11:23 [2021-06-10T15:11:23.565Z]         docker_cli_network_unix_test.go:46: [d086807683a1e] daemon is not started
15:11:23 [2021-06-10T15:11:23.565Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s)
15:11:23 [2021-06-10T15:11:23.565Z]         docker_cli_network_unix_test.go:46: [d4e3146c89c80] daemon is not started
15:11:23 [2021-06-10T15:11:23.565Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (3.79s)
15:11:23 [2021-06-10T15:11:23.565Z]         docker_cli_network_unix_test.go:46: [d867b598c4f4d] daemon is not started
15:11:23 [2021-06-10T15:11:23.565Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s)
15:11:23 [2021-06-10T15:11:23.565Z]         docker_cli_network_unix_test.go:46: [d01e2859e281b] daemon is not started
15:11:23 [2021-06-10T15:11:23.565Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
15:11:23 [2021-06-10T15:11:23.565Z]         docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
15:11:23 [2021-06-10T15:11:23.565Z]         docker_cli_network_unix_test.go:46: [d78d48d1bf922] daemon is not started
15:11:23 [2021-06-10T15:11:23.565Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.07s)
15:11:23 [2021-06-10T15:11:23.565Z]         docker_cli_network_unix_test.go:46: [df17cba7b3756] daemon is not started
15:11:23 [2021-06-10T15:11:23.565Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (4.45s)
15:11:23 [2021-06-10T15:11:23.565Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (5.32s)
15:11:23 [2021-06-10T15:11:23.565Z]         docker_cli_network_unix_test.go:1084: [db26b0cf8c0fc] daemon is not started
15:11:23 [2021-06-10T15:11:23.565Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.06s)
15:11:23 [2021-06-10T15:11:23.565Z]         docker_cli_network_unix_test.go:46: [debf27110ba00] daemon is not started
15:11:23 [2021-06-10T15:11:23.565Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.50s)
15:11:23 [2021-06-10T15:11:23.565Z]         docker_cli_network_unix_test.go:46: [d5216340998df] daemon is not started
15:11:23 [2021-06-10T15:11:23.565Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.69s)
15:11:23 [2021-06-10T15:11:23.565Z]         docker_cli_network_unix_test.go:46: [deba502fe8556] daemon is not started
15:11:23 [2021-06-10T15:11:23.565Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.09s)
15:11:23 [2021-06-10T15:11:23.565Z]         docker_cli_network_unix_test.go:46: [dc01f5b621c82] daemon is not started
15:11:23 [2021-06-10T15:11:23.565Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (1.36s)
15:11:23 [2021-06-10T15:11:23.565Z]         docker_cli_network_unix_test.go:46: [d996260ba2692] daemon is not started
15:11:23 [2021-06-10T15:11:23.565Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.62s)
15:11:23 [2021-06-10T15:11:23.565Z]         docker_cli_network_unix_test.go:46: [dd119428cd663] daemon is not started
15:11:23 [2021-06-10T15:11:23.565Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.75s)
15:11:23 [2021-06-10T15:11:23.565Z]         docker_cli_network_unix_test.go:46: [d159c66830ae1] daemon is not started
15:11:23 [2021-06-10T15:11:23.565Z]     --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.52s)
15:11:23 [2021-06-10T15:11:23.565Z]         docker_cli_network_unix_test.go:46: [d490d19b2f64a] daemon is not started
15:11:23 [2021-06-10T15:11:23.565Z] === RUN   TestDockerHubPullSuite
15:11:23 [2021-06-10T15:11:23.565Z] === RUN   TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry
15:11:24 [2021-06-10T15:11:24.131Z] === RUN   TestDockerHubPullSuite/TestPullClientDisconnect
15:11:26 [2021-06-10T15:11:26.658Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistry
15:11:26 [2021-06-10T15:11:26.658Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts
15:11:28 [2021-06-10T15:11:28.032Z] === RUN   TestDockerHubPullSuite/TestPullNonExistingImage
15:11:28 [2021-06-10T15:11:28.032Z] === RUN   TestDockerHubPullSuite/TestPullScratchNotAllowed
15:11:28 [2021-06-10T15:11:28.032Z] --- PASS: TestDockerHubPullSuite (5.29s)
15:11:28 [2021-06-10T15:11:28.032Z]     --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.26s)
15:11:28 [2021-06-10T15:11:28.032Z]     --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.23s)
15:11:28 [2021-06-10T15:11:28.032Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.40s)
15:11:28 [2021-06-10T15:11:28.032Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.13s)
15:11:28 [2021-06-10T15:11:28.032Z]     --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.21s)
15:11:28 [2021-06-10T15:11:28.032Z]     --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s)
15:11:28 [2021-06-10T15:11:28.032Z] PASS
15:11:28 [2021-06-10T15:11:28.032Z] 
15:11:28 [2021-06-10T15:11:28.032Z] === Skipped
15:11:28 [2021-06-10T15:11:28.032Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s)
15:11:28 [2021-06-10T15:11:28.032Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s)
15:11:28 [2021-06-10T15:11:28.032Z]         docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows
15:11:28 [2021-06-10T15:11:28.032Z] 
15:11:28 [2021-06-10T15:11:28.032Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s)
15:11:28 [2021-06-10T15:11:28.032Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s)
15:11:28 [2021-06-10T15:11:28.032Z]         docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows
15:11:28 [2021-06-10T15:11:28.032Z] 
15:11:28 [2021-06-10T15:11:28.032Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s)
15:11:28 [2021-06-10T15:11:28.032Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s)
15:11:28 [2021-06-10T15:11:28.032Z]         docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows
15:11:28 [2021-06-10T15:11:28.032Z] 
15:11:28 [2021-06-10T15:11:28.032Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s)
15:11:28 [2021-06-10T15:11:28.032Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s)
15:11:28 [2021-06-10T15:11:28.032Z]         docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows
15:11:28 [2021-06-10T15:11:28.032Z] 
15:11:28 [2021-06-10T15:11:28.032Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
15:11:28 [2021-06-10T15:11:28.032Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
15:11:28 [2021-06-10T15:11:28.032Z]         docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows
15:11:28 [2021-06-10T15:11:28.032Z] 
15:11:28 [2021-06-10T15:11:28.032Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s)
15:11:28 [2021-06-10T15:11:28.032Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s)
15:11:28 [2021-06-10T15:11:28.032Z]         docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows
15:11:28 [2021-06-10T15:11:28.032Z] 
15:11:28 [2021-06-10T15:11:28.032Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s)
15:11:28 [2021-06-10T15:11:28.032Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s)
15:11:28 [2021-06-10T15:11:28.032Z]         docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows
15:11:28 [2021-06-10T15:11:28.032Z] 
15:11:28 [2021-06-10T15:11:28.032Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
15:11:28 [2021-06-10T15:11:28.032Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
15:11:28 [2021-06-10T15:11:28.032Z]         docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows
15:11:28 [2021-06-10T15:11:28.032Z] 
15:11:28 [2021-06-10T15:11:28.032Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s)
15:11:28 [2021-06-10T15:11:28.032Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s)
15:11:28 [2021-06-10T15:11:28.032Z]         docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows
15:11:28 [2021-06-10T15:11:28.032Z] 
15:11:28 [2021-06-10T15:11:28.032Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
15:11:28 [2021-06-10T15:11:28.032Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
15:11:28 [2021-06-10T15:11:28.032Z]         docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows
15:11:28 [2021-06-10T15:11:28.032Z] 
15:11:28 [2021-06-10T15:11:28.032Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.05s)
15:11:28 [2021-06-10T15:11:28.032Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.05s)
15:11:28 [2021-06-10T15:11:28.032Z]         docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows
15:11:28 [2021-06-10T15:11:28.032Z] 
15:11:28 [2021-06-10T15:11:28.032Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.03s)
15:11:28 [2021-06-10T15:11:28.032Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.03s)
15:11:28 [2021-06-10T15:11:28.032Z]         docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows
15:11:28 [2021-06-10T15:11:28.032Z] 
15:11:28 [2021-06-10T15:11:28.032Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
15:11:28 [2021-06-10T15:11:28.032Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
15:11:28 [2021-06-10T15:11:28.032Z]         docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows
15:11:28 [2021-06-10T15:11:28.032Z] 
15:11:28 [2021-06-10T15:11:28.032Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s)
15:11:28 [2021-06-10T15:11:28.032Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s)
15:11:28 [2021-06-10T15:11:28.032Z]         docker_cli_sni_test.go:18: Flakey test
15:11:28 [2021-06-10T15:11:28.032Z] 
15:11:28 [2021-06-10T15:11:28.032Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s)
15:11:28 [2021-06-10T15:11:28.032Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s)
15:11:28 [2021-06-10T15:11:28.032Z]         docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows
15:11:28 [2021-06-10T15:11:28.032Z] 
15:11:28 [2021-06-10T15:11:28.032Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s)
15:11:28 [2021-06-10T15:11:28.032Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s)
15:11:28 [2021-06-10T15:11:28.032Z]         docker_cli_create_test.go:59: unmatched requirement Devicemapper
15:11:28 [2021-06-10T15:11:28.032Z] 
15:11:28 [2021-06-10T15:11:28.032Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s)
15:11:28 [2021-06-10T15:11:28.032Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s)
15:11:28 [2021-06-10T15:11:28.032Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
15:11:28 [2021-06-10T15:11:28.032Z] 
15:11:28 [2021-06-10T15:11:28.032Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
15:11:28 [2021-06-10T15:11:28.032Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
15:11:28 [2021-06-10T15:11:28.032Z]         docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
15:11:28 [2021-06-10T15:11:28.032Z] 
15:11:28 [2021-06-10T15:11:28.032Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
15:11:28 [2021-06-10T15:11:28.032Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
15:11:28 [2021-06-10T15:11:28.032Z]         docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
15:11:28 [2021-06-10T15:11:28.032Z] 
15:11:28 [2021-06-10T15:11:28.032Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
15:11:28 [2021-06-10T15:11:28.032Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
15:11:28 [2021-06-10T15:11:28.032Z]         docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows
15:11:28 [2021-06-10T15:11:28.032Z] 
15:11:28 [2021-06-10T15:11:28.032Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
15:11:28 [2021-06-10T15:11:28.032Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
15:11:28 [2021-06-10T15:11:28.032Z]         docker_cli_inspect_test.go:183: unmatched requirement Devicemapper
15:11:28 [2021-06-10T15:11:28.032Z] 
15:11:28 [2021-06-10T15:11:28.032Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s)
15:11:28 [2021-06-10T15:11:28.032Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s)
15:11:28 [2021-06-10T15:11:28.032Z]         docker_cli_inspect_test.go:165: unmatched requirement Devicemapper
15:11:28 [2021-06-10T15:11:28.032Z] 
15:11:28 [2021-06-10T15:11:28.032Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.01s)
15:11:28 [2021-06-10T15:11:28.032Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s)
15:11:28 [2021-06-10T15:11:28.032Z]         docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows
15:11:28 [2021-06-10T15:11:28.032Z] 
15:11:28 [2021-06-10T15:11:28.032Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s)
15:11:28 [2021-06-10T15:11:28.032Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s)
15:11:28 [2021-06-10T15:11:28.032Z]         docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows
15:11:28 [2021-06-10T15:11:28.032Z] 
15:11:28 [2021-06-10T15:11:28.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]         docker_cli_run_test.go:4045: unmatched requirement DaemonIsWindows
15:11:28 [2021-06-10T15:11:28.033Z] 
15:11:28 [2021-06-10T15:11:28.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]         docker_cli_run_test.go:4064: unmatched requirement DaemonIsWindows
15:11:28 [2021-06-10T15:11:28.033Z] 
15:11:28 [2021-06-10T15:11:28.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]         docker_cli_run_unix_test.go:86: Host does not have /dev/snd
15:11:28 [2021-06-10T15:11:28.033Z] 
15:11:28 [2021-06-10T15:11:28.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]         docker_cli_run_test.go:4147: unmatched requirement IsolationIsHyperv
15:11:28 [2021-06-10T15:11:28.033Z] 
15:11:28 [2021-06-10T15:11:28.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]         docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport
15:11:28 [2021-06-10T15:11:28.033Z] 
15:11:28 [2021-06-10T15:11:28.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]         docker_cli_run_test.go:4130: unmatched requirement IsolationIsProcess
15:11:28 [2021-06-10T15:11:28.033Z] 
15:11:28 [2021-06-10T15:11:28.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]         docker_cli_run_test.go:2865: kernel doesn't have latency_stats configured
15:11:28 [2021-06-10T15:11:28.033Z] 
15:11:28 [2021-06-10T15:11:28.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s)
15:11:28 [2021-06-10T15:11:28.033Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s)
15:11:28 [2021-06-10T15:11:28.033Z]         docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved
15:11:28 [2021-06-10T15:11:28.033Z] 
15:11:28 [2021-06-10T15:11:28.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]         docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport
15:11:28 [2021-06-10T15:11:28.033Z] 
15:11:28 [2021-06-10T15:11:28.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]         docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer
15:11:28 [2021-06-10T15:11:28.033Z] 
15:11:28 [2021-06-10T15:11:28.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]         docker_cli_run_test.go:4100: unmatched requirement DaemonIsWindows
15:11:28 [2021-06-10T15:11:28.033Z] 
15:11:28 [2021-06-10T15:11:28.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]         docker_cli_run_test.go:4120: unmatched requirement DaemonIsWindows
15:11:28 [2021-06-10T15:11:28.033Z] 
15:11:28 [2021-06-10T15:11:28.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]         docker_cli_run_test.go:4110: unmatched requirement DaemonIsWindows
15:11:28 [2021-06-10T15:11:28.033Z] 
15:11:28 [2021-06-10T15:11:28.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]         docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight
15:11:28 [2021-06-10T15:11:28.033Z] 
15:11:28 [2021-06-10T15:11:28.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]         docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight
15:11:28 [2021-06-10T15:11:28.033Z] 
15:11:28 [2021-06-10T15:11:28.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]         docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight
15:11:28 [2021-06-10T15:11:28.033Z] 
15:11:28 [2021-06-10T15:11:28.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]         docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight
15:11:28 [2021-06-10T15:11:28.033Z] 
15:11:28 [2021-06-10T15:11:28.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]         docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight
15:11:28 [2021-06-10T15:11:28.033Z] 
15:11:28 [2021-06-10T15:11:28.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]         docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight
15:11:28 [2021-06-10T15:11:28.033Z] 
15:11:28 [2021-06-10T15:11:28.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.01s)
15:11:28 [2021-06-10T15:11:28.033Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.01s)
15:11:28 [2021-06-10T15:11:28.033Z]         docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight
15:11:28 [2021-06-10T15:11:28.033Z] 
15:11:28 [2021-06-10T15:11:28.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]         docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport
15:11:28 [2021-06-10T15:11:28.033Z] 
15:11:28 [2021-06-10T15:11:28.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]         docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows
15:11:28 [2021-06-10T15:11:28.033Z] 
15:11:28 [2021-06-10T15:11:28.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]         docker_cli_update_unix_test.go:143: unmatched requirement swapMemorySupport
15:11:28 [2021-06-10T15:11:28.033Z] 
15:11:28 [2021-06-10T15:11:28.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]         docker_cli_update_unix_test.go:197: unmatched requirement swapMemorySupport
15:11:28 [2021-06-10T15:11:28.033Z] 
15:11:28 [2021-06-10T15:11:28.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]         docker_cli_update_unix_test.go:127: unmatched requirement swapMemorySupport
15:11:28 [2021-06-10T15:11:28.033Z] 
15:11:28 [2021-06-10T15:11:28.033Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]         docker_cli_run_test.go:4438: unmatched requirement DaemonIsWindowsAtLeastBuild.func1
15:11:28 [2021-06-10T15:11:28.033Z] 
15:11:28 [2021-06-10T15:11:28.033Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
15:11:28 [2021-06-10T15:11:28.033Z]         docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
15:11:28 [2021-06-10T15:11:28.033Z]         docker_cli_network_unix_test.go:46: [d78d48d1bf922] daemon is not started
15:11:28 [2021-06-10T15:11:28.033Z] 
15:11:28 [2021-06-10T15:11:28.033Z] 
15:11:28 [2021-06-10T15:11:28.033Z] DONE 1270 tests, 51 skipped in 2149.385s
15:11:28 [2021-06-10T15:11:28.033Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
15:11:28 [2021-06-10T15:11:28.033Z] ++++ cat bundles/test-integration/docker.pid
15:11:28 [2021-06-10T15:11:28.033Z] +++ kill 8167
15:11:28 [2021-06-10T15:11:28.966Z] +++ /etc/init.d/apparmor stop
15:11:28 [2021-06-10T15:11:28.966Z] Leaving: AppArmorNo profiles have been unloaded.
15:11:28 [2021-06-10T15:11:28.966Z] 
15:11:28 [2021-06-10T15:11:28.966Z] Unloading profiles will leave already running processes permanently
15:11:28 [2021-06-10T15:11:28.966Z] unconfined, which can lead to unexpected situations.
15:11:28 [2021-06-10T15:11:28.966Z] 
15:11:28 [2021-06-10T15:11:28.966Z] To set a process to complain mode, use the command line tool
15:11:28 [2021-06-10T15:11:28.966Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
15:11:28 [2021-06-10T15:11:28.966Z] +++ true
15:11:29 [2021-06-10T15:11:29.224Z] exiting test-integration
15:11:29 [2021-06-10T15:11:29.224Z] ++ exit 0
15:11:29 [2021-06-10T15:11:29.224Z] 
15:11:29 [2021-06-10T15:11:29.482Z] + for job in $(jobs -p)
15:11:29 [2021-06-10T15:11:29.482Z] + wait 8038
15:11:39 [2021-06-10T15:11:39.443Z] === RUN   TestDockerSwarmSuite/TestSwarmRotateUnlockKey
15:11:51 [2021-06-10T15:11:51.635Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceEnvFile
15:11:53 [2021-06-10T15:11:53.535Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceListFilter
15:11:56 [2021-06-10T15:11:56.074Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceLsFilterMode
15:11:59 [2021-06-10T15:11:59.357Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate
15:12:09 [2021-06-10T15:12:09.436Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTY
15:12:13 [2021-06-10T15:12:13.620Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTYUpdate
15:12:16 [2021-06-10T15:12:16.149Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname
15:12:18 [2021-06-10T15:12:18.677Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceWithGroup
15:12:21 [2021-06-10T15:12:21.960Z] === RUN   TestDockerSwarmSuite/TestSwarmStopSignal
15:12:25 [2021-06-10T15:12:25.255Z] === RUN   TestDockerSwarmSuite/TestSwarmTaskListFilter
15:12:28 [2021-06-10T15:12:28.538Z] === RUN   TestDockerSwarmSuite/TestSwarmUpdate
15:12:31 [2021-06-10T15:12:31.066Z] === RUN   TestDockerSwarmSuite/TestSwarmVolumePlugin
15:13:27 [2021-06-10T15:13:27.271Z] === RUN   TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm
15:13:42 [2021-06-10T15:13:42.138Z] === RUN   TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA
15:14:00 [2021-06-10T15:14:00.212Z] --- PASS: TestDockerSwarmSuite (1806.16s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.42s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.05s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (6.28s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.06s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.09s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (32.30s)
15:14:00 [2021-06-10T15:14:00.213Z]         docker_api_swarm_test.go:562: [d8a15f0675f99] joining swarm manager [d1595c1051272]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
15:14:00 [2021-06-10T15:14:00.213Z]         docker_api_swarm_test.go:584: [db3b15f9bfdbe] joining swarm manager [d1595c1051272]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
15:14:00 [2021-06-10T15:14:00.213Z]         check_test.go:380: [d8a15f0675f99] daemon is not started
15:14:00 [2021-06-10T15:14:00.213Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s)
15:14:00 [2021-06-10T15:14:00.213Z]         docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.52s)
15:14:00 [2021-06-10T15:14:00.213Z]         docker_api_swarm_test.go:45: [d20ff574f217e] joining swarm manager [de88f27eef180]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.99s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (49.27s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (37.78s)
15:14:00 [2021-06-10T15:14:00.213Z]         docker_api_swarm_test.go:303: [dc17a2b8b944e] joining swarm manager [d10cd5a85baec]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
15:14:00 [2021-06-10T15:14:00.213Z]         docker_api_swarm_test.go:304: [d6f6160eef66d] joining swarm manager [d10cd5a85baec]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
15:14:00 [2021-06-10T15:14:00.213Z]         docker_api_swarm_test.go:350: Waiting for election to occur...
15:14:00 [2021-06-10T15:14:00.213Z]         docker_api_swarm_test.go:363: Waiting for possible election...
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (24.73s)
15:14:00 [2021-06-10T15:14:00.213Z]         docker_api_swarm_test.go:271: [de643f180ac48] joining swarm manager [d0ed8d1c7b856]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
15:14:00 [2021-06-10T15:14:00.213Z]         docker_api_swarm_test.go:272: [dfe2afdb33c0d] joining swarm manager [d0ed8d1c7b856]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.35s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (6.37s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.89s)
15:14:00 [2021-06-10T15:14:00.213Z]         docker_api_swarm_node_test.go:19: [debe83f0bbde2] joining swarm manager [d2f848e80e54f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
15:14:00 [2021-06-10T15:14:00.213Z]         docker_api_swarm_node_test.go:20: [da8054f9d0635] joining swarm manager [d2f848e80e54f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (56.81s)
15:14:00 [2021-06-10T15:14:00.213Z]         docker_api_swarm_test.go:501: [d1c99e1cf8bc7] joining swarm manager [d588341785b8b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
15:14:00 [2021-06-10T15:14:00.213Z]         docker_api_swarm_test.go:506: [de3e294c52aab] joining swarm manager [d588341785b8b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (21.01s)
15:14:00 [2021-06-10T15:14:00.213Z]         docker_api_swarm_node_test.go:80: [d68709037db3c] joining swarm manager [da2e913d22a82]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (36.25s)
15:14:00 [2021-06-10T15:14:00.213Z]         docker_api_swarm_node_test.go:52: [de48e532aea64] joining swarm manager [d1e0ae339ecfd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
15:14:00 [2021-06-10T15:14:00.213Z]         docker_api_swarm_node_test.go:53: [d6c36329fc364] joining swarm manager [d1e0ae339ecfd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.45s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (20.35s)
15:14:00 [2021-06-10T15:14:00.213Z]         docker_api_swarm_test.go:201: [dc3b1e7f1984a] joining swarm manager [d10fa844750b3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (70.06s)
15:14:00 [2021-06-10T15:14:00.213Z]         docker_api_swarm_test.go:383: [df2381bd995f5] joining swarm manager [dd74e03e2348a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
15:14:00 [2021-06-10T15:14:00.213Z]         docker_api_swarm_test.go:384: [d4d870339eb09] joining swarm manager [dd74e03e2348a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
15:14:00 [2021-06-10T15:14:00.213Z]         check_test.go:380: [d4d870339eb09] daemon is not started
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (69.16s)
15:14:00 [2021-06-10T15:14:00.213Z]         docker_api_swarm_test.go:801: [d745be487c1aa] joining swarm manager [d133c4a727905]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
15:14:00 [2021-06-10T15:14:00.213Z]         docker_api_swarm_test.go:801: [d154db9ae31c7] joining swarm manager [d133c4a727905]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
15:14:00 [2021-06-10T15:14:00.213Z]         docker_api_swarm_test.go:801: [d76e968d86277] joining swarm manager [d133c4a727905]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
15:14:00 [2021-06-10T15:14:00.213Z]         docker_api_swarm_test.go:801: [d756efdfc7d93] joining swarm manager [d133c4a727905]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
15:14:00 [2021-06-10T15:14:00.213Z]         docker_api_swarm_test.go:809: [d6aff22bd6d7f] joining swarm manager [d133c4a727905]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.47s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (5.90s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (21.83s)
15:14:00 [2021-06-10T15:14:00.213Z]         docker_api_swarm_service_test.go:394: [d47a89997a177] joining swarm manager [d95b95534bec0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
15:14:00 [2021-06-10T15:14:00.213Z]         docker_api_swarm_service_test.go:394: [df0cc72853b81] joining swarm manager [d95b95534bec0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (19.36s)
15:14:00 [2021-06-10T15:14:00.213Z]         docker_api_swarm_service_test.go:342: [d910765a79953] joining swarm manager [d6c41d0fb3096]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
15:14:00 [2021-06-10T15:14:00.213Z]         docker_api_swarm_service_test.go:342: [db8d20f86ee76] joining swarm manager [d6c41d0fb3096]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.59s)
15:14:00 [2021-06-10T15:14:00.213Z]         docker_api_swarm_service_test.go:489: [d7db81c6b344b] joining swarm manager [d3f5529d917c8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
15:14:00 [2021-06-10T15:14:00.213Z]         docker_api_swarm_service_test.go:489: [d1403cb3ea641] joining swarm manager [d3f5529d917c8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.77s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (30.24s)
15:14:00 [2021-06-10T15:14:00.213Z]         docker_api_swarm_service_test.go:127: [d906a633829e2] joining swarm manager [db85781bae847]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
15:14:00 [2021-06-10T15:14:00.213Z]         docker_api_swarm_service_test.go:128: [db9a48b1cb846] joining swarm manager [db85781bae847]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
15:14:00 [2021-06-10T15:14:00.213Z]         docker_api_swarm_service_test.go:136: [d88068039896f] joining swarm manager [db85781bae847]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
15:14:00 [2021-06-10T15:14:00.213Z]         docker_api_swarm_service_test.go:137: [d84929ee357d7] joining swarm manager [db85781bae847]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.31s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (24.94s)
15:14:00 [2021-06-10T15:14:00.213Z]         docker_api_swarm_service_test.go:303: [daf1a02f68832] joining swarm manager [de65e3018c030]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
15:14:00 [2021-06-10T15:14:00.213Z]         docker_api_swarm_service_test.go:303: [df69c6b8ab090] joining swarm manager [de65e3018c030]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (32.42s)
15:14:00 [2021-06-10T15:14:00.213Z]         docker_api_swarm_service_test.go:99: [d182dc984d651] joining swarm manager [daa6f3c0cdf6b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
15:14:00 [2021-06-10T15:14:00.213Z]         docker_api_swarm_service_test.go:100: [d3302e22b5501] joining swarm manager [daa6f3c0cdf6b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
15:14:00 [2021-06-10T15:14:00.213Z]         check_test.go:380: [d182dc984d651] daemon is not started
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (29.51s)
15:14:00 [2021-06-10T15:14:00.213Z]         docker_api_swarm_service_test.go:532: [dde511df9437d] joining swarm manager [de2d1727312d6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
15:14:00 [2021-06-10T15:14:00.213Z]         docker_api_swarm_service_test.go:533: [d36eb72110b8e] joining swarm manager [de2d1727312d6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (44.72s)
15:14:00 [2021-06-10T15:14:00.213Z]         docker_api_swarm_service_test.go:147: [d54514dd5e02f] joining swarm manager [d0024b02e6740]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
15:14:00 [2021-06-10T15:14:00.213Z]         docker_api_swarm_service_test.go:147: [d31a5a40d7c70] joining swarm manager [d0024b02e6740]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (36.16s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (6.03s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.60s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.25s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.63s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.79s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.85s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.57s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (3.88s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.63s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestPruneNetwork (9.54s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (4.73s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (13.01s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.45s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.57s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.42s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (4.47s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.63s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (4.18s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.73s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (4.77s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (7.82s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (6.69s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.97s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.58s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (4.15s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.65s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.52s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.59s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.75s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.46s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (14.55s)
15:14:00 [2021-06-10T15:14:00.213Z]         docker_cli_service_logs_test.go:245: checking task sfyfc02vmsz1
15:14:00 [2021-06-10T15:14:00.213Z]         docker_cli_service_logs_test.go:250: checking messages for sfyfc02vmsz1
15:14:00 [2021-06-10T15:14:00.213Z]         docker_cli_service_logs_test.go:245: checking task ll01wvapci2f
15:14:00 [2021-06-10T15:14:00.213Z]         docker_cli_service_logs_test.go:250: checking messages for ll01wvapci2f
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestServiceScale (2.83s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (18.96s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.79s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.97s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.56s)
15:14:00 [2021-06-10T15:14:00.213Z]         docker_cli_swarm_test.go:1901: [df17a2c94fdc3] joining swarm manager [db9af1f2990a9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
15:14:00 [2021-06-10T15:14:00.213Z]         docker_cli_swarm_test.go:1902: [d135af23d4697] joining swarm manager [db9af1f2990a9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.64s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.78s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (16.97s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.59s)
15:14:00 [2021-06-10T15:14:00.213Z]         docker_cli_swarm_test.go:1802: [d9a4191b693c6] joining swarm manager [d63bfeb164c02]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
15:14:00 [2021-06-10T15:14:00.213Z]         docker_cli_swarm_test.go:1803: [d6fbbe09075a5] joining swarm manager [d63bfeb164c02]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.93s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (120.94s)
15:14:00 [2021-06-10T15:14:00.213Z]         docker_cli_swarm_test.go:1321: [d079488a93a2f] joining swarm manager [d18ad1a3d86ca]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
15:14:00 [2021-06-10T15:14:00.213Z]         docker_cli_swarm_test.go:1322: [d428f9ecfffea] joining swarm manager [d18ad1a3d86ca]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (5.02s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (9.20s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (9.59s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.81s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (5.36s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (6.88s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.12s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
15:14:00 [2021-06-10T15:14:00.213Z]         docker_cli_swarm_test.go:130: unmatched requirement IPv6
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (7.09s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.85s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.88s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.84s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (54.39s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (47.18s)
15:14:00 [2021-06-10T15:14:00.213Z]         docker_cli_swarm_test.go:1186: [ddb485c9d9452] joining swarm manager [df90fc228be36]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
15:14:00 [2021-06-10T15:14:00.213Z]         docker_cli_swarm_test.go:1195: [d2c0b33cd0a0a] joining swarm manager [df90fc228be36]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.52s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (5.20s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (134.30s)
15:14:00 [2021-06-10T15:14:00.213Z]         docker_cli_swarm_test.go:1118: [d284a4be2cee7] joining swarm manager [dc2303ac5f48b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
15:14:00 [2021-06-10T15:14:00.213Z]         docker_cli_swarm_test.go:1119: [dfdd95ae06d36] joining swarm manager [dc2303ac5f48b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
15:14:00 [2021-06-10T15:14:00.213Z]         docker_cli_swarm_test.go:1172: [d7c787e400c24] joining swarm manager [dc2303ac5f48b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (14.09s)
15:14:00 [2021-06-10T15:14:00.213Z]         docker_cli_swarm_test.go:1453: [d55aa6a2a9134] joining swarm manager [da41b20869bae]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
15:14:00 [2021-06-10T15:14:00.213Z]         docker_cli_swarm_test.go:1454: [dc3a9c0d31469] joining swarm manager [da41b20869bae]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.79s)
15:14:00 [2021-06-10T15:14:00.213Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.23s)
15:14:00 [2021-06-10T15:14:00.213Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.21s)
15:14:00 [2021-06-10T15:14:00.213Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.11s)
15:14:00 [2021-06-10T15:14:00.213Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.09s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.74s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (5.02s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.93s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (54.40s)
15:14:00 [2021-06-10T15:14:00.213Z]         docker_cli_swarm_unix_test.go:62: [d8c4c35e0e814] joining swarm manager [d9e2a84b7749a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.29s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (5.01s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.80s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (4.14s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (3.42s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (21.20s)
15:14:00 [2021-06-10T15:14:00.213Z]         docker_api_swarm_test.go:961: [d5f28f186cd6e] joining swarm manager [def21d76772de]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (11.60s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.31s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.39s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (3.38s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (8.69s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (5.68s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.46s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.88s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (3.26s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.90s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.66s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.31s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (52.13s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.31s)
15:14:00 [2021-06-10T15:14:00.213Z]     --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.27s)
15:14:00 [2021-06-10T15:14:00.213Z] === RUN   TestDockerExternalVolumeSuite
15:14:00 [2021-06-10T15:14:00.213Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume
15:14:15 [2021-06-10T15:14:15.080Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities
15:15:22 [2021-06-10T15:15:22.742Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer
15:15:30 [2021-06-10T15:15:30.868Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet
15:16:02 [2021-06-10T15:16:02.923Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse
15:16:17 [2021-06-10T15:16:17.784Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverList
15:16:49 [2021-06-10T15:16:49.842Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked
15:17:02 [2021-06-10T15:17:02.043Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID
15:17:34 [2021-06-10T15:17:34.101Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed
15:17:52 [2021-06-10T15:17:52.169Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete
15:18:07 [2021-06-10T15:18:07.054Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls
15:18:53 [2021-06-10T15:18:53.705Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists
15:19:11 [2021-06-10T15:19:11.775Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp
15:19:43 [2021-06-10T15:19:43.832Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail
15:20:15 [2021-06-10T15:20:15.911Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed
15:20:30 [2021-06-10T15:20:30.772Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom
15:20:48 [2021-06-10T15:20:48.841Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart
15:21:03 [2021-06-10T15:21:03.726Z] === RUN   TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict
15:21:18 [2021-06-10T15:21:18.587Z] --- PASS: TestDockerExternalVolumeSuite (439.98s)
15:21:18 [2021-06-10T15:21:18.587Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.84s)
15:21:18 [2021-06-10T15:21:18.587Z]         docker_cli_external_volume_driver_test.go:53: [d02233e04b339] daemon is not started
15:21:18 [2021-06-10T15:21:18.587Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.61s)
15:21:18 [2021-06-10T15:21:18.587Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.45s)
15:21:18 [2021-06-10T15:21:18.587Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s)
15:21:18 [2021-06-10T15:21:18.587Z]         docker_cli_external_volume_driver_test.go:53: [d8674738da40c] daemon is not started
15:21:18 [2021-06-10T15:21:18.587Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s)
15:21:18 [2021-06-10T15:21:18.587Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s)
15:21:18 [2021-06-10T15:21:18.587Z]         docker_cli_external_volume_driver_test.go:53: [d11552a912de6] daemon is not started
15:21:18 [2021-06-10T15:21:18.587Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.13s)
15:21:18 [2021-06-10T15:21:18.587Z]         docker_cli_external_volume_driver_test.go:53: [dfadc5574fddd] daemon is not started
15:21:18 [2021-06-10T15:21:18.587Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.62s)
15:21:18 [2021-06-10T15:21:18.587Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.46s)
15:21:18 [2021-06-10T15:21:18.587Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.78s)
15:21:18 [2021-06-10T15:21:18.587Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.55s)
15:21:18 [2021-06-10T15:21:18.587Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.47s)
15:21:18 [2021-06-10T15:21:18.587Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.56s)
15:21:18 [2021-06-10T15:21:18.587Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.92s)
15:21:18 [2021-06-10T15:21:18.587Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.46s)
15:21:18 [2021-06-10T15:21:18.587Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.17s)
15:21:18 [2021-06-10T15:21:18.587Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.28s)
15:21:18 [2021-06-10T15:21:18.587Z]         docker_cli_external_volume_driver_test.go:485: [d3f474f606ddc] daemon is not started
15:21:18 [2021-06-10T15:21:18.587Z]     --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s)
15:21:18 [2021-06-10T15:21:18.587Z]         docker_cli_external_volume_driver_test.go:53: [d0126614943b8] daemon is not started
15:21:18 [2021-06-10T15:21:18.587Z] PASS
15:21:18 [2021-06-10T15:21:18.587Z] 
15:21:18 [2021-06-10T15:21:18.587Z] === Skipped
15:21:18 [2021-06-10T15:21:18.587Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.02s)
15:21:18 [2021-06-10T15:21:18.587Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.02s)
15:21:18 [2021-06-10T15:21:18.587Z]         docker_cli_daemon_test.go:363: unmatched requirement IPv6
15:21:18 [2021-06-10T15:21:18.587Z]         check_test.go:309: [d76ad90c9313d] daemon is not started
15:21:18 [2021-06-10T15:21:18.587Z] 
15:21:18 [2021-06-10T15:21:18.587Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s)
15:21:18 [2021-06-10T15:21:18.587Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s)
15:21:18 [2021-06-10T15:21:18.587Z]         docker_cli_daemon_test.go:232: unmatched requirement Devicemapper
15:21:18 [2021-06-10T15:21:18.588Z]         check_test.go:309: [d95645246de33] daemon is not started
15:21:18 [2021-06-10T15:21:18.588Z] 
15:21:18 [2021-06-10T15:21:18.588Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
15:21:18 [2021-06-10T15:21:18.588Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
15:21:18 [2021-06-10T15:21:18.588Z]         docker_cli_daemon_test.go:212: unmatched requirement Devicemapper
15:21:18 [2021-06-10T15:21:18.588Z]         check_test.go:309: [d13f87de61e3f] daemon is not started
15:21:18 [2021-06-10T15:21:18.588Z] 
15:21:18 [2021-06-10T15:21:18.588Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s)
15:21:18 [2021-06-10T15:21:18.588Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s)
15:21:18 [2021-06-10T15:21:18.588Z]         docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed
15:21:18 [2021-06-10T15:21:18.588Z] 
15:21:18 [2021-06-10T15:21:18.588Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
15:21:18 [2021-06-10T15:21:18.588Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
15:21:18 [2021-06-10T15:21:18.588Z]         docker_cli_swarm_test.go:130: unmatched requirement IPv6
15:21:18 [2021-06-10T15:21:18.588Z] 
15:21:18 [2021-06-10T15:21:18.588Z] 
15:21:18 [2021-06-10T15:21:18.588Z] DONE 273 tests, 5 skipped in 2738.889s
15:21:18 [2021-06-10T15:21:18.588Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
15:21:18 [2021-06-10T15:21:18.588Z] ++++ cat bundles/test-integration/docker.pid
15:21:18 [2021-06-10T15:21:18.588Z] +++ kill 8170
15:21:18 [2021-06-10T15:21:18.845Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d90658249d731/docker.pid
15:21:18 [2021-06-10T15:21:18.845Z] +++ kill 6229
15:21:18 [2021-06-10T15:21:18.845Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 6229 is not a child of this shell
15:21:18 [2021-06-10T15:21:18.845Z] warning: PID 6229 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d90658249d731/docker.pid had a nonzero exit code
15:21:18 [2021-06-10T15:21:18.845Z] +++ /etc/init.d/apparmor stop
15:21:18 [2021-06-10T15:21:18.845Z] Leaving: AppArmorNo profiles have been unloaded.
15:21:18 [2021-06-10T15:21:18.845Z] 
15:21:18 [2021-06-10T15:21:18.845Z] Unloading profiles will leave already running processes permanently
15:21:18 [2021-06-10T15:21:18.845Z] unconfined, which can lead to unexpected situations.
15:21:18 [2021-06-10T15:21:18.845Z] 
15:21:18 [2021-06-10T15:21:18.845Z] To set a process to complain mode, use the command line tool
15:21:18 [2021-06-10T15:21:18.845Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
15:21:18 [2021-06-10T15:21:18.845Z] +++ true
15:21:18 [2021-06-10T15:21:18.845Z] exiting test-integration
15:21:18 [2021-06-10T15:21:18.845Z] ++ exit 0
15:21:18 [2021-06-10T15:21:18.845Z] 
15:21:19 [2021-06-10T15:21:19.415Z] + exit 0
15:21:19 [2021-06-10T15:21:19.415Z] ++ jobs -p
15:21:19 [2021-06-10T15:21:19.415Z] + pids=
15:21:19 [2021-06-10T15:21:19.415Z] + echo 'Remaining pids to kill: []'
15:21:19 [2021-06-10T15:21:19.415Z] Remaining pids to kill: []
15:21:19 [2021-06-10T15:21:19.415Z] + '[' -z '' ']'
Post stage
[Pipeline] junit
15:21:19 [2021-06-10T15:21:19.430Z] Recording test results
15:21:20 [2021-06-10T15:21:20.859Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
15:21:21 [2021-06-10T15:21:21.175Z] + echo Ensuring container killed.
15:21:21 [2021-06-10T15:21:21.175Z] Ensuring container killed.
15:21:21 [2021-06-10T15:21:21.175Z] + docker ps -aq -f name=docker-pr2-*
15:21:21 [2021-06-10T15:21:21.175Z] + cids=4a66977cb425
15:21:21 [2021-06-10T15:21:21.175Z] 9412dc7eef79
15:21:21 [2021-06-10T15:21:21.175Z] 3a4898cfb686
15:21:21 [2021-06-10T15:21:21.175Z] + [ -n 4a66977cb425
15:21:21 [2021-06-10T15:21:21.175Z] 9412dc7eef79
15:21:21 [2021-06-10T15:21:21.175Z] 3a4898cfb686 ]
15:21:21 [2021-06-10T15:21:21.175Z] + docker rm -vf 4a66977cb425 9412dc7eef79 3a4898cfb686
15:21:23 [2021-06-10T15:21:23.705Z] 4a66977cb425
15:21:23 [2021-06-10T15:21:23.705Z] 9412dc7eef79
15:21:23 [2021-06-10T15:21:23.705Z] 3a4898cfb686
[Pipeline] sh
15:21:23 [2021-06-10T15:21:23.993Z] + echo Chowning /workspace to jenkins user
15:21:23 [2021-06-10T15:21:23.993Z] Chowning /workspace to jenkins user
15:21:23 [2021-06-10T15:21:23.993Z] + id -u
15:21:23 [2021-06-10T15:21:23.993Z] + id -g
15:21:23 [2021-06-10T15:21:23.993Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42507:/workspace busybox chown -R 1000:1000 /workspace
15:21:23 [2021-06-10T15:21:23.993Z] Unable to find image 'busybox:latest' locally
15:21:23 [2021-06-10T15:21:23.993Z] latest: Pulling from library/busybox
15:21:24 [2021-06-10T15:21:24.252Z] b71f96345d44: Pulling fs layer
15:21:24 [2021-06-10T15:21:24.252Z] b71f96345d44: Download complete
15:21:24 [2021-06-10T15:21:24.252Z] b71f96345d44: Pull complete
15:21:24 [2021-06-10T15:21:24.252Z] Digest: sha256:930490f97e5b921535c153e0e7110d251134cc4b72bbb8133c6a5065cc68580d
15:21:24 [2021-06-10T15:21:24.511Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
15:21:28 [2021-06-10T15:21:28.993Z] + bundleName=amd64
15:21:28 [2021-06-10T15:21:28.994Z] + echo Creating amd64-bundles.tar.gz
15:21:28 [2021-06-10T15:21:28.994Z] Creating amd64-bundles.tar.gz
15:21:28 [2021-06-10T15:21:28.994Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
15:21:28 [2021-06-10T15:21:28.994Z] + xargs tar -czf amd64-bundles.tar.gz
[Pipeline] archiveArtifacts
15:21:30 [2021-06-10T15:21:30.377Z] Archiving artifacts
15:21:32 [2021-06-10T15:21:32.366Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42507/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
15:21:32 [2021-06-10T15:21:32.670Z] + make clean
15:21:32 [2021-06-10T15:21:32.929Z] docker volume rm -f docker-dev-cache
15:21:32 [2021-06-10T15:21:32.929Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS