Skip to content
Success

Console Output

Started by user Sebastiaan van Stijn
10:45:05 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 7c731e02a980666e262c68d4995f5643b6ffae30+59751bb23395a137253ca0b4fb99058ecec5a569 (f22cfec41204c219adafbe312f279a6c1704d6d0)
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 --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > 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
10:45:09 [2021-05-03T10:45:09.527Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
10:45:09 [2021-05-03T10:45:09.531Z] Trying to pass milestone 1
[Pipeline] milestone
10:45:09 [2021-05-03T10:45:09.592Z] Trying to pass milestone 2
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
10:45:24 [2021-05-03T10:45:24.768Z] Still waiting to schedule task
10:45:24 [2021-05-03T10:45:24.770Z] All nodes of label ‘amd64&&ubuntu-1804&&overlay2’ are offline
10:46:11 [2021-05-03T10:46:11.771Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-019664b02d841cd1a) in /home/ubuntu/workspace/moby_PR-42329
[Pipeline] {
[Pipeline] checkout
10:46:11 [2021-05-03T10:46:11.941Z] The recommended git tool is: git
10:46:14 [2021-05-03T10:46:14.829Z] using credential docker-jenkins-github-credentials
10:46:14 [2021-05-03T10:46:14.845Z] Cloning the remote Git repository
10:46:14 [2021-05-03T10:46:14.845Z] Cloning with configured refspecs honoured and without tags
10:46:14 [2021-05-03T10:46:14.936Z] Cloning repository https://github.com/moby/moby.git
10:46:15 [2021-05-03T10:46:15.082Z]  > git init /home/ubuntu/workspace/moby_PR-42329 # timeout=10
10:46:15 [2021-05-03T10:46:15.384Z] Fetching upstream changes from https://github.com/moby/moby.git
10:46:15 [2021-05-03T10:46:15.385Z]  > git --version # timeout=10
10:46:15 [2021-05-03T10:46:15.405Z]  > git --version # 'git version 2.17.1'
10:46:15 [2021-05-03T10:46:15.406Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:46:15 [2021-05-03T10:46:15.407Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42329/head:refs/remotes/origin/PR-42329 +refs/heads/master:refs/remotes/origin/master # timeout=10
10:46:37 [2021-05-03T10:46:37.253Z] Fetching without tags
10:46:37 [2021-05-03T10:46:37.617Z] Merging remotes/origin/master commit 59751bb23395a137253ca0b4fb99058ecec5a569 into PR head commit 7c731e02a980666e262c68d4995f5643b6ffae30
10:46:37 [2021-05-03T10:46:37.158Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:46:37 [2021-05-03T10:46:37.170Z]  > git config --add remote.origin.fetch +refs/pull/42329/head:refs/remotes/origin/PR-42329 # timeout=10
10:46:37 [2021-05-03T10:46:37.203Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
10:46:37 [2021-05-03T10:46:37.223Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:46:37 [2021-05-03T10:46:37.261Z] Fetching upstream changes from https://github.com/moby/moby.git
10:46:37 [2021-05-03T10:46:37.261Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:46:37 [2021-05-03T10:46:37.262Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42329/head:refs/remotes/origin/PR-42329 +refs/heads/master:refs/remotes/origin/master # timeout=10
10:46:37 [2021-05-03T10:46:37.628Z]  > git config core.sparsecheckout # timeout=10
10:46:37 [2021-05-03T10:46:37.667Z]  > git checkout -f 7c731e02a980666e262c68d4995f5643b6ffae30 # timeout=10
10:46:39 [2021-05-03T10:46:39.158Z] Merge succeeded, producing 19b7f7f3484697146ca76b75346365080b99a3b2
10:46:39 [2021-05-03T10:46:39.159Z] Checking out Revision 19b7f7f3484697146ca76b75346365080b99a3b2 (PR-42329)
10:46:38 [2021-05-03T10:46:38.365Z]  > git remote # timeout=10
10:46:38 [2021-05-03T10:46:38.392Z]  > git config --get remote.origin.url # timeout=10
10:46:38 [2021-05-03T10:46:38.416Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:46:38 [2021-05-03T10:46:38.417Z]  > git merge 59751bb23395a137253ca0b4fb99058ecec5a569 # timeout=10
10:46:39 [2021-05-03T10:46:39.147Z]  > git rev-parse HEAD^{commit} # timeout=10
10:46:39 [2021-05-03T10:46:39.165Z]  > git config core.sparsecheckout # timeout=10
10:46:39 [2021-05-03T10:46:39.176Z]  > git checkout -f 19b7f7f3484697146ca76b75346365080b99a3b2 # timeout=10
10:46:43 [2021-05-03T10:46:43.027Z] Commit message: "Merge commit '59751bb23395a137253ca0b4fb99058ecec5a569' into HEAD"
10:46:43 [2021-05-03T10:46:43.036Z]  > git rev-list --no-walk 7c731e02a980666e262c68d4995f5643b6ffae30 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
10:46:44 [2021-05-03T10:46:44.231Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42329:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master alpine sh -c apk add --no-cache -q bash git openssh-client && cd /workspace && hack/validate/dco
10:46:54 [2021-05-03T10:46:54.254Z] Unable to find image 'alpine:latest' locally
10:46:54 [2021-05-03T10:46:54.254Z] latest: Pulling from library/alpine
10:46:54 [2021-05-03T10:46:54.254Z] 540db60ca938: Pulling fs layer
10:46:54 [2021-05-03T10:46:54.254Z] 540db60ca938: Verifying Checksum
10:46:54 [2021-05-03T10:46:54.254Z] 540db60ca938: Download complete
10:46:54 [2021-05-03T10:46:54.254Z] 540db60ca938: Pull complete
10:46:54 [2021-05-03T10:46:54.254Z] Digest: sha256:69e70a79f2d41ab5d637de98c1e0b055206ba40a8145e7bddb55ccc04e13cf8f
10:46:54 [2021-05-03T10:46:54.254Z] Status: Downloaded newer image for alpine:latest
10:47:02 [2021-05-03T10:47:02.400Z] Congratulations!  All commits are properly signed with the DCO!
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] parallel
[Pipeline] { (Branch: unit-validate)
[Pipeline] { (Branch: amd64)
[Pipeline] { (Branch: rootless)
[Pipeline] { (Branch: cgroup2)
[Pipeline] { (Branch: s390x)
[Pipeline] { (Branch: s390x integration-cli)
[Pipeline] { (Branch: ppc64le)
[Pipeline] { (Branch: ppc64le integration-cli)
[Pipeline] { (Branch: arm64)
[Pipeline] { (Branch: win-RS1)
[Pipeline] { (Branch: win-RS5)
[Pipeline] { (Branch: win-2022)
[Pipeline] stage
[Pipeline] { (unit-validate)
[Pipeline] stage
[Pipeline] { (amd64)
[Pipeline] stage
[Pipeline] { (rootless)
[Pipeline] stage
[Pipeline] { (cgroup2)
[Pipeline] stage
[Pipeline] { (s390x)
[Pipeline] stage
[Pipeline] { (s390x integration-cli)
[Pipeline] stage
[Pipeline] { (ppc64le)
[Pipeline] stage
[Pipeline] { (ppc64le integration-cli)
[Pipeline] stage
[Pipeline] { (arm64)
[Pipeline] stage
[Pipeline] { (win-RS1)
[Pipeline] stage
[Pipeline] { (win-RS5)
[Pipeline] stage
[Pipeline] { (win-2022)
Stage "s390x" skipped due to when conditional
Stage "ppc64le" skipped due to when conditional
Stage "win-2022" 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
[Pipeline] node
[Pipeline] node
[Pipeline] stage
[Pipeline] { (Print info)
[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 "s390x" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
Stage "win-2022" skipped due to when conditional
[Pipeline] }
[Pipeline] stage
[Pipeline] { (Print info)
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
Stage "win-RS1" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
Stage "win-2022" skipped due to when conditional
[Pipeline] }
[Pipeline] stage
[Pipeline] { (Run tests)
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
Stage "win-RS1" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
[Pipeline] }
10:47:04 [2021-05-03T10:47:04.417Z] Running on azwin-2-853680 in d:\jenkins\workspace\moby_PR-42329
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] {
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] ws
10:47:04 [2021-05-03T10:47:04.499Z] Running in d:\gopath\src\github.com\docker\docker
[Pipeline] {
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
[Pipeline] checkout
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
10:47:04 [2021-05-03T10:47:04.640Z] The recommended git tool is: git
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
10:47:04 [2021-05-03T10:47:04.856Z] using credential docker-jenkins-github-credentials
10:47:04 [2021-05-03T10:47:04.933Z] Cloning the remote Git repository
10:47:04 [2021-05-03T10:47:04.933Z] Cloning with configured refspecs honoured and without tags
10:47:04 [2021-05-03T10:47:04.968Z] Cloning repository https://github.com/moby/moby.git
10:47:04 [2021-05-03T10:47:04.969Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
10:47:05 [2021-05-03T10:47:05.041Z] Fetching upstream changes from https://github.com/moby/moby.git
10:47:05 [2021-05-03T10:47:05.041Z]  > git --version # timeout=10
10:47:05 [2021-05-03T10:47:05.098Z]  > git --version # 'git version 2.24.1.windows.2'
10:47:05 [2021-05-03T10:47:05.098Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:47:05 [2021-05-03T10:47:05.101Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42329/head:refs/remotes/origin/PR-42329 +refs/heads/master:refs/remotes/origin/master # timeout=10
10:47:19 [2021-05-03T10:47:19.118Z] Still waiting to schedule task
10:47:19 [2021-05-03T10:47:19.119Z]EC2 (managed-agents) - ubuntu-1804-overlay2 (i-04185658e0125b4d1)’ is offline
10:47:19 [2021-05-03T10:47:19.119Z] ‘ppc64le-ubuntu-11’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.119Z] ‘ppc64le-ubuntu-12’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.119Z] ‘ppc64le-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.119Z] ‘ppc64le-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.119Z] ‘ppc64le-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.119Z] ‘ppc64le-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.119Z] ‘ppc64le-ubuntu-17’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.119Z] ‘ppc64le-ubuntu-18’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.119Z] ‘ppc64le-ubuntu-19’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.119Z] ‘ppc64le-ubuntu-20’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.119Z] ‘ppc64le-ubuntu-21’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.119Z] ‘ppc64le-ubuntu-22’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.119Z] ‘ppc64le-ubuntu-23’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.119Z] ‘ppc64le-ubuntu-24’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.119Z] ‘ppc64le-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.119Z] ‘ppc64le-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.119Z] ‘ppc64le-ubuntu-27’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.119Z] ‘ppc64le-ubuntu-28’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.119Z] ‘ppc64le-ubuntu-31’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.119Z] ‘ppc64le-ubuntu-32’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.119Z] ‘ppc64le-ubuntu-33’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.119Z] ‘ppc64le-ubuntu-34’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.119Z] ‘s390x-ubuntu-01’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.119Z] ‘s390x-ubuntu-02’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.119Z] ‘s390x-ubuntu-03’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.119Z] ‘s390x-ubuntu-04’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.119Z] ‘s390x-ubuntu-05’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.119Z] ‘s390x-ubuntu-06’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.119Z] ‘s390x-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.119Z] ‘s390x-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.119Z] ‘s390x-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.119Z] ‘s390x-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.119Z] ‘s390x-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.119Z] ‘s390x-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.119Z] ‘s390x-ubuntu-29’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.119Z] ‘s390x-ubuntu-30’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.119Z] Still waiting to schedule task
10:47:19 [2021-05-03T10:47:19.120Z]EC2 (managed-agents) - ubuntu-1804-overlay2 (i-04185658e0125b4d1)’ is offline
10:47:19 [2021-05-03T10:47:19.120Z] ‘ppc64le-ubuntu-11’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘ppc64le-ubuntu-12’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘ppc64le-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘ppc64le-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘ppc64le-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘ppc64le-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘ppc64le-ubuntu-17’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘ppc64le-ubuntu-18’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘ppc64le-ubuntu-19’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘ppc64le-ubuntu-20’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘ppc64le-ubuntu-21’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘ppc64le-ubuntu-22’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘ppc64le-ubuntu-23’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘ppc64le-ubuntu-24’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘ppc64le-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘ppc64le-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘ppc64le-ubuntu-27’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘ppc64le-ubuntu-28’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘ppc64le-ubuntu-31’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘ppc64le-ubuntu-32’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘ppc64le-ubuntu-33’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘ppc64le-ubuntu-34’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘s390x-ubuntu-01’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘s390x-ubuntu-02’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘s390x-ubuntu-03’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘s390x-ubuntu-04’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘s390x-ubuntu-05’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘s390x-ubuntu-06’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘s390x-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘s390x-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘s390x-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘s390x-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘s390x-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘s390x-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘s390x-ubuntu-29’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘s390x-ubuntu-30’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] Still waiting to schedule task
10:47:19 [2021-05-03T10:47:19.120Z]EC2 (managed-agents) - ubuntu-1804-overlay2 (i-04185658e0125b4d1)’ is offline
10:47:19 [2021-05-03T10:47:19.120Z] ‘ppc64le-ubuntu-11’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘ppc64le-ubuntu-12’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘ppc64le-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘ppc64le-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘ppc64le-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘ppc64le-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘ppc64le-ubuntu-17’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘ppc64le-ubuntu-18’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘ppc64le-ubuntu-19’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘ppc64le-ubuntu-20’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘ppc64le-ubuntu-21’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘ppc64le-ubuntu-22’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘ppc64le-ubuntu-23’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘ppc64le-ubuntu-24’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘ppc64le-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘ppc64le-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘ppc64le-ubuntu-27’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘ppc64le-ubuntu-28’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘ppc64le-ubuntu-31’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘ppc64le-ubuntu-32’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘ppc64le-ubuntu-33’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘ppc64le-ubuntu-34’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘s390x-ubuntu-01’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘s390x-ubuntu-02’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘s390x-ubuntu-03’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘s390x-ubuntu-04’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘s390x-ubuntu-05’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘s390x-ubuntu-06’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘s390x-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘s390x-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘s390x-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘s390x-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘s390x-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘s390x-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘s390x-ubuntu-29’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.120Z] ‘s390x-ubuntu-30’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
10:47:19 [2021-05-03T10:47:19.121Z] Still waiting to schedule task
10:47:19 [2021-05-03T10:47:19.121Z] All nodes of label ‘amd64&&ubuntu-2004&&cgroup2’ are offline
10:47:19 [2021-05-03T10:47:19.123Z] Still waiting to schedule task
10:47:19 [2021-05-03T10:47:19.123Z] All nodes of label ‘arm64&&ubuntu-2004’ are offline
10:47:19 [2021-05-03T10:47:19.841Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-04185658e0125b4d1) in /home/ubuntu/workspace/moby_PR-42329
[Pipeline] {
[Pipeline] checkout
10:47:19 [2021-05-03T10:47:19.975Z] The recommended git tool is: git
10:47:22 [2021-05-03T10:47:22.465Z] using credential docker-jenkins-github-credentials
10:47:22 [2021-05-03T10:47:22.472Z] Cloning the remote Git repository
10:47:22 [2021-05-03T10:47:22.472Z] Cloning with configured refspecs honoured and without tags
10:47:22 [2021-05-03T10:47:22.485Z] Cloning repository https://github.com/moby/moby.git
10:47:22 [2021-05-03T10:47:22.529Z]  > git init /home/ubuntu/workspace/moby_PR-42329 # timeout=10
10:47:22 [2021-05-03T10:47:22.749Z] Fetching upstream changes from https://github.com/moby/moby.git
10:47:22 [2021-05-03T10:47:22.749Z]  > git --version # timeout=10
10:47:22 [2021-05-03T10:47:22.787Z]  > git --version # 'git version 2.17.1'
10:47:22 [2021-05-03T10:47:22.787Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:47:22 [2021-05-03T10:47:22.793Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42329/head:refs/remotes/origin/PR-42329 +refs/heads/master:refs/remotes/origin/master # timeout=10
10:47:26 [2021-05-03T10:47:26.185Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:47:26 [2021-05-03T10:47:26.536Z] Fetching without tags
10:47:27 [2021-05-03T10:47:27.288Z] Merging remotes/origin/master commit 59751bb23395a137253ca0b4fb99058ecec5a569 into PR head commit 7c731e02a980666e262c68d4995f5643b6ffae30
10:47:26 [2021-05-03T10:47:26.250Z]  > git config --add remote.origin.fetch +refs/pull/42329/head:refs/remotes/origin/PR-42329 # timeout=10
10:47:26 [2021-05-03T10:47:26.307Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
10:47:26 [2021-05-03T10:47:26.438Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:47:26 [2021-05-03T10:47:26.572Z] Fetching upstream changes from https://github.com/moby/moby.git
10:47:26 [2021-05-03T10:47:26.572Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:47:26 [2021-05-03T10:47:26.575Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42329/head:refs/remotes/origin/PR-42329 +refs/heads/master:refs/remotes/origin/master # timeout=10
10:47:27 [2021-05-03T10:47:27.323Z]  > git config core.sparsecheckout # timeout=10
10:47:27 [2021-05-03T10:47:27.380Z]  > git checkout -f 7c731e02a980666e262c68d4995f5643b6ffae30 # timeout=10
10:47:31 [2021-05-03T10:47:31.620Z] Merge succeeded, producing abfd9aed1c930ac23e66c9fa9166f4bf43472cf0
10:47:31 [2021-05-03T10:47:31.620Z] Checking out Revision abfd9aed1c930ac23e66c9fa9166f4bf43472cf0 (PR-42329)
10:47:31 [2021-05-03T10:47:31.984Z] Commit message: "Merge commit '59751bb23395a137253ca0b4fb99058ecec5a569' into HEAD"
10:47:30 [2021-05-03T10:47:30.790Z]  > git remote # timeout=10
10:47:30 [2021-05-03T10:47:30.848Z]  > git config --get remote.origin.url # timeout=10
10:47:30 [2021-05-03T10:47:30.905Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:47:30 [2021-05-03T10:47:30.907Z]  > git merge 59751bb23395a137253ca0b4fb99058ecec5a569 # timeout=10
10:47:31 [2021-05-03T10:47:31.511Z]  > git rev-parse "HEAD^{commit}" # timeout=10
10:47:31 [2021-05-03T10:47:31.656Z]  > git config core.sparsecheckout # timeout=10
10:47:31 [2021-05-03T10:47:31.715Z]  > git checkout -f abfd9aed1c930ac23e66c9fa9166f4bf43472cf0 # timeout=10
10:47:32 [2021-05-03T10:47:32.022Z]  > git rev-list --no-walk 7c731e02a980666e262c68d4995f5643b6ffae30 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
10:47:33 [2021-05-03T10:47:33.352Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-019664b02d841cd1a) in /home/ubuntu/workspace/moby_PR-42329
[Pipeline] {
[Pipeline] checkout
10:47:33 [2021-05-03T10:47:33.394Z] The recommended git tool is: git
10:47:33 [2021-05-03T10:47:33.405Z] using credential docker-jenkins-github-credentials
10:47:33 [2021-05-03T10:47:33.426Z] Fetching changes from the remote Git repository
10:47:33 [2021-05-03T10:47:33.451Z] Fetching without tags
10:47:33 [2021-05-03T10:47:33.740Z] + docker version
10:47:33 [2021-05-03T10:47:33.740Z] Client: Docker Engine - Enterprise
10:47:33 [2021-05-03T10:47:33.740Z]  Version:           19.03.12
10:47:33 [2021-05-03T10:47:33.740Z]  API version:       1.40
10:47:33 [2021-05-03T10:47:33.740Z]  Go version:        go1.13.13
10:47:33 [2021-05-03T10:47:33.740Z]  Git commit:        4306744
10:47:33 [2021-05-03T10:47:33.740Z]  Built:             08/05/2020 19:27:53
10:47:33 [2021-05-03T10:47:33.740Z]  OS/Arch:           windows/amd64
10:47:33 [2021-05-03T10:47:33.740Z]  Experimental:      false
10:47:33 [2021-05-03T10:47:33.740Z] 
10:47:33 [2021-05-03T10:47:33.740Z] Server: Docker Engine - Enterprise
10:47:33 [2021-05-03T10:47:33.740Z]  Engine:
10:47:33 [2021-05-03T10:47:33.740Z]   Version:          19.03.12
10:47:33 [2021-05-03T10:47:33.740Z]   API version:      1.40 (minimum version 1.24)
10:47:33 [2021-05-03T10:47:33.740Z]   Go version:       go1.13.13
10:47:33 [2021-05-03T10:47:33.740Z]   Git commit:       f295753ffd
10:47:33 [2021-05-03T10:47:33.740Z]   Built:            08/05/2020 19:26:41
10:47:33 [2021-05-03T10:47:33.740Z]   OS/Arch:          windows/amd64
10:47:33 [2021-05-03T10:47:33.740Z]   Experimental:     true
10:47:33 [2021-05-03T10:47:33.788Z] Merging remotes/origin/master commit 59751bb23395a137253ca0b4fb99058ecec5a569 into PR head commit 7c731e02a980666e262c68d4995f5643b6ffae30
[Pipeline] sh
10:47:34 [2021-05-03T10:47:34.066Z] Merge succeeded, producing 5cef314859edd8f37b06bbed81cb1aa7fa503ec1
10:47:34 [2021-05-03T10:47:34.066Z] Checking out Revision 5cef314859edd8f37b06bbed81cb1aa7fa503ec1 (PR-42329)
10:47:34 [2021-05-03T10:47:34.163Z] Commit message: "Merge commit '59751bb23395a137253ca0b4fb99058ecec5a569' into HEAD"
10:47:33 [2021-05-03T10:47:33.415Z]  > git rev-parse --is-inside-work-tree # timeout=10
10:47:33 [2021-05-03T10:47:33.432Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:47:33 [2021-05-03T10:47:33.456Z] Fetching upstream changes from https://github.com/moby/moby.git
10:47:33 [2021-05-03T10:47:33.457Z]  > git --version # timeout=10
10:47:33 [2021-05-03T10:47:33.467Z]  > git --version # 'git version 2.17.1'
10:47:33 [2021-05-03T10:47:33.467Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:47:33 [2021-05-03T10:47:33.471Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42329/head:refs/remotes/origin/PR-42329 +refs/heads/master:refs/remotes/origin/master # timeout=10
10:47:33 [2021-05-03T10:47:33.793Z]  > git config core.sparsecheckout # timeout=10
10:47:33 [2021-05-03T10:47:33.804Z]  > git checkout -f 7c731e02a980666e262c68d4995f5643b6ffae30 # timeout=10
10:47:33 [2021-05-03T10:47:33.896Z]  > git remote # timeout=10
10:47:33 [2021-05-03T10:47:33.906Z]  > git config --get remote.origin.url # timeout=10
10:47:33 [2021-05-03T10:47:33.940Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:47:33 [2021-05-03T10:47:33.941Z]  > git merge 59751bb23395a137253ca0b4fb99058ecec5a569 # timeout=10
10:47:34 [2021-05-03T10:47:34.056Z]  > git rev-parse HEAD^{commit} # timeout=10
10:47:34 [2021-05-03T10:47:34.071Z]  > git config core.sparsecheckout # timeout=10
10:47:34 [2021-05-03T10:47:34.082Z]  > git checkout -f 5cef314859edd8f37b06bbed81cb1aa7fa503ec1 # timeout=10
10:47:34 [2021-05-03T10:47:34.168Z]  > git rev-list --no-walk 7c731e02a980666e262c68d4995f5643b6ffae30 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
10:47:34 [2021-05-03T10:47:34.780Z] + docker info
10:47:34 [2021-05-03T10:47:34.929Z] + docker version
10:47:34 [2021-05-03T10:47:34.929Z] Client: Docker Engine - Community
10:47:34 [2021-05-03T10:47:34.929Z]  Version:           20.10.5
10:47:34 [2021-05-03T10:47:34.929Z]  API version:       1.41
10:47:34 [2021-05-03T10:47:34.929Z]  Go version:        go1.13.15
10:47:34 [2021-05-03T10:47:34.929Z]  Git commit:        55c4c88
10:47:34 [2021-05-03T10:47:34.929Z]  Built:             Tue Mar  2 20:18:05 2021
10:47:34 [2021-05-03T10:47:34.929Z]  OS/Arch:           linux/amd64
10:47:34 [2021-05-03T10:47:34.929Z]  Context:           default
10:47:34 [2021-05-03T10:47:34.929Z]  Experimental:      true
10:47:34 [2021-05-03T10:47:34.929Z] 
10:47:34 [2021-05-03T10:47:34.929Z] Server: Docker Engine - Community
10:47:34 [2021-05-03T10:47:34.929Z]  Engine:
10:47:34 [2021-05-03T10:47:34.929Z]   Version:          20.10.5
10:47:34 [2021-05-03T10:47:34.929Z]   API version:      1.41 (minimum version 1.12)
10:47:34 [2021-05-03T10:47:34.929Z]   Go version:       go1.13.15
10:47:34 [2021-05-03T10:47:34.929Z]   Git commit:       363e9a8
10:47:34 [2021-05-03T10:47:34.929Z]   Built:            Tue Mar  2 20:16:00 2021
10:47:34 [2021-05-03T10:47:34.929Z]   OS/Arch:          linux/amd64
10:47:34 [2021-05-03T10:47:34.929Z]   Experimental:     true
10:47:34 [2021-05-03T10:47:34.929Z]  containerd:
10:47:34 [2021-05-03T10:47:34.929Z]   Version:          1.4.4
10:47:34 [2021-05-03T10:47:34.929Z]   GitCommit:        05f951a3781f4f2c1911b05e61c160e9c30eaa8e
10:47:34 [2021-05-03T10:47:34.929Z]  runc:
10:47:34 [2021-05-03T10:47:34.929Z]   Version:          1.0.0-rc93
10:47:34 [2021-05-03T10:47:34.929Z]   GitCommit:        12644e614e25b05da6fd08a38ffa0cfe1903fdec
10:47:34 [2021-05-03T10:47:34.929Z]  docker-init:
10:47:34 [2021-05-03T10:47:34.929Z]   Version:          0.19.0
10:47:34 [2021-05-03T10:47:34.929Z]   GitCommit:        de40ad0
[Pipeline] sh
10:47:35 [2021-05-03T10:47:35.246Z] + docker info
10:47:36 [2021-05-03T10:47:36.328Z] Client:
10:47:36 [2021-05-03T10:47:36.328Z]  Debug Mode: false
10:47:36 [2021-05-03T10:47:36.328Z]  Plugins:
10:47:36 [2021-05-03T10:47:36.328Z]   cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0)
10:47:36 [2021-05-03T10:47:36.328Z] 
10:47:36 [2021-05-03T10:47:36.328Z] Server:
10:47:36 [2021-05-03T10:47:36.328Z]  Containers: 0
10:47:36 [2021-05-03T10:47:36.328Z]   Running: 0
10:47:36 [2021-05-03T10:47:36.328Z]   Paused: 0
10:47:36 [2021-05-03T10:47:36.328Z]   Stopped: 0
10:47:36 [2021-05-03T10:47:36.328Z]  Images: 10
10:47:36 [2021-05-03T10:47:36.328Z]  Server Version: 19.03.12
10:47:36 [2021-05-03T10:47:36.328Z]  Storage Driver: windowsfilter (windows) lcow (linux)
10:47:36 [2021-05-03T10:47:36.328Z]   Windows: 
10:47:36 [2021-05-03T10:47:36.328Z]   LCOW: 
10:47:36 [2021-05-03T10:47:36.328Z]  Logging Driver: json-file
10:47:36 [2021-05-03T10:47:36.328Z]  Plugins:
10:47:36 [2021-05-03T10:47:36.328Z]   Volume: local
10:47:36 [2021-05-03T10:47:36.328Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
10:47:36 [2021-05-03T10:47:36.328Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
10:47:36 [2021-05-03T10:47:36.328Z]  Swarm: inactive
10:47:36 [2021-05-03T10:47:36.328Z]  Default Isolation: process
10:47:36 [2021-05-03T10:47:36.328Z]  Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
10:47:36 [2021-05-03T10:47:36.328Z]  Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1757)
10:47:36 [2021-05-03T10:47:36.328Z]  OSType: windows
10:47:36 [2021-05-03T10:47:36.328Z]  Architecture: x86_64
10:47:36 [2021-05-03T10:47:36.328Z]  CPUs: 4
10:47:36 [2021-05-03T10:47:36.328Z]  Total Memory: 32GiB
10:47:36 [2021-05-03T10:47:36.328Z]  Name: azwin-2-853680
10:47:36 [2021-05-03T10:47:36.328Z]  ID: WN5Z:FHZS:DLL2:44FT:5VQE:5IBG:D3OX:ZQY2:XHHE:F6GE:ORMY:IJ6Q
10:47:36 [2021-05-03T10:47:36.328Z]  Docker Root Dir: D:\docker
10:47:36 [2021-05-03T10:47:36.328Z]  Debug Mode: false
10:47:36 [2021-05-03T10:47:36.328Z]  Registry: https://index.docker.io/v1/
10:47:36 [2021-05-03T10:47:36.328Z]  Labels:
10:47:36 [2021-05-03T10:47:36.328Z]  Experimental: true
10:47:36 [2021-05-03T10:47:36.328Z]  Insecure Registries:
10:47:36 [2021-05-03T10:47:36.328Z]   10.0.0.4:5000
10:47:36 [2021-05-03T10:47:36.328Z]   127.0.0.0/8
10:47:36 [2021-05-03T10:47:36.328Z]  Registry Mirrors:
10:47:36 [2021-05-03T10:47:36.328Z]   http://10.0.0.4:5000/
10:47:36 [2021-05-03T10:47:36.329Z]  Live Restore Enabled: false
10:47:36 [2021-05-03T10:47:36.329Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] powershell
10:47:42 [2021-05-03T10:47:42.801Z] Fetching without tags
10:47:43 [2021-05-03T10:47:43.123Z] Merging remotes/origin/master commit 59751bb23395a137253ca0b4fb99058ecec5a569 into PR head commit 7c731e02a980666e262c68d4995f5643b6ffae30
10:47:42 [2021-05-03T10:47:42.706Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:47:42 [2021-05-03T10:47:42.718Z]  > git config --add remote.origin.fetch +refs/pull/42329/head:refs/remotes/origin/PR-42329 # timeout=10
10:47:42 [2021-05-03T10:47:42.740Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
10:47:42 [2021-05-03T10:47:42.773Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:47:42 [2021-05-03T10:47:42.802Z] Fetching upstream changes from https://github.com/moby/moby.git
10:47:42 [2021-05-03T10:47:42.802Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:47:42 [2021-05-03T10:47:42.803Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42329/head:refs/remotes/origin/PR-42329 +refs/heads/master:refs/remotes/origin/master # timeout=10
10:47:43 [2021-05-03T10:47:43.132Z]  > git config core.sparsecheckout # timeout=10
10:47:43 [2021-05-03T10:47:43.154Z]  > git checkout -f 7c731e02a980666e262c68d4995f5643b6ffae30 # timeout=10
10:47:43 [2021-05-03T10:47:43.849Z]  > git remote # timeout=10
10:47:43 [2021-05-03T10:47:43.886Z]  > git config --get remote.origin.url # timeout=10
10:47:43 [2021-05-03T10:47:43.907Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:47:43 [2021-05-03T10:47:43.909Z]  > git merge 59751bb23395a137253ca0b4fb99058ecec5a569 # timeout=10
10:47:44 [2021-05-03T10:47:44.883Z] Merge succeeded, producing efe4535ad7eaf3e977dfa86d506cf134e88adb15
10:47:44 [2021-05-03T10:47:44.883Z] Checking out Revision efe4535ad7eaf3e977dfa86d506cf134e88adb15 (PR-42329)
10:47:44 [2021-05-03T10:47:44.854Z]  > git rev-parse HEAD^{commit} # timeout=10
10:47:44 [2021-05-03T10:47:44.883Z]  > git config core.sparsecheckout # timeout=10
10:47:44 [2021-05-03T10:47:44.910Z]  > git checkout -f efe4535ad7eaf3e977dfa86d506cf134e88adb15 # timeout=10
10:47:47 [2021-05-03T10:47:47.475Z] Client:
10:47:47 [2021-05-03T10:47:47.475Z]  Context:    default
10:47:47 [2021-05-03T10:47:47.475Z]  Debug Mode: false
10:47:47 [2021-05-03T10:47:47.475Z]  Plugins:
10:47:47 [2021-05-03T10:47:47.475Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
10:47:47 [2021-05-03T10:47:47.475Z]   buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
10:47:47 [2021-05-03T10:47:47.475Z] 
10:47:47 [2021-05-03T10:47:47.475Z] Server:
10:47:47 [2021-05-03T10:47:47.475Z]  Containers: 0
10:47:47 [2021-05-03T10:47:47.475Z]   Running: 0
10:47:47 [2021-05-03T10:47:47.475Z]   Paused: 0
10:47:47 [2021-05-03T10:47:47.475Z]   Stopped: 0
10:47:47 [2021-05-03T10:47:47.475Z]  Images: 1
10:47:47 [2021-05-03T10:47:47.475Z]  Server Version: 20.10.5
10:47:47 [2021-05-03T10:47:47.475Z]  Storage Driver: overlay2
10:47:47 [2021-05-03T10:47:47.475Z]   Backing Filesystem: extfs
10:47:47 [2021-05-03T10:47:47.475Z]   Supports d_type: true
10:47:47 [2021-05-03T10:47:47.475Z]   Native Overlay Diff: true
10:47:47 [2021-05-03T10:47:47.475Z]  Logging Driver: json-file
10:47:47 [2021-05-03T10:47:47.475Z]  Cgroup Driver: cgroupfs
10:47:47 [2021-05-03T10:47:47.475Z]  Cgroup Version: 1
10:47:47 [2021-05-03T10:47:47.475Z]  Plugins:
10:47:47 [2021-05-03T10:47:47.475Z]   Volume: local
10:47:47 [2021-05-03T10:47:47.475Z]   Network: bridge host ipvlan macvlan null overlay
10:47:47 [2021-05-03T10:47:47.475Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
10:47:47 [2021-05-03T10:47:47.475Z]  Swarm: inactive
10:47:47 [2021-05-03T10:47:47.475Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
10:47:47 [2021-05-03T10:47:47.475Z]  Default Runtime: runc
10:47:47 [2021-05-03T10:47:47.475Z]  Init Binary: docker-init
10:47:47 [2021-05-03T10:47:47.475Z]  containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
10:47:47 [2021-05-03T10:47:47.475Z]  runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec
10:47:47 [2021-05-03T10:47:47.475Z]  init version: de40ad0
10:47:47 [2021-05-03T10:47:47.475Z]  Security Options:
10:47:47 [2021-05-03T10:47:47.475Z]   apparmor
10:47:47 [2021-05-03T10:47:47.475Z]   seccomp
10:47:47 [2021-05-03T10:47:47.475Z]    Profile: default
10:47:47 [2021-05-03T10:47:47.475Z]  Kernel Version: 5.4.0-1041-aws
10:47:47 [2021-05-03T10:47:47.475Z]  Operating System: Ubuntu 18.04.5 LTS
10:47:47 [2021-05-03T10:47:47.475Z]  OSType: linux
10:47:47 [2021-05-03T10:47:47.475Z]  Architecture: x86_64
10:47:47 [2021-05-03T10:47:47.475Z]  CPUs: 2
10:47:47 [2021-05-03T10:47:47.475Z]  Total Memory: 7.487GiB
10:47:47 [2021-05-03T10:47:47.475Z]  Name: ip-10-100-50-182
10:47:47 [2021-05-03T10:47:47.475Z]  ID: CCOO:B2L2:53RH:M56T:HCH4:FPBZ:EMUZ:R22X:GVEU:CYRY:U2HB:5I2B
10:47:47 [2021-05-03T10:47:47.475Z]  Docker Root Dir: /var/lib/docker
10:47:47 [2021-05-03T10:47:47.475Z]  Debug Mode: false
10:47:47 [2021-05-03T10:47:47.475Z]  Registry: https://index.docker.io/v1/
10:47:47 [2021-05-03T10:47:47.475Z]  Labels:
10:47:47 [2021-05-03T10:47:47.475Z]  Experimental: true
10:47:47 [2021-05-03T10:47:47.475Z]  Insecure Registries:
10:47:47 [2021-05-03T10:47:47.475Z]   127.0.0.0/8
10:47:47 [2021-05-03T10:47:47.475Z]  Live Restore Enabled: true
10:47:47 [2021-05-03T10:47:47.475Z] 
10:47:47 [2021-05-03T10:47:47.475Z] WARNING: No swap limit support
[Pipeline] sh
10:47:47 [2021-05-03T10:47:47.762Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35
10:47:47 [2021-05-03T10:47:47.762Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35
10:47:47 [2021-05-03T10:47:47.762Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42329/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh
10:47:47 [2021-05-03T10:47:47.762Z] + bash /home/ubuntu/workspace/moby_PR-42329/check-config.sh
10:47:47 [2021-05-03T10:47:47.762Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
10:47:47 [2021-05-03T10:47:47.762Z] info: reading kernel config from /boot/config-5.4.0-1041-aws ...
10:47:47 [2021-05-03T10:47:47.762Z] 
10:47:47 [2021-05-03T10:47:47.762Z] Generally Necessary:
10:47:47 [2021-05-03T10:47:47.762Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
10:47:47 [2021-05-03T10:47:47.762Z] - apparmor: enabled and tools installed
10:47:47 [2021-05-03T10:47:47.762Z] - CONFIG_NAMESPACES: enabled
10:47:47 [2021-05-03T10:47:47.762Z] - CONFIG_NET_NS: enabled
10:47:47 [2021-05-03T10:47:47.762Z] - CONFIG_PID_NS: enabled
10:47:47 [2021-05-03T10:47:47.762Z] - CONFIG_IPC_NS: enabled
10:47:47 [2021-05-03T10:47:47.763Z] - CONFIG_UTS_NS: enabled
10:47:48 [2021-05-03T10:47:48.026Z] - CONFIG_CGROUPS: enabled
10:47:48 [2021-05-03T10:47:48.026Z] - CONFIG_CGROUP_CPUACCT: enabled
10:47:48 [2021-05-03T10:47:48.026Z] - CONFIG_CGROUP_DEVICE: enabled
10:47:48 [2021-05-03T10:47:48.026Z] - CONFIG_CGROUP_FREEZER: enabled
10:47:48 [2021-05-03T10:47:48.026Z] - CONFIG_CGROUP_SCHED: enabled
10:47:48 [2021-05-03T10:47:48.026Z] - CONFIG_CPUSETS: enabled
10:47:48 [2021-05-03T10:47:48.026Z] - CONFIG_MEMCG: enabled
10:47:48 [2021-05-03T10:47:48.026Z] - CONFIG_KEYS: enabled
10:47:48 [2021-05-03T10:47:48.026Z] - CONFIG_VETH: enabled (as module)
10:47:48 [2021-05-03T10:47:48.026Z] - CONFIG_BRIDGE: enabled (as module)
10:47:48 [2021-05-03T10:47:48.026Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
10:47:48 [2021-05-03T10:47:48.026Z] - CONFIG_IP_NF_FILTER: enabled (as module)
10:47:48 [2021-05-03T10:47:48.026Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
10:47:48 [2021-05-03T10:47:48.026Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
10:47:48 [2021-05-03T10:47:48.026Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
10:47:48 [2021-05-03T10:47:48.026Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
10:47:48 [2021-05-03T10:47:48.026Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
10:47:48 [2021-05-03T10:47:48.026Z] - CONFIG_IP_NF_NAT: enabled (as module)
10:47:48 [2021-05-03T10:47:48.026Z] - CONFIG_NF_NAT: enabled (as module)
10:47:48 [2021-05-03T10:47:48.026Z] - CONFIG_POSIX_MQUEUE: enabled
10:47:48 [2021-05-03T10:47:48.026Z] 
10:47:48 [2021-05-03T10:47:48.026Z] Optional Features:
10:47:48 [2021-05-03T10:47:48.026Z] - CONFIG_USER_NS: enabled
10:47:48 [2021-05-03T10:47:48.026Z] - CONFIG_SECCOMP: enabled
10:47:48 [2021-05-03T10:47:48.026Z] - CONFIG_SECCOMP_FILTER: enabled
10:47:48 [2021-05-03T10:47:48.026Z] - CONFIG_CGROUP_PIDS: enabled
10:47:48 [2021-05-03T10:47:48.026Z] - CONFIG_MEMCG_SWAP: enabled
10:47:48 [2021-05-03T10:47:48.026Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
10:47:48 [2021-05-03T10:47:48.026Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
10:47:48 [2021-05-03T10:47:48.026Z] - CONFIG_BLK_CGROUP: enabled
10:47:48 [2021-05-03T10:47:48.026Z] - CONFIG_BLK_DEV_THROTTLING: enabled
10:47:48 [2021-05-03T10:47:48.026Z] - CONFIG_CGROUP_PERF: enabled
10:47:48 [2021-05-03T10:47:48.026Z] - CONFIG_CGROUP_HUGETLB: enabled
10:47:48 [2021-05-03T10:47:48.026Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
10:47:48 [2021-05-03T10:47:48.026Z] - CONFIG_CGROUP_NET_PRIO: enabled
10:47:48 [2021-05-03T10:47:48.026Z] - CONFIG_CFS_BANDWIDTH: enabled
10:47:48 [2021-05-03T10:47:48.026Z] - CONFIG_FAIR_GROUP_SCHED: enabled
10:47:48 [2021-05-03T10:47:48.026Z] - CONFIG_RT_GROUP_SCHED: missing
10:47:48 [2021-05-03T10:47:48.026Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
10:47:48 [2021-05-03T10:47:48.288Z] - CONFIG_IP_VS: enabled (as module)
10:47:48 [2021-05-03T10:47:48.288Z] - CONFIG_IP_VS_NFCT: enabled
10:47:48 [2021-05-03T10:47:48.288Z] - CONFIG_IP_VS_PROTO_TCP: enabled
10:47:48 [2021-05-03T10:47:48.288Z] - CONFIG_IP_VS_PROTO_UDP: enabled
10:47:48 [2021-05-03T10:47:48.288Z] - CONFIG_IP_VS_RR: enabled (as module)
10:47:48 [2021-05-03T10:47:48.288Z] - CONFIG_SECURITY_SELINUX: enabled
10:47:48 [2021-05-03T10:47:48.288Z] - CONFIG_SECURITY_APPARMOR: enabled
10:47:48 [2021-05-03T10:47:48.288Z] - CONFIG_EXT4_FS: enabled
10:47:48 [2021-05-03T10:47:48.288Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
10:47:48 [2021-05-03T10:47:48.288Z] - CONFIG_EXT4_FS_SECURITY: enabled
10:47:48 [2021-05-03T10:47:48.288Z] - Network Drivers:
10:47:48 [2021-05-03T10:47:48.288Z]   - "overlay":
10:47:48 [2021-05-03T10:47:48.288Z]     - CONFIG_VXLAN: enabled (as module)
10:47:48 [2021-05-03T10:47:48.288Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
10:47:48 [2021-05-03T10:47:48.288Z]       Optional (for encrypted networks):
10:47:48 [2021-05-03T10:47:48.288Z]       - CONFIG_CRYPTO: enabled
10:47:48 [2021-05-03T10:47:48.288Z]       - CONFIG_CRYPTO_AEAD: enabled
10:47:48 [2021-05-03T10:47:48.288Z]       - CONFIG_CRYPTO_GCM: enabled
10:47:48 [2021-05-03T10:47:48.288Z]       - CONFIG_CRYPTO_SEQIV: enabled
10:47:48 [2021-05-03T10:47:48.288Z]       - CONFIG_CRYPTO_GHASH: enabled
10:47:48 [2021-05-03T10:47:48.288Z]       - CONFIG_XFRM: enabled
10:47:48 [2021-05-03T10:47:48.288Z]       - CONFIG_XFRM_USER: enabled (as module)
10:47:48 [2021-05-03T10:47:48.288Z]       - CONFIG_XFRM_ALGO: enabled (as module)
10:47:48 [2021-05-03T10:47:48.288Z]       - CONFIG_INET_ESP: enabled (as module)
10:47:48 [2021-05-03T10:47:48.288Z]   - "ipvlan":
10:47:48 [2021-05-03T10:47:48.288Z]     - CONFIG_IPVLAN: enabled (as module)
10:47:48 [2021-05-03T10:47:48.288Z]   - "macvlan":
10:47:48 [2021-05-03T10:47:48.288Z]     - CONFIG_MACVLAN: enabled (as module)
10:47:48 [2021-05-03T10:47:48.288Z]     - CONFIG_DUMMY: enabled (as module)
10:47:48 [2021-05-03T10:47:48.288Z]   - "ftp,tftp client in container":
10:47:48 [2021-05-03T10:47:48.552Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
10:47:48 [2021-05-03T10:47:48.552Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
10:47:48 [2021-05-03T10:47:48.552Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
10:47:48 [2021-05-03T10:47:48.552Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
10:47:48 [2021-05-03T10:47:48.552Z] - Storage Drivers:
10:47:48 [2021-05-03T10:47:48.552Z]   - "aufs":
10:47:48 [2021-05-03T10:47:48.552Z]     - CONFIG_AUFS_FS: enabled (as module)
10:47:48 [2021-05-03T10:47:48.552Z]   - "btrfs":
10:47:48 [2021-05-03T10:47:48.552Z]     - CONFIG_BTRFS_FS: enabled (as module)
10:47:48 [2021-05-03T10:47:48.552Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
10:47:48 [2021-05-03T10:47:48.552Z]   - "devicemapper":
10:47:48 [2021-05-03T10:47:48.552Z]     - CONFIG_BLK_DEV_DM: enabled
10:47:48 [2021-05-03T10:47:48.552Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
10:47:48 [2021-05-03T10:47:48.552Z]   - "overlay":
10:47:48 [2021-05-03T10:47:48.552Z]     - CONFIG_OVERLAY_FS: enabled (as module)
10:47:48 [2021-05-03T10:47:48.552Z]   - "zfs":
10:47:48 [2021-05-03T10:47:48.552Z]     - /dev/zfs: present
10:47:48 [2021-05-03T10:47:48.552Z]     - zfs command: missing
10:47:48 [2021-05-03T10:47:48.552Z]     - zpool command: missing
10:47:48 [2021-05-03T10:47:48.552Z] 
10:47:48 [2021-05-03T10:47:48.552Z] Limits:
10:47:48 [2021-05-03T10:47:48.552Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
10:47:48 [2021-05-03T10:47:48.552Z] 
10:47:48 [2021-05-03T10:47:48.552Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
10:47:48 [2021-05-03T10:47:48.770Z] Commit message: "Merge commit '59751bb23395a137253ca0b4fb99058ecec5a569' into HEAD"
10:47:48 [2021-05-03T10:47:48.771Z]  > git rev-list --no-walk 7c731e02a980666e262c68d4995f5643b6ffae30 # timeout=10
10:47:48 [2021-05-03T10:47:48.902Z] + sudo modprobe ip_vs
10:47:49 [2021-05-03T10:47:49.162Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:19b7f7f3484697146ca76b75346365080b99a3b2 .
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
10:47:49 [2021-05-03T10:47:49.434Z] #1 [internal] load build definition from Dockerfile
10:47:49 [2021-05-03T10:47:49.434Z] #1 sha256:afd992cc073a3e31bd5ba7664247d0f5c270920c98b635586422c701646ba58d
10:47:49 [2021-05-03T10:47:49.434Z] #1 transferring dockerfile: 17.07kB 0.0s done
10:47:49 [2021-05-03T10:47:49.434Z] #1 DONE 0.1s
10:47:49 [2021-05-03T10:47:49.434Z] 
10:47:49 [2021-05-03T10:47:49.434Z] #2 [internal] load .dockerignore
10:47:49 [2021-05-03T10:47:49.434Z] #2 sha256:41ed09a76697fe177b14435ad23154e3f86aa836f08d0c64a6509ac09eeb3fcc
10:47:49 [2021-05-03T10:47:49.434Z] #2 transferring context: 87B done
10:47:49 [2021-05-03T10:47:49.434Z] #2 DONE 0.0s
10:47:49 [2021-05-03T10:47:49.696Z] 
10:47:49 [2021-05-03T10:47:49.696Z] #3 resolve image config for docker.io/docker/dockerfile:1.2
10:47:49 [2021-05-03T10:47:49.696Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69
10:47:49 [2021-05-03T10:47:49.955Z] + [ PR != PR ]
10:47:49 [2021-05-03T10:47:49.955Z] + [ master != master ]
10:47:49 [2021-05-03T10:47:49.955Z] + [ false = true ]
10:47:49 [2021-05-03T10:47:49.957Z] #3 DONE 0.4s
10:47:49 [2021-05-03T10:47:49.957Z] 
10:47:49 [2021-05-03T10:47:49.957Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc
10:47:49 [2021-05-03T10:47:49.957Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727
10:47:49 [2021-05-03T10:47:49.957Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done
10:47:49 [2021-05-03T10:47:49.957Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done
10:47:49 [2021-05-03T10:47:49.957Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done
10:47:49 [2021-05-03T10:47:49.957Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done
10:47:49 [2021-05-03T10:47:49.957Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 1.05MB / 9.64MB 0.1s
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
10:47:50 [2021-05-03T10:47:50.219Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s
10:47:50 [2021-05-03T10:47:50.219Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4
10:47:50 [2021-05-03T10:47:50.219Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s done
10:47:50 [2021-05-03T10:47:50.368Z] + docker version
10:47:50 [2021-05-03T10:47:50.792Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.4s done
10:47:50 [2021-05-03T10:47:50.792Z] #4 DONE 0.7s
10:47:51 [2021-05-03T10:47:51.052Z] 
10:47:51 [2021-05-03T10:47:51.052Z] #8 [internal] load metadata for docker.io/library/golang:1.13.15-buster
10:47:51 [2021-05-03T10:47:51.052Z] #8 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7
10:47:51 [2021-05-03T10:47:51.994Z] #8 DONE 1.0s
10:47:51 [2021-05-03T10:47:51.994Z] 
10:47:51 [2021-05-03T10:47:51.994Z] #5 [internal] load metadata for docker.io/library/debian:buster
10:47:51 [2021-05-03T10:47:51.994Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34
10:47:51 [2021-05-03T10:47:51.994Z] #5 DONE 1.0s
10:47:51 [2021-05-03T10:47:51.994Z] 
10:47:51 [2021-05-03T10:47:51.994Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
10:47:51 [2021-05-03T10:47:51.994Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
10:47:51 [2021-05-03T10:47:51.994Z] #7 DONE 1.0s
10:47:51 [2021-05-03T10:47:51.994Z] 
10:47:51 [2021-05-03T10:47:51.994Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
10:47:51 [2021-05-03T10:47:51.994Z] #6 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
10:47:51 [2021-05-03T10:47:51.994Z] #6 DONE 1.0s
10:47:52 [2021-05-03T10:47:52.259Z] 
10:47:52 [2021-05-03T10:47:52.259Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
10:47:52 [2021-05-03T10:47:52.259Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
10:47:52 [2021-05-03T10:47:52.259Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
10:47:52 [2021-05-03T10:47:52.259Z] #64 DONE 0.0s
10:47:52 [2021-05-03T10:47:52.259Z] 
10:47:52 [2021-05-03T10:47:52.259Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
10:47:52 [2021-05-03T10:47:52.259Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
10:47:52 [2021-05-03T10:47:52.259Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
10:47:52 [2021-05-03T10:47:52.259Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
10:47:52 [2021-05-03T10:47:52.259Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0B / 9.86MB 0.1s
10:47:52 [2021-05-03T10:47:52.259Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
10:47:52 [2021-05-03T10:47:52.259Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
10:47:52 [2021-05-03T10:47:52.522Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 4.19MB / 9.86MB 0.3s
10:47:52 [2021-05-03T10:47:52.783Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 8.39MB / 9.86MB 0.4s
10:47:52 [2021-05-03T10:47:52.783Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.5s done
10:47:53 [2021-05-03T10:47:53.046Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734
10:47:54 [2021-05-03T10:47:54.830Z] DEBUG: print all environment variables to check how Jenkins runs this script
10:47:54 [2021-05-03T10:47:54.830Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-a2a46870\powershellScript.ps1'; exit $LASTEXITCODE;
10:47:54 [2021-05-03T10:47:54.830Z] ----------------------------------------------------------------------------
10:47:54 [2021-05-03T10:47:54.830Z] 
10:47:54 [2021-05-03T10:47:54.830Z] INFO: executeCI.ps1 starting at Mon May  3 10:47:53 CUT 2021
10:47:54 [2021-05-03T10:47:54.830Z] 
10:47:54 [2021-05-03T10:47:54.830Z] INFO: Script version 05-Feb-2019 09:03 PDT
10:47:54 [2021-05-03T10:47:54.830Z] INFO: Running git version 2.24.1.windows.2
10:47:54 [2021-05-03T10:47:54.830Z] INFO: Branch:rs5_release Build:17763.1.180914-1434
10:47:54 [2021-05-03T10:47:54.830Z] INFO: Environment variables:
10:47:54 [2021-05-03T10:47:54.830Z] 
10:47:54 [2021-05-03T10:47:54.831Z] Name                           Value                                                                                   
10:47:54 [2021-05-03T10:47:54.831Z] ----                           -----                                                                                   
10:47:54 [2021-05-03T10:47:54.831Z] ALLUSERSPROFILE                C:\ProgramData                                                                          
10:47:54 [2021-05-03T10:47:54.831Z] amd64                          true                                                                                    
10:47:54 [2021-05-03T10:47:54.831Z] APPDATA                        C:\windows\system32\config\systemprofile\AppData\Roaming                                
10:47:54 [2021-05-03T10:47:54.831Z] APT_MIRROR                     cdn-fastly.deb.debian.org                                                               
10:47:54 [2021-05-03T10:47:54.831Z] arm64                          true                                                                                    
10:47:54 [2021-05-03T10:47:54.831Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.10                     
10:47:54 [2021-05-03T10:47:54.831Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}]                                    
10:47:54 [2021-05-03T10:47:54.831Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.10                                                                                 
10:47:54 [2021-05-03T10:47:54.831Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN                                                                                 
10:47:54 [2021-05-03T10:47:54.831Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16                                                                           
10:47:54 [2021-05-03T10:47:54.831Z] BRANCH_NAME                    PR-42329                                                                                
10:47:54 [2021-05-03T10:47:54.831Z] BUILD_DISPLAY_NAME             #2                                                                                      
10:47:54 [2021-05-03T10:47:54.831Z] BUILD_ID                       2                                                                                       
10:47:54 [2021-05-03T10:47:54.831Z] BUILD_NUMBER                   2                                                                                       
10:47:54 [2021-05-03T10:47:54.831Z] BUILD_TAG                      jenkins-moby-PR-42329-2                                                                 
10:47:54 [2021-05-03T10:47:54.831Z] BUILD_URL                      https://ci-next.docker.com/public/job/moby/job/PR-42329/2/                              
10:47:54 [2021-05-03T10:47:54.831Z] cgroup2                        true                                                                                    
10:47:54 [2021-05-03T10:47:54.831Z] CHANGE_AUTHOR                  tonistiigi                                                                              
10:47:54 [2021-05-03T10:47:54.831Z] CHANGE_AUTHOR_DISPLAY_NAME     Tõnis Tiigi                                                                             
10:47:54 [2021-05-03T10:47:54.831Z] CHANGE_AUTHOR_EMAIL            tonistiigi@gmail.com                                                                    
10:47:54 [2021-05-03T10:47:54.831Z] CHANGE_BRANCH                  grpc-typed-errors                                                                       
10:47:54 [2021-05-03T10:47:54.831Z] CHANGE_FORK                    tonistiigi/docker                                                                       
10:47:54 [2021-05-03T10:47:54.831Z] CHANGE_ID                      42329                                                                                   
10:47:54 [2021-05-03T10:47:54.831Z] CHANGE_TARGET                  master                                                                                  
10:47:54 [2021-05-03T10:47:54.831Z] CHANGE_TITLE                   grpc: make sure typed errors handler is installed                                       
10:47:54 [2021-05-03T10:47:54.831Z] CHANGE_URL                     https://github.com/moby/moby/pull/42329                                                 
10:47:54 [2021-05-03T10:47:54.831Z] CHECK_CONFIG_COMMIT            2b0755b936416834e14208c6c37b36977e67ea35                                                
10:47:54 [2021-05-03T10:47:54.831Z] CommonProgramFiles             C:\Program Files\Common Files                                                           
10:47:54 [2021-05-03T10:47:54.831Z] CommonProgramFiles(x86)        C:\Program Files (x86)\Common Files                                                     
10:47:54 [2021-05-03T10:47:54.831Z] CommonProgramW6432             C:\Program Files\Common Files                                                           
10:47:54 [2021-05-03T10:47:54.831Z] COMPUTERNAME                   azwin-2-853680                                                                          
10:47:54 [2021-05-03T10:47:54.831Z] ComSpec                        C:\windows\system32\cmd.exe                                                             
10:47:54 [2021-05-03T10:47:54.831Z] ConfigSequenceNumber           0                                                                                       
10:47:54 [2021-05-03T10:47:54.831Z] dco                            true                                                                                    
10:47:54 [2021-05-03T10:47:54.831Z] DOCKER_BUILDKIT                0                                                                                       
10:47:54 [2021-05-03T10:47:54.831Z] DOCKER_DUT_DEBUG               1                                                                                       
10:47:54 [2021-05-03T10:47:54.831Z] DOCKER_EXPERIMENTAL            1                                                                                       
10:47:54 [2021-05-03T10:47:54.831Z] DOCKER_GRAPHDRIVER             overlay2                                                                                
10:47:54 [2021-05-03T10:47:54.831Z] DriverData                     C:\Windows\System32\Drivers\DriverData                                                  
10:47:54 [2021-05-03T10:47:54.831Z] EXECUTOR_NUMBER                0                                                                                       
10:47:54 [2021-05-03T10:47:54.831Z] FQDN                           azwin-2-853680.westus.cloudapp.azure.com                                                
10:47:54 [2021-05-03T10:47:54.831Z] GIT_BRANCH                     PR-42329                                                                                
10:47:54 [2021-05-03T10:47:54.831Z] GIT_COMMIT                     19b7f7f3484697146ca76b75346365080b99a3b2                                                
10:47:54 [2021-05-03T10:47:54.831Z] GIT_PREVIOUS_COMMIT            7c731e02a980666e262c68d4995f5643b6ffae30                                                
10:47:54 [2021-05-03T10:47:54.831Z] GIT_URL                        https://github.com/moby/moby.git                                                        
10:47:54 [2021-05-03T10:47:54.831Z] HUDSON_COOKIE                  714d0fa3-fd91-44fc-a423-e2ccafcbf9af                                                    
10:47:54 [2021-05-03T10:47:54.831Z] HUDSON_HOME                    /var/cloudbees-jenkins-distribution                                                     
10:47:54 [2021-05-03T10:47:54.831Z] HUDSON_SERVER_COOKIE           aaf6decb76ababb5                                                                        
10:47:54 [2021-05-03T10:47:54.831Z] HUDSON_URL                     https://ci-next.docker.com/public/                                                      
10:47:54 [2021-05-03T10:47:54.831Z] JAVA_HOME                      C:\java-1.8.0-openjdk-1.8.0.282-1.b08.ojdkbuild.windows.x86_64                          
10:47:54 [2021-05-03T10:47:54.831Z] JENKINS_HOME                   /var/cloudbees-jenkins-distribution                                                     
10:47:54 [2021-05-03T10:47:54.831Z] JENKINS_NODE_COOKIE            b7cb5608-3696-4e8f-a133-d200e52b5820                                                    
10:47:54 [2021-05-03T10:47:54.831Z] JENKINS_SERVER_COOKIE          durable-2f56e31ca5b2498536d5dc93c29eccaf                                                
10:47:54 [2021-05-03T10:47:54.831Z] JENKINS_URL                    https://ci-next.docker.com/public/                                                      
10:47:54 [2021-05-03T10:47:54.831Z] JOB_BASE_NAME                  PR-42329                                                                                
10:47:54 [2021-05-03T10:47:54.831Z] JOB_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-42329/display/redirect                
10:47:54 [2021-05-03T10:47:54.831Z] JOB_NAME                       moby/PR-42329                                                                           
10:47:54 [2021-05-03T10:47:54.831Z] JOB_URL                        https://ci-next.docker.com/public/job/moby/job/PR-42329/                                
10:47:54 [2021-05-03T10:47:54.831Z] library.jps.version            master                                                                                  
10:47:54 [2021-05-03T10:47:54.831Z] LOCALAPPDATA                   C:\windows\system32\config\systemprofile\AppData\Local                                  
10:47:54 [2021-05-03T10:47:54.831Z] NODE_LABELS                    amd64 azure azwin-2-853680 azwin-2019 docker west-us windows windows-2019 x86_64        
10:47:54 [2021-05-03T10:47:54.831Z] NODE_NAME                      azwin-2-853680                                                                          
10:47:54 [2021-05-03T10:47:54.831Z] NUMBER_OF_PROCESSORS           4                                                                                       
10:47:54 [2021-05-03T10:47:54.831Z] OS                             Windows_NT                                                                              
10:47:54 [2021-05-03T10:47:54.831Z] Path                           C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo...
10:47:54 [2021-05-03T10:47:54.831Z] PATHEXT                        .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL                              
10:47:54 [2021-05-03T10:47:54.831Z] ppc64le                        false                                                                                   
10:47:54 [2021-05-03T10:47:54.831Z] PROCESSOR_ARCHITECTURE         AMD64                                                                                   
10:47:54 [2021-05-03T10:47:54.831Z] PROCESSOR_IDENTIFIER           Intel64 Family 6 Model 79 Stepping 1, GenuineIntel                                      
10:47:54 [2021-05-03T10:47:54.831Z] PROCESSOR_LEVEL                6                                                                                       
10:47:54 [2021-05-03T10:47:54.831Z] PROCESSOR_REVISION             4f01                                                                                    
10:47:54 [2021-05-03T10:47:54.831Z] ProgramData                    C:\ProgramData                                                                          
10:47:54 [2021-05-03T10:47:54.831Z] ProgramFiles                   C:\Program Files                                                                        
10:47:54 [2021-05-03T10:47:54.831Z] ProgramFiles(x86)              C:\Program Files (x86)                                                                  
10:47:54 [2021-05-03T10:47:54.831Z] ProgramW6432                   C:\Program Files                                                                        
10:47:54 [2021-05-03T10:47:54.831Z] PROMPT                         $P$G                                                                                    
10:47:54 [2021-05-03T10:47:54.831Z] PSExecutionPolicyPreference    Bypass                                                                                  
10:47:54 [2021-05-03T10:47:54.831Z] PSModulePath                   WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste...
10:47:54 [2021-05-03T10:47:54.831Z] PUBLIC                         C:\Users\Public                                                                         
10:47:54 [2021-05-03T10:47:54.831Z] rootless                       true                                                                                    
10:47:54 [2021-05-03T10:47:54.831Z] RUN_ARTIFACTS_DISPLAY_URL      https://ci-next.docker.com/public/job/moby/job/PR-42329/2/display/redirect?page=artif...
10:47:54 [2021-05-03T10:47:54.831Z] RUN_CHANGES_DISPLAY_URL        https://ci-next.docker.com/public/job/moby/job/PR-42329/2/display/redirect?page=changes 
10:47:54 [2021-05-03T10:47:54.831Z] RUN_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-42329/2/display/redirect              
10:47:54 [2021-05-03T10:47:54.831Z] RUN_TESTS_DISPLAY_URL          https://ci-next.docker.com/public/job/moby/job/PR-42329/2/display/redirect?page=tests   
10:47:54 [2021-05-03T10:47:54.831Z] s390x                          false                                                                                   
10:47:54 [2021-05-03T10:47:54.831Z] SKIP_VALIDATION_TESTS          1                                                                                       
10:47:54 [2021-05-03T10:47:54.831Z] SOURCES_DRIVE                  d                                                                                       
10:47:54 [2021-05-03T10:47:54.831Z] SOURCES_SUBDIR                 gopath                                                                                  
10:47:54 [2021-05-03T10:47:54.831Z] STAGE_NAME                     Run tests                                                                               
10:47:54 [2021-05-03T10:47:54.831Z] SystemDrive                    C:                                                                                      
10:47:54 [2021-05-03T10:47:54.831Z] SystemRoot                     C:\windows                                                                              
10:47:54 [2021-05-03T10:47:54.831Z] TEMP                           C:\windows\TEMP                                                                         
10:47:54 [2021-05-03T10:47:54.831Z] TESTDEBUG                      0                                                                                       
10:47:54 [2021-05-03T10:47:54.831Z] TESTRUN_DRIVE                  d                                                                                       
10:47:54 [2021-05-03T10:47:54.831Z] TESTRUN_SUBDIR                 CI                                                                                      
10:47:54 [2021-05-03T10:47:54.831Z] TIMEOUT                        120m                                                                                    
10:47:54 [2021-05-03T10:47:54.831Z] TMP                            C:\windows\TEMP                                                                         
10:47:54 [2021-05-03T10:47:54.831Z] unit_validate                  true                                                                                    
10:47:54 [2021-05-03T10:47:54.831Z] USERDOMAIN                     WORKGROUP                                                                               
10:47:54 [2021-05-03T10:47:54.831Z] USERNAME                       azwin-2-853680$                                                                         
10:47:54 [2021-05-03T10:47:54.831Z] USERPROFILE                    C:\windows\system32\config\systemprofile                                                
10:47:54 [2021-05-03T10:47:54.831Z] validate_force                 false                                                                                   
10:47:54 [2021-05-03T10:47:54.831Z] windir                         C:\windows                                                                              
10:47:54 [2021-05-03T10:47:54.831Z] WINDOWS_BASE_IMAGE             mcr.microsoft.com/windows/servercore                                                    
10:47:54 [2021-05-03T10:47:54.831Z] WINDOWS_BASE_IMAGE_TAG         ltsc2019                                                                                
10:47:54 [2021-05-03T10:47:54.831Z] windows2022                    false                                                                                   
10:47:54 [2021-05-03T10:47:54.831Z] windowsRS1                     false                                                                                   
10:47:54 [2021-05-03T10:47:54.831Z] windowsRS5                     true                                                                                    
10:47:54 [2021-05-03T10:47:54.831Z] WORKSPACE                      d:\gopath\src\github.com\docker\docker                                                  
10:47:54 [2021-05-03T10:47:54.831Z] WORKSPACE_TMP                  d:\gopath\src\github.com\docker\docker@tmp                                              
10:47:54 [2021-05-03T10:47:54.831Z] 
10:47:54 [2021-05-03T10:47:54.831Z] 
10:47:54 [2021-05-03T10:47:54.831Z] 
10:47:54 [2021-05-03T10:47:54.831Z] INFO: Sources under d:\gopath\...
10:47:54 [2021-05-03T10:47:54.831Z] INFO: Test run under d:\CI\...
10:47:54 [2021-05-03T10:47:54.831Z] INFO: Running in D:\gopath\src\github.com\docker\docker
10:47:54 [2021-05-03T10:47:54.831Z] INFO: docker/docker repository was found
10:47:54 [2021-05-03T10:47:54.831Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon
10:47:54 [2021-05-03T10:47:54.831Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1879'
10:47:54 [2021-05-03T10:47:54.831Z] INFO: Docker version of control daemon
10:47:54 [2021-05-03T10:47:54.831Z] 
10:47:54 [2021-05-03T10:47:54.831Z] Client: Docker Engine - Enterprise
10:47:54 [2021-05-03T10:47:54.831Z]  Version:           19.03.12
10:47:54 [2021-05-03T10:47:54.831Z]  API version:       1.40
10:47:54 [2021-05-03T10:47:54.831Z]  Go version:        go1.13.13
10:47:54 [2021-05-03T10:47:54.831Z]  Git commit:        4306744
10:47:54 [2021-05-03T10:47:54.831Z]  Built:             08/05/2020 19:27:53
10:47:54 [2021-05-03T10:47:54.831Z]  OS/Arch:           windows/amd64
10:47:54 [2021-05-03T10:47:54.831Z]  Experimental:      false
10:47:54 [2021-05-03T10:47:54.831Z] 
10:47:54 [2021-05-03T10:47:54.831Z] Server: Docker Engine - Enterprise
10:47:54 [2021-05-03T10:47:54.831Z]  Engine:
10:47:54 [2021-05-03T10:47:54.831Z]   Version:          19.03.12
10:47:54 [2021-05-03T10:47:54.831Z]   API version:      1.40 (minimum version 1.24)
10:47:54 [2021-05-03T10:47:54.831Z]   Go version:       go1.13.13
10:47:54 [2021-05-03T10:47:54.831Z]   Git commit:       f295753ffd
10:47:54 [2021-05-03T10:47:54.831Z]   Built:            08/05/2020 19:26:41
10:47:54 [2021-05-03T10:47:54.831Z]   OS/Arch:          windows/amd64
10:47:54 [2021-05-03T10:47:54.831Z]   Experimental:     true
10:47:54 [2021-05-03T10:47:54.831Z] 
10:47:54 [2021-05-03T10:47:54.831Z] INFO: Docker info of control daemon
10:47:54 [2021-05-03T10:47:54.831Z] 
10:47:55 [2021-05-03T10:47:55.293Z] Client:
10:47:55 [2021-05-03T10:47:55.293Z]  Debug Mode: false
10:47:55 [2021-05-03T10:47:55.293Z]  Plugins:
10:47:55 [2021-05-03T10:47:55.293Z]   cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0)
10:47:55 [2021-05-03T10:47:55.293Z] 
10:47:55 [2021-05-03T10:47:55.293Z] Server:
10:47:55 [2021-05-03T10:47:55.293Z]  Containers: 0
10:47:55 [2021-05-03T10:47:55.293Z]   Running: 0
10:47:55 [2021-05-03T10:47:55.293Z]   Paused: 0
10:47:55 [2021-05-03T10:47:55.293Z]   Stopped: 0
10:47:55 [2021-05-03T10:47:55.293Z]  Images: 10
10:47:55 [2021-05-03T10:47:55.293Z]  Server Version: 19.03.12
10:47:55 [2021-05-03T10:47:55.293Z]  Storage Driver: windowsfilter (windows) lcow (linux)
10:47:55 [2021-05-03T10:47:55.293Z]   Windows: 
10:47:55 [2021-05-03T10:47:55.293Z]   LCOW: 
10:47:55 [2021-05-03T10:47:55.293Z]  Logging Driver: json-file
10:47:55 [2021-05-03T10:47:55.293Z]  Plugins:
10:47:55 [2021-05-03T10:47:55.293Z]   Volume: local
10:47:55 [2021-05-03T10:47:55.293Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
10:47:55 [2021-05-03T10:47:55.293Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
10:47:55 [2021-05-03T10:47:55.293Z]  Swarm: inactive
10:47:55 [2021-05-03T10:47:55.293Z]  Default Isolation: process
10:47:55 [2021-05-03T10:47:55.293Z]  Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
10:47:55 [2021-05-03T10:47:55.293Z]  Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1757)
10:47:55 [2021-05-03T10:47:55.293Z]  OSType: windows
10:47:55 [2021-05-03T10:47:55.293Z]  Architecture: x86_64
10:47:55 [2021-05-03T10:47:55.293Z]  CPUs: 4
10:47:55 [2021-05-03T10:47:55.293Z]  Total Memory: 32GiB
10:47:55 [2021-05-03T10:47:55.293Z]  Name: azwin-2-853680
10:47:55 [2021-05-03T10:47:55.293Z]  ID: WN5Z:FHZS:DLL2:44FT:5VQE:5IBG:D3OX:ZQY2:XHHE:F6GE:ORMY:IJ6Q
10:47:55 [2021-05-03T10:47:55.293Z]  Docker Root Dir: D:\docker
10:47:55 [2021-05-03T10:47:55.293Z]  Debug Mode: false
10:47:55 [2021-05-03T10:47:55.293Z]  Registry: https://index.docker.io/v1/
10:47:55 [2021-05-03T10:47:55.293Z]  Labels:
10:47:55 [2021-05-03T10:47:55.293Z]  Experimental: true
10:47:55 [2021-05-03T10:47:55.293Z]  Insecure Registries:
10:47:55 [2021-05-03T10:47:55.293Z]   10.0.0.4:5000
10:47:55 [2021-05-03T10:47:55.293Z]   127.0.0.0/8
10:47:55 [2021-05-03T10:47:55.293Z]  Registry Mirrors:
10:47:55 [2021-05-03T10:47:55.293Z]   http://10.0.0.4:5000/
10:47:55 [2021-05-03T10:47:55.293Z]  Live Restore Enabled: false
10:47:55 [2021-05-03T10:47:55.293Z] 
10:47:55 [2021-05-03T10:47:55.293Z] 
10:47:55 [2021-05-03T10:47:55.293Z] INFO: Commit hash is abfd9aed1c
10:47:55 [2021-05-03T10:47:55.293Z] INFO: Nuke-Everything...
10:47:55 [2021-05-03T10:47:55.293Z] INFO: Container count on control daemon to delete is 0
10:47:55 [2021-05-03T10:47:55.405Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-02032c22f0584b820) in /home/ubuntu/workspace/moby_PR-42329
[Pipeline] {
[Pipeline] checkout
10:47:55 [2021-05-03T10:47:55.563Z] The recommended git tool is: git
10:47:55 [2021-05-03T10:47:55.756Z] INFO: Nuking d:\CI
10:47:55 [2021-05-03T10:47:55.756Z] INFO: Zapped successfully
10:47:55 [2021-05-03T10:47:55.756Z] INFO: Location for testing is d:\CI\PR-42329\2
10:47:55 [2021-05-03T10:47:55.756Z] INFO: Validating GOLang consistency in Dockerfile.windows...
10:47:55 [2021-05-03T10:47:55.756Z] 
10:47:55 [2021-05-03T10:47:55.756Z] 
10:47:55 [2021-05-03T10:47:55.756Z] INFO: Building the image from Dockerfile.windows at 05/03/2021 10:47:55...
10:47:55 [2021-05-03T10:47:55.756Z] 
10:47:56 [2021-05-03T10:47:56.940Z] Client: Docker Engine - Community
10:47:56 [2021-05-03T10:47:56.940Z]  Version:           20.10.5
10:47:56 [2021-05-03T10:47:56.940Z]  API version:       1.41
10:47:56 [2021-05-03T10:47:56.940Z]  Go version:        go1.13.15
10:47:56 [2021-05-03T10:47:56.940Z]  Git commit:        55c4c88
10:47:56 [2021-05-03T10:47:56.940Z]  Built:             Tue Mar  2 20:18:05 2021
10:47:56 [2021-05-03T10:47:56.940Z]  OS/Arch:           linux/amd64
10:47:56 [2021-05-03T10:47:56.940Z]  Context:           default
10:47:56 [2021-05-03T10:47:56.940Z]  Experimental:      true
10:47:56 [2021-05-03T10:47:56.940Z] 
10:47:56 [2021-05-03T10:47:56.940Z] Server: Docker Engine - Community
10:47:56 [2021-05-03T10:47:56.940Z]  Engine:
10:47:56 [2021-05-03T10:47:56.940Z]   Version:          20.10.5
10:47:56 [2021-05-03T10:47:56.940Z]   API version:      1.41 (minimum version 1.12)
10:47:56 [2021-05-03T10:47:56.940Z]   Go version:       go1.13.15
10:47:56 [2021-05-03T10:47:56.940Z]   Git commit:       363e9a8
10:47:56 [2021-05-03T10:47:56.940Z]   Built:            Tue Mar  2 20:16:00 2021
10:47:56 [2021-05-03T10:47:56.940Z]   OS/Arch:          linux/amd64
10:47:56 [2021-05-03T10:47:56.940Z]   Experimental:     true
10:47:56 [2021-05-03T10:47:56.940Z]  containerd:
10:47:56 [2021-05-03T10:47:56.940Z]   Version:          1.4.4
10:47:56 [2021-05-03T10:47:56.940Z]   GitCommit:        05f951a3781f4f2c1911b05e61c160e9c30eaa8e
10:47:56 [2021-05-03T10:47:56.940Z]  runc:
10:47:56 [2021-05-03T10:47:56.940Z]   Version:          1.0.0-rc93
10:47:56 [2021-05-03T10:47:56.940Z]   GitCommit:        12644e614e25b05da6fd08a38ffa0cfe1903fdec
10:47:56 [2021-05-03T10:47:56.940Z]  docker-init:
10:47:56 [2021-05-03T10:47:56.940Z]   Version:          0.19.0
10:47:56 [2021-05-03T10:47:56.940Z]   GitCommit:        de40ad0
[Pipeline] sh
10:47:57 [2021-05-03T10:47:57.275Z] + docker info
10:47:58 [2021-05-03T10:47:58.347Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 4.7s done
10:47:58 [2021-05-03T10:47:58.347Z] #62 DONE 5.5s
10:47:58 [2021-05-03T10:47:58.347Z] 
10:47:58 [2021-05-03T10:47:58.347Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
10:47:58 [2021-05-03T10:47:58.347Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
10:47:58 [2021-05-03T10:47:58.347Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.1s done
10:47:58 [2021-05-03T10:47:58.347Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
10:47:58 [2021-05-03T10:47:58.347Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.7s done
10:47:58 [2021-05-03T10:47:58.347Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done
10:47:58 [2021-05-03T10:47:58.347Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done
10:47:58 [2021-05-03T10:47:58.347Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 1.2s done
10:47:58 [2021-05-03T10:47:58.347Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.8s done
10:47:58 [2021-05-03T10:47:58.347Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 3.2s done
10:47:58 [2021-05-03T10:47:58.347Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 97.52MB / 120.17MB 5.5s
10:47:58 [2021-05-03T10:47:58.347Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 5.1s done
10:47:58 [2021-05-03T10:47:58.347Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 2.9s
10:47:58 [2021-05-03T10:47:58.347Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 3.4s done
10:47:58 [2021-05-03T10:47:58.347Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 103.81MB / 120.17MB 5.8s
10:47:58 [2021-05-03T10:47:58.347Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 111.15MB / 120.17MB 6.0s
10:47:58 [2021-05-03T10:47:58.568Z] using credential docker-jenkins-github-credentials
10:47:58 [2021-05-03T10:47:58.582Z] Cloning the remote Git repository
10:47:58 [2021-05-03T10:47:58.582Z] Cloning with configured refspecs honoured and without tags
10:47:58 [2021-05-03T10:47:58.609Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 6.2s
10:47:58 [2021-05-03T10:47:58.602Z] Cloning repository https://github.com/moby/moby.git
10:47:58 [2021-05-03T10:47:58.656Z]  > git init /home/ubuntu/workspace/moby_PR-42329 # timeout=10
10:47:58 [2021-05-03T10:47:58.908Z] Fetching upstream changes from https://github.com/moby/moby.git
10:47:58 [2021-05-03T10:47:58.908Z]  > git --version # timeout=10
10:47:58 [2021-05-03T10:47:58.920Z]  > git --version # 'git version 2.17.1'
10:47:58 [2021-05-03T10:47:58.921Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:47:58 [2021-05-03T10:47:58.922Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42329/head:refs/remotes/origin/PR-42329 +refs/heads/master:refs/remotes/origin/master # timeout=10
10:47:59 [2021-05-03T10:47:59.572Z] #9 ...
10:47:59 [2021-05-03T10:47:59.572Z] 
10:47:59 [2021-05-03T10:47:59.572Z] #23 [internal] load build context
10:47:59 [2021-05-03T10:47:59.572Z] #23 sha256:c0eba824193e0a3a875401ffb8989a8105278dfec5c14d8e291d60c90442bcb4
10:47:59 [2021-05-03T10:47:59.572Z] #23 transferring context: 53.21MB 6.8s done
10:47:59 [2021-05-03T10:47:59.572Z] #23 DONE 7.2s
10:47:59 [2021-05-03T10:47:59.572Z] 
10:47:59 [2021-05-03T10:47:59.572Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
10:47:59 [2021-05-03T10:47:59.572Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
10:47:59 [2021-05-03T10:47:59.572Z] #9 ...
10:47:59 [2021-05-03T10:47:59.572Z] 
10:47:59 [2021-05-03T10:47:59.572Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
10:47:59 [2021-05-03T10:47:59.572Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
10:47:59 [2021-05-03T10:47:59.572Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.7s done
10:47:59 [2021-05-03T10:47:59.572Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
10:47:59 [2021-05-03T10:47:59.572Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
10:47:59 [2021-05-03T10:47:59.572Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
10:47:59 [2021-05-03T10:47:59.572Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 5.9s done
10:47:59 [2021-05-03T10:47:59.572Z] #64 ...
10:47:59 [2021-05-03T10:47:59.572Z] 
10:47:59 [2021-05-03T10:47:59.572Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
10:47:59 [2021-05-03T10:47:59.572Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
10:48:00 [2021-05-03T10:48:00.143Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 7.8s done
10:48:00 [2021-05-03T10:48:00.717Z] #9 ...
10:48:00 [2021-05-03T10:48:00.717Z] 
10:48:00 [2021-05-03T10:48:00.717Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
10:48:00 [2021-05-03T10:48:00.717Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
10:48:00 [2021-05-03T10:48:00.717Z] #64 DONE 8.3s
10:48:00 [2021-05-03T10:48:00.717Z] 
10:48:00 [2021-05-03T10:48:00.717Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
10:48:00 [2021-05-03T10:48:00.717Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
10:48:02 [2021-05-03T10:48:02.110Z] #9 ...
10:48:02 [2021-05-03T10:48:02.110Z] 
10:48:02 [2021-05-03T10:48:02.110Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
10:48:02 [2021-05-03T10:48:02.110Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0
10:48:02 [2021-05-03T10:48:02.110Z] #26 resolve docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f 0.1s done
10:48:02 [2021-05-03T10:48:02.110Z] #26 sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f 1.85kB / 1.85kB done
10:48:02 [2021-05-03T10:48:02.110Z] #26 sha256:fa335fed387465ccc369958d7908e1975e7d65677f7f3050d862161754ebcf90 529B / 529B done
10:48:02 [2021-05-03T10:48:02.110Z] #26 sha256:0d587dfbc4f4800bfe9ab08662e8396ffc37060c493f8ef24b2823fef3320df6 1.46kB / 1.46kB done
10:48:02 [2021-05-03T10:48:02.110Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 50.43MB / 50.43MB 6.2s done
10:48:02 [2021-05-03T10:48:02.110Z] #26 extracting sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 3.1s
10:48:02 [2021-05-03T10:48:02.371Z] #26 ...
10:48:02 [2021-05-03T10:48:02.371Z] 
10:48:02 [2021-05-03T10:48:02.371Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
10:48:02 [2021-05-03T10:48:02.371Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
10:48:02 [2021-05-03T10:48:02.632Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 8.0s
10:48:02 [2021-05-03T10:48:02.863Z] Sending build context to Docker daemon  58.22MB
10:48:02 [2021-05-03T10:48:02.863Z] 
10:48:02 [2021-05-03T10:48:02.863Z] Step 1/10 : FROM microsoft/windowsservercore
10:48:02 [2021-05-03T10:48:02.863Z]  ---> 152749f71f8f
10:48:02 [2021-05-03T10:48:02.863Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
10:48:02 [2021-05-03T10:48:02.863Z]  ---> Using cache
10:48:02 [2021-05-03T10:48:02.863Z]  ---> ddf74b040744
10:48:02 [2021-05-03T10:48:02.863Z] Step 3/10 : ARG GO_VERSION=1.13.15
10:48:02 [2021-05-03T10:48:02.863Z]  ---> Using cache
10:48:02 [2021-05-03T10:48:02.863Z]  ---> 85acaeb3dc91
10:48:02 [2021-05-03T10:48:02.863Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3
10:48:02 [2021-05-03T10:48:02.863Z]  ---> Using cache
10:48:02 [2021-05-03T10:48:02.863Z]  ---> d0c5882bc7d4
10:48:02 [2021-05-03T10:48:02.863Z] Step 5/10 : ENV GO_VERSION=${GO_VERSION}     GIT_VERSION=2.11.1     GOPATH=C:\gopath     GO111MODULE=off     FROM_DOCKERFILE=1     GOTESTSUM_COMMIT=${GOTESTSUM_COMMIT}
10:48:02 [2021-05-03T10:48:02.863Z]  ---> Using cache
10:48:02 [2021-05-03T10:48:02.863Z]  ---> 3dec5f3c6fb7
10:48:02 [2021-05-03T10:48:02.863Z] Step 6/10 : RUN   Function Test-Nano() {     $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId;     return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer'));   }    Function Download-File([string] $source, [string] $target) {     if (Test-Nano) {       $handler = New-Object System.Net.Http.HttpClientHandler;       $client = New-Object System.Net.Http.HttpClient($handler);       $client.Timeout = New-Object System.TimeSpan(0, 30, 0);       $cancelTokenSource = [System.Threading.CancellationTokenSource]::new();       $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token);       $responseMsg.Wait();       if (!$responseMsg.IsCanceled) {         $response = $responseMsg.Result;         if ($response.IsSuccessStatusCode) {           $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write);           $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream);           $copyStreamOp.Wait();           $downloadedFileStream.Close();           if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception }         }       } else {       Throw ("Failed to download " + $source)       }    } else {       [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;       $webClient = New-Object System.Net.WebClient;       $webClient.DownloadFile($source, $target);     }   }     setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin');     Write-Host INFO: Downloading git...;   $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION;   Download-File $location C:\gitsetup.zip;     Write-Host INFO: Downloading go...;   $dlGoVersion=$Env:GO_VERSION -replace '\.0$','';   Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip;     Write-Host INFO: Downloading compiler 1 of 3...;   Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip;     Write-Host INFO: Downloading compiler 2 of 3...;   Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip;     Write-Host INFO: Downloading compiler 3 of 3...;   Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip;     Write-Host INFO: Extracting git...;   Expand-Archive C:\gitsetup.zip C:\git-tmp;   New-Item -Type Directory C:\git | Out-Null;   Move-Item C:\git-tmp\tools\* C:\git\.;   Remove-Item -Recurse -Force C:\git-tmp;     Write-Host INFO: Expanding go...;   Expand-Archive C:\go.zip -DestinationPath C:\;     Write-Host INFO: Expanding compiler 1 of 3...;   Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force;   Write-Host INFO: Expanding compiler 2 of 3...;   Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force;   Write-Host INFO: Expanding compiler 3 of 3...;   Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force;     Write-Host INFO: Removing downloaded files...;   Remove-Item C:\gcc.zip;   Remove-Item C:\runtime.zip;   Remove-Item C:\binutils.zip;   Remove-Item C:\gitsetup.zip;     $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles""";   Write-Host INFO: Ensuring existence of directory $srcDir...;   New-Item -Force -ItemType Directory -Path $srcDir | Out-Null;     Write-Host INFO: Configuring git core.autocrlf...;   C:\git\cmd\git config --global core.autocrlf true;
10:48:02 [2021-05-03T10:48:02.863Z]  ---> Using cache
10:48:02 [2021-05-03T10:48:02.863Z]  ---> 9e490ce2f3a6
10:48:02 [2021-05-03T10:48:02.863Z] Step 7/10 : RUN   Function Build-GoTestSum() {     Write-Host "INFO: Building gotestsum version $Env:GOTESTSUM_COMMIT in $Env:GOPATH";     $Env:GO111MODULE = 'on';     $tmpGobin = "${Env:GOBIN_TMP}";     $Env:GOBIN = """${Env:GOPATH}`\bin""";     &go get -buildmode=exe "gotest.tools/gotestsum@${Env:GOTESTSUM_COMMIT}";     $Env:GOBIN = "${tmpGobin}";     $Env:GO111MODULE = 'off';     if ($LASTEXITCODE -ne 0) {        Throw '"gotestsum build failed..."';     }     Write-Host "INFO:     Build done for gotestsum...";   }     Build-GoTestSum
10:48:02 [2021-05-03T10:48:02.863Z]  ---> Using cache
10:48:02 [2021-05-03T10:48:02.863Z]  ---> 84f9e13d9f65
10:48:02 [2021-05-03T10:48:02.863Z] Step 8/10 : ENTRYPOINT ["powershell.exe"]
10:48:02 [2021-05-03T10:48:02.863Z]  ---> Using cache
10:48:02 [2021-05-03T10:48:02.863Z]  ---> ff93eb501164
10:48:02 [2021-05-03T10:48:02.863Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker
10:48:02 [2021-05-03T10:48:02.863Z]  ---> Using cache
10:48:02 [2021-05-03T10:48:02.863Z]  ---> c97093c2589f
10:48:02 [2021-05-03T10:48:02.863Z] Step 10/10 : COPY . .
10:48:03 [2021-05-03T10:48:03.576Z] #9 ...
10:48:03 [2021-05-03T10:48:03.576Z] 
10:48:03 [2021-05-03T10:48:03.576Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
10:48:03 [2021-05-03T10:48:03.576Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
10:48:03 [2021-05-03T10:48:03.576Z] #63 DONE 0.9s
10:48:03 [2021-05-03T10:48:03.576Z] 
10:48:03 [2021-05-03T10:48:03.576Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
10:48:03 [2021-05-03T10:48:03.576Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0
10:48:03 [2021-05-03T10:48:03.824Z] Client:
10:48:03 [2021-05-03T10:48:03.824Z]  Context:    default
10:48:03 [2021-05-03T10:48:03.824Z]  Debug Mode: false
10:48:03 [2021-05-03T10:48:03.824Z]  Plugins:
10:48:03 [2021-05-03T10:48:03.824Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
10:48:03 [2021-05-03T10:48:03.824Z]   buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
10:48:03 [2021-05-03T10:48:03.824Z] 
10:48:03 [2021-05-03T10:48:03.824Z] Server:
10:48:03 [2021-05-03T10:48:03.824Z]  Containers: 0
10:48:03 [2021-05-03T10:48:03.824Z]   Running: 0
10:48:03 [2021-05-03T10:48:03.824Z]   Paused: 0
10:48:03 [2021-05-03T10:48:03.824Z]   Stopped: 0
10:48:03 [2021-05-03T10:48:03.824Z]  Images: 0
10:48:03 [2021-05-03T10:48:03.824Z]  Server Version: 20.10.5
10:48:03 [2021-05-03T10:48:03.824Z]  Storage Driver: overlay2
10:48:03 [2021-05-03T10:48:03.824Z]   Backing Filesystem: extfs
10:48:03 [2021-05-03T10:48:03.824Z]   Supports d_type: true
10:48:03 [2021-05-03T10:48:03.824Z]   Native Overlay Diff: true
10:48:03 [2021-05-03T10:48:03.824Z]  Logging Driver: json-file
10:48:03 [2021-05-03T10:48:03.824Z]  Cgroup Driver: cgroupfs
10:48:03 [2021-05-03T10:48:03.824Z]  Cgroup Version: 1
10:48:03 [2021-05-03T10:48:03.824Z]  Plugins:
10:48:03 [2021-05-03T10:48:03.824Z]   Volume: local
10:48:03 [2021-05-03T10:48:03.824Z]   Network: bridge host ipvlan macvlan null overlay
10:48:03 [2021-05-03T10:48:03.824Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
10:48:03 [2021-05-03T10:48:03.824Z]  Swarm: inactive
10:48:03 [2021-05-03T10:48:03.824Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
10:48:03 [2021-05-03T10:48:03.824Z]  Default Runtime: runc
10:48:03 [2021-05-03T10:48:03.824Z]  Init Binary: docker-init
10:48:03 [2021-05-03T10:48:03.824Z]  containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
10:48:03 [2021-05-03T10:48:03.824Z]  runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec
10:48:03 [2021-05-03T10:48:03.824Z]  init version: de40ad0
10:48:03 [2021-05-03T10:48:03.824Z]  Security Options:
10:48:03 [2021-05-03T10:48:03.824Z]   apparmor
10:48:03 [2021-05-03T10:48:03.824Z]   seccomp
10:48:03 [2021-05-03T10:48:03.824Z]    Profile: default
10:48:03 [2021-05-03T10:48:03.824Z]  Kernel Version: 5.4.0-1041-aws
10:48:03 [2021-05-03T10:48:03.824Z]  Operating System: Ubuntu 18.04.5 LTS
10:48:03 [2021-05-03T10:48:03.824Z]  OSType: linux
10:48:03 [2021-05-03T10:48:03.824Z]  Architecture: x86_64
10:48:03 [2021-05-03T10:48:03.824Z]  CPUs: 2
10:48:03 [2021-05-03T10:48:03.824Z]  Total Memory: 7.487GiB
10:48:03 [2021-05-03T10:48:03.824Z]  Name: ip-10-100-94-23
10:48:03 [2021-05-03T10:48:03.824Z]  ID: CCOO:B2L2:53RH:M56T:HCH4:FPBZ:EMUZ:R22X:GVEU:CYRY:U2HB:5I2B
10:48:03 [2021-05-03T10:48:03.824Z]  Docker Root Dir: /var/lib/docker
10:48:03 [2021-05-03T10:48:03.824Z]  Debug Mode: false
10:48:03 [2021-05-03T10:48:03.824Z]  Registry: https://index.docker.io/v1/
10:48:03 [2021-05-03T10:48:03.824Z]  Labels:
10:48:03 [2021-05-03T10:48:03.824Z]  Experimental: true
10:48:03 [2021-05-03T10:48:03.824Z]  Insecure Registries:
10:48:03 [2021-05-03T10:48:03.824Z]   127.0.0.0/8
10:48:03 [2021-05-03T10:48:03.824Z]  Live Restore Enabled: true
10:48:03 [2021-05-03T10:48:03.824Z] 
10:48:03 [2021-05-03T10:48:03.824Z] WARNING: No swap limit support
[Pipeline] sh
10:48:04 [2021-05-03T10:48:04.150Z] #26 ...
10:48:04 [2021-05-03T10:48:04.150Z] 
10:48:04 [2021-05-03T10:48:04.150Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
10:48:04 [2021-05-03T10:48:04.150Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
10:48:04 [2021-05-03T10:48:04.150Z] #65 DONE 0.8s
10:48:04 [2021-05-03T10:48:04.168Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35
10:48:04 [2021-05-03T10:48:04.168Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35
10:48:04 [2021-05-03T10:48:04.168Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42329/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh
10:48:04 [2021-05-03T10:48:04.168Z] + bash /home/ubuntu/workspace/moby_PR-42329/check-config.sh
10:48:04 [2021-05-03T10:48:04.168Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
10:48:04 [2021-05-03T10:48:04.168Z] info: reading kernel config from /boot/config-5.4.0-1041-aws ...
10:48:04 [2021-05-03T10:48:04.168Z] 
10:48:04 [2021-05-03T10:48:04.168Z] Generally Necessary:
10:48:04 [2021-05-03T10:48:04.168Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
10:48:04 [2021-05-03T10:48:04.168Z] - apparmor: enabled and tools installed
10:48:04 [2021-05-03T10:48:04.168Z] - CONFIG_NAMESPACES: enabled
10:48:04 [2021-05-03T10:48:04.168Z] - CONFIG_NET_NS: enabled
10:48:04 [2021-05-03T10:48:04.411Z] 
10:48:04 [2021-05-03T10:48:04.411Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
10:48:04 [2021-05-03T10:48:04.411Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0
10:48:04 [2021-05-03T10:48:04.431Z] - CONFIG_PID_NS: enabled
10:48:04 [2021-05-03T10:48:04.431Z] - CONFIG_IPC_NS: enabled
10:48:04 [2021-05-03T10:48:04.431Z] - CONFIG_UTS_NS: enabled
10:48:04 [2021-05-03T10:48:04.431Z] - CONFIG_CGROUPS: enabled
10:48:04 [2021-05-03T10:48:04.431Z] - CONFIG_CGROUP_CPUACCT: enabled
10:48:04 [2021-05-03T10:48:04.431Z] - CONFIG_CGROUP_DEVICE: enabled
10:48:04 [2021-05-03T10:48:04.431Z] - CONFIG_CGROUP_FREEZER: enabled
10:48:04 [2021-05-03T10:48:04.431Z] - CONFIG_CGROUP_SCHED: enabled
10:48:04 [2021-05-03T10:48:04.431Z] - CONFIG_CPUSETS: enabled
10:48:04 [2021-05-03T10:48:04.431Z] - CONFIG_MEMCG: enabled
10:48:04 [2021-05-03T10:48:04.431Z] - CONFIG_KEYS: enabled
10:48:04 [2021-05-03T10:48:04.701Z] - CONFIG_VETH: enabled (as module)
10:48:04 [2021-05-03T10:48:04.701Z] - CONFIG_BRIDGE: enabled (as module)
10:48:04 [2021-05-03T10:48:04.701Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
10:48:04 [2021-05-03T10:48:04.701Z] - CONFIG_IP_NF_FILTER: enabled (as module)
10:48:04 [2021-05-03T10:48:04.701Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
10:48:04 [2021-05-03T10:48:04.701Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
10:48:04 [2021-05-03T10:48:04.701Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
10:48:04 [2021-05-03T10:48:04.701Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
10:48:04 [2021-05-03T10:48:04.701Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
10:48:04 [2021-05-03T10:48:04.701Z] - CONFIG_IP_NF_NAT: enabled (as module)
10:48:04 [2021-05-03T10:48:04.701Z] - CONFIG_NF_NAT: enabled (as module)
10:48:04 [2021-05-03T10:48:04.701Z] - CONFIG_POSIX_MQUEUE: enabled
10:48:04 [2021-05-03T10:48:04.701Z] 
10:48:04 [2021-05-03T10:48:04.701Z] Optional Features:
10:48:04 [2021-05-03T10:48:04.701Z] - CONFIG_USER_NS: enabled
10:48:04 [2021-05-03T10:48:04.701Z] - CONFIG_SECCOMP: enabled
10:48:04 [2021-05-03T10:48:04.701Z] - CONFIG_SECCOMP_FILTER: enabled
10:48:04 [2021-05-03T10:48:04.701Z] - CONFIG_CGROUP_PIDS: enabled
10:48:04 [2021-05-03T10:48:04.701Z] - CONFIG_MEMCG_SWAP: enabled
10:48:04 [2021-05-03T10:48:04.701Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
10:48:04 [2021-05-03T10:48:04.701Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
10:48:04 [2021-05-03T10:48:04.701Z] - CONFIG_BLK_CGROUP: enabled
10:48:04 [2021-05-03T10:48:04.701Z] - CONFIG_BLK_DEV_THROTTLING: enabled
10:48:04 [2021-05-03T10:48:04.701Z] - CONFIG_CGROUP_PERF: enabled
10:48:04 [2021-05-03T10:48:04.701Z] - CONFIG_CGROUP_HUGETLB: enabled
10:48:04 [2021-05-03T10:48:04.701Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
10:48:04 [2021-05-03T10:48:04.701Z] - CONFIG_CGROUP_NET_PRIO: enabled
10:48:04 [2021-05-03T10:48:04.701Z] - CONFIG_CFS_BANDWIDTH: enabled
10:48:04 [2021-05-03T10:48:04.701Z] - CONFIG_FAIR_GROUP_SCHED: enabled
10:48:04 [2021-05-03T10:48:04.701Z] - CONFIG_RT_GROUP_SCHED: missing
10:48:04 [2021-05-03T10:48:04.701Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
10:48:04 [2021-05-03T10:48:04.701Z] - CONFIG_IP_VS: enabled (as module)
10:48:04 [2021-05-03T10:48:04.701Z] - CONFIG_IP_VS_NFCT: enabled
10:48:04 [2021-05-03T10:48:04.701Z] - CONFIG_IP_VS_PROTO_TCP: enabled
10:48:04 [2021-05-03T10:48:04.701Z] - CONFIG_IP_VS_PROTO_UDP: enabled
10:48:04 [2021-05-03T10:48:04.701Z] - CONFIG_IP_VS_RR: enabled (as module)
10:48:04 [2021-05-03T10:48:04.701Z] - CONFIG_SECURITY_SELINUX: enabled
10:48:04 [2021-05-03T10:48:04.701Z] - CONFIG_SECURITY_APPARMOR: enabled
10:48:04 [2021-05-03T10:48:04.701Z] - CONFIG_EXT4_FS: enabled
10:48:04 [2021-05-03T10:48:04.701Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
10:48:04 [2021-05-03T10:48:04.701Z] - CONFIG_EXT4_FS_SECURITY: enabled
10:48:04 [2021-05-03T10:48:04.967Z] - Network Drivers:
10:48:04 [2021-05-03T10:48:04.967Z]   - "overlay":
10:48:04 [2021-05-03T10:48:04.967Z]     - CONFIG_VXLAN: enabled (as module)
10:48:04 [2021-05-03T10:48:04.967Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
10:48:04 [2021-05-03T10:48:04.967Z]       Optional (for encrypted networks):
10:48:04 [2021-05-03T10:48:04.967Z]       - CONFIG_CRYPTO: enabled
10:48:04 [2021-05-03T10:48:04.967Z]       - CONFIG_CRYPTO_AEAD: enabled
10:48:04 [2021-05-03T10:48:04.967Z]       - CONFIG_CRYPTO_GCM: enabled
10:48:04 [2021-05-03T10:48:04.967Z]       - CONFIG_CRYPTO_SEQIV: enabled
10:48:04 [2021-05-03T10:48:04.967Z]       - CONFIG_CRYPTO_GHASH: enabled
10:48:04 [2021-05-03T10:48:04.967Z]       - CONFIG_XFRM: enabled
10:48:04 [2021-05-03T10:48:04.967Z]       - CONFIG_XFRM_USER: enabled (as module)
10:48:04 [2021-05-03T10:48:04.967Z]       - CONFIG_XFRM_ALGO: enabled (as module)
10:48:04 [2021-05-03T10:48:04.967Z]       - CONFIG_INET_ESP: enabled (as module)
10:48:04 [2021-05-03T10:48:04.967Z]   - "ipvlan":
10:48:04 [2021-05-03T10:48:04.967Z]     - CONFIG_IPVLAN: enabled (as module)
10:48:04 [2021-05-03T10:48:04.967Z]   - "macvlan":
10:48:04 [2021-05-03T10:48:04.967Z]     - CONFIG_MACVLAN: enabled (as module)
10:48:04 [2021-05-03T10:48:04.967Z]     - CONFIG_DUMMY: enabled (as module)
10:48:04 [2021-05-03T10:48:04.967Z]   - "ftp,tftp client in container":
10:48:04 [2021-05-03T10:48:04.967Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
10:48:04 [2021-05-03T10:48:04.967Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
10:48:04 [2021-05-03T10:48:04.967Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
10:48:04 [2021-05-03T10:48:04.967Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
10:48:04 [2021-05-03T10:48:04.967Z] - Storage Drivers:
10:48:04 [2021-05-03T10:48:04.967Z]   - "aufs":
10:48:04 [2021-05-03T10:48:04.967Z]     - CONFIG_AUFS_FS: enabled (as module)
10:48:04 [2021-05-03T10:48:04.967Z]   - "btrfs":
10:48:04 [2021-05-03T10:48:04.967Z]     - CONFIG_BTRFS_FS: enabled (as module)
10:48:04 [2021-05-03T10:48:04.967Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
10:48:04 [2021-05-03T10:48:04.967Z]   - "devicemapper":
10:48:04 [2021-05-03T10:48:04.967Z]     - CONFIG_BLK_DEV_DM: enabled
10:48:04 [2021-05-03T10:48:04.967Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
10:48:04 [2021-05-03T10:48:04.967Z]   - "overlay":
10:48:04 [2021-05-03T10:48:04.967Z]     - CONFIG_OVERLAY_FS: enabled (as module)
10:48:04 [2021-05-03T10:48:04.967Z]   - "zfs":
10:48:04 [2021-05-03T10:48:04.967Z]     - /dev/zfs: present
10:48:04 [2021-05-03T10:48:04.967Z]     - zfs command: missing
10:48:04 [2021-05-03T10:48:04.967Z]     - zpool command: missing
10:48:04 [2021-05-03T10:48:04.967Z] 
10:48:04 [2021-05-03T10:48:04.967Z] Limits:
10:48:04 [2021-05-03T10:48:04.967Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
10:48:04 [2021-05-03T10:48:04.967Z] 
10:48:04 [2021-05-03T10:48:04.967Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
10:48:05 [2021-05-03T10:48:05.312Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:19b7f7f3484697146ca76b75346365080b99a3b2 .
10:48:05 [2021-05-03T10:48:05.570Z] #2 [internal] load .dockerignore
10:48:05 [2021-05-03T10:48:05.570Z] #2 sha256:6adaef19210b16b538a24896c3724db811625c16abf8a16ff456b1afd6e220af
10:48:05 [2021-05-03T10:48:05.570Z] #2 transferring context: 87B done
10:48:05 [2021-05-03T10:48:05.570Z] #2 DONE 0.2s
10:48:05 [2021-05-03T10:48:05.570Z] 
10:48:05 [2021-05-03T10:48:05.570Z] #1 [internal] load build definition from Dockerfile
10:48:05 [2021-05-03T10:48:05.570Z] #1 sha256:19ee993c5043fad3b92909babc34d4e9494f1acec736633ade7e57eb9a7b98a7
10:48:05 [2021-05-03T10:48:05.570Z] #1 transferring dockerfile: 17.07kB done
10:48:05 [2021-05-03T10:48:05.570Z] #1 DONE 0.3s
10:48:05 [2021-05-03T10:48:05.570Z] 
10:48:05 [2021-05-03T10:48:05.570Z] #3 resolve image config for docker.io/docker/dockerfile:1.2
10:48:05 [2021-05-03T10:48:05.570Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69
10:48:05 [2021-05-03T10:48:05.815Z] #26 extracting sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 6.5s done
10:48:06 [2021-05-03T10:48:06.077Z] #26 DONE 13.7s
10:48:06 [2021-05-03T10:48:06.077Z] 
10:48:06 [2021-05-03T10:48:06.077Z] #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
10:48:06 [2021-05-03T10:48:06.077Z] #27 sha256:2f5ef7d60ae1d151fd2aa8dfcbd4d1be127456a9f8db7a76d9528a1821e46d69
10:48:06 [2021-05-03T10:48:06.137Z] #3 DONE 0.4s
10:48:06 [2021-05-03T10:48:06.137Z] 
10:48:06 [2021-05-03T10:48:06.137Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc
10:48:06 [2021-05-03T10:48:06.137Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727
10:48:06 [2021-05-03T10:48:06.137Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done
10:48:06 [2021-05-03T10:48:06.137Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done
10:48:06 [2021-05-03T10:48:06.137Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done
10:48:06 [2021-05-03T10:48:06.137Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done
10:48:06 [2021-05-03T10:48:06.137Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s
10:48:06 [2021-05-03T10:48:06.394Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s done
10:48:06 [2021-05-03T10:48:06.394Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.1s
10:48:06 [2021-05-03T10:48:06.956Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.4s done
10:48:06 [2021-05-03T10:48:06.956Z] #4 DONE 0.8s
10:48:07 [2021-05-03T10:48:07.213Z] 
10:48:07 [2021-05-03T10:48:07.213Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
10:48:07 [2021-05-03T10:48:07.213Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
10:48:08 [2021-05-03T10:48:08.005Z] #27 1.595 Get:1 http://deb.debian.org/debian buster InRelease [121 kB]
10:48:08 [2021-05-03T10:48:08.005Z] #27 1.603 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
10:48:08 [2021-05-03T10:48:08.005Z] #27 1.698 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
10:48:08 [2021-05-03T10:48:08.005Z] #27 1.838 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
10:48:08 [2021-05-03T10:48:08.141Z] #8 DONE 0.9s
10:48:08 [2021-05-03T10:48:08.141Z] 
10:48:08 [2021-05-03T10:48:08.141Z] #5 [internal] load metadata for docker.io/library/debian:buster
10:48:08 [2021-05-03T10:48:08.141Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34
10:48:08 [2021-05-03T10:48:08.141Z] #5 DONE 0.9s
10:48:08 [2021-05-03T10:48:08.141Z] 
10:48:08 [2021-05-03T10:48:08.141Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
10:48:08 [2021-05-03T10:48:08.141Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
10:48:08 [2021-05-03T10:48:08.141Z] #7 DONE 0.9s
10:48:08 [2021-05-03T10:48:08.141Z] 
10:48:08 [2021-05-03T10:48:08.141Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster
10:48:08 [2021-05-03T10:48:08.141Z] #6 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7
10:48:08 [2021-05-03T10:48:08.141Z] #6 DONE 1.0s
10:48:08 [2021-05-03T10:48:08.267Z] #27 2.153 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
10:48:08 [2021-05-03T10:48:08.528Z] #27 2.473 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [285 kB]
10:48:10 [2021-05-03T10:48:10.447Z] #27 3.985 Fetched 8441 kB in 3s (3184 kB/s)
10:48:10 [2021-05-03T10:48:10.656Z] 
10:48:10 [2021-05-03T10:48:10.656Z] #23 [internal] load build context
10:48:10 [2021-05-03T10:48:10.656Z] #23 sha256:8bc716a3730a647656750cb1ce162661a3234a2d896d6a67fd50ef0649256344
10:48:10 [2021-05-03T10:48:10.656Z] #23 DONE 0.0s
10:48:10 [2021-05-03T10:48:10.656Z] 
10:48:10 [2021-05-03T10:48:10.656Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
10:48:10 [2021-05-03T10:48:10.656Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
10:48:10 [2021-05-03T10:48:10.656Z] #64 DONE 0.0s
10:48:10 [2021-05-03T10:48:10.656Z] 
10:48:10 [2021-05-03T10:48:10.656Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
10:48:10 [2021-05-03T10:48:10.656Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0
10:48:10 [2021-05-03T10:48:10.656Z] #26 DONE 0.0s
10:48:10 [2021-05-03T10:48:10.656Z] 
10:48:10 [2021-05-03T10:48:10.656Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
10:48:10 [2021-05-03T10:48:10.656Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
10:48:10 [2021-05-03T10:48:10.656Z] #62 DONE 0.0s
10:48:10 [2021-05-03T10:48:10.656Z] 
10:48:10 [2021-05-03T10:48:10.656Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
10:48:10 [2021-05-03T10:48:10.656Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
10:48:10 [2021-05-03T10:48:10.656Z] #9 DONE 0.0s
10:48:10 [2021-05-03T10:48:10.915Z] 
10:48:10 [2021-05-03T10:48:10.915Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
10:48:10 [2021-05-03T10:48:10.915Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
10:48:10 [2021-05-03T10:48:10.915Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.1s done
10:48:10 [2021-05-03T10:48:10.915Z] #9 DONE 0.1s
10:48:10 [2021-05-03T10:48:10.915Z] 
10:48:10 [2021-05-03T10:48:10.915Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
10:48:10 [2021-05-03T10:48:10.915Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
10:48:10 [2021-05-03T10:48:10.915Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
10:48:10 [2021-05-03T10:48:10.915Z] #64 DONE 0.1s
10:48:10 [2021-05-03T10:48:10.915Z] 
10:48:10 [2021-05-03T10:48:10.915Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
10:48:10 [2021-05-03T10:48:10.915Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0
10:48:10 [2021-05-03T10:48:10.915Z] #26 resolve docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f 0.0s done
10:48:10 [2021-05-03T10:48:10.915Z] #26 sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f 1.85kB / 1.85kB done
10:48:10 [2021-05-03T10:48:10.915Z] #26 sha256:fa335fed387465ccc369958d7908e1975e7d65677f7f3050d862161754ebcf90 529B / 529B done
10:48:10 [2021-05-03T10:48:10.915Z] #26 sha256:0d587dfbc4f4800bfe9ab08662e8396ffc37060c493f8ef24b2823fef3320df6 1.46kB / 1.46kB done
10:48:11 [2021-05-03T10:48:11.020Z] #27 3.985 Reading package lists...
10:48:11 [2021-05-03T10:48:11.172Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 3.15MB / 50.43MB 0.3s
10:48:11 [2021-05-03T10:48:11.471Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 8.39MB / 50.43MB 0.5s
10:48:11 [2021-05-03T10:48:11.471Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 10.99MB / 50.43MB 0.6s
10:48:11 [2021-05-03T10:48:11.735Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 13.98MB / 50.43MB 0.7s
10:48:11 [2021-05-03T10:48:11.735Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 18.87MB / 50.43MB 0.8s
10:48:11 [2021-05-03T10:48:11.963Z] #27 4.895 Reading package lists...
10:48:11 [2021-05-03T10:48:11.994Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 26.21MB / 50.43MB 1.0s
10:48:12 [2021-05-03T10:48:12.224Z] #27 5.878 Building dependency tree...
10:48:12 [2021-05-03T10:48:12.224Z] #27 6.243 The following additional packages will be installed:
10:48:12 [2021-05-03T10:48:12.253Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 30.41MB / 50.43MB 1.3s
10:48:12 [2021-05-03T10:48:12.253Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 33.55MB / 50.43MB 1.4s
10:48:12 [2021-05-03T10:48:12.485Z] #27 6.243   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
10:48:12 [2021-05-03T10:48:12.485Z] #27 6.243   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
10:48:12 [2021-05-03T10:48:12.485Z] #27 6.244   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
10:48:12 [2021-05-03T10:48:12.485Z] #27 6.245 Suggested packages:
10:48:12 [2021-05-03T10:48:12.485Z] #27 6.245   krb5-doc krb5-user
10:48:12 [2021-05-03T10:48:12.485Z] #27 6.245 Recommended packages:
10:48:12 [2021-05-03T10:48:12.485Z] #27 6.245   krb5-locales publicsuffix libsasl2-modules
10:48:12 [2021-05-03T10:48:12.485Z] #27 6.472 The following NEW packages will be installed:
10:48:12 [2021-05-03T10:48:12.485Z] #27 6.472   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
10:48:12 [2021-05-03T10:48:12.485Z] #27 6.472   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
10:48:12 [2021-05-03T10:48:12.485Z] #27 6.472   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
10:48:12 [2021-05-03T10:48:12.485Z] #27 6.472   libssh2-1 libssl1.1 openssl
10:48:12 [2021-05-03T10:48:12.509Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 44.04MB / 50.43MB 1.5s
10:48:12 [2021-05-03T10:48:12.509Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 50.43MB / 50.43MB 1.7s
10:48:13 [2021-05-03T10:48:13.056Z] #27 6.750 0 upgraded, 21 newly installed, 0 to remove and 2 not upgraded.
10:48:13 [2021-05-03T10:48:13.056Z] #27 6.750 Need to get 5059 kB of archives.
10:48:13 [2021-05-03T10:48:13.056Z] #27 6.750 After this operation, 12.1 MB of additional disk space will be used.
10:48:13 [2021-05-03T10:48:13.056Z] #27 6.750 Get:1 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB]
10:48:13 [2021-05-03T10:48:13.056Z] #27 6.759 Get:2 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
10:48:13 [2021-05-03T10:48:13.056Z] #27 6.759 Get:3 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB]
10:48:13 [2021-05-03T10:48:13.056Z] #27 6.759 Get:4 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB]
10:48:13 [2021-05-03T10:48:13.056Z] #27 6.770 Get:5 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB]
10:48:13 [2021-05-03T10:48:13.056Z] #27 6.770 Get:6 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB]
10:48:13 [2021-05-03T10:48:13.056Z] #27 6.774 Get:7 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB]
10:48:13 [2021-05-03T10:48:13.056Z] #27 6.774 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB]
10:48:13 [2021-05-03T10:48:13.056Z] #27 6.782 Get:9 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]
10:48:13 [2021-05-03T10:48:13.056Z] #27 6.782 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB]
10:48:13 [2021-05-03T10:48:13.056Z] #27 6.790 Get:11 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB]
10:48:13 [2021-05-03T10:48:13.056Z] #27 6.790 Get:12 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
10:48:13 [2021-05-03T10:48:13.056Z] #27 6.790 Get:13 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
10:48:13 [2021-05-03T10:48:13.056Z] #27 6.800 Get:14 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
10:48:13 [2021-05-03T10:48:13.056Z] #27 6.800 Get:15 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
10:48:13 [2021-05-03T10:48:13.056Z] #27 6.800 Get:16 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
10:48:13 [2021-05-03T10:48:13.056Z] #27 6.807 Get:17 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
10:48:13 [2021-05-03T10:48:13.056Z] #27 6.807 Get:18 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
10:48:13 [2021-05-03T10:48:13.056Z] #27 6.984 Get:19 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB]
10:48:13 [2021-05-03T10:48:13.058Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-06e5a26da356bf255) in /home/ubuntu/workspace/moby_PR-42329
[Pipeline] {
10:48:13 [2021-05-03T10:48:13.076Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 50.43MB / 50.43MB 2.1s done
[Pipeline] checkout
10:48:13 [2021-05-03T10:48:13.147Z] The recommended git tool is: git
10:48:13 [2021-05-03T10:48:13.322Z] #27 7.044 Get:20 http://security.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB]
10:48:13 [2021-05-03T10:48:13.322Z] #27 7.066 Get:21 http://security.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB]
10:48:13 [2021-05-03T10:48:13.322Z] #27 7.286 debconf: delaying package configuration, since apt-utils is not installed
10:48:13 [2021-05-03T10:48:13.323Z] #27 7.320 Fetched 5059 kB in 1s (8472 kB/s)
10:48:13 [2021-05-03T10:48:13.333Z] #26 extracting sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc
10:48:13 [2021-05-03T10:48:13.588Z] #27 7.366 Selecting previously unselected package libssl1.1:amd64.
10:48:13 [2021-05-03T10:48:13.588Z] #27 7.366 (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.)
10:48:13 [2021-05-03T10:48:13.588Z] #27 7.366 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ...
10:48:13 [2021-05-03T10:48:13.588Z] #27 7.376 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
10:48:13 [2021-05-03T10:48:13.589Z] #27 7.602 Selecting previously unselected package openssl.
10:48:13 [2021-05-03T10:48:13.850Z] #27 7.604 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ...
10:48:13 [2021-05-03T10:48:13.850Z] #27 7.608 Unpacking openssl (1.1.1d-0+deb10u6) ...
10:48:13 [2021-05-03T10:48:13.850Z] #27 ...
10:48:13 [2021-05-03T10:48:13.850Z] 
10:48:13 [2021-05-03T10:48:13.850Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
10:48:13 [2021-05-03T10:48:13.850Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
10:48:13 [2021-05-03T10:48:13.850Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 9.3s done
10:48:13 [2021-05-03T10:48:13.850Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 1.4s done
10:48:13 [2021-05-03T10:48:13.850Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.7s done
10:48:13 [2021-05-03T10:48:13.850Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 6.7s done
10:48:13 [2021-05-03T10:48:13.850Z] #9 ...
10:48:13 [2021-05-03T10:48:13.850Z] 
10:48:13 [2021-05-03T10:48:13.850Z] #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
10:48:13 [2021-05-03T10:48:13.850Z] #27 sha256:2f5ef7d60ae1d151fd2aa8dfcbd4d1be127456a9f8db7a76d9528a1821e46d69
10:48:13 [2021-05-03T10:48:13.850Z] #27 7.899 Selecting previously unselected package ca-certificates.
10:48:13 [2021-05-03T10:48:13.850Z] #27 7.899 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ...
10:48:14 [2021-05-03T10:48:14.112Z] #27 7.904 Unpacking ca-certificates (20200601~deb10u2) ...
10:48:14 [2021-05-03T10:48:14.112Z] #27 7.996 Selecting previously unselected package libkeyutils1:amd64.
10:48:14 [2021-05-03T10:48:14.112Z] #27 7.996 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ...
10:48:14 [2021-05-03T10:48:14.112Z] #27 8.002 Unpacking libkeyutils1:amd64 (1.6-6) ...
10:48:14 [2021-05-03T10:48:14.112Z] #27 8.043 Selecting previously unselected package libkrb5support0:amd64.
10:48:14 [2021-05-03T10:48:14.112Z] #27 8.045 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ...
10:48:14 [2021-05-03T10:48:14.112Z] #27 8.049 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ...
10:48:14 [2021-05-03T10:48:14.373Z] #27 8.181 Selecting previously unselected package libk5crypto3:amd64.
10:48:14 [2021-05-03T10:48:14.373Z] #27 8.181 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ...
10:48:14 [2021-05-03T10:48:14.373Z] #27 8.187 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ...
10:48:14 [2021-05-03T10:48:14.373Z] #27 8.248 Selecting previously unselected package libkrb5-3:amd64.
10:48:14 [2021-05-03T10:48:14.373Z] #27 8.248 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ...
10:48:14 [2021-05-03T10:48:14.373Z] #27 8.262 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ...
10:48:14 [2021-05-03T10:48:14.373Z] #27 8.372 Selecting previously unselected package libgssapi-krb5-2:amd64.
10:48:14 [2021-05-03T10:48:14.373Z] #27 8.372 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ...
10:48:14 [2021-05-03T10:48:14.634Z] #27 8.376 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
10:48:14 [2021-05-03T10:48:14.634Z] #27 8.444 Selecting previously unselected package libsasl2-modules-db:amd64.
10:48:14 [2021-05-03T10:48:14.634Z] #27 8.444 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ...
10:48:14 [2021-05-03T10:48:14.634Z] #27 8.448 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
10:48:14 [2021-05-03T10:48:14.634Z] #27 8.505 Selecting previously unselected package libsasl2-2:amd64.
10:48:14 [2021-05-03T10:48:14.634Z] #27 8.505 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ...
10:48:14 [2021-05-03T10:48:14.634Z] #27 8.514 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
10:48:14 [2021-05-03T10:48:14.634Z] #27 8.571 Selecting previously unselected package libldap-common.
10:48:14 [2021-05-03T10:48:14.634Z] #27 8.571 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
10:48:14 [2021-05-03T10:48:14.634Z] #27 8.575 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
10:48:14 [2021-05-03T10:48:14.634Z] #27 8.646 Selecting previously unselected package libldap-2.4-2:amd64.
10:48:14 [2021-05-03T10:48:14.634Z] #27 8.646 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ...
10:48:14 [2021-05-03T10:48:14.634Z] #27 8.654 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
10:48:14 [2021-05-03T10:48:14.634Z] #27 8.738 Selecting previously unselected package libnghttp2-14:amd64.
10:48:14 [2021-05-03T10:48:14.634Z] #27 8.738 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
10:48:14 [2021-05-03T10:48:14.894Z] #27 8.746 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
10:48:14 [2021-05-03T10:48:14.894Z] #27 8.812 Selecting previously unselected package libpsl5:amd64.
10:48:14 [2021-05-03T10:48:14.894Z] #27 8.812 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ...
10:48:14 [2021-05-03T10:48:14.894Z] #27 8.817 Unpacking libpsl5:amd64 (0.20.2-2) ...
10:48:14 [2021-05-03T10:48:14.894Z] #27 8.884 Selecting previously unselected package librtmp1:amd64.
10:48:14 [2021-05-03T10:48:14.894Z] #27 8.884 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
10:48:15 [2021-05-03T10:48:15.159Z] #27 8.889 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
10:48:15 [2021-05-03T10:48:15.159Z] #27 8.952 Selecting previously unselected package libssh2-1:amd64.
10:48:15 [2021-05-03T10:48:15.159Z] #27 8.954 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ...
10:48:15 [2021-05-03T10:48:15.159Z] #27 8.962 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
10:48:15 [2021-05-03T10:48:15.159Z] #27 9.020 Selecting previously unselected package libcurl4:amd64.
10:48:15 [2021-05-03T10:48:15.159Z] #27 9.020 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ...
10:48:15 [2021-05-03T10:48:15.159Z] #27 9.026 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ...
10:48:15 [2021-05-03T10:48:15.159Z] #27 9.102 Selecting previously unselected package curl.
10:48:15 [2021-05-03T10:48:15.159Z] #27 9.102 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ...
10:48:15 [2021-05-03T10:48:15.159Z] #27 9.115 Unpacking curl (7.64.0-4+deb10u2) ...
10:48:15 [2021-05-03T10:48:15.450Z] #27 9.191 Selecting previously unselected package libonig5:amd64.
10:48:15 [2021-05-03T10:48:15.450Z] #27 9.191 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ...
10:48:15 [2021-05-03T10:48:15.450Z] #27 9.195 Unpacking libonig5:amd64 (6.9.1-1) ...
10:48:15 [2021-05-03T10:48:15.450Z] #27 9.282 Selecting previously unselected package libjq1:amd64.
10:48:15 [2021-05-03T10:48:15.450Z] #27 9.282 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ...
10:48:15 [2021-05-03T10:48:15.450Z] #27 9.285 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
10:48:15 [2021-05-03T10:48:15.450Z] #27 9.348 Selecting previously unselected package jq.
10:48:15 [2021-05-03T10:48:15.450Z] #27 9.348 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ...
10:48:15 [2021-05-03T10:48:15.450Z] #27 9.359 Unpacking jq (1.5+dfsg-2+b1) ...
10:48:15 [2021-05-03T10:48:15.450Z] #27 9.420 Setting up libkeyutils1:amd64 (1.6-6) ...
10:48:15 [2021-05-03T10:48:15.450Z] #27 9.436 Setting up libpsl5:amd64 (0.20.2-2) ...
10:48:15 [2021-05-03T10:48:15.450Z] #27 9.448 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
10:48:15 [2021-05-03T10:48:15.717Z] #27 9.620 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
10:48:15 [2021-05-03T10:48:15.717Z] #27 9.632 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
10:48:15 [2021-05-03T10:48:15.717Z] #27 9.650 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ...
10:48:15 [2021-05-03T10:48:15.717Z] #27 9.664 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
10:48:15 [2021-05-03T10:48:15.717Z] #27 9.678 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
10:48:15 [2021-05-03T10:48:15.717Z] #27 9.691 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ...
10:48:15 [2021-05-03T10:48:15.717Z] #27 9.703 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
10:48:15 [2021-05-03T10:48:15.717Z] #27 9.716 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
10:48:15 [2021-05-03T10:48:15.717Z] #27 9.728 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ...
10:48:15 [2021-05-03T10:48:15.717Z] #27 9.740 Setting up openssl (1.1.1d-0+deb10u6) ...
10:48:15 [2021-05-03T10:48:15.717Z] #27 9.759 Setting up libonig5:amd64 (6.9.1-1) ...
10:48:15 [2021-05-03T10:48:15.717Z] #27 9.774 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
10:48:15 [2021-05-03T10:48:15.717Z] #27 9.786 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
10:48:15 [2021-05-03T10:48:15.984Z] #27 9.797 Setting up ca-certificates (20200601~deb10u2) ...
10:48:16 [2021-05-03T10:48:16.556Z] #27 10.57 Updating certificates in /etc/ssl/certs...
10:48:16 [2021-05-03T10:48:16.737Z] using credential docker-jenkins-github-credentials
10:48:16 [2021-05-03T10:48:16.744Z] Cloning the remote Git repository
10:48:16 [2021-05-03T10:48:16.744Z] Cloning with configured refspecs honoured and without tags
10:48:17 [2021-05-03T10:48:17.499Z] #27 11.59 137 added, 0 removed; done.
10:48:17 [2021-05-03T10:48:17.507Z] #26 ...
10:48:17 [2021-05-03T10:48:17.507Z] 
10:48:17 [2021-05-03T10:48:17.507Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
10:48:17 [2021-05-03T10:48:17.507Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
10:48:17 [2021-05-03T10:48:17.507Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done
10:48:17 [2021-05-03T10:48:17.507Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
10:48:17 [2021-05-03T10:48:17.507Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done
10:48:17 [2021-05-03T10:48:17.507Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.3s done
10:48:17 [2021-05-03T10:48:17.507Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.9s done
10:48:17 [2021-05-03T10:48:17.507Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.4s done
10:48:17 [2021-05-03T10:48:17.507Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 3.1s done
10:48:17 [2021-05-03T10:48:17.507Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 5.4s done
10:48:17 [2021-05-03T10:48:17.507Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 113.25MB / 120.17MB 5.6s
10:48:17 [2021-05-03T10:48:17.507Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 2.5s
10:48:17 [2021-05-03T10:48:17.507Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 3.3s done
10:48:17 [2021-05-03T10:48:17.507Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 119.54MB / 120.17MB 6.0s
10:48:16 [2021-05-03T10:48:16.654Z] Cloning repository https://github.com/moby/moby.git
10:48:16 [2021-05-03T10:48:16.704Z]  > git init /home/ubuntu/workspace/moby_PR-42329 # timeout=10
10:48:16 [2021-05-03T10:48:16.995Z] Fetching upstream changes from https://github.com/moby/moby.git
10:48:16 [2021-05-03T10:48:16.995Z]  > git --version # timeout=10
10:48:17 [2021-05-03T10:48:17.022Z]  > git --version # 'git version 2.25.1'
10:48:17 [2021-05-03T10:48:17.022Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:48:17 [2021-05-03T10:48:17.024Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42329/head:refs/remotes/origin/PR-42329 +refs/heads/master:refs/remotes/origin/master # timeout=10
10:48:17 [2021-05-03T10:48:17.760Z] #27 11.63 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
10:48:17 [2021-05-03T10:48:17.760Z] #27 11.64 Setting up jq (1.5+dfsg-2+b1) ...
10:48:17 [2021-05-03T10:48:17.760Z] #27 11.65 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ...
10:48:17 [2021-05-03T10:48:17.760Z] #27 11.66 Setting up curl (7.64.0-4+deb10u2) ...
10:48:17 [2021-05-03T10:48:17.760Z] #27 11.68 Processing triggers for libc-bin (2.28-10) ...
10:48:17 [2021-05-03T10:48:17.760Z] #27 11.70 Processing triggers for ca-certificates (20200601~deb10u2) ...
10:48:17 [2021-05-03T10:48:17.760Z] #27 11.71 Updating certificates in /etc/ssl/certs...
10:48:18 [2021-05-03T10:48:18.440Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 7.0s done
10:48:18 [2021-05-03T10:48:18.703Z] #27 12.38 0 added, 0 removed; done.
10:48:18 [2021-05-03T10:48:18.703Z] #27 12.38 Running hooks in /etc/ca-certificates/update.d...
10:48:18 [2021-05-03T10:48:18.703Z] #27 12.38 done.
10:48:19 [2021-05-03T10:48:19.005Z] #9 ...
10:48:19 [2021-05-03T10:48:19.005Z] 
10:48:19 [2021-05-03T10:48:19.005Z] #23 [internal] load build context
10:48:19 [2021-05-03T10:48:19.005Z] #23 sha256:8bc716a3730a647656750cb1ce162661a3234a2d896d6a67fd50ef0649256344
10:48:19 [2021-05-03T10:48:19.005Z] #23 transferring context: 53.21MB 7.8s done
10:48:19 [2021-05-03T10:48:19.005Z] #23 DONE 8.1s
10:48:19 [2021-05-03T10:48:19.005Z] 
10:48:19 [2021-05-03T10:48:19.005Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
10:48:19 [2021-05-03T10:48:19.005Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0
10:48:19 [2021-05-03T10:48:19.005Z] #26 extracting sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 5.4s
10:48:19 [2021-05-03T10:48:19.566Z] #26 ...
10:48:19 [2021-05-03T10:48:19.566Z] 
10:48:19 [2021-05-03T10:48:19.566Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
10:48:19 [2021-05-03T10:48:19.566Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
10:48:19 [2021-05-03T10:48:19.566Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
10:48:19 [2021-05-03T10:48:19.566Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
10:48:19 [2021-05-03T10:48:19.566Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
10:48:19 [2021-05-03T10:48:19.566Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 4.2s done
10:48:19 [2021-05-03T10:48:19.566Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 4.0s done
10:48:19 [2021-05-03T10:48:19.566Z] #64 DONE 8.6s
10:48:19 [2021-05-03T10:48:19.566Z] 
10:48:19 [2021-05-03T10:48:19.566Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
10:48:19 [2021-05-03T10:48:19.566Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0
10:48:20 [2021-05-03T10:48:20.500Z] #26 ...
10:48:20 [2021-05-03T10:48:20.500Z] 
10:48:20 [2021-05-03T10:48:20.500Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
10:48:20 [2021-05-03T10:48:20.500Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
10:48:20 [2021-05-03T10:48:20.500Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
10:48:20 [2021-05-03T10:48:20.500Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
10:48:20 [2021-05-03T10:48:20.500Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
10:48:20 [2021-05-03T10:48:20.500Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
10:48:20 [2021-05-03T10:48:20.500Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 5.5s done
10:48:20 [2021-05-03T10:48:20.500Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.2s done
10:48:20 [2021-05-03T10:48:20.500Z] #62 DONE 9.3s
10:48:20 [2021-05-03T10:48:20.500Z] 
10:48:20 [2021-05-03T10:48:20.500Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
10:48:20 [2021-05-03T10:48:20.500Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0
10:48:20 [2021-05-03T10:48:20.615Z] #27 DONE 14.7s
10:48:20 [2021-05-03T10:48:20.615Z] 
10:48:20 [2021-05-03T10:48:20.615Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
10:48:20 [2021-05-03T10:48:20.615Z] #28 sha256:2f69e35ff3c5e5c0c0aebc6c728d89bc8aa9eb17c9bbbf849d57fb9a3177a56f
10:48:20 [2021-05-03T10:48:20.877Z] #28 DONE 0.2s
10:48:20 [2021-05-03T10:48:20.877Z] 
10:48:20 [2021-05-03T10:48:20.877Z] #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
10:48:20 [2021-05-03T10:48:20.877Z] #29 sha256:d1088c92325aee00410a313e83118acbb6d5a77839f106ebf7f7e72ea13bbee6
10:48:22 [2021-05-03T10:48:22.262Z] #29 1.240 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
10:48:22 [2021-05-03T10:48:22.262Z] #29 1.317 
10:48:22 [2021-05-03T10:48:22.784Z] #29 1.434 
############                                                              16.9%
##########################                                                37.0%
########################################                                  56.9%
#######################################################                   76.8%
#####################################################################     96.9%
######################################################################## 100.0%
10:48:22 [2021-05-03T10:48:22.784Z] #29 1.928 
10:48:23 [2021-05-03T10:48:23.045Z] #29 2.040 
####################################################################      94.7%
######################################################################## 100.0%
10:48:23 [2021-05-03T10:48:23.045Z] #29 2.132 
10:48:23 [2021-05-03T10:48:23.308Z] #29 2.248 
##############################################################            87.4%
######################################################################## 100.0%
10:48:23 [2021-05-03T10:48:23.308Z] #29 2.352 
10:48:23 [2021-05-03T10:48:23.612Z] Fetching without tags
10:48:23 [2021-05-03T10:48:23.812Z] #26 ...
10:48:23 [2021-05-03T10:48:23.812Z] 
10:48:23 [2021-05-03T10:48:23.812Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
10:48:23 [2021-05-03T10:48:23.812Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
10:48:23 [2021-05-03T10:48:23.812Z] #63 DONE 0.8s
10:48:23 [2021-05-03T10:48:23.812Z] 
10:48:23 [2021-05-03T10:48:23.812Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
10:48:23 [2021-05-03T10:48:23.812Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
10:48:23 [2021-05-03T10:48:23.812Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 9.8s
10:48:23 [2021-05-03T10:48:23.841Z] #29 2.467 
########                                                                  12.5%
#########################                                                 35.4%
#######################################                                   54.8%
#####################################################                     74.1%
################################################################          90.2%
######################################################################## 100.0%
10:48:23 [2021-05-03T10:48:23.909Z] Merging remotes/origin/master commit 59751bb23395a137253ca0b4fb99058ecec5a569 into PR head commit 7c731e02a980666e262c68d4995f5643b6ffae30
10:48:23 [2021-05-03T10:48:23.490Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:48:23 [2021-05-03T10:48:23.525Z]  > git config --add remote.origin.fetch +refs/pull/42329/head:refs/remotes/origin/PR-42329 # timeout=10
10:48:23 [2021-05-03T10:48:23.552Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
10:48:23 [2021-05-03T10:48:23.584Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:48:23 [2021-05-03T10:48:23.617Z] Fetching upstream changes from https://github.com/moby/moby.git
10:48:23 [2021-05-03T10:48:23.617Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:48:23 [2021-05-03T10:48:23.618Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42329/head:refs/remotes/origin/PR-42329 +refs/heads/master:refs/remotes/origin/master # timeout=10
10:48:23 [2021-05-03T10:48:23.921Z]  > git config core.sparsecheckout # timeout=10
10:48:23 [2021-05-03T10:48:23.949Z]  > git checkout -f 7c731e02a980666e262c68d4995f5643b6ffae30 # timeout=10
10:48:24 [2021-05-03T10:48:24.104Z] #29 3.037 
10:48:24 [2021-05-03T10:48:24.366Z] #29 3.156 
                                                                           0.1%
######                                                                     9.6%
##########                                                                15.0%
10:48:24 [2021-05-03T10:48:24.366Z] #29 ...
10:48:24 [2021-05-03T10:48:24.366Z] 
10:48:24 [2021-05-03T10:48:24.366Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
10:48:24 [2021-05-03T10:48:24.366Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
10:48:24 [2021-05-03T10:48:24.366Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 4.8s done
10:48:24 [2021-05-03T10:48:24.366Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 4.9s
10:48:24 [2021-05-03T10:48:24.366Z] #9 ...
10:48:24 [2021-05-03T10:48:24.366Z] 
10:48:24 [2021-05-03T10:48:24.366Z] #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
10:48:24 [2021-05-03T10:48:24.366Z] #29 sha256:d1088c92325aee00410a313e83118acbb6d5a77839f106ebf7f7e72ea13bbee6
10:48:24 [2021-05-03T10:48:24.743Z] #9 ...
10:48:24 [2021-05-03T10:48:24.743Z] 
10:48:24 [2021-05-03T10:48:24.743Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
10:48:24 [2021-05-03T10:48:24.743Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0
10:48:24 [2021-05-03T10:48:24.743Z] #26 extracting sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 11.0s done
10:48:24 [2021-05-03T10:48:24.743Z] #26 DONE 13.8s
10:48:24 [2021-05-03T10:48:24.743Z] 
10:48:24 [2021-05-03T10:48:24.743Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
10:48:24 [2021-05-03T10:48:24.743Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
10:48:24 [2021-05-03T10:48:24.743Z] #9 ...
10:48:24 [2021-05-03T10:48:24.743Z] 
10:48:24 [2021-05-03T10:48:24.743Z] #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
10:48:24 [2021-05-03T10:48:24.743Z] #27 sha256:2f5ef7d60ae1d151fd2aa8dfcbd4d1be127456a9f8db7a76d9528a1821e46d69
10:48:24 [2021-05-03T10:48:24.743Z] #27 ...
10:48:24 [2021-05-03T10:48:24.743Z] 
10:48:24 [2021-05-03T10:48:24.743Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
10:48:24 [2021-05-03T10:48:24.743Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
10:48:24 [2021-05-03T10:48:24.743Z] #65 DONE 1.0s
10:48:24 [2021-05-03T10:48:24.999Z] 
10:48:24 [2021-05-03T10:48:24.999Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
10:48:24 [2021-05-03T10:48:24.999Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
10:48:24 [2021-05-03T10:48:24.999Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 10.7s done
10:48:24 [2021-05-03T10:48:24.999Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797
10:48:25 [2021-05-03T10:48:25.602Z] Merge succeeded, producing d88d8208ceabdf60ae47d29509b5e5f50ab23cb5
10:48:25 [2021-05-03T10:48:25.602Z] Checking out Revision d88d8208ceabdf60ae47d29509b5e5f50ab23cb5 (PR-42329)
10:48:25 [2021-05-03T10:48:25.945Z] #29 3.156 
                                                                           0.1%
######                                                                     9.6%
##########                                                                15.0%
##############                                                            20.2%
##################                                                        25.5%
######################                                                    30.7%
#########################                                                 35.8%
#############################                                             41.1%
#################################                                         46.3%
#####################################                                     51.5%
########################################                                  56.7%
############################################                              61.9%
################################################                          67.1%
####################################################                      72.3%
#######################################################                   77.5%
###########################################################               82.7%
###############################################################           87.9%
###################################################################       93.1%
######################################################################    98.3%
######################################################################## 100.0%
10:48:25 [2021-05-03T10:48:25.945Z] #29 5.004 
10:48:26 [2021-05-03T10:48:26.206Z] #29 ...
10:48:26 [2021-05-03T10:48:26.206Z] 
10:48:26 [2021-05-03T10:48:26.206Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
10:48:26 [2021-05-03T10:48:26.206Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
10:48:26 [2021-05-03T10:48:26.206Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 6.3s done
10:48:26 [2021-05-03T10:48:26.206Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done
10:48:26 [2021-05-03T10:48:26.206Z] #9 DONE 34.0s
10:48:26 [2021-05-03T10:48:26.206Z] 
10:48:26 [2021-05-03T10:48:26.206Z] #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
10:48:26 [2021-05-03T10:48:26.206Z] #29 sha256:d1088c92325aee00410a313e83118acbb6d5a77839f106ebf7f7e72ea13bbee6
10:48:26 [2021-05-03T10:48:26.206Z] #29 5.284 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
10:48:26 [2021-05-03T10:48:26.367Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 1.0s done
10:48:26 [2021-05-03T10:48:26.367Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064
10:48:25 [2021-05-03T10:48:25.202Z]  > git remote # timeout=10
10:48:25 [2021-05-03T10:48:25.226Z]  > git config --get remote.origin.url # timeout=10
10:48:25 [2021-05-03T10:48:25.251Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:48:25 [2021-05-03T10:48:25.252Z]  > git merge 59751bb23395a137253ca0b4fb99058ecec5a569 # timeout=10
10:48:25 [2021-05-03T10:48:25.583Z]  > git rev-parse HEAD^{commit} # timeout=10
10:48:25 [2021-05-03T10:48:25.606Z]  > git config core.sparsecheckout # timeout=10
10:48:25 [2021-05-03T10:48:25.632Z]  > git checkout -f d88d8208ceabdf60ae47d29509b5e5f50ab23cb5 # timeout=10
10:48:26 [2021-05-03T10:48:26.467Z] #29 5.350 
10:48:26 [2021-05-03T10:48:26.467Z] #29 5.505 
                                                                           0.2%
######################################################################## 100.0%
10:48:26 [2021-05-03T10:48:26.467Z] #29 5.557 
10:48:26 [2021-05-03T10:48:26.727Z] #29 5.810 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
10:48:26 [2021-05-03T10:48:26.727Z] #29 5.867 
10:48:26 [2021-05-03T10:48:26.935Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.6s done
10:48:26 [2021-05-03T10:48:26.993Z] #29 5.987 
###                                                                        5.5%
#######################################################                   77.0%
######################################################################## 100.0%
10:48:26 [2021-05-03T10:48:26.993Z] #29 6.164 
10:48:27 [2021-05-03T10:48:27.191Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab
10:48:27 [2021-05-03T10:48:27.253Z] #29 6.518 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)...
10:48:27 [2021-05-03T10:48:27.515Z] #29 6.577 
10:48:28 [2021-05-03T10:48:28.035Z] #29 6.713 
                                                                           0.0%
#########################                                                 35.2%
#######################################                                   54.5%
###########################################                               60.4%
######################################################################    98.0%
######################################################################## 100.0%
10:48:28 [2021-05-03T10:48:28.035Z] #29 7.172 
10:48:28 [2021-05-03T10:48:28.301Z] #29 7.438 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
10:48:28 [2021-05-03T10:48:28.301Z] #29 7.497 
10:48:28 [2021-05-03T10:48:28.562Z] #29 7.583 
######################################################################## 100.0%
10:48:28 [2021-05-03T10:48:28.562Z] #29 7.619 
10:48:28 [2021-05-03T10:48:28.895Z] #29 7.800 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
10:48:28 [2021-05-03T10:48:28.895Z] #29 7.854 
10:48:28 [2021-05-03T10:48:28.895Z] #29 7.916 
######################################################################## 100.0%
10:48:28 [2021-05-03T10:48:28.895Z] #29 7.932 
10:48:28 [2021-05-03T10:48:28.895Z] #29 7.943 Download of images into '/build' complete.
10:48:28 [2021-05-03T10:48:28.895Z] #29 7.943 Use something like the following to load the result into a Docker daemon:
10:48:28 [2021-05-03T10:48:28.895Z] #29 7.943   tar -cC '/build' . | docker load
10:48:29 [2021-05-03T10:48:29.579Z] Commit message: "Merge commit '59751bb23395a137253ca0b4fb99058ecec5a569' into HEAD"
10:48:29 [2021-05-03T10:48:29.583Z]  > git rev-list --no-walk 7c731e02a980666e262c68d4995f5643b6ffae30 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
10:48:30 [2021-05-03T10:48:30.781Z] + docker version
10:48:32 [2021-05-03T10:48:32.245Z] #29 DONE 11.1s
10:48:32 [2021-05-03T10:48:32.245Z] 
10:48:32 [2021-05-03T10:48:32.245Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
10:48:32 [2021-05-03T10:48:32.245Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f
10:48:32 [2021-05-03T10:48:32.245Z] #10 DONE 5.7s
10:48:32 [2021-05-03T10:48:32.245Z] 
10:48:32 [2021-05-03T10:48:32.245Z] #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
10:48:32 [2021-05-03T10:48:32.245Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42
10:48:32 [2021-05-03T10:48:32.439Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 5.0s
10:48:32 [2021-05-03T10:48:32.817Z] #11 DONE 0.8s
10:48:32 [2021-05-03T10:48:32.817Z] 
10:48:32 [2021-05-03T10:48:32.817Z] #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
10:48:32 [2021-05-03T10:48:32.817Z] #24 sha256:0ceeb6aeb8a8bcc983213ef55af807c21266ba5b4d36b8173238a936d8f99e8e
10:48:32 [2021-05-03T10:48:32.966Z]  ---> 0014e3277bfd
10:48:32 [2021-05-03T10:48:32.966Z] Successfully built 0014e3277bfd
10:48:32 [2021-05-03T10:48:32.966Z] Successfully tagged docker:latest
10:48:32 [2021-05-03T10:48:32.966Z] INFO: Image build ended at 05/03/2021 10:48:32. Duration:00:00:36.8674634
10:48:32 [2021-05-03T10:48:32.966Z] 
10:48:32 [2021-05-03T10:48:32.966Z] 
10:48:32 [2021-05-03T10:48:32.966Z] INFO: Building the test binaries at 05/03/2021 10:48:32...
10:48:33 [2021-05-03T10:48:33.077Z] #24 ...
10:48:33 [2021-05-03T10:48:33.077Z] 
10:48:33 [2021-05-03T10:48:33.077Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
10:48:33 [2021-05-03T10:48:33.077Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2
10:48:33 [2021-05-03T10:48:33.077Z] #39 DONE 0.2s
10:48:33 [2021-05-03T10:48:33.077Z] 
10:48:33 [2021-05-03T10:48:33.077Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
10:48:33 [2021-05-03T10:48:33.077Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415
10:48:33 [2021-05-03T10:48:33.077Z] #31 DONE 0.3s
10:48:33 [2021-05-03T10:48:33.077Z] 
10:48:33 [2021-05-03T10:48:33.077Z] #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
10:48:33 [2021-05-03T10:48:33.077Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
10:48:33 [2021-05-03T10:48:33.319Z] Fetching without tags
10:48:33 [2021-05-03T10:48:33.585Z] Merging remotes/origin/master commit 59751bb23395a137253ca0b4fb99058ecec5a569 into PR head commit 7c731e02a980666e262c68d4995f5643b6ffae30
10:48:33 [2021-05-03T10:48:33.813Z] #9 ...
10:48:33 [2021-05-03T10:48:33.813Z] 
10:48:33 [2021-05-03T10:48:33.813Z] #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
10:48:33 [2021-05-03T10:48:33.813Z] #27 sha256:2f5ef7d60ae1d151fd2aa8dfcbd4d1be127456a9f8db7a76d9528a1821e46d69
10:48:33 [2021-05-03T10:48:33.813Z] #27 1.777 Get:1 http://deb.debian.org/debian buster InRelease [121 kB]
10:48:33 [2021-05-03T10:48:33.813Z] #27 1.793 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
10:48:33 [2021-05-03T10:48:33.813Z] #27 1.881 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
10:48:33 [2021-05-03T10:48:33.813Z] #27 2.036 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
10:48:33 [2021-05-03T10:48:33.813Z] #27 2.428 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
10:48:33 [2021-05-03T10:48:33.813Z] #27 2.802 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [285 kB]
10:48:33 [2021-05-03T10:48:33.813Z] #27 4.169 Fetched 8441 kB in 3s (3193 kB/s)
10:48:33 [2021-05-03T10:48:33.813Z] #27 4.169 Reading package lists...
10:48:33 [2021-05-03T10:48:33.813Z] #27 5.246 Reading package lists...
10:48:33 [2021-05-03T10:48:33.813Z] #27 6.180 Building dependency tree...
10:48:33 [2021-05-03T10:48:33.813Z] #27 6.544 The following additional packages will be installed:
10:48:33 [2021-05-03T10:48:33.813Z] #27 6.544   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
10:48:33 [2021-05-03T10:48:33.813Z] #27 6.544   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
10:48:33 [2021-05-03T10:48:33.813Z] #27 6.544   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
10:48:33 [2021-05-03T10:48:33.813Z] #27 6.544 Suggested packages:
10:48:33 [2021-05-03T10:48:33.813Z] #27 6.544   krb5-doc krb5-user
10:48:33 [2021-05-03T10:48:33.813Z] #27 6.544 Recommended packages:
10:48:33 [2021-05-03T10:48:33.813Z] #27 6.544   krb5-locales publicsuffix libsasl2-modules
10:48:33 [2021-05-03T10:48:33.813Z] #27 6.784 The following NEW packages will be installed:
10:48:33 [2021-05-03T10:48:33.813Z] #27 6.784   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
10:48:33 [2021-05-03T10:48:33.813Z] #27 6.784   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
10:48:33 [2021-05-03T10:48:33.813Z] #27 6.784   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
10:48:33 [2021-05-03T10:48:33.813Z] #27 6.784   libssh2-1 libssl1.1 openssl
10:48:33 [2021-05-03T10:48:33.813Z] #27 7.078 0 upgraded, 21 newly installed, 0 to remove and 2 not upgraded.
10:48:33 [2021-05-03T10:48:33.813Z] #27 7.078 Need to get 5059 kB of archives.
10:48:33 [2021-05-03T10:48:33.813Z] #27 7.078 After this operation, 12.1 MB of additional disk space will be used.
10:48:33 [2021-05-03T10:48:33.813Z] #27 7.078 Get:1 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB]
10:48:33 [2021-05-03T10:48:33.813Z] #27 7.089 Get:2 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
10:48:33 [2021-05-03T10:48:33.813Z] #27 7.089 Get:3 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB]
10:48:33 [2021-05-03T10:48:33.813Z] #27 7.089 Get:4 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB]
10:48:33 [2021-05-03T10:48:33.813Z] #27 7.089 Get:5 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB]
10:48:33 [2021-05-03T10:48:33.813Z] #27 7.089 Get:6 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB]
10:48:33 [2021-05-03T10:48:33.813Z] #27 7.100 Get:7 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB]
10:48:33 [2021-05-03T10:48:33.813Z] #27 7.100 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB]
10:48:33 [2021-05-03T10:48:33.813Z] #27 7.103 Get:9 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]
10:48:33 [2021-05-03T10:48:33.813Z] #27 7.109 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB]
10:48:33 [2021-05-03T10:48:33.813Z] #27 7.114 Get:11 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
10:48:33 [2021-05-03T10:48:33.813Z] #27 7.114 Get:12 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
10:48:33 [2021-05-03T10:48:33.813Z] #27 7.114 Get:13 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
10:48:33 [2021-05-03T10:48:33.813Z] #27 7.116 Get:14 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
10:48:33 [2021-05-03T10:48:33.813Z] #27 7.120 Get:15 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
10:48:33 [2021-05-03T10:48:33.813Z] #27 7.128 Get:16 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
10:48:33 [2021-05-03T10:48:33.813Z] #27 7.128 Get:17 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB]
10:48:33 [2021-05-03T10:48:33.813Z] #27 7.128 Get:18 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
10:48:33 [2021-05-03T10:48:33.813Z] #27 7.315 Get:19 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB]
10:48:33 [2021-05-03T10:48:33.813Z] #27 7.373 Get:20 http://security.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB]
10:48:33 [2021-05-03T10:48:33.813Z] #27 7.395 Get:21 http://security.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB]
10:48:33 [2021-05-03T10:48:33.813Z] #27 7.596 debconf: delaying package configuration, since apt-utils is not installed
10:48:33 [2021-05-03T10:48:33.813Z] #27 7.622 Fetched 5059 kB in 1s (8491 kB/s)
10:48:33 [2021-05-03T10:48:33.813Z] #27 7.681 Selecting previously unselected package libssl1.1:amd64.
10:48:33 [2021-05-03T10:48:33.813Z] #27 7.681 (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.)
10:48:33 [2021-05-03T10:48:33.813Z] #27 7.687 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ...
10:48:33 [2021-05-03T10:48:33.813Z] #27 7.696 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
10:48:33 [2021-05-03T10:48:33.813Z] #27 7.950 Selecting previously unselected package openssl.
10:48:33 [2021-05-03T10:48:33.813Z] #27 7.950 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ...
10:48:33 [2021-05-03T10:48:33.813Z] #27 7.960 Unpacking openssl (1.1.1d-0+deb10u6) ...
10:48:33 [2021-05-03T10:48:33.813Z] #27 8.122 Selecting previously unselected package ca-certificates.
10:48:33 [2021-05-03T10:48:33.813Z] #27 8.122 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ...
10:48:33 [2021-05-03T10:48:33.813Z] #27 8.126 Unpacking ca-certificates (20200601~deb10u2) ...
10:48:33 [2021-05-03T10:48:33.813Z] #27 8.214 Selecting previously unselected package libkeyutils1:amd64.
10:48:33 [2021-05-03T10:48:33.813Z] #27 8.214 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ...
10:48:33 [2021-05-03T10:48:33.813Z] #27 8.218 Unpacking libkeyutils1:amd64 (1.6-6) ...
10:48:33 [2021-05-03T10:48:33.813Z] #27 8.252 Selecting previously unselected package libkrb5support0:amd64.
10:48:33 [2021-05-03T10:48:33.813Z] #27 8.252 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ...
10:48:33 [2021-05-03T10:48:33.813Z] #27 8.256 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ...
10:48:33 [2021-05-03T10:48:33.813Z] #27 8.298 Selecting previously unselected package libk5crypto3:amd64.
10:48:33 [2021-05-03T10:48:33.813Z] #27 8.298 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ...
10:48:33 [2021-05-03T10:48:33.813Z] #27 8.303 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ...
10:48:33 [2021-05-03T10:48:33.813Z] #27 8.390 Selecting previously unselected package libkrb5-3:amd64.
10:48:33 [2021-05-03T10:48:33.813Z] #27 8.390 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ...
10:48:33 [2021-05-03T10:48:33.813Z] #27 8.395 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ...
10:48:33 [2021-05-03T10:48:33.813Z] #27 8.495 Selecting previously unselected package libgssapi-krb5-2:amd64.
10:48:33 [2021-05-03T10:48:33.813Z] #27 8.495 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ...
10:48:33 [2021-05-03T10:48:33.813Z] #27 8.499 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
10:48:33 [2021-05-03T10:48:33.813Z] #27 8.550 Selecting previously unselected package libsasl2-modules-db:amd64.
10:48:33 [2021-05-03T10:48:33.813Z] #27 8.550 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ...
10:48:33 [2021-05-03T10:48:33.813Z] #27 8.554 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
10:48:33 [2021-05-03T10:48:33.813Z] #27 8.674 Selecting previously unselected package libsasl2-2:amd64.
10:48:33 [2021-05-03T10:48:33.813Z] #27 8.674 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ...
10:48:33 [2021-05-03T10:48:33.813Z] #27 8.680 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
10:48:33 [2021-05-03T10:48:33.813Z] #27 8.742 Selecting previously unselected package libldap-common.
10:48:33 [2021-05-03T10:48:33.813Z] #27 8.742 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
10:48:33 [2021-05-03T10:48:33.813Z] #27 8.742 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
10:48:33 [2021-05-03T10:48:33.813Z] #27 8.803 Selecting previously unselected package libldap-2.4-2:amd64.
10:48:33 [2021-05-03T10:48:33.813Z] #27 8.803 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ...
10:48:33 [2021-05-03T10:48:33.813Z] #27 8.809 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
10:48:33 [2021-05-03T10:48:33.813Z] #27 8.877 Selecting previously unselected package libnghttp2-14:amd64.
10:48:33 [2021-05-03T10:48:33.813Z] #27 8.877 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
10:48:33 [2021-05-03T10:48:33.813Z] #27 8.882 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
10:48:33 [2021-05-03T10:48:33.813Z] #27 8.942 Selecting previously unselected package libpsl5:amd64.
10:48:33 [2021-05-03T10:48:33.813Z] #27 8.942 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ...
10:48:33 [2021-05-03T10:48:33.813Z] #27 8.953 Unpacking libpsl5:amd64 (0.20.2-2) ...
10:48:33 [2021-05-03T10:48:33.813Z] #27 8.995 Selecting previously unselected package librtmp1:amd64.
10:48:33 [2021-05-03T10:48:33.814Z] #27 8.995 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
10:48:33 [2021-05-03T10:48:33.814Z] #27 8.998 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
10:48:33 [2021-05-03T10:48:33.814Z] #27 9.044 Selecting previously unselected package libssh2-1:amd64.
10:48:33 [2021-05-03T10:48:33.814Z] #27 9.044 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ...
10:48:33 [2021-05-03T10:48:33.814Z] #27 9.049 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
10:48:33 [2021-05-03T10:48:33.814Z] #27 9.104 Selecting previously unselected package libcurl4:amd64.
10:48:33 [2021-05-03T10:48:33.814Z] #27 9.104 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ...
10:48:33 [2021-05-03T10:48:33.814Z] #27 9.109 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ...
10:48:33 [2021-05-03T10:48:33.814Z] #27 9.187 Selecting previously unselected package curl.
10:48:33 [2021-05-03T10:48:33.814Z] #27 9.187 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ...
10:48:33 [2021-05-03T10:48:33.814Z] #27 9.192 Unpacking curl (7.64.0-4+deb10u2) ...
10:48:34 [2021-05-03T10:48:34.072Z] #27 9.280 Selecting previously unselected package libonig5:amd64.
10:48:34 [2021-05-03T10:48:34.072Z] #27 9.280 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ...
10:48:34 [2021-05-03T10:48:34.072Z] #27 9.284 Unpacking libonig5:amd64 (6.9.1-1) ...
10:48:34 [2021-05-03T10:48:34.072Z] #27 9.347 Selecting previously unselected package libjq1:amd64.
10:48:34 [2021-05-03T10:48:34.072Z] #27 9.347 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ...
10:48:34 [2021-05-03T10:48:34.072Z] #27 9.354 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
10:48:34 [2021-05-03T10:48:34.072Z] #27 9.399 Selecting previously unselected package jq.
10:48:34 [2021-05-03T10:48:34.072Z] #27 9.399 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ...
10:48:34 [2021-05-03T10:48:34.072Z] #27 9.403 Unpacking jq (1.5+dfsg-2+b1) ...
10:48:34 [2021-05-03T10:48:34.072Z] #27 9.512 Setting up libkeyutils1:amd64 (1.6-6) ...
10:48:34 [2021-05-03T10:48:34.330Z] #27 9.523 Setting up libpsl5:amd64 (0.20.2-2) ...
10:48:34 [2021-05-03T10:48:34.330Z] #27 9.534 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
10:48:34 [2021-05-03T10:48:34.330Z] #27 9.701 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
10:48:34 [2021-05-03T10:48:34.330Z] #27 9.712 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
10:48:34 [2021-05-03T10:48:34.330Z] #27 9.726 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ...
10:48:34 [2021-05-03T10:48:34.330Z] #27 9.737 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
10:48:34 [2021-05-03T10:48:34.330Z] #27 9.755 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
10:48:34 [2021-05-03T10:48:34.330Z] #27 9.766 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ...
10:48:34 [2021-05-03T10:48:34.330Z] #27 9.776 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
10:48:34 [2021-05-03T10:48:34.330Z] #27 9.787 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
10:48:34 [2021-05-03T10:48:34.330Z] #27 9.798 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ...
10:48:34 [2021-05-03T10:48:34.330Z] #27 9.818 Setting up openssl (1.1.1d-0+deb10u6) ...
10:48:34 [2021-05-03T10:48:34.330Z] #27 9.833 Setting up libonig5:amd64 (6.9.1-1) ...
10:48:34 [2021-05-03T10:48:34.330Z] #27 9.844 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
10:48:34 [2021-05-03T10:48:34.330Z] #27 9.855 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
10:48:34 [2021-05-03T10:48:34.330Z] #27 9.866 Setting up ca-certificates (20200601~deb10u2) ...
10:48:34 [2021-05-03T10:48:34.706Z] Merge succeeded, producing 1a2111311a390a830e32dcdd33f139df063c1e5d
10:48:34 [2021-05-03T10:48:34.707Z] Checking out Revision 1a2111311a390a830e32dcdd33f139df063c1e5d (PR-42329)
10:48:33 [2021-05-03T10:48:33.251Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:48:33 [2021-05-03T10:48:33.256Z]  > git config --add remote.origin.fetch +refs/pull/42329/head:refs/remotes/origin/PR-42329 # timeout=10
10:48:33 [2021-05-03T10:48:33.273Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
10:48:33 [2021-05-03T10:48:33.283Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:48:33 [2021-05-03T10:48:33.306Z] Fetching upstream changes from https://github.com/moby/moby.git
10:48:33 [2021-05-03T10:48:33.306Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:48:33 [2021-05-03T10:48:33.307Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42329/head:refs/remotes/origin/PR-42329 +refs/heads/master:refs/remotes/origin/master # timeout=10
10:48:33 [2021-05-03T10:48:33.579Z]  > git config core.sparsecheckout # timeout=10
10:48:33 [2021-05-03T10:48:33.601Z]  > git checkout -f 7c731e02a980666e262c68d4995f5643b6ffae30 # timeout=10
10:48:34 [2021-05-03T10:48:34.288Z]  > git remote # timeout=10
10:48:34 [2021-05-03T10:48:34.310Z]  > git config --get remote.origin.url # timeout=10
10:48:34 [2021-05-03T10:48:34.326Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:48:34 [2021-05-03T10:48:34.327Z]  > git merge 59751bb23395a137253ca0b4fb99058ecec5a569 # timeout=10
10:48:34 [2021-05-03T10:48:34.678Z]  > git rev-parse HEAD^{commit} # timeout=10
10:48:34 [2021-05-03T10:48:34.694Z]  > git config core.sparsecheckout # timeout=10
10:48:34 [2021-05-03T10:48:34.709Z]  > git checkout -f 1a2111311a390a830e32dcdd33f139df063c1e5d # timeout=10
10:48:34 [2021-05-03T10:48:34.994Z] Client: Docker Engine - Community
10:48:34 [2021-05-03T10:48:34.994Z]  Version:           20.10.5
10:48:34 [2021-05-03T10:48:34.994Z]  API version:       1.41
10:48:34 [2021-05-03T10:48:34.994Z]  Go version:        go1.13.15
10:48:34 [2021-05-03T10:48:34.994Z]  Git commit:        55c4c88
10:48:34 [2021-05-03T10:48:34.994Z]  Built:             Tue Mar  2 20:18:05 2021
10:48:34 [2021-05-03T10:48:34.994Z]  OS/Arch:           linux/amd64
10:48:34 [2021-05-03T10:48:34.994Z]  Context:           default
10:48:34 [2021-05-03T10:48:34.994Z]  Experimental:      true
10:48:34 [2021-05-03T10:48:34.994Z] 
10:48:34 [2021-05-03T10:48:34.994Z] Server: Docker Engine - Community
10:48:34 [2021-05-03T10:48:34.994Z]  Engine:
10:48:34 [2021-05-03T10:48:34.994Z]   Version:          20.10.5
10:48:34 [2021-05-03T10:48:34.994Z]   API version:      1.41 (minimum version 1.12)
10:48:34 [2021-05-03T10:48:34.994Z]   Go version:       go1.13.15
10:48:34 [2021-05-03T10:48:34.994Z]   Git commit:       363e9a8
10:48:34 [2021-05-03T10:48:34.994Z]   Built:            Tue Mar  2 20:16:00 2021
10:48:34 [2021-05-03T10:48:34.994Z]   OS/Arch:          linux/amd64
10:48:34 [2021-05-03T10:48:34.994Z]   Experimental:     true
10:48:34 [2021-05-03T10:48:34.994Z]  containerd:
10:48:34 [2021-05-03T10:48:34.994Z]   Version:          1.4.4
10:48:34 [2021-05-03T10:48:34.994Z]   GitCommit:        05f951a3781f4f2c1911b05e61c160e9c30eaa8e
10:48:34 [2021-05-03T10:48:34.994Z]  runc:
10:48:34 [2021-05-03T10:48:34.994Z]   Version:          1.0.0-rc93
10:48:34 [2021-05-03T10:48:34.994Z]   GitCommit:        12644e614e25b05da6fd08a38ffa0cfe1903fdec
10:48:34 [2021-05-03T10:48:34.994Z]  docker-init:
10:48:34 [2021-05-03T10:48:34.994Z]   Version:          0.19.0
10:48:34 [2021-05-03T10:48:34.994Z]   GitCommit:        de40ad0
[Pipeline] sh
10:48:35 [2021-05-03T10:48:35.262Z] #27 10.58 Updating certificates in /etc/ssl/certs...
10:48:35 [2021-05-03T10:48:35.328Z] + docker info
10:48:35 [2021-05-03T10:48:35.656Z] #32 ...
10:48:35 [2021-05-03T10:48:35.656Z] 
10:48:35 [2021-05-03T10:48:35.656Z] #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
10:48:35 [2021-05-03T10:48:35.656Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9
10:48:35 [2021-05-03T10:48:35.656Z] #12 DONE 2.6s
10:48:35 [2021-05-03T10:48:35.656Z] 
10:48:35 [2021-05-03T10:48:35.656Z] #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
10:48:35 [2021-05-03T10:48:35.656Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:48:36 [2021-05-03T10:48:36.638Z] #27 11.88 137 added, 0 removed; done.
10:48:36 [2021-05-03T10:48:36.638Z] #27 11.95 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
10:48:36 [2021-05-03T10:48:36.638Z] #27 12.00 Setting up jq (1.5+dfsg-2+b1) ...
10:48:36 [2021-05-03T10:48:36.638Z] #27 12.01 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ...
10:48:36 [2021-05-03T10:48:36.638Z] #27 12.02 Setting up curl (7.64.0-4+deb10u2) ...
10:48:36 [2021-05-03T10:48:36.638Z] #27 12.03 Processing triggers for libc-bin (2.28-10) ...
10:48:36 [2021-05-03T10:48:36.638Z] #27 12.05 Processing triggers for ca-certificates (20200601~deb10u2) ...
10:48:36 [2021-05-03T10:48:36.639Z] #27 12.06 Updating certificates in /etc/ssl/certs...
10:48:37 [2021-05-03T10:48:37.568Z] #27 12.91 0 added, 0 removed; done.
10:48:37 [2021-05-03T10:48:37.568Z] #27 12.91 Running hooks in /etc/ca-certificates/update.d...
10:48:37 [2021-05-03T10:48:37.568Z] #27 12.91 done.
10:48:38 [2021-05-03T10:48:38.525Z] Commit message: "Merge commit '59751bb23395a137253ca0b4fb99058ecec5a569' into HEAD"
10:48:38 [2021-05-03T10:48:38.517Z]  > git rev-list --no-walk 7c731e02a980666e262c68d4995f5643b6ffae30 # timeout=10
10:48:38 [2021-05-03T10:48:38.787Z] INFO: make.ps1 starting at 05/03/2021 10:48:38
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
10:48:39 [2021-05-03T10:48:39.250Z] INFO: Git commit (abfd9aed1c) assumed from DOCKER_GITCOMMIT environment variable
10:48:39 [2021-05-03T10:48:39.250Z] INFO: Invoking autogen...
10:48:39 [2021-05-03T10:48:39.511Z] + docker version
10:48:39 [2021-05-03T10:48:39.712Z] INFO: Building daemon...
10:48:39 [2021-05-03T10:48:39.880Z] #13 4.153 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
10:48:39 [2021-05-03T10:48:39.880Z] #13 4.153 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
10:48:39 [2021-05-03T10:48:39.880Z] #13 4.335 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
10:48:39 [2021-05-03T10:48:39.880Z] #13 4.335 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
10:48:40 [2021-05-03T10:48:40.610Z] Client:
10:48:40 [2021-05-03T10:48:40.610Z]  Context:    default
10:48:40 [2021-05-03T10:48:40.610Z]  Debug Mode: false
10:48:40 [2021-05-03T10:48:40.610Z]  Plugins:
10:48:40 [2021-05-03T10:48:40.610Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
10:48:40 [2021-05-03T10:48:40.610Z]   buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
10:48:40 [2021-05-03T10:48:40.610Z] 
10:48:40 [2021-05-03T10:48:40.610Z] Server:
10:48:40 [2021-05-03T10:48:40.610Z]  Containers: 0
10:48:40 [2021-05-03T10:48:40.610Z]   Running: 0
10:48:40 [2021-05-03T10:48:40.610Z]   Paused: 0
10:48:40 [2021-05-03T10:48:40.610Z]   Stopped: 0
10:48:40 [2021-05-03T10:48:40.610Z]  Images: 0
10:48:40 [2021-05-03T10:48:40.610Z]  Server Version: 20.10.5
10:48:40 [2021-05-03T10:48:40.610Z]  Storage Driver: overlay2
10:48:40 [2021-05-03T10:48:40.610Z]   Backing Filesystem: extfs
10:48:40 [2021-05-03T10:48:40.610Z]   Supports d_type: true
10:48:40 [2021-05-03T10:48:40.610Z]   Native Overlay Diff: true
10:48:40 [2021-05-03T10:48:40.610Z]  Logging Driver: json-file
10:48:40 [2021-05-03T10:48:40.610Z]  Cgroup Driver: cgroupfs
10:48:40 [2021-05-03T10:48:40.610Z]  Cgroup Version: 1
10:48:40 [2021-05-03T10:48:40.610Z]  Plugins:
10:48:40 [2021-05-03T10:48:40.610Z]   Volume: local
10:48:40 [2021-05-03T10:48:40.610Z]   Network: bridge host ipvlan macvlan null overlay
10:48:40 [2021-05-03T10:48:40.610Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
10:48:40 [2021-05-03T10:48:40.610Z]  Swarm: inactive
10:48:40 [2021-05-03T10:48:40.610Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
10:48:40 [2021-05-03T10:48:40.610Z]  Default Runtime: runc
10:48:40 [2021-05-03T10:48:40.610Z]  Init Binary: docker-init
10:48:40 [2021-05-03T10:48:40.610Z]  containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
10:48:40 [2021-05-03T10:48:40.610Z]  runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec
10:48:40 [2021-05-03T10:48:40.610Z]  init version: de40ad0
10:48:40 [2021-05-03T10:48:40.610Z]  Security Options:
10:48:40 [2021-05-03T10:48:40.610Z]   apparmor
10:48:40 [2021-05-03T10:48:40.610Z]   seccomp
10:48:40 [2021-05-03T10:48:40.610Z]    Profile: default
10:48:40 [2021-05-03T10:48:40.610Z]  Kernel Version: 5.4.0-1041-aws
10:48:40 [2021-05-03T10:48:40.610Z]  Operating System: Ubuntu 18.04.5 LTS
10:48:40 [2021-05-03T10:48:40.610Z]  OSType: linux
10:48:40 [2021-05-03T10:48:40.610Z]  Architecture: x86_64
10:48:40 [2021-05-03T10:48:40.610Z]  CPUs: 2
10:48:40 [2021-05-03T10:48:40.610Z]  Total Memory: 7.569GiB
10:48:40 [2021-05-03T10:48:40.610Z]  Name: ip-10-100-98-65
10:48:40 [2021-05-03T10:48:40.610Z]  ID: CCOO:B2L2:53RH:M56T:HCH4:FPBZ:EMUZ:R22X:GVEU:CYRY:U2HB:5I2B
10:48:40 [2021-05-03T10:48:40.610Z]  Docker Root Dir: /var/lib/docker
10:48:40 [2021-05-03T10:48:40.610Z]  Debug Mode: false
10:48:40 [2021-05-03T10:48:40.610Z]  Registry: https://index.docker.io/v1/
10:48:40 [2021-05-03T10:48:40.610Z]  Labels:
10:48:40 [2021-05-03T10:48:40.610Z]  Experimental: true
10:48:40 [2021-05-03T10:48:40.610Z]  Insecure Registries:
10:48:40 [2021-05-03T10:48:40.610Z]   127.0.0.0/8
10:48:40 [2021-05-03T10:48:40.610Z]  Live Restore Enabled: true
10:48:40 [2021-05-03T10:48:40.610Z] 
10:48:40 [2021-05-03T10:48:40.610Z] WARNING: No swap limit support
[Pipeline] sh
10:48:40 [2021-05-03T10:48:40.823Z] #13 5.309 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [467 kB]
10:48:40 [2021-05-03T10:48:40.823Z] #13 ...
10:48:40 [2021-05-03T10:48:40.823Z] 
10:48:40 [2021-05-03T10:48:40.823Z] #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
10:48:40 [2021-05-03T10:48:40.823Z] #24 sha256:0ceeb6aeb8a8bcc983213ef55af807c21266ba5b4d36b8173238a936d8f99e8e
10:48:40 [2021-05-03T10:48:40.823Z] #24 5.437 + RM_GOPATH=0
10:48:40 [2021-05-03T10:48:40.823Z] #24 5.437 + TMP_GOPATH=
10:48:40 [2021-05-03T10:48:40.823Z] #24 5.437 + : /build
10:48:40 [2021-05-03T10:48:40.823Z] #24 5.437 + '[' -z '' ']'
10:48:40 [2021-05-03T10:48:40.823Z] #24 5.437 ++ mktemp -d
10:48:40 [2021-05-03T10:48:40.823Z] #24 5.437 + export GOPATH=/tmp/tmp.KlBSq3dRVs
10:48:40 [2021-05-03T10:48:40.823Z] #24 5.437 + GOPATH=/tmp/tmp.KlBSq3dRVs
10:48:40 [2021-05-03T10:48:40.823Z] #24 5.437 + RM_GOPATH=1
10:48:40 [2021-05-03T10:48:40.823Z] #24 5.437 + case "$(go env GOARCH)" in
10:48:40 [2021-05-03T10:48:40.823Z] #24 5.437 ++ go env GOARCH
10:48:40 [2021-05-03T10:48:40.823Z] #24 5.448 + export GO_BUILDMODE=-buildmode=pie
10:48:40 [2021-05-03T10:48:40.823Z] #24 5.448 + GO_BUILDMODE=-buildmode=pie
10:48:40 [2021-05-03T10:48:40.823Z] #24 5.448 ++ dirname /tmp/install/install.sh
10:48:40 [2021-05-03T10:48:40.823Z] #24 5.469 + dir=/tmp/install
10:48:40 [2021-05-03T10:48:40.823Z] #24 5.469 + bin=dockercli
10:48:40 [2021-05-03T10:48:40.823Z] #24 5.469 + shift
10:48:40 [2021-05-03T10:48:40.823Z] #24 5.469 + '[' '!' -f /tmp/install/dockercli.installer ']'
10:48:40 [2021-05-03T10:48:40.823Z] #24 5.469 + . /tmp/install/dockercli.installer
10:48:40 [2021-05-03T10:48:40.823Z] #24 5.469 ++ : stable
10:48:40 [2021-05-03T10:48:40.823Z] #24 5.469 ++ : 17.06.2-ce
10:48:40 [2021-05-03T10:48:40.823Z] #24 5.469 + install_dockercli
10:48:40 [2021-05-03T10:48:40.823Z] #24 5.469 + echo 'Install docker/cli version 17.06.2-ce from stable'
10:48:40 [2021-05-03T10:48:40.823Z] #24 5.469 ++ uname -m
10:48:40 [2021-05-03T10:48:40.823Z] #24 5.469 Install docker/cli version 17.06.2-ce from stable
10:48:40 [2021-05-03T10:48:40.823Z] #24 5.478 + arch=x86_64
10:48:40 [2021-05-03T10:48:40.823Z] #24 5.478 + '[' x86_64 '!=' x86_64 ']'
10:48:40 [2021-05-03T10:48:40.823Z] #24 5.478 + url=https://download.docker.com/linux/static
10:48:40 [2021-05-03T10:48:40.823Z] #24 5.478 + tar -xz docker/docker
10:48:40 [2021-05-03T10:48:40.823Z] #24 5.478 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
10:48:40 [2021-05-03T10:48:40.899Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35
10:48:40 [2021-05-03T10:48:40.899Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35
10:48:40 [2021-05-03T10:48:40.899Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42329/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh
10:48:40 [2021-05-03T10:48:40.899Z] + bash /home/ubuntu/workspace/moby_PR-42329/check-config.sh
10:48:40 [2021-05-03T10:48:40.899Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
10:48:40 [2021-05-03T10:48:40.899Z] info: reading kernel config from /boot/config-5.4.0-1041-aws ...
10:48:40 [2021-05-03T10:48:40.899Z] 
10:48:40 [2021-05-03T10:48:40.899Z] Generally Necessary:
10:48:40 [2021-05-03T10:48:40.899Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
10:48:40 [2021-05-03T10:48:40.899Z] - apparmor: enabled and tools installed
10:48:40 [2021-05-03T10:48:40.899Z] - CONFIG_NAMESPACES: enabled
10:48:40 [2021-05-03T10:48:40.899Z] - CONFIG_NET_NS: enabled
10:48:40 [2021-05-03T10:48:40.899Z] - CONFIG_PID_NS: enabled
10:48:40 [2021-05-03T10:48:40.899Z] - CONFIG_IPC_NS: enabled
10:48:40 [2021-05-03T10:48:40.899Z] - CONFIG_UTS_NS: enabled
10:48:40 [2021-05-03T10:48:40.899Z] - CONFIG_CGROUPS: enabled
10:48:40 [2021-05-03T10:48:40.899Z] - CONFIG_CGROUP_CPUACCT: enabled
10:48:40 [2021-05-03T10:48:40.899Z] - CONFIG_CGROUP_DEVICE: enabled
10:48:40 [2021-05-03T10:48:40.899Z] - CONFIG_CGROUP_FREEZER: enabled
10:48:40 [2021-05-03T10:48:40.899Z] - CONFIG_CGROUP_SCHED: enabled
10:48:40 [2021-05-03T10:48:40.899Z] - CONFIG_CPUSETS: enabled
10:48:40 [2021-05-03T10:48:40.899Z] - CONFIG_MEMCG: enabled
10:48:40 [2021-05-03T10:48:40.899Z] - CONFIG_KEYS: enabled
10:48:40 [2021-05-03T10:48:40.899Z] - CONFIG_VETH: enabled (as module)
10:48:40 [2021-05-03T10:48:40.899Z] - CONFIG_BRIDGE: enabled (as module)
10:48:40 [2021-05-03T10:48:40.899Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
10:48:40 [2021-05-03T10:48:40.899Z] - CONFIG_IP_NF_FILTER: enabled (as module)
10:48:40 [2021-05-03T10:48:40.899Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
10:48:40 [2021-05-03T10:48:40.899Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
10:48:41 [2021-05-03T10:48:41.164Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
10:48:41 [2021-05-03T10:48:41.164Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
10:48:41 [2021-05-03T10:48:41.164Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
10:48:41 [2021-05-03T10:48:41.164Z] - CONFIG_IP_NF_NAT: enabled (as module)
10:48:41 [2021-05-03T10:48:41.164Z] - CONFIG_NF_NAT: enabled (as module)
10:48:41 [2021-05-03T10:48:41.164Z] - CONFIG_POSIX_MQUEUE: enabled
10:48:41 [2021-05-03T10:48:41.164Z] 
10:48:41 [2021-05-03T10:48:41.164Z] Optional Features:
10:48:41 [2021-05-03T10:48:41.164Z] - CONFIG_USER_NS: enabled
10:48:41 [2021-05-03T10:48:41.164Z] - CONFIG_SECCOMP: enabled
10:48:41 [2021-05-03T10:48:41.164Z] - CONFIG_SECCOMP_FILTER: enabled
10:48:41 [2021-05-03T10:48:41.164Z] - CONFIG_CGROUP_PIDS: enabled
10:48:41 [2021-05-03T10:48:41.164Z] - CONFIG_MEMCG_SWAP: enabled
10:48:41 [2021-05-03T10:48:41.164Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
10:48:41 [2021-05-03T10:48:41.164Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
10:48:41 [2021-05-03T10:48:41.164Z] - CONFIG_BLK_CGROUP: enabled
10:48:41 [2021-05-03T10:48:41.164Z] - CONFIG_BLK_DEV_THROTTLING: enabled
10:48:41 [2021-05-03T10:48:41.164Z] - CONFIG_CGROUP_PERF: enabled
10:48:41 [2021-05-03T10:48:41.164Z] - CONFIG_CGROUP_HUGETLB: enabled
10:48:41 [2021-05-03T10:48:41.164Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
10:48:41 [2021-05-03T10:48:41.164Z] - CONFIG_CGROUP_NET_PRIO: enabled
10:48:41 [2021-05-03T10:48:41.164Z] - CONFIG_CFS_BANDWIDTH: enabled
10:48:41 [2021-05-03T10:48:41.164Z] - CONFIG_FAIR_GROUP_SCHED: enabled
10:48:41 [2021-05-03T10:48:41.164Z] - CONFIG_RT_GROUP_SCHED: missing
10:48:41 [2021-05-03T10:48:41.164Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
10:48:41 [2021-05-03T10:48:41.164Z] - CONFIG_IP_VS: enabled (as module)
10:48:41 [2021-05-03T10:48:41.164Z] - CONFIG_IP_VS_NFCT: enabled
10:48:41 [2021-05-03T10:48:41.164Z] - CONFIG_IP_VS_PROTO_TCP: enabled
10:48:41 [2021-05-03T10:48:41.164Z] - CONFIG_IP_VS_PROTO_UDP: enabled
10:48:41 [2021-05-03T10:48:41.164Z] - CONFIG_IP_VS_RR: enabled (as module)
10:48:41 [2021-05-03T10:48:41.164Z] - CONFIG_SECURITY_SELINUX: enabled
10:48:41 [2021-05-03T10:48:41.164Z] - CONFIG_SECURITY_APPARMOR: enabled
10:48:41 [2021-05-03T10:48:41.164Z] - CONFIG_EXT4_FS: enabled
10:48:41 [2021-05-03T10:48:41.164Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
10:48:41 [2021-05-03T10:48:41.164Z] - CONFIG_EXT4_FS_SECURITY: enabled
10:48:41 [2021-05-03T10:48:41.426Z] - Network Drivers:
10:48:41 [2021-05-03T10:48:41.426Z]   - "overlay":
10:48:41 [2021-05-03T10:48:41.426Z]     - CONFIG_VXLAN: enabled (as module)
10:48:41 [2021-05-03T10:48:41.426Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
10:48:41 [2021-05-03T10:48:41.426Z]       Optional (for encrypted networks):
10:48:41 [2021-05-03T10:48:41.426Z]       - CONFIG_CRYPTO: enabled
10:48:41 [2021-05-03T10:48:41.426Z]       - CONFIG_CRYPTO_AEAD: enabled
10:48:41 [2021-05-03T10:48:41.426Z]       - CONFIG_CRYPTO_GCM: enabled
10:48:41 [2021-05-03T10:48:41.426Z]       - CONFIG_CRYPTO_SEQIV: enabled
10:48:41 [2021-05-03T10:48:41.426Z]       - CONFIG_CRYPTO_GHASH: enabled
10:48:41 [2021-05-03T10:48:41.426Z]       - CONFIG_XFRM: enabled
10:48:41 [2021-05-03T10:48:41.426Z]       - CONFIG_XFRM_USER: enabled (as module)
10:48:41 [2021-05-03T10:48:41.426Z]       - CONFIG_XFRM_ALGO: enabled (as module)
10:48:41 [2021-05-03T10:48:41.426Z]       - CONFIG_INET_ESP: enabled (as module)
10:48:41 [2021-05-03T10:48:41.426Z]   - "ipvlan":
10:48:41 [2021-05-03T10:48:41.426Z]     - CONFIG_IPVLAN: enabled (as module)
10:48:41 [2021-05-03T10:48:41.426Z]   - "macvlan":
10:48:41 [2021-05-03T10:48:41.426Z]     - CONFIG_MACVLAN: enabled (as module)
10:48:41 [2021-05-03T10:48:41.426Z]     - CONFIG_DUMMY: enabled (as module)
10:48:41 [2021-05-03T10:48:41.426Z]   - "ftp,tftp client in container":
10:48:41 [2021-05-03T10:48:41.426Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
10:48:41 [2021-05-03T10:48:41.426Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
10:48:41 [2021-05-03T10:48:41.426Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
10:48:41 [2021-05-03T10:48:41.426Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
10:48:41 [2021-05-03T10:48:41.426Z] - Storage Drivers:
10:48:41 [2021-05-03T10:48:41.426Z]   - "aufs":
10:48:41 [2021-05-03T10:48:41.426Z]     - CONFIG_AUFS_FS: enabled (as module)
10:48:41 [2021-05-03T10:48:41.426Z]   - "btrfs":
10:48:41 [2021-05-03T10:48:41.426Z]     - CONFIG_BTRFS_FS: enabled (as module)
10:48:41 [2021-05-03T10:48:41.426Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
10:48:41 [2021-05-03T10:48:41.426Z]   - "devicemapper":
10:48:41 [2021-05-03T10:48:41.426Z]     - CONFIG_BLK_DEV_DM: enabled
10:48:41 [2021-05-03T10:48:41.426Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
10:48:41 [2021-05-03T10:48:41.426Z]   - "overlay":
10:48:41 [2021-05-03T10:48:41.426Z]     - CONFIG_OVERLAY_FS: enabled (as module)
10:48:41 [2021-05-03T10:48:41.426Z]   - "zfs":
10:48:41 [2021-05-03T10:48:41.426Z]     - /dev/zfs: present
10:48:41 [2021-05-03T10:48:41.426Z]     - zfs command: missing
10:48:41 [2021-05-03T10:48:41.426Z]     - zpool command: missing
10:48:41 [2021-05-03T10:48:41.426Z] 
10:48:41 [2021-05-03T10:48:41.426Z] Limits:
10:48:41 [2021-05-03T10:48:41.426Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
10:48:41 [2021-05-03T10:48:41.426Z] 
10:48:41 [2021-05-03T10:48:41.426Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
10:48:41 [2021-05-03T10:48:41.746Z] #27 DONE 16.5s
10:48:41 [2021-05-03T10:48:41.746Z] 
10:48:41 [2021-05-03T10:48:41.746Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
10:48:41 [2021-05-03T10:48:41.746Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
10:48:41 [2021-05-03T10:48:41.746Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 7.5s done
10:48:41 [2021-05-03T10:48:41.746Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.9s done
10:48:41 [2021-05-03T10:48:41.746Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 1.4s
10:48:41 [2021-05-03T10:48:41.746Z] #9 ...
10:48:41 [2021-05-03T10:48:41.746Z] 
10:48:41 [2021-05-03T10:48:41.746Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
10:48:41 [2021-05-03T10:48:41.746Z] #28 sha256:d4d564a552024aa8991431833524a51be846c5329741f75e1d66ed818e0fb2ce
10:48:41 [2021-05-03T10:48:41.746Z] #28 DONE 0.1s
10:48:41 [2021-05-03T10:48:41.746Z] 
10:48:41 [2021-05-03T10:48:41.746Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
10:48:41 [2021-05-03T10:48:41.746Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
10:48:41 [2021-05-03T10:48:41.777Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:19b7f7f3484697146ca76b75346365080b99a3b2 .
10:48:42 [2021-05-03T10:48:42.347Z] #1 [internal] load build definition from Dockerfile
10:48:42 [2021-05-03T10:48:42.347Z] #1 sha256:86fc6a81d1d5a4fb58aef681696ec847164374e3bf380562f10ccc3ded7d830e
10:48:42 [2021-05-03T10:48:42.347Z] #1 transferring dockerfile: 17.07kB done
10:48:42 [2021-05-03T10:48:42.347Z] #1 DONE 0.1s
10:48:42 [2021-05-03T10:48:42.347Z] 
10:48:42 [2021-05-03T10:48:42.347Z] #2 [internal] load .dockerignore
10:48:42 [2021-05-03T10:48:42.347Z] #2 sha256:b144f639df8785a6a8011267feacb7f60ba7b673ca8e80bd721e38f7768468e6
10:48:42 [2021-05-03T10:48:42.347Z] #2 transferring context: 87B done
10:48:42 [2021-05-03T10:48:42.347Z] #2 DONE 0.0s
10:48:42 [2021-05-03T10:48:42.347Z] 
10:48:42 [2021-05-03T10:48:42.347Z] #3 resolve image config for docker.io/docker/dockerfile:1.2
10:48:42 [2021-05-03T10:48:42.347Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69
10:48:42 [2021-05-03T10:48:42.607Z] #3 DONE 0.4s
10:48:42 [2021-05-03T10:48:42.607Z] 
10:48:42 [2021-05-03T10:48:42.607Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc
10:48:42 [2021-05-03T10:48:42.607Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727
10:48:42 [2021-05-03T10:48:42.607Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done
10:48:42 [2021-05-03T10:48:42.607Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done
10:48:42 [2021-05-03T10:48:42.607Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done
10:48:42 [2021-05-03T10:48:42.607Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done
10:48:42 [2021-05-03T10:48:42.607Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0B / 9.64MB 0.1s
10:48:42 [2021-05-03T10:48:42.866Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s
10:48:43 [2021-05-03T10:48:43.127Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.3s done
10:48:43 [2021-05-03T10:48:43.127Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.1s
10:48:43 [2021-05-03T10:48:43.375Z] #24 ...
10:48:43 [2021-05-03T10:48:43.375Z] 
10:48:43 [2021-05-03T10:48:43.375Z] #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
10:48:43 [2021-05-03T10:48:43.375Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
10:48:43 [2021-05-03T10:48:43.375Z] #36 6.138 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
10:48:43 [2021-05-03T10:48:43.375Z] #36 6.269 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
10:48:43 [2021-05-03T10:48:43.375Z] #36 6.434 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
10:48:43 [2021-05-03T10:48:43.375Z] #36 7.543 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
10:48:43 [2021-05-03T10:48:43.375Z] #36 9.581 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [285 kB]
10:48:43 [2021-05-03T10:48:43.375Z] #36 ...
10:48:43 [2021-05-03T10:48:43.375Z] 
10:48:43 [2021-05-03T10:48:43.375Z] #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
10:48:43 [2021-05-03T10:48:43.375Z] #45 sha256:3c300042d3325d05ae0fd5f6c25145d6aaf7594723399bc80e89aa7cb3b81cad
10:48:43 [2021-05-03T10:48:43.375Z] #45 5.445 + RM_GOPATH=0
10:48:43 [2021-05-03T10:48:43.375Z] #45 5.445 + TMP_GOPATH=
10:48:43 [2021-05-03T10:48:43.375Z] #45 5.445 + : /build
10:48:43 [2021-05-03T10:48:43.375Z] #45 5.445 + '[' -z '' ']'
10:48:43 [2021-05-03T10:48:43.375Z] #45 5.445 ++ mktemp -d
10:48:43 [2021-05-03T10:48:43.375Z] #45 5.449 + export GOPATH=/tmp/tmp.5qLixUfi6A
10:48:43 [2021-05-03T10:48:43.375Z] #45 5.449 + GOPATH=/tmp/tmp.5qLixUfi6A
10:48:43 [2021-05-03T10:48:43.375Z] #45 5.449 + RM_GOPATH=1
10:48:43 [2021-05-03T10:48:43.375Z] #45 5.449 + case "$(go env GOARCH)" in
10:48:43 [2021-05-03T10:48:43.375Z] #45 5.451 ++ go env GOARCH
10:48:43 [2021-05-03T10:48:43.375Z] #45 5.478 + export GO_BUILDMODE=-buildmode=pie
10:48:43 [2021-05-03T10:48:43.375Z] #45 5.478 + GO_BUILDMODE=-buildmode=pie
10:48:43 [2021-05-03T10:48:43.375Z] #45 5.479 ++ dirname /tmp/install/install.sh
10:48:43 [2021-05-03T10:48:43.375Z] #45 5.488 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
10:48:43 [2021-05-03T10:48:43.375Z] #45 5.492 + dir=/tmp/install
10:48:43 [2021-05-03T10:48:43.375Z] #45 5.492 + bin=vndr
10:48:43 [2021-05-03T10:48:43.375Z] #45 5.492 + shift
10:48:43 [2021-05-03T10:48:43.375Z] #45 5.492 + '[' '!' -f /tmp/install/vndr.installer ']'
10:48:43 [2021-05-03T10:48:43.375Z] #45 5.492 + . /tmp/install/vndr.installer
10:48:43 [2021-05-03T10:48:43.375Z] #45 5.492 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
10:48:43 [2021-05-03T10:48:43.375Z] #45 5.492 + install_vndr
10:48:43 [2021-05-03T10:48:43.375Z] #45 5.492 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
10:48:43 [2021-05-03T10:48:43.375Z] #45 5.492 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.5qLixUfi6A/src/github.com/LK4D4/vndr
10:48:43 [2021-05-03T10:48:43.375Z] #45 5.504 Cloning into '/tmp/tmp.5qLixUfi6A/src/github.com/LK4D4/vndr'...
10:48:43 [2021-05-03T10:48:43.375Z] #45 6.534 + cd /tmp/tmp.5qLixUfi6A/src/github.com/LK4D4/vndr
10:48:43 [2021-05-03T10:48:43.375Z] #45 6.537 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
10:48:43 [2021-05-03T10:48:43.375Z] #45 6.596 + go build -buildmode=pie -v -o /build/vndr .
10:48:43 [2021-05-03T10:48:43.375Z] #45 8.269 internal/cpu
10:48:43 [2021-05-03T10:48:43.375Z] #45 8.331 runtime/internal/atomic
10:48:43 [2021-05-03T10:48:43.375Z] #45 8.645 runtime/internal/sys
10:48:43 [2021-05-03T10:48:43.375Z] #45 8.920 internal/bytealg
10:48:43 [2021-05-03T10:48:43.375Z] #45 8.930 runtime/internal/math
10:48:43 [2021-05-03T10:48:43.375Z] #45 9.046 internal/race
10:48:43 [2021-05-03T10:48:43.375Z] #45 9.286 sync/atomic
10:48:43 [2021-05-03T10:48:43.375Z] #45 9.592 unicode
10:48:43 [2021-05-03T10:48:43.375Z] #45 9.720 runtime
10:48:43 [2021-05-03T10:48:43.375Z] #45 ...
10:48:43 [2021-05-03T10:48:43.375Z] 
10:48:43 [2021-05-03T10:48:43.375Z] #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
10:48:43 [2021-05-03T10:48:43.375Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
10:48:43 [2021-05-03T10:48:43.375Z] #55 6.470 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
10:48:43 [2021-05-03T10:48:43.375Z] #55 6.552 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
10:48:43 [2021-05-03T10:48:43.375Z] #55 6.565 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
10:48:43 [2021-05-03T10:48:43.375Z] #55 7.728 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
10:48:43 [2021-05-03T10:48:43.375Z] #55 9.797 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [285 kB]
10:48:43 [2021-05-03T10:48:43.375Z] #55 ...
10:48:43 [2021-05-03T10:48:43.375Z] 
10:48:43 [2021-05-03T10:48:43.375Z] #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
10:48:43 [2021-05-03T10:48:43.375Z] #47 sha256:2c8b8c576e606a896bc52ec35ba8759a572d019fd2dd3d95dae2aab48b58b44d
10:48:43 [2021-05-03T10:48:43.375Z] #47 4.190 + RM_GOPATH=0
10:48:43 [2021-05-03T10:48:43.375Z] #47 4.190 + TMP_GOPATH=
10:48:43 [2021-05-03T10:48:43.375Z] #47 4.190 + : /build
10:48:43 [2021-05-03T10:48:43.375Z] #47 4.190 + '[' -z '' ']'
10:48:43 [2021-05-03T10:48:43.375Z] #47 4.190 ++ mktemp -d
10:48:43 [2021-05-03T10:48:43.375Z] #47 4.196 + export GOPATH=/tmp/tmp.64zKXKOTTm
10:48:43 [2021-05-03T10:48:43.375Z] #47 4.196 + GOPATH=/tmp/tmp.64zKXKOTTm
10:48:43 [2021-05-03T10:48:43.375Z] #47 4.196 + RM_GOPATH=1
10:48:43 [2021-05-03T10:48:43.375Z] #47 4.196 + case "$(go env GOARCH)" in
10:48:43 [2021-05-03T10:48:43.375Z] #47 4.196 ++ go env GOARCH
10:48:43 [2021-05-03T10:48:43.375Z] #47 4.199 + export GO_BUILDMODE=-buildmode=pie
10:48:43 [2021-05-03T10:48:43.375Z] #47 4.199 + GO_BUILDMODE=-buildmode=pie
10:48:43 [2021-05-03T10:48:43.375Z] #47 4.199 ++ dirname /tmp/install/install.sh
10:48:43 [2021-05-03T10:48:43.375Z] #47 4.199 + dir=/tmp/install
10:48:43 [2021-05-03T10:48:43.375Z] #47 4.199 + bin=gotestsum
10:48:43 [2021-05-03T10:48:43.375Z] #47 4.199 + shift
10:48:43 [2021-05-03T10:48:43.375Z] #47 4.199 + '[' '!' -f /tmp/install/gotestsum.installer ']'
10:48:43 [2021-05-03T10:48:43.375Z] #47 4.199 + . /tmp/install/gotestsum.installer
10:48:43 [2021-05-03T10:48:43.375Z] #47 4.199 ++ : v0.5.3
10:48:43 [2021-05-03T10:48:43.375Z] #47 4.199 + install_gotestsum
10:48:43 [2021-05-03T10:48:43.375Z] #47 4.200 + set -e
10:48:43 [2021-05-03T10:48:43.375Z] #47 4.200 + export GO111MODULE=on
10:48:43 [2021-05-03T10:48:43.375Z] #47 4.200 + GO111MODULE=on
10:48:43 [2021-05-03T10:48:43.375Z] #47 4.200 + GOBIN=/build
10:48:43 [2021-05-03T10:48:43.375Z] #47 4.200 + go get gotest.tools/gotestsum@v0.5.3
10:48:43 [2021-05-03T10:48:43.375Z] #47 4.239 go: finding gotest.tools v0.5.3
10:48:43 [2021-05-03T10:48:43.375Z] #47 4.239 go: finding gotest.tools/gotestsum v0.5.3
10:48:43 [2021-05-03T10:48:43.375Z] #47 4.406 go: downloading gotest.tools/gotestsum v0.5.3
10:48:43 [2021-05-03T10:48:43.375Z] #47 4.976 go: extracting gotest.tools/gotestsum v0.5.3
10:48:43 [2021-05-03T10:48:43.375Z] #47 7.660 go: downloading github.com/fatih/color v1.9.0
10:48:43 [2021-05-03T10:48:43.375Z] #47 7.681 go: downloading github.com/jonboulle/clockwork v0.1.0
10:48:43 [2021-05-03T10:48:43.375Z] #47 7.696 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
10:48:43 [2021-05-03T10:48:43.375Z] #47 7.778 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
10:48:43 [2021-05-03T10:48:43.375Z] #47 7.796 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
10:48:43 [2021-05-03T10:48:43.375Z] #47 7.810 go: downloading github.com/pkg/errors v0.9.1
10:48:43 [2021-05-03T10:48:43.375Z] #47 7.915 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
10:48:43 [2021-05-03T10:48:43.375Z] #47 8.145 go: downloading github.com/spf13/pflag v1.0.3
10:48:43 [2021-05-03T10:48:43.375Z] #47 8.216 go: extracting github.com/fatih/color v1.9.0
10:48:43 [2021-05-03T10:48:43.375Z] #47 8.307 go: extracting github.com/jonboulle/clockwork v0.1.0
10:48:43 [2021-05-03T10:48:43.375Z] #47 8.395 go: downloading github.com/mattn/go-colorable v0.1.6
10:48:43 [2021-05-03T10:48:43.375Z] #47 8.402 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
10:48:43 [2021-05-03T10:48:43.375Z] #47 8.502 go: extracting github.com/pkg/errors v0.9.1
10:48:43 [2021-05-03T10:48:43.375Z] #47 8.505 go: downloading github.com/mattn/go-isatty v0.0.12
10:48:43 [2021-05-03T10:48:43.375Z] #47 8.563 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
10:48:43 [2021-05-03T10:48:43.375Z] #47 8.854 go: extracting github.com/mattn/go-isatty v0.0.12
10:48:43 [2021-05-03T10:48:43.375Z] #47 8.914 go: extracting github.com/mattn/go-colorable v0.1.6
10:48:43 [2021-05-03T10:48:43.375Z] #47 8.928 go: extracting github.com/spf13/pflag v1.0.3
10:48:43 [2021-05-03T10:48:43.375Z] #47 9.023 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
10:48:43 [2021-05-03T10:48:43.386Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.5s done
10:48:43 [2021-05-03T10:48:43.636Z] #47 10.71 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
10:48:43 [2021-05-03T10:48:43.636Z] #47 ...
10:48:43 [2021-05-03T10:48:43.636Z] 
10:48:43 [2021-05-03T10:48:43.636Z] #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
10:48:43 [2021-05-03T10:48:43.636Z] #51 sha256:95189ee2d5889fe842c8d17c3daf9f5d3a3b1cf0afcec135cf458b18cba524c1
10:48:43 [2021-05-03T10:48:43.636Z] #51 4.680 + RM_GOPATH=0
10:48:43 [2021-05-03T10:48:43.636Z] #51 4.684 + TMP_GOPATH=
10:48:43 [2021-05-03T10:48:43.636Z] #51 4.684 + : /build
10:48:43 [2021-05-03T10:48:43.636Z] #51 4.684 + '[' -z '' ']'
10:48:43 [2021-05-03T10:48:43.636Z] #51 4.684 ++ mktemp -d
10:48:43 [2021-05-03T10:48:43.636Z] #51 4.684 + export GOPATH=/tmp/tmp.9bp2RtIlyD
10:48:43 [2021-05-03T10:48:43.636Z] #51 4.684 + GOPATH=/tmp/tmp.9bp2RtIlyD
10:48:43 [2021-05-03T10:48:43.636Z] #51 4.684 + RM_GOPATH=1
10:48:43 [2021-05-03T10:48:43.636Z] #51 4.684 + case "$(go env GOARCH)" in
10:48:43 [2021-05-03T10:48:43.636Z] #51 4.684 ++ go env GOARCH
10:48:43 [2021-05-03T10:48:43.636Z] #51 4.706 + export GO_BUILDMODE=-buildmode=pie
10:48:43 [2021-05-03T10:48:43.636Z] #51 4.706 + GO_BUILDMODE=-buildmode=pie
10:48:43 [2021-05-03T10:48:43.636Z] #51 4.706 ++ dirname /tmp/install/install.sh
10:48:43 [2021-05-03T10:48:43.636Z] #51 4.706 + dir=/tmp/install
10:48:43 [2021-05-03T10:48:43.636Z] #51 4.706 + bin=shfmt
10:48:43 [2021-05-03T10:48:43.636Z] #51 4.706 + shift
10:48:43 [2021-05-03T10:48:43.636Z] #51 4.706 + '[' '!' -f /tmp/install/shfmt.installer ']'
10:48:43 [2021-05-03T10:48:43.636Z] #51 4.706 + . /tmp/install/shfmt.installer
10:48:43 [2021-05-03T10:48:43.636Z] #51 4.706 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
10:48:43 [2021-05-03T10:48:43.636Z] #51 4.706 + install_shfmt
10:48:43 [2021-05-03T10:48:43.636Z] #51 4.706 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
10:48:43 [2021-05-03T10:48:43.636Z] #51 4.706 + git clone https://github.com/mvdan/sh.git /tmp/tmp.9bp2RtIlyD/src/github.com/mvdan/sh
10:48:43 [2021-05-03T10:48:43.636Z] #51 4.706 Cloning into '/tmp/tmp.9bp2RtIlyD/src/github.com/mvdan/sh'...
10:48:43 [2021-05-03T10:48:43.636Z] #51 4.710 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
10:48:43 [2021-05-03T10:48:43.636Z] #51 ...
10:48:43 [2021-05-03T10:48:43.636Z] 
10:48:43 [2021-05-03T10:48:43.636Z] #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
10:48:43 [2021-05-03T10:48:43.636Z] #58 sha256:0fc2e074b3ab98a27c7c5454cc7102bee28624af7ef8822a14b68874205cdfb5
10:48:43 [2021-05-03T10:48:43.636Z] #58 5.050 + RM_GOPATH=0
10:48:43 [2021-05-03T10:48:43.636Z] #58 5.050 + TMP_GOPATH=
10:48:43 [2021-05-03T10:48:43.636Z] #58 5.050 + : /build
10:48:43 [2021-05-03T10:48:43.636Z] #58 5.050 + '[' -z '' ']'
10:48:43 [2021-05-03T10:48:43.636Z] #58 5.050 ++ mktemp -d
10:48:43 [2021-05-03T10:48:43.636Z] #58 5.050 + export GOPATH=/tmp/tmp.Lu3AlKAkY6
10:48:43 [2021-05-03T10:48:43.636Z] #58 5.050 + GOPATH=/tmp/tmp.Lu3AlKAkY6
10:48:43 [2021-05-03T10:48:43.636Z] #58 5.050 + RM_GOPATH=1
10:48:43 [2021-05-03T10:48:43.636Z] #58 5.050 + case "$(go env GOARCH)" in
10:48:43 [2021-05-03T10:48:43.636Z] #58 5.050 ++ go env GOARCH
10:48:43 [2021-05-03T10:48:43.636Z] #58 5.089 + export GO_BUILDMODE=-buildmode=pie
10:48:43 [2021-05-03T10:48:43.636Z] #58 5.089 + GO_BUILDMODE=-buildmode=pie
10:48:43 [2021-05-03T10:48:43.636Z] #58 5.089 ++ dirname /tmp/install/install.sh
10:48:43 [2021-05-03T10:48:43.636Z] #58 5.094 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778
10:48:43 [2021-05-03T10:48:43.636Z] #58 5.094 + dir=/tmp/install
10:48:43 [2021-05-03T10:48:43.637Z] #58 5.094 + bin=rootlesskit
10:48:43 [2021-05-03T10:48:43.637Z] #58 5.094 + shift
10:48:43 [2021-05-03T10:48:43.637Z] #58 5.094 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
10:48:43 [2021-05-03T10:48:43.637Z] #58 5.094 + . /tmp/install/rootlesskit.installer
10:48:43 [2021-05-03T10:48:43.637Z] #58 5.094 ++ : 4cd567642273d369adaadcbadca00880552c1778
10:48:43 [2021-05-03T10:48:43.637Z] #58 5.094 + install_rootlesskit
10:48:43 [2021-05-03T10:48:43.637Z] #58 5.094 + case "$1" in
10:48:43 [2021-05-03T10:48:43.637Z] #58 5.094 + export CGO_ENABLED=0
10:48:43 [2021-05-03T10:48:43.637Z] #58 5.094 + CGO_ENABLED=0
10:48:43 [2021-05-03T10:48:43.637Z] #58 5.094 + _install_rootlesskit
10:48:43 [2021-05-03T10:48:43.637Z] #58 5.094 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778'
10:48:43 [2021-05-03T10:48:43.637Z] #58 5.094 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.Lu3AlKAkY6/src/github.com/rootless-containers/rootlesskit
10:48:43 [2021-05-03T10:48:43.637Z] #58 5.118 Cloning into '/tmp/tmp.Lu3AlKAkY6/src/github.com/rootless-containers/rootlesskit'...
10:48:43 [2021-05-03T10:48:43.637Z] #58 10.02 + cd /tmp/tmp.Lu3AlKAkY6/src/github.com/rootless-containers/rootlesskit
10:48:43 [2021-05-03T10:48:43.637Z] #58 10.02 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778
10:48:43 [2021-05-03T10:48:43.637Z] #58 10.03 + export GO111MODULE=on
10:48:43 [2021-05-03T10:48:43.637Z] #58 10.03 + GO111MODULE=on
10:48:43 [2021-05-03T10:48:43.637Z] #58 10.03 + export GOPROXY=https://proxy.golang.org
10:48:43 [2021-05-03T10:48:43.637Z] #58 10.03 + GOPROXY=https://proxy.golang.org
10:48:43 [2021-05-03T10:48:43.637Z] #58 10.03 + for f in rootlesskit rootlesskit-docker-proxy
10:48:43 [2021-05-03T10:48:43.637Z] #58 10.03 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
10:48:43 [2021-05-03T10:48:43.647Z] #4 DONE 0.9s
10:48:43 [2021-05-03T10:48:43.707Z] Client: Docker Engine - Community
10:48:43 [2021-05-03T10:48:43.707Z]  Version:           20.10.5
10:48:43 [2021-05-03T10:48:43.707Z]  API version:       1.41
10:48:43 [2021-05-03T10:48:43.707Z]  Go version:        go1.13.15
10:48:43 [2021-05-03T10:48:43.707Z]  Git commit:        55c4c88
10:48:43 [2021-05-03T10:48:43.707Z]  Built:             Tue Mar  2 20:18:20 2021
10:48:43 [2021-05-03T10:48:43.707Z]  OS/Arch:           linux/amd64
10:48:43 [2021-05-03T10:48:43.707Z]  Context:           default
10:48:43 [2021-05-03T10:48:43.707Z]  Experimental:      true
10:48:43 [2021-05-03T10:48:43.707Z] 
10:48:43 [2021-05-03T10:48:43.707Z] Server: Docker Engine - Community
10:48:43 [2021-05-03T10:48:43.707Z]  Engine:
10:48:43 [2021-05-03T10:48:43.707Z]   Version:          20.10.5
10:48:43 [2021-05-03T10:48:43.707Z]   API version:      1.41 (minimum version 1.12)
10:48:43 [2021-05-03T10:48:43.707Z]   Go version:       go1.13.15
10:48:43 [2021-05-03T10:48:43.707Z]   Git commit:       363e9a8
10:48:43 [2021-05-03T10:48:43.707Z]   Built:            Tue Mar  2 20:16:15 2021
10:48:43 [2021-05-03T10:48:43.707Z]   OS/Arch:          linux/amd64
10:48:43 [2021-05-03T10:48:43.707Z]   Experimental:     true
10:48:43 [2021-05-03T10:48:43.707Z]  containerd:
10:48:43 [2021-05-03T10:48:43.707Z]   Version:          1.4.4
10:48:43 [2021-05-03T10:48:43.707Z]   GitCommit:        05f951a3781f4f2c1911b05e61c160e9c30eaa8e
10:48:43 [2021-05-03T10:48:43.707Z]  runc:
10:48:43 [2021-05-03T10:48:43.707Z]   Version:          1.0.0-rc93
10:48:43 [2021-05-03T10:48:43.707Z]   GitCommit:        12644e614e25b05da6fd08a38ffa0cfe1903fdec
10:48:43 [2021-05-03T10:48:43.707Z]  docker-init:
10:48:43 [2021-05-03T10:48:43.707Z]   Version:          0.19.0
10:48:43 [2021-05-03T10:48:43.707Z]   GitCommit:        de40ad0
[Pipeline] sh
10:48:43 [2021-05-03T10:48:43.909Z] 
10:48:43 [2021-05-03T10:48:43.909Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
10:48:43 [2021-05-03T10:48:43.909Z] #5 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
10:48:43 [2021-05-03T10:48:43.939Z] #58 ...
10:48:43 [2021-05-03T10:48:43.939Z] 
10:48:43 [2021-05-03T10:48:43.939Z] #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
10:48:43 [2021-05-03T10:48:43.939Z] #67 sha256:80c0a9bff516d6afcbe22c18278120474f7ca3813c8405cddf32e3d4d816d33a
10:48:43 [2021-05-03T10:48:43.939Z] #67 4.771 + RM_GOPATH=0
10:48:43 [2021-05-03T10:48:43.939Z] #67 4.771 + TMP_GOPATH=
10:48:43 [2021-05-03T10:48:43.939Z] #67 4.771 + : /build
10:48:43 [2021-05-03T10:48:43.939Z] #67 4.771 + '[' -z '' ']'
10:48:43 [2021-05-03T10:48:43.939Z] #67 4.772 ++ mktemp -d
10:48:43 [2021-05-03T10:48:43.939Z] #67 4.774 + export GOPATH=/tmp/tmp.CfNqRYEeM6
10:48:43 [2021-05-03T10:48:43.939Z] #67 4.774 + GOPATH=/tmp/tmp.CfNqRYEeM6
10:48:43 [2021-05-03T10:48:43.939Z] #67 4.774 + RM_GOPATH=1
10:48:43 [2021-05-03T10:48:43.939Z] #67 4.774 + case "$(go env GOARCH)" in
10:48:43 [2021-05-03T10:48:43.939Z] #67 4.774 ++ go env GOARCH
10:48:43 [2021-05-03T10:48:43.939Z] #67 4.783 + export GO_BUILDMODE=-buildmode=pie
10:48:43 [2021-05-03T10:48:43.939Z] #67 4.783 + GO_BUILDMODE=-buildmode=pie
10:48:43 [2021-05-03T10:48:43.939Z] #67 4.783 ++ dirname /tmp/install/install.sh
10:48:43 [2021-05-03T10:48:43.939Z] #67 4.784 + dir=/tmp/install
10:48:43 [2021-05-03T10:48:43.939Z] #67 4.784 + bin=proxy
10:48:43 [2021-05-03T10:48:43.939Z] #67 4.784 + shift
10:48:43 [2021-05-03T10:48:43.939Z] #67 4.784 + '[' '!' -f /tmp/install/proxy.installer ']'
10:48:43 [2021-05-03T10:48:43.939Z] #67 4.784 + . /tmp/install/proxy.installer
10:48:43 [2021-05-03T10:48:43.939Z] #67 4.784 ++ : b3507428be5b458cb0e2b4086b13531fb0706e46
10:48:43 [2021-05-03T10:48:43.939Z] #67 4.784 + install_proxy
10:48:43 [2021-05-03T10:48:43.939Z] #67 4.784 + case "$1" in
10:48:43 [2021-05-03T10:48:43.939Z] #67 4.784 + export CGO_ENABLED=0
10:48:43 [2021-05-03T10:48:43.939Z] #67 4.784 + CGO_ENABLED=0
10:48:43 [2021-05-03T10:48:43.939Z] #67 4.784 + _install_proxy
10:48:43 [2021-05-03T10:48:43.939Z] #67 4.784 + echo 'Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46'
10:48:43 [2021-05-03T10:48:43.939Z] #67 4.784 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.CfNqRYEeM6/src/github.com/docker/libnetwork
10:48:43 [2021-05-03T10:48:43.939Z] #67 4.784 Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46
10:48:43 [2021-05-03T10:48:43.939Z] #67 4.788 Cloning into '/tmp/tmp.CfNqRYEeM6/src/github.com/docker/libnetwork'...
10:48:43 [2021-05-03T10:48:43.939Z] #67 ...
10:48:43 [2021-05-03T10:48:43.939Z] 
10:48:43 [2021-05-03T10:48:43.939Z] #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
10:48:43 [2021-05-03T10:48:43.939Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
10:48:43 [2021-05-03T10:48:43.939Z] #40 5.796 + git clone https://github.com/docker/distribution.git .
10:48:43 [2021-05-03T10:48:43.939Z] #40 5.796 Cloning into '.'...
10:48:44 [2021-05-03T10:48:44.024Z] + docker info
10:48:44 [2021-05-03T10:48:44.214Z] #40 ...
10:48:44 [2021-05-03T10:48:44.214Z] 
10:48:44 [2021-05-03T10:48:44.214Z] #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
10:48:44 [2021-05-03T10:48:44.214Z] #49 sha256:60457d8da35aac1df1f93bc45d1495f27a212b6c0901f3dfc4fe8474b3fba027
10:48:44 [2021-05-03T10:48:44.214Z] #49 5.172 + RM_GOPATH=0
10:48:44 [2021-05-03T10:48:44.214Z] #49 5.172 + TMP_GOPATH=
10:48:44 [2021-05-03T10:48:44.214Z] #49 5.172 + : /build
10:48:44 [2021-05-03T10:48:44.214Z] #49 5.172 + '[' -z '' ']'
10:48:44 [2021-05-03T10:48:44.214Z] #49 5.172 ++ mktemp -d
10:48:44 [2021-05-03T10:48:44.214Z] #49 5.172 + export GOPATH=/tmp/tmp.mY4EyxU7AP
10:48:44 [2021-05-03T10:48:44.214Z] #49 5.172 + GOPATH=/tmp/tmp.mY4EyxU7AP
10:48:44 [2021-05-03T10:48:44.214Z] #49 5.172 + RM_GOPATH=1
10:48:44 [2021-05-03T10:48:44.214Z] #49 5.172 + case "$(go env GOARCH)" in
10:48:44 [2021-05-03T10:48:44.214Z] #49 5.172 ++ go env GOARCH
10:48:44 [2021-05-03T10:48:44.214Z] #49 5.181 + export GO_BUILDMODE=-buildmode=pie
10:48:44 [2021-05-03T10:48:44.214Z] #49 5.181 + GO_BUILDMODE=-buildmode=pie
10:48:44 [2021-05-03T10:48:44.214Z] #49 5.181 ++ dirname /tmp/install/install.sh
10:48:44 [2021-05-03T10:48:44.214Z] #49 5.181 + dir=/tmp/install
10:48:44 [2021-05-03T10:48:44.214Z] #49 5.181 + bin=golangci_lint
10:48:44 [2021-05-03T10:48:44.214Z] #49 5.181 + shift
10:48:44 [2021-05-03T10:48:44.214Z] #49 5.181 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
10:48:44 [2021-05-03T10:48:44.214Z] #49 5.181 + . /tmp/install/golangci_lint.installer
10:48:44 [2021-05-03T10:48:44.214Z] #49 5.181 ++ : v1.23.8
10:48:44 [2021-05-03T10:48:44.214Z] #49 5.181 + install_golangci_lint
10:48:44 [2021-05-03T10:48:44.214Z] #49 5.181 + set -e
10:48:44 [2021-05-03T10:48:44.214Z] #49 5.181 + export GO111MODULE=on
10:48:44 [2021-05-03T10:48:44.214Z] #49 5.181 + GO111MODULE=on
10:48:44 [2021-05-03T10:48:44.214Z] #49 5.181 + GOBIN=/build
10:48:44 [2021-05-03T10:48:44.214Z] #49 5.181 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
10:48:44 [2021-05-03T10:48:44.214Z] #49 5.194 go: finding github.com v1.23.8
10:48:44 [2021-05-03T10:48:44.214Z] #49 5.194 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
10:48:44 [2021-05-03T10:48:44.214Z] #49 5.194 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
10:48:44 [2021-05-03T10:48:44.214Z] #49 5.194 go: finding github.com/golangci/golangci-lint v1.23.8
10:48:44 [2021-05-03T10:48:44.214Z] #49 5.194 go: finding github.com/golangci v1.23.8
10:48:44 [2021-05-03T10:48:44.214Z] #49 6.595 go: downloading github.com/golangci/golangci-lint v1.23.8
10:48:44 [2021-05-03T10:48:44.214Z] #49 7.551 go: extracting github.com/golangci/golangci-lint v1.23.8
10:48:44 [2021-05-03T10:48:44.214Z] #49 ...
10:48:44 [2021-05-03T10:48:44.214Z] 
10:48:44 [2021-05-03T10:48:44.214Z] #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
10:48:44 [2021-05-03T10:48:44.214Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
10:48:44 [2021-05-03T10:48:44.214Z] #42 6.681 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
10:48:44 [2021-05-03T10:48:44.214Z] #42 6.737 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
10:48:44 [2021-05-03T10:48:44.214Z] #42 6.742 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
10:48:44 [2021-05-03T10:48:44.214Z] #42 7.621 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
10:48:44 [2021-05-03T10:48:44.214Z] #42 9.793 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [285 kB]
10:48:44 [2021-05-03T10:48:44.498Z] #42 ...
10:48:44 [2021-05-03T10:48:44.498Z] 
10:48:44 [2021-05-03T10:48:44.498Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer         . /tmp/install/tomll.installer && PREFIX=/build install_tomll
10:48:44 [2021-05-03T10:48:44.498Z] #34 sha256:c4ad92594777ad535542a30bb9a24733f111df880b4179789e1b5cf0b51b7b51
10:48:44 [2021-05-03T10:48:44.498Z] #34 5.385 Install go-toml version v1.8.1
10:48:44 [2021-05-03T10:48:44.498Z] #34 5.412 go: finding github.com v1.8.1
10:48:44 [2021-05-03T10:48:44.498Z] #34 5.412 go: finding github.com/pelletier/go-toml/cmd/tomll v1.8.1
10:48:44 [2021-05-03T10:48:44.498Z] #34 5.412 go: finding github.com/pelletier/go-toml/cmd v1.8.1
10:48:44 [2021-05-03T10:48:44.498Z] #34 5.412 go: finding github.com/pelletier/go-toml v1.8.1
10:48:44 [2021-05-03T10:48:44.498Z] #34 5.412 go: finding github.com/pelletier v1.8.1
10:48:44 [2021-05-03T10:48:44.498Z] #34 6.465 go: downloading github.com/pelletier/go-toml v1.8.1
10:48:44 [2021-05-03T10:48:44.498Z] #34 7.117 go: extracting github.com/pelletier/go-toml v1.8.1
10:48:44 [2021-05-03T10:48:44.498Z] #34 9.906 github.com/pelletier/go-toml
10:48:44 [2021-05-03T10:48:44.764Z] #34 ...
10:48:44 [2021-05-03T10:48:44.764Z] 
10:48:44 [2021-05-03T10:48:44.764Z] #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
10:48:44 [2021-05-03T10:48:44.764Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:48:44 [2021-05-03T10:48:44.764Z] #13 7.190 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
10:48:44 [2021-05-03T10:48:44.764Z] #13 9.117 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [285 kB]
10:48:45 [2021-05-03T10:48:45.298Z] #5 DONE 1.1s
10:48:45 [2021-05-03T10:48:45.298Z] 
10:48:45 [2021-05-03T10:48:45.298Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster
10:48:45 [2021-05-03T10:48:45.298Z] #6 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7
10:48:45 [2021-05-03T10:48:45.298Z] #6 DONE 1.1s
10:48:45 [2021-05-03T10:48:45.298Z] 
10:48:45 [2021-05-03T10:48:45.298Z] #7 [internal] load metadata for docker.io/library/debian:buster
10:48:45 [2021-05-03T10:48:45.298Z] #7 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34
10:48:45 [2021-05-03T10:48:45.298Z] #7 DONE 1.1s
10:48:45 [2021-05-03T10:48:45.298Z] 
10:48:45 [2021-05-03T10:48:45.298Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
10:48:45 [2021-05-03T10:48:45.298Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
10:48:45 [2021-05-03T10:48:45.298Z] #8 DONE 1.1s
10:48:45 [2021-05-03T10:48:45.982Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 6.5s
10:48:47 [2021-05-03T10:48:47.230Z] 
10:48:47 [2021-05-03T10:48:47.230Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
10:48:47 [2021-05-03T10:48:47.230Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
10:48:47 [2021-05-03T10:48:47.230Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
10:48:47 [2021-05-03T10:48:47.230Z] #64 DONE 0.0s
10:48:47 [2021-05-03T10:48:47.230Z] 
10:48:47 [2021-05-03T10:48:47.230Z] #23 [internal] load build context
10:48:47 [2021-05-03T10:48:47.230Z] #23 sha256:d9f708cd5b195fbc3d9b75ad3751cf8e481e210d84e884cc88e6b5eeb377404d
10:48:47 [2021-05-03T10:48:47.230Z] #23 transferring context: 1.79MB 0.5s
10:48:47 [2021-05-03T10:48:47.312Z] #13 11.27 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
10:48:47 [2021-05-03T10:48:47.312Z] #13 ...
10:48:47 [2021-05-03T10:48:47.312Z] 
10:48:47 [2021-05-03T10:48:47.312Z] #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
10:48:47 [2021-05-03T10:48:47.312Z] #24 sha256:0ceeb6aeb8a8bcc983213ef55af807c21266ba5b4d36b8173238a936d8f99e8e
10:48:47 [2021-05-03T10:48:47.312Z] #24 13.34 + mkdir -p /build
10:48:47 [2021-05-03T10:48:47.312Z] #24 13.36 + mv docker/docker /build/
10:48:47 [2021-05-03T10:48:47.312Z] #24 13.38 + rmdir docker
10:48:47 [2021-05-03T10:48:47.312Z] #24 DONE 14.3s
10:48:47 [2021-05-03T10:48:47.312Z] 
10:48:47 [2021-05-03T10:48:47.312Z] #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
10:48:47 [2021-05-03T10:48:47.312Z] #58 sha256:0fc2e074b3ab98a27c7c5454cc7102bee28624af7ef8822a14b68874205cdfb5
10:48:47 [2021-05-03T10:48:47.312Z] #58 11.96 go: downloading github.com/moby/sys/mountinfo v0.4.1
10:48:47 [2021-05-03T10:48:47.312Z] #58 11.96 go: downloading github.com/sirupsen/logrus v1.8.1
10:48:47 [2021-05-03T10:48:47.312Z] #58 11.98 go: downloading github.com/urfave/cli/v2 v2.3.0
10:48:47 [2021-05-03T10:48:47.312Z] #58 12.11 go: downloading github.com/gofrs/flock v0.8.0
10:48:47 [2021-05-03T10:48:47.312Z] #58 12.14 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
10:48:47 [2021-05-03T10:48:47.312Z] #58 12.19 go: downloading github.com/pkg/errors v0.9.1
10:48:47 [2021-05-03T10:48:47.312Z] #58 12.29 go: downloading github.com/moby/vpnkit v0.5.0
10:48:47 [2021-05-03T10:48:47.312Z] #58 12.30 go: downloading github.com/google/uuid v1.2.0
10:48:47 [2021-05-03T10:48:47.312Z] #58 12.39 go: downloading github.com/gorilla/mux v1.8.0
10:48:47 [2021-05-03T10:48:47.312Z] #58 12.72 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
10:48:47 [2021-05-03T10:48:47.312Z] #58 12.72 go: extracting github.com/pkg/errors v0.9.1
10:48:47 [2021-05-03T10:48:47.312Z] #58 12.76 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
10:48:47 [2021-05-03T10:48:47.312Z] #58 12.76 go: extracting github.com/gofrs/flock v0.8.0
10:48:47 [2021-05-03T10:48:47.312Z] #58 12.76 go: extracting github.com/moby/sys/mountinfo v0.4.1
10:48:47 [2021-05-03T10:48:47.312Z] #58 12.88 go: extracting github.com/google/uuid v1.2.0
10:48:47 [2021-05-03T10:48:47.312Z] #58 12.92 go: extracting github.com/sirupsen/logrus v1.8.1
10:48:47 [2021-05-03T10:48:47.312Z] #58 13.06 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
10:48:47 [2021-05-03T10:48:47.312Z] #58 13.20 go: extracting github.com/gorilla/mux v1.8.0
10:48:47 [2021-05-03T10:48:47.312Z] #58 14.14 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
10:48:47 [2021-05-03T10:48:47.469Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0ec737609d337876f) in /home/ubuntu/workspace/moby_PR-42329
[Pipeline] {
[Pipeline] checkout
10:48:47 [2021-05-03T10:48:47.743Z] The recommended git tool is: git
10:48:48 [2021-05-03T10:48:48.702Z] #58 15.77 go: extracting github.com/moby/vpnkit v0.5.0
10:48:48 [2021-05-03T10:48:48.702Z] #58 ...
10:48:48 [2021-05-03T10:48:48.702Z] 
10:48:48 [2021-05-03T10:48:48.702Z] #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
10:48:48 [2021-05-03T10:48:48.702Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
10:48:48 [2021-05-03T10:48:48.702Z] #32 5.501 + git clone https://github.com/kolyshkin/go-swagger.git .
10:48:48 [2021-05-03T10:48:48.702Z] #32 5.519 Cloning into '.'...
10:48:48 [2021-05-03T10:48:48.702Z] #32 ...
10:48:48 [2021-05-03T10:48:48.702Z] 
10:48:48 [2021-05-03T10:48:48.702Z] #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
10:48:48 [2021-05-03T10:48:48.702Z] #58 sha256:0fc2e074b3ab98a27c7c5454cc7102bee28624af7ef8822a14b68874205cdfb5
10:48:48 [2021-05-03T10:48:48.702Z] #58 15.99 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
10:48:48 [2021-05-03T10:48:48.964Z] #58 16.09 go: downloading github.com/u-root/u-root v7.0.0+incompatible
10:48:50 [2021-05-03T10:48:50.171Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 10.2s done
10:48:50 [2021-05-03T10:48:50.171Z] #9 ...
10:48:50 [2021-05-03T10:48:50.171Z] 
10:48:50 [2021-05-03T10:48:50.171Z] #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
10:48:50 [2021-05-03T10:48:50.171Z] #29 sha256:74a8e49cc1220912e8cec45e87bd4c9fa7f8f23c9d72dc9a91128a013e4dbd5d
10:48:50 [2021-05-03T10:48:50.171Z] #29 1.542 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
10:48:50 [2021-05-03T10:48:50.171Z] #29 1.637 
10:48:50 [2021-05-03T10:48:50.171Z] #29 1.788 
############                                                              17.3%
##########################                                                37.1%
#########################################                                 57.2%
#######################################################                   77.0%
#####################################################################     96.9%
######################################################################## 100.0%
10:48:50 [2021-05-03T10:48:50.171Z] #29 2.311 
10:48:50 [2021-05-03T10:48:50.171Z] #29 2.436 
######################################################################## 100.0%
10:48:50 [2021-05-03T10:48:50.171Z] #29 2.542 
10:48:50 [2021-05-03T10:48:50.171Z] #29 2.665 
############################################################              84.6%
######################################################################## 100.0%
10:48:50 [2021-05-03T10:48:50.171Z] #29 2.796 
10:48:50 [2021-05-03T10:48:50.171Z] #29 2.921 
###########                                                               16.3%
#########################                                                 35.5%
#######################################                                   55.0%
#####################################################                     74.4%
###################################################################       93.7%
######################################################################## 100.0%
10:48:50 [2021-05-03T10:48:50.171Z] #29 3.463 
10:48:50 [2021-05-03T10:48:50.171Z] #29 3.586 
###                                                                        4.4%
#######                                                                    9.9%
##########                                                                14.8%
##############                                                            20.5%
##################                                                        25.7%
######################                                                    30.9%
##########################                                                36.2%
#############################                                             41.3%
#################################                                         46.5%
###################################                                       48.8%
#######################################                                   54.7%
##############################################                            64.2%
####################################################                      73.6%
########################################################                  78.8%
############################################################              84.1%
################################################################          89.3%
####################################################################      94.6%
######################################################################    98.3%
######################################################################## 100.0%
10:48:50 [2021-05-03T10:48:50.171Z] #29 5.496 
10:48:50 [2021-05-03T10:48:50.171Z] #29 5.796 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
10:48:50 [2021-05-03T10:48:50.171Z] #29 5.886 
10:48:50 [2021-05-03T10:48:50.171Z] #29 5.953 
######################################################################## 100.0%
10:48:50 [2021-05-03T10:48:50.171Z] #29 5.981 
10:48:50 [2021-05-03T10:48:50.171Z] #29 6.282 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
10:48:50 [2021-05-03T10:48:50.171Z] #29 6.368 
10:48:50 [2021-05-03T10:48:50.171Z] #29 6.509 
#######################################################                   77.0%
######################################################################## 100.0%
10:48:50 [2021-05-03T10:48:50.171Z] #29 6.546 
10:48:50 [2021-05-03T10:48:50.171Z] #29 6.881 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)...
10:48:50 [2021-05-03T10:48:50.171Z] #29 6.978 
10:48:50 [2021-05-03T10:48:50.171Z] #29 7.096 
                                                                           0.3%
######################                                                    31.7%
#################################                                         46.7%
###########################################                               60.4%
##################################################                        69.5%
######################################################################    97.7%
######################################################################## 100.0%
10:48:50 [2021-05-03T10:48:50.171Z] #29 7.652 
10:48:50 [2021-05-03T10:48:50.171Z] #29 7.972 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
10:48:50 [2021-05-03T10:48:50.171Z] #29 8.061 
10:48:50 [2021-05-03T10:48:50.171Z] #29 8.150 
######################################################################## 100.0%
10:48:50 [2021-05-03T10:48:50.171Z] #29 8.189 
10:48:50 [2021-05-03T10:48:50.171Z] #29 8.383 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
10:48:50 [2021-05-03T10:48:50.171Z] #29 8.480 
10:48:50 [2021-05-03T10:48:50.171Z] #29 8.545 
######################################################################## 100.0%
10:48:50 [2021-05-03T10:48:50.171Z] #29 8.572 
10:48:50 [2021-05-03T10:48:50.171Z] #29 8.607 Download of images into '/build' complete.
10:48:50 [2021-05-03T10:48:50.171Z] #29 8.607 Use something like the following to load the result into a Docker daemon:
10:48:50 [2021-05-03T10:48:50.171Z] #29 8.607   tar -cC '/build' . | docker load
10:48:50 [2021-05-03T10:48:50.754Z] #29 ...
10:48:50 [2021-05-03T10:48:50.754Z] 
10:48:50 [2021-05-03T10:48:50.754Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
10:48:50 [2021-05-03T10:48:50.754Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
10:48:50 [2021-05-03T10:48:50.754Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done
10:48:50 [2021-05-03T10:48:50.880Z] #58 17.98 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
10:48:51 [2021-05-03T10:48:51.456Z] #58 18.79 go: extracting github.com/urfave/cli/v2 v2.3.0
10:48:51 [2021-05-03T10:48:51.571Z] using credential docker-jenkins-github-credentials
10:48:51 [2021-05-03T10:48:51.580Z] Cloning the remote Git repository
10:48:51 [2021-05-03T10:48:51.580Z] Cloning with configured refspecs honoured and without tags
10:48:52 [2021-05-03T10:48:52.525Z] #23 transferring context: 21.01MB 5.6s
10:48:51 [2021-05-03T10:48:51.495Z] Cloning repository https://github.com/moby/moby.git
10:48:51 [2021-05-03T10:48:51.591Z]  > git init /home/ubuntu/workspace/moby_PR-42329 # timeout=10
10:48:52 [2021-05-03T10:48:52.361Z] Fetching upstream changes from https://github.com/moby/moby.git
10:48:52 [2021-05-03T10:48:52.361Z]  > git --version # timeout=10
10:48:52 [2021-05-03T10:48:52.383Z]  > git --version # 'git version 2.25.1'
10:48:52 [2021-05-03T10:48:52.383Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:48:52 [2021-05-03T10:48:52.387Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42329/head:refs/remotes/origin/PR-42329 +refs/heads/master:refs/remotes/origin/master # timeout=10
10:48:52 [2021-05-03T10:48:52.785Z] #23 ...
10:48:52 [2021-05-03T10:48:52.785Z] 
10:48:52 [2021-05-03T10:48:52.785Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
10:48:52 [2021-05-03T10:48:52.786Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
10:48:52 [2021-05-03T10:48:52.786Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.1s done
10:48:52 [2021-05-03T10:48:52.786Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done
10:48:52 [2021-05-03T10:48:52.786Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
10:48:52 [2021-05-03T10:48:52.786Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done
10:48:52 [2021-05-03T10:48:52.786Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 3.4s done
10:48:52 [2021-05-03T10:48:52.786Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 2.0s done
10:48:52 [2021-05-03T10:48:52.786Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 4.1s done
10:48:52 [2021-05-03T10:48:52.786Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 2.7s done
10:48:52 [2021-05-03T10:48:52.786Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 5.7s
10:48:52 [2021-05-03T10:48:52.786Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 53.48MB / 120.17MB 5.7s
10:48:52 [2021-05-03T10:48:52.786Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 1.7s
10:48:52 [2021-05-03T10:48:52.786Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 4.3s done
10:48:53 [2021-05-03T10:48:53.046Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 5.9s done
10:48:53 [2021-05-03T10:48:53.046Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 64.08MB / 120.17MB 6.1s
10:48:53 [2021-05-03T10:48:53.307Z] #9 ...
10:48:53 [2021-05-03T10:48:53.307Z] 
10:48:53 [2021-05-03T10:48:53.307Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
10:48:53 [2021-05-03T10:48:53.307Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
10:48:53 [2021-05-03T10:48:53.307Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
10:48:53 [2021-05-03T10:48:53.307Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
10:48:53 [2021-05-03T10:48:53.307Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
10:48:53 [2021-05-03T10:48:53.307Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
10:48:53 [2021-05-03T10:48:53.307Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.8s done
10:48:53 [2021-05-03T10:48:53.307Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 5.0s done
10:48:53 [2021-05-03T10:48:53.307Z] #62 DONE 6.4s
10:48:53 [2021-05-03T10:48:53.307Z] 
10:48:53 [2021-05-03T10:48:53.307Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
10:48:53 [2021-05-03T10:48:53.307Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
10:48:53 [2021-05-03T10:48:53.307Z] #9 ...
10:48:53 [2021-05-03T10:48:53.307Z] 
10:48:53 [2021-05-03T10:48:53.307Z] #23 [internal] load build context
10:48:53 [2021-05-03T10:48:53.307Z] #23 sha256:d9f708cd5b195fbc3d9b75ad3751cf8e481e210d84e884cc88e6b5eeb377404d
10:48:53 [2021-05-03T10:48:53.569Z] #23 ...
10:48:53 [2021-05-03T10:48:53.569Z] 
10:48:53 [2021-05-03T10:48:53.569Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
10:48:53 [2021-05-03T10:48:53.569Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
10:48:53 [2021-05-03T10:48:53.569Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
10:48:53 [2021-05-03T10:48:53.569Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
10:48:53 [2021-05-03T10:48:53.569Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.7s done
10:48:53 [2021-05-03T10:48:53.569Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
10:48:53 [2021-05-03T10:48:53.569Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 5.6s done
10:48:53 [2021-05-03T10:48:53.569Z] #64 DONE 6.8s
10:48:53 [2021-05-03T10:48:53.569Z] 
10:48:53 [2021-05-03T10:48:53.569Z] #23 [internal] load build context
10:48:53 [2021-05-03T10:48:53.569Z] #23 sha256:d9f708cd5b195fbc3d9b75ad3751cf8e481e210d84e884cc88e6b5eeb377404d
10:48:54 [2021-05-03T10:48:54.052Z] #9 DONE 43.0s
10:48:54 [2021-05-03T10:48:54.052Z] 
10:48:54 [2021-05-03T10:48:54.052Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
10:48:54 [2021-05-03T10:48:54.052Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f
10:48:54 [2021-05-03T10:48:54.774Z] #58 21.37 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777
10:48:54 [2021-05-03T10:48:54.774Z] #58 ...
10:48:54 [2021-05-03T10:48:54.774Z] 
10:48:54 [2021-05-03T10:48:54.774Z] #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
10:48:54 [2021-05-03T10:48:54.774Z] #49 sha256:60457d8da35aac1df1f93bc45d1495f27a212b6c0901f3dfc4fe8474b3fba027
10:48:54 [2021-05-03T10:48:54.774Z] #49 15.87 go: downloading github.com/spf13/cobra v0.0.5
10:48:54 [2021-05-03T10:48:54.774Z] #49 15.89 go: downloading github.com/pkg/errors v0.8.1
10:48:54 [2021-05-03T10:48:54.774Z] #49 15.91 go: downloading github.com/fatih/color v1.7.0
10:48:54 [2021-05-03T10:48:54.774Z] #49 15.91 go: downloading github.com/spf13/pflag v1.0.5
10:48:54 [2021-05-03T10:48:54.774Z] #49 15.94 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
10:48:54 [2021-05-03T10:48:54.774Z] #49 15.94 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
10:48:54 [2021-05-03T10:48:54.774Z] #49 15.96 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
10:48:54 [2021-05-03T10:48:54.774Z] #49 16.09 go: downloading github.com/sirupsen/logrus v1.4.2
10:48:54 [2021-05-03T10:48:54.774Z] #49 16.14 go: extracting github.com/fatih/color v1.7.0
10:48:54 [2021-05-03T10:48:54.774Z] #49 16.16 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
10:48:54 [2021-05-03T10:48:54.774Z] #49 16.37 go: downloading github.com/go-critic/go-critic v0.4.1
10:48:54 [2021-05-03T10:48:54.774Z] #49 16.39 go: downloading github.com/go-lintpack/lintpack v0.5.2
10:48:54 [2021-05-03T10:48:54.774Z] #49 16.40 go: downloading github.com/mattn/go-isatty v0.0.8
10:48:54 [2021-05-03T10:48:54.774Z] #49 16.44 go: extracting github.com/pkg/errors v0.8.1
10:48:54 [2021-05-03T10:48:54.774Z] #49 16.61 go: extracting github.com/spf13/cobra v0.0.5
10:48:54 [2021-05-03T10:48:54.774Z] #49 16.63 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
10:48:54 [2021-05-03T10:48:54.774Z] #49 16.63 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
10:48:54 [2021-05-03T10:48:54.774Z] #49 16.77 go: extracting github.com/spf13/pflag v1.0.5
10:48:54 [2021-05-03T10:48:54.774Z] #49 16.94 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
10:48:54 [2021-05-03T10:48:54.774Z] #49 17.00 go: extracting github.com/sirupsen/logrus v1.4.2
10:48:54 [2021-05-03T10:48:54.774Z] #49 17.08 go: extracting github.com/go-lintpack/lintpack v0.5.2
10:48:54 [2021-05-03T10:48:54.774Z] #49 17.11 go: extracting github.com/mattn/go-isatty v0.0.8
10:48:54 [2021-05-03T10:48:54.774Z] #49 17.13 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
10:48:54 [2021-05-03T10:48:54.774Z] #49 17.22 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
10:48:54 [2021-05-03T10:48:54.774Z] #49 17.28 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
10:48:54 [2021-05-03T10:48:54.775Z] #49 17.33 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
10:48:54 [2021-05-03T10:48:54.775Z] #49 17.36 go: extracting github.com/go-critic/go-critic v0.4.1
10:48:54 [2021-05-03T10:48:54.775Z] #49 17.37 go: downloading github.com/ultraware/funlen v0.0.2
10:48:54 [2021-05-03T10:48:54.775Z] #49 17.72 go: extracting github.com/ultraware/funlen v0.0.2
10:48:54 [2021-05-03T10:48:54.775Z] #49 17.72 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
10:48:54 [2021-05-03T10:48:54.775Z] #49 18.57 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
10:48:54 [2021-05-03T10:48:54.775Z] #49 18.62 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
10:48:54 [2021-05-03T10:48:54.775Z] #49 18.80 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
10:48:54 [2021-05-03T10:48:54.775Z] #49 19.02 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
10:48:54 [2021-05-03T10:48:54.775Z] #49 19.09 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
10:48:54 [2021-05-03T10:48:54.775Z] #49 19.91 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
10:48:54 [2021-05-03T10:48:54.775Z] #49 19.98 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
10:48:54 [2021-05-03T10:48:54.775Z] #49 20.42 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
10:48:54 [2021-05-03T10:48:54.775Z] #49 ...
10:48:54 [2021-05-03T10:48:54.775Z] 
10:48:54 [2021-05-03T10:48:54.775Z] #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
10:48:54 [2021-05-03T10:48:54.775Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
10:48:54 [2021-05-03T10:48:54.775Z] #36 11.88 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
10:48:54 [2021-05-03T10:48:54.775Z] #36 ...
10:48:54 [2021-05-03T10:48:54.775Z] 
10:48:54 [2021-05-03T10:48:54.775Z] #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
10:48:54 [2021-05-03T10:48:54.775Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
10:48:54 [2021-05-03T10:48:54.775Z] #42 11.97 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
10:48:55 [2021-05-03T10:48:55.036Z] #42 ...
10:48:55 [2021-05-03T10:48:55.036Z] 
10:48:55 [2021-05-03T10:48:55.036Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer         . /tmp/install/tomll.installer && PREFIX=/build install_tomll
10:48:55 [2021-05-03T10:48:55.036Z] #34 sha256:c4ad92594777ad535542a30bb9a24733f111df880b4179789e1b5cf0b51b7b51
10:48:55 [2021-05-03T10:48:55.036Z] #34 17.48 github.com/pelletier/go-toml/cmd/tomll
10:48:55 [2021-05-03T10:48:55.036Z] #34 DONE 22.2s
10:48:55 [2021-05-03T10:48:55.036Z] 
10:48:55 [2021-05-03T10:48:55.036Z] #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
10:48:55 [2021-05-03T10:48:55.036Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
10:48:55 [2021-05-03T10:48:55.036Z] #55 12.14 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
10:48:55 [2021-05-03T10:48:55.036Z] #55 ...
10:48:55 [2021-05-03T10:48:55.036Z] 
10:48:55 [2021-05-03T10:48:55.036Z] #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
10:48:55 [2021-05-03T10:48:55.036Z] #47 sha256:2c8b8c576e606a896bc52ec35ba8759a572d019fd2dd3d95dae2aab48b58b44d
10:48:55 [2021-05-03T10:48:55.036Z] #47 11.97 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
10:48:55 [2021-05-03T10:48:55.036Z] #47 13.89 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
10:48:55 [2021-05-03T10:48:55.036Z] #47 17.43 go: finding github.com/fatih/color v1.9.0
10:48:55 [2021-05-03T10:48:55.036Z] #47 17.43 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
10:48:55 [2021-05-03T10:48:55.036Z] #47 17.46 go: finding github.com/pkg/errors v0.9.1
10:48:55 [2021-05-03T10:48:55.036Z] #47 17.60 go: finding github.com/spf13/pflag v1.0.3
10:48:55 [2021-05-03T10:48:55.036Z] #47 17.66 go: finding github.com/mattn/go-colorable v0.1.6
10:48:55 [2021-05-03T10:48:55.036Z] #47 17.68 go: finding github.com/mattn/go-isatty v0.0.12
10:48:55 [2021-05-03T10:48:55.036Z] #47 17.83 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
10:48:55 [2021-05-03T10:48:55.036Z] #47 18.08 go: finding github.com/jonboulle/clockwork v0.1.0
10:48:55 [2021-05-03T10:48:55.036Z] #47 18.15 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
10:48:55 [2021-05-03T10:48:55.036Z] #47 18.22 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
10:48:55 [2021-05-03T10:48:55.036Z] #47 18.24 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
10:48:55 [2021-05-03T10:48:55.299Z] #47 ...
10:48:55 [2021-05-03T10:48:55.299Z] 
10:48:55 [2021-05-03T10:48:55.299Z] #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
10:48:55 [2021-05-03T10:48:55.299Z] #51 sha256:95189ee2d5889fe842c8d17c3daf9f5d3a3b1cf0afcec135cf458b18cba524c1
10:48:55 [2021-05-03T10:48:55.299Z] #51 14.78 + cd /tmp/tmp.9bp2RtIlyD/src/github.com/mvdan/sh
10:48:55 [2021-05-03T10:48:55.299Z] #51 14.78 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
10:48:55 [2021-05-03T10:48:55.299Z] #51 15.06 + GO111MODULE=on
10:48:55 [2021-05-03T10:48:55.299Z] #51 15.07 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
10:48:55 [2021-05-03T10:48:55.299Z] #51 16.52 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
10:48:55 [2021-05-03T10:48:55.299Z] #51 16.53 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
10:48:55 [2021-05-03T10:48:55.299Z] #51 16.64 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
10:48:55 [2021-05-03T10:48:55.299Z] #51 16.74 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
10:48:55 [2021-05-03T10:48:55.299Z] #51 16.86 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
10:48:55 [2021-05-03T10:48:55.299Z] #51 17.84 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
10:48:55 [2021-05-03T10:48:55.299Z] #51 18.64 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
10:48:55 [2021-05-03T10:48:55.299Z] #51 19.98 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
10:48:55 [2021-05-03T10:48:55.299Z] #51 21.28 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
10:48:55 [2021-05-03T10:48:55.299Z] #51 21.54 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
10:48:55 [2021-05-03T10:48:55.299Z] #51 21.67 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
10:48:55 [2021-05-03T10:48:55.299Z] #51 21.94 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
10:48:55 [2021-05-03T10:48:55.299Z] #51 ...
10:48:55 [2021-05-03T10:48:55.299Z] 
10:48:55 [2021-05-03T10:48:55.299Z] #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
10:48:55 [2021-05-03T10:48:55.299Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
10:48:55 [2021-05-03T10:48:55.416Z] #10 ...
10:48:55 [2021-05-03T10:48:55.416Z] 
10:48:55 [2021-05-03T10:48:55.416Z] #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
10:48:55 [2021-05-03T10:48:55.416Z] #29 sha256:74a8e49cc1220912e8cec45e87bd4c9fa7f8f23c9d72dc9a91128a013e4dbd5d
10:48:55 [2021-05-03T10:48:55.416Z] #29 DONE 13.9s
10:48:55 [2021-05-03T10:48:55.416Z] 
10:48:55 [2021-05-03T10:48:55.416Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
10:48:55 [2021-05-03T10:48:55.416Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f
10:48:55 [2021-05-03T10:48:55.831Z] #40 22.37 Checking out files:  87% (1487/1693)   
Checking out files:  88% (1490/1693)   
Checking out files:  89% (1507/1693)   
Checking out files:  90% (1524/1693)   
Checking out files:  91% (1541/1693)   
Checking out files:  92% (1558/1693)   
Checking out files:  93% (1575/1693)   
Checking out files:  94% (1592/1693)   
Checking out files:  95% (1609/1693)   
Checking out files:  96% (1626/1693)   
Checking out files:  97% (1643/1693)   
Checking out files:  98% (1660/1693)   
Checking out files:  99% (1677/1693)   
Checking out files: 100% (1693/1693)   
Checking out files: 100% (1693/1693), done.
10:48:55 [2021-05-03T10:48:55.831Z] #40 22.79 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
10:48:56 [2021-05-03T10:48:56.347Z] #10 DONE 2.5s
10:48:56 [2021-05-03T10:48:56.414Z] #40 ...
10:48:56 [2021-05-03T10:48:56.414Z] 
10:48:56 [2021-05-03T10:48:56.414Z] #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
10:48:56 [2021-05-03T10:48:56.414Z] #45 sha256:3c300042d3325d05ae0fd5f6c25145d6aaf7594723399bc80e89aa7cb3b81cad
10:48:56 [2021-05-03T10:48:56.414Z] #45 13.47 unicode/utf8
10:48:56 [2021-05-03T10:48:56.414Z] #45 13.97 math/bits
10:48:56 [2021-05-03T10:48:56.414Z] #45 14.89 math
10:48:56 [2021-05-03T10:48:56.414Z] #45 19.11 internal/testlog
10:48:56 [2021-05-03T10:48:56.414Z] #45 19.32 encoding
10:48:56 [2021-05-03T10:48:56.414Z] #45 19.41 unicode/utf16
10:48:56 [2021-05-03T10:48:56.414Z] #45 19.67 container/list
10:48:56 [2021-05-03T10:48:56.414Z] #45 20.11 crypto/internal/subtle
10:48:56 [2021-05-03T10:48:56.414Z] #45 20.20 crypto/subtle
10:48:56 [2021-05-03T10:48:56.414Z] #45 20.35 vendor/golang.org/x/crypto/cryptobyte/asn1
10:48:56 [2021-05-03T10:48:56.414Z] #45 20.44 internal/nettrace
10:48:56 [2021-05-03T10:48:56.414Z] #45 20.53 runtime/cgo
10:48:56 [2021-05-03T10:48:56.414Z] #45 ...
10:48:56 [2021-05-03T10:48:56.414Z] 
10:48:56 [2021-05-03T10:48:56.414Z] #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
10:48:56 [2021-05-03T10:48:56.414Z] #49 sha256:60457d8da35aac1df1f93bc45d1495f27a212b6c0901f3dfc4fe8474b3fba027
10:48:56 [2021-05-03T10:48:56.414Z] #49 22.89 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
10:48:56 [2021-05-03T10:48:56.414Z] #49 22.94 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
10:48:56 [2021-05-03T10:48:56.414Z] #49 22.94 go: downloading github.com/sourcegraph/go-diff v0.5.1
10:48:56 [2021-05-03T10:48:56.414Z] #49 22.94 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
10:48:56 [2021-05-03T10:48:56.414Z] #49 22.96 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
10:48:56 [2021-05-03T10:48:56.414Z] #49 22.98 go: downloading github.com/go-toolsmith/astcopy v1.0.0
10:48:56 [2021-05-03T10:48:56.414Z] #49 22.99 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
10:48:56 [2021-05-03T10:48:56.414Z] #49 23.02 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
10:48:56 [2021-05-03T10:48:56.414Z] #49 23.07 go: downloading github.com/mitchellh/go-homedir v1.1.0
10:48:56 [2021-05-03T10:48:56.414Z] #49 23.08 go: downloading github.com/mattn/go-colorable v0.1.4
10:48:56 [2021-05-03T10:48:56.414Z] #49 23.10 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
10:48:56 [2021-05-03T10:48:56.414Z] #49 23.11 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
10:48:56 [2021-05-03T10:48:56.414Z] #49 23.35 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
10:48:56 [2021-05-03T10:48:56.414Z] #49 23.42 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
10:48:56 [2021-05-03T10:48:56.414Z] #49 23.50 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
10:48:56 [2021-05-03T10:48:56.414Z] #49 23.54 go: downloading github.com/go-toolsmith/astfmt v1.0.0
10:48:56 [2021-05-03T10:48:56.414Z] #49 23.56 go: extracting github.com/sourcegraph/go-diff v0.5.1
10:48:56 [2021-05-03T10:48:56.414Z] #49 23.60 go: extracting github.com/mitchellh/go-homedir v1.1.0
10:48:56 [2021-05-03T10:48:56.414Z] #49 23.61 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
10:48:56 [2021-05-03T10:48:56.414Z] #49 23.63 go: extracting github.com/go-toolsmith/astcopy v1.0.0
10:48:56 [2021-05-03T10:48:56.414Z] #49 23.63 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
10:48:56 [2021-05-03T10:48:56.414Z] #49 23.65 go: downloading github.com/go-toolsmith/astcast v1.0.0
10:48:56 [2021-05-03T10:48:56.603Z] 
10:48:56 [2021-05-03T10:48:56.603Z] #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
10:48:56 [2021-05-03T10:48:56.603Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42
10:48:56 [2021-05-03T10:48:56.676Z] #49 23.70 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
10:48:56 [2021-05-03T10:48:56.676Z] #49 23.72 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
10:48:56 [2021-05-03T10:48:56.676Z] #49 23.83 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
10:48:56 [2021-05-03T10:48:56.676Z] #49 23.84 go: extracting github.com/mattn/go-colorable v0.1.4
10:48:56 [2021-05-03T10:48:56.676Z] #49 23.86 go: downloading github.com/go-toolsmith/strparse v1.0.0
10:48:56 [2021-05-03T10:48:56.676Z] #49 23.90 go: extracting github.com/go-toolsmith/astfmt v1.0.0
10:48:56 [2021-05-03T10:48:56.676Z] #49 23.90 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
10:48:56 [2021-05-03T10:48:56.676Z] #49 23.94 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
10:48:56 [2021-05-03T10:48:56.676Z] #49 23.97 go: downloading github.com/BurntSushi/toml v0.3.1
10:48:56 [2021-05-03T10:48:56.867Z] #23 transferring context: 53.21MB 9.5s done
10:48:56 [2021-05-03T10:48:56.867Z] #23 DONE 10.1s
10:48:56 [2021-05-03T10:48:56.867Z] 
10:48:56 [2021-05-03T10:48:56.867Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
10:48:56 [2021-05-03T10:48:56.867Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
10:48:56 [2021-05-03T10:48:56.867Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 9.2s done
10:48:56 [2021-05-03T10:48:56.867Z] #9 ...
10:48:56 [2021-05-03T10:48:56.867Z] 
10:48:56 [2021-05-03T10:48:56.867Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
10:48:56 [2021-05-03T10:48:56.867Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0
10:48:56 [2021-05-03T10:48:56.867Z] #26 resolve docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f 0.0s done
10:48:56 [2021-05-03T10:48:56.867Z] #26 sha256:0d587dfbc4f4800bfe9ab08662e8396ffc37060c493f8ef24b2823fef3320df6 1.46kB / 1.46kB done
10:48:56 [2021-05-03T10:48:56.867Z] #26 sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f 1.85kB / 1.85kB done
10:48:56 [2021-05-03T10:48:56.867Z] #26 sha256:fa335fed387465ccc369958d7908e1975e7d65677f7f3050d862161754ebcf90 529B / 529B done
10:48:56 [2021-05-03T10:48:56.867Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 50.43MB / 50.43MB 2.1s done
10:48:56 [2021-05-03T10:48:56.867Z] #26 extracting sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 7.6s
10:48:56 [2021-05-03T10:48:56.937Z] #49 24.02 go: downloading github.com/stretchr/testify v1.4.0
10:48:56 [2021-05-03T10:48:56.937Z] #49 24.08 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
10:48:56 [2021-05-03T10:48:56.937Z] #49 24.09 go: downloading github.com/spf13/viper v1.6.1
10:48:56 [2021-05-03T10:48:56.937Z] #49 24.09 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
10:48:56 [2021-05-03T10:48:56.937Z] #49 24.11 go: extracting github.com/go-toolsmith/astcast v1.0.0
10:48:57 [2021-05-03T10:48:57.128Z] #26 ...
10:48:57 [2021-05-03T10:48:57.128Z] 
10:48:57 [2021-05-03T10:48:57.128Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
10:48:57 [2021-05-03T10:48:57.128Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
10:48:57 [2021-05-03T10:48:57.199Z] #49 24.26 go: extracting github.com/BurntSushi/toml v0.3.1
10:48:57 [2021-05-03T10:48:57.199Z] #49 24.26 go: extracting github.com/go-toolsmith/strparse v1.0.0
10:48:57 [2021-05-03T10:48:57.199Z] #49 24.31 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
10:48:57 [2021-05-03T10:48:57.199Z] #49 24.44 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
10:48:57 [2021-05-03T10:48:57.461Z] #49 24.52 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
10:48:57 [2021-05-03T10:48:57.461Z] #49 24.57 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
10:48:57 [2021-05-03T10:48:57.461Z] #49 24.58 go: downloading github.com/go-toolsmith/astp v1.0.0
10:48:57 [2021-05-03T10:48:57.462Z] #49 24.72 go: downloading github.com/inconshreveable/mousetrap v1.0.0
10:48:57 [2021-05-03T10:48:57.462Z] #49 24.73 go: extracting github.com/spf13/viper v1.6.1
10:48:57 [2021-05-03T10:48:57.532Z] #11 DONE 1.0s
10:48:57 [2021-05-03T10:48:57.532Z] 
10:48:57 [2021-05-03T10:48:57.532Z] #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
10:48:57 [2021-05-03T10:48:57.532Z] #58 sha256:087c25f46df60f6b620226ac717f63f375f8529ce6af7b00c292f4d767a65a9a
10:48:57 [2021-05-03T10:48:57.699Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 6.8s
10:48:57 [2021-05-03T10:48:57.724Z] #49 24.85 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
10:48:57 [2021-05-03T10:48:57.724Z] #49 24.87 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
10:48:57 [2021-05-03T10:48:57.724Z] #49 24.87 go: downloading github.com/gogo/protobuf v1.2.1
10:48:57 [2021-05-03T10:48:57.724Z] #49 24.87 go: extracting github.com/stretchr/testify v1.4.0
10:48:57 [2021-05-03T10:48:57.724Z] #49 24.95 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
10:48:57 [2021-05-03T10:48:57.724Z] #49 25.01 go: extracting github.com/inconshreveable/mousetrap v1.0.0
10:48:57 [2021-05-03T10:48:57.724Z] #49 25.06 go: downloading github.com/hashicorp/hcl v1.0.0
10:48:57 [2021-05-03T10:48:57.789Z] #58 ...
10:48:57 [2021-05-03T10:48:57.789Z] 
10:48:57 [2021-05-03T10:48:57.789Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
10:48:57 [2021-05-03T10:48:57.789Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2
10:48:57 [2021-05-03T10:48:57.789Z] #39 DONE 0.3s
10:48:57 [2021-05-03T10:48:57.789Z] 
10:48:57 [2021-05-03T10:48:57.789Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
10:48:57 [2021-05-03T10:48:57.789Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415
10:48:57 [2021-05-03T10:48:57.789Z] #31 DONE 0.3s
10:48:57 [2021-05-03T10:48:57.789Z] 
10:48:57 [2021-05-03T10:48:57.789Z] #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
10:48:57 [2021-05-03T10:48:57.789Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
10:48:57 [2021-05-03T10:48:57.986Z] #49 25.08 go: downloading gopkg.in/ini.v1 v1.51.0
10:48:57 [2021-05-03T10:48:57.986Z] #49 25.17 go: extracting github.com/go-toolsmith/astp v1.0.0
10:48:57 [2021-05-03T10:48:57.986Z] #49 25.18 go: downloading github.com/subosito/gotenv v1.2.0
10:48:58 [2021-05-03T10:48:58.246Z] #49 25.34 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
10:48:58 [2021-05-03T10:48:58.246Z] #49 25.39 go: downloading github.com/go-toolsmith/typep v1.0.0
10:48:58 [2021-05-03T10:48:58.246Z] #49 25.51 go: extracting github.com/subosito/gotenv v1.2.0
10:48:58 [2021-05-03T10:48:58.506Z] #49 25.51 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
10:48:58 [2021-05-03T10:48:58.506Z] #49 25.62 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
10:48:58 [2021-05-03T10:48:58.767Z] #49 25.79 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
10:48:58 [2021-05-03T10:48:58.767Z] #49 25.80 go: extracting github.com/go-toolsmith/typep v1.0.0
10:48:58 [2021-05-03T10:48:58.767Z] #49 25.81 go: downloading github.com/kisielk/gotool v1.0.0
10:48:58 [2021-05-03T10:48:58.767Z] #49 25.88 go: extracting gopkg.in/ini.v1 v1.51.0
10:48:58 [2021-05-03T10:48:58.767Z] #49 25.89 go: extracting github.com/hashicorp/hcl v1.0.0
10:48:58 [2021-05-03T10:48:58.767Z] #49 26.00 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
10:48:58 [2021-05-03T10:48:58.923Z] Client:
10:48:58 [2021-05-03T10:48:58.923Z]  Context:    default
10:48:58 [2021-05-03T10:48:58.923Z]  Debug Mode: false
10:48:58 [2021-05-03T10:48:58.923Z]  Plugins:
10:48:58 [2021-05-03T10:48:58.923Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
10:48:58 [2021-05-03T10:48:58.923Z]   buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
10:48:58 [2021-05-03T10:48:58.923Z] 
10:48:58 [2021-05-03T10:48:58.923Z] Server:
10:48:58 [2021-05-03T10:48:58.923Z]  Containers: 0
10:48:58 [2021-05-03T10:48:58.923Z]   Running: 0
10:48:58 [2021-05-03T10:48:58.923Z]   Paused: 0
10:48:58 [2021-05-03T10:48:58.923Z]   Stopped: 0
10:48:58 [2021-05-03T10:48:58.923Z]  Images: 0
10:48:58 [2021-05-03T10:48:58.923Z]  Server Version: 20.10.5
10:48:58 [2021-05-03T10:48:58.923Z]  Storage Driver: overlay2
10:48:58 [2021-05-03T10:48:58.923Z]   Backing Filesystem: extfs
10:48:58 [2021-05-03T10:48:58.923Z]   Supports d_type: true
10:48:58 [2021-05-03T10:48:58.923Z]   Native Overlay Diff: true
10:48:58 [2021-05-03T10:48:58.923Z]  Logging Driver: json-file
10:48:58 [2021-05-03T10:48:58.923Z]  Cgroup Driver: systemd
10:48:58 [2021-05-03T10:48:58.923Z]  Cgroup Version: 2
10:48:58 [2021-05-03T10:48:58.923Z]  Plugins:
10:48:58 [2021-05-03T10:48:58.923Z]   Volume: local
10:48:58 [2021-05-03T10:48:58.923Z]   Network: bridge host ipvlan macvlan null overlay
10:48:58 [2021-05-03T10:48:58.923Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
10:48:58 [2021-05-03T10:48:58.923Z]  Swarm: inactive
10:48:58 [2021-05-03T10:48:58.923Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
10:48:58 [2021-05-03T10:48:58.923Z]  Default Runtime: runc
10:48:58 [2021-05-03T10:48:58.923Z]  Init Binary: docker-init
10:48:58 [2021-05-03T10:48:58.923Z]  containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
10:48:58 [2021-05-03T10:48:58.923Z]  runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec
10:48:58 [2021-05-03T10:48:58.923Z]  init version: de40ad0
10:48:58 [2021-05-03T10:48:58.923Z]  Security Options:
10:48:58 [2021-05-03T10:48:58.923Z]   apparmor
10:48:58 [2021-05-03T10:48:58.923Z]   seccomp
10:48:58 [2021-05-03T10:48:58.923Z]    Profile: default
10:48:58 [2021-05-03T10:48:58.923Z]   cgroupns
10:48:58 [2021-05-03T10:48:58.923Z]  Kernel Version: 5.4.0-1041-aws
10:48:58 [2021-05-03T10:48:58.923Z]  Operating System: Ubuntu 20.04.2 LTS
10:48:58 [2021-05-03T10:48:58.923Z]  OSType: linux
10:48:58 [2021-05-03T10:48:58.923Z]  Architecture: x86_64
10:48:58 [2021-05-03T10:48:58.923Z]  CPUs: 2
10:48:58 [2021-05-03T10:48:58.923Z]  Total Memory: 7.569GiB
10:48:58 [2021-05-03T10:48:58.923Z]  Name: ip-10-100-127-125
10:48:58 [2021-05-03T10:48:58.923Z]  ID: XSCR:IMEW:U2PS:XHFP:UG4F:RXBB:XG3Q:ZRJE:MOFM:IVIM:YDU4:RNLR
10:48:58 [2021-05-03T10:48:58.923Z]  Docker Root Dir: /var/lib/docker
10:48:58 [2021-05-03T10:48:58.923Z]  Debug Mode: false
10:48:58 [2021-05-03T10:48:58.923Z]  Registry: https://index.docker.io/v1/
10:48:58 [2021-05-03T10:48:58.923Z]  Labels:
10:48:58 [2021-05-03T10:48:58.923Z]  Experimental: true
10:48:58 [2021-05-03T10:48:58.923Z]  Insecure Registries:
10:48:58 [2021-05-03T10:48:58.923Z]   127.0.0.0/8
10:48:58 [2021-05-03T10:48:58.923Z]  Live Restore Enabled: true
10:48:58 [2021-05-03T10:48:58.923Z] 
10:48:58 [2021-05-03T10:48:58.923Z] WARNING: Support for cgroup v2 is experimental
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
10:48:59 [2021-05-03T10:48:59.028Z] #49 26.03 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
10:48:59 [2021-05-03T10:48:59.028Z] #49 26.28 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
10:48:59 [2021-05-03T10:48:59.260Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:19b7f7f3484697146ca76b75346365080b99a3b2 .
10:48:59 [2021-05-03T10:48:59.289Z] #49 26.50 go: extracting github.com/kisielk/gotool v1.0.0
10:48:59 [2021-05-03T10:48:59.289Z] #49 26.51 go: downloading github.com/fsnotify/fsnotify v1.4.7
10:48:59 [2021-05-03T10:48:59.520Z] #2 [internal] load .dockerignore
10:48:59 [2021-05-03T10:48:59.520Z] #2 sha256:5b343599edf3b87469bf30e37dfbd9d5bff5a490c7c19d2dc775b460c2a5bf1b
10:48:59 [2021-05-03T10:48:59.520Z] #2 transferring context: 87B done
10:48:59 [2021-05-03T10:48:59.520Z] #2 DONE 0.2s
10:48:59 [2021-05-03T10:48:59.520Z] 
10:48:59 [2021-05-03T10:48:59.520Z] #1 [internal] load build definition from Dockerfile
10:48:59 [2021-05-03T10:48:59.520Z] #1 sha256:6c4b4a8552f5f36c3e85cbe2bdb734e18cf636d1d2d05ee04565bd75e9582f1c
10:48:59 [2021-05-03T10:48:59.520Z] #1 transferring dockerfile: 17.07kB done
10:48:59 [2021-05-03T10:48:59.520Z] #1 DONE 0.2s
10:48:59 [2021-05-03T10:48:59.520Z] 
10:48:59 [2021-05-03T10:48:59.520Z] #3 resolve image config for docker.io/docker/dockerfile:1.2
10:48:59 [2021-05-03T10:48:59.520Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69
10:48:59 [2021-05-03T10:48:59.550Z] #49 26.59 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
10:48:59 [2021-05-03T10:48:59.550Z] #49 26.63 go: downloading github.com/stretchr/objx v0.2.0
10:48:59 [2021-05-03T10:48:59.550Z] #49 26.67 go: downloading github.com/mitchellh/mapstructure v1.1.2
10:48:59 [2021-05-03T10:48:59.607Z] #9 ...
10:48:59 [2021-05-03T10:48:59.607Z] 
10:48:59 [2021-05-03T10:48:59.607Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
10:48:59 [2021-05-03T10:48:59.607Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
10:48:59 [2021-05-03T10:48:59.607Z] #63 DONE 0.7s
10:48:59 [2021-05-03T10:48:59.607Z] 
10:48:59 [2021-05-03T10:48:59.607Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
10:48:59 [2021-05-03T10:48:59.607Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
10:48:59 [2021-05-03T10:48:59.810Z] #49 26.95 go: downloading github.com/pmezard/go-difflib v1.0.0
10:48:59 [2021-05-03T10:48:59.810Z] #49 27.13 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
10:49:00 [2021-05-03T10:49:00.072Z] #49 27.20 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
10:49:00 [2021-05-03T10:49:00.072Z] #49 27.20 go: extracting github.com/fsnotify/fsnotify v1.4.7
10:49:00 [2021-05-03T10:49:00.072Z] #49 27.21 go: downloading github.com/ultraware/whitespace v0.0.4
10:49:00 [2021-05-03T10:49:00.072Z] #49 27.37 go: extracting github.com/mitchellh/mapstructure v1.1.2
10:49:00 [2021-05-03T10:49:00.090Z] #3 DONE 0.5s
10:49:00 [2021-05-03T10:49:00.090Z] 
10:49:00 [2021-05-03T10:49:00.090Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc
10:49:00 [2021-05-03T10:49:00.090Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727
10:49:00 [2021-05-03T10:49:00.090Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 0.0s done
10:49:00 [2021-05-03T10:49:00.176Z] #9 ...
10:49:00 [2021-05-03T10:49:00.176Z] 
10:49:00 [2021-05-03T10:49:00.176Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
10:49:00 [2021-05-03T10:49:00.176Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
10:49:00 [2021-05-03T10:49:00.176Z] #65 DONE 0.8s
10:49:00 [2021-05-03T10:49:00.176Z] 
10:49:00 [2021-05-03T10:49:00.176Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
10:49:00 [2021-05-03T10:49:00.176Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
10:49:00 [2021-05-03T10:49:00.332Z] #49 27.51 go: extracting github.com/stretchr/objx v0.2.0
10:49:00 [2021-05-03T10:49:00.333Z] #49 27.52 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
10:49:00 [2021-05-03T10:49:00.333Z] #49 27.53 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
10:49:00 [2021-05-03T10:49:00.333Z] #49 27.53 go: downloading github.com/spf13/jwalterweatherman v1.0.0
10:49:00 [2021-05-03T10:49:00.333Z] #49 27.54 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
10:49:00 [2021-05-03T10:49:00.349Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done
10:49:00 [2021-05-03T10:49:00.349Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done
10:49:00 [2021-05-03T10:49:00.350Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done
10:49:00 [2021-05-03T10:49:00.350Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 6.29MB / 9.64MB 0.1s
10:49:00 [2021-05-03T10:49:00.350Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.3s done
10:49:00 [2021-05-03T10:49:00.350Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4
10:49:00 [2021-05-03T10:49:00.442Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 9.5s done
10:49:00 [2021-05-03T10:49:00.442Z] #9 ...
10:49:00 [2021-05-03T10:49:00.442Z] 
10:49:00 [2021-05-03T10:49:00.442Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
10:49:00 [2021-05-03T10:49:00.442Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0
10:49:00 [2021-05-03T10:49:00.442Z] #26 extracting sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 10.7s done
10:49:00 [2021-05-03T10:49:00.442Z] #26 DONE 13.8s
10:49:00 [2021-05-03T10:49:00.442Z] 
10:49:00 [2021-05-03T10:49:00.442Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
10:49:00 [2021-05-03T10:49:00.442Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
10:49:00 [2021-05-03T10:49:00.442Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797
10:49:00 [2021-05-03T10:49:00.594Z] #49 27.67 go: downloading github.com/magiconair/properties v1.8.1
10:49:00 [2021-05-03T10:49:00.594Z] #49 27.67 go: downloading github.com/uudashr/gocognit v1.0.1
10:49:00 [2021-05-03T10:49:00.594Z] #49 27.74 go: extracting github.com/ultraware/whitespace v0.0.4
10:49:00 [2021-05-03T10:49:00.594Z] #49 27.74 go: downloading github.com/spf13/afero v1.1.2
10:49:00 [2021-05-03T10:49:00.594Z] #49 27.74 go: extracting github.com/pmezard/go-difflib v1.0.0
10:49:00 [2021-05-03T10:49:00.594Z] #49 27.85 go: downloading gopkg.in/yaml.v2 v2.2.7
10:49:00 [2021-05-03T10:49:00.610Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.2s done
10:49:00 [2021-05-03T10:49:00.854Z] #49 27.91 go: extracting github.com/magiconair/properties v1.8.1
10:49:00 [2021-05-03T10:49:00.854Z] #49 27.93 go: extracting github.com/uudashr/gocognit v1.0.1
10:49:00 [2021-05-03T10:49:00.854Z] #49 27.98 go: downloading github.com/spf13/cast v1.3.0
10:49:00 [2021-05-03T10:49:00.869Z] #4 DONE 0.7s
10:49:01 [2021-05-03T10:49:01.115Z] #49 28.18 go: extracting github.com/spf13/jwalterweatherman v1.0.0
10:49:01 [2021-05-03T10:49:01.115Z] #49 28.18 go: downloading github.com/gobwas/glob v0.2.3
10:49:01 [2021-05-03T10:49:01.115Z] #49 28.23 go: downloading github.com/davecgh/go-spew v1.1.1
10:49:01 [2021-05-03T10:49:01.115Z] #49 28.26 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
10:49:01 [2021-05-03T10:49:01.115Z] #49 28.37 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
10:49:01 [2021-05-03T10:49:01.128Z] 
10:49:01 [2021-05-03T10:49:01.128Z] #8 [internal] load metadata for docker.io/library/golang:1.13.15-buster
10:49:01 [2021-05-03T10:49:01.128Z] #8 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7
10:49:01 [2021-05-03T10:49:01.376Z] #49 28.37 go: extracting gopkg.in/yaml.v2 v2.2.7
10:49:01 [2021-05-03T10:49:01.376Z] #49 28.41 go: extracting github.com/spf13/afero v1.1.2
10:49:01 [2021-05-03T10:49:01.376Z] #49 28.44 go: downloading golang.org/x/text v0.3.2
10:49:01 [2021-05-03T10:49:01.382Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.9s done
10:49:01 [2021-05-03T10:49:01.637Z] #49 28.71 go: downloading github.com/go-toolsmith/astequal v1.0.0
10:49:01 [2021-05-03T10:49:01.637Z] #49 28.72 go: downloading github.com/pelletier/go-toml v1.2.0
10:49:01 [2021-05-03T10:49:01.637Z] #49 28.76 go: extracting github.com/spf13/cast v1.3.0
10:49:01 [2021-05-03T10:49:01.637Z] #49 28.94 go: extracting github.com/gobwas/glob v0.2.3
10:49:01 [2021-05-03T10:49:01.898Z] #49 28.98 go: extracting github.com/davecgh/go-spew v1.1.1
10:49:01 [2021-05-03T10:49:01.898Z] #49 29.04 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
10:49:01 [2021-05-03T10:49:01.898Z] #49 29.07 go: extracting github.com/go-toolsmith/astequal v1.0.0
10:49:01 [2021-05-03T10:49:01.898Z] #49 29.12 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
10:49:01 [2021-05-03T10:49:01.957Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064
10:49:02 [2021-05-03T10:49:02.072Z] #8 ...
10:49:02 [2021-05-03T10:49:02.072Z] 
10:49:02 [2021-05-03T10:49:02.072Z] #5 [internal] load metadata for docker.io/library/debian:buster
10:49:02 [2021-05-03T10:49:02.072Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34
10:49:02 [2021-05-03T10:49:02.072Z] #5 DONE 0.9s
10:49:02 [2021-05-03T10:49:02.072Z] 
10:49:02 [2021-05-03T10:49:02.072Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
10:49:02 [2021-05-03T10:49:02.072Z] #6 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
10:49:02 [2021-05-03T10:49:02.072Z] #6 DONE 0.9s
10:49:02 [2021-05-03T10:49:02.072Z] 
10:49:02 [2021-05-03T10:49:02.072Z] #8 [internal] load metadata for docker.io/library/golang:1.13.15-buster
10:49:02 [2021-05-03T10:49:02.072Z] #8 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7
10:49:02 [2021-05-03T10:49:02.072Z] #8 DONE 1.0s
10:49:02 [2021-05-03T10:49:02.072Z] 
10:49:02 [2021-05-03T10:49:02.072Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
10:49:02 [2021-05-03T10:49:02.072Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
10:49:02 [2021-05-03T10:49:02.072Z] #7 DONE 1.0s
10:49:02 [2021-05-03T10:49:02.159Z] #49 29.23 go: extracting github.com/pelletier/go-toml v1.2.0
10:49:02 [2021-05-03T10:49:02.420Z] #49 29.41 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
10:49:02 [2021-05-03T10:49:02.420Z] #49 29.58 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
10:49:02 [2021-05-03T10:49:02.529Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.8s done
10:49:02 [2021-05-03T10:49:02.789Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab
10:49:03 [2021-05-03T10:49:03.990Z] 
10:49:03 [2021-05-03T10:49:03.990Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
10:49:03 [2021-05-03T10:49:03.990Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
10:49:03 [2021-05-03T10:49:03.990Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
10:49:03 [2021-05-03T10:49:03.990Z] #64 DONE 0.0s
10:49:03 [2021-05-03T10:49:03.990Z] 
10:49:03 [2021-05-03T10:49:03.990Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
10:49:03 [2021-05-03T10:49:03.990Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0
10:49:03 [2021-05-03T10:49:03.990Z] #26 resolve docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
10:49:03 [2021-05-03T10:49:03.990Z] #26 resolve docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f 0.1s done
10:49:04 [2021-05-03T10:49:04.253Z] #26 sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f 1.85kB / 1.85kB done
10:49:04 [2021-05-03T10:49:04.253Z] #26 sha256:fa335fed387465ccc369958d7908e1975e7d65677f7f3050d862161754ebcf90 529B / 529B done
10:49:04 [2021-05-03T10:49:04.253Z] #26 sha256:0d587dfbc4f4800bfe9ab08662e8396ffc37060c493f8ef24b2823fef3320df6 1.46kB / 1.46kB done
10:49:04 [2021-05-03T10:49:04.347Z] #32 ...
10:49:04 [2021-05-03T10:49:04.347Z] 
10:49:04 [2021-05-03T10:49:04.347Z] #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
10:49:04 [2021-05-03T10:49:04.347Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9
10:49:04 [2021-05-03T10:49:04.347Z] #12 DONE 5.8s
10:49:04 [2021-05-03T10:49:04.347Z] 
10:49:04 [2021-05-03T10:49:04.347Z] #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
10:49:04 [2021-05-03T10:49:04.347Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
10:49:04 [2021-05-03T10:49:04.347Z] #40 ...
10:49:04 [2021-05-03T10:49:04.347Z] 
10:49:04 [2021-05-03T10:49:04.347Z] #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
10:49:04 [2021-05-03T10:49:04.347Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:49:04 [2021-05-03T10:49:04.968Z] #49 31.71 go: extracting github.com/gogo/protobuf v1.2.1
10:49:05 [2021-05-03T10:49:05.911Z] #49 ...
10:49:05 [2021-05-03T10:49:05.911Z] 
10:49:05 [2021-05-03T10:49:05.911Z] #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
10:49:05 [2021-05-03T10:49:05.911Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
10:49:05 [2021-05-03T10:49:05.911Z] #42 23.01 Fetched 8441 kB in 17s (511 kB/s)
10:49:05 [2021-05-03T10:49:05.911Z] #42 23.01 Reading package lists...
10:49:05 [2021-05-03T10:49:05.911Z] #42 29.61 Reading package lists...
10:49:05 [2021-05-03T10:49:05.911Z] #42 ...
10:49:05 [2021-05-03T10:49:05.911Z] 
10:49:05 [2021-05-03T10:49:05.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
10:49:05 [2021-05-03T10:49:05.911Z] #58 sha256:0fc2e074b3ab98a27c7c5454cc7102bee28624af7ef8822a14b68874205cdfb5
10:49:05 [2021-05-03T10:49:05.911Z] #58 23.14 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
10:49:05 [2021-05-03T10:49:05.911Z] #58 23.44 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0
10:49:05 [2021-05-03T10:49:05.911Z] #58 23.54 go: downloading github.com/russross/blackfriday/v2 v2.1.0
10:49:05 [2021-05-03T10:49:05.912Z] #58 23.90 go: extracting github.com/russross/blackfriday/v2 v2.1.0
10:49:05 [2021-05-03T10:49:05.912Z] #58 23.94 go: extracting github.com/u-root/u-root v7.0.0+incompatible
10:49:05 [2021-05-03T10:49:05.912Z] #58 26.90 go: finding github.com/pkg/errors v0.9.1
10:49:05 [2021-05-03T10:49:05.912Z] #58 26.98 go: finding github.com/sirupsen/logrus v1.8.1
10:49:05 [2021-05-03T10:49:05.912Z] #58 27.25 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
10:49:05 [2021-05-03T10:49:05.912Z] #58 27.32 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
10:49:05 [2021-05-03T10:49:05.912Z] #58 27.42 go: finding github.com/google/uuid v1.2.0
10:49:05 [2021-05-03T10:49:05.912Z] #58 27.44 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
10:49:05 [2021-05-03T10:49:05.912Z] #58 27.54 go: finding github.com/gofrs/flock v0.8.0
10:49:05 [2021-05-03T10:49:05.912Z] #58 27.56 go: finding github.com/moby/vpnkit v0.5.0
10:49:05 [2021-05-03T10:49:05.912Z] #58 27.60 go: finding github.com/gorilla/mux v1.8.0
10:49:05 [2021-05-03T10:49:05.912Z] #58 27.63 go: finding github.com/moby/sys/mountinfo v0.4.1
10:49:05 [2021-05-03T10:49:05.912Z] #58 27.68 go: finding github.com/urfave/cli/v2 v2.3.0
10:49:05 [2021-05-03T10:49:05.912Z] #58 27.69 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777
10:49:05 [2021-05-03T10:49:05.912Z] #58 27.74 go: finding github.com/u-root/u-root v7.0.0+incompatible
10:49:05 [2021-05-03T10:49:05.912Z] #58 27.91 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0
10:49:05 [2021-05-03T10:49:05.912Z] #58 27.99 go: finding github.com/russross/blackfriday/v2 v2.1.0
10:49:06 [2021-05-03T10:49:06.173Z] #58 ...
10:49:06 [2021-05-03T10:49:06.173Z] 
10:49:06 [2021-05-03T10:49:06.173Z] #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
10:49:06 [2021-05-03T10:49:06.173Z] #51 sha256:95189ee2d5889fe842c8d17c3daf9f5d3a3b1cf0afcec135cf458b18cba524c1
10:49:06 [2021-05-03T10:49:06.173Z] #51 23.15 runtime
10:49:06 [2021-05-03T10:49:06.173Z] #51 23.23 runtime/cgo
10:49:06 [2021-05-03T10:49:06.173Z] #51 ...
10:49:06 [2021-05-03T10:49:06.173Z] 
10:49:06 [2021-05-03T10:49:06.173Z] #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
10:49:06 [2021-05-03T10:49:06.173Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
10:49:06 [2021-05-03T10:49:06.173Z] #36 23.42 Fetched 8441 kB in 18s (475 kB/s)
10:49:06 [2021-05-03T10:49:06.173Z] #36 23.42 Reading package lists...
10:49:06 [2021-05-03T10:49:06.434Z] #36 29.65 Reading package lists...
10:49:06 [2021-05-03T10:49:06.434Z] #36 ...
10:49:06 [2021-05-03T10:49:06.434Z] 
10:49:06 [2021-05-03T10:49:06.434Z] #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
10:49:06 [2021-05-03T10:49:06.434Z] #67 sha256:80c0a9bff516d6afcbe22c18278120474f7ca3813c8405cddf32e3d4d816d33a
10:49:06 [2021-05-03T10:49:06.434Z] #67 24.00 Checking out files:  54% (1029/1905)   
Checking out files:  55% (1048/1905)   
Checking out files:  56% (1067/1905)   
Checking out files:  57% (1086/1905)   
Checking out files:  58% (1105/1905)   
Checking out files:  59% (1124/1905)   
Checking out files:  60% (1143/1905)   
Checking out files:  61% (1163/1905)   
Checking out files:  62% (1182/1905)   
Checking out files:  63% (1201/1905)   
Checking out files:  64% (1220/1905)   
Checking out files:  65% (1239/1905)   
Checking out files:  66% (1258/1905)   
Checking out files:  67% (1277/1905)   
Checking out files:  68% (1296/1905)   
Checking out files:  69% (1315/1905)   
Checking out files:  70% (1334/1905)   
Checking out files:  71% (1353/1905)   
Checking out files:  72% (1372/1905)   
Checking out files:  73% (1391/1905)   
Checking out files:  74% (1410/1905)   
Checking out files:  75% (1429/1905)   
Checking out files:  76% (1448/1905)   
Checking out files:  77% (1467/1905)   
Checking out files:  78% (1486/1905)   
Checking out files:  79% (1505/1905)   
Checking out files:  80% (1524/1905)   
Checking out files:  81% (1544/1905)   
Checking out files:  82% (1563/1905)   
Checking out files:  83% (1582/1905)   
Checking out files:  84% (1601/1905)   
Checking out files:  85% (1620/1905)   
Checking out files:  86% (1639/1905)   
Checking out files:  87% (1658/1905)   
Checking out files:  88% (1677/1905)   
Checking out files:  89% (1696/1905)   
Checking out files:  90% (1715/1905)   
Checking out files:  91% (1734/1905)   
Checking out files:  92% (1753/1905)   
Checking out files:  93% (1772/1905)   
Checking out files:  94% (1791/1905)   
Checking out files:  95% (1810/1905)   
Checking out files:  96% (1829/1905)   
Checking out files:  97% (1848/1905)   
Checking out files:  98% (1867/1905)   
Checking out files:  99% (1886/1905)   
Checking out files: 100% (1905/1905)   
Checking out files: 100% (1905/1905), done.
10:49:06 [2021-05-03T10:49:06.434Z] #67 24.84 + cd /tmp/tmp.CfNqRYEeM6/src/github.com/docker/libnetwork
10:49:06 [2021-05-03T10:49:06.434Z] #67 24.84 + git checkout -q b3507428be5b458cb0e2b4086b13531fb0706e46
10:49:06 [2021-05-03T10:49:06.434Z] #67 25.27 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
10:49:06 [2021-05-03T10:49:06.695Z] #67 ...
10:49:06 [2021-05-03T10:49:06.695Z] 
10:49:06 [2021-05-03T10:49:06.695Z] #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
10:49:06 [2021-05-03T10:49:06.695Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
10:49:06 [2021-05-03T10:49:06.695Z] #55 23.87 Fetched 8441 kB in 18s (479 kB/s)
10:49:06 [2021-05-03T10:49:06.695Z] #55 23.87 Reading package lists...
10:49:06 [2021-05-03T10:49:06.956Z] #55 30.34 Reading package lists...
10:49:06 [2021-05-03T10:49:06.956Z] #55 ...
10:49:06 [2021-05-03T10:49:06.956Z] 
10:49:06 [2021-05-03T10:49:06.956Z] #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
10:49:06 [2021-05-03T10:49:06.956Z] #45 sha256:3c300042d3325d05ae0fd5f6c25145d6aaf7594723399bc80e89aa7cb3b81cad
10:49:06 [2021-05-03T10:49:06.956Z] #45 30.33 vendor/golang.org/x/crypto/internal/subtle
10:49:06 [2021-05-03T10:49:06.956Z] #45 30.50 vendor/golang.org/x/crypto/curve25519
10:49:07 [2021-05-03T10:49:07.555Z] #26 ...
10:49:07 [2021-05-03T10:49:07.555Z] 
10:49:07 [2021-05-03T10:49:07.555Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
10:49:07 [2021-05-03T10:49:07.555Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
10:49:07 [2021-05-03T10:49:07.555Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
10:49:07 [2021-05-03T10:49:07.555Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
10:49:07 [2021-05-03T10:49:07.555Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
10:49:07 [2021-05-03T10:49:07.555Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
10:49:07 [2021-05-03T10:49:07.555Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.6s done
10:49:07 [2021-05-03T10:49:07.555Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.6s done
10:49:07 [2021-05-03T10:49:07.555Z] #62 DONE 3.5s
10:49:07 [2021-05-03T10:49:07.555Z] 
10:49:07 [2021-05-03T10:49:07.556Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
10:49:07 [2021-05-03T10:49:07.556Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0
10:49:07 [2021-05-03T10:49:07.556Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 0B / 50.43MB 3.6s
10:49:07 [2021-05-03T10:49:07.630Z] #13 ...
10:49:07 [2021-05-03T10:49:07.630Z] 
10:49:07 [2021-05-03T10:49:07.630Z] #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
10:49:07 [2021-05-03T10:49:07.630Z] #49 sha256:bb9a44ada7999bf3a3dfd509e3782559d4eedc16639da928020de7d918d7609c
10:49:07 [2021-05-03T10:49:07.630Z] #49 6.412 + RM_GOPATH=0
10:49:07 [2021-05-03T10:49:07.630Z] #49 6.412 + TMP_GOPATH=
10:49:07 [2021-05-03T10:49:07.630Z] #49 6.412 + : /build
10:49:07 [2021-05-03T10:49:07.630Z] #49 6.412 + '[' -z '' ']'
10:49:07 [2021-05-03T10:49:07.630Z] #49 6.412 ++ mktemp -d
10:49:07 [2021-05-03T10:49:07.630Z] #49 6.480 + export GOPATH=/tmp/tmp.uo0DZUuF6Y
10:49:07 [2021-05-03T10:49:07.630Z] #49 6.480 + GOPATH=/tmp/tmp.uo0DZUuF6Y
10:49:07 [2021-05-03T10:49:07.630Z] #49 6.480 + RM_GOPATH=1
10:49:07 [2021-05-03T10:49:07.630Z] #49 6.480 + case "$(go env GOARCH)" in
10:49:07 [2021-05-03T10:49:07.630Z] #49 6.480 ++ go env GOARCH
10:49:07 [2021-05-03T10:49:07.630Z] #49 6.480 + export GO_BUILDMODE=-buildmode=pie
10:49:07 [2021-05-03T10:49:07.630Z] #49 6.480 + GO_BUILDMODE=-buildmode=pie
10:49:07 [2021-05-03T10:49:07.630Z] #49 6.480 ++ dirname /tmp/install/install.sh
10:49:07 [2021-05-03T10:49:07.630Z] #49 6.480 + dir=/tmp/install
10:49:07 [2021-05-03T10:49:07.630Z] #49 6.480 + bin=golangci_lint
10:49:07 [2021-05-03T10:49:07.630Z] #49 6.480 + shift
10:49:07 [2021-05-03T10:49:07.630Z] #49 6.480 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
10:49:07 [2021-05-03T10:49:07.630Z] #49 6.480 + . /tmp/install/golangci_lint.installer
10:49:07 [2021-05-03T10:49:07.630Z] #49 6.480 ++ : v1.23.8
10:49:07 [2021-05-03T10:49:07.630Z] #49 6.480 + install_golangci_lint
10:49:07 [2021-05-03T10:49:07.630Z] #49 6.480 + set -e
10:49:07 [2021-05-03T10:49:07.630Z] #49 6.480 + export GO111MODULE=on
10:49:07 [2021-05-03T10:49:07.630Z] #49 6.480 + GO111MODULE=on
10:49:07 [2021-05-03T10:49:07.630Z] #49 6.480 + GOBIN=/build
10:49:07 [2021-05-03T10:49:07.630Z] #49 6.480 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
10:49:07 [2021-05-03T10:49:07.630Z] #49 6.494 go: finding github.com v1.23.8
10:49:07 [2021-05-03T10:49:07.630Z] #49 6.497 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
10:49:07 [2021-05-03T10:49:07.630Z] #49 6.497 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
10:49:07 [2021-05-03T10:49:07.630Z] #49 6.497 go: finding github.com/golangci/golangci-lint v1.23.8
10:49:07 [2021-05-03T10:49:07.630Z] #49 6.497 go: finding github.com/golangci v1.23.8
10:49:07 [2021-05-03T10:49:07.630Z] #49 7.031 go: downloading github.com/golangci/golangci-lint v1.23.8
10:49:07 [2021-05-03T10:49:07.630Z] #49 7.790 go: extracting github.com/golangci/golangci-lint v1.23.8
10:49:07 [2021-05-03T10:49:07.630Z] #49 ...
10:49:07 [2021-05-03T10:49:07.630Z] 
10:49:07 [2021-05-03T10:49:07.630Z] #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
10:49:07 [2021-05-03T10:49:07.630Z] #47 sha256:f148f39605534d12d20ae4d2dad2ad5a917b1e7cc00d07c3cca057b95c548c62
10:49:07 [2021-05-03T10:49:07.630Z] #47 7.211 + RM_GOPATH=0
10:49:07 [2021-05-03T10:49:07.630Z] #47 7.211 + TMP_GOPATH=
10:49:07 [2021-05-03T10:49:07.630Z] #47 7.211 + : /build
10:49:07 [2021-05-03T10:49:07.630Z] #47 7.211 + '[' -z '' ']'
10:49:07 [2021-05-03T10:49:07.630Z] #47 7.211 ++ mktemp -d
10:49:07 [2021-05-03T10:49:07.630Z] #47 7.211 + export GOPATH=/tmp/tmp.6MJyzlgFi6
10:49:07 [2021-05-03T10:49:07.630Z] #47 7.211 + GOPATH=/tmp/tmp.6MJyzlgFi6
10:49:07 [2021-05-03T10:49:07.630Z] #47 7.211 + RM_GOPATH=1
10:49:07 [2021-05-03T10:49:07.630Z] #47 7.211 + case "$(go env GOARCH)" in
10:49:07 [2021-05-03T10:49:07.630Z] #47 7.211 ++ go env GOARCH
10:49:07 [2021-05-03T10:49:07.630Z] #47 7.224 + export GO_BUILDMODE=-buildmode=pie
10:49:07 [2021-05-03T10:49:07.630Z] #47 7.224 + GO_BUILDMODE=-buildmode=pie
10:49:07 [2021-05-03T10:49:07.630Z] #47 7.224 ++ dirname /tmp/install/install.sh
10:49:07 [2021-05-03T10:49:07.630Z] #47 7.225 + dir=/tmp/install
10:49:07 [2021-05-03T10:49:07.630Z] #47 7.225 + bin=gotestsum
10:49:07 [2021-05-03T10:49:07.630Z] #47 7.225 + shift
10:49:07 [2021-05-03T10:49:07.630Z] #47 7.225 + '[' '!' -f /tmp/install/gotestsum.installer ']'
10:49:07 [2021-05-03T10:49:07.630Z] #47 7.225 + . /tmp/install/gotestsum.installer
10:49:07 [2021-05-03T10:49:07.630Z] #47 7.225 ++ : v0.5.3
10:49:07 [2021-05-03T10:49:07.630Z] #47 7.225 + install_gotestsum
10:49:07 [2021-05-03T10:49:07.630Z] #47 7.235 + set -e
10:49:07 [2021-05-03T10:49:07.630Z] #47 7.235 + export GO111MODULE=on
10:49:07 [2021-05-03T10:49:07.630Z] #47 7.235 + GO111MODULE=on
10:49:07 [2021-05-03T10:49:07.630Z] #47 7.235 + GOBIN=/build
10:49:07 [2021-05-03T10:49:07.630Z] #47 7.235 + go get gotest.tools/gotestsum@v0.5.3
10:49:07 [2021-05-03T10:49:07.630Z] #47 7.250 go: finding gotest.tools/gotestsum v0.5.3
10:49:07 [2021-05-03T10:49:07.630Z] #47 7.250 go: finding gotest.tools v0.5.3
10:49:07 [2021-05-03T10:49:07.630Z] #47 8.161 go: downloading gotest.tools/gotestsum v0.5.3
10:49:07 [2021-05-03T10:49:07.630Z] #47 8.966 go: extracting gotest.tools/gotestsum v0.5.3
10:49:07 [2021-05-03T10:49:07.889Z] #47 ...
10:49:07 [2021-05-03T10:49:07.889Z] 
10:49:07 [2021-05-03T10:49:07.889Z] #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
10:49:07 [2021-05-03T10:49:07.889Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
10:49:07 [2021-05-03T10:49:07.889Z] #42 9.302 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
10:49:07 [2021-05-03T10:49:07.889Z] #42 9.374 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
10:49:07 [2021-05-03T10:49:07.889Z] #42 9.400 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
10:49:07 [2021-05-03T10:49:07.889Z] #42 ...
10:49:07 [2021-05-03T10:49:07.889Z] 
10:49:07 [2021-05-03T10:49:07.889Z] #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
10:49:07 [2021-05-03T10:49:07.889Z] #51 sha256:41ef245701595d35071486a1641080ced55cb70b1fcca4ecc01b91f56eac9656
10:49:07 [2021-05-03T10:49:07.889Z] #51 6.947 + RM_GOPATH=0
10:49:07 [2021-05-03T10:49:07.889Z] #51 6.947 + TMP_GOPATH=
10:49:07 [2021-05-03T10:49:07.889Z] #51 6.947 + : /build
10:49:07 [2021-05-03T10:49:07.889Z] #51 6.947 + '[' -z '' ']'
10:49:07 [2021-05-03T10:49:07.889Z] #51 6.947 ++ mktemp -d
10:49:07 [2021-05-03T10:49:07.889Z] #51 6.950 + export GOPATH=/tmp/tmp.X6LF4XJFEd
10:49:07 [2021-05-03T10:49:07.889Z] #51 6.950 + GOPATH=/tmp/tmp.X6LF4XJFEd
10:49:07 [2021-05-03T10:49:07.889Z] #51 6.950 + RM_GOPATH=1
10:49:07 [2021-05-03T10:49:07.889Z] #51 6.950 + case "$(go env GOARCH)" in
10:49:07 [2021-05-03T10:49:07.889Z] #51 6.950 ++ go env GOARCH
10:49:07 [2021-05-03T10:49:07.889Z] #51 6.957 + export GO_BUILDMODE=-buildmode=pie
10:49:07 [2021-05-03T10:49:07.889Z] #51 6.957 + GO_BUILDMODE=-buildmode=pie
10:49:07 [2021-05-03T10:49:07.889Z] #51 6.957 ++ dirname /tmp/install/install.sh
10:49:07 [2021-05-03T10:49:07.889Z] #51 6.958 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
10:49:07 [2021-05-03T10:49:07.889Z] #51 6.959 + dir=/tmp/install
10:49:07 [2021-05-03T10:49:07.889Z] #51 6.959 + bin=shfmt
10:49:07 [2021-05-03T10:49:07.889Z] #51 6.959 + shift
10:49:07 [2021-05-03T10:49:07.889Z] #51 6.959 + '[' '!' -f /tmp/install/shfmt.installer ']'
10:49:07 [2021-05-03T10:49:07.889Z] #51 6.959 + . /tmp/install/shfmt.installer
10:49:07 [2021-05-03T10:49:07.889Z] #51 6.959 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
10:49:07 [2021-05-03T10:49:07.889Z] #51 6.959 + install_shfmt
10:49:07 [2021-05-03T10:49:07.889Z] #51 6.959 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
10:49:07 [2021-05-03T10:49:07.889Z] #51 6.959 + git clone https://github.com/mvdan/sh.git /tmp/tmp.X6LF4XJFEd/src/github.com/mvdan/sh
10:49:07 [2021-05-03T10:49:07.889Z] #51 6.963 Cloning into '/tmp/tmp.X6LF4XJFEd/src/github.com/mvdan/sh'...
10:49:08 [2021-05-03T10:49:08.071Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 5.1s
10:49:08 [2021-05-03T10:49:08.125Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 4.19MB / 50.43MB 3.9s
10:49:08 [2021-05-03T10:49:08.125Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 14.36MB / 50.43MB 4.1s
10:49:08 [2021-05-03T10:49:08.145Z] #51 ...
10:49:08 [2021-05-03T10:49:08.145Z] 
10:49:08 [2021-05-03T10:49:08.145Z] #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
10:49:08 [2021-05-03T10:49:08.145Z] #45 sha256:7504d5111897f112af75a3b79cd6ee75bf518a7f9789364eccf3f9226afd32f2
10:49:08 [2021-05-03T10:49:08.145Z] #45 8.180 + RM_GOPATH=0
10:49:08 [2021-05-03T10:49:08.145Z] #45 8.180 + TMP_GOPATH=
10:49:08 [2021-05-03T10:49:08.145Z] #45 8.180 + : /build
10:49:08 [2021-05-03T10:49:08.145Z] #45 8.180 + '[' -z '' ']'
10:49:08 [2021-05-03T10:49:08.145Z] #45 8.180 ++ mktemp -d
10:49:08 [2021-05-03T10:49:08.145Z] #45 8.180 + export GOPATH=/tmp/tmp.Sc2gdsYVCT
10:49:08 [2021-05-03T10:49:08.145Z] #45 8.180 + GOPATH=/tmp/tmp.Sc2gdsYVCT
10:49:08 [2021-05-03T10:49:08.145Z] #45 8.180 + RM_GOPATH=1
10:49:08 [2021-05-03T10:49:08.145Z] #45 8.180 + case "$(go env GOARCH)" in
10:49:08 [2021-05-03T10:49:08.145Z] #45 8.180 ++ go env GOARCH
10:49:08 [2021-05-03T10:49:08.145Z] #45 8.228 + export GO_BUILDMODE=-buildmode=pie
10:49:08 [2021-05-03T10:49:08.145Z] #45 8.228 + GO_BUILDMODE=-buildmode=pie
10:49:08 [2021-05-03T10:49:08.145Z] #45 8.258 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
10:49:08 [2021-05-03T10:49:08.145Z] #45 8.258 ++ dirname /tmp/install/install.sh
10:49:08 [2021-05-03T10:49:08.145Z] #45 8.258 + dir=/tmp/install
10:49:08 [2021-05-03T10:49:08.145Z] #45 8.258 + bin=vndr
10:49:08 [2021-05-03T10:49:08.145Z] #45 8.258 + shift
10:49:08 [2021-05-03T10:49:08.145Z] #45 8.258 + '[' '!' -f /tmp/install/vndr.installer ']'
10:49:08 [2021-05-03T10:49:08.145Z] #45 8.258 + . /tmp/install/vndr.installer
10:49:08 [2021-05-03T10:49:08.145Z] #45 8.258 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
10:49:08 [2021-05-03T10:49:08.145Z] #45 8.258 + install_vndr
10:49:08 [2021-05-03T10:49:08.145Z] #45 8.258 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
10:49:08 [2021-05-03T10:49:08.145Z] #45 8.258 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.Sc2gdsYVCT/src/github.com/LK4D4/vndr
10:49:08 [2021-05-03T10:49:08.145Z] #45 8.292 Cloning into '/tmp/tmp.Sc2gdsYVCT/src/github.com/LK4D4/vndr'...
10:49:08 [2021-05-03T10:49:08.145Z] #45 9.365 + cd /tmp/tmp.Sc2gdsYVCT/src/github.com/LK4D4/vndr
10:49:08 [2021-05-03T10:49:08.145Z] #45 9.366 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
10:49:08 [2021-05-03T10:49:08.145Z] #45 9.393 + go build -buildmode=pie -v -o /build/vndr .
10:49:08 [2021-05-03T10:49:08.145Z] #45 ...
10:49:08 [2021-05-03T10:49:08.145Z] 
10:49:08 [2021-05-03T10:49:08.145Z] #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
10:49:08 [2021-05-03T10:49:08.145Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
10:49:08 [2021-05-03T10:49:08.145Z] #36 8.349 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
10:49:08 [2021-05-03T10:49:08.145Z] #36 8.444 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
10:49:08 [2021-05-03T10:49:08.145Z] #36 8.604 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
10:49:08 [2021-05-03T10:49:08.145Z] #36 9.844 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
10:49:08 [2021-05-03T10:49:08.390Z] #45 ...
10:49:08 [2021-05-03T10:49:08.390Z] 
10:49:08 [2021-05-03T10:49:08.390Z] #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
10:49:08 [2021-05-03T10:49:08.390Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:49:08 [2021-05-03T10:49:08.390Z] #13 22.56 Fetched 8955 kB in 19s (480 kB/s)
10:49:08 [2021-05-03T10:49:08.390Z] #13 22.56 Reading package lists...
10:49:08 [2021-05-03T10:49:08.390Z] #13 29.30 Reading package lists...
10:49:08 [2021-05-03T10:49:08.390Z] #13 ...
10:49:08 [2021-05-03T10:49:08.390Z] 
10:49:08 [2021-05-03T10:49:08.390Z] #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
10:49:08 [2021-05-03T10:49:08.390Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
10:49:08 [2021-05-03T10:49:08.390Z] #40 25.14 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
10:49:08 [2021-05-03T10:49:08.390Z] #40 ...
10:49:08 [2021-05-03T10:49:08.390Z] 
10:49:08 [2021-05-03T10:49:08.390Z] #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
10:49:08 [2021-05-03T10:49:08.390Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
10:49:08 [2021-05-03T10:49:08.390Z] #42 29.61 Reading package lists...
10:49:08 [2021-05-03T10:49:08.401Z] #36 ...
10:49:08 [2021-05-03T10:49:08.401Z] 
10:49:08 [2021-05-03T10:49:08.401Z] #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
10:49:08 [2021-05-03T10:49:08.401Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
10:49:08 [2021-05-03T10:49:08.401Z] #55 9.303 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
10:49:08 [2021-05-03T10:49:08.401Z] #55 9.403 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
10:49:08 [2021-05-03T10:49:08.401Z] #55 9.405 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
10:49:08 [2021-05-03T10:49:08.401Z] #55 10.86 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
10:49:08 [2021-05-03T10:49:08.453Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 17.83MB / 50.43MB 4.3s
10:49:08 [2021-05-03T10:49:08.453Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 25.17MB / 50.43MB 4.4s
10:49:08 [2021-05-03T10:49:08.665Z] #55 ...
10:49:08 [2021-05-03T10:49:08.665Z] 
10:49:08 [2021-05-03T10:49:08.665Z] #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
10:49:08 [2021-05-03T10:49:08.665Z] #67 sha256:ab82230a81c2b9f1a46338963c25f4f0f9ba7277d91eba877ec7086979ff347b
10:49:08 [2021-05-03T10:49:08.665Z] #67 6.931 + RM_GOPATH=0
10:49:08 [2021-05-03T10:49:08.665Z] #67 6.931 + TMP_GOPATH=
10:49:08 [2021-05-03T10:49:08.665Z] #67 6.931 + : /build
10:49:08 [2021-05-03T10:49:08.665Z] #67 6.931 + '[' -z '' ']'
10:49:08 [2021-05-03T10:49:08.665Z] #67 6.931 ++ mktemp -d
10:49:08 [2021-05-03T10:49:08.665Z] #67 6.940 + export GOPATH=/tmp/tmp.NZzsZgFfvx
10:49:08 [2021-05-03T10:49:08.665Z] #67 6.940 + GOPATH=/tmp/tmp.NZzsZgFfvx
10:49:08 [2021-05-03T10:49:08.665Z] #67 6.940 + RM_GOPATH=1
10:49:08 [2021-05-03T10:49:08.665Z] #67 6.940 + case "$(go env GOARCH)" in
10:49:08 [2021-05-03T10:49:08.665Z] #67 6.940 ++ go env GOARCH
10:49:08 [2021-05-03T10:49:08.665Z] #67 6.951 + export GO_BUILDMODE=-buildmode=pie
10:49:08 [2021-05-03T10:49:08.665Z] #67 6.952 + GO_BUILDMODE=-buildmode=pie
10:49:08 [2021-05-03T10:49:08.665Z] #67 6.954 Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46
10:49:08 [2021-05-03T10:49:08.665Z] #67 6.957 ++ dirname /tmp/install/install.sh
10:49:08 [2021-05-03T10:49:08.665Z] #67 6.957 + dir=/tmp/install
10:49:08 [2021-05-03T10:49:08.665Z] #67 6.957 + bin=proxy
10:49:08 [2021-05-03T10:49:08.665Z] #67 6.957 + shift
10:49:08 [2021-05-03T10:49:08.665Z] #67 6.957 + '[' '!' -f /tmp/install/proxy.installer ']'
10:49:08 [2021-05-03T10:49:08.665Z] #67 6.957 + . /tmp/install/proxy.installer
10:49:08 [2021-05-03T10:49:08.665Z] #67 6.957 ++ : b3507428be5b458cb0e2b4086b13531fb0706e46
10:49:08 [2021-05-03T10:49:08.665Z] #67 6.957 + install_proxy
10:49:08 [2021-05-03T10:49:08.665Z] #67 6.957 + case "$1" in
10:49:08 [2021-05-03T10:49:08.665Z] #67 6.957 + export CGO_ENABLED=0
10:49:08 [2021-05-03T10:49:08.665Z] #67 6.957 + CGO_ENABLED=0
10:49:08 [2021-05-03T10:49:08.665Z] #67 6.957 + _install_proxy
10:49:08 [2021-05-03T10:49:08.665Z] #67 6.957 + echo 'Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46'
10:49:08 [2021-05-03T10:49:08.665Z] #67 6.957 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.NZzsZgFfvx/src/github.com/docker/libnetwork
10:49:08 [2021-05-03T10:49:08.665Z] #67 6.957 Cloning into '/tmp/tmp.NZzsZgFfvx/src/github.com/docker/libnetwork'...
10:49:08 [2021-05-03T10:49:08.665Z] #67 ...
10:49:08 [2021-05-03T10:49:08.665Z] 
10:49:08 [2021-05-03T10:49:08.665Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer         . /tmp/install/tomll.installer && PREFIX=/build install_tomll
10:49:08 [2021-05-03T10:49:08.665Z] #34 sha256:10821346d2004a30c147a9fb31cad69c091085809aa7806b2a75cbc2259ede4d
10:49:08 [2021-05-03T10:49:08.665Z] #34 7.345 Install go-toml version v1.8.1
10:49:08 [2021-05-03T10:49:08.665Z] #34 7.371 go: finding github.com v1.8.1
10:49:08 [2021-05-03T10:49:08.665Z] #34 7.371 go: finding github.com/pelletier/go-toml/cmd/tomll v1.8.1
10:49:08 [2021-05-03T10:49:08.665Z] #34 7.371 go: finding github.com/pelletier/go-toml/cmd v1.8.1
10:49:08 [2021-05-03T10:49:08.665Z] #34 7.371 go: finding github.com/pelletier/go-toml v1.8.1
10:49:08 [2021-05-03T10:49:08.665Z] #34 7.371 go: finding github.com/pelletier v1.8.1
10:49:08 [2021-05-03T10:49:08.665Z] #34 8.557 go: downloading github.com/pelletier/go-toml v1.8.1
10:49:08 [2021-05-03T10:49:08.665Z] #34 9.051 go: extracting github.com/pelletier/go-toml v1.8.1
10:49:08 [2021-05-03T10:49:08.713Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 34.60MB / 50.43MB 4.5s
10:49:08 [2021-05-03T10:49:08.713Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 50.43MB / 50.43MB 4.7s
10:49:08 [2021-05-03T10:49:08.922Z] #34 ...
10:49:08 [2021-05-03T10:49:08.922Z] 
10:49:08 [2021-05-03T10:49:08.922Z] #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
10:49:08 [2021-05-03T10:49:08.922Z] #24 sha256:933006552a062f1c53e292853e0e694e4e155d421c09d1dfcb8734242f79443e
10:49:08 [2021-05-03T10:49:08.922Z] #24 8.186 + RM_GOPATH=0
10:49:08 [2021-05-03T10:49:08.922Z] #24 8.188 + TMP_GOPATH=
10:49:08 [2021-05-03T10:49:08.922Z] #24 8.188 + : /build
10:49:08 [2021-05-03T10:49:08.922Z] #24 8.188 + '[' -z '' ']'
10:49:08 [2021-05-03T10:49:08.922Z] #24 8.188 ++ mktemp -d
10:49:08 [2021-05-03T10:49:08.922Z] #24 8.227 + export GOPATH=/tmp/tmp.chsh9NcBAp
10:49:08 [2021-05-03T10:49:08.922Z] #24 8.227 + GOPATH=/tmp/tmp.chsh9NcBAp
10:49:08 [2021-05-03T10:49:08.922Z] #24 8.227 + RM_GOPATH=1
10:49:08 [2021-05-03T10:49:08.922Z] #24 8.227 + case "$(go env GOARCH)" in
10:49:08 [2021-05-03T10:49:08.922Z] #24 8.227 ++ go env GOARCH
10:49:08 [2021-05-03T10:49:08.922Z] #24 8.262 + export GO_BUILDMODE=-buildmode=pie
10:49:08 [2021-05-03T10:49:08.922Z] #24 8.262 + GO_BUILDMODE=-buildmode=pie
10:49:08 [2021-05-03T10:49:08.922Z] #24 8.262 ++ dirname /tmp/install/install.sh
10:49:08 [2021-05-03T10:49:08.922Z] #24 8.267 + dir=/tmp/install
10:49:08 [2021-05-03T10:49:08.922Z] #24 8.267 + bin=dockercli
10:49:08 [2021-05-03T10:49:08.922Z] #24 8.267 + shift
10:49:08 [2021-05-03T10:49:08.922Z] #24 8.267 + '[' '!' -f /tmp/install/dockercli.installer ']'
10:49:08 [2021-05-03T10:49:08.922Z] #24 8.267 + . /tmp/install/dockercli.installer
10:49:08 [2021-05-03T10:49:08.922Z] #24 8.267 ++ : stable
10:49:08 [2021-05-03T10:49:08.922Z] #24 8.267 ++ : 17.06.2-ce
10:49:08 [2021-05-03T10:49:08.922Z] #24 8.289 + install_dockercli
10:49:08 [2021-05-03T10:49:08.922Z] #24 8.290 + echo 'Install docker/cli version 17.06.2-ce from stable'
10:49:08 [2021-05-03T10:49:08.922Z] #24 8.290 ++ uname -m
10:49:08 [2021-05-03T10:49:08.922Z] #24 8.291 Install docker/cli version 17.06.2-ce from stable
10:49:08 [2021-05-03T10:49:08.922Z] #24 8.299 + arch=x86_64
10:49:08 [2021-05-03T10:49:08.922Z] #24 8.299 + '[' x86_64 '!=' x86_64 ']'
10:49:08 [2021-05-03T10:49:08.922Z] #24 8.299 + url=https://download.docker.com/linux/static
10:49:08 [2021-05-03T10:49:08.922Z] #24 8.299 + tar -xz docker/docker
10:49:08 [2021-05-03T10:49:08.922Z] #24 8.299 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
10:49:08 [2021-05-03T10:49:08.922Z] #24 ...
10:49:08 [2021-05-03T10:49:08.922Z] 
10:49:08 [2021-05-03T10:49:08.922Z] #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
10:49:08 [2021-05-03T10:49:08.922Z] #45 sha256:7504d5111897f112af75a3b79cd6ee75bf518a7f9789364eccf3f9226afd32f2
10:49:08 [2021-05-03T10:49:08.922Z] #45 11.35 runtime/internal/atomic
10:49:08 [2021-05-03T10:49:08.922Z] #45 11.40 internal/cpu
10:49:09 [2021-05-03T10:49:09.451Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 6.4s done
10:49:09 [2021-05-03T10:49:09.519Z] #45 11.83 runtime/internal/sys
10:49:09 [2021-05-03T10:49:09.713Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0.1s
10:49:09 [2021-05-03T10:49:09.777Z] #45 12.21 runtime/internal/math
10:49:09 [2021-05-03T10:49:09.777Z] #45 12.25 internal/race
10:49:09 [2021-05-03T10:49:09.777Z] #45 12.38 internal/bytealg
10:49:10 [2021-05-03T10:49:10.036Z] #42 35.77 Building dependency tree...
10:49:10 [2021-05-03T10:49:10.101Z] #26 ...
10:49:10 [2021-05-03T10:49:10.101Z] 
10:49:10 [2021-05-03T10:49:10.101Z] #23 [internal] load build context
10:49:10 [2021-05-03T10:49:10.101Z] #23 sha256:aa95ca730d4985e433a2f4d22ba1ff3da47cc65bbcd26dc9332288fa366a38b2
10:49:10 [2021-05-03T10:49:10.101Z] #23 transferring context: 53.20MB 5.7s done
10:49:10 [2021-05-03T10:49:10.101Z] #23 DONE 6.0s
10:49:10 [2021-05-03T10:49:10.101Z] 
10:49:10 [2021-05-03T10:49:10.101Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
10:49:10 [2021-05-03T10:49:10.101Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0
10:49:10 [2021-05-03T10:49:10.288Z] #9 ...
10:49:10 [2021-05-03T10:49:10.288Z] 
10:49:10 [2021-05-03T10:49:10.288Z] #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
10:49:10 [2021-05-03T10:49:10.288Z] #27 sha256:2f5ef7d60ae1d151fd2aa8dfcbd4d1be127456a9f8db7a76d9528a1821e46d69
10:49:10 [2021-05-03T10:49:10.288Z] #27 1.454 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
10:49:10 [2021-05-03T10:49:10.288Z] #27 1.467 Get:2 http://deb.debian.org/debian buster InRelease [121 kB]
10:49:10 [2021-05-03T10:49:10.288Z] #27 1.467 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
10:49:10 [2021-05-03T10:49:10.288Z] #27 1.650 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [285 kB]
10:49:10 [2021-05-03T10:49:10.288Z] #27 1.935 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
10:49:10 [2021-05-03T10:49:10.288Z] #27 2.330 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
10:49:10 [2021-05-03T10:49:10.288Z] #27 3.933 Fetched 8441 kB in 3s (3106 kB/s)
10:49:10 [2021-05-03T10:49:10.288Z] #27 3.933 Reading package lists...
10:49:10 [2021-05-03T10:49:10.288Z] #27 4.874 Reading package lists...
10:49:10 [2021-05-03T10:49:10.288Z] #27 5.782 Building dependency tree...
10:49:10 [2021-05-03T10:49:10.288Z] #27 6.122 The following additional packages will be installed:
10:49:10 [2021-05-03T10:49:10.288Z] #27 6.122   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
10:49:10 [2021-05-03T10:49:10.288Z] #27 6.122   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
10:49:10 [2021-05-03T10:49:10.288Z] #27 6.122   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
10:49:10 [2021-05-03T10:49:10.288Z] #27 6.122 Suggested packages:
10:49:10 [2021-05-03T10:49:10.288Z] #27 6.122   krb5-doc krb5-user
10:49:10 [2021-05-03T10:49:10.288Z] #27 6.122 Recommended packages:
10:49:10 [2021-05-03T10:49:10.288Z] #27 6.122   krb5-locales publicsuffix libsasl2-modules
10:49:10 [2021-05-03T10:49:10.288Z] #27 6.399 The following NEW packages will be installed:
10:49:10 [2021-05-03T10:49:10.288Z] #27 6.399   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
10:49:10 [2021-05-03T10:49:10.288Z] #27 6.399   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
10:49:10 [2021-05-03T10:49:10.288Z] #27 6.399   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
10:49:10 [2021-05-03T10:49:10.288Z] #27 6.399   libssh2-1 libssl1.1 openssl
10:49:10 [2021-05-03T10:49:10.288Z] #27 6.676 0 upgraded, 21 newly installed, 0 to remove and 2 not upgraded.
10:49:10 [2021-05-03T10:49:10.288Z] #27 6.676 Need to get 5059 kB of archives.
10:49:10 [2021-05-03T10:49:10.288Z] #27 6.676 After this operation, 12.1 MB of additional disk space will be used.
10:49:10 [2021-05-03T10:49:10.288Z] #27 6.676 Get:1 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB]
10:49:10 [2021-05-03T10:49:10.288Z] #27 6.688 Get:2 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
10:49:10 [2021-05-03T10:49:10.288Z] #27 6.688 Get:3 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB]
10:49:10 [2021-05-03T10:49:10.288Z] #27 6.688 Get:4 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB]
10:49:10 [2021-05-03T10:49:10.288Z] #27 6.688 Get:5 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB]
10:49:10 [2021-05-03T10:49:10.288Z] #27 6.710 Get:6 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB]
10:49:10 [2021-05-03T10:49:10.288Z] #27 6.710 Get:7 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB]
10:49:10 [2021-05-03T10:49:10.288Z] #27 6.710 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB]
10:49:10 [2021-05-03T10:49:10.288Z] #27 6.710 Get:9 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]
10:49:10 [2021-05-03T10:49:10.288Z] #27 6.710 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB]
10:49:10 [2021-05-03T10:49:10.288Z] #27 6.710 Get:11 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
10:49:10 [2021-05-03T10:49:10.288Z] #27 6.710 Get:12 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
10:49:10 [2021-05-03T10:49:10.288Z] #27 6.710 Get:13 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
10:49:10 [2021-05-03T10:49:10.288Z] #27 6.710 Get:14 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
10:49:10 [2021-05-03T10:49:10.288Z] #27 6.710 Get:15 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
10:49:10 [2021-05-03T10:49:10.288Z] #27 6.710 Get:16 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
10:49:10 [2021-05-03T10:49:10.288Z] #27 6.712 Get:17 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
10:49:10 [2021-05-03T10:49:10.288Z] #27 6.722 Get:18 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB]
10:49:10 [2021-05-03T10:49:10.288Z] #27 6.903 Get:19 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB]
10:49:10 [2021-05-03T10:49:10.288Z] #27 6.955 Get:20 http://security.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB]
10:49:10 [2021-05-03T10:49:10.288Z] #27 6.974 Get:21 http://security.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB]
10:49:10 [2021-05-03T10:49:10.288Z] #27 7.218 debconf: delaying package configuration, since apt-utils is not installed
10:49:10 [2021-05-03T10:49:10.288Z] #27 7.244 Fetched 5059 kB in 1s (8868 kB/s)
10:49:10 [2021-05-03T10:49:10.288Z] #27 7.305 Selecting previously unselected package libssl1.1:amd64.
10:49:10 [2021-05-03T10:49:10.288Z] #27 7.305 (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.)
10:49:10 [2021-05-03T10:49:10.288Z] #27 7.310 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 7.328 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 7.566 Selecting previously unselected package openssl.
10:49:10 [2021-05-03T10:49:10.288Z] #27 7.566 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 7.570 Unpacking openssl (1.1.1d-0+deb10u6) ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 7.766 Selecting previously unselected package ca-certificates.
10:49:10 [2021-05-03T10:49:10.288Z] #27 7.766 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 7.773 Unpacking ca-certificates (20200601~deb10u2) ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 7.861 Selecting previously unselected package libkeyutils1:amd64.
10:49:10 [2021-05-03T10:49:10.288Z] #27 7.861 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 7.865 Unpacking libkeyutils1:amd64 (1.6-6) ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 7.919 Selecting previously unselected package libkrb5support0:amd64.
10:49:10 [2021-05-03T10:49:10.288Z] #27 7.919 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 7.926 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 7.980 Selecting previously unselected package libk5crypto3:amd64.
10:49:10 [2021-05-03T10:49:10.288Z] #27 7.980 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 7.984 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 8.078 Selecting previously unselected package libkrb5-3:amd64.
10:49:10 [2021-05-03T10:49:10.288Z] #27 8.078 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 8.082 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 8.238 Selecting previously unselected package libgssapi-krb5-2:amd64.
10:49:10 [2021-05-03T10:49:10.288Z] #27 8.238 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 8.252 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 8.302 Selecting previously unselected package libsasl2-modules-db:amd64.
10:49:10 [2021-05-03T10:49:10.288Z] #27 8.302 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 8.306 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 8.365 Selecting previously unselected package libsasl2-2:amd64.
10:49:10 [2021-05-03T10:49:10.288Z] #27 8.365 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 8.369 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 8.420 Selecting previously unselected package libldap-common.
10:49:10 [2021-05-03T10:49:10.288Z] #27 8.420 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 8.425 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 8.490 Selecting previously unselected package libldap-2.4-2:amd64.
10:49:10 [2021-05-03T10:49:10.288Z] #27 8.490 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 8.494 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 8.602 Selecting previously unselected package libnghttp2-14:amd64.
10:49:10 [2021-05-03T10:49:10.288Z] #27 8.602 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 8.602 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 8.665 Selecting previously unselected package libpsl5:amd64.
10:49:10 [2021-05-03T10:49:10.288Z] #27 8.665 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 8.670 Unpacking libpsl5:amd64 (0.20.2-2) ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 8.760 Selecting previously unselected package librtmp1:amd64.
10:49:10 [2021-05-03T10:49:10.288Z] #27 8.760 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 8.765 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 8.820 Selecting previously unselected package libssh2-1:amd64.
10:49:10 [2021-05-03T10:49:10.288Z] #27 8.820 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 8.823 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 8.936 Selecting previously unselected package libcurl4:amd64.
10:49:10 [2021-05-03T10:49:10.288Z] #27 8.936 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 8.941 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 9.036 Selecting previously unselected package curl.
10:49:10 [2021-05-03T10:49:10.288Z] #27 9.036 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 9.041 Unpacking curl (7.64.0-4+deb10u2) ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 9.155 Selecting previously unselected package libonig5:amd64.
10:49:10 [2021-05-03T10:49:10.288Z] #27 9.157 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 9.161 Unpacking libonig5:amd64 (6.9.1-1) ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 9.233 Selecting previously unselected package libjq1:amd64.
10:49:10 [2021-05-03T10:49:10.288Z] #27 9.234 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 9.238 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 9.297 Selecting previously unselected package jq.
10:49:10 [2021-05-03T10:49:10.288Z] #27 9.297 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 9.303 Unpacking jq (1.5+dfsg-2+b1) ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 9.369 Setting up libkeyutils1:amd64 (1.6-6) ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 9.401 Setting up libpsl5:amd64 (0.20.2-2) ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 9.414 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 9.536 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 9.549 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 9.564 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 9.577 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 9.589 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 9.601 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 9.613 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 9.626 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 9.645 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 9.658 Setting up openssl (1.1.1d-0+deb10u6) ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 9.675 Setting up libonig5:amd64 (6.9.1-1) ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 9.690 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 9.706 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
10:49:10 [2021-05-03T10:49:10.288Z] #27 9.715 Setting up ca-certificates (20200601~deb10u2) ...
10:49:10 [2021-05-03T10:49:10.345Z] #45 12.57 sync/atomic
10:49:10 [2021-05-03T10:49:10.449Z] Fetching without tags
10:49:10 [2021-05-03T10:49:10.861Z] Merging remotes/origin/master commit 59751bb23395a137253ca0b4fb99058ecec5a569 into PR head commit 7c731e02a980666e262c68d4995f5643b6ffae30
10:49:10 [2021-05-03T10:49:10.907Z] #45 13.14 unicode
10:49:10 [2021-05-03T10:49:10.908Z] #45 13.36 runtime
10:49:11 [2021-05-03T10:49:11.230Z] #27 10.47 Updating certificates in /etc/ssl/certs...
10:49:11 [2021-05-03T10:49:11.419Z] #42 38.56 The following additional packages will be installed:
10:49:11 [2021-05-03T10:49:11.419Z] #42 38.59   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
10:49:11 [2021-05-03T10:49:11.419Z] #42 38.59   libprotoc17 python-pkg-resources python-six zlib1g-dev
10:49:11 [2021-05-03T10:49:11.419Z] #42 38.59 Suggested packages:
10:49:11 [2021-05-03T10:49:11.419Z] #42 38.61   manpages-dev python-setuptools
10:49:11 [2021-05-03T10:49:11.487Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 50.43MB / 50.43MB 7.5s done
10:49:11 [2021-05-03T10:49:11.487Z] #26 extracting sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc
10:49:11 [2021-05-03T10:49:11.751Z] #26 ...
10:49:11 [2021-05-03T10:49:11.751Z] 
10:49:11 [2021-05-03T10:49:11.751Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
10:49:11 [2021-05-03T10:49:11.751Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
10:49:11 [2021-05-03T10:49:11.751Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
10:49:11 [2021-05-03T10:49:11.751Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
10:49:11 [2021-05-03T10:49:11.751Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
10:49:11 [2021-05-03T10:49:11.751Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.9s done
10:49:11 [2021-05-03T10:49:11.751Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.5s done
10:49:11 [2021-05-03T10:49:11.751Z] #64 DONE 7.8s
10:49:11 [2021-05-03T10:49:11.751Z] 
10:49:11 [2021-05-03T10:49:11.751Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
10:49:11 [2021-05-03T10:49:11.751Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0
10:49:10 [2021-05-03T10:49:10.380Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:49:10 [2021-05-03T10:49:10.390Z]  > git config --add remote.origin.fetch +refs/pull/42329/head:refs/remotes/origin/PR-42329 # timeout=10
10:49:10 [2021-05-03T10:49:10.403Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
10:49:10 [2021-05-03T10:49:10.422Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:49:10 [2021-05-03T10:49:10.440Z] Fetching upstream changes from https://github.com/moby/moby.git
10:49:10 [2021-05-03T10:49:10.441Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:49:10 [2021-05-03T10:49:10.443Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42329/head:refs/remotes/origin/PR-42329 +refs/heads/master:refs/remotes/origin/master # timeout=10
10:49:10 [2021-05-03T10:49:10.856Z]  > git config core.sparsecheckout # timeout=10
10:49:10 [2021-05-03T10:49:10.862Z]  > git checkout -f 7c731e02a980666e262c68d4995f5643b6ffae30 # timeout=10
10:49:12 [2021-05-03T10:49:12.616Z] #27 11.69 137 added, 0 removed; done.
10:49:12 [2021-05-03T10:49:12.616Z] #27 11.72 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
10:49:12 [2021-05-03T10:49:12.616Z] #27 11.74 Setting up jq (1.5+dfsg-2+b1) ...
10:49:12 [2021-05-03T10:49:12.616Z] #27 11.75 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ...
10:49:12 [2021-05-03T10:49:12.616Z] #27 11.76 Setting up curl (7.64.0-4+deb10u2) ...
10:49:12 [2021-05-03T10:49:12.616Z] #27 11.77 Processing triggers for libc-bin (2.28-10) ...
10:49:12 [2021-05-03T10:49:12.616Z] #27 11.79 Processing triggers for ca-certificates (20200601~deb10u2) ...
10:49:12 [2021-05-03T10:49:12.616Z] #27 11.80 Updating certificates in /etc/ssl/certs...
10:49:12 [2021-05-03T10:49:12.690Z] #26 ...
10:49:12 [2021-05-03T10:49:12.690Z] 
10:49:12 [2021-05-03T10:49:12.690Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
10:49:12 [2021-05-03T10:49:12.690Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
10:49:12 [2021-05-03T10:49:12.690Z] #63 DONE 0.9s
10:49:12 [2021-05-03T10:49:12.690Z] 
10:49:12 [2021-05-03T10:49:12.690Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
10:49:12 [2021-05-03T10:49:12.690Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0
10:49:12 [2021-05-03T10:49:12.800Z] #42 39.82 The following NEW packages will be installed:
10:49:12 [2021-05-03T10:49:12.800Z] #42 39.82   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
10:49:12 [2021-05-03T10:49:12.800Z] #42 39.82   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
10:49:12 [2021-05-03T10:49:12.800Z] #42 39.83   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
10:49:12 [2021-05-03T10:49:12.800Z] #42 39.83   python-six zlib1g-dev
10:49:13 [2021-05-03T10:49:13.031Z] Merge succeeded, producing 58288571ebc3d66ab01ffb0226eb9ba4b6f3f610
10:49:13 [2021-05-03T10:49:13.031Z] Checking out Revision 58288571ebc3d66ab01ffb0226eb9ba4b6f3f610 (PR-42329)
10:49:13 [2021-05-03T10:49:13.061Z] #42 40.18 0 upgraded, 17 newly installed, 0 to remove and 29 not upgraded.
10:49:13 [2021-05-03T10:49:13.061Z] #42 40.18 Need to get 4095 kB of archives.
10:49:13 [2021-05-03T10:49:13.061Z] #42 40.18 After this operation, 22.5 MB of additional disk space will be used.
10:49:13 [2021-05-03T10:49:13.061Z] #42 40.18 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB]
10:49:13 [2021-05-03T10:49:13.061Z] #42 40.18 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
10:49:13 [2021-05-03T10:49:13.061Z] #42 40.18 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB]
10:49:13 [2021-05-03T10:49:13.061Z] #42 40.19 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
10:49:13 [2021-05-03T10:49:13.061Z] #42 40.19 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB]
10:49:13 [2021-05-03T10:49:13.061Z] #42 40.19 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
10:49:13 [2021-05-03T10:49:13.061Z] #42 40.21 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB]
10:49:13 [2021-05-03T10:49:13.061Z] #42 40.21 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB]
10:49:13 [2021-05-03T10:49:13.061Z] #42 40.24 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
10:49:13 [2021-05-03T10:49:13.061Z] #42 40.30 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB]
10:49:13 [2021-05-03T10:49:13.061Z] #42 40.34 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB]
10:49:13 [2021-05-03T10:49:13.189Z] #27 ...
10:49:13 [2021-05-03T10:49:13.189Z] 
10:49:13 [2021-05-03T10:49:13.189Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
10:49:13 [2021-05-03T10:49:13.189Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
10:49:13 [2021-05-03T10:49:13.321Z] #42 40.46 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB]
10:49:13 [2021-05-03T10:49:13.321Z] #42 40.53 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB]
10:49:13 [2021-05-03T10:49:13.321Z] #42 40.53 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB]
10:49:13 [2021-05-03T10:49:13.321Z] #42 40.54 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB]
10:49:13 [2021-05-03T10:49:13.321Z] #42 40.56 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB]
10:49:13 [2021-05-03T10:49:13.581Z] #42 40.57 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB]
10:49:13 [2021-05-03T10:49:13.629Z] #26 ...
10:49:13 [2021-05-03T10:49:13.629Z] 
10:49:13 [2021-05-03T10:49:13.629Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
10:49:13 [2021-05-03T10:49:13.629Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
10:49:13 [2021-05-03T10:49:13.629Z] #65 DONE 0.7s
10:49:13 [2021-05-03T10:49:13.629Z] 
10:49:13 [2021-05-03T10:49:13.629Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
10:49:13 [2021-05-03T10:49:13.629Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0
10:49:13 [2021-05-03T10:49:13.889Z] #26 ...
10:49:13 [2021-05-03T10:49:13.889Z] 
10:49:13 [2021-05-03T10:49:13.889Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
10:49:13 [2021-05-03T10:49:13.889Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
10:49:13 [2021-05-03T10:49:13.889Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.1s done
10:49:13 [2021-05-03T10:49:13.889Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
10:49:13 [2021-05-03T10:49:13.889Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done
10:49:13 [2021-05-03T10:49:13.889Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done
10:49:13 [2021-05-03T10:49:13.889Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.8s done
10:49:13 [2021-05-03T10:49:13.889Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 1.4s done
10:49:13 [2021-05-03T10:49:13.889Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 2.0s done
10:49:13 [2021-05-03T10:49:13.889Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 3.1s done
10:49:13 [2021-05-03T10:49:13.889Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.0s done
10:49:13 [2021-05-03T10:49:13.889Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 5.7s done
10:49:13 [2021-05-03T10:49:13.889Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 7.0s done
10:49:13 [2021-05-03T10:49:13.889Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 3.4s
10:49:13 [2021-05-03T10:49:13.889Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.7s done
10:49:13 [2021-05-03T10:49:13.889Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.6s done
10:49:13 [2021-05-03T10:49:13.889Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 0.3s
10:49:13 [2021-05-03T10:49:13.889Z] #9 ...
10:49:13 [2021-05-03T10:49:13.889Z] 
10:49:13 [2021-05-03T10:49:13.889Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
10:49:13 [2021-05-03T10:49:13.889Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0
10:49:11 [2021-05-03T10:49:11.907Z]  > git remote # timeout=10
10:49:11 [2021-05-03T10:49:11.913Z]  > git config --get remote.origin.url # timeout=10
10:49:11 [2021-05-03T10:49:11.924Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:49:11 [2021-05-03T10:49:11.926Z]  > git merge 59751bb23395a137253ca0b4fb99058ecec5a569 # timeout=10
10:49:13 [2021-05-03T10:49:13.013Z]  > git rev-parse HEAD^{commit} # timeout=10
10:49:13 [2021-05-03T10:49:13.023Z]  > git config core.sparsecheckout # timeout=10
10:49:13 [2021-05-03T10:49:13.033Z]  > git checkout -f 58288571ebc3d66ab01ffb0226eb9ba4b6f3f610 # timeout=10
10:49:14 [2021-05-03T10:49:14.526Z] #42 ...
10:49:14 [2021-05-03T10:49:14.526Z] 
10:49:14 [2021-05-03T10:49:14.526Z] #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
10:49:14 [2021-05-03T10:49:14.526Z] #67 sha256:80c0a9bff516d6afcbe22c18278120474f7ca3813c8405cddf32e3d4d816d33a
10:49:14 [2021-05-03T10:49:14.526Z] #67 DONE 41.6s
10:49:14 [2021-05-03T10:49:14.526Z] 
10:49:14 [2021-05-03T10:49:14.526Z] #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
10:49:14 [2021-05-03T10:49:14.526Z] #49 sha256:60457d8da35aac1df1f93bc45d1495f27a212b6c0901f3dfc4fe8474b3fba027
10:49:14 [2021-05-03T10:49:14.526Z] #49 36.13 go: extracting golang.org/x/text v0.3.2
10:49:14 [2021-05-03T10:49:14.526Z] #49 40.45 go: finding github.com/fatih/color v1.7.0
10:49:14 [2021-05-03T10:49:14.526Z] #49 40.47 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
10:49:14 [2021-05-03T10:49:14.526Z] #49 40.51 go: finding github.com/mattn/go-colorable v0.1.4
10:49:14 [2021-05-03T10:49:14.526Z] #49 40.54 go: finding github.com/mattn/go-isatty v0.0.8
10:49:14 [2021-05-03T10:49:14.526Z] #49 40.62 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
10:49:14 [2021-05-03T10:49:14.526Z] #49 40.62 go: finding github.com/go-critic/go-critic v0.4.1
10:49:14 [2021-05-03T10:49:14.526Z] #49 40.66 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
10:49:14 [2021-05-03T10:49:14.526Z] #49 40.68 go: finding github.com/go-lintpack/lintpack v0.5.2
10:49:14 [2021-05-03T10:49:14.526Z] #49 40.68 go: finding github.com/pkg/errors v0.8.1
10:49:14 [2021-05-03T10:49:14.526Z] #49 40.75 go: finding github.com/go-toolsmith/astfmt v1.0.0
10:49:14 [2021-05-03T10:49:14.526Z] #49 40.77 go: finding github.com/sirupsen/logrus v1.4.2
10:49:14 [2021-05-03T10:49:14.526Z] #49 40.78 go: finding github.com/mitchellh/go-homedir v1.1.0
10:49:14 [2021-05-03T10:49:14.526Z] #49 40.81 go: finding github.com/stretchr/testify v1.4.0
10:49:14 [2021-05-03T10:49:14.526Z] #49 40.81 go: finding github.com/go-toolsmith/astequal v1.0.0
10:49:14 [2021-05-03T10:49:14.526Z] #49 40.82 go: finding github.com/go-toolsmith/astp v1.0.0
10:49:14 [2021-05-03T10:49:14.526Z] #49 40.83 go: finding github.com/davecgh/go-spew v1.1.1
10:49:14 [2021-05-03T10:49:14.526Z] #49 40.87 go: finding github.com/go-toolsmith/astcast v1.0.0
10:49:14 [2021-05-03T10:49:14.526Z] #49 40.87 go: finding github.com/spf13/viper v1.6.1
10:49:14 [2021-05-03T10:49:14.526Z] #49 40.90 go: finding github.com/pmezard/go-difflib v1.0.0
10:49:14 [2021-05-03T10:49:14.526Z] #49 40.90 go: finding github.com/go-toolsmith/typep v1.0.0
10:49:14 [2021-05-03T10:49:14.526Z] #49 40.94 go: finding github.com/stretchr/objx v0.2.0
10:49:14 [2021-05-03T10:49:14.526Z] #49 40.95 go: finding github.com/go-toolsmith/astcopy v1.0.0
10:49:14 [2021-05-03T10:49:14.526Z] #49 41.01 go: finding gopkg.in/yaml.v2 v2.2.7
10:49:14 [2021-05-03T10:49:14.526Z] #49 41.05 go: finding github.com/go-toolsmith/strparse v1.0.0
10:49:14 [2021-05-03T10:49:14.526Z] #49 41.10 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
10:49:14 [2021-05-03T10:49:14.526Z] #49 41.15 go: finding github.com/bombsimon/wsl/v2 v2.0.0
10:49:14 [2021-05-03T10:49:14.526Z] #49 41.28 go: finding github.com/fsnotify/fsnotify v1.4.7
10:49:14 [2021-05-03T10:49:14.526Z] #49 41.31 go: finding github.com/spf13/cobra v0.0.5
10:49:14 [2021-05-03T10:49:14.526Z] #49 41.35 go: finding github.com/gobwas/glob v0.2.3
10:49:14 [2021-05-03T10:49:14.526Z] #49 41.36 go: finding github.com/hashicorp/hcl v1.0.0
10:49:14 [2021-05-03T10:49:14.526Z] #49 41.39 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
10:49:14 [2021-05-03T10:49:14.526Z] #49 41.43 go: finding github.com/spf13/pflag v1.0.5
10:49:14 [2021-05-03T10:49:14.526Z] #49 41.49 go: finding github.com/magiconair/properties v1.8.1
10:49:14 [2021-05-03T10:49:14.526Z] #49 41.67 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
10:49:14 [2021-05-03T10:49:14.526Z] #49 41.67 go: finding github.com/mitchellh/mapstructure v1.1.2
10:49:14 [2021-05-03T10:49:14.526Z] #49 41.72 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
10:49:14 [2021-05-03T10:49:14.526Z] #49 41.83 go: finding github.com/pelletier/go-toml v1.2.0
10:49:14 [2021-05-03T10:49:14.787Z] #49 41.85 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
10:49:14 [2021-05-03T10:49:14.787Z] #49 41.95 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
10:49:14 [2021-05-03T10:49:14.787Z] #49 42.01 go: finding github.com/spf13/afero v1.1.2
10:49:14 [2021-05-03T10:49:14.787Z] #49 42.01 go: finding github.com/spf13/cast v1.3.0
10:49:15 [2021-05-03T10:49:15.086Z] #49 42.08 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
10:49:15 [2021-05-03T10:49:15.086Z] #49 42.21 go: finding github.com/spf13/jwalterweatherman v1.0.0
10:49:15 [2021-05-03T10:49:15.086Z] #49 42.28 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
10:49:15 [2021-05-03T10:49:15.135Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.2s done
10:49:15 [2021-05-03T10:49:15.135Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e
10:49:15 [2021-05-03T10:49:15.184Z] #45 ...
10:49:15 [2021-05-03T10:49:15.184Z] 
10:49:15 [2021-05-03T10:49:15.184Z] #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
10:49:15 [2021-05-03T10:49:15.184Z] #47 sha256:f148f39605534d12d20ae4d2dad2ad5a917b1e7cc00d07c3cca057b95c548c62
10:49:15 [2021-05-03T10:49:15.184Z] #47 10.63 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
10:49:15 [2021-05-03T10:49:15.184Z] #47 10.83 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
10:49:15 [2021-05-03T10:49:15.184Z] #47 10.84 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
10:49:15 [2021-05-03T10:49:15.184Z] #47 10.84 go: downloading github.com/spf13/pflag v1.0.3
10:49:15 [2021-05-03T10:49:15.184Z] #47 10.84 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
10:49:15 [2021-05-03T10:49:15.184Z] #47 11.01 go: downloading github.com/fatih/color v1.9.0
10:49:15 [2021-05-03T10:49:15.184Z] #47 11.16 go: downloading github.com/jonboulle/clockwork v0.1.0
10:49:15 [2021-05-03T10:49:15.184Z] #47 11.16 go: downloading github.com/pkg/errors v0.9.1
10:49:15 [2021-05-03T10:49:15.184Z] #47 11.54 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
10:49:15 [2021-05-03T10:49:15.184Z] #47 11.57 go: extracting github.com/fatih/color v1.9.0
10:49:15 [2021-05-03T10:49:15.184Z] #47 11.60 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
10:49:15 [2021-05-03T10:49:15.184Z] #47 11.61 go: downloading github.com/mattn/go-isatty v0.0.12
10:49:15 [2021-05-03T10:49:15.184Z] #47 11.66 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
10:49:15 [2021-05-03T10:49:15.184Z] #47 11.71 go: extracting github.com/pkg/errors v0.9.1
10:49:15 [2021-05-03T10:49:15.184Z] #47 11.77 go: downloading github.com/mattn/go-colorable v0.1.6
10:49:15 [2021-05-03T10:49:15.184Z] #47 11.81 go: extracting github.com/spf13/pflag v1.0.3
10:49:15 [2021-05-03T10:49:15.184Z] #47 11.81 go: extracting github.com/jonboulle/clockwork v0.1.0
10:49:15 [2021-05-03T10:49:15.184Z] #47 11.84 go: extracting github.com/mattn/go-isatty v0.0.12
10:49:15 [2021-05-03T10:49:15.184Z] #47 12.60 go: extracting github.com/mattn/go-colorable v0.1.6
10:49:15 [2021-05-03T10:49:15.184Z] #47 14.79 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
10:49:15 [2021-05-03T10:49:15.184Z] #47 15.35 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
10:49:15 [2021-05-03T10:49:15.184Z] #47 16.99 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
10:49:15 [2021-05-03T10:49:15.184Z] #47 ...
10:49:15 [2021-05-03T10:49:15.184Z] 
10:49:15 [2021-05-03T10:49:15.184Z] #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
10:49:15 [2021-05-03T10:49:15.184Z] #45 sha256:7504d5111897f112af75a3b79cd6ee75bf518a7f9789364eccf3f9226afd32f2
10:49:15 [2021-05-03T10:49:15.184Z] #45 17.49 unicode/utf8
10:49:15 [2021-05-03T10:49:15.347Z] #49 42.36 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
10:49:15 [2021-05-03T10:49:15.347Z] #49 42.55 go: finding github.com/subosito/gotenv v1.2.0
10:49:15 [2021-05-03T10:49:15.347Z] #49 42.56 go: finding golang.org/x/text v0.3.2
10:49:15 [2021-05-03T10:49:15.347Z] #49 42.56 go: finding gopkg.in/ini.v1 v1.51.0
10:49:15 [2021-05-03T10:49:15.347Z] #49 ...
10:49:15 [2021-05-03T10:49:15.347Z] 
10:49:15 [2021-05-03T10:49:15.347Z] #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
10:49:15 [2021-05-03T10:49:15.347Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
10:49:15 [2021-05-03T10:49:15.347Z] #42 41.91 debconf: delaying package configuration, since apt-utils is not installed
10:49:15 [2021-05-03T10:49:15.347Z] #42 42.18 Fetched 4095 kB in 1s (5932 kB/s)
10:49:15 [2021-05-03T10:49:15.347Z] #42 42.46 Selecting previously unselected package libcap-dev:amd64.
10:49:15 [2021-05-03T10:49:15.347Z] #42 42.46 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
10:49:15 [2021-05-03T10:49:15.347Z] #42 42.60 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ...
10:49:15 [2021-05-03T10:49:15.347Z] #42 42.61 Unpacking libcap-dev:amd64 (1:2.25-2) ...
10:49:15 [2021-05-03T10:49:15.446Z] #45 18.02 math/bits
10:49:15 [2021-05-03T10:49:15.607Z] #42 42.86 Selecting previously unselected package libnet1:amd64.
10:49:15 [2021-05-03T10:49:15.607Z] #42 42.86 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
10:49:15 [2021-05-03T10:49:15.607Z] #42 42.87 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
10:49:15 [2021-05-03T10:49:15.711Z] #9 ...
10:49:15 [2021-05-03T10:49:15.711Z] 
10:49:15 [2021-05-03T10:49:15.711Z] #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
10:49:15 [2021-05-03T10:49:15.711Z] #27 sha256:2f5ef7d60ae1d151fd2aa8dfcbd4d1be127456a9f8db7a76d9528a1821e46d69
10:49:15 [2021-05-03T10:49:15.711Z] #27 12.86 0 added, 0 removed; done.
10:49:15 [2021-05-03T10:49:15.711Z] #27 12.86 Running hooks in /etc/ca-certificates/update.d...
10:49:15 [2021-05-03T10:49:15.711Z] #27 12.87 done.
10:49:15 [2021-05-03T10:49:15.711Z] #27 DONE 14.9s
10:49:15 [2021-05-03T10:49:15.711Z] 
10:49:15 [2021-05-03T10:49:15.711Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
10:49:15 [2021-05-03T10:49:15.711Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
10:49:15 [2021-05-03T10:49:15.711Z] #9 ...
10:49:15 [2021-05-03T10:49:15.711Z] 
10:49:15 [2021-05-03T10:49:15.711Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
10:49:15 [2021-05-03T10:49:15.711Z] #28 sha256:3c291760d30a13584fb91f44da358603fbb80ad23bfadf32fecc47821143dcc5
10:49:15 [2021-05-03T10:49:15.711Z] #28 DONE 0.2s
10:49:15 [2021-05-03T10:49:15.711Z] 
10:49:15 [2021-05-03T10:49:15.711Z] #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
10:49:15 [2021-05-03T10:49:15.711Z] #29 sha256:a8d997644cd121b909bc47a044483bef6be0ebc04d853cda952f6b673bb04a3f
10:49:15 [2021-05-03T10:49:15.797Z] #26 extracting sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 3.9s done
10:49:15 [2021-05-03T10:49:15.797Z] #26 DONE 11.8s
10:49:15 [2021-05-03T10:49:15.797Z] 
10:49:15 [2021-05-03T10:49:15.797Z] #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
10:49:15 [2021-05-03T10:49:15.797Z] #27 sha256:2f5ef7d60ae1d151fd2aa8dfcbd4d1be127456a9f8db7a76d9528a1821e46d69
10:49:15 [2021-05-03T10:49:15.868Z] #42 ...
10:49:15 [2021-05-03T10:49:15.868Z] 
10:49:15 [2021-05-03T10:49:15.868Z] #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
10:49:15 [2021-05-03T10:49:15.868Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
10:49:15 [2021-05-03T10:49:15.868Z] #55 30.34 Reading package lists...
10:49:15 [2021-05-03T10:49:15.868Z] #55 36.63 Building dependency tree...
10:49:15 [2021-05-03T10:49:15.868Z] #55 39.49 The following additional packages will be installed:
10:49:15 [2021-05-03T10:49:15.868Z] #55 39.50   libbtrfs0
10:49:15 [2021-05-03T10:49:15.868Z] #55 39.63 The following NEW packages will be installed:
10:49:15 [2021-05-03T10:49:15.868Z] #55 39.64   libbtrfs-dev libbtrfs0
10:49:15 [2021-05-03T10:49:15.868Z] #55 40.05 0 upgraded, 2 newly installed, 0 to remove and 29 not upgraded.
10:49:15 [2021-05-03T10:49:15.868Z] #55 40.05 Need to get 119 kB of archives.
10:49:15 [2021-05-03T10:49:15.868Z] #55 40.05 After this operation, 387 kB of additional disk space will be used.
10:49:15 [2021-05-03T10:49:15.868Z] #55 40.05 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
10:49:15 [2021-05-03T10:49:15.868Z] #55 40.05 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
10:49:15 [2021-05-03T10:49:15.868Z] #55 41.23 debconf: delaying package configuration, since apt-utils is not installed
10:49:15 [2021-05-03T10:49:15.868Z] #55 41.51 Fetched 119 kB in 0s (426 kB/s)
10:49:15 [2021-05-03T10:49:15.868Z] #55 41.63 Selecting previously unselected package libbtrfs0.
10:49:15 [2021-05-03T10:49:15.868Z] #55 41.63 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
10:49:15 [2021-05-03T10:49:15.868Z] #55 41.74 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
10:49:15 [2021-05-03T10:49:15.868Z] #55 41.75 Unpacking libbtrfs0 (4.20.1-2) ...
10:49:15 [2021-05-03T10:49:15.868Z] #55 41.99 Selecting previously unselected package libbtrfs-dev.
10:49:15 [2021-05-03T10:49:15.868Z] #55 42.03 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
10:49:15 [2021-05-03T10:49:15.868Z] #55 42.06 Unpacking libbtrfs-dev (4.20.1-2) ...
10:49:15 [2021-05-03T10:49:15.868Z] #55 42.55 Setting up libbtrfs0 (4.20.1-2) ...
10:49:15 [2021-05-03T10:49:15.868Z] #55 42.57 Setting up libbtrfs-dev (4.20.1-2) ...
10:49:15 [2021-05-03T10:49:15.868Z] #55 42.60 Processing triggers for libc-bin (2.28-10) ...
10:49:15 [2021-05-03T10:49:15.868Z] #55 DONE 43.0s
10:49:15 [2021-05-03T10:49:15.868Z] 
10:49:15 [2021-05-03T10:49:15.868Z] #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
10:49:15 [2021-05-03T10:49:15.868Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
10:49:15 [2021-05-03T10:49:15.868Z] #42 43.00 Selecting previously unselected package libnet1-dev.
10:49:15 [2021-05-03T10:49:15.868Z] #42 43.03 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ...
10:49:15 [2021-05-03T10:49:15.868Z] #42 43.10 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
10:49:16 [2021-05-03T10:49:16.035Z] #45 ...
10:49:16 [2021-05-03T10:49:16.035Z] 
10:49:16 [2021-05-03T10:49:16.035Z] #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
10:49:16 [2021-05-03T10:49:16.035Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
10:49:16 [2021-05-03T10:49:16.035Z] #40 8.003 + git clone https://github.com/docker/distribution.git .
10:49:16 [2021-05-03T10:49:16.035Z] #40 8.003 Cloning into '.'...
10:49:16 [2021-05-03T10:49:16.035Z] #40 ...
10:49:16 [2021-05-03T10:49:16.035Z] 
10:49:16 [2021-05-03T10:49:16.035Z] #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
10:49:16 [2021-05-03T10:49:16.035Z] #58 sha256:087c25f46df60f6b620226ac717f63f375f8529ce6af7b00c292f4d767a65a9a
10:49:16 [2021-05-03T10:49:16.035Z] #58 8.232 + RM_GOPATH=0
10:49:16 [2021-05-03T10:49:16.035Z] #58 8.232 + TMP_GOPATH=
10:49:16 [2021-05-03T10:49:16.035Z] #58 8.232 + : /build
10:49:16 [2021-05-03T10:49:16.035Z] #58 8.232 + '[' -z '' ']'
10:49:16 [2021-05-03T10:49:16.035Z] #58 8.232 ++ mktemp -d
10:49:16 [2021-05-03T10:49:16.035Z] #58 8.236 + export GOPATH=/tmp/tmp.GgNJhJ1OI6
10:49:16 [2021-05-03T10:49:16.035Z] #58 8.236 + GOPATH=/tmp/tmp.GgNJhJ1OI6
10:49:16 [2021-05-03T10:49:16.035Z] #58 8.236 + RM_GOPATH=1
10:49:16 [2021-05-03T10:49:16.035Z] #58 8.236 + case "$(go env GOARCH)" in
10:49:16 [2021-05-03T10:49:16.035Z] #58 8.244 ++ go env GOARCH
10:49:16 [2021-05-03T10:49:16.035Z] #58 8.306 + export GO_BUILDMODE=-buildmode=pie
10:49:16 [2021-05-03T10:49:16.035Z] #58 8.306 + GO_BUILDMODE=-buildmode=pie
10:49:16 [2021-05-03T10:49:16.035Z] #58 8.306 ++ dirname /tmp/install/install.sh
10:49:16 [2021-05-03T10:49:16.035Z] #58 8.325 + dir=/tmp/install
10:49:16 [2021-05-03T10:49:16.035Z] #58 8.325 + bin=rootlesskit
10:49:16 [2021-05-03T10:49:16.035Z] #58 8.325 + shift
10:49:16 [2021-05-03T10:49:16.035Z] #58 8.325 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
10:49:16 [2021-05-03T10:49:16.035Z] #58 8.325 + . /tmp/install/rootlesskit.installer
10:49:16 [2021-05-03T10:49:16.035Z] #58 8.325 ++ : 4cd567642273d369adaadcbadca00880552c1778
10:49:16 [2021-05-03T10:49:16.035Z] #58 8.325 + install_rootlesskit
10:49:16 [2021-05-03T10:49:16.035Z] #58 8.325 + case "$1" in
10:49:16 [2021-05-03T10:49:16.035Z] #58 8.325 + export CGO_ENABLED=0
10:49:16 [2021-05-03T10:49:16.035Z] #58 8.325 + CGO_ENABLED=0
10:49:16 [2021-05-03T10:49:16.035Z] #58 8.325 + _install_rootlesskit
10:49:16 [2021-05-03T10:49:16.035Z] #58 8.333 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778
10:49:16 [2021-05-03T10:49:16.035Z] #58 8.335 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778'
10:49:16 [2021-05-03T10:49:16.035Z] #58 8.335 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.GgNJhJ1OI6/src/github.com/rootless-containers/rootlesskit
10:49:16 [2021-05-03T10:49:16.035Z] #58 8.335 Cloning into '/tmp/tmp.GgNJhJ1OI6/src/github.com/rootless-containers/rootlesskit'...
10:49:16 [2021-05-03T10:49:16.035Z] #58 15.69 + cd /tmp/tmp.GgNJhJ1OI6/src/github.com/rootless-containers/rootlesskit
10:49:16 [2021-05-03T10:49:16.035Z] #58 15.69 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778
10:49:16 [2021-05-03T10:49:16.035Z] #58 15.84 + export GO111MODULE=on
10:49:16 [2021-05-03T10:49:16.035Z] #58 15.84 + GO111MODULE=on
10:49:16 [2021-05-03T10:49:16.035Z] #58 15.84 + export GOPROXY=https://proxy.golang.org
10:49:16 [2021-05-03T10:49:16.035Z] #58 15.84 + GOPROXY=https://proxy.golang.org
10:49:16 [2021-05-03T10:49:16.035Z] #58 15.84 + for f in rootlesskit rootlesskit-docker-proxy
10:49:16 [2021-05-03T10:49:16.035Z] #58 15.84 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
10:49:16 [2021-05-03T10:49:16.035Z] #58 18.18 go: downloading github.com/sirupsen/logrus v1.8.1
10:49:16 [2021-05-03T10:49:16.035Z] #58 18.22 go: downloading github.com/pkg/errors v0.9.1
10:49:16 [2021-05-03T10:49:16.035Z] #58 18.22 go: downloading github.com/google/uuid v1.2.0
10:49:16 [2021-05-03T10:49:16.035Z] #58 18.23 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
10:49:16 [2021-05-03T10:49:16.035Z] #58 18.25 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
10:49:16 [2021-05-03T10:49:16.035Z] #58 18.30 go: downloading github.com/gorilla/mux v1.8.0
10:49:16 [2021-05-03T10:49:16.035Z] #58 18.41 go: downloading github.com/gofrs/flock v0.8.0
10:49:16 [2021-05-03T10:49:16.035Z] #58 18.44 go: downloading github.com/moby/sys/mountinfo v0.4.1
10:49:16 [2021-05-03T10:49:16.035Z] #58 18.44 go: downloading github.com/moby/vpnkit v0.5.0
10:49:16 [2021-05-03T10:49:16.129Z] #42 43.38 Selecting previously unselected package libnl-3-200:amd64.
10:49:16 [2021-05-03T10:49:16.291Z] #58 18.59 go: extracting github.com/pkg/errors v0.9.1
10:49:16 [2021-05-03T10:49:16.291Z] #58 ...
10:49:16 [2021-05-03T10:49:16.291Z] 
10:49:16 [2021-05-03T10:49:16.291Z] #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
10:49:16 [2021-05-03T10:49:16.291Z] #49 sha256:bb9a44ada7999bf3a3dfd509e3782559d4eedc16639da928020de7d918d7609c
10:49:16 [2021-05-03T10:49:16.291Z] #49 17.93 go: downloading github.com/spf13/pflag v1.0.5
10:49:16 [2021-05-03T10:49:16.291Z] #49 17.95 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
10:49:16 [2021-05-03T10:49:16.291Z] #49 17.95 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
10:49:16 [2021-05-03T10:49:16.291Z] #49 17.96 go: downloading github.com/spf13/viper v1.6.1
10:49:16 [2021-05-03T10:49:16.291Z] #49 17.96 go: downloading github.com/spf13/cobra v0.0.5
10:49:16 [2021-05-03T10:49:16.291Z] #49 18.07 go: downloading github.com/sirupsen/logrus v1.4.2
10:49:16 [2021-05-03T10:49:16.291Z] #49 18.08 go: downloading github.com/pkg/errors v0.8.1
10:49:16 [2021-05-03T10:49:16.291Z] #49 18.08 go: downloading github.com/fatih/color v1.7.0
10:49:16 [2021-05-03T10:49:16.291Z] #49 18.08 go: downloading github.com/stretchr/testify v1.4.0
10:49:16 [2021-05-03T10:49:16.291Z] #49 18.09 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
10:49:16 [2021-05-03T10:49:16.291Z] #49 18.12 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
10:49:16 [2021-05-03T10:49:16.291Z] #49 18.22 go: extracting github.com/spf13/viper v1.6.1
10:49:16 [2021-05-03T10:49:16.291Z] #49 18.26 go: downloading github.com/mattn/go-colorable v0.1.4
10:49:16 [2021-05-03T10:49:16.291Z] #49 18.57 go: extracting github.com/pkg/errors v0.8.1
10:49:16 [2021-05-03T10:49:16.291Z] #49 18.74 go: downloading github.com/go-critic/go-critic v0.4.1
10:49:16 [2021-05-03T10:49:16.291Z] #49 18.74 go: extracting github.com/sirupsen/logrus v1.4.2
10:49:16 [2021-05-03T10:49:16.291Z] #49 ...
10:49:16 [2021-05-03T10:49:16.291Z] 
10:49:16 [2021-05-03T10:49:16.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
10:49:16 [2021-05-03T10:49:16.291Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
10:49:16 [2021-05-03T10:49:16.291Z] #32 8.499 + git clone https://github.com/kolyshkin/go-swagger.git .
10:49:16 [2021-05-03T10:49:16.291Z] #32 8.502 Cloning into '.'...
10:49:16 [2021-05-03T10:49:16.389Z] #42 43.41 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ...
10:49:16 [2021-05-03T10:49:16.389Z] #42 43.42 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
10:49:16 [2021-05-03T10:49:16.547Z] #32 ...
10:49:16 [2021-05-03T10:49:16.547Z] 
10:49:16 [2021-05-03T10:49:16.547Z] #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
10:49:16 [2021-05-03T10:49:16.547Z] #58 sha256:087c25f46df60f6b620226ac717f63f375f8529ce6af7b00c292f4d767a65a9a
10:49:16 [2021-05-03T10:49:16.547Z] #58 18.91 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
10:49:16 [2021-05-03T10:49:16.547Z] #58 18.91 go: extracting github.com/gorilla/mux v1.8.0
10:49:16 [2021-05-03T10:49:16.547Z] #58 19.01 go: extracting github.com/sirupsen/logrus v1.8.1
10:49:16 [2021-05-03T10:49:16.653Z] #42 43.77 Selecting previously unselected package libnl-3-dev:amd64.
10:49:16 [2021-05-03T10:49:16.653Z] #42 43.78 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ...
10:49:16 [2021-05-03T10:49:16.653Z] #42 43.81 Unpacking libnl-3-dev:amd64 (3.4.0-1) ...
10:49:16 [2021-05-03T10:49:16.736Z] #27 1.051 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
10:49:16 [2021-05-03T10:49:16.736Z] #27 1.065 Get:2 http://deb.debian.org/debian buster InRelease [121 kB]
10:49:16 [2021-05-03T10:49:16.736Z] #27 1.065 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
10:49:16 [2021-05-03T10:49:16.736Z] #27 1.213 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [285 kB]
10:49:16 [2021-05-03T10:49:16.769Z] Commit message: "Merge commit '59751bb23395a137253ca0b4fb99058ecec5a569' into HEAD"
10:49:16 [2021-05-03T10:49:16.805Z] #58 19.12 go: extracting github.com/google/uuid v1.2.0
10:49:16 [2021-05-03T10:49:16.805Z] #58 19.25 go: extracting github.com/gofrs/flock v0.8.0
10:49:16 [2021-05-03T10:49:16.805Z] #58 19.37 go: extracting github.com/moby/sys/mountinfo v0.4.1
10:49:16 [2021-05-03T10:49:16.765Z]  > git rev-list --no-walk 7c731e02a980666e262c68d4995f5643b6ffae30 # timeout=10
10:49:16 [2021-05-03T10:49:16.913Z] #42 44.15 Selecting previously unselected package libprotobuf-c1:amd64.
10:49:16 [2021-05-03T10:49:16.913Z] #42 44.15 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
10:49:16 [2021-05-03T10:49:16.913Z] #42 44.16 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
10:49:17 [2021-05-03T10:49:17.107Z] #58 19.42 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
10:49:17 [2021-05-03T10:49:17.107Z] #58 19.61 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
10:49:17 [2021-05-03T10:49:17.173Z] #42 44.24 Selecting previously unselected package libprotobuf-c-dev:amd64.
10:49:17 [2021-05-03T10:49:17.174Z] #42 44.26 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ...
10:49:17 [2021-05-03T10:49:17.174Z] #42 44.26 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
10:49:17 [2021-05-03T10:49:17.308Z] #27 1.427 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
10:49:17 [2021-05-03T10:49:17.308Z] #27 1.703 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
10:49:17 [2021-05-03T10:49:17.363Z] #58 19.69 go: downloading github.com/urfave/cli/v2 v2.3.0
10:49:17 [2021-05-03T10:49:17.434Z] #42 44.38 Selecting previously unselected package zlib1g-dev:amd64.
10:49:17 [2021-05-03T10:49:17.434Z] #42 44.40 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ...
10:49:17 [2021-05-03T10:49:17.434Z] #42 44.41 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
10:49:17 [2021-05-03T10:49:17.622Z] #29 1.881 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
10:49:17 [2021-05-03T10:49:17.622Z] #29 1.961 
10:49:17 [2021-05-03T10:49:17.695Z] #42 44.68 Selecting previously unselected package libprotobuf17:amd64.
10:49:17 [2021-05-03T10:49:17.695Z] #42 44.68 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ...
10:49:17 [2021-05-03T10:49:17.695Z] #42 44.69 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
10:49:17 [2021-05-03T10:49:17.802Z] #58 ...
10:49:17 [2021-05-03T10:49:17.802Z] 
10:49:17 [2021-05-03T10:49:17.802Z] #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
10:49:17 [2021-05-03T10:49:17.802Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:49:17 [2021-05-03T10:49:17.802Z] #13 4.448 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
10:49:17 [2021-05-03T10:49:17.802Z] #13 4.566 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
10:49:17 [2021-05-03T10:49:17.802Z] #13 4.568 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
10:49:17 [2021-05-03T10:49:17.802Z] #13 4.578 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
10:49:17 [2021-05-03T10:49:17.802Z] #13 6.504 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [467 kB]
10:49:17 [2021-05-03T10:49:17.802Z] #13 8.671 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
10:49:17 [2021-05-03T10:49:17.802Z] #13 11.70 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [285 kB]
10:49:17 [2021-05-03T10:49:17.802Z] #13 13.22 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
10:49:17 [2021-05-03T10:49:17.832Z] + docker version
10:49:18 [2021-05-03T10:49:18.059Z] #13 ...
10:49:18 [2021-05-03T10:49:18.059Z] 
10:49:18 [2021-05-03T10:49:18.059Z] #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
10:49:18 [2021-05-03T10:49:18.059Z] #24 sha256:933006552a062f1c53e292853e0e694e4e155d421c09d1dfcb8734242f79443e
10:49:18 [2021-05-03T10:49:18.059Z] #24 19.10 + mkdir -p /build
10:49:18 [2021-05-03T10:49:18.059Z] #24 19.11 + mv docker/docker /build/
10:49:18 [2021-05-03T10:49:18.059Z] #24 19.11 + rmdir docker
10:49:18 [2021-05-03T10:49:18.059Z] #24 DONE 20.4s
10:49:18 [2021-05-03T10:49:18.059Z] 
10:49:18 [2021-05-03T10:49:18.059Z] #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
10:49:18 [2021-05-03T10:49:18.059Z] #49 sha256:bb9a44ada7999bf3a3dfd509e3782559d4eedc16639da928020de7d918d7609c
10:49:18 [2021-05-03T10:49:18.059Z] #49 18.84 go: extracting github.com/spf13/pflag v1.0.5
10:49:18 [2021-05-03T10:49:18.059Z] #49 18.88 go: extracting github.com/fatih/color v1.7.0
10:49:18 [2021-05-03T10:49:18.059Z] #49 18.94 go: extracting github.com/stretchr/testify v1.4.0
10:49:18 [2021-05-03T10:49:18.059Z] #49 19.02 go: downloading github.com/go-lintpack/lintpack v0.5.2
10:49:18 [2021-05-03T10:49:18.059Z] #49 19.41 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
10:49:18 [2021-05-03T10:49:18.059Z] #49 19.48 go: downloading github.com/mitchellh/go-homedir v1.1.0
10:49:18 [2021-05-03T10:49:18.059Z] #49 19.49 go: downloading github.com/spf13/afero v1.1.2
10:49:18 [2021-05-03T10:49:18.059Z] #49 19.51 go: extracting github.com/mattn/go-colorable v0.1.4
10:49:18 [2021-05-03T10:49:18.059Z] #49 19.57 go: downloading github.com/hashicorp/hcl v1.0.0
10:49:18 [2021-05-03T10:49:18.059Z] #49 19.66 go: extracting github.com/go-lintpack/lintpack v0.5.2
10:49:18 [2021-05-03T10:49:18.059Z] #49 19.75 go: extracting github.com/spf13/afero v1.1.2
10:49:18 [2021-05-03T10:49:18.059Z] #49 19.81 go: extracting github.com/go-critic/go-critic v0.4.1
10:49:18 [2021-05-03T10:49:18.059Z] #49 19.93 go: extracting github.com/spf13/cobra v0.0.5
10:49:18 [2021-05-03T10:49:18.059Z] #49 20.12 go: downloading github.com/spf13/jwalterweatherman v1.0.0
10:49:18 [2021-05-03T10:49:18.059Z] #49 20.21 go: downloading github.com/magiconair/properties v1.8.1
10:49:18 [2021-05-03T10:49:18.059Z] #49 20.27 go: downloading gopkg.in/yaml.v2 v2.2.7
10:49:18 [2021-05-03T10:49:18.059Z] #49 20.46 go: extracting github.com/hashicorp/hcl v1.0.0
10:49:18 [2021-05-03T10:49:18.059Z] #49 20.47 go: extracting github.com/mitchellh/go-homedir v1.1.0
10:49:18 [2021-05-03T10:49:18.360Z] #42 45.44 Selecting previously unselected package libprotobuf-lite17:amd64.
10:49:18 [2021-05-03T10:49:18.360Z] #42 45.44 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ...
10:49:18 [2021-05-03T10:49:18.360Z] #42 45.44 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ...
10:49:18 [2021-05-03T10:49:18.360Z] #42 ...
10:49:18 [2021-05-03T10:49:18.360Z] 
10:49:18 [2021-05-03T10:49:18.360Z] #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
10:49:18 [2021-05-03T10:49:18.360Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
10:49:18 [2021-05-03T10:49:18.360Z] #36 29.65 Reading package lists...
10:49:18 [2021-05-03T10:49:18.360Z] #36 35.73 Building dependency tree...
10:49:18 [2021-05-03T10:49:18.360Z] #36 38.66 The following additional packages will be installed:
10:49:18 [2021-05-03T10:49:18.360Z] #36 38.68   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
10:49:18 [2021-05-03T10:49:18.360Z] #36 38.68 Suggested packages:
10:49:18 [2021-05-03T10:49:18.360Z] #36 38.69   cmake-doc ninja-build lrzip
10:49:18 [2021-05-03T10:49:18.360Z] #36 38.69 Recommended packages:
10:49:18 [2021-05-03T10:49:18.360Z] #36 38.69   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
10:49:18 [2021-05-03T10:49:18.360Z] #36 39.60 The following NEW packages will be installed:
10:49:18 [2021-05-03T10:49:18.360Z] #36 39.62   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
10:49:18 [2021-05-03T10:49:18.360Z] #36 39.62   vim-common xxd
10:49:18 [2021-05-03T10:49:18.360Z] #36 40.04 0 upgraded, 10 newly installed, 0 to remove and 29 not upgraded.
10:49:18 [2021-05-03T10:49:18.360Z] #36 40.04 Need to get 14.9 MB of archives.
10:49:18 [2021-05-03T10:49:18.360Z] #36 40.04 After this operation, 61.8 MB of additional disk space will be used.
10:49:18 [2021-05-03T10:49:18.360Z] #36 40.04 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
10:49:18 [2021-05-03T10:49:18.360Z] #36 40.05 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
10:49:18 [2021-05-03T10:49:18.360Z] #36 40.06 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
10:49:18 [2021-05-03T10:49:18.360Z] #36 40.18 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
10:49:18 [2021-05-03T10:49:18.360Z] #36 40.93 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB]
10:49:18 [2021-05-03T10:49:18.360Z] #36 40.99 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
10:49:18 [2021-05-03T10:49:18.360Z] #36 41.02 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
10:49:18 [2021-05-03T10:49:18.360Z] #36 41.03 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
10:49:18 [2021-05-03T10:49:18.360Z] #36 41.05 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB]
10:49:18 [2021-05-03T10:49:18.360Z] #36 41.06 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
10:49:18 [2021-05-03T10:49:18.360Z] #36 42.76 debconf: delaying package configuration, since apt-utils is not installed
10:49:18 [2021-05-03T10:49:18.360Z] #36 43.01 Fetched 14.9 MB in 2s (9065 kB/s)
10:49:18 [2021-05-03T10:49:18.360Z] #36 43.14 Selecting previously unselected package xxd.
10:49:18 [2021-05-03T10:49:18.360Z] #36 43.14 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
10:49:18 [2021-05-03T10:49:18.360Z] #36 43.32 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
10:49:18 [2021-05-03T10:49:18.360Z] #36 43.32 Unpacking xxd (2:8.1.0875-5) ...
10:49:18 [2021-05-03T10:49:18.360Z] #36 43.71 Selecting previously unselected package vim-common.
10:49:18 [2021-05-03T10:49:18.360Z] #36 43.72 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
10:49:18 [2021-05-03T10:49:18.360Z] #36 43.82 Unpacking vim-common (2:8.1.0875-5) ...
10:49:18 [2021-05-03T10:49:18.360Z] #36 44.26 Selecting previously unselected package cmake-data.
10:49:18 [2021-05-03T10:49:18.360Z] #36 44.27 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
10:49:18 [2021-05-03T10:49:18.360Z] #36 44.28 Unpacking cmake-data (3.13.4-1) ...
10:49:18 [2021-05-03T10:49:18.360Z] #36 ...
10:49:18 [2021-05-03T10:49:18.360Z] 
10:49:18 [2021-05-03T10:49:18.360Z] #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
10:49:18 [2021-05-03T10:49:18.360Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
10:49:18 [2021-05-03T10:49:18.360Z] #42 45.65 Selecting previously unselected package libprotobuf-dev:amd64.
10:49:18 [2021-05-03T10:49:18.374Z] #49 20.64 go: extracting github.com/spf13/jwalterweatherman v1.0.0
10:49:18 [2021-05-03T10:49:18.374Z] #49 20.64 go: downloading github.com/pelletier/go-toml v1.2.0
10:49:18 [2021-05-03T10:49:18.374Z] #49 20.64 go: downloading gopkg.in/ini.v1 v1.51.0
10:49:18 [2021-05-03T10:49:18.406Z] #29 2.087 
###########                                                               16.5%
##########################                                                36.3%
########################################                                  56.2%
######################################################                    76.2%
################################################################          89.8%
######################################################################## 100.0%
10:49:18 [2021-05-03T10:49:18.406Z] #29 2.706 
10:49:18 [2021-05-03T10:49:18.622Z] #42 45.66 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ...
10:49:18 [2021-05-03T10:49:18.622Z] #42 45.68 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ...
10:49:18 [2021-05-03T10:49:18.632Z] #49 ...
10:49:18 [2021-05-03T10:49:18.632Z] 
10:49:18 [2021-05-03T10:49:18.632Z] #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
10:49:18 [2021-05-03T10:49:18.632Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
10:49:18 [2021-05-03T10:49:18.632Z] #42 11.19 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
10:49:18 [2021-05-03T10:49:18.632Z] #42 14.07 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [285 kB]
10:49:18 [2021-05-03T10:49:18.632Z] #42 16.92 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
10:49:18 [2021-05-03T10:49:18.667Z] #29 2.822 
######################################################################## 100.0%
10:49:18 [2021-05-03T10:49:18.667Z] #29 2.917 
10:49:18 [2021-05-03T10:49:18.888Z] #42 ...
10:49:18 [2021-05-03T10:49:18.888Z] 
10:49:18 [2021-05-03T10:49:18.888Z] #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
10:49:18 [2021-05-03T10:49:18.888Z] #49 sha256:bb9a44ada7999bf3a3dfd509e3782559d4eedc16639da928020de7d918d7609c
10:49:18 [2021-05-03T10:49:18.888Z] #49 21.30 go: extracting github.com/magiconair/properties v1.8.1
10:49:18 [2021-05-03T10:49:18.888Z] #49 21.43 go: extracting gopkg.in/yaml.v2 v2.2.7
10:49:18 [2021-05-03T10:49:18.929Z] #29 3.032 
##############################################################            86.9%
######################################################################## 100.0%
10:49:18 [2021-05-03T10:49:18.929Z] #29 3.137 
10:49:19 [2021-05-03T10:49:19.332Z] #27 3.353 Fetched 8441 kB in 3s (3303 kB/s)
10:49:19 [2021-05-03T10:49:19.448Z] #29 3.260 
###########                                                               16.7%
########################                                                  34.6%
########################################                                  55.6%
#####################################################                     75.0%
###################################################################       94.3%
######################################################################## 100.0%
10:49:19 [2021-05-03T10:49:19.448Z] #29 3.797 
10:49:19 [2021-05-03T10:49:19.455Z] #49 21.77 go: downloading github.com/mitchellh/mapstructure v1.1.2
10:49:19 [2021-05-03T10:49:19.455Z] #49 21.87 go: downloading github.com/davecgh/go-spew v1.1.1
10:49:19 [2021-05-03T10:49:19.455Z] #49 21.89 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
10:49:19 [2021-05-03T10:49:19.455Z] #49 21.96 go: extracting gopkg.in/ini.v1 v1.51.0
10:49:19 [2021-05-03T10:49:19.712Z] #49 ...
10:49:19 [2021-05-03T10:49:19.712Z] 
10:49:19 [2021-05-03T10:49:19.712Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer         . /tmp/install/tomll.installer && PREFIX=/build install_tomll
10:49:19 [2021-05-03T10:49:19.712Z] #34 sha256:10821346d2004a30c147a9fb31cad69c091085809aa7806b2a75cbc2259ede4d
10:49:19 [2021-05-03T10:49:19.712Z] #34 12.12 github.com/pelletier/go-toml
10:49:19 [2021-05-03T10:49:19.712Z] #34 22.05 github.com/pelletier/go-toml/cmd/tomll
10:49:19 [2021-05-03T10:49:19.712Z] #34 ...
10:49:19 [2021-05-03T10:49:19.712Z] 
10:49:19 [2021-05-03T10:49:19.712Z] #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
10:49:19 [2021-05-03T10:49:19.712Z] #51 sha256:41ef245701595d35071486a1641080ced55cb70b1fcca4ecc01b91f56eac9656
10:49:19 [2021-05-03T10:49:19.712Z] #51 19.44 + cd /tmp/tmp.X6LF4XJFEd/src/github.com/mvdan/sh
10:49:19 [2021-05-03T10:49:19.712Z] #51 19.44 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
10:49:19 [2021-05-03T10:49:19.712Z] #51 19.88 + GO111MODULE=on
10:49:19 [2021-05-03T10:49:19.712Z] #51 19.88 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
10:49:19 [2021-05-03T10:49:19.712Z] #51 21.24 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
10:49:19 [2021-05-03T10:49:19.712Z] #51 21.57 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
10:49:19 [2021-05-03T10:49:19.712Z] #51 21.57 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
10:49:19 [2021-05-03T10:49:19.712Z] #51 21.75 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
10:49:19 [2021-05-03T10:49:19.712Z] #51 21.78 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
10:49:19 [2021-05-03T10:49:19.911Z] #27 3.353 Reading package lists...
10:49:20 [2021-05-03T10:49:20.005Z] #42 47.04 Selecting previously unselected package libprotoc17:amd64.
10:49:20 [2021-05-03T10:49:20.006Z] #42 47.04 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ...
10:49:20 [2021-05-03T10:49:20.006Z] #42 47.06 Unpacking libprotoc17:amd64 (3.6.1.3-2) ...
10:49:20 [2021-05-03T10:49:20.576Z] #42 47.74 Selecting previously unselected package protobuf-c-compiler.
10:49:20 [2021-05-03T10:49:20.576Z] #42 47.74 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ...
10:49:20 [2021-05-03T10:49:20.576Z] #42 47.77 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
10:49:20 [2021-05-03T10:49:20.642Z] #51 ...
10:49:20 [2021-05-03T10:49:20.642Z] 
10:49:20 [2021-05-03T10:49:20.642Z] #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
10:49:20 [2021-05-03T10:49:20.642Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
10:49:20 [2021-05-03T10:49:20.642Z] #36 12.95 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [285 kB]
10:49:20 [2021-05-03T10:49:20.642Z] #36 15.88 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
10:49:20 [2021-05-03T10:49:20.642Z] #36 ...
10:49:20 [2021-05-03T10:49:20.642Z] 
10:49:20 [2021-05-03T10:49:20.642Z] #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
10:49:20 [2021-05-03T10:49:20.642Z] #51 sha256:41ef245701595d35071486a1641080ced55cb70b1fcca4ecc01b91f56eac9656
10:49:20 [2021-05-03T10:49:20.642Z] #51 23.12 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
10:49:20 [2021-05-03T10:49:20.837Z] #42 47.91 Selecting previously unselected package protobuf-compiler.
10:49:20 [2021-05-03T10:49:20.837Z] #42 47.92 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ...
10:49:20 [2021-05-03T10:49:20.837Z] #42 47.93 Unpacking protobuf-compiler (3.6.1.3-2) ...
10:49:20 [2021-05-03T10:49:20.837Z] #42 48.06 Selecting previously unselected package python-pkg-resources.
10:49:20 [2021-05-03T10:49:20.837Z] #42 ...
10:49:20 [2021-05-03T10:49:20.837Z] 
10:49:20 [2021-05-03T10:49:20.837Z] #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
10:49:20 [2021-05-03T10:49:20.837Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:49:20 [2021-05-03T10:49:20.837Z] #13 29.30 Reading package lists...
10:49:20 [2021-05-03T10:49:20.837Z] #13 35.64 Building dependency tree...
10:49:20 [2021-05-03T10:49:20.837Z] #13 38.79 The following additional packages will be installed:
10:49:20 [2021-05-03T10:49:20.837Z] #13 38.80   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
10:49:20 [2021-05-03T10:49:20.837Z] #13 38.80   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
10:49:20 [2021-05-03T10:49:20.837Z] #13 38.81   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
10:49:20 [2021-05-03T10:49:20.837Z] #13 38.81   libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1
10:49:20 [2021-05-03T10:49:20.837Z] #13 38.81   mingw-w64-common mingw-w64-x86-64-dev
10:49:20 [2021-05-03T10:49:20.837Z] #13 38.84 Suggested packages:
10:49:20 [2021-05-03T10:49:20.837Z] #13 38.84   gcc-8-locales seccomp wine64
10:49:20 [2021-05-03T10:49:20.837Z] #13 40.67 The following NEW packages will be installed:
10:49:20 [2021-05-03T10:49:20.837Z] #13 40.67   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
10:49:20 [2021-05-03T10:49:20.837Z] #13 40.67   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
10:49:20 [2021-05-03T10:49:20.837Z] #13 40.67   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
10:49:20 [2021-05-03T10:49:20.837Z] #13 40.68   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
10:49:20 [2021-05-03T10:49:20.837Z] #13 40.70   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
10:49:20 [2021-05-03T10:49:20.837Z] #13 40.70   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
10:49:20 [2021-05-03T10:49:20.837Z] #13 40.70 The following packages will be upgraded:
10:49:20 [2021-05-03T10:49:20.837Z] #13 40.73   libseccomp2 libsystemd0 libudev1
10:49:20 [2021-05-03T10:49:20.837Z] #13 41.41 3 upgraded, 25 newly installed, 0 to remove and 27 not upgraded.
10:49:20 [2021-05-03T10:49:20.837Z] #13 41.41 Need to get 78.2 MB of archives.
10:49:20 [2021-05-03T10:49:20.837Z] #13 41.41 After this operation, 487 MB of additional disk space will be used.
10:49:20 [2021-05-03T10:49:20.837Z] #13 41.41 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u7 [332 kB]
10:49:20 [2021-05-03T10:49:20.837Z] #13 41.41 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB]
10:49:20 [2021-05-03T10:49:20.837Z] #13 41.44 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u7 [151 kB]
10:49:20 [2021-05-03T10:49:20.837Z] #13 41.47 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB]
10:49:20 [2021-05-03T10:49:20.837Z] #13 41.47 Get:5 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB]
10:49:20 [2021-05-03T10:49:20.837Z] #13 41.66 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]
10:49:20 [2021-05-03T10:49:20.837Z] #13 41.89 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
10:49:20 [2021-05-03T10:49:20.837Z] #13 41.90 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
10:49:20 [2021-05-03T10:49:20.837Z] #13 41.92 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
10:49:20 [2021-05-03T10:49:20.837Z] #13 41.92 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
10:49:20 [2021-05-03T10:49:20.837Z] #13 42.32 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
10:49:20 [2021-05-03T10:49:20.837Z] #13 42.56 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]
10:49:20 [2021-05-03T10:49:20.837Z] #13 42.56 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]
10:49:20 [2021-05-03T10:49:20.850Z] #27 4.250 Reading package lists...
10:49:20 [2021-05-03T10:49:20.898Z] #51 ...
10:49:20 [2021-05-03T10:49:20.898Z] 
10:49:20 [2021-05-03T10:49:20.898Z] #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
10:49:20 [2021-05-03T10:49:20.898Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
10:49:20 [2021-05-03T10:49:20.898Z] #55 13.49 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [285 kB]
10:49:20 [2021-05-03T10:49:20.898Z] #55 16.76 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
10:49:21 [2021-05-03T10:49:21.097Z] #13 ...
10:49:21 [2021-05-03T10:49:21.097Z] 
10:49:21 [2021-05-03T10:49:21.097Z] #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
10:49:21 [2021-05-03T10:49:21.097Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
10:49:21 [2021-05-03T10:49:21.097Z] #32 47.36 Checking out files:  92% (1403/1521)   
Checking out files:  93% (1415/1521)   
Checking out files:  94% (1430/1521)   
Checking out files:  95% (1445/1521)   
Checking out files:  96% (1461/1521)   
Checking out files:  97% (1476/1521)   
Checking out files:  98% (1491/1521)   
Checking out files:  99% (1506/1521)   
Checking out files: 100% (1521/1521)   
Checking out files: 100% (1521/1521), done.
10:49:21 [2021-05-03T10:49:21.097Z] #32 47.61 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
10:49:21 [2021-05-03T10:49:21.110Z] #27 5.157 Building dependency tree...
10:49:21 [2021-05-03T10:49:21.110Z] #27 5.477 The following additional packages will be installed:
10:49:21 [2021-05-03T10:49:21.110Z] #27 5.477   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
10:49:21 [2021-05-03T10:49:21.110Z] #27 5.477   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
10:49:21 [2021-05-03T10:49:21.110Z] #27 5.478   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
10:49:21 [2021-05-03T10:49:21.110Z] #27 5.479 Suggested packages:
10:49:21 [2021-05-03T10:49:21.110Z] #27 5.479   krb5-doc krb5-user
10:49:21 [2021-05-03T10:49:21.110Z] #27 5.479 Recommended packages:
10:49:21 [2021-05-03T10:49:21.110Z] #27 5.479   krb5-locales publicsuffix libsasl2-modules
10:49:21 [2021-05-03T10:49:21.156Z] #55 ...
10:49:21 [2021-05-03T10:49:21.156Z] 
10:49:21 [2021-05-03T10:49:21.156Z] #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
10:49:21 [2021-05-03T10:49:21.156Z] #49 sha256:bb9a44ada7999bf3a3dfd509e3782559d4eedc16639da928020de7d918d7609c
10:49:21 [2021-05-03T10:49:21.156Z] #49 22.38 go: downloading github.com/mattn/go-isatty v0.0.8
10:49:21 [2021-05-03T10:49:21.156Z] #49 22.40 go: extracting github.com/pelletier/go-toml v1.2.0
10:49:21 [2021-05-03T10:49:21.156Z] #49 22.71 go: downloading github.com/pmezard/go-difflib v1.0.0
10:49:21 [2021-05-03T10:49:21.156Z] #49 22.71 go: extracting github.com/mitchellh/mapstructure v1.1.2
10:49:21 [2021-05-03T10:49:21.156Z] #49 22.75 go: downloading github.com/spf13/cast v1.3.0
10:49:21 [2021-05-03T10:49:21.156Z] #49 22.77 go: downloading github.com/stretchr/objx v0.2.0
10:49:21 [2021-05-03T10:49:21.156Z] #49 22.89 go: extracting github.com/davecgh/go-spew v1.1.1
10:49:21 [2021-05-03T10:49:21.156Z] #49 22.89 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
10:49:21 [2021-05-03T10:49:21.156Z] #49 22.93 go: downloading github.com/fsnotify/fsnotify v1.4.7
10:49:21 [2021-05-03T10:49:21.156Z] #49 22.94 go: extracting github.com/mattn/go-isatty v0.0.8
10:49:21 [2021-05-03T10:49:21.156Z] #49 22.99 go: extracting github.com/pmezard/go-difflib v1.0.0
10:49:21 [2021-05-03T10:49:21.156Z] #49 23.07 go: downloading golang.org/x/text v0.3.2
10:49:21 [2021-05-03T10:49:21.156Z] #49 23.14 go: extracting github.com/spf13/cast v1.3.0
10:49:21 [2021-05-03T10:49:21.156Z] #49 23.16 go: downloading github.com/go-toolsmith/astfmt v1.0.0
10:49:21 [2021-05-03T10:49:21.156Z] #49 23.16 go: downloading github.com/go-toolsmith/typep v1.0.0
10:49:21 [2021-05-03T10:49:21.156Z] #49 23.25 go: extracting github.com/go-toolsmith/astfmt v1.0.0
10:49:21 [2021-05-03T10:49:21.156Z] #49 23.36 go: extracting github.com/go-toolsmith/typep v1.0.0
10:49:21 [2021-05-03T10:49:21.156Z] #49 23.67 go: downloading github.com/subosito/gotenv v1.2.0
10:49:21 [2021-05-03T10:49:21.156Z] #49 23.75 go: extracting github.com/stretchr/objx v0.2.0
10:49:21 [2021-05-03T10:49:21.357Z] #32 48.12 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
10:49:21 [2021-05-03T10:49:21.370Z] #27 5.697 The following NEW packages will be installed:
10:49:21 [2021-05-03T10:49:21.370Z] #27 5.698   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
10:49:21 [2021-05-03T10:49:21.370Z] #27 5.698   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
10:49:21 [2021-05-03T10:49:21.370Z] #27 5.698   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
10:49:21 [2021-05-03T10:49:21.370Z] #27 5.699   libssh2-1 libssl1.1 openssl
10:49:21 [2021-05-03T10:49:21.413Z] #49 23.77 go: extracting github.com/fsnotify/fsnotify v1.4.7
10:49:21 [2021-05-03T10:49:21.413Z] #49 23.83 go: downloading github.com/go-toolsmith/strparse v1.0.0
10:49:21 [2021-05-03T10:49:21.550Z] #29 3.923 
###                                                                        4.3%
######                                                                     9.5%
##########                                                                14.7%
##############                                                            20.0%
##################                                                        25.2%
#####################                                                     30.4%
#########################                                                 35.3%
#############################                                             40.8%
#################################                                         46.0%
####################################                                      51.2%
########################################                                  56.4%
############################################                              61.6%
################################################                          66.8%
###################################################                       72.0%
#######################################################                   77.2%
###########################################################               82.5%
##############################################################            87.4%
##################################################################        92.9%
######################################################################    98.0%
######################################################################## 100.0%
10:49:21 [2021-05-03T10:49:21.550Z] #29 5.781 
10:49:21 [2021-05-03T10:49:21.629Z] #27 5.976 0 upgraded, 21 newly installed, 0 to remove and 2 not upgraded.
10:49:21 [2021-05-03T10:49:21.629Z] #27 5.976 Need to get 5059 kB of archives.
10:49:21 [2021-05-03T10:49:21.629Z] #27 5.976 After this operation, 12.1 MB of additional disk space will be used.
10:49:21 [2021-05-03T10:49:21.629Z] #27 5.976 Get:1 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB]
10:49:21 [2021-05-03T10:49:21.629Z] #27 5.986 Get:2 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
10:49:21 [2021-05-03T10:49:21.629Z] #27 5.986 Get:3 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB]
10:49:21 [2021-05-03T10:49:21.629Z] #27 5.986 Get:4 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB]
10:49:21 [2021-05-03T10:49:21.629Z] #27 5.986 Get:5 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB]
10:49:21 [2021-05-03T10:49:21.629Z] #27 5.988 Get:6 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB]
10:49:21 [2021-05-03T10:49:21.629Z] #27 5.990 Get:7 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB]
10:49:21 [2021-05-03T10:49:21.629Z] #27 5.992 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB]
10:49:21 [2021-05-03T10:49:21.629Z] #27 5.994 Get:9 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]
10:49:21 [2021-05-03T10:49:21.629Z] #27 5.996 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB]
10:49:21 [2021-05-03T10:49:21.629Z] #27 5.999 Get:11 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
10:49:21 [2021-05-03T10:49:21.670Z] #49 23.96 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
10:49:21 [2021-05-03T10:49:21.888Z] #27 6.001 Get:12 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
10:49:21 [2021-05-03T10:49:21.888Z] #27 6.002 Get:13 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
10:49:21 [2021-05-03T10:49:21.888Z] #27 6.004 Get:14 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
10:49:21 [2021-05-03T10:49:21.888Z] #27 6.007 Get:15 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
10:49:21 [2021-05-03T10:49:21.888Z] #27 6.010 Get:16 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
10:49:21 [2021-05-03T10:49:21.888Z] #27 6.012 Get:17 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
10:49:21 [2021-05-03T10:49:21.888Z] #27 6.021 Get:18 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB]
10:49:21 [2021-05-03T10:49:21.888Z] #27 6.214 Get:19 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB]
10:49:21 [2021-05-03T10:49:21.888Z] #27 6.269 Get:20 http://security.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB]
10:49:21 [2021-05-03T10:49:21.927Z] #49 24.23 go: extracting github.com/subosito/gotenv v1.2.0
10:49:21 [2021-05-03T10:49:21.927Z] #49 24.43 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
10:49:21 [2021-05-03T10:49:21.927Z] #49 24.45 go: downloading github.com/inconshreveable/mousetrap v1.0.0
10:49:22 [2021-05-03T10:49:22.119Z] #29 6.297 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
10:49:22 [2021-05-03T10:49:22.119Z] #29 6.390 
10:49:22 [2021-05-03T10:49:22.148Z] #27 6.290 Get:21 http://security.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB]
10:49:22 [2021-05-03T10:49:22.148Z] #27 6.447 debconf: delaying package configuration, since apt-utils is not installed
10:49:22 [2021-05-03T10:49:22.148Z] #27 6.471 Fetched 5059 kB in 1s (8649 kB/s)
10:49:22 [2021-05-03T10:49:22.148Z] #27 6.556 Selecting previously unselected package libssl1.1:amd64.
10:49:22 [2021-05-03T10:49:22.148Z] #27 6.556 (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.)
10:49:22 [2021-05-03T10:49:22.148Z] #27 6.556 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ...
10:49:22 [2021-05-03T10:49:22.148Z] #27 6.565 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
10:49:22 [2021-05-03T10:49:22.183Z] #49 24.61 go: extracting github.com/go-toolsmith/strparse v1.0.0
10:49:22 [2021-05-03T10:49:22.183Z] #49 24.71 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
10:49:22 [2021-05-03T10:49:22.378Z] #29 6.463 
######################################################################## 100.0%
10:49:22 [2021-05-03T10:49:22.378Z] #29 6.494 
10:49:22 [2021-05-03T10:49:22.410Z] #27 6.785 Selecting previously unselected package openssl.
10:49:22 [2021-05-03T10:49:22.410Z] #27 6.785 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ...
10:49:22 [2021-05-03T10:49:22.440Z] #49 24.85 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
10:49:22 [2021-05-03T10:49:22.440Z] #49 24.87 go: extracting github.com/inconshreveable/mousetrap v1.0.0
10:49:22 [2021-05-03T10:49:22.440Z] #49 24.94 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
10:49:22 [2021-05-03T10:49:22.638Z] #29 6.821 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
10:49:22 [2021-05-03T10:49:22.638Z] #29 6.922 
10:49:22 [2021-05-03T10:49:22.671Z] #27 6.791 Unpacking openssl (1.1.1d-0+deb10u6) ...
10:49:22 [2021-05-03T10:49:22.671Z] #27 6.965 Selecting previously unselected package ca-certificates.
10:49:22 [2021-05-03T10:49:22.671Z] #27 6.967 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ...
10:49:22 [2021-05-03T10:49:22.671Z] #27 6.972 Unpacking ca-certificates (20200601~deb10u2) ...
10:49:22 [2021-05-03T10:49:22.671Z] #27 7.062 Selecting previously unselected package libkeyutils1:amd64.
10:49:22 [2021-05-03T10:49:22.671Z] #27 7.062 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ...
10:49:22 [2021-05-03T10:49:22.671Z] #27 7.066 Unpacking libkeyutils1:amd64 (1.6-6) ...
10:49:22 [2021-05-03T10:49:22.671Z] #27 7.113 Selecting previously unselected package libkrb5support0:amd64.
10:49:22 [2021-05-03T10:49:22.671Z] #27 7.113 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ...
10:49:22 [2021-05-03T10:49:22.671Z] #27 7.119 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ...
10:49:22 [2021-05-03T10:49:22.671Z] #27 7.167 Selecting previously unselected package libk5crypto3:amd64.
10:49:22 [2021-05-03T10:49:22.671Z] #27 7.167 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ...
10:49:22 [2021-05-03T10:49:22.696Z] #49 24.97 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
10:49:22 [2021-05-03T10:49:22.696Z] #49 25.12 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
10:49:22 [2021-05-03T10:49:22.696Z] #49 25.21 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
10:49:22 [2021-05-03T10:49:22.741Z] #32 ...
10:49:22 [2021-05-03T10:49:22.741Z] 
10:49:22 [2021-05-03T10:49:22.741Z] #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
10:49:22 [2021-05-03T10:49:22.741Z] #45 sha256:3c300042d3325d05ae0fd5f6c25145d6aaf7594723399bc80e89aa7cb3b81cad
10:49:22 [2021-05-03T10:49:22.741Z] #45 39.67 internal/reflectlite
10:49:22 [2021-05-03T10:49:22.741Z] #45 39.67 sync
10:49:22 [2021-05-03T10:49:22.741Z] #45 40.87 github.com/LK4D4/vndr/godl/singleflight
10:49:22 [2021-05-03T10:49:22.741Z] #45 41.19 math/rand
10:49:22 [2021-05-03T10:49:22.741Z] #45 42.46 internal/singleflight
10:49:22 [2021-05-03T10:49:22.741Z] #45 43.40 sort
10:49:22 [2021-05-03T10:49:22.741Z] #45 43.42 errors
10:49:22 [2021-05-03T10:49:22.741Z] #45 43.70 io
10:49:22 [2021-05-03T10:49:22.741Z] #45 44.47 strconv
10:49:22 [2021-05-03T10:49:22.741Z] #45 44.95 bytes
10:49:22 [2021-05-03T10:49:22.741Z] #45 46.97 bufio
10:49:22 [2021-05-03T10:49:22.741Z] #45 48.20 reflect
10:49:22 [2021-05-03T10:49:22.741Z] #45 48.66 syscall
10:49:22 [2021-05-03T10:49:22.741Z] #45 ...
10:49:22 [2021-05-03T10:49:22.741Z] 
10:49:22 [2021-05-03T10:49:22.741Z] #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
10:49:22 [2021-05-03T10:49:22.741Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
10:49:22 [2021-05-03T10:49:22.741Z] #42 48.06 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
10:49:22 [2021-05-03T10:49:22.741Z] #42 48.07 Unpacking python-pkg-resources (40.8.0-1) ...
10:49:22 [2021-05-03T10:49:22.741Z] #42 48.32 Selecting previously unselected package python-six.
10:49:22 [2021-05-03T10:49:22.741Z] #42 48.32 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
10:49:22 [2021-05-03T10:49:22.741Z] #42 48.33 Unpacking python-six (1.12.0-1) ...
10:49:22 [2021-05-03T10:49:22.741Z] #42 48.43 Selecting previously unselected package python-protobuf.
10:49:22 [2021-05-03T10:49:22.741Z] #42 48.43 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ...
10:49:22 [2021-05-03T10:49:22.741Z] #42 48.44 Unpacking python-protobuf (3.6.1.3-2) ...
10:49:22 [2021-05-03T10:49:22.741Z] #42 49.02 Setting up python-pkg-resources (40.8.0-1) ...
10:49:22 [2021-05-03T10:49:22.930Z] #27 7.175 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ...
10:49:22 [2021-05-03T10:49:22.930Z] #27 7.260 Selecting previously unselected package libkrb5-3:amd64.
10:49:22 [2021-05-03T10:49:22.930Z] #27 7.260 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ...
10:49:22 [2021-05-03T10:49:22.930Z] #27 7.274 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ...
10:49:22 [2021-05-03T10:49:22.930Z] #27 7.382 Selecting previously unselected package libgssapi-krb5-2:amd64.
10:49:22 [2021-05-03T10:49:22.952Z] #49 25.23 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
10:49:22 [2021-05-03T10:49:22.952Z] #49 25.36 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
10:49:23 [2021-05-03T10:49:23.194Z] #27 7.384 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ...
10:49:23 [2021-05-03T10:49:23.194Z] #27 7.389 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
10:49:23 [2021-05-03T10:49:23.194Z] #27 7.449 Selecting previously unselected package libsasl2-modules-db:amd64.
10:49:23 [2021-05-03T10:49:23.194Z] #27 7.449 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ...
10:49:23 [2021-05-03T10:49:23.194Z] #27 7.457 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
10:49:23 [2021-05-03T10:49:23.194Z] #27 7.503 Selecting previously unselected package libsasl2-2:amd64.
10:49:23 [2021-05-03T10:49:23.194Z] #27 7.504 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ...
10:49:23 [2021-05-03T10:49:23.194Z] #27 7.511 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
10:49:23 [2021-05-03T10:49:23.194Z] #27 7.562 Selecting previously unselected package libldap-common.
10:49:23 [2021-05-03T10:49:23.194Z] #27 7.562 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
10:49:23 [2021-05-03T10:49:23.194Z] #27 7.568 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
10:49:23 [2021-05-03T10:49:23.194Z] #27 7.622 Selecting previously unselected package libldap-2.4-2:amd64.
10:49:23 [2021-05-03T10:49:23.209Z] #49 25.64 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
10:49:23 [2021-05-03T10:49:23.209Z] #49 25.76 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
10:49:23 [2021-05-03T10:49:23.454Z] #27 7.624 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ...
10:49:23 [2021-05-03T10:49:23.454Z] #27 7.628 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
10:49:23 [2021-05-03T10:49:23.454Z] #27 7.736 Selecting previously unselected package libnghttp2-14:amd64.
10:49:23 [2021-05-03T10:49:23.454Z] #27 7.736 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
10:49:23 [2021-05-03T10:49:23.454Z] #27 7.741 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
10:49:23 [2021-05-03T10:49:23.454Z] #27 7.796 Selecting previously unselected package libpsl5:amd64.
10:49:23 [2021-05-03T10:49:23.454Z] #27 7.796 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ...
10:49:23 [2021-05-03T10:49:23.454Z] #27 7.801 Unpacking libpsl5:amd64 (0.20.2-2) ...
10:49:23 [2021-05-03T10:49:23.454Z] #27 7.847 Selecting previously unselected package librtmp1:amd64.
10:49:23 [2021-05-03T10:49:23.454Z] #27 7.847 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
10:49:23 [2021-05-03T10:49:23.465Z] #49 25.77 go: downloading github.com/ultraware/funlen v0.0.2
10:49:23 [2021-05-03T10:49:23.467Z] #29 7.159 #=#=#                                                                         

                                                                           0.6%
######################################################################## 100.0%
10:49:23 [2021-05-03T10:49:23.714Z] #27 7.851 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
10:49:23 [2021-05-03T10:49:23.714Z] #27 7.898 Selecting previously unselected package libssh2-1:amd64.
10:49:23 [2021-05-03T10:49:23.714Z] #27 7.898 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ...
10:49:23 [2021-05-03T10:49:23.714Z] #27 7.917 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
10:49:23 [2021-05-03T10:49:23.714Z] #27 7.988 Selecting previously unselected package libcurl4:amd64.
10:49:23 [2021-05-03T10:49:23.714Z] #27 7.988 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ...
10:49:23 [2021-05-03T10:49:23.714Z] #27 7.993 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ...
10:49:23 [2021-05-03T10:49:23.714Z] #27 8.070 Selecting previously unselected package curl.
10:49:23 [2021-05-03T10:49:23.714Z] #27 8.071 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ...
10:49:23 [2021-05-03T10:49:23.714Z] #27 8.082 Unpacking curl (7.64.0-4+deb10u2) ...
10:49:23 [2021-05-03T10:49:23.722Z] #49 26.08 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
10:49:23 [2021-05-03T10:49:23.722Z] #49 26.12 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
10:49:23 [2021-05-03T10:49:23.722Z] #49 26.25 go: extracting github.com/ultraware/funlen v0.0.2
10:49:23 [2021-05-03T10:49:23.729Z] #29 7.818 
10:49:23 [2021-05-03T10:49:23.974Z] #27 8.152 Selecting previously unselected package libonig5:amd64.
10:49:23 [2021-05-03T10:49:23.974Z] #27 8.152 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ...
10:49:23 [2021-05-03T10:49:23.974Z] #27 8.156 Unpacking libonig5:amd64 (6.9.1-1) ...
10:49:23 [2021-05-03T10:49:23.974Z] #27 8.234 Selecting previously unselected package libjq1:amd64.
10:49:23 [2021-05-03T10:49:23.974Z] #27 8.236 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ...
10:49:23 [2021-05-03T10:49:23.974Z] #27 8.241 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
10:49:23 [2021-05-03T10:49:23.974Z] #27 8.299 Selecting previously unselected package jq.
10:49:23 [2021-05-03T10:49:23.974Z] #27 8.299 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ...
10:49:23 [2021-05-03T10:49:23.974Z] #27 8.305 Unpacking jq (1.5+dfsg-2+b1) ...
10:49:23 [2021-05-03T10:49:23.974Z] #27 8.357 Setting up libkeyutils1:amd64 (1.6-6) ...
10:49:23 [2021-05-03T10:49:23.990Z] #29 8.138 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)...
10:49:23 [2021-05-03T10:49:23.990Z] #29 8.256 
10:49:24 [2021-05-03T10:49:24.233Z] #27 8.373 Setting up libpsl5:amd64 (0.20.2-2) ...
10:49:24 [2021-05-03T10:49:24.233Z] #27 8.399 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
10:49:24 [2021-05-03T10:49:24.233Z] #27 ...
10:49:24 [2021-05-03T10:49:24.233Z] 
10:49:24 [2021-05-03T10:49:24.234Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
10:49:24 [2021-05-03T10:49:24.234Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
10:49:24 [2021-05-03T10:49:24.234Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 3.9s done
10:49:24 [2021-05-03T10:49:24.234Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 4.0s done
10:49:24 [2021-05-03T10:49:24.234Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 2.3s
10:49:24 [2021-05-03T10:49:24.234Z] #9 ...
10:49:24 [2021-05-03T10:49:24.234Z] 
10:49:24 [2021-05-03T10:49:24.234Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
10:49:24 [2021-05-03T10:49:24.234Z] #27 sha256:2f5ef7d60ae1d151fd2aa8dfcbd4d1be127456a9f8db7a76d9528a1821e46d69
10:49:24 [2021-05-03T10:49:24.234Z] #27 8.507 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
10:49:24 [2021-05-03T10:49:24.234Z] #27 8.544 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
10:49:24 [2021-05-03T10:49:24.234Z] #27 8.565 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ...
10:49:24 [2021-05-03T10:49:24.234Z] #27 8.580 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
10:49:24 [2021-05-03T10:49:24.234Z] #27 8.594 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
10:49:24 [2021-05-03T10:49:24.234Z] #27 8.607 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ...
10:49:24 [2021-05-03T10:49:24.234Z] #27 8.622 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
10:49:24 [2021-05-03T10:49:24.234Z] #27 8.637 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
10:49:24 [2021-05-03T10:49:24.234Z] #27 8.652 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ...
10:49:24 [2021-05-03T10:49:24.234Z] #27 8.664 Setting up openssl (1.1.1d-0+deb10u6) ...
10:49:24 [2021-05-03T10:49:24.234Z] #27 8.683 Setting up libonig5:amd64 (6.9.1-1) ...
10:49:24 [2021-05-03T10:49:24.234Z] #27 8.698 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
10:49:24 [2021-05-03T10:49:24.285Z] #49 26.69 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
10:49:24 [2021-05-03T10:49:24.286Z] #49 26.69 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
10:49:24 [2021-05-03T10:49:24.493Z] #27 8.713 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
10:49:24 [2021-05-03T10:49:24.493Z] #27 8.731 Setting up ca-certificates (20200601~deb10u2) ...
10:49:24 [2021-05-03T10:49:24.542Z] #49 26.93 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
10:49:24 [2021-05-03T10:49:24.543Z] #49 26.97 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
10:49:24 [2021-05-03T10:49:24.775Z] #29 8.394 
###########                                                               16.1%
########################                                                  34.4%
#####################################                                     52.6%
#################################################                         68.9%
################################################################          88.9%
######################################################################## 100.0%
10:49:24 [2021-05-03T10:49:24.775Z] #29 8.879 
10:49:25 [2021-05-03T10:49:25.035Z] #29 9.186 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
10:49:25 [2021-05-03T10:49:25.062Z] #27 9.302 Updating certificates in /etc/ssl/certs...
10:49:25 [2021-05-03T10:49:25.284Z] #42 ...
10:49:25 [2021-05-03T10:49:25.284Z] 
10:49:25 [2021-05-03T10:49:25.284Z] #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
10:49:25 [2021-05-03T10:49:25.284Z] #49 sha256:60457d8da35aac1df1f93bc45d1495f27a212b6c0901f3dfc4fe8474b3fba027
10:49:25 [2021-05-03T10:49:25.284Z] #49 42.60 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
10:49:25 [2021-05-03T10:49:25.284Z] #49 42.62 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
10:49:25 [2021-05-03T10:49:25.284Z] #49 42.68 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
10:49:25 [2021-05-03T10:49:25.284Z] #49 42.70 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
10:49:25 [2021-05-03T10:49:25.284Z] #49 42.75 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
10:49:25 [2021-05-03T10:49:25.284Z] #49 42.76 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
10:49:25 [2021-05-03T10:49:25.284Z] #49 42.78 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
10:49:25 [2021-05-03T10:49:25.284Z] #49 42.83 go: finding github.com/kisielk/gotool v1.0.0
10:49:25 [2021-05-03T10:49:25.284Z] #49 42.83 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
10:49:25 [2021-05-03T10:49:25.284Z] #49 42.84 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
10:49:25 [2021-05-03T10:49:25.284Z] #49 42.86 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
10:49:25 [2021-05-03T10:49:25.284Z] #49 42.86 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
10:49:25 [2021-05-03T10:49:25.284Z] #49 42.89 go: finding github.com/sourcegraph/go-diff v0.5.1
10:49:25 [2021-05-03T10:49:25.284Z] #49 42.91 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
10:49:25 [2021-05-03T10:49:25.284Z] #49 42.92 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
10:49:25 [2021-05-03T10:49:25.284Z] #49 42.94 go: finding github.com/tommy-muehle/go-mnd v1.1.1
10:49:25 [2021-05-03T10:49:25.284Z] #49 42.94 go: finding github.com/ultraware/funlen v0.0.2
10:49:25 [2021-05-03T10:49:25.284Z] #49 42.95 go: finding github.com/ultraware/whitespace v0.0.4
10:49:25 [2021-05-03T10:49:25.284Z] #49 42.97 go: finding github.com/uudashr/gocognit v1.0.1
10:49:25 [2021-05-03T10:49:25.284Z] #49 43.14 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
10:49:25 [2021-05-03T10:49:25.284Z] #49 43.15 go: finding github.com/gogo/protobuf v1.2.1
10:49:25 [2021-05-03T10:49:25.284Z] #49 43.40 go: finding honnef.co/go/tools v0.0.1-2019.2.3
10:49:25 [2021-05-03T10:49:25.284Z] #49 43.49 go: finding github.com/BurntSushi/toml v0.3.1
10:49:25 [2021-05-03T10:49:25.284Z] #49 43.49 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
10:49:25 [2021-05-03T10:49:25.284Z] #49 43.50 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
10:49:25 [2021-05-03T10:49:25.284Z] #49 43.58 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
10:49:25 [2021-05-03T10:49:25.372Z] #29 9.456 
10:49:25 [2021-05-03T10:49:25.372Z] #29 9.585 
#################                                                         23.7%
######################################################################## 100.0%
10:49:25 [2021-05-03T10:49:25.477Z] #49 ...
10:49:25 [2021-05-03T10:49:25.477Z] 
10:49:25 [2021-05-03T10:49:25.477Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer         . /tmp/install/tomll.installer && PREFIX=/build install_tomll
10:49:25 [2021-05-03T10:49:25.477Z] #34 sha256:10821346d2004a30c147a9fb31cad69c091085809aa7806b2a75cbc2259ede4d
10:49:25 [2021-05-03T10:49:25.477Z] #34 DONE 28.1s
10:49:25 [2021-05-03T10:49:25.477Z] 
10:49:25 [2021-05-03T10:49:25.477Z] #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
10:49:25 [2021-05-03T10:49:25.477Z] #47 sha256:f148f39605534d12d20ae4d2dad2ad5a917b1e7cc00d07c3cca057b95c548c62
10:49:25 [2021-05-03T10:49:25.477Z] #47 23.74 go: finding github.com/fatih/color v1.9.0
10:49:25 [2021-05-03T10:49:25.477Z] #47 23.75 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
10:49:25 [2021-05-03T10:49:25.477Z] #47 23.77 go: finding github.com/pkg/errors v0.9.1
10:49:25 [2021-05-03T10:49:25.477Z] #47 23.99 go: finding github.com/spf13/pflag v1.0.3
10:49:25 [2021-05-03T10:49:25.477Z] #47 24.02 go: finding github.com/mattn/go-colorable v0.1.6
10:49:25 [2021-05-03T10:49:25.477Z] #47 24.20 go: finding github.com/mattn/go-isatty v0.0.12
10:49:25 [2021-05-03T10:49:25.477Z] #47 24.42 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
10:49:25 [2021-05-03T10:49:25.477Z] #47 24.76 go: finding github.com/jonboulle/clockwork v0.1.0
10:49:25 [2021-05-03T10:49:25.477Z] #47 24.91 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
10:49:25 [2021-05-03T10:49:25.477Z] #47 25.03 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
10:49:25 [2021-05-03T10:49:25.477Z] #47 25.10 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
10:49:25 [2021-05-03T10:49:25.547Z] #49 ...
10:49:25 [2021-05-03T10:49:25.547Z] 
10:49:25 [2021-05-03T10:49:25.547Z] #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
10:49:25 [2021-05-03T10:49:25.547Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:49:25 [2021-05-03T10:49:25.547Z] #13 45.62 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]
10:49:25 [2021-05-03T10:49:25.547Z] #13 47.93 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
10:49:25 [2021-05-03T10:49:25.547Z] #13 47.94 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
10:49:25 [2021-05-03T10:49:25.547Z] #13 47.94 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
10:49:25 [2021-05-03T10:49:25.547Z] #13 47.96 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
10:49:25 [2021-05-03T10:49:25.547Z] #13 47.96 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]
10:49:25 [2021-05-03T10:49:25.547Z] #13 47.97 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB]
10:49:25 [2021-05-03T10:49:25.547Z] #13 47.98 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
10:49:25 [2021-05-03T10:49:25.547Z] #13 48.01 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
10:49:25 [2021-05-03T10:49:25.547Z] #13 48.05 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
10:49:25 [2021-05-03T10:49:25.547Z] #13 48.06 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
10:49:25 [2021-05-03T10:49:25.547Z] #13 48.07 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
10:49:25 [2021-05-03T10:49:25.547Z] #13 48.15 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
10:49:25 [2021-05-03T10:49:25.547Z] #13 48.17 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
10:49:25 [2021-05-03T10:49:25.547Z] #13 48.17 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB]
10:49:25 [2021-05-03T10:49:25.547Z] #13 49.35 debconf: delaying package configuration, since apt-utils is not installed
10:49:25 [2021-05-03T10:49:25.547Z] #13 49.58 Fetched 78.2 MB in 7s (11.1 MB/s)
10:49:25 [2021-05-03T10:49:25.547Z] #13 49.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.)
10:49:25 [2021-05-03T10:49:25.547Z] #13 49.77 Preparing to unpack .../libsystemd0_241-7~deb10u7_amd64.deb ...
10:49:25 [2021-05-03T10:49:25.547Z] #13 49.81 Unpacking libsystemd0:amd64 (241-7~deb10u7) over (241-7~deb10u4) ...
10:49:25 [2021-05-03T10:49:25.547Z] #13 50.09 Setting up libsystemd0:amd64 (241-7~deb10u7) ...
10:49:25 [2021-05-03T10:49:25.631Z] #27 10.01 137 added, 0 removed; done.
10:49:25 [2021-05-03T10:49:25.631Z] #27 10.05 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
10:49:25 [2021-05-03T10:49:25.638Z] #29 9.616 
10:49:25 [2021-05-03T10:49:25.638Z] #29 9.864 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
10:49:25 [2021-05-03T10:49:25.638Z] #29 9.954 
10:49:25 [2021-05-03T10:49:25.638Z] #29 ...
10:49:25 [2021-05-03T10:49:25.638Z] 
10:49:25 [2021-05-03T10:49:25.638Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
10:49:25 [2021-05-03T10:49:25.638Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
10:49:25 [2021-05-03T10:49:25.638Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 10.5s
10:49:25 [2021-05-03T10:49:25.810Z] #13 ...
10:49:25 [2021-05-03T10:49:25.810Z] 
10:49:25 [2021-05-03T10:49:25.810Z] #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
10:49:25 [2021-05-03T10:49:25.810Z] #56 sha256:76c68447763085ba3a6097d149916c98b37b8ee4b7159200f3619501917db75c
10:49:25 [2021-05-03T10:49:25.810Z] #56 1.208 + RM_GOPATH=0
10:49:25 [2021-05-03T10:49:25.810Z] #56 1.208 + TMP_GOPATH=
10:49:25 [2021-05-03T10:49:25.810Z] #56 1.208 + : /build
10:49:25 [2021-05-03T10:49:25.810Z] #56 1.208 + '[' -z '' ']'
10:49:25 [2021-05-03T10:49:25.810Z] #56 1.209 ++ mktemp -d
10:49:25 [2021-05-03T10:49:25.810Z] #56 1.211 + export GOPATH=/tmp/tmp.RkTUVlbz3c
10:49:25 [2021-05-03T10:49:25.810Z] #56 1.211 + GOPATH=/tmp/tmp.RkTUVlbz3c
10:49:25 [2021-05-03T10:49:25.810Z] #56 1.211 + RM_GOPATH=1
10:49:25 [2021-05-03T10:49:25.810Z] #56 1.211 + case "$(go env GOARCH)" in
10:49:25 [2021-05-03T10:49:25.810Z] #56 1.214 ++ go env GOARCH
10:49:25 [2021-05-03T10:49:25.810Z] #56 1.239 + export GO_BUILDMODE=-buildmode=pie
10:49:25 [2021-05-03T10:49:25.810Z] #56 1.240 + GO_BUILDMODE=-buildmode=pie
10:49:25 [2021-05-03T10:49:25.810Z] #56 1.246 ++ dirname /tmp/install/install.sh
10:49:25 [2021-05-03T10:49:25.810Z] #56 1.261 + dir=/tmp/install
10:49:25 [2021-05-03T10:49:25.810Z] #56 1.261 + bin=containerd
10:49:25 [2021-05-03T10:49:25.810Z] #56 1.261 + shift
10:49:25 [2021-05-03T10:49:25.810Z] #56 1.267 + '[' '!' -f /tmp/install/containerd.installer ']'
10:49:25 [2021-05-03T10:49:25.810Z] #56 1.267 + . /tmp/install/containerd.installer
10:49:25 [2021-05-03T10:49:25.810Z] #56 1.267 ++ set -e
10:49:25 [2021-05-03T10:49:25.810Z] #56 1.268 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
10:49:25 [2021-05-03T10:49:25.810Z] #56 1.268 + install_containerd
10:49:25 [2021-05-03T10:49:25.810Z] #56 1.270 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e'
10:49:25 [2021-05-03T10:49:25.810Z] #56 1.274 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
10:49:25 [2021-05-03T10:49:25.810Z] #56 1.275 + git clone https://github.com/containerd/containerd.git /tmp/tmp.RkTUVlbz3c/src/github.com/containerd/containerd
10:49:25 [2021-05-03T10:49:25.810Z] #56 1.276 Cloning into '/tmp/tmp.RkTUVlbz3c/src/github.com/containerd/containerd'...
10:49:25 [2021-05-03T10:49:25.892Z] #27 10.06 Setting up jq (1.5+dfsg-2+b1) ...
10:49:25 [2021-05-03T10:49:25.892Z] #27 10.08 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ...
10:49:25 [2021-05-03T10:49:25.892Z] #27 10.09 Setting up curl (7.64.0-4+deb10u2) ...
10:49:25 [2021-05-03T10:49:25.892Z] #27 10.10 Processing triggers for libc-bin (2.28-10) ...
10:49:25 [2021-05-03T10:49:25.892Z] #27 10.13 Processing triggers for ca-certificates (20200601~deb10u2) ...
10:49:25 [2021-05-03T10:49:25.892Z] #27 10.14 Updating certificates in /etc/ssl/certs...
10:49:25 [2021-05-03T10:49:25.899Z] #9 ...
10:49:25 [2021-05-03T10:49:25.899Z] 
10:49:25 [2021-05-03T10:49:25.899Z] #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
10:49:25 [2021-05-03T10:49:25.899Z] #29 sha256:a8d997644cd121b909bc47a044483bef6be0ebc04d853cda952f6b673bb04a3f
10:49:25 [2021-05-03T10:49:25.899Z] #29 10.03 
######################################################################## 100.0%
10:49:25 [2021-05-03T10:49:25.899Z] #29 10.05 
10:49:25 [2021-05-03T10:49:25.899Z] #29 10.07 Download of images into '/build' complete.
10:49:25 [2021-05-03T10:49:25.899Z] #29 10.07 Use something like the following to load the result into a Docker daemon:
10:49:25 [2021-05-03T10:49:25.899Z] #29 10.07   tar -cC '/build' . | docker load
10:49:26 [2021-05-03T10:49:26.070Z] #56 ...
10:49:26 [2021-05-03T10:49:26.070Z] 
10:49:26 [2021-05-03T10:49:26.070Z] #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
10:49:26 [2021-05-03T10:49:26.070Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:49:26 [2021-05-03T10:49:26.070Z] #13 50.47 (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%
#13 ...
10:49:26 [2021-05-03T10:49:26.070Z] 
10:49:26 [2021-05-03T10:49:26.070Z] #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
10:49:26 [2021-05-03T10:49:26.070Z] #47 sha256:2c8b8c576e606a896bc52ec35ba8759a572d019fd2dd3d95dae2aab48b58b44d
10:49:26 [2021-05-03T10:49:26.070Z] #47 DONE 53.2s
10:49:26 [2021-05-03T10:49:26.070Z] 
10:49:26 [2021-05-03T10:49:26.070Z] #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
10:49:26 [2021-05-03T10:49:26.070Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:49:26 [2021-05-03T10:49:26.070Z] #13 50.47 (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.)
10:49:26 [2021-05-03T10:49:26.070Z] #13 50.54 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ...
10:49:26 [2021-05-03T10:49:26.070Z] #13 50.63 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ...
10:49:26 [2021-05-03T10:49:26.408Z] #47 ...
10:49:26 [2021-05-03T10:49:26.408Z] 
10:49:26 [2021-05-03T10:49:26.408Z] #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
10:49:26 [2021-05-03T10:49:26.408Z] #45 sha256:7504d5111897f112af75a3b79cd6ee75bf518a7f9789364eccf3f9226afd32f2
10:49:26 [2021-05-03T10:49:26.408Z] #45 19.00 math
10:49:26 [2021-05-03T10:49:26.408Z] #45 24.44 internal/testlog
10:49:26 [2021-05-03T10:49:26.408Z] #45 24.84 encoding
10:49:26 [2021-05-03T10:49:26.408Z] #45 24.98 unicode/utf16
10:49:26 [2021-05-03T10:49:26.408Z] #45 25.49 container/list
10:49:26 [2021-05-03T10:49:26.408Z] #45 26.22 crypto/internal/subtle
10:49:26 [2021-05-03T10:49:26.408Z] #45 26.33 crypto/subtle
10:49:26 [2021-05-03T10:49:26.408Z] #45 26.58 vendor/golang.org/x/crypto/cryptobyte/asn1
10:49:26 [2021-05-03T10:49:26.408Z] #45 26.75 internal/nettrace
10:49:26 [2021-05-03T10:49:26.408Z] #45 26.92 runtime/cgo
10:49:26 [2021-05-03T10:49:26.460Z] #27 10.69 0 added, 0 removed; done.
10:49:26 [2021-05-03T10:49:26.460Z] #27 10.69 Running hooks in /etc/ca-certificates/update.d...
10:49:26 [2021-05-03T10:49:26.460Z] #27 10.69 done.
10:49:26 [2021-05-03T10:49:26.642Z] #13 50.91 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ...
10:49:26 [2021-05-03T10:49:26.642Z] #13 51.14 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
10:49:26 [2021-05-03T10:49:26.642Z] #13 51.22 Preparing to unpack .../libudev1_241-7~deb10u7_amd64.deb ...
10:49:26 [2021-05-03T10:49:26.642Z] #13 51.25 Unpacking libudev1:amd64 (241-7~deb10u7) over (241-7~deb10u4) ...
10:49:26 [2021-05-03T10:49:26.666Z] #45 ...
10:49:26 [2021-05-03T10:49:26.666Z] 
10:49:26 [2021-05-03T10:49:26.666Z] #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
10:49:26 [2021-05-03T10:49:26.666Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
10:49:27 [2021-05-03T10:49:27.166Z] #13 51.60 Setting up libudev1:amd64 (241-7~deb10u7) ...
10:49:27 [2021-05-03T10:49:27.692Z] #40 28.49 Checking out files:  49% (841/1693)   
Checking out files:  50% (847/1693)   
Checking out files:  51% (864/1693)   
Checking out files:  52% (881/1693)   
Checking out files:  53% (898/1693)   
Checking out files:  54% (915/1693)   
Checking out files:  55% (932/1693)   
Checking out files:  56% (949/1693)   
Checking out files:  57% (966/1693)   
Checking out files:  58% (982/1693)   
Checking out files:  59% (999/1693)   
Checking out files:  60% (1016/1693)   
Checking out files:  61% (1033/1693)   
Checking out files:  62% (1050/1693)   
Checking out files:  63% (1067/1693)   
Checking out files:  64% (1084/1693)   
Checking out files:  65% (1101/1693)   
Checking out files:  66% (1118/1693)   
Checking out files:  67% (1135/1693)   
Checking out files:  68% (1152/1693)   
Checking out files:  69% (1169/1693)   
Checking out files:  70% (1186/1693)   
Checking out files:  71% (1203/1693)   
Checking out files:  72% (1219/1693)   
Checking out files:  73% (1236/1693)   
Checking out files:  74% (1253/1693)   
Checking out files:  75% (1270/1693)   
Checking out files:  76% (1287/1693)   
Checking out files:  77% (1304/1693)   
Checking out files:  78% (1321/1693)   
Checking out files:  79% (1338/1693)   
Checking out files:  80% (1355/1693)   
Checking out files:  81% (1372/1693)   
Checking out files:  82% (1389/1693)   
Checking out files:  83% (1406/1693)   
Checking out files:  84% (1423/1693)   
Checking out files:  85% (1440/1693)   
Checking out files:  86% (1456/1693)   
Checking out files:  87% (1473/1693)   
Checking out files:  87% (1485/1693)   
Checking out files:  88% (1490/1693)   
Checking out files:  89% (1507/1693)   
Checking out files:  90% (1524/1693)   
Checking out files:  91% (1541/1693)   
Checking out files:  92% (1558/1693)   
Checking out files:  93% (1575/1693)   
Checking out files:  94% (1592/1693)   
Checking out files:  95% (1609/1693)   
Checking out files:  96% (1626/1693)   
Checking out files:  97% (1643/1693)   
Checking out files:  98% (1660/1693)   
Checking out files:  99% (1677/1693)   
Checking out files: 100% (1693/1693)   
Checking out files: 100% (1693/1693), done.
10:49:27 [2021-05-03T10:49:27.736Z] #13 52.08 Selecting previously unselected package binutils-mingw-w64-i686.
10:49:27 [2021-05-03T10:49:27.736Z] #13 52.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.)
10:49:27 [2021-05-03T10:49:27.736Z] #13 52.14 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
10:49:27 [2021-05-03T10:49:27.736Z] #13 52.15 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
10:49:27 [2021-05-03T10:49:27.841Z] Client: Docker Engine - Community
10:49:27 [2021-05-03T10:49:27.841Z]  Version:           20.10.5
10:49:27 [2021-05-03T10:49:27.841Z]  API version:       1.41
10:49:27 [2021-05-03T10:49:27.841Z]  Go version:        go1.13.15
10:49:27 [2021-05-03T10:49:27.841Z]  Git commit:        55c4c88
10:49:27 [2021-05-03T10:49:27.841Z]  Built:             Tue Mar  2 20:19:31 2021
10:49:27 [2021-05-03T10:49:27.841Z]  OS/Arch:           linux/arm64
10:49:27 [2021-05-03T10:49:27.841Z]  Context:           default
10:49:27 [2021-05-03T10:49:27.841Z]  Experimental:      true
10:49:27 [2021-05-03T10:49:27.841Z] 
10:49:27 [2021-05-03T10:49:27.841Z] Server: Docker Engine - Community
10:49:27 [2021-05-03T10:49:27.841Z]  Engine:
10:49:27 [2021-05-03T10:49:27.841Z]   Version:          20.10.5
10:49:27 [2021-05-03T10:49:27.841Z]   API version:      1.41 (minimum version 1.12)
10:49:27 [2021-05-03T10:49:27.841Z]   Go version:       go1.13.15
10:49:27 [2021-05-03T10:49:27.841Z]   Git commit:       363e9a8
10:49:27 [2021-05-03T10:49:27.841Z]   Built:            Tue Mar  2 20:17:22 2021
10:49:27 [2021-05-03T10:49:27.841Z]   OS/Arch:          linux/arm64
10:49:27 [2021-05-03T10:49:27.841Z]   Experimental:     true
10:49:27 [2021-05-03T10:49:27.841Z]  containerd:
10:49:27 [2021-05-03T10:49:27.841Z]   Version:          1.4.4
10:49:27 [2021-05-03T10:49:27.841Z]   GitCommit:        05f951a3781f4f2c1911b05e61c160e9c30eaa8e
10:49:27 [2021-05-03T10:49:27.841Z]  runc:
10:49:27 [2021-05-03T10:49:27.841Z]   Version:          1.0.0-rc93
10:49:27 [2021-05-03T10:49:27.841Z]   GitCommit:        12644e614e25b05da6fd08a38ffa0cfe1903fdec
10:49:27 [2021-05-03T10:49:27.841Z]  docker-init:
10:49:27 [2021-05-03T10:49:27.841Z]   Version:          0.19.0
10:49:27 [2021-05-03T10:49:27.841Z]   GitCommit:        de40ad0
[Pipeline] sh
10:49:27 [2021-05-03T10:49:27.949Z] #40 29.96 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
10:49:28 [2021-05-03T10:49:28.169Z] + docker info
10:49:29 [2021-05-03T10:49:29.648Z] #13 ...
10:49:29 [2021-05-03T10:49:29.648Z] 
10:49:29 [2021-05-03T10:49:29.648Z] #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
10:49:29 [2021-05-03T10:49:29.648Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
10:49:29 [2021-05-03T10:49:29.648Z] #36 46.78 Selecting previously unselected package libicu63:amd64.
10:49:29 [2021-05-03T10:49:29.648Z] #36 46.78 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
10:49:29 [2021-05-03T10:49:29.648Z] #36 46.82 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
10:49:29 [2021-05-03T10:49:29.648Z] #36 52.63 Selecting previously unselected package libxml2:amd64.
10:49:29 [2021-05-03T10:49:29.648Z] #36 52.63 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ...
10:49:29 [2021-05-03T10:49:29.648Z] #36 52.64 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
10:49:29 [2021-05-03T10:49:29.648Z] #36 53.39 Selecting previously unselected package libarchive13:amd64.
10:49:29 [2021-05-03T10:49:29.648Z] #36 53.40 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
10:49:29 [2021-05-03T10:49:29.648Z] #36 53.44 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
10:49:29 [2021-05-03T10:49:29.648Z] #36 54.10 Selecting previously unselected package libjsoncpp1:amd64.
10:49:29 [2021-05-03T10:49:29.648Z] #36 54.11 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
10:49:29 [2021-05-03T10:49:29.648Z] #36 54.13 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
10:49:29 [2021-05-03T10:49:29.648Z] #36 54.40 Selecting previously unselected package librhash0:amd64.
10:49:29 [2021-05-03T10:49:29.648Z] #36 54.46 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
10:49:29 [2021-05-03T10:49:29.648Z] #36 54.56 Unpacking librhash0:amd64 (1.3.8-1) ...
10:49:29 [2021-05-03T10:49:29.648Z] #36 54.82 Selecting previously unselected package libuv1:amd64.
10:49:29 [2021-05-03T10:49:29.648Z] #36 54.82 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ...
10:49:29 [2021-05-03T10:49:29.648Z] #36 54.82 Unpacking libuv1:amd64 (1.24.1-1) ...
10:49:29 [2021-05-03T10:49:29.648Z] #36 54.95 Selecting previously unselected package cmake.
10:49:29 [2021-05-03T10:49:29.648Z] #36 54.96 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
10:49:29 [2021-05-03T10:49:29.648Z] #36 54.97 Unpacking cmake (3.13.4-1) ...
10:49:29 [2021-05-03T10:49:29.757Z] #27 DONE 13.6s
10:49:29 [2021-05-03T10:49:29.757Z] 
10:49:29 [2021-05-03T10:49:29.757Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
10:49:29 [2021-05-03T10:49:29.757Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
10:49:29 [2021-05-03T10:49:29.757Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 6.1s done
10:49:29 [2021-05-03T10:49:29.757Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done
10:49:29 [2021-05-03T10:49:29.757Z] #9 DONE 25.4s
10:49:29 [2021-05-03T10:49:29.757Z] 
10:49:29 [2021-05-03T10:49:29.757Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
10:49:29 [2021-05-03T10:49:29.757Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f
10:49:29 [2021-05-03T10:49:29.757Z] #10 ...
10:49:29 [2021-05-03T10:49:29.757Z] 
10:49:29 [2021-05-03T10:49:29.757Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
10:49:29 [2021-05-03T10:49:29.757Z] #28 sha256:833329e1202b4228f361c747a62d1dc5a7d4dc0dda626359679f6ba300fdc17e
10:49:29 [2021-05-03T10:49:29.757Z] #28 DONE 0.2s
10:49:29 [2021-05-03T10:49:29.757Z] 
10:49:29 [2021-05-03T10:49:29.758Z] #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
10:49:29 [2021-05-03T10:49:29.758Z] #29 sha256:7bf9cfa0f0493d1c6a7f07e28d3fcf1baddfe25a67aa5a36f69679af8b83c837
10:49:29 [2021-05-03T10:49:29.908Z] #36 ...
10:49:29 [2021-05-03T10:49:29.908Z] 
10:49:29 [2021-05-03T10:49:29.908Z] #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
10:49:29 [2021-05-03T10:49:29.908Z] #51 sha256:95189ee2d5889fe842c8d17c3daf9f5d3a3b1cf0afcec135cf458b18cba524c1
10:49:29 [2021-05-03T10:49:29.908Z] #51 46.74 internal/oserror
10:49:29 [2021-05-03T10:49:29.908Z] #51 46.76 bytes
10:49:29 [2021-05-03T10:49:29.908Z] #51 46.87 syscall
10:49:29 [2021-05-03T10:49:29.908Z] #51 48.70 reflect
10:49:29 [2021-05-03T10:49:29.908Z] #51 54.76 time
10:49:29 [2021-05-03T10:49:29.908Z] #51 ...
10:49:29 [2021-05-03T10:49:29.908Z] 
10:49:29 [2021-05-03T10:49:29.908Z] #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
10:49:29 [2021-05-03T10:49:29.908Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:49:29 [2021-05-03T10:49:29.908Z] #13 54.25 Selecting previously unselected package binutils-mingw-w64-x86-64.
10:49:29 [2021-05-03T10:49:29.908Z] #13 54.27 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
10:49:29 [2021-05-03T10:49:29.908Z] #13 54.28 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
10:49:30 [2021-05-03T10:49:30.019Z] #29 ...
10:49:30 [2021-05-03T10:49:30.019Z] 
10:49:30 [2021-05-03T10:49:30.019Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
10:49:30 [2021-05-03T10:49:30.019Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f
10:49:30 [2021-05-03T10:49:30.019Z] #10 DONE 0.8s
10:49:30 [2021-05-03T10:49:30.277Z] 
10:49:30 [2021-05-03T10:49:30.277Z] #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
10:49:30 [2021-05-03T10:49:30.277Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42
10:49:30 [2021-05-03T10:49:30.469Z] #40 ...
10:49:30 [2021-05-03T10:49:30.469Z] 
10:49:30 [2021-05-03T10:49:30.469Z] #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
10:49:30 [2021-05-03T10:49:30.469Z] #58 sha256:087c25f46df60f6b620226ac717f63f375f8529ce6af7b00c292f4d767a65a9a
10:49:30 [2021-05-03T10:49:30.469Z] #58 22.83 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
10:49:30 [2021-05-03T10:49:30.469Z] #58 22.87 go: downloading github.com/u-root/u-root v7.0.0+incompatible
10:49:30 [2021-05-03T10:49:30.469Z] #58 23.04 go: extracting github.com/moby/vpnkit v0.5.0
10:49:30 [2021-05-03T10:49:30.469Z] #58 24.44 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
10:49:30 [2021-05-03T10:49:30.469Z] #58 26.69 go: extracting github.com/urfave/cli/v2 v2.3.0
10:49:30 [2021-05-03T10:49:30.469Z] #58 28.17 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777
10:49:30 [2021-05-03T10:49:30.469Z] #58 ...
10:49:30 [2021-05-03T10:49:30.469Z] 
10:49:30 [2021-05-03T10:49:30.469Z] #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
10:49:30 [2021-05-03T10:49:30.469Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
10:49:30 [2021-05-03T10:49:30.469Z] #55 32.91 Fetched 8441 kB in 24s (353 kB/s)
10:49:30 [2021-05-03T10:49:30.848Z] #11 DONE 0.7s
10:49:30 [2021-05-03T10:49:30.848Z] 
10:49:30 [2021-05-03T10:49:30.848Z] #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
10:49:30 [2021-05-03T10:49:30.848Z] #51 sha256:e901b71a63a78a914d589b7b1e8d048880f8b76b56766c8e93c470b6c423fa9a
10:49:31 [2021-05-03T10:49:31.109Z] #51 ...
10:49:31 [2021-05-03T10:49:31.109Z] 
10:49:31 [2021-05-03T10:49:31.109Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
10:49:31 [2021-05-03T10:49:31.109Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415
10:49:31 [2021-05-03T10:49:31.109Z] #31 DONE 0.4s
10:49:31 [2021-05-03T10:49:31.175Z] #29 DONE 14.9s
10:49:31 [2021-05-03T10:49:31.175Z] 
10:49:31 [2021-05-03T10:49:31.175Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
10:49:31 [2021-05-03T10:49:31.175Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
10:49:31 [2021-05-03T10:49:31.175Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 11.7s done
10:49:31 [2021-05-03T10:49:31.175Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done
10:49:31 [2021-05-03T10:49:31.175Z] #9 DONE 43.7s
10:49:31 [2021-05-03T10:49:31.175Z] 
10:49:31 [2021-05-03T10:49:31.175Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
10:49:31 [2021-05-03T10:49:31.175Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f
10:49:31 [2021-05-03T10:49:31.290Z] #13 ...
10:49:31 [2021-05-03T10:49:31.290Z] 
10:49:31 [2021-05-03T10:49:31.290Z] #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
10:49:31 [2021-05-03T10:49:31.290Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
10:49:31 [2021-05-03T10:49:31.290Z] #36 57.67 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
10:49:31 [2021-05-03T10:49:31.290Z] #36 57.69 Setting up xxd (2:8.1.0875-5) ...
10:49:31 [2021-05-03T10:49:31.290Z] #36 57.71 Setting up libuv1:amd64 (1.24.1-1) ...
10:49:31 [2021-05-03T10:49:31.290Z] #36 57.72 Setting up vim-common (2:8.1.0875-5) ...
10:49:31 [2021-05-03T10:49:31.290Z] #36 57.77 Setting up librhash0:amd64 (1.3.8-1) ...
10:49:31 [2021-05-03T10:49:31.290Z] #36 57.78 Setting up cmake-data (3.13.4-1) ...
10:49:31 [2021-05-03T10:49:31.290Z] #36 57.80 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
10:49:31 [2021-05-03T10:49:31.290Z] #36 57.82 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
10:49:31 [2021-05-03T10:49:31.290Z] #36 57.84 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
10:49:31 [2021-05-03T10:49:31.290Z] #36 57.85 Setting up cmake (3.13.4-1) ...
10:49:31 [2021-05-03T10:49:31.290Z] #36 57.86 Processing triggers for libc-bin (2.28-10) ...
10:49:31 [2021-05-03T10:49:31.290Z] #36 57.99 Processing triggers for mime-support (3.62) ...
10:49:31 [2021-05-03T10:49:31.290Z] #36 DONE 58.5s
10:49:31 [2021-05-03T10:49:31.374Z] 
10:49:31 [2021-05-03T10:49:31.374Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
10:49:31 [2021-05-03T10:49:31.374Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2
10:49:31 [2021-05-03T10:49:31.374Z] #39 DONE 0.4s
10:49:31 [2021-05-03T10:49:31.374Z] 
10:49:31 [2021-05-03T10:49:31.374Z] #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
10:49:31 [2021-05-03T10:49:31.374Z] #29 sha256:7bf9cfa0f0493d1c6a7f07e28d3fcf1baddfe25a67aa5a36f69679af8b83c837
10:49:31 [2021-05-03T10:49:31.374Z] #29 0.897 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
10:49:31 [2021-05-03T10:49:31.374Z] #29 0.976 
10:49:31 [2021-05-03T10:49:31.374Z] #29 1.088 
############                                                              17.6%
###########################                                               37.5%
#########################################                                 57.4%
#######################################################                   77.2%
###################################################################       93.5%
######################################################################## 100.0%
10:49:31 [2021-05-03T10:49:31.374Z] #29 1.620 
10:49:31 [2021-05-03T10:49:31.374Z] #29 1.731 
############################################                              61.3%
######################################################################## 100.0%
10:49:31 [2021-05-03T10:49:31.553Z] 
10:49:31 [2021-05-03T10:49:31.553Z] #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
10:49:31 [2021-05-03T10:49:31.553Z] #37 sha256:4612f663db9c0ab0c459b6d92d5f7bd7eaf9f03409ecd9b6928e9592ee710dbd
10:49:31 [2021-05-03T10:49:31.635Z] #29 2.014 
10:49:31 [2021-05-03T10:49:31.746Z] #10 DONE 1.0s
10:49:31 [2021-05-03T10:49:31.746Z] 
10:49:31 [2021-05-03T10:49:31.746Z] #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
10:49:31 [2021-05-03T10:49:31.746Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42
10:49:31 [2021-05-03T10:49:31.894Z] #29 2.158 
##################                                                        25.1%
##################################################################        92.1%
######################################################################## 100.0%
10:49:31 [2021-05-03T10:49:31.894Z] #29 2.399 
10:49:31 [2021-05-03T10:49:31.901Z] #55 32.91 Reading package lists...
10:49:31 [2021-05-03T10:49:31.901Z] #55 ...
10:49:31 [2021-05-03T10:49:31.901Z] 
10:49:31 [2021-05-03T10:49:31.901Z] #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
10:49:31 [2021-05-03T10:49:31.901Z] #51 sha256:41ef245701595d35071486a1641080ced55cb70b1fcca4ecc01b91f56eac9656
10:49:31 [2021-05-03T10:49:31.901Z] #51 24.23 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
10:49:31 [2021-05-03T10:49:31.901Z] #51 25.96 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
10:49:31 [2021-05-03T10:49:31.901Z] #51 27.64 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
10:49:31 [2021-05-03T10:49:31.901Z] #51 28.07 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
10:49:31 [2021-05-03T10:49:31.901Z] #51 28.48 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
10:49:31 [2021-05-03T10:49:31.901Z] #51 28.60 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
10:49:31 [2021-05-03T10:49:31.901Z] #51 30.09 runtime/cgo
10:49:31 [2021-05-03T10:49:31.901Z] #51 30.09 runtime
10:49:31 [2021-05-03T10:49:31.901Z] #51 ...
10:49:31 [2021-05-03T10:49:31.901Z] 
10:49:31 [2021-05-03T10:49:31.901Z] #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
10:49:31 [2021-05-03T10:49:31.901Z] #67 sha256:ab82230a81c2b9f1a46338963c25f4f0f9ba7277d91eba877ec7086979ff347b
10:49:32 [2021-05-03T10:49:32.171Z] #67 33.51 Checking out files:  43% (827/1905)   
Checking out files:  44% (839/1905)   
Checking out files:  45% (858/1905)   
Checking out files:  46% (877/1905)   
Checking out files:  47% (896/1905)   
Checking out files:  48% (915/1905)   
Checking out files:  49% (934/1905)   
Checking out files:  50% (953/1905)   
Checking out files:  51% (972/1905)   
Checking out files:  52% (991/1905)   
Checking out files:  53% (1010/1905)   
Checking out files:  54% (1029/1905)   
Checking out files:  55% (1048/1905)   
Checking out files:  56% (1067/1905)   
Checking out files:  57% (1086/1905)   
Checking out files:  58% (1105/1905)   
Checking out files:  59% (1124/1905)   
Checking out files:  60% (1143/1905)   
Checking out files:  61% (1163/1905)   
Checking out files:  62% (1182/1905)   
Checking out files:  63% (1201/1905)   
Checking out files:  64% (1220/1905)   
Checking out files:  65% (1239/1905)   
Checking out files:  66% (1258/1905)   
Checking out files:  67% (1277/1905)   
Checking out files:  68% (1296/1905)   
Checking out files:  69% (1315/1905)   
Checking out files:  70% (1334/1905)   
Checking out files:  71% (1353/1905)   
Checking out files:  72% (1372/1905)   
Checking out files:  73% (1391/1905)   
Checking out files:  74% (1410/1905)   
Checking out files:  75% (1429/1905)   
Checking out files:  76% (1448/1905)   
Checking out files:  77% (1467/1905)   
Checking out files:  78% (1486/1905)   
Checking out files:  79% (1505/1905)   
Checking out files:  80% (1524/1905)   
Checking out files:  81% (1544/1905)   
Checking out files:  82% (1563/1905)   
Checking out files:  83% (1582/1905)   
Checking out files:  84% (1601/1905)   
Checking out files:  85% (1620/1905)   
Checking out files:  86% (1639/1905)   
Checking out files:  87% (1658/1905)   
Checking out files:  88% (1677/1905)   
Checking out files:  89% (1696/1905)   
Checking out files:  90% (1715/1905)   
Checking out files:  91% (1734/1905)   
Checking out files:  92% (1753/1905)   
Checking out files:  93% (1772/1905)   
Checking out files:  93% (1773/1905)   
Checking out files:  94% (1791/1905)   
Checking out files:  95% (1810/1905)   
Checking out files:  96% (1829/1905)   
Checking out files:  97% (1848/1905)   
Checking out files:  98% (1867/1905)   
Checking out files:  99% (1886/1905)   
Checking out files: 100% (1905/1905)   
Checking out files: 100% (1905/1905), done.
10:49:32 [2021-05-03T10:49:32.438Z] #67 34.83 + cd /tmp/tmp.NZzsZgFfvx/src/github.com/docker/libnetwork
10:49:32 [2021-05-03T10:49:32.438Z] #67 34.84 + git checkout -q b3507428be5b458cb0e2b4086b13531fb0706e46
10:49:32 [2021-05-03T10:49:32.497Z] #37 1.076 + RM_GOPATH=0
10:49:32 [2021-05-03T10:49:32.497Z] #37 1.077 + TMP_GOPATH=
10:49:32 [2021-05-03T10:49:32.497Z] #37 1.077 + : /build
10:49:32 [2021-05-03T10:49:32.497Z] #37 1.078 + '[' -z '' ']'
10:49:32 [2021-05-03T10:49:32.497Z] #37 1.078 ++ mktemp -d
10:49:32 [2021-05-03T10:49:32.497Z] #37 1.080 + export GOPATH=/tmp/tmp.fFjF35i2dJ
10:49:32 [2021-05-03T10:49:32.497Z] #37 1.080 + GOPATH=/tmp/tmp.fFjF35i2dJ
10:49:32 [2021-05-03T10:49:32.497Z] #37 1.080 + RM_GOPATH=1
10:49:32 [2021-05-03T10:49:32.497Z] #37 1.080 + case "$(go env GOARCH)" in
10:49:32 [2021-05-03T10:49:32.497Z] #37 1.081 ++ go env GOARCH
10:49:32 [2021-05-03T10:49:32.497Z] #37 1.107 + export GO_BUILDMODE=-buildmode=pie
10:49:32 [2021-05-03T10:49:32.497Z] #37 1.107 + GO_BUILDMODE=-buildmode=pie
10:49:32 [2021-05-03T10:49:32.497Z] #37 1.109 ++ dirname /tmp/install/install.sh
10:49:32 [2021-05-03T10:49:32.497Z] #37 1.122 + dir=/tmp/install
10:49:32 [2021-05-03T10:49:32.497Z] #37 1.122 + bin=tini
10:49:32 [2021-05-03T10:49:32.497Z] #37 1.122 + shift
10:49:32 [2021-05-03T10:49:32.497Z] #37 1.122 + '[' '!' -f /tmp/install/tini.installer ']'
10:49:32 [2021-05-03T10:49:32.497Z] #37 1.122 + . /tmp/install/tini.installer
10:49:32 [2021-05-03T10:49:32.497Z] #37 1.122 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
10:49:32 [2021-05-03T10:49:32.497Z] #37 1.122 + install_tini
10:49:32 [2021-05-03T10:49:32.497Z] #37 1.123 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
10:49:32 [2021-05-03T10:49:32.497Z] #37 1.123 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
10:49:32 [2021-05-03T10:49:32.497Z] #37 1.123 + git clone https://github.com/krallin/tini.git /tmp/tmp.fFjF35i2dJ/tini
10:49:32 [2021-05-03T10:49:32.497Z] #37 1.125 Cloning into '/tmp/tmp.fFjF35i2dJ/tini'...
10:49:32 [2021-05-03T10:49:32.676Z] #29 2.601 
######                                                                     9.5%
######################                                                    31.9%
#################################                                         46.8%
###############################################                           65.3%
#################################################################         90.6%
######################################################################## 100.0%
10:49:32 [2021-05-03T10:49:32.676Z] #29 3.185 
10:49:32 [2021-05-03T10:49:32.684Z] #11 DONE 1.0s
10:49:32 [2021-05-03T10:49:32.704Z] #67 35.21 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
10:49:32 [2021-05-03T10:49:32.943Z] 
10:49:32 [2021-05-03T10:49:32.943Z] #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
10:49:32 [2021-05-03T10:49:32.943Z] #58 sha256:e6b8a9717b927bb5a5a04efeb11b16b02d2b69023de103d60a65e1836e402880
10:49:33 [2021-05-03T10:49:33.069Z] #37 1.874 + cd /tmp/tmp.fFjF35i2dJ/tini
10:49:33 [2021-05-03T10:49:33.204Z] #58 ...
10:49:33 [2021-05-03T10:49:33.204Z] 
10:49:33 [2021-05-03T10:49:33.204Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
10:49:33 [2021-05-03T10:49:33.204Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415
10:49:33 [2021-05-03T10:49:33.204Z] #31 DONE 0.3s
10:49:33 [2021-05-03T10:49:33.204Z] 
10:49:33 [2021-05-03T10:49:33.204Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
10:49:33 [2021-05-03T10:49:33.204Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2
10:49:33 [2021-05-03T10:49:33.204Z] #39 DONE 0.3s
10:49:33 [2021-05-03T10:49:33.204Z] 
10:49:33 [2021-05-03T10:49:33.205Z] #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
10:49:33 [2021-05-03T10:49:33.205Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
10:49:33 [2021-05-03T10:49:33.330Z] #37 1.874 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
10:49:33 [2021-05-03T10:49:33.330Z] #37 1.897 + cmake .
10:49:33 [2021-05-03T10:49:33.903Z] #37 2.465 -- The C compiler identification is GNU 8.3.0
10:49:33 [2021-05-03T10:49:33.903Z] #37 2.538 -- Check for working C compiler: /usr/bin/cc
10:49:34 [2021-05-03T10:49:34.473Z] #37 3.295 -- Check for working C compiler: /usr/bin/cc -- works
10:49:34 [2021-05-03T10:49:34.734Z] #37 3.296 -- Detecting C compiler ABI info
10:49:34 [2021-05-03T10:49:34.765Z] #29 3.312 
#                                                                          2.2%
######                                                                     9.6%
##########                                                                14.8%
##############                                                            20.8%
##################                                                        25.4%
######################                                                    31.2%
##########################                                                36.3%
##############################                                            41.8%
#################################                                         47.0%
#####################################                                     52.2%
#########################################                                 57.4%
#############################################                             62.6%
#################################################                         68.4%
####################################################                      73.6%
########################################################                  78.8%
############################################################              84.0%
################################################################          89.2%
###################################################################       94.4%
#######################################################################   99.6%
######################################################################## 100.0%
10:49:34 [2021-05-03T10:49:34.765Z] #29 5.182 
10:49:35 [2021-05-03T10:49:35.025Z] #29 5.587 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
10:49:35 [2021-05-03T10:49:35.285Z] #29 5.699 
10:49:35 [2021-05-03T10:49:35.285Z] #29 5.764 
######################################################################## 100.0%
10:49:35 [2021-05-03T10:49:35.285Z] #29 5.793 
10:49:35 [2021-05-03T10:49:35.547Z] #29 6.074 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
10:49:35 [2021-05-03T10:49:35.547Z] #29 6.148 
10:49:35 [2021-05-03T10:49:35.684Z] #37 4.112 -- Detecting C compiler ABI info - done
10:49:35 [2021-05-03T10:49:35.684Z] #37 4.169 -- Detecting C compile features
10:49:35 [2021-05-03T10:49:35.808Z] #29 6.249 
######################################################################## 100.0%
10:49:35 [2021-05-03T10:49:35.808Z] #29 6.275 
10:49:35 [2021-05-03T10:49:35.951Z] #37 ...
10:49:35 [2021-05-03T10:49:35.951Z] 
10:49:35 [2021-05-03T10:49:35.951Z] #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
10:49:35 [2021-05-03T10:49:35.951Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
10:49:35 [2021-05-03T10:49:35.951Z] #42 53.11 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ...
10:49:35 [2021-05-03T10:49:35.951Z] #42 53.22 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
10:49:35 [2021-05-03T10:49:35.951Z] #42 53.27 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
10:49:35 [2021-05-03T10:49:35.951Z] #42 53.31 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
10:49:35 [2021-05-03T10:49:35.951Z] #42 53.34 Setting up python-six (1.12.0-1) ...
10:49:35 [2021-05-03T10:49:35.951Z] #42 57.12 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
10:49:35 [2021-05-03T10:49:35.951Z] #42 57.14 Setting up libnl-3-200:amd64 (3.4.0-1) ...
10:49:35 [2021-05-03T10:49:35.951Z] #42 57.17 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
10:49:35 [2021-05-03T10:49:35.951Z] #42 57.19 Setting up libcap-dev:amd64 (1:2.25-2) ...
10:49:35 [2021-05-03T10:49:35.951Z] #42 57.21 Setting up libprotoc17:amd64 (3.6.1.3-2) ...
10:49:35 [2021-05-03T10:49:35.951Z] #42 57.23 Setting up protobuf-compiler (3.6.1.3-2) ...
10:49:35 [2021-05-03T10:49:35.951Z] #42 57.25 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
10:49:35 [2021-05-03T10:49:35.951Z] #42 57.26 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ...
10:49:35 [2021-05-03T10:49:35.951Z] #42 57.29 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
10:49:35 [2021-05-03T10:49:35.951Z] #42 57.30 Setting up python-protobuf (3.6.1.3-2) ...
10:49:35 [2021-05-03T10:49:35.951Z] #42 ...
10:49:35 [2021-05-03T10:49:35.951Z] 
10:49:35 [2021-05-03T10:49:35.951Z] #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
10:49:35 [2021-05-03T10:49:35.951Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:49:35 [2021-05-03T10:49:35.951Z] #13 56.95 Selecting previously unselected package binutils-mingw-w64.
10:49:35 [2021-05-03T10:49:35.951Z] #13 56.96 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
10:49:35 [2021-05-03T10:49:35.951Z] #13 56.97 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
10:49:35 [2021-05-03T10:49:35.951Z] #13 57.12 Selecting previously unselected package libdevmapper1.02.1:amd64.
10:49:35 [2021-05-03T10:49:35.951Z] #13 57.13 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
10:49:35 [2021-05-03T10:49:35.951Z] #13 57.14 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
10:49:35 [2021-05-03T10:49:35.951Z] #13 57.32 Selecting previously unselected package dmsetup.
10:49:35 [2021-05-03T10:49:35.951Z] #13 57.33 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
10:49:35 [2021-05-03T10:49:35.951Z] #13 57.33 Unpacking dmsetup (2:1.02.155-3) ...
10:49:35 [2021-05-03T10:49:35.951Z] #13 57.52 Selecting previously unselected package mingw-w64-common.
10:49:35 [2021-05-03T10:49:35.951Z] #13 57.52 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
10:49:35 [2021-05-03T10:49:35.951Z] #13 57.54 Unpacking mingw-w64-common (6.0.0-3) ...
10:49:36 [2021-05-03T10:49:36.070Z] #29 6.590 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)...
10:49:36 [2021-05-03T10:49:36.070Z] #29 6.674 
10:49:36 [2021-05-03T10:49:36.867Z] #29 6.820 
#######                                                                   10.8%
#######################                                                   32.4%
###################################                                       49.0%
#################################################                         68.2%
#############################################################             85.6%
######################################################################## 100.0%
10:49:36 [2021-05-03T10:49:36.867Z] #29 7.300 
10:49:36 [2021-05-03T10:49:36.896Z] #13 ...
10:49:36 [2021-05-03T10:49:36.896Z] 
10:49:36 [2021-05-03T10:49:36.896Z] #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
10:49:36 [2021-05-03T10:49:36.896Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
10:49:36 [2021-05-03T10:49:36.896Z] #42 63.32 Setting up libnl-3-dev:amd64 (3.4.0-1) ...
10:49:36 [2021-05-03T10:49:36.896Z] #42 63.35 Processing triggers for libc-bin (2.28-10) ...
10:49:36 [2021-05-03T10:49:36.896Z] #42 DONE 64.1s
10:49:37 [2021-05-03T10:49:37.161Z] 
10:49:37 [2021-05-03T10:49:37.161Z] #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
10:49:37 [2021-05-03T10:49:37.161Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:49:37 [2021-05-03T10:49:37.437Z] #29 ...
10:49:37 [2021-05-03T10:49:37.437Z] 
10:49:37 [2021-05-03T10:49:37.437Z] #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
10:49:37 [2021-05-03T10:49:37.437Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9
10:49:37 [2021-05-03T10:49:37.437Z] #12 DONE 6.5s
10:49:37 [2021-05-03T10:49:37.437Z] 
10:49:37 [2021-05-03T10:49:37.438Z] #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
10:49:37 [2021-05-03T10:49:37.438Z] #29 sha256:7bf9cfa0f0493d1c6a7f07e28d3fcf1baddfe25a67aa5a36f69679af8b83c837
10:49:37 [2021-05-03T10:49:37.438Z] #29 7.777 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
10:49:37 [2021-05-03T10:49:37.438Z] #29 ...
10:49:37 [2021-05-03T10:49:37.438Z] 
10:49:37 [2021-05-03T10:49:37.438Z] #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
10:49:37 [2021-05-03T10:49:37.438Z] #51 sha256:e901b71a63a78a914d589b7b1e8d048880f8b76b56766c8e93c470b6c423fa9a
10:49:37 [2021-05-03T10:49:37.438Z] #51 6.511 + RM_GOPATH=0
10:49:37 [2021-05-03T10:49:37.438Z] #51 6.511 + TMP_GOPATH=
10:49:37 [2021-05-03T10:49:37.438Z] #51 6.511 + : /build
10:49:37 [2021-05-03T10:49:37.438Z] #51 6.511 + '[' -z '' ']'
10:49:37 [2021-05-03T10:49:37.438Z] #51 6.511 ++ mktemp -d
10:49:37 [2021-05-03T10:49:37.438Z] #51 6.511 + export GOPATH=/tmp/tmp.eeKTCNv1bl
10:49:37 [2021-05-03T10:49:37.438Z] #51 6.511 + GOPATH=/tmp/tmp.eeKTCNv1bl
10:49:37 [2021-05-03T10:49:37.438Z] #51 6.511 + RM_GOPATH=1
10:49:37 [2021-05-03T10:49:37.438Z] #51 6.511 + case "$(go env GOARCH)" in
10:49:37 [2021-05-03T10:49:37.438Z] #51 6.511 ++ go env GOARCH
10:49:37 [2021-05-03T10:49:37.438Z] #51 6.532 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
10:49:37 [2021-05-03T10:49:37.438Z] #51 6.532 + export GO_BUILDMODE=-buildmode=pie
10:49:37 [2021-05-03T10:49:37.438Z] #51 6.532 + GO_BUILDMODE=-buildmode=pie
10:49:37 [2021-05-03T10:49:37.438Z] #51 6.532 ++ dirname /tmp/install/install.sh
10:49:37 [2021-05-03T10:49:37.438Z] #51 6.532 + dir=/tmp/install
10:49:37 [2021-05-03T10:49:37.438Z] #51 6.532 + bin=shfmt
10:49:37 [2021-05-03T10:49:37.438Z] #51 6.532 + shift
10:49:37 [2021-05-03T10:49:37.438Z] #51 6.532 + '[' '!' -f /tmp/install/shfmt.installer ']'
10:49:37 [2021-05-03T10:49:37.438Z] #51 6.532 + . /tmp/install/shfmt.installer
10:49:37 [2021-05-03T10:49:37.438Z] #51 6.532 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
10:49:37 [2021-05-03T10:49:37.438Z] #51 6.532 + install_shfmt
10:49:37 [2021-05-03T10:49:37.438Z] #51 6.532 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
10:49:37 [2021-05-03T10:49:37.438Z] #51 6.532 + git clone https://github.com/mvdan/sh.git /tmp/tmp.eeKTCNv1bl/src/github.com/mvdan/sh
10:49:37 [2021-05-03T10:49:37.438Z] #51 6.532 Cloning into '/tmp/tmp.eeKTCNv1bl/src/github.com/mvdan/sh'...
10:49:37 [2021-05-03T10:49:37.959Z] #67 ...
10:49:37 [2021-05-03T10:49:37.959Z] 
10:49:37 [2021-05-03T10:49:37.959Z] #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
10:49:37 [2021-05-03T10:49:37.959Z] #49 sha256:bb9a44ada7999bf3a3dfd509e3782559d4eedc16639da928020de7d918d7609c
10:49:37 [2021-05-03T10:49:37.959Z] #49 29.65 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
10:49:37 [2021-05-03T10:49:37.959Z] #49 36.28 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
10:49:37 [2021-05-03T10:49:37.959Z] #49 36.36 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
10:49:37 [2021-05-03T10:49:37.959Z] #49 37.28 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
10:49:37 [2021-05-03T10:49:37.959Z] #49 37.32 go: downloading github.com/uudashr/gocognit v1.0.1
10:49:37 [2021-05-03T10:49:37.959Z] #49 37.40 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
10:49:37 [2021-05-03T10:49:37.959Z] #49 37.40 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
10:49:37 [2021-05-03T10:49:37.959Z] #49 37.55 go: downloading github.com/kisielk/gotool v1.0.0
10:49:37 [2021-05-03T10:49:37.959Z] #49 37.55 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
10:49:37 [2021-05-03T10:49:37.959Z] #49 37.64 go: downloading github.com/sourcegraph/go-diff v0.5.1
10:49:37 [2021-05-03T10:49:37.959Z] #49 37.65 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
10:49:37 [2021-05-03T10:49:37.959Z] #49 37.65 go: downloading github.com/go-toolsmith/astp v1.0.0
10:49:37 [2021-05-03T10:49:37.959Z] #49 37.75 go: extracting github.com/uudashr/gocognit v1.0.1
10:49:37 [2021-05-03T10:49:37.959Z] #49 37.87 go: extracting github.com/go-toolsmith/astp v1.0.0
10:49:37 [2021-05-03T10:49:37.959Z] #49 37.91 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
10:49:37 [2021-05-03T10:49:37.959Z] #49 38.15 go: downloading github.com/go-toolsmith/astequal v1.0.0
10:49:37 [2021-05-03T10:49:37.959Z] #49 38.30 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
10:49:37 [2021-05-03T10:49:37.959Z] #49 38.39 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
10:49:37 [2021-05-03T10:49:37.959Z] #49 38.42 go: extracting github.com/kisielk/gotool v1.0.0
10:49:37 [2021-05-03T10:49:37.959Z] #49 38.53 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
10:49:37 [2021-05-03T10:49:37.959Z] #49 38.59 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
10:49:37 [2021-05-03T10:49:37.959Z] #49 38.60 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
10:49:37 [2021-05-03T10:49:37.959Z] #49 38.68 go: extracting github.com/go-toolsmith/astequal v1.0.0
10:49:37 [2021-05-03T10:49:37.959Z] #49 38.68 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
10:49:37 [2021-05-03T10:49:37.959Z] #49 38.72 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
10:49:37 [2021-05-03T10:49:37.959Z] #49 38.85 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
10:49:37 [2021-05-03T10:49:37.959Z] #49 39.03 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
10:49:37 [2021-05-03T10:49:37.959Z] #49 39.42 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
10:49:37 [2021-05-03T10:49:37.959Z] #49 39.57 go: extracting github.com/sourcegraph/go-diff v0.5.1
10:49:37 [2021-05-03T10:49:37.959Z] #49 39.65 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
10:49:37 [2021-05-03T10:49:37.959Z] #49 39.67 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
10:49:37 [2021-05-03T10:49:37.959Z] #49 39.79 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
10:49:37 [2021-05-03T10:49:37.959Z] #49 39.85 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
10:49:37 [2021-05-03T10:49:37.959Z] #49 39.87 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
10:49:37 [2021-05-03T10:49:37.959Z] #49 40.06 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
10:49:37 [2021-05-03T10:49:37.959Z] #49 40.12 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
10:49:37 [2021-05-03T10:49:37.959Z] #49 40.45 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
10:49:37 [2021-05-03T10:49:37.959Z] #49 40.54 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
10:49:38 [2021-05-03T10:49:38.216Z] #49 40.59 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
10:49:38 [2021-05-03T10:49:38.216Z] #49 40.60 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
10:49:38 [2021-05-03T10:49:38.216Z] #49 40.61 go: extracting golang.org/x/text v0.3.2
10:49:38 [2021-05-03T10:49:38.216Z] #49 40.77 go: downloading github.com/gobwas/glob v0.2.3
10:49:38 [2021-05-03T10:49:38.216Z] #49 40.78 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
10:49:38 [2021-05-03T10:49:38.216Z] #49 40.79 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
10:49:38 [2021-05-03T10:49:38.506Z] #40 ...
10:49:38 [2021-05-03T10:49:38.506Z] 
10:49:38 [2021-05-03T10:49:38.506Z] #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
10:49:38 [2021-05-03T10:49:38.506Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9
10:49:38 [2021-05-03T10:49:38.506Z] #12 DONE 4.9s
10:49:38 [2021-05-03T10:49:38.506Z] 
10:49:38 [2021-05-03T10:49:38.506Z] #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
10:49:38 [2021-05-03T10:49:38.506Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:49:38 [2021-05-03T10:49:38.508Z] #49 40.93 go: downloading github.com/go-toolsmith/astcopy v1.0.0
10:49:38 [2021-05-03T10:49:38.508Z] #49 40.95 go: extracting github.com/gobwas/glob v0.2.3
10:49:38 [2021-05-03T10:49:38.508Z] #49 41.08 go: extracting github.com/go-toolsmith/astcopy v1.0.0
10:49:38 [2021-05-03T10:49:38.768Z] #49 41.11 go: downloading github.com/ultraware/whitespace v0.0.4
10:49:38 [2021-05-03T10:49:38.768Z] #49 ...
10:49:38 [2021-05-03T10:49:38.768Z] 
10:49:38 [2021-05-03T10:49:38.768Z] #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
10:49:38 [2021-05-03T10:49:38.768Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
10:49:38 [2021-05-03T10:49:38.768Z] #55 32.91 Reading package lists...
10:49:39 [2021-05-03T10:49:39.078Z] #43 2.317 Note: Building without setproctitle() and strlcpy() support.
10:49:39 [2021-05-03T10:49:39.078Z] #43 ...
10:49:39 [2021-05-03T10:49:39.078Z] 
10:49:39 [2021-05-03T10:49:39.078Z] #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
10:49:39 [2021-05-03T10:49:39.078Z] #45 sha256:3c300042d3325d05ae0fd5f6c25145d6aaf7594723399bc80e89aa7cb3b81cad
10:49:39 [2021-05-03T10:49:39.078Z] #45 56.28 time
10:49:39 [2021-05-03T10:49:39.078Z] #45 61.02 internal/poll
10:49:39 [2021-05-03T10:49:39.078Z] #45 61.05 internal/fmtsort
10:49:39 [2021-05-03T10:49:39.078Z] #45 61.70 internal/syscall/execenv
10:49:39 [2021-05-03T10:49:39.078Z] #45 61.89 internal/syscall/unix
10:49:39 [2021-05-03T10:49:39.078Z] #45 62.16 strings
10:49:39 [2021-05-03T10:49:39.078Z] #45 63.26 os
10:49:39 [2021-05-03T10:49:39.078Z] #45 64.82 regexp/syntax
10:49:39 [2021-05-03T10:49:39.339Z] #45 ...
10:49:39 [2021-05-03T10:49:39.339Z] 
10:49:39 [2021-05-03T10:49:39.339Z] #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
10:49:39 [2021-05-03T10:49:39.339Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:49:39 [2021-05-03T10:49:39.339Z] #43 2.317 Note: Building without setproctitle() and strlcpy() support.
10:49:39 [2021-05-03T10:49:39.339Z] #43 2.318       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
10:49:39 [2021-05-03T10:49:39.339Z] #43 2.353 Note: Building without GnuTLS support
10:49:39 [2021-05-03T10:49:39.339Z] #43 2.361 Makefile.config:39: Warn: you have no libnftables installed
10:49:39 [2021-05-03T10:49:39.339Z] #43 2.361 Makefile.config:40: Warn: Building without nftables support
10:49:40 [2021-05-03T10:49:40.155Z] #51 ...
10:49:40 [2021-05-03T10:49:40.155Z] 
10:49:40 [2021-05-03T10:49:40.155Z] #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
10:49:40 [2021-05-03T10:49:40.155Z] #29 sha256:7bf9cfa0f0493d1c6a7f07e28d3fcf1baddfe25a67aa5a36f69679af8b83c837
10:49:40 [2021-05-03T10:49:40.155Z] #29 8.050 
10:49:40 [2021-05-03T10:49:40.155Z] #29 8.248 
######################################################################## 100.0%
10:49:40 [2021-05-03T10:49:40.155Z] #29 8.394 
10:49:40 [2021-05-03T10:49:40.155Z] #29 9.054 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
10:49:40 [2021-05-03T10:49:40.155Z] #29 9.575 
10:49:40 [2021-05-03T10:49:40.155Z] #29 9.723 
######################################################################## 100.0%
10:49:40 [2021-05-03T10:49:40.155Z] #29 9.846 
10:49:40 [2021-05-03T10:49:40.155Z] #29 9.982 Download of images into '/build' complete.
10:49:40 [2021-05-03T10:49:40.155Z] #29 9.982 Use something like the following to load the result into a Docker daemon:
10:49:40 [2021-05-03T10:49:40.155Z] #29 9.982   tar -cC '/build' . | docker load
10:49:40 [2021-05-03T10:49:40.155Z] #29 DONE 10.6s
10:49:40 [2021-05-03T10:49:40.155Z] 
10:49:40 [2021-05-03T10:49:40.155Z] #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
10:49:40 [2021-05-03T10:49:40.155Z] #47 sha256:ff9bf7d7edfc3edb9336dffc6d7e4949753fd7c26c351cbfc09ae9ffe2fb44fe
10:49:40 [2021-05-03T10:49:40.155Z] #47 6.218 + RM_GOPATH=0
10:49:40 [2021-05-03T10:49:40.155Z] #47 6.218 + TMP_GOPATH=
10:49:40 [2021-05-03T10:49:40.155Z] #47 6.218 + : /build
10:49:40 [2021-05-03T10:49:40.155Z] #47 6.218 + '[' -z '' ']'
10:49:40 [2021-05-03T10:49:40.155Z] #47 6.218 ++ mktemp -d
10:49:40 [2021-05-03T10:49:40.155Z] #47 6.218 + export GOPATH=/tmp/tmp.sNT0i4Xmwv
10:49:40 [2021-05-03T10:49:40.155Z] #47 6.218 + GOPATH=/tmp/tmp.sNT0i4Xmwv
10:49:40 [2021-05-03T10:49:40.155Z] #47 6.218 + RM_GOPATH=1
10:49:40 [2021-05-03T10:49:40.155Z] #47 6.218 + case "$(go env GOARCH)" in
10:49:40 [2021-05-03T10:49:40.155Z] #47 6.218 ++ go env GOARCH
10:49:40 [2021-05-03T10:49:40.155Z] #47 6.233 + export GO_BUILDMODE=-buildmode=pie
10:49:40 [2021-05-03T10:49:40.155Z] #47 6.233 + GO_BUILDMODE=-buildmode=pie
10:49:40 [2021-05-03T10:49:40.155Z] #47 6.236 ++ dirname /tmp/install/install.sh
10:49:40 [2021-05-03T10:49:40.155Z] #47 6.236 + dir=/tmp/install
10:49:40 [2021-05-03T10:49:40.155Z] #47 6.236 + bin=gotestsum
10:49:40 [2021-05-03T10:49:40.155Z] #47 6.236 + shift
10:49:40 [2021-05-03T10:49:40.155Z] #47 6.236 + '[' '!' -f /tmp/install/gotestsum.installer ']'
10:49:40 [2021-05-03T10:49:40.155Z] #47 6.236 + . /tmp/install/gotestsum.installer
10:49:40 [2021-05-03T10:49:40.155Z] #47 6.236 ++ : v0.5.3
10:49:40 [2021-05-03T10:49:40.155Z] #47 6.236 + install_gotestsum
10:49:40 [2021-05-03T10:49:40.155Z] #47 6.236 + set -e
10:49:40 [2021-05-03T10:49:40.155Z] #47 6.236 + export GO111MODULE=on
10:49:40 [2021-05-03T10:49:40.155Z] #47 6.236 + GO111MODULE=on
10:49:40 [2021-05-03T10:49:40.155Z] #47 6.236 + GOBIN=/build
10:49:40 [2021-05-03T10:49:40.155Z] #47 6.236 + go get gotest.tools/gotestsum@v0.5.3
10:49:40 [2021-05-03T10:49:40.155Z] #47 6.339 go: finding gotest.tools v0.5.3
10:49:40 [2021-05-03T10:49:40.155Z] #47 6.339 go: finding gotest.tools/gotestsum v0.5.3
10:49:40 [2021-05-03T10:49:40.155Z] #47 7.322 go: downloading gotest.tools/gotestsum v0.5.3
10:49:40 [2021-05-03T10:49:40.155Z] #47 7.887 go: extracting gotest.tools/gotestsum v0.5.3
10:49:40 [2021-05-03T10:49:40.155Z] #47 8.548 go: downloading github.com/pkg/errors v0.9.1
10:49:40 [2021-05-03T10:49:40.155Z] #47 8.570 go: downloading github.com/spf13/pflag v1.0.3
10:49:40 [2021-05-03T10:49:40.155Z] #47 8.572 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
10:49:40 [2021-05-03T10:49:40.155Z] #47 8.704 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
10:49:40 [2021-05-03T10:49:40.155Z] #47 8.724 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
10:49:40 [2021-05-03T10:49:40.155Z] #47 8.724 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
10:49:40 [2021-05-03T10:49:40.155Z] #47 8.728 go: downloading github.com/fatih/color v1.9.0
10:49:40 [2021-05-03T10:49:40.155Z] #47 8.796 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
10:49:40 [2021-05-03T10:49:40.155Z] #47 8.805 go: extracting github.com/pkg/errors v0.9.1
10:49:40 [2021-05-03T10:49:40.155Z] #47 9.099 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
10:49:40 [2021-05-03T10:49:40.155Z] #47 9.099 go: downloading github.com/jonboulle/clockwork v0.1.0
10:49:40 [2021-05-03T10:49:40.155Z] #47 9.188 go: extracting github.com/spf13/pflag v1.0.3
10:49:40 [2021-05-03T10:49:40.155Z] #47 9.253 go: extracting github.com/fatih/color v1.9.0
10:49:40 [2021-05-03T10:49:40.155Z] #47 9.260 go: downloading github.com/mattn/go-colorable v0.1.6
10:49:40 [2021-05-03T10:49:40.155Z] #47 9.260 go: downloading github.com/mattn/go-isatty v0.0.12
10:49:40 [2021-05-03T10:49:40.155Z] #47 9.260 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
10:49:40 [2021-05-03T10:49:40.266Z] #55 41.78 Reading package lists...
10:49:40 [2021-05-03T10:49:40.266Z] #55 ...
10:49:40 [2021-05-03T10:49:40.266Z] 
10:49:40 [2021-05-03T10:49:40.266Z] #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
10:49:40 [2021-05-03T10:49:40.266Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
10:49:40 [2021-05-03T10:49:40.266Z] #36 32.46 Fetched 8441 kB in 25s (342 kB/s)
10:49:40 [2021-05-03T10:49:40.266Z] #36 32.46 Reading package lists...
10:49:40 [2021-05-03T10:49:40.266Z] #36 41.78 Reading package lists...
10:49:40 [2021-05-03T10:49:40.266Z] #36 ...
10:49:40 [2021-05-03T10:49:40.266Z] 
10:49:40 [2021-05-03T10:49:40.266Z] #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
10:49:40 [2021-05-03T10:49:40.266Z] #49 sha256:bb9a44ada7999bf3a3dfd509e3782559d4eedc16639da928020de7d918d7609c
10:49:40 [2021-05-03T10:49:40.266Z] #49 41.36 go: extracting github.com/ultraware/whitespace v0.0.4
10:49:40 [2021-05-03T10:49:40.266Z] #49 41.39 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
10:49:40 [2021-05-03T10:49:40.266Z] #49 41.42 go: downloading github.com/gogo/protobuf v1.2.1
10:49:40 [2021-05-03T10:49:40.266Z] #49 41.48 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
10:49:40 [2021-05-03T10:49:40.266Z] #49 41.50 go: downloading github.com/go-toolsmith/astcast v1.0.0
10:49:40 [2021-05-03T10:49:40.266Z] #49 41.75 go: extracting github.com/go-toolsmith/astcast v1.0.0
10:49:40 [2021-05-03T10:49:40.266Z] #49 42.00 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
10:49:40 [2021-05-03T10:49:40.266Z] #49 42.19 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
10:49:40 [2021-05-03T10:49:40.266Z] #49 42.45 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
10:49:40 [2021-05-03T10:49:40.266Z] #49 42.65 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
10:49:40 [2021-05-03T10:49:40.266Z] #49 42.66 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
10:49:40 [2021-05-03T10:49:40.406Z] Client:
10:49:40 [2021-05-03T10:49:40.406Z]  Context:    default
10:49:40 [2021-05-03T10:49:40.406Z]  Debug Mode: false
10:49:40 [2021-05-03T10:49:40.407Z]  Plugins:
10:49:40 [2021-05-03T10:49:40.407Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
10:49:40 [2021-05-03T10:49:40.407Z]   buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
10:49:40 [2021-05-03T10:49:40.407Z] 
10:49:40 [2021-05-03T10:49:40.407Z] Server:
10:49:40 [2021-05-03T10:49:40.407Z]  Containers: 0
10:49:40 [2021-05-03T10:49:40.407Z]   Running: 0
10:49:40 [2021-05-03T10:49:40.407Z]   Paused: 0
10:49:40 [2021-05-03T10:49:40.407Z]   Stopped: 0
10:49:40 [2021-05-03T10:49:40.407Z]  Images: 0
10:49:40 [2021-05-03T10:49:40.407Z]  Server Version: 20.10.5
10:49:40 [2021-05-03T10:49:40.407Z]  Storage Driver: overlay2
10:49:40 [2021-05-03T10:49:40.407Z]   Backing Filesystem: extfs
10:49:40 [2021-05-03T10:49:40.407Z]   Supports d_type: true
10:49:40 [2021-05-03T10:49:40.407Z]   Native Overlay Diff: true
10:49:40 [2021-05-03T10:49:40.407Z]  Logging Driver: json-file
10:49:40 [2021-05-03T10:49:40.407Z]  Cgroup Driver: cgroupfs
10:49:40 [2021-05-03T10:49:40.407Z]  Cgroup Version: 1
10:49:40 [2021-05-03T10:49:40.407Z]  Plugins:
10:49:40 [2021-05-03T10:49:40.407Z]   Volume: local
10:49:40 [2021-05-03T10:49:40.407Z]   Network: bridge host ipvlan macvlan null overlay
10:49:40 [2021-05-03T10:49:40.407Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
10:49:40 [2021-05-03T10:49:40.407Z]  Swarm: inactive
10:49:40 [2021-05-03T10:49:40.407Z]  Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux
10:49:40 [2021-05-03T10:49:40.407Z]  Default Runtime: runc
10:49:40 [2021-05-03T10:49:40.407Z]  Init Binary: docker-init
10:49:40 [2021-05-03T10:49:40.407Z]  containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
10:49:40 [2021-05-03T10:49:40.407Z]  runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec
10:49:40 [2021-05-03T10:49:40.407Z]  init version: de40ad0
10:49:40 [2021-05-03T10:49:40.407Z]  Security Options:
10:49:40 [2021-05-03T10:49:40.407Z]   apparmor
10:49:40 [2021-05-03T10:49:40.407Z]   seccomp
10:49:40 [2021-05-03T10:49:40.407Z]    Profile: default
10:49:40 [2021-05-03T10:49:40.407Z]  Kernel Version: 5.4.0-1041-aws
10:49:40 [2021-05-03T10:49:40.407Z]  Operating System: Ubuntu 20.04.2 LTS
10:49:40 [2021-05-03T10:49:40.407Z]  OSType: linux
10:49:40 [2021-05-03T10:49:40.407Z]  Architecture: aarch64
10:49:40 [2021-05-03T10:49:40.407Z]  CPUs: 4
10:49:40 [2021-05-03T10:49:40.407Z]  Total Memory: 7.494GiB
10:49:40 [2021-05-03T10:49:40.407Z]  Name: ip-10-100-43-100
10:49:40 [2021-05-03T10:49:40.407Z]  ID: BVXL:CDJC:ICN6:ER53:HAUW:WQSU:QT43:6BOW:3PZO:KHYE:NTNP:UAA4
10:49:40 [2021-05-03T10:49:40.407Z]  Docker Root Dir: /var/lib/docker
10:49:40 [2021-05-03T10:49:40.407Z]  Debug Mode: false
10:49:40 [2021-05-03T10:49:40.407Z]  Registry: https://index.docker.io/v1/
10:49:40 [2021-05-03T10:49:40.407Z]  Labels:
10:49:40 [2021-05-03T10:49:40.407Z]  Experimental: true
10:49:40 [2021-05-03T10:49:40.407Z]  Insecure Registries:
10:49:40 [2021-05-03T10:49:40.407Z]   127.0.0.0/8
10:49:40 [2021-05-03T10:49:40.407Z]  Live Restore Enabled: true
10:49:40 [2021-05-03T10:49:40.407Z] 
10:49:40 [2021-05-03T10:49:40.407Z] WARNING: No swap limit support
10:49:40 [2021-05-03T10:49:40.415Z] #47 9.471 go: extracting github.com/jonboulle/clockwork v0.1.0
10:49:40 [2021-05-03T10:49:40.415Z] #47 9.639 go: extracting github.com/mattn/go-isatty v0.0.12
[Pipeline] sh
10:49:40 [2021-05-03T10:49:40.523Z] #49 42.87 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
10:49:40 [2021-05-03T10:49:40.523Z] #49 ...
10:49:40 [2021-05-03T10:49:40.523Z] 
10:49:40 [2021-05-03T10:49:40.523Z] #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
10:49:40 [2021-05-03T10:49:40.523Z] #58 sha256:087c25f46df60f6b620226ac717f63f375f8529ce6af7b00c292f4d767a65a9a
10:49:40 [2021-05-03T10:49:40.523Z] #58 33.11 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
10:49:40 [2021-05-03T10:49:40.523Z] #58 33.37 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0
10:49:40 [2021-05-03T10:49:40.523Z] #58 33.49 go: downloading github.com/russross/blackfriday/v2 v2.1.0
10:49:40 [2021-05-03T10:49:40.523Z] #58 33.83 go: extracting github.com/russross/blackfriday/v2 v2.1.0
10:49:40 [2021-05-03T10:49:40.523Z] #58 34.15 go: extracting github.com/u-root/u-root v7.0.0+incompatible
10:49:40 [2021-05-03T10:49:40.523Z] #58 37.73 go: finding github.com/pkg/errors v0.9.1
10:49:40 [2021-05-03T10:49:40.523Z] #58 37.83 go: finding github.com/sirupsen/logrus v1.8.1
10:49:40 [2021-05-03T10:49:40.523Z] #58 38.39 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
10:49:40 [2021-05-03T10:49:40.523Z] #58 38.59 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
10:49:40 [2021-05-03T10:49:40.523Z] #58 38.71 go: finding github.com/google/uuid v1.2.0
10:49:40 [2021-05-03T10:49:40.523Z] #58 38.83 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
10:49:40 [2021-05-03T10:49:40.523Z] #58 38.98 go: finding github.com/gofrs/flock v0.8.0
10:49:40 [2021-05-03T10:49:40.523Z] #58 38.98 go: finding github.com/moby/vpnkit v0.5.0
10:49:40 [2021-05-03T10:49:40.523Z] #58 39.08 go: finding github.com/gorilla/mux v1.8.0
10:49:40 [2021-05-03T10:49:40.523Z] #58 39.19 go: finding github.com/moby/sys/mountinfo v0.4.1
10:49:40 [2021-05-03T10:49:40.523Z] #58 39.23 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777
10:49:40 [2021-05-03T10:49:40.523Z] #58 39.28 go: finding github.com/urfave/cli/v2 v2.3.0
10:49:40 [2021-05-03T10:49:40.523Z] #58 39.29 go: finding github.com/u-root/u-root v7.0.0+incompatible
10:49:40 [2021-05-03T10:49:40.523Z] #58 39.71 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0
10:49:40 [2021-05-03T10:49:40.523Z] #58 40.06 go: finding github.com/russross/blackfriday/v2 v2.1.0
10:49:40 [2021-05-03T10:49:40.675Z] #47 9.897 go: extracting github.com/mattn/go-colorable v0.1.6
10:49:40 [2021-05-03T10:49:40.699Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35
10:49:40 [2021-05-03T10:49:40.699Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35
10:49:40 [2021-05-03T10:49:40.699Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42329/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh
10:49:40 [2021-05-03T10:49:40.699Z] + bash /home/ubuntu/workspace/moby_PR-42329/check-config.sh
10:49:40 [2021-05-03T10:49:40.699Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
10:49:40 [2021-05-03T10:49:40.699Z] info: reading kernel config from /boot/config-5.4.0-1041-aws ...
10:49:40 [2021-05-03T10:49:40.699Z] 
10:49:40 [2021-05-03T10:49:40.699Z] Generally Necessary:
10:49:40 [2021-05-03T10:49:40.699Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
10:49:40 [2021-05-03T10:49:40.699Z] - apparmor: enabled and tools installed
10:49:40 [2021-05-03T10:49:40.699Z] - CONFIG_NAMESPACES: enabled
10:49:40 [2021-05-03T10:49:40.699Z] - CONFIG_NET_NS: enabled
10:49:40 [2021-05-03T10:49:40.699Z] - CONFIG_PID_NS: enabled
10:49:40 [2021-05-03T10:49:40.699Z] - CONFIG_IPC_NS: enabled
10:49:40 [2021-05-03T10:49:40.699Z] - CONFIG_UTS_NS: enabled
10:49:40 [2021-05-03T10:49:40.699Z] - CONFIG_CGROUPS: enabled
10:49:40 [2021-05-03T10:49:40.699Z] - CONFIG_CGROUP_CPUACCT: enabled
10:49:40 [2021-05-03T10:49:40.699Z] - CONFIG_CGROUP_DEVICE: enabled
10:49:40 [2021-05-03T10:49:40.699Z] - CONFIG_CGROUP_FREEZER: enabled
10:49:40 [2021-05-03T10:49:40.699Z] - CONFIG_CGROUP_SCHED: enabled
10:49:40 [2021-05-03T10:49:40.699Z] - CONFIG_CPUSETS: enabled
10:49:40 [2021-05-03T10:49:40.699Z] - CONFIG_MEMCG: enabled
10:49:40 [2021-05-03T10:49:40.699Z] - CONFIG_KEYS: enabled
10:49:40 [2021-05-03T10:49:40.936Z] #47 ...
10:49:40 [2021-05-03T10:49:40.936Z] 
10:49:40 [2021-05-03T10:49:40.936Z] #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
10:49:40 [2021-05-03T10:49:40.936Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
10:49:40 [2021-05-03T10:49:40.936Z] #42 9.066 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
10:49:40 [2021-05-03T10:49:40.936Z] #42 9.185 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
10:49:40 [2021-05-03T10:49:40.936Z] #42 9.185 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
10:49:40 [2021-05-03T10:49:40.936Z] #42 ...
10:49:40 [2021-05-03T10:49:40.936Z] 
10:49:40 [2021-05-03T10:49:40.936Z] #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
10:49:40 [2021-05-03T10:49:40.936Z] #58 sha256:9a16da145a6c52873051c408b66e16c3627e26f03cb6572faddd8619d108111d
10:49:40 [2021-05-03T10:49:40.936Z] #58 5.730 + RM_GOPATH=0
10:49:40 [2021-05-03T10:49:40.936Z] #58 5.730 + TMP_GOPATH=
10:49:40 [2021-05-03T10:49:40.936Z] #58 5.733 + : /build
10:49:40 [2021-05-03T10:49:40.936Z] #58 5.733 + '[' -z '' ']'
10:49:40 [2021-05-03T10:49:40.936Z] #58 5.733 ++ mktemp -d
10:49:40 [2021-05-03T10:49:40.936Z] #58 5.733 + export GOPATH=/tmp/tmp.owbJ9KYrcX
10:49:40 [2021-05-03T10:49:40.936Z] #58 5.733 + GOPATH=/tmp/tmp.owbJ9KYrcX
10:49:40 [2021-05-03T10:49:40.936Z] #58 5.733 + RM_GOPATH=1
10:49:40 [2021-05-03T10:49:40.936Z] #58 5.733 + case "$(go env GOARCH)" in
10:49:40 [2021-05-03T10:49:40.936Z] #58 5.733 ++ go env GOARCH
10:49:40 [2021-05-03T10:49:40.936Z] #58 5.744 + export GO_BUILDMODE=-buildmode=pie
10:49:40 [2021-05-03T10:49:40.936Z] #58 5.744 + GO_BUILDMODE=-buildmode=pie
10:49:40 [2021-05-03T10:49:40.936Z] #58 5.744 ++ dirname /tmp/install/install.sh
10:49:40 [2021-05-03T10:49:40.936Z] #58 5.744 + dir=/tmp/install
10:49:40 [2021-05-03T10:49:40.936Z] #58 5.744 + bin=rootlesskit
10:49:40 [2021-05-03T10:49:40.936Z] #58 5.744 + shift
10:49:40 [2021-05-03T10:49:40.936Z] #58 5.744 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
10:49:40 [2021-05-03T10:49:40.936Z] #58 5.744 + . /tmp/install/rootlesskit.installer
10:49:40 [2021-05-03T10:49:40.936Z] #58 5.744 ++ : 4cd567642273d369adaadcbadca00880552c1778
10:49:40 [2021-05-03T10:49:40.936Z] #58 5.744 + install_rootlesskit
10:49:40 [2021-05-03T10:49:40.936Z] #58 5.744 + case "$1" in
10:49:40 [2021-05-03T10:49:40.936Z] #58 5.744 + export CGO_ENABLED=0
10:49:40 [2021-05-03T10:49:40.936Z] #58 5.744 + CGO_ENABLED=0
10:49:40 [2021-05-03T10:49:40.936Z] #58 5.744 + _install_rootlesskit
10:49:40 [2021-05-03T10:49:40.936Z] #58 5.744 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778'
10:49:40 [2021-05-03T10:49:40.936Z] #58 5.744 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.owbJ9KYrcX/src/github.com/rootless-containers/rootlesskit
10:49:40 [2021-05-03T10:49:40.936Z] #58 5.744 Cloning into '/tmp/tmp.owbJ9KYrcX/src/github.com/rootless-containers/rootlesskit'...
10:49:40 [2021-05-03T10:49:40.936Z] #58 5.745 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778
10:49:40 [2021-05-03T10:49:40.936Z] #58 9.140 + cd /tmp/tmp.owbJ9KYrcX/src/github.com/rootless-containers/rootlesskit
10:49:40 [2021-05-03T10:49:40.936Z] #58 9.140 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778
10:49:40 [2021-05-03T10:49:40.936Z] #58 9.171 + export GO111MODULE=on
10:49:40 [2021-05-03T10:49:40.936Z] #58 9.171 + GO111MODULE=on
10:49:40 [2021-05-03T10:49:40.936Z] #58 9.171 + export GOPROXY=https://proxy.golang.org
10:49:40 [2021-05-03T10:49:40.936Z] #58 9.171 + GOPROXY=https://proxy.golang.org
10:49:40 [2021-05-03T10:49:40.936Z] #58 9.171 + for f in rootlesskit rootlesskit-docker-proxy
10:49:40 [2021-05-03T10:49:40.936Z] #58 9.171 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
10:49:40 [2021-05-03T10:49:40.961Z] - CONFIG_VETH: enabled (as module)
10:49:40 [2021-05-03T10:49:40.961Z] - CONFIG_BRIDGE: enabled (as module)
10:49:40 [2021-05-03T10:49:40.961Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
10:49:40 [2021-05-03T10:49:40.961Z] - CONFIG_IP_NF_FILTER: enabled (as module)
10:49:40 [2021-05-03T10:49:40.961Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
10:49:40 [2021-05-03T10:49:40.961Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
10:49:40 [2021-05-03T10:49:40.961Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
10:49:40 [2021-05-03T10:49:40.961Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
10:49:40 [2021-05-03T10:49:40.961Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
10:49:40 [2021-05-03T10:49:40.961Z] - CONFIG_IP_NF_NAT: enabled (as module)
10:49:40 [2021-05-03T10:49:40.961Z] - CONFIG_NF_NAT: enabled (as module)
10:49:40 [2021-05-03T10:49:40.961Z] - CONFIG_POSIX_MQUEUE: enabled
10:49:40 [2021-05-03T10:49:40.961Z] 
10:49:40 [2021-05-03T10:49:40.961Z] Optional Features:
10:49:40 [2021-05-03T10:49:40.961Z] - CONFIG_USER_NS: enabled
10:49:40 [2021-05-03T10:49:40.961Z] - CONFIG_SECCOMP: enabled
10:49:40 [2021-05-03T10:49:40.961Z] - CONFIG_SECCOMP_FILTER: enabled
10:49:40 [2021-05-03T10:49:40.961Z] - CONFIG_CGROUP_PIDS: enabled
10:49:40 [2021-05-03T10:49:40.961Z] - CONFIG_MEMCG_SWAP: enabled
10:49:40 [2021-05-03T10:49:40.961Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
10:49:40 [2021-05-03T10:49:40.961Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
10:49:40 [2021-05-03T10:49:40.961Z] - CONFIG_BLK_CGROUP: enabled
10:49:41 [2021-05-03T10:49:41.088Z] #58 ...
10:49:41 [2021-05-03T10:49:41.088Z] 
10:49:41 [2021-05-03T10:49:41.088Z] #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
10:49:41 [2021-05-03T10:49:41.088Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
10:49:41 [2021-05-03T10:49:41.088Z] #40 33.24 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
10:49:41 [2021-05-03T10:49:41.088Z] #40 ...
10:49:41 [2021-05-03T10:49:41.088Z] 
10:49:41 [2021-05-03T10:49:41.088Z] #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
10:49:41 [2021-05-03T10:49:41.088Z] #49 sha256:bb9a44ada7999bf3a3dfd509e3782559d4eedc16639da928020de7d918d7609c
10:49:41 [2021-05-03T10:49:41.088Z] #49 43.42 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
10:49:41 [2021-05-03T10:49:41.199Z] #58 ...
10:49:41 [2021-05-03T10:49:41.199Z] 
10:49:41 [2021-05-03T10:49:41.199Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer         . /tmp/install/tomll.installer && PREFIX=/build install_tomll
10:49:41 [2021-05-03T10:49:41.199Z] #34 sha256:1eac02485c25d085bf9b0a905a8f33ebf599f4297550121ef8c882f3bf4aac72
10:49:41 [2021-05-03T10:49:41.199Z] #34 6.499 Install go-toml version v1.8.1
10:49:41 [2021-05-03T10:49:41.199Z] #34 6.513 go: finding github.com v1.8.1
10:49:41 [2021-05-03T10:49:41.199Z] #34 6.513 go: finding github.com/pelletier/go-toml/cmd/tomll v1.8.1
10:49:41 [2021-05-03T10:49:41.199Z] #34 6.513 go: finding github.com/pelletier/go-toml/cmd v1.8.1
10:49:41 [2021-05-03T10:49:41.199Z] #34 6.513 go: finding github.com/pelletier/go-toml v1.8.1
10:49:41 [2021-05-03T10:49:41.199Z] #34 6.513 go: finding github.com/pelletier v1.8.1
10:49:41 [2021-05-03T10:49:41.199Z] #34 7.470 go: downloading github.com/pelletier/go-toml v1.8.1
10:49:41 [2021-05-03T10:49:41.199Z] #34 7.945 go: extracting github.com/pelletier/go-toml v1.8.1
10:49:41 [2021-05-03T10:49:41.199Z] #34 9.837 github.com/pelletier/go-toml
10:49:41 [2021-05-03T10:49:41.199Z] #34 ...
10:49:41 [2021-05-03T10:49:41.199Z] 
10:49:41 [2021-05-03T10:49:41.199Z] #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
10:49:41 [2021-05-03T10:49:41.199Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
10:49:41 [2021-05-03T10:49:41.199Z] #36 10.47 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
10:49:41 [2021-05-03T10:49:41.199Z] #36 10.53 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
10:49:41 [2021-05-03T10:49:41.199Z] #36 10.54 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
10:49:41 [2021-05-03T10:49:41.223Z] - CONFIG_BLK_DEV_THROTTLING: enabled
10:49:41 [2021-05-03T10:49:41.223Z] - CONFIG_CGROUP_PERF: enabled
10:49:41 [2021-05-03T10:49:41.223Z] - CONFIG_CGROUP_HUGETLB: enabled
10:49:41 [2021-05-03T10:49:41.223Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
10:49:41 [2021-05-03T10:49:41.223Z] - CONFIG_CGROUP_NET_PRIO: enabled
10:49:41 [2021-05-03T10:49:41.223Z] - CONFIG_CFS_BANDWIDTH: enabled
10:49:41 [2021-05-03T10:49:41.223Z] - CONFIG_FAIR_GROUP_SCHED: enabled
10:49:41 [2021-05-03T10:49:41.223Z] - CONFIG_RT_GROUP_SCHED: missing
10:49:41 [2021-05-03T10:49:41.223Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
10:49:41 [2021-05-03T10:49:41.223Z] - CONFIG_IP_VS: enabled (as module)
10:49:41 [2021-05-03T10:49:41.223Z] - CONFIG_IP_VS_NFCT: enabled
10:49:41 [2021-05-03T10:49:41.223Z] - CONFIG_IP_VS_PROTO_TCP: enabled
10:49:41 [2021-05-03T10:49:41.223Z] - CONFIG_IP_VS_PROTO_UDP: enabled
10:49:41 [2021-05-03T10:49:41.223Z] - CONFIG_IP_VS_RR: enabled (as module)
10:49:41 [2021-05-03T10:49:41.223Z] - CONFIG_SECURITY_SELINUX: enabled
10:49:41 [2021-05-03T10:49:41.223Z] - CONFIG_SECURITY_APPARMOR: enabled
10:49:41 [2021-05-03T10:49:41.223Z] - CONFIG_EXT4_FS: enabled
10:49:41 [2021-05-03T10:49:41.223Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
10:49:41 [2021-05-03T10:49:41.223Z] - CONFIG_EXT4_FS_SECURITY: enabled
10:49:41 [2021-05-03T10:49:41.223Z] - Network Drivers:
10:49:41 [2021-05-03T10:49:41.223Z]   - "overlay":
10:49:41 [2021-05-03T10:49:41.223Z]     - CONFIG_VXLAN: enabled (as module)
10:49:41 [2021-05-03T10:49:41.223Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
10:49:41 [2021-05-03T10:49:41.223Z]       Optional (for encrypted networks):
10:49:41 [2021-05-03T10:49:41.250Z] #43 ...
10:49:41 [2021-05-03T10:49:41.250Z] 
10:49:41 [2021-05-03T10:49:41.250Z] #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
10:49:41 [2021-05-03T10:49:41.250Z] #37 sha256:4612f663db9c0ab0c459b6d92d5f7bd7eaf9f03409ecd9b6928e9592ee710dbd
10:49:41 [2021-05-03T10:49:41.250Z] #37 6.329 -- Detecting C compile features - done
10:49:41 [2021-05-03T10:49:41.250Z] #37 6.449 -- Performing Test HAS_BUILTIN_FORTIFY
10:49:41 [2021-05-03T10:49:41.250Z] #37 6.692 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
10:49:41 [2021-05-03T10:49:41.250Z] #37 6.757 -- Configuring done
10:49:41 [2021-05-03T10:49:41.250Z] #37 6.772 -- Generating done
10:49:41 [2021-05-03T10:49:41.250Z] #37 6.780 -- Build files have been written to: /tmp/tmp.fFjF35i2dJ/tini
10:49:41 [2021-05-03T10:49:41.251Z] #37 6.783 + make tini-static
10:49:41 [2021-05-03T10:49:41.251Z] #37 7.172 Scanning dependencies of target tini-static
10:49:41 [2021-05-03T10:49:41.251Z] #37 7.377 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
10:49:41 [2021-05-03T10:49:41.251Z] #37 8.695 [100%] Linking C executable tini-static
10:49:41 [2021-05-03T10:49:41.251Z] #37 9.237 [100%] Built target tini-static
10:49:41 [2021-05-03T10:49:41.251Z] #37 9.308 + mkdir -p /build
10:49:41 [2021-05-03T10:49:41.251Z] #37 9.310 + cp tini-static /build/docker-init
10:49:41 [2021-05-03T10:49:41.251Z] #37 DONE 9.7s
10:49:41 [2021-05-03T10:49:41.251Z] 
10:49:41 [2021-05-03T10:49:41.251Z] #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
10:49:41 [2021-05-03T10:49:41.251Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:49:41 [2021-05-03T10:49:41.251Z] #43 4.322 fatal: not a git repository (or any of the parent directories): .git
10:49:41 [2021-05-03T10:49:41.344Z] #49 ...
10:49:41 [2021-05-03T10:49:41.344Z] 
10:49:41 [2021-05-03T10:49:41.344Z] #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
10:49:41 [2021-05-03T10:49:41.344Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
10:49:41 [2021-05-03T10:49:41.344Z] #42 33.74 Fetched 8441 kB in 25s (340 kB/s)
10:49:41 [2021-05-03T10:49:41.344Z] #42 33.74 Reading package lists...
10:49:41 [2021-05-03T10:49:41.460Z] #36 ...
10:49:41 [2021-05-03T10:49:41.460Z] 
10:49:41 [2021-05-03T10:49:41.460Z] #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
10:49:41 [2021-05-03T10:49:41.460Z] #45 sha256:420f325532c1ee2984a12f05e3c7f055e58b2ada76e1c2d087abdaee6c492b96
10:49:41 [2021-05-03T10:49:41.460Z] #45 6.446 + RM_GOPATH=0
10:49:41 [2021-05-03T10:49:41.460Z] #45 6.446 + TMP_GOPATH=
10:49:41 [2021-05-03T10:49:41.460Z] #45 6.446 + : /build
10:49:41 [2021-05-03T10:49:41.460Z] #45 6.446 + '[' -z '' ']'
10:49:41 [2021-05-03T10:49:41.460Z] #45 6.446 ++ mktemp -d
10:49:41 [2021-05-03T10:49:41.460Z] #45 6.446 + export GOPATH=/tmp/tmp.AcGJAk4PD9
10:49:41 [2021-05-03T10:49:41.460Z] #45 6.446 + GOPATH=/tmp/tmp.AcGJAk4PD9
10:49:41 [2021-05-03T10:49:41.460Z] #45 6.446 + RM_GOPATH=1
10:49:41 [2021-05-03T10:49:41.460Z] #45 6.446 + case "$(go env GOARCH)" in
10:49:41 [2021-05-03T10:49:41.460Z] #45 6.446 ++ go env GOARCH
10:49:41 [2021-05-03T10:49:41.460Z] #45 6.453 + export GO_BUILDMODE=-buildmode=pie
10:49:41 [2021-05-03T10:49:41.460Z] #45 6.453 + GO_BUILDMODE=-buildmode=pie
10:49:41 [2021-05-03T10:49:41.460Z] #45 6.453 ++ dirname /tmp/install/install.sh
10:49:41 [2021-05-03T10:49:41.460Z] #45 6.469 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
10:49:41 [2021-05-03T10:49:41.460Z] #45 6.469 + dir=/tmp/install
10:49:41 [2021-05-03T10:49:41.460Z] #45 6.469 + bin=vndr
10:49:41 [2021-05-03T10:49:41.460Z] #45 6.469 + shift
10:49:41 [2021-05-03T10:49:41.460Z] #45 6.469 + '[' '!' -f /tmp/install/vndr.installer ']'
10:49:41 [2021-05-03T10:49:41.460Z] #45 6.469 + . /tmp/install/vndr.installer
10:49:41 [2021-05-03T10:49:41.460Z] #45 6.469 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
10:49:41 [2021-05-03T10:49:41.460Z] #45 6.469 + install_vndr
10:49:41 [2021-05-03T10:49:41.460Z] #45 6.469 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
10:49:41 [2021-05-03T10:49:41.460Z] #45 6.469 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.AcGJAk4PD9/src/github.com/LK4D4/vndr
10:49:41 [2021-05-03T10:49:41.460Z] #45 6.499 Cloning into '/tmp/tmp.AcGJAk4PD9/src/github.com/LK4D4/vndr'...
10:49:41 [2021-05-03T10:49:41.460Z] #45 7.012 + cd /tmp/tmp.AcGJAk4PD9/src/github.com/LK4D4/vndr
10:49:41 [2021-05-03T10:49:41.460Z] #45 7.012 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
10:49:41 [2021-05-03T10:49:41.460Z] #45 7.012 + go build -buildmode=pie -v -o /build/vndr .
10:49:41 [2021-05-03T10:49:41.460Z] #45 8.356 internal/cpu
10:49:41 [2021-05-03T10:49:41.460Z] #45 8.370 runtime/internal/atomic
10:49:41 [2021-05-03T10:49:41.460Z] #45 8.616 runtime/internal/sys
10:49:41 [2021-05-03T10:49:41.460Z] #45 9.066 runtime/internal/math
10:49:41 [2021-05-03T10:49:41.460Z] #45 9.066 internal/bytealg
10:49:41 [2021-05-03T10:49:41.460Z] #45 9.099 internal/race
10:49:41 [2021-05-03T10:49:41.460Z] #45 9.162 sync/atomic
10:49:41 [2021-05-03T10:49:41.460Z] #45 9.444 unicode
10:49:41 [2021-05-03T10:49:41.460Z] #45 9.835 runtime
10:49:41 [2021-05-03T10:49:41.485Z]       - CONFIG_CRYPTO: enabled
10:49:41 [2021-05-03T10:49:41.485Z]       - CONFIG_CRYPTO_AEAD: enabled
10:49:41 [2021-05-03T10:49:41.485Z]       - CONFIG_CRYPTO_GCM: enabled
10:49:41 [2021-05-03T10:49:41.485Z]       - CONFIG_CRYPTO_SEQIV: enabled
10:49:41 [2021-05-03T10:49:41.485Z]       - CONFIG_CRYPTO_GHASH: enabled
10:49:41 [2021-05-03T10:49:41.485Z]       - CONFIG_XFRM: enabled
10:49:41 [2021-05-03T10:49:41.485Z]       - CONFIG_XFRM_USER: enabled (as module)
10:49:41 [2021-05-03T10:49:41.485Z]       - CONFIG_XFRM_ALGO: enabled (as module)
10:49:41 [2021-05-03T10:49:41.485Z]       - CONFIG_INET_ESP: enabled (as module)
10:49:41 [2021-05-03T10:49:41.485Z]   - "ipvlan":
10:49:41 [2021-05-03T10:49:41.485Z]     - CONFIG_IPVLAN: enabled (as module)
10:49:41 [2021-05-03T10:49:41.485Z]   - "macvlan":
10:49:41 [2021-05-03T10:49:41.485Z]     - CONFIG_MACVLAN: enabled (as module)
10:49:41 [2021-05-03T10:49:41.485Z]     - CONFIG_DUMMY: enabled (as module)
10:49:41 [2021-05-03T10:49:41.485Z]   - "ftp,tftp client in container":
10:49:41 [2021-05-03T10:49:41.485Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
10:49:41 [2021-05-03T10:49:41.485Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
10:49:41 [2021-05-03T10:49:41.485Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
10:49:41 [2021-05-03T10:49:41.485Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
10:49:41 [2021-05-03T10:49:41.485Z] - Storage Drivers:
10:49:41 [2021-05-03T10:49:41.485Z]   - "aufs":
10:49:41 [2021-05-03T10:49:41.485Z]     - CONFIG_AUFS_FS: enabled (as module)
10:49:41 [2021-05-03T10:49:41.485Z]   - "btrfs":
10:49:41 [2021-05-03T10:49:41.485Z]     - CONFIG_BTRFS_FS: enabled (as module)
10:49:41 [2021-05-03T10:49:41.485Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
10:49:41 [2021-05-03T10:49:41.485Z]   - "devicemapper":
10:49:41 [2021-05-03T10:49:41.485Z]     - CONFIG_BLK_DEV_DM: enabled
10:49:41 [2021-05-03T10:49:41.485Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
10:49:41 [2021-05-03T10:49:41.485Z]   - "overlay":
10:49:41 [2021-05-03T10:49:41.510Z] #43 4.382   GEN      .gitid
10:49:41 [2021-05-03T10:49:41.510Z] #43 4.467   GEN      criu/include/version.h
10:49:41 [2021-05-03T10:49:41.510Z] #43 4.573   GEN      include/common/asm
10:49:41 [2021-05-03T10:49:41.600Z] #42 42.26 Reading package lists...
10:49:41 [2021-05-03T10:49:41.600Z] #42 ...
10:49:41 [2021-05-03T10:49:41.600Z] 
10:49:41 [2021-05-03T10:49:41.600Z] #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
10:49:41 [2021-05-03T10:49:41.600Z] #45 sha256:7504d5111897f112af75a3b79cd6ee75bf518a7f9789364eccf3f9226afd32f2
10:49:41 [2021-05-03T10:49:41.600Z] #45 42.09 vendor/golang.org/x/crypto/internal/subtle
10:49:41 [2021-05-03T10:49:41.600Z] #45 42.20 vendor/golang.org/x/crypto/curve25519
10:49:41 [2021-05-03T10:49:41.723Z] #45 ...
10:49:41 [2021-05-03T10:49:41.723Z] 
10:49:41 [2021-05-03T10:49:41.723Z] #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
10:49:41 [2021-05-03T10:49:41.723Z] #49 sha256:83716a12778e80b04746817decbf1060e77c2bc9a043a1a4b46e748b30c45354
10:49:41 [2021-05-03T10:49:41.723Z] #49 6.835 + RM_GOPATH=0
10:49:41 [2021-05-03T10:49:41.723Z] #49 6.835 + TMP_GOPATH=
10:49:41 [2021-05-03T10:49:41.723Z] #49 6.835 + : /build
10:49:41 [2021-05-03T10:49:41.723Z] #49 6.835 + '[' -z '' ']'
10:49:41 [2021-05-03T10:49:41.723Z] #49 6.835 ++ mktemp -d
10:49:41 [2021-05-03T10:49:41.723Z] #49 6.835 + export GOPATH=/tmp/tmp.0UOOCQtPWO
10:49:41 [2021-05-03T10:49:41.723Z] #49 6.835 + GOPATH=/tmp/tmp.0UOOCQtPWO
10:49:41 [2021-05-03T10:49:41.723Z] #49 6.835 + RM_GOPATH=1
10:49:41 [2021-05-03T10:49:41.723Z] #49 6.835 + case "$(go env GOARCH)" in
10:49:41 [2021-05-03T10:49:41.723Z] #49 6.835 ++ go env GOARCH
10:49:41 [2021-05-03T10:49:41.723Z] #49 6.835 + export GO_BUILDMODE=-buildmode=pie
10:49:41 [2021-05-03T10:49:41.723Z] #49 6.835 + GO_BUILDMODE=-buildmode=pie
10:49:41 [2021-05-03T10:49:41.723Z] #49 6.835 ++ dirname /tmp/install/install.sh
10:49:41 [2021-05-03T10:49:41.723Z] #49 6.835 + dir=/tmp/install
10:49:41 [2021-05-03T10:49:41.723Z] #49 6.835 + bin=golangci_lint
10:49:41 [2021-05-03T10:49:41.723Z] #49 6.835 + shift
10:49:41 [2021-05-03T10:49:41.723Z] #49 6.835 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
10:49:41 [2021-05-03T10:49:41.723Z] #49 6.835 + . /tmp/install/golangci_lint.installer
10:49:41 [2021-05-03T10:49:41.723Z] #49 6.835 ++ : v1.23.8
10:49:41 [2021-05-03T10:49:41.723Z] #49 6.835 + install_golangci_lint
10:49:41 [2021-05-03T10:49:41.723Z] #49 6.835 + set -e
10:49:41 [2021-05-03T10:49:41.723Z] #49 6.835 + export GO111MODULE=on
10:49:41 [2021-05-03T10:49:41.723Z] #49 6.835 + GO111MODULE=on
10:49:41 [2021-05-03T10:49:41.723Z] #49 6.835 + GOBIN=/build
10:49:41 [2021-05-03T10:49:41.723Z] #49 6.835 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
10:49:41 [2021-05-03T10:49:41.723Z] #49 6.896 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
10:49:41 [2021-05-03T10:49:41.723Z] #49 6.900 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
10:49:41 [2021-05-03T10:49:41.723Z] #49 6.908 go: finding github.com/golangci/golangci-lint v1.23.8
10:49:41 [2021-05-03T10:49:41.723Z] #49 6.908 go: finding github.com/golangci v1.23.8
10:49:41 [2021-05-03T10:49:41.723Z] #49 6.908 go: finding github.com v1.23.8
10:49:41 [2021-05-03T10:49:41.723Z] #49 7.779 go: downloading github.com/golangci/golangci-lint v1.23.8
10:49:41 [2021-05-03T10:49:41.723Z] #49 8.604 go: extracting github.com/golangci/golangci-lint v1.23.8
10:49:41 [2021-05-03T10:49:41.723Z] #49 ...
10:49:41 [2021-05-03T10:49:41.723Z] 
10:49:41 [2021-05-03T10:49:41.723Z] #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
10:49:41 [2021-05-03T10:49:41.723Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
10:49:41 [2021-05-03T10:49:41.723Z] #55 6.571 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
10:49:41 [2021-05-03T10:49:41.723Z] #55 6.621 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
10:49:41 [2021-05-03T10:49:41.723Z] #55 6.649 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
10:49:41 [2021-05-03T10:49:41.723Z] #55 7.516 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
10:49:41 [2021-05-03T10:49:41.723Z] #55 9.730 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [285 kB]
10:49:41 [2021-05-03T10:49:41.746Z]     - CONFIG_OVERLAY_FS: enabled (as module)
10:49:41 [2021-05-03T10:49:41.746Z]   - "zfs":
10:49:41 [2021-05-03T10:49:41.746Z]     - /dev/zfs: present
10:49:41 [2021-05-03T10:49:41.746Z]     - zfs command: missing
10:49:41 [2021-05-03T10:49:41.746Z]     - zpool command: missing
10:49:41 [2021-05-03T10:49:41.746Z] 
10:49:41 [2021-05-03T10:49:41.746Z] Limits:
10:49:41 [2021-05-03T10:49:41.746Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
10:49:41 [2021-05-03T10:49:41.746Z] 
10:49:41 [2021-05-03T10:49:41.746Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
10:49:41 [2021-05-03T10:49:41.983Z] #55 ...
10:49:41 [2021-05-03T10:49:41.983Z] 
10:49:41 [2021-05-03T10:49:41.983Z] #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
10:49:41 [2021-05-03T10:49:41.983Z] #24 sha256:2aaecce0b158fd316c0725a8af3acc85d3173d1cd133e74270ec8125d917fdf6
10:49:41 [2021-05-03T10:49:41.983Z] #24 6.619 + RM_GOPATH=0
10:49:41 [2021-05-03T10:49:41.983Z] #24 6.619 + TMP_GOPATH=
10:49:41 [2021-05-03T10:49:41.983Z] #24 6.619 + : /build
10:49:41 [2021-05-03T10:49:41.983Z] #24 6.619 + '[' -z '' ']'
10:49:41 [2021-05-03T10:49:41.983Z] #24 6.619 ++ mktemp -d
10:49:41 [2021-05-03T10:49:41.983Z] #24 6.619 + export GOPATH=/tmp/tmp.FFlkaMGTq3
10:49:41 [2021-05-03T10:49:41.983Z] #24 6.619 + GOPATH=/tmp/tmp.FFlkaMGTq3
10:49:41 [2021-05-03T10:49:41.983Z] #24 6.619 + RM_GOPATH=1
10:49:41 [2021-05-03T10:49:41.983Z] #24 6.619 + case "$(go env GOARCH)" in
10:49:41 [2021-05-03T10:49:41.983Z] #24 6.619 ++ go env GOARCH
10:49:41 [2021-05-03T10:49:41.983Z] #24 6.621 + export GO_BUILDMODE=-buildmode=pie
10:49:41 [2021-05-03T10:49:41.983Z] #24 6.621 + GO_BUILDMODE=-buildmode=pie
10:49:41 [2021-05-03T10:49:41.983Z] #24 6.621 ++ dirname /tmp/install/install.sh
10:49:41 [2021-05-03T10:49:41.983Z] #24 6.647 Install docker/cli version 17.06.2-ce from stable
10:49:41 [2021-05-03T10:49:41.983Z] #24 6.647 + dir=/tmp/install
10:49:41 [2021-05-03T10:49:41.983Z] #24 6.647 + bin=dockercli
10:49:41 [2021-05-03T10:49:41.983Z] #24 6.647 + shift
10:49:41 [2021-05-03T10:49:41.983Z] #24 6.647 + '[' '!' -f /tmp/install/dockercli.installer ']'
10:49:41 [2021-05-03T10:49:41.983Z] #24 6.647 + . /tmp/install/dockercli.installer
10:49:41 [2021-05-03T10:49:41.983Z] #24 6.647 ++ : stable
10:49:41 [2021-05-03T10:49:41.983Z] #24 6.647 ++ : 17.06.2-ce
10:49:41 [2021-05-03T10:49:41.983Z] #24 6.647 + install_dockercli
10:49:41 [2021-05-03T10:49:41.983Z] #24 6.647 + echo 'Install docker/cli version 17.06.2-ce from stable'
10:49:41 [2021-05-03T10:49:41.983Z] #24 6.647 ++ uname -m
10:49:41 [2021-05-03T10:49:41.983Z] #24 6.647 + arch=x86_64
10:49:41 [2021-05-03T10:49:41.983Z] #24 6.647 + '[' x86_64 '!=' x86_64 ']'
10:49:41 [2021-05-03T10:49:41.983Z] #24 6.647 + url=https://download.docker.com/linux/static
10:49:41 [2021-05-03T10:49:41.983Z] #24 6.647 + tar -xz docker/docker
10:49:41 [2021-05-03T10:49:41.983Z] #24 6.647 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
10:49:41 [2021-05-03T10:49:41.983Z] #24 ...
10:49:41 [2021-05-03T10:49:41.983Z] 
10:49:41 [2021-05-03T10:49:41.983Z] #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
10:49:41 [2021-05-03T10:49:41.983Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
10:49:41 [2021-05-03T10:49:41.983Z] #32 8.394 + git clone https://github.com/kolyshkin/go-swagger.git .
10:49:41 [2021-05-03T10:49:41.983Z] #32 8.397 Cloning into '.'...
10:49:42 [2021-05-03T10:49:42.097Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:19b7f7f3484697146ca76b75346365080b99a3b2 .
10:49:42 [2021-05-03T10:49:42.272Z] #32 ...
10:49:42 [2021-05-03T10:49:42.272Z] 
10:49:42 [2021-05-03T10:49:42.272Z] #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
10:49:42 [2021-05-03T10:49:42.272Z] #67 sha256:b5167414ccea816b50482c81f5ece599fdc381eef12600092437d393cf974cc2
10:49:42 [2021-05-03T10:49:42.272Z] #67 7.527 + RM_GOPATH=0
10:49:42 [2021-05-03T10:49:42.272Z] #67 7.527 + TMP_GOPATH=
10:49:42 [2021-05-03T10:49:42.272Z] #67 7.527 + : /build
10:49:42 [2021-05-03T10:49:42.272Z] #67 7.527 + '[' -z '' ']'
10:49:42 [2021-05-03T10:49:42.272Z] #67 7.527 ++ mktemp -d
10:49:42 [2021-05-03T10:49:42.272Z] #67 7.527 + export GOPATH=/tmp/tmp.orAGBy2unV
10:49:42 [2021-05-03T10:49:42.272Z] #67 7.527 + GOPATH=/tmp/tmp.orAGBy2unV
10:49:42 [2021-05-03T10:49:42.272Z] #67 7.527 + RM_GOPATH=1
10:49:42 [2021-05-03T10:49:42.272Z] #67 7.527 + case "$(go env GOARCH)" in
10:49:42 [2021-05-03T10:49:42.272Z] #67 7.529 ++ go env GOARCH
10:49:42 [2021-05-03T10:49:42.272Z] #67 7.563 + export GO_BUILDMODE=-buildmode=pie
10:49:42 [2021-05-03T10:49:42.272Z] #67 7.563 + GO_BUILDMODE=-buildmode=pie
10:49:42 [2021-05-03T10:49:42.272Z] #67 7.563 ++ dirname /tmp/install/install.sh
10:49:42 [2021-05-03T10:49:42.272Z] #67 7.563 + dir=/tmp/install
10:49:42 [2021-05-03T10:49:42.272Z] #67 7.563 + bin=proxy
10:49:42 [2021-05-03T10:49:42.272Z] #67 7.563 + shift
10:49:42 [2021-05-03T10:49:42.272Z] #67 7.563 + '[' '!' -f /tmp/install/proxy.installer ']'
10:49:42 [2021-05-03T10:49:42.272Z] #67 7.563 + . /tmp/install/proxy.installer
10:49:42 [2021-05-03T10:49:42.272Z] #67 7.563 ++ : b3507428be5b458cb0e2b4086b13531fb0706e46
10:49:42 [2021-05-03T10:49:42.272Z] #67 7.563 + install_proxy
10:49:42 [2021-05-03T10:49:42.272Z] #67 7.563 + case "$1" in
10:49:42 [2021-05-03T10:49:42.272Z] #67 7.563 + export CGO_ENABLED=0
10:49:42 [2021-05-03T10:49:42.272Z] #67 7.563 + CGO_ENABLED=0
10:49:42 [2021-05-03T10:49:42.272Z] #67 7.563 + _install_proxy
10:49:42 [2021-05-03T10:49:42.272Z] #67 7.563 + echo 'Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46'
10:49:42 [2021-05-03T10:49:42.272Z] #67 7.563 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.orAGBy2unV/src/github.com/docker/libnetwork
10:49:42 [2021-05-03T10:49:42.272Z] #67 7.563 Cloning into '/tmp/tmp.orAGBy2unV/src/github.com/docker/libnetwork'...
10:49:42 [2021-05-03T10:49:42.272Z] #67 7.563 Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46
10:49:42 [2021-05-03T10:49:42.272Z] #67 ...
10:49:42 [2021-05-03T10:49:42.272Z] 
10:49:42 [2021-05-03T10:49:42.272Z] #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
10:49:42 [2021-05-03T10:49:42.272Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
10:49:42 [2021-05-03T10:49:42.272Z] #40 8.956 + git clone https://github.com/docker/distribution.git .
10:49:42 [2021-05-03T10:49:42.272Z] #40 8.956 Cloning into '.'...
10:49:42 [2021-05-03T10:49:42.532Z] #40 ...
10:49:42 [2021-05-03T10:49:42.532Z] 
10:49:42 [2021-05-03T10:49:42.532Z] #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
10:49:42 [2021-05-03T10:49:42.532Z] #58 sha256:9a16da145a6c52873051c408b66e16c3627e26f03cb6572faddd8619d108111d
10:49:42 [2021-05-03T10:49:42.532Z] #58 11.03 go: downloading github.com/urfave/cli/v2 v2.3.0
10:49:42 [2021-05-03T10:49:42.532Z] #58 11.08 go: downloading github.com/sirupsen/logrus v1.8.1
10:49:42 [2021-05-03T10:49:42.532Z] #58 11.23 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
10:49:42 [2021-05-03T10:49:42.532Z] #58 11.24 go: downloading github.com/gofrs/flock v0.8.0
10:49:42 [2021-05-03T10:49:42.532Z] #58 11.24 go: downloading github.com/pkg/errors v0.9.1
10:49:42 [2021-05-03T10:49:42.532Z] #58 11.25 go: downloading github.com/moby/vpnkit v0.5.0
10:49:42 [2021-05-03T10:49:42.532Z] #58 11.35 go: downloading github.com/gorilla/mux v1.8.0
10:49:42 [2021-05-03T10:49:42.532Z] #58 11.44 go: downloading github.com/moby/sys/mountinfo v0.4.1
10:49:42 [2021-05-03T10:49:42.532Z] #58 11.74 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
10:49:42 [2021-05-03T10:49:42.672Z] #2 [internal] load .dockerignore
10:49:42 [2021-05-03T10:49:42.672Z] #2 sha256:09cfcc3ca1869a9ff680a05bd3f0220399d48f1ffdc7542affbcc7ab73c7ab4e
10:49:42 [2021-05-03T10:49:42.794Z] #58 11.83 go: extracting github.com/sirupsen/logrus v1.8.1
10:49:42 [2021-05-03T10:49:42.794Z] #58 11.90 go: extracting github.com/pkg/errors v0.9.1
10:49:42 [2021-05-03T10:49:42.794Z] #58 12.11 go: extracting github.com/gofrs/flock v0.8.0
10:49:42 [2021-05-03T10:49:42.885Z] #13 ...
10:49:42 [2021-05-03T10:49:42.885Z] 
10:49:42 [2021-05-03T10:49:42.885Z] #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
10:49:42 [2021-05-03T10:49:42.885Z] #45 sha256:5be091d371b3ee9e5fdfa7afb55a5178f0911cf54926b027e86550f7bde27bc6
10:49:42 [2021-05-03T10:49:42.885Z] #45 7.847 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
10:49:42 [2021-05-03T10:49:42.885Z] #45 7.847 + RM_GOPATH=0
10:49:42 [2021-05-03T10:49:42.885Z] #45 7.847 + TMP_GOPATH=
10:49:42 [2021-05-03T10:49:42.885Z] #45 7.847 + : /build
10:49:42 [2021-05-03T10:49:42.885Z] #45 7.847 + '[' -z '' ']'
10:49:42 [2021-05-03T10:49:42.885Z] #45 7.847 ++ mktemp -d
10:49:42 [2021-05-03T10:49:42.885Z] #45 7.847 + export GOPATH=/tmp/tmp.iplpDaCPjf
10:49:42 [2021-05-03T10:49:42.885Z] #45 7.847 + GOPATH=/tmp/tmp.iplpDaCPjf
10:49:42 [2021-05-03T10:49:42.885Z] #45 7.847 + RM_GOPATH=1
10:49:42 [2021-05-03T10:49:42.885Z] #45 7.847 + case "$(go env GOARCH)" in
10:49:42 [2021-05-03T10:49:42.885Z] #45 7.847 ++ go env GOARCH
10:49:42 [2021-05-03T10:49:42.885Z] #45 7.847 + export GO_BUILDMODE=-buildmode=pie
10:49:42 [2021-05-03T10:49:42.885Z] #45 7.847 + GO_BUILDMODE=-buildmode=pie
10:49:42 [2021-05-03T10:49:42.885Z] #45 7.847 ++ dirname /tmp/install/install.sh
10:49:42 [2021-05-03T10:49:42.885Z] #45 7.847 + dir=/tmp/install
10:49:42 [2021-05-03T10:49:42.885Z] #45 7.847 + bin=vndr
10:49:42 [2021-05-03T10:49:42.885Z] #45 7.847 + shift
10:49:42 [2021-05-03T10:49:42.885Z] #45 7.847 + '[' '!' -f /tmp/install/vndr.installer ']'
10:49:42 [2021-05-03T10:49:42.885Z] #45 7.847 + . /tmp/install/vndr.installer
10:49:42 [2021-05-03T10:49:42.885Z] #45 7.847 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
10:49:42 [2021-05-03T10:49:42.885Z] #45 7.847 + install_vndr
10:49:42 [2021-05-03T10:49:42.885Z] #45 7.847 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
10:49:42 [2021-05-03T10:49:42.885Z] #45 7.847 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.iplpDaCPjf/src/github.com/LK4D4/vndr
10:49:42 [2021-05-03T10:49:42.885Z] #45 7.847 Cloning into '/tmp/tmp.iplpDaCPjf/src/github.com/LK4D4/vndr'...
10:49:42 [2021-05-03T10:49:42.885Z] #45 8.965 + cd /tmp/tmp.iplpDaCPjf/src/github.com/LK4D4/vndr
10:49:42 [2021-05-03T10:49:42.885Z] #45 8.965 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
10:49:42 [2021-05-03T10:49:42.885Z] #45 8.982 + go build -buildmode=pie -v -o /build/vndr .
10:49:42 [2021-05-03T10:49:42.885Z] #45 ...
10:49:42 [2021-05-03T10:49:42.885Z] 
10:49:42 [2021-05-03T10:49:42.885Z] #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
10:49:42 [2021-05-03T10:49:42.885Z] #49 sha256:0645f72c0a46020b1c6de062066eb84a6ca75ff61a3a4b44b89cf13fbbe0d20c
10:49:42 [2021-05-03T10:49:42.885Z] #49 8.051 + RM_GOPATH=0
10:49:42 [2021-05-03T10:49:42.885Z] #49 8.051 + TMP_GOPATH=
10:49:42 [2021-05-03T10:49:42.885Z] #49 8.051 + : /build
10:49:42 [2021-05-03T10:49:42.885Z] #49 8.051 + '[' -z '' ']'
10:49:42 [2021-05-03T10:49:42.885Z] #49 8.052 ++ mktemp -d
10:49:42 [2021-05-03T10:49:42.885Z] #49 8.052 + export GOPATH=/tmp/tmp.CRFcCvF8pr
10:49:42 [2021-05-03T10:49:42.885Z] #49 8.052 + GOPATH=/tmp/tmp.CRFcCvF8pr
10:49:42 [2021-05-03T10:49:42.885Z] #49 8.052 + RM_GOPATH=1
10:49:42 [2021-05-03T10:49:42.886Z] #49 8.052 + case "$(go env GOARCH)" in
10:49:42 [2021-05-03T10:49:42.886Z] #49 8.052 ++ go env GOARCH
10:49:42 [2021-05-03T10:49:42.886Z] #49 8.082 + export GO_BUILDMODE=-buildmode=pie
10:49:42 [2021-05-03T10:49:42.886Z] #49 8.082 + GO_BUILDMODE=-buildmode=pie
10:49:42 [2021-05-03T10:49:42.886Z] #49 8.082 ++ dirname /tmp/install/install.sh
10:49:42 [2021-05-03T10:49:42.886Z] #49 8.115 + dir=/tmp/install
10:49:42 [2021-05-03T10:49:42.886Z] #49 8.115 + bin=golangci_lint
10:49:42 [2021-05-03T10:49:42.886Z] #49 8.115 + shift
10:49:42 [2021-05-03T10:49:42.886Z] #49 8.115 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
10:49:42 [2021-05-03T10:49:42.886Z] #49 8.115 + . /tmp/install/golangci_lint.installer
10:49:42 [2021-05-03T10:49:42.886Z] #49 8.115 ++ : v1.23.8
10:49:42 [2021-05-03T10:49:42.886Z] #49 8.115 + install_golangci_lint
10:49:42 [2021-05-03T10:49:42.886Z] #49 8.115 + set -e
10:49:42 [2021-05-03T10:49:42.886Z] #49 8.115 + export GO111MODULE=on
10:49:42 [2021-05-03T10:49:42.886Z] #49 8.115 + GO111MODULE=on
10:49:42 [2021-05-03T10:49:42.886Z] #49 8.115 + GOBIN=/build
10:49:42 [2021-05-03T10:49:42.886Z] #49 8.115 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
10:49:42 [2021-05-03T10:49:42.886Z] #49 8.129 go: finding github.com v1.23.8
10:49:42 [2021-05-03T10:49:42.886Z] #49 8.130 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
10:49:42 [2021-05-03T10:49:42.886Z] #49 8.143 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
10:49:42 [2021-05-03T10:49:42.886Z] #49 8.143 go: finding github.com/golangci/golangci-lint v1.23.8
10:49:42 [2021-05-03T10:49:42.886Z] #49 8.143 go: finding github.com/golangci v1.23.8
10:49:42 [2021-05-03T10:49:42.886Z] #49 9.560 go: downloading github.com/golangci/golangci-lint v1.23.8
10:49:42 [2021-05-03T10:49:42.886Z] #49 10.23 go: extracting github.com/golangci/golangci-lint v1.23.8
10:49:42 [2021-05-03T10:49:42.894Z] #43 ...
10:49:42 [2021-05-03T10:49:42.894Z] 
10:49:42 [2021-05-03T10:49:42.894Z] #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
10:49:42 [2021-05-03T10:49:42.894Z] #51 sha256:95189ee2d5889fe842c8d17c3daf9f5d3a3b1cf0afcec135cf458b18cba524c1
10:49:42 [2021-05-03T10:49:42.894Z] #51 59.85 context
10:49:42 [2021-05-03T10:49:42.894Z] #51 60.55 internal/poll
10:49:42 [2021-05-03T10:49:42.894Z] #51 61.53 encoding/binary
10:49:42 [2021-05-03T10:49:42.894Z] #51 62.32 os
10:49:42 [2021-05-03T10:49:42.894Z] #51 63.53 encoding/base64
10:49:42 [2021-05-03T10:49:42.894Z] #51 64.30 strings
10:49:42 [2021-05-03T10:49:42.894Z] #51 65.90 fmt
10:49:42 [2021-05-03T10:49:42.894Z] #51 67.05 path/filepath
10:49:42 [2021-05-03T10:49:42.894Z] #51 68.19 golang.org/x/sys/unix
10:49:43 [2021-05-03T10:49:43.067Z] #58 12.11 go: downloading github.com/google/uuid v1.2.0
10:49:43 [2021-05-03T10:49:43.067Z] #58 12.20 go: extracting github.com/moby/sys/mountinfo v0.4.1
10:49:43 [2021-05-03T10:49:43.150Z] #49 ...
10:49:43 [2021-05-03T10:49:43.150Z] 
10:49:43 [2021-05-03T10:49:43.150Z] #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
10:49:43 [2021-05-03T10:49:43.150Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
10:49:43 [2021-05-03T10:49:43.150Z] #55 9.439 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
10:49:43 [2021-05-03T10:49:43.150Z] #55 9.598 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
10:49:43 [2021-05-03T10:49:43.150Z] #55 9.598 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
10:49:43 [2021-05-03T10:49:43.150Z] #55 ...
10:49:43 [2021-05-03T10:49:43.150Z] 
10:49:43 [2021-05-03T10:49:43.150Z] #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
10:49:43 [2021-05-03T10:49:43.150Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
10:49:43 [2021-05-03T10:49:43.150Z] #42 9.512 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
10:49:43 [2021-05-03T10:49:43.150Z] #42 9.640 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
10:49:43 [2021-05-03T10:49:43.150Z] #42 9.640 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
10:49:43 [2021-05-03T10:49:43.354Z] #58 12.37 go: extracting github.com/gorilla/mux v1.8.0
10:49:43 [2021-05-03T10:49:43.411Z] #42 ...
10:49:43 [2021-05-03T10:49:43.411Z] 
10:49:43 [2021-05-03T10:49:43.411Z] #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
10:49:43 [2021-05-03T10:49:43.411Z] #67 sha256:dc574cf90ba53342749aee1dc8d824a8aa3fbd40f3a0c822a450b43716574962
10:49:43 [2021-05-03T10:49:43.411Z] #67 6.929 + RM_GOPATH=0
10:49:43 [2021-05-03T10:49:43.411Z] #67 6.929 + TMP_GOPATH=
10:49:43 [2021-05-03T10:49:43.412Z] #67 6.929 + : /build
10:49:43 [2021-05-03T10:49:43.412Z] #67 6.929 + '[' -z '' ']'
10:49:43 [2021-05-03T10:49:43.412Z] #67 6.929 ++ mktemp -d
10:49:43 [2021-05-03T10:49:43.412Z] #67 6.929 + export GOPATH=/tmp/tmp.VYmlxY5x3d
10:49:43 [2021-05-03T10:49:43.412Z] #67 6.929 + GOPATH=/tmp/tmp.VYmlxY5x3d
10:49:43 [2021-05-03T10:49:43.412Z] #67 6.929 + RM_GOPATH=1
10:49:43 [2021-05-03T10:49:43.412Z] #67 6.929 + case "$(go env GOARCH)" in
10:49:43 [2021-05-03T10:49:43.412Z] #67 6.929 ++ go env GOARCH
10:49:43 [2021-05-03T10:49:43.412Z] #67 6.983 Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46
10:49:43 [2021-05-03T10:49:43.412Z] #67 6.983 + export GO_BUILDMODE=-buildmode=pie
10:49:43 [2021-05-03T10:49:43.412Z] #67 6.983 + GO_BUILDMODE=-buildmode=pie
10:49:43 [2021-05-03T10:49:43.412Z] #67 6.983 ++ dirname /tmp/install/install.sh
10:49:43 [2021-05-03T10:49:43.412Z] #67 6.983 + dir=/tmp/install
10:49:43 [2021-05-03T10:49:43.412Z] #67 6.983 + bin=proxy
10:49:43 [2021-05-03T10:49:43.412Z] #67 6.983 + shift
10:49:43 [2021-05-03T10:49:43.412Z] #67 6.983 + '[' '!' -f /tmp/install/proxy.installer ']'
10:49:43 [2021-05-03T10:49:43.412Z] #67 6.983 + . /tmp/install/proxy.installer
10:49:43 [2021-05-03T10:49:43.412Z] #67 6.983 ++ : b3507428be5b458cb0e2b4086b13531fb0706e46
10:49:43 [2021-05-03T10:49:43.412Z] #67 6.983 + install_proxy
10:49:43 [2021-05-03T10:49:43.412Z] #67 6.983 + case "$1" in
10:49:43 [2021-05-03T10:49:43.412Z] #67 6.983 + export CGO_ENABLED=0
10:49:43 [2021-05-03T10:49:43.412Z] #67 6.983 + CGO_ENABLED=0
10:49:43 [2021-05-03T10:49:43.412Z] #67 6.983 + _install_proxy
10:49:43 [2021-05-03T10:49:43.412Z] #67 6.983 + echo 'Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46'
10:49:43 [2021-05-03T10:49:43.412Z] #67 6.983 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.VYmlxY5x3d/src/github.com/docker/libnetwork
10:49:43 [2021-05-03T10:49:43.412Z] #67 6.983 Cloning into '/tmp/tmp.VYmlxY5x3d/src/github.com/docker/libnetwork'...
10:49:43 [2021-05-03T10:49:43.412Z] #67 ...
10:49:43 [2021-05-03T10:49:43.412Z] 
10:49:43 [2021-05-03T10:49:43.412Z] #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
10:49:43 [2021-05-03T10:49:43.412Z] #24 sha256:e4a100b547d585937e1ae71286381e7c4f03a85626a392138afe6b1faacea1a8
10:49:43 [2021-05-03T10:49:43.412Z] #24 7.356 + RM_GOPATH=0
10:49:43 [2021-05-03T10:49:43.412Z] #24 7.356 + TMP_GOPATH=
10:49:43 [2021-05-03T10:49:43.412Z] #24 7.356 + : /build
10:49:43 [2021-05-03T10:49:43.412Z] #24 7.356 + '[' -z '' ']'
10:49:43 [2021-05-03T10:49:43.412Z] #24 7.356 ++ mktemp -d
10:49:43 [2021-05-03T10:49:43.412Z] #24 7.356 + export GOPATH=/tmp/tmp.HifsL3Wpt3
10:49:43 [2021-05-03T10:49:43.412Z] #24 7.356 + GOPATH=/tmp/tmp.HifsL3Wpt3
10:49:43 [2021-05-03T10:49:43.412Z] #24 7.356 + RM_GOPATH=1
10:49:43 [2021-05-03T10:49:43.412Z] #24 7.356 + case "$(go env GOARCH)" in
10:49:43 [2021-05-03T10:49:43.412Z] #24 7.356 ++ go env GOARCH
10:49:43 [2021-05-03T10:49:43.412Z] #24 7.442 Install docker/cli version 17.06.2-ce from stable
10:49:43 [2021-05-03T10:49:43.412Z] #24 7.442 + export GO_BUILDMODE=-buildmode=pie
10:49:43 [2021-05-03T10:49:43.412Z] #24 7.442 + GO_BUILDMODE=-buildmode=pie
10:49:43 [2021-05-03T10:49:43.412Z] #24 7.442 ++ dirname /tmp/install/install.sh
10:49:43 [2021-05-03T10:49:43.412Z] #24 7.442 + dir=/tmp/install
10:49:43 [2021-05-03T10:49:43.412Z] #24 7.442 + bin=dockercli
10:49:43 [2021-05-03T10:49:43.412Z] #24 7.442 + shift
10:49:43 [2021-05-03T10:49:43.412Z] #24 7.442 + '[' '!' -f /tmp/install/dockercli.installer ']'
10:49:43 [2021-05-03T10:49:43.412Z] #24 7.442 + . /tmp/install/dockercli.installer
10:49:43 [2021-05-03T10:49:43.412Z] #24 7.442 ++ : stable
10:49:43 [2021-05-03T10:49:43.412Z] #24 7.442 ++ : 17.06.2-ce
10:49:43 [2021-05-03T10:49:43.412Z] #24 7.442 + install_dockercli
10:49:43 [2021-05-03T10:49:43.412Z] #24 7.442 + echo 'Install docker/cli version 17.06.2-ce from stable'
10:49:43 [2021-05-03T10:49:43.412Z] #24 7.442 ++ uname -m
10:49:43 [2021-05-03T10:49:43.412Z] #24 7.442 + arch=x86_64
10:49:43 [2021-05-03T10:49:43.412Z] #24 7.442 + '[' x86_64 '!=' x86_64 ']'
10:49:43 [2021-05-03T10:49:43.412Z] #24 7.442 + url=https://download.docker.com/linux/static
10:49:43 [2021-05-03T10:49:43.412Z] #24 7.442 + tar -xz docker/docker
10:49:43 [2021-05-03T10:49:43.412Z] #24 7.442 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
10:49:43 [2021-05-03T10:49:43.465Z] #51 70.65 encoding/json
10:49:43 [2021-05-03T10:49:43.465Z] #51 ...
10:49:43 [2021-05-03T10:49:43.465Z] 
10:49:43 [2021-05-03T10:49:43.465Z] #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
10:49:43 [2021-05-03T10:49:43.465Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:49:43 [2021-05-03T10:49:43.465Z] #43 6.508   PBCC     images/timens.pb-c.c
10:49:43 [2021-05-03T10:49:43.465Z] #43 6.540   DEP      images/timens.pb-c.d
10:49:43 [2021-05-03T10:49:43.465Z] #43 6.585   PBCC     images/fown.pb-c.c
10:49:43 [2021-05-03T10:49:43.465Z] #43 6.609   PBCC     images/google/protobuf/descriptor.pb-c.c
10:49:43 [2021-05-03T10:49:43.465Z] #43 6.675   PBCC     images/opts.pb-c.c
10:49:43 [2021-05-03T10:49:43.614Z] #58 12.57 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
10:49:43 [2021-05-03T10:49:43.614Z] #58 12.80 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
10:49:43 [2021-05-03T10:49:43.621Z] #2 transferring context: 87B done
10:49:43 [2021-05-03T10:49:43.671Z] #24 ...
10:49:43 [2021-05-03T10:49:43.671Z] 
10:49:43 [2021-05-03T10:49:43.671Z] #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
10:49:43 [2021-05-03T10:49:43.671Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
10:49:43 [2021-05-03T10:49:43.671Z] #36 9.526 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
10:49:43 [2021-05-03T10:49:43.671Z] #36 9.790 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
10:49:43 [2021-05-03T10:49:43.671Z] #36 9.826 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
10:49:43 [2021-05-03T10:49:43.671Z] #36 ...
10:49:43 [2021-05-03T10:49:43.671Z] 
10:49:43 [2021-05-03T10:49:43.671Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer         . /tmp/install/tomll.installer && PREFIX=/build install_tomll
10:49:43 [2021-05-03T10:49:43.671Z] #34 sha256:2c56cf88ad471120f231fa34006e269c98ff8afd0c04cd9a190750f8b3387acc
10:49:43 [2021-05-03T10:49:43.671Z] #34 6.859 Install go-toml version v1.8.1
10:49:43 [2021-05-03T10:49:43.671Z] #34 6.875 go: finding github.com v1.8.1
10:49:43 [2021-05-03T10:49:43.671Z] #34 6.875 go: finding github.com/pelletier/go-toml/cmd/tomll v1.8.1
10:49:43 [2021-05-03T10:49:43.671Z] #34 6.875 go: finding github.com/pelletier/go-toml/cmd v1.8.1
10:49:43 [2021-05-03T10:49:43.671Z] #34 6.875 go: finding github.com/pelletier/go-toml v1.8.1
10:49:43 [2021-05-03T10:49:43.671Z] #34 6.875 go: finding github.com/pelletier v1.8.1
10:49:43 [2021-05-03T10:49:43.671Z] #34 8.051 go: downloading github.com/pelletier/go-toml v1.8.1
10:49:43 [2021-05-03T10:49:43.671Z] #34 8.643 go: extracting github.com/pelletier/go-toml v1.8.1
10:49:43 [2021-05-03T10:49:43.725Z] #43 6.715   PBCC     images/memfd.pb-c.c
10:49:43 [2021-05-03T10:49:43.725Z] #43 6.781   DEP      images/fown.pb-c.d
10:49:43 [2021-05-03T10:49:43.725Z] #43 6.819   DEP      images/google/protobuf/descriptor.pb-c.d
10:49:43 [2021-05-03T10:49:43.725Z] #43 6.881   DEP      images/opts.pb-c.d
10:49:43 [2021-05-03T10:49:43.725Z] #43 6.939   DEP      images/memfd.pb-c.d
10:49:43 [2021-05-03T10:49:43.875Z] #58 12.92 go: extracting github.com/google/uuid v1.2.0
10:49:43 [2021-05-03T10:49:43.883Z] #2 DONE 1.3s
10:49:43 [2021-05-03T10:49:43.883Z] 
10:49:43 [2021-05-03T10:49:43.883Z] #1 [internal] load build definition from Dockerfile
10:49:43 [2021-05-03T10:49:43.883Z] #1 sha256:5ac13294629f6f21e810f0f0de965e64d6e72f7c8d8f406c37325fcc14dfd425
10:49:43 [2021-05-03T10:49:43.883Z] #1 transferring dockerfile: 17.07kB 0.0s done
10:49:43 [2021-05-03T10:49:43.883Z] #1 DONE 1.4s
10:49:43 [2021-05-03T10:49:43.931Z] #34 ...
10:49:43 [2021-05-03T10:49:43.931Z] 
10:49:43 [2021-05-03T10:49:43.931Z] #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
10:49:43 [2021-05-03T10:49:43.931Z] #47 sha256:81349cd65cc4c93b2c49d51c772454da50ddd78bcbb08e70527c896cd7c08700
10:49:43 [2021-05-03T10:49:43.931Z] #47 7.233 + RM_GOPATH=0
10:49:43 [2021-05-03T10:49:43.931Z] #47 7.233 + TMP_GOPATH=
10:49:43 [2021-05-03T10:49:43.931Z] #47 7.233 + : /build
10:49:43 [2021-05-03T10:49:43.931Z] #47 7.233 + '[' -z '' ']'
10:49:43 [2021-05-03T10:49:43.931Z] #47 7.233 ++ mktemp -d
10:49:43 [2021-05-03T10:49:43.931Z] #47 7.233 + export GOPATH=/tmp/tmp.Gfn2OjSTw0
10:49:43 [2021-05-03T10:49:43.931Z] #47 7.233 + GOPATH=/tmp/tmp.Gfn2OjSTw0
10:49:43 [2021-05-03T10:49:43.931Z] #47 7.233 + RM_GOPATH=1
10:49:43 [2021-05-03T10:49:43.931Z] #47 7.233 + case "$(go env GOARCH)" in
10:49:43 [2021-05-03T10:49:43.931Z] #47 7.233 ++ go env GOARCH
10:49:43 [2021-05-03T10:49:43.931Z] #47 7.284 + export GO_BUILDMODE=-buildmode=pie
10:49:43 [2021-05-03T10:49:43.931Z] #47 7.284 + GO_BUILDMODE=-buildmode=pie
10:49:43 [2021-05-03T10:49:43.931Z] #47 7.284 ++ dirname /tmp/install/install.sh
10:49:43 [2021-05-03T10:49:43.931Z] #47 7.284 + dir=/tmp/install
10:49:43 [2021-05-03T10:49:43.931Z] #47 7.284 + bin=gotestsum
10:49:43 [2021-05-03T10:49:43.931Z] #47 7.284 + shift
10:49:43 [2021-05-03T10:49:43.931Z] #47 7.284 + '[' '!' -f /tmp/install/gotestsum.installer ']'
10:49:43 [2021-05-03T10:49:43.931Z] #47 7.284 + . /tmp/install/gotestsum.installer
10:49:43 [2021-05-03T10:49:43.931Z] #47 7.284 ++ : v0.5.3
10:49:43 [2021-05-03T10:49:43.931Z] #47 7.284 + install_gotestsum
10:49:43 [2021-05-03T10:49:43.931Z] #47 7.284 + set -e
10:49:43 [2021-05-03T10:49:43.931Z] #47 7.284 + export GO111MODULE=on
10:49:43 [2021-05-03T10:49:43.931Z] #47 7.284 + GO111MODULE=on
10:49:43 [2021-05-03T10:49:43.931Z] #47 7.284 + GOBIN=/build
10:49:43 [2021-05-03T10:49:43.931Z] #47 7.284 + go get gotest.tools/gotestsum@v0.5.3
10:49:43 [2021-05-03T10:49:43.931Z] #47 7.330 go: finding gotest.tools/gotestsum v0.5.3
10:49:43 [2021-05-03T10:49:43.931Z] #47 7.353 go: finding gotest.tools v0.5.3
10:49:43 [2021-05-03T10:49:43.931Z] #47 8.419 go: downloading gotest.tools/gotestsum v0.5.3
10:49:43 [2021-05-03T10:49:43.931Z] #47 9.043 go: extracting gotest.tools/gotestsum v0.5.3
10:49:43 [2021-05-03T10:49:43.931Z] #47 10.94 go: downloading github.com/spf13/pflag v1.0.3
10:49:43 [2021-05-03T10:49:43.931Z] #47 10.97 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
10:49:43 [2021-05-03T10:49:43.931Z] #47 11.08 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
10:49:43 [2021-05-03T10:49:43.931Z] #47 11.08 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
10:49:43 [2021-05-03T10:49:43.931Z] #47 11.15 go: downloading github.com/pkg/errors v0.9.1
10:49:43 [2021-05-03T10:49:43.986Z] #43 6.984   PBCC     images/sit.pb-c.c
10:49:43 [2021-05-03T10:49:43.986Z] #43 7.028   DEP      images/sit.pb-c.d
10:49:43 [2021-05-03T10:49:43.986Z] #43 7.101   PBCC     images/macvlan.pb-c.c
10:49:43 [2021-05-03T10:49:43.986Z] #43 7.130   DEP      images/macvlan.pb-c.d
10:49:43 [2021-05-03T10:49:43.986Z] #43 7.163   PBCC     images/autofs.pb-c.c
10:49:43 [2021-05-03T10:49:43.986Z] #43 7.192   DEP      images/autofs.pb-c.d
10:49:44 [2021-05-03T10:49:44.120Z] #45 ...
10:49:44 [2021-05-03T10:49:44.120Z] 
10:49:44 [2021-05-03T10:49:44.120Z] #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
10:49:44 [2021-05-03T10:49:44.120Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:49:44 [2021-05-03T10:49:44.120Z] #13 30.85 Fetched 8955 kB in 27s (336 kB/s)
10:49:44 [2021-05-03T10:49:44.120Z] #13 30.85 Reading package lists...
10:49:44 [2021-05-03T10:49:44.195Z] #47 11.26 go: downloading github.com/fatih/color v1.9.0
10:49:44 [2021-05-03T10:49:44.195Z] #47 ...
10:49:44 [2021-05-03T10:49:44.195Z] 
10:49:44 [2021-05-03T10:49:44.195Z] #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
10:49:44 [2021-05-03T10:49:44.195Z] #51 sha256:cdeb27188b8eaaebac1e7f89a19cd73b6216a9777f838dbd1e8a7947c0202440
10:49:44 [2021-05-03T10:49:44.195Z] #51 7.171 + RM_GOPATH=0
10:49:44 [2021-05-03T10:49:44.195Z] #51 7.171 + TMP_GOPATH=
10:49:44 [2021-05-03T10:49:44.195Z] #51 7.171 + : /build
10:49:44 [2021-05-03T10:49:44.195Z] #51 7.171 + '[' -z '' ']'
10:49:44 [2021-05-03T10:49:44.195Z] #51 7.171 ++ mktemp -d
10:49:44 [2021-05-03T10:49:44.195Z] #51 7.201 + export GOPATH=/tmp/tmp.HEvl88P7XE
10:49:44 [2021-05-03T10:49:44.195Z] #51 7.201 + GOPATH=/tmp/tmp.HEvl88P7XE
10:49:44 [2021-05-03T10:49:44.195Z] #51 7.201 + RM_GOPATH=1
10:49:44 [2021-05-03T10:49:44.195Z] #51 7.201 + case "$(go env GOARCH)" in
10:49:44 [2021-05-03T10:49:44.195Z] #51 7.201 ++ go env GOARCH
10:49:44 [2021-05-03T10:49:44.195Z] #51 7.201 + export GO_BUILDMODE=-buildmode=pie
10:49:44 [2021-05-03T10:49:44.195Z] #51 7.201 + GO_BUILDMODE=-buildmode=pie
10:49:44 [2021-05-03T10:49:44.195Z] #51 7.201 ++ dirname /tmp/install/install.sh
10:49:44 [2021-05-03T10:49:44.195Z] #51 7.201 + dir=/tmp/install
10:49:44 [2021-05-03T10:49:44.195Z] #51 7.201 + bin=shfmt
10:49:44 [2021-05-03T10:49:44.195Z] #51 7.201 + shift
10:49:44 [2021-05-03T10:49:44.195Z] #51 7.201 + '[' '!' -f /tmp/install/shfmt.installer ']'
10:49:44 [2021-05-03T10:49:44.195Z] #51 7.201 + . /tmp/install/shfmt.installer
10:49:44 [2021-05-03T10:49:44.195Z] #51 7.201 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
10:49:44 [2021-05-03T10:49:44.195Z] #51 7.201 + install_shfmt
10:49:44 [2021-05-03T10:49:44.195Z] #51 7.201 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
10:49:44 [2021-05-03T10:49:44.195Z] #51 7.201 + git clone https://github.com/mvdan/sh.git /tmp/tmp.HEvl88P7XE/src/github.com/mvdan/sh
10:49:44 [2021-05-03T10:49:44.195Z] #51 7.201 Cloning into '/tmp/tmp.HEvl88P7XE/src/github.com/mvdan/sh'...
10:49:44 [2021-05-03T10:49:44.195Z] #51 7.201 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
10:49:44 [2021-05-03T10:49:44.195Z] #51 ...
10:49:44 [2021-05-03T10:49:44.195Z] 
10:49:44 [2021-05-03T10:49:44.195Z] #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
10:49:44 [2021-05-03T10:49:44.195Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
10:49:44 [2021-05-03T10:49:44.195Z] #32 8.856 + git clone https://github.com/kolyshkin/go-swagger.git .
10:49:44 [2021-05-03T10:49:44.195Z] #32 8.856 Cloning into '.'...
10:49:44 [2021-05-03T10:49:44.246Z] #43 7.227   PBCC     images/sysctl.pb-c.c
10:49:44 [2021-05-03T10:49:44.246Z] #43 7.278   DEP      images/sysctl.pb-c.d
10:49:44 [2021-05-03T10:49:44.246Z] #43 7.344   PBCC     images/time.pb-c.c
10:49:44 [2021-05-03T10:49:44.246Z] #43 7.374   DEP      images/time.pb-c.d
10:49:44 [2021-05-03T10:49:44.246Z] #43 7.444   PBCC     images/binfmt-misc.pb-c.c
10:49:44 [2021-05-03T10:49:44.376Z] #13 40.72 Reading package lists...
10:49:44 [2021-05-03T10:49:44.376Z] #13 ...
10:49:44 [2021-05-03T10:49:44.376Z] 
10:49:44 [2021-05-03T10:49:44.376Z] #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
10:49:44 [2021-05-03T10:49:44.376Z] #49 sha256:bb9a44ada7999bf3a3dfd509e3782559d4eedc16639da928020de7d918d7609c
10:49:44 [2021-05-03T10:49:44.376Z] #49 44.31 go: downloading github.com/BurntSushi/toml v0.3.1
10:49:44 [2021-05-03T10:49:44.376Z] #49 45.06 go: extracting github.com/BurntSushi/toml v0.3.1
10:49:44 [2021-05-03T10:49:44.443Z] #58 13.42 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
10:49:44 [2021-05-03T10:49:44.454Z] #32 ...
10:49:44 [2021-05-03T10:49:44.454Z] 
10:49:44 [2021-05-03T10:49:44.454Z] #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
10:49:44 [2021-05-03T10:49:44.454Z] #47 sha256:81349cd65cc4c93b2c49d51c772454da50ddd78bcbb08e70527c896cd7c08700
10:49:44 [2021-05-03T10:49:44.454Z] #47 11.46 go: downloading github.com/jonboulle/clockwork v0.1.0
10:49:44 [2021-05-03T10:49:44.454Z] #47 11.75 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
10:49:44 [2021-05-03T10:49:44.458Z] 
10:49:44 [2021-05-03T10:49:44.458Z] #3 resolve image config for docker.io/docker/dockerfile:1.2
10:49:44 [2021-05-03T10:49:44.458Z] #3 sha256:294a0880f468e89a28a1e5e4d13ea717bf9a656005ccb802a8dcbf12ae5d5949
10:49:44 [2021-05-03T10:49:44.507Z] #43 7.472   DEP      images/binfmt-misc.pb-c.d
10:49:44 [2021-05-03T10:49:44.507Z] #43 7.522   PBCC     images/seccomp.pb-c.c
10:49:44 [2021-05-03T10:49:44.507Z] #43 7.531   DEP      images/seccomp.pb-c.d
10:49:44 [2021-05-03T10:49:44.507Z] #43 7.578   PBCC     images/userns.pb-c.c
10:49:44 [2021-05-03T10:49:44.507Z] #43 7.601   DEP      images/userns.pb-c.d
10:49:44 [2021-05-03T10:49:44.507Z] #43 7.645   PBCC     images/cgroup.pb-c.c
10:49:44 [2021-05-03T10:49:44.507Z] #43 7.667   DEP      images/cgroup.pb-c.d
10:49:44 [2021-05-03T10:49:44.507Z] #43 7.723   PBCC     images/ext-file.pb-c.c
10:49:44 [2021-05-03T10:49:44.714Z] #47 11.91 go: extracting github.com/fatih/color v1.9.0
10:49:44 [2021-05-03T10:49:44.714Z] #47 11.94 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
10:49:44 [2021-05-03T10:49:44.714Z] #47 12.05 go: extracting github.com/jonboulle/clockwork v0.1.0
10:49:44 [2021-05-03T10:49:44.768Z] #43 7.753   DEP      images/ext-file.pb-c.d
10:49:44 [2021-05-03T10:49:44.768Z] #43 7.808   PBCC     images/rpc.pb-c.c
10:49:44 [2021-05-03T10:49:44.768Z] #43 7.882   DEP      images/rpc.pb-c.d
10:49:44 [2021-05-03T10:49:44.768Z] #43 7.953   PBCC     images/siginfo.pb-c.c
10:49:44 [2021-05-03T10:49:44.768Z] #43 7.963   DEP      images/siginfo.pb-c.d
10:49:44 [2021-05-03T10:49:44.768Z] #43 7.989   PBCC     images/pagemap.pb-c.c
10:49:44 [2021-05-03T10:49:44.976Z] #47 12.10 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
10:49:44 [2021-05-03T10:49:44.976Z] #47 12.14 go: extracting github.com/spf13/pflag v1.0.3
10:49:44 [2021-05-03T10:49:44.976Z] #47 12.14 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
10:49:44 [2021-05-03T10:49:44.976Z] #47 12.19 go: downloading github.com/mattn/go-isatty v0.0.12
10:49:45 [2021-05-03T10:49:45.029Z] #43 8.075   DEP      images/pagemap.pb-c.d
10:49:45 [2021-05-03T10:49:45.029Z] #43 8.165   PBCC     images/rlimit.pb-c.c
10:49:45 [2021-05-03T10:49:45.029Z] #43 8.193   DEP      images/rlimit.pb-c.d
10:49:45 [2021-05-03T10:49:45.029Z] #43 8.257   PBCC     images/file-lock.pb-c.c
10:49:45 [2021-05-03T10:49:45.235Z] #47 12.53 go: downloading github.com/mattn/go-colorable v0.1.6
10:49:45 [2021-05-03T10:49:45.290Z] #43 8.294   DEP      images/file-lock.pb-c.d
10:49:45 [2021-05-03T10:49:45.290Z] #43 8.329   PBCC     images/tty.pb-c.c
10:49:45 [2021-05-03T10:49:45.290Z] #43 8.391   DEP      images/tty.pb-c.d
10:49:45 [2021-05-03T10:49:45.290Z] #43 8.436   PBCC     images/tun.pb-c.c
10:49:45 [2021-05-03T10:49:45.290Z] #43 8.475   PBCC     images/netdev.pb-c.c
10:49:45 [2021-05-03T10:49:45.290Z] #43 8.531   DEP      images/tun.pb-c.d
10:49:45 [2021-05-03T10:49:45.382Z] #58 14.60 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
10:49:45 [2021-05-03T10:49:45.401Z] #3 DONE 1.0s
10:49:45 [2021-05-03T10:49:45.401Z] 
10:49:45 [2021-05-03T10:49:45.401Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc
10:49:45 [2021-05-03T10:49:45.401Z] #4 sha256:08363c8751d4545d25bea104f7e51e11696d0e0abf10a017a959436e69805043
10:49:45 [2021-05-03T10:49:45.401Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done
10:49:45 [2021-05-03T10:49:45.401Z] #4 sha256:d9b7b6a9d13deb44598f3c9a244fe9e3b10f85457aa34d4e499afaff6a85c631 1.21kB / 1.21kB done
10:49:45 [2021-05-03T10:49:45.401Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 0B / 9.01MB 0.1s
10:49:45 [2021-05-03T10:49:45.401Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done
10:49:45 [2021-05-03T10:49:45.401Z] #4 sha256:fedac250e13a5a3b8fcd0c6f42857dd78f31052801662f20fc895fd7993eb28a 528B / 528B done
10:49:45 [2021-05-03T10:49:45.401Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 7.34MB / 9.01MB 0.2s
10:49:45 [2021-05-03T10:49:45.494Z] #47 12.75 go: extracting github.com/mattn/go-isatty v0.0.12
10:49:45 [2021-05-03T10:49:45.494Z] #47 12.75 go: extracting github.com/pkg/errors v0.9.1
10:49:45 [2021-05-03T10:49:45.550Z] #43 8.601   DEP      images/netdev.pb-c.d
10:49:45 [2021-05-03T10:49:45.550Z] #43 8.647   PBCC     images/vma.pb-c.c
10:49:45 [2021-05-03T10:49:45.550Z] #43 8.685   DEP      images/vma.pb-c.d
10:49:45 [2021-05-03T10:49:45.550Z] #43 8.757   PBCC     images/creds.pb-c.c
10:49:45 [2021-05-03T10:49:45.663Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 9.01MB / 9.01MB 0.3s done
10:49:45 [2021-05-03T10:49:45.663Z] #4 extracting sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a
10:49:45 [2021-05-03T10:49:45.663Z] #4 extracting sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 0.2s done
10:49:45 [2021-05-03T10:49:45.678Z] #58 14.91 go: downloading github.com/u-root/u-root v7.0.0+incompatible
10:49:45 [2021-05-03T10:49:45.810Z] #43 8.785   DEP      images/creds.pb-c.d
10:49:45 [2021-05-03T10:49:45.810Z] #43 8.831   PBCC     images/utsns.pb-c.c
10:49:45 [2021-05-03T10:49:45.810Z] #43 8.865   DEP      images/utsns.pb-c.d
10:49:45 [2021-05-03T10:49:45.810Z] #43 8.918   PBCC     images/ipc-desc.pb-c.c
10:49:45 [2021-05-03T10:49:45.810Z] #43 8.926   PBCC     images/ipc-sem.pb-c.c
10:49:45 [2021-05-03T10:49:45.810Z] #43 8.979   DEP      images/ipc-desc.pb-c.d
10:49:45 [2021-05-03T10:49:45.925Z] #4 DONE 0.6s
10:49:46 [2021-05-03T10:49:46.065Z] #47 13.12 go: extracting github.com/mattn/go-colorable v0.1.6
10:49:46 [2021-05-03T10:49:46.071Z] #43 9.015   DEP      images/ipc-sem.pb-c.d
10:49:46 [2021-05-03T10:49:46.071Z] #43 9.084   PBCC     images/ipc-msg.pb-c.c
10:49:46 [2021-05-03T10:49:46.071Z] #43 9.112   DEP      images/ipc-msg.pb-c.d
10:49:46 [2021-05-03T10:49:46.071Z] #43 9.164   PBCC     images/ipc-shm.pb-c.c
10:49:46 [2021-05-03T10:49:46.071Z] #43 9.187   DEP      images/ipc-shm.pb-c.d
10:49:46 [2021-05-03T10:49:46.071Z] #43 9.231   PBCC     images/ipc-var.pb-c.c
10:49:46 [2021-05-03T10:49:46.071Z] #43 9.262   DEP      images/ipc-var.pb-c.d
10:49:46 [2021-05-03T10:49:46.071Z] #43 9.294   PBCC     images/sk-opts.pb-c.c
10:49:46 [2021-05-03T10:49:46.185Z] 
10:49:46 [2021-05-03T10:49:46.186Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
10:49:46 [2021-05-03T10:49:46.186Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
10:49:46 [2021-05-03T10:49:46.276Z] #49 48.50 go: extracting github.com/gogo/protobuf v1.2.1
10:49:46 [2021-05-03T10:49:46.332Z] #43 9.322   PBCC     images/packet-sock.pb-c.c
10:49:46 [2021-05-03T10:49:46.332Z] #43 9.354   DEP      images/sk-opts.pb-c.d
10:49:46 [2021-05-03T10:49:46.332Z] #43 9.386   DEP      images/packet-sock.pb-c.d
10:49:46 [2021-05-03T10:49:46.332Z] #43 9.418   PBCC     images/sk-netlink.pb-c.c
10:49:46 [2021-05-03T10:49:46.332Z] #43 9.450   DEP      images/sk-netlink.pb-c.d
10:49:46 [2021-05-03T10:49:46.332Z] #43 9.521   PBCC     images/sk-inet.pb-c.c
10:49:46 [2021-05-03T10:49:46.593Z] #43 9.598   DEP      images/sk-inet.pb-c.d
10:49:46 [2021-05-03T10:49:46.593Z] #43 9.648   PBCC     images/sk-unix.pb-c.c
10:49:46 [2021-05-03T10:49:46.593Z] #43 9.701   DEP      images/sk-unix.pb-c.d
10:49:46 [2021-05-03T10:49:46.593Z] #43 9.751   PBCC     images/mm.pb-c.c
10:49:46 [2021-05-03T10:49:46.631Z] #58 15.53 go: extracting github.com/moby/vpnkit v0.5.0
10:49:46 [2021-05-03T10:49:46.631Z] #58 ...
10:49:46 [2021-05-03T10:49:46.631Z] 
10:49:46 [2021-05-03T10:49:46.631Z] #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
10:49:46 [2021-05-03T10:49:46.631Z] #24 sha256:2aaecce0b158fd316c0725a8af3acc85d3173d1cd133e74270ec8125d917fdf6
10:49:46 [2021-05-03T10:49:46.631Z] #24 14.81 + mkdir -p /build
10:49:46 [2021-05-03T10:49:46.631Z] #24 14.82 + mv docker/docker /build/
10:49:46 [2021-05-03T10:49:46.631Z] #24 14.82 + rmdir docker
10:49:46 [2021-05-03T10:49:46.631Z] #24 DONE 15.7s
10:49:46 [2021-05-03T10:49:46.631Z] 
10:49:46 [2021-05-03T10:49:46.631Z] #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
10:49:46 [2021-05-03T10:49:46.631Z] #49 sha256:83716a12778e80b04746817decbf1060e77c2bc9a043a1a4b46e748b30c45354
10:49:46 [2021-05-03T10:49:46.631Z] #49 15.90 go: downloading github.com/spf13/viper v1.6.1
10:49:46 [2021-05-03T10:49:46.631Z] #49 15.90 go: downloading github.com/spf13/cobra v0.0.5
10:49:46 [2021-05-03T10:49:46.631Z] #49 15.90 go: downloading github.com/pkg/errors v0.8.1
10:49:46 [2021-05-03T10:49:46.853Z] #43 9.791   DEP      images/mm.pb-c.d
10:49:46 [2021-05-03T10:49:46.853Z] #43 9.883   PBCC     images/timerfd.pb-c.c
10:49:46 [2021-05-03T10:49:46.853Z] #43 9.973   DEP      images/timerfd.pb-c.d
10:49:46 [2021-05-03T10:49:46.853Z] #43 10.03   PBCC     images/timer.pb-c.c
10:49:46 [2021-05-03T10:49:46.891Z] #49 15.98 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
10:49:46 [2021-05-03T10:49:46.891Z] #49 15.98 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
10:49:46 [2021-05-03T10:49:46.891Z] #49 16.10 go: downloading github.com/go-critic/go-critic v0.4.1
10:49:46 [2021-05-03T10:49:46.891Z] #49 16.10 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
10:49:46 [2021-05-03T10:49:46.891Z] #49 16.22 go: downloading github.com/spf13/pflag v1.0.5
10:49:47 [2021-05-03T10:49:47.128Z] #8 DONE 0.9s
10:49:47 [2021-05-03T10:49:47.128Z] 
10:49:47 [2021-05-03T10:49:47.128Z] #5 [internal] load metadata for docker.io/library/debian:buster
10:49:47 [2021-05-03T10:49:47.128Z] #5 sha256:f1b65f84b73951f42780ae75c92800bded73658353301e79e5dc186186c67a6c
10:49:47 [2021-05-03T10:49:47.128Z] #5 DONE 0.9s
10:49:47 [2021-05-03T10:49:47.128Z] 
10:49:47 [2021-05-03T10:49:47.128Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
10:49:47 [2021-05-03T10:49:47.128Z] #6 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
10:49:47 [2021-05-03T10:49:47.128Z] #6 DONE 0.9s
10:49:47 [2021-05-03T10:49:47.128Z] 
10:49:47 [2021-05-03T10:49:47.128Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster
10:49:47 [2021-05-03T10:49:47.128Z] #7 sha256:0ff4d7102a8b2da8074784734c04086c33174d81a15b9d3c7333eecc02eac4f0
10:49:47 [2021-05-03T10:49:47.128Z] #7 DONE 1.0s
10:49:47 [2021-05-03T10:49:47.130Z] #43 10.06   DEP      images/timer.pb-c.d
10:49:47 [2021-05-03T10:49:47.130Z] #43 10.14   PBCC     images/sa.pb-c.c
10:49:47 [2021-05-03T10:49:47.130Z] #43 10.17   DEP      images/sa.pb-c.d
10:49:47 [2021-05-03T10:49:47.130Z] #43 10.23   PBCC     images/pipe-data.pb-c.c
10:49:47 [2021-05-03T10:49:47.130Z] #43 10.28   DEP      images/pipe-data.pb-c.d
10:49:47 [2021-05-03T10:49:47.151Z] #49 16.31 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
10:49:47 [2021-05-03T10:49:47.151Z] #49 16.31 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
10:49:47 [2021-05-03T10:49:47.392Z] #43 10.33   PBCC     images/mnt.pb-c.c
10:49:47 [2021-05-03T10:49:47.392Z] #43 10.41   DEP      images/mnt.pb-c.d
10:49:47 [2021-05-03T10:49:47.392Z] #43 10.46   PBCC     images/sk-packet.pb-c.c
10:49:47 [2021-05-03T10:49:47.392Z] #43 10.49   DEP      images/sk-packet.pb-c.d
10:49:47 [2021-05-03T10:49:47.392Z] #43 10.56   PBCC     images/tcp-stream.pb-c.c
10:49:47 [2021-05-03T10:49:47.411Z] #49 ...
10:49:47 [2021-05-03T10:49:47.411Z] 
10:49:47 [2021-05-03T10:49:47.411Z] #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
10:49:47 [2021-05-03T10:49:47.411Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:49:47 [2021-05-03T10:49:47.411Z] #13 10.11 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
10:49:47 [2021-05-03T10:49:47.411Z] #13 10.11 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
10:49:47 [2021-05-03T10:49:47.411Z] #13 ...
10:49:47 [2021-05-03T10:49:47.411Z] 
10:49:47 [2021-05-03T10:49:47.411Z] #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
10:49:47 [2021-05-03T10:49:47.411Z] #49 sha256:83716a12778e80b04746817decbf1060e77c2bc9a043a1a4b46e748b30c45354
10:49:47 [2021-05-03T10:49:47.411Z] #49 16.56 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
10:49:47 [2021-05-03T10:49:47.411Z] #49 16.56 go: extracting github.com/spf13/viper v1.6.1
10:49:47 [2021-05-03T10:49:47.411Z] #49 16.59 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
10:49:47 [2021-05-03T10:49:47.411Z] #49 16.63 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
10:49:47 [2021-05-03T10:49:47.411Z] #49 16.67 go: extracting github.com/pkg/errors v0.8.1
10:49:47 [2021-05-03T10:49:47.411Z] #49 16.67 go: downloading github.com/hashicorp/hcl v1.0.0
10:49:47 [2021-05-03T10:49:47.411Z] #49 16.67 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
10:49:47 [2021-05-03T10:49:47.411Z] #49 16.68 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
10:49:47 [2021-05-03T10:49:47.411Z] #49 16.68 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
10:49:47 [2021-05-03T10:49:47.671Z] #49 16.79 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
10:49:47 [2021-05-03T10:49:47.673Z] #43 10.61   DEP      images/tcp-stream.pb-c.d
10:49:47 [2021-05-03T10:49:47.673Z] #43 10.69   PBCC     images/pipe.pb-c.c
10:49:47 [2021-05-03T10:49:47.673Z] #43 10.75   DEP      images/pipe.pb-c.d
10:49:47 [2021-05-03T10:49:47.702Z] 
10:49:47 [2021-05-03T10:49:47.702Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
10:49:47 [2021-05-03T10:49:47.702Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
10:49:47 [2021-05-03T10:49:47.702Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
10:49:47 [2021-05-03T10:49:47.935Z] #43 10.88   PBCC     images/pstree.pb-c.c
10:49:47 [2021-05-03T10:49:47.935Z] #43 10.89   DEP      images/pstree.pb-c.d
10:49:47 [2021-05-03T10:49:47.935Z] #43 10.96   PBCC     images/fs.pb-c.c
10:49:47 [2021-05-03T10:49:47.935Z] #43 11.01   DEP      images/fs.pb-c.d
10:49:47 [2021-05-03T10:49:47.935Z] #43 11.06   PBCC     images/signalfd.pb-c.c
10:49:47 [2021-05-03T10:49:47.935Z] #43 11.10   DEP      images/signalfd.pb-c.d
10:49:47 [2021-05-03T10:49:47.970Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
10:49:47 [2021-05-03T10:49:47.970Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
10:49:47 [2021-05-03T10:49:47.970Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0B / 9.86MB 0.1s
10:49:47 [2021-05-03T10:49:47.970Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
10:49:47 [2021-05-03T10:49:47.970Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 7.34MB / 9.86MB 0.2s
10:49:48 [2021-05-03T10:49:48.166Z] #49 ...
10:49:48 [2021-05-03T10:49:48.166Z] 
10:49:48 [2021-05-03T10:49:48.166Z] #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
10:49:48 [2021-05-03T10:49:48.166Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
10:49:48 [2021-05-03T10:49:48.166Z] #36 41.78 Reading package lists...
10:49:48 [2021-05-03T10:49:48.196Z] #43 11.14   PBCC     images/fh.pb-c.c
10:49:48 [2021-05-03T10:49:48.196Z] #43 11.25   PBCC     images/fsnotify.pb-c.c
10:49:48 [2021-05-03T10:49:48.196Z] #43 11.29   DEP      images/fh.pb-c.d
10:49:48 [2021-05-03T10:49:48.196Z] #43 11.37   DEP      images/fsnotify.pb-c.d
10:49:48 [2021-05-03T10:49:48.242Z] #49 17.21 go: extracting github.com/spf13/pflag v1.0.5
10:49:48 [2021-05-03T10:49:48.242Z] #49 17.31 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
10:49:48 [2021-05-03T10:49:48.242Z] #49 17.31 go: extracting github.com/spf13/cobra v0.0.5
10:49:48 [2021-05-03T10:49:48.242Z] #49 17.36 go: extracting github.com/go-critic/go-critic v0.4.1
10:49:48 [2021-05-03T10:49:48.247Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.3s
10:49:48 [2021-05-03T10:49:48.457Z] #43 11.47   PBCC     images/eventpoll.pb-c.c
10:49:48 [2021-05-03T10:49:48.457Z] #43 ...
10:49:48 [2021-05-03T10:49:48.457Z] 
10:49:48 [2021-05-03T10:49:48.457Z] #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
10:49:48 [2021-05-03T10:49:48.457Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:49:48 [2021-05-03T10:49:48.457Z] #13 62.92 Selecting previously unselected package mingw-w64-x86-64-dev.
10:49:48 [2021-05-03T10:49:48.457Z] #13 62.92 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
10:49:48 [2021-05-03T10:49:48.457Z] #13 62.93 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
10:49:48 [2021-05-03T10:49:48.457Z] #13 68.89 Selecting previously unselected package gcc-mingw-w64-base.
10:49:48 [2021-05-03T10:49:48.457Z] #13 68.90 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
10:49:48 [2021-05-03T10:49:48.457Z] #13 68.91 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
10:49:48 [2021-05-03T10:49:48.457Z] #13 69.06 Selecting previously unselected package gcc-mingw-w64-x86-64.
10:49:48 [2021-05-03T10:49:48.457Z] #13 69.07 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
10:49:48 [2021-05-03T10:49:48.457Z] #13 69.08 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
10:49:48 [2021-05-03T10:49:48.457Z] #13 ...
10:49:48 [2021-05-03T10:49:48.457Z] 
10:49:48 [2021-05-03T10:49:48.457Z] #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
10:49:48 [2021-05-03T10:49:48.457Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:49:48 [2021-05-03T10:49:48.457Z] #43 11.51   DEP      images/eventpoll.pb-c.d
10:49:48 [2021-05-03T10:49:48.457Z] #43 11.56   PBCC     images/eventfd.pb-c.c
10:49:48 [2021-05-03T10:49:48.457Z] #43 11.59   DEP      images/eventfd.pb-c.d
10:49:48 [2021-05-03T10:49:48.501Z] #49 17.52 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
10:49:48 [2021-05-03T10:49:48.534Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.4s done
10:49:48 [2021-05-03T10:49:48.534Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734
10:49:48 [2021-05-03T10:49:48.648Z] #47 15.58 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
10:49:48 [2021-05-03T10:49:48.648Z] #47 15.80 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
10:49:48 [2021-05-03T10:49:48.717Z] #43 11.64   PBCC     images/remap-file-path.pb-c.c
10:49:48 [2021-05-03T10:49:48.717Z] #43 11.70   DEP      images/remap-file-path.pb-c.d
10:49:48 [2021-05-03T10:49:48.717Z] #43 11.77   PBCC     images/fifo.pb-c.c
10:49:48 [2021-05-03T10:49:48.717Z] #43 11.78   DEP      images/fifo.pb-c.d
10:49:48 [2021-05-03T10:49:48.717Z] #43 11.88   PBCC     images/ghost-file.pb-c.c
10:49:48 [2021-05-03T10:49:48.717Z] #43 11.96   DEP      images/ghost-file.pb-c.d
10:49:48 [2021-05-03T10:49:48.761Z] #49 17.73 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
10:49:48 [2021-05-03T10:49:48.977Z] #43 12.01   PBCC     images/regfile.pb-c.c
10:49:48 [2021-05-03T10:49:48.977Z] #43 12.06   DEP      images/regfile.pb-c.d
10:49:48 [2021-05-03T10:49:48.977Z] #43 12.12   PBCC     images/ns.pb-c.c
10:49:48 [2021-05-03T10:49:48.977Z] #43 12.15   DEP      images/ns.pb-c.d
10:49:48 [2021-05-03T10:49:48.977Z] #43 12.21   PBCC     images/fdinfo.pb-c.c
10:49:49 [2021-05-03T10:49:49.021Z] #49 18.09 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
10:49:49 [2021-05-03T10:49:49.021Z] #49 18.22 go: extracting github.com/hashicorp/hcl v1.0.0
10:49:49 [2021-05-03T10:49:49.021Z] #49 18.24 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
10:49:49 [2021-05-03T10:49:49.239Z] #43 12.27   DEP      images/fdinfo.pb-c.d
10:49:49 [2021-05-03T10:49:49.239Z] #43 12.39   PBCC     images/core-aarch64.pb-c.c
10:49:49 [2021-05-03T10:49:49.239Z] #43 12.43   PBCC     images/core-arm.pb-c.c
10:49:49 [2021-05-03T10:49:49.239Z] #43 12.46   PBCC     images/core-ppc64.pb-c.c
10:49:49 [2021-05-03T10:49:49.280Z] #49 18.37 go: downloading github.com/fsnotify/fsnotify v1.4.7
10:49:49 [2021-05-03T10:49:49.482Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.9s done
10:49:49 [2021-05-03T10:49:49.499Z] #43 12.52   PBCC     images/core-s390.pb-c.c
10:49:49 [2021-05-03T10:49:49.499Z] #43 12.58   PBCC     images/core-x86.pb-c.c
10:49:49 [2021-05-03T10:49:49.499Z] #43 ...
10:49:49 [2021-05-03T10:49:49.499Z] 
10:49:49 [2021-05-03T10:49:49.499Z] #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
10:49:49 [2021-05-03T10:49:49.499Z] #45 sha256:3c300042d3325d05ae0fd5f6c25145d6aaf7594723399bc80e89aa7cb3b81cad
10:49:49 [2021-05-03T10:49:49.499Z] #45 66.59 fmt
10:49:49 [2021-05-03T10:49:49.499Z] #45 70.21 regexp
10:49:49 [2021-05-03T10:49:49.499Z] #45 70.80 flag
10:49:49 [2021-05-03T10:49:49.499Z] #45 72.26 go/token
10:49:49 [2021-05-03T10:49:49.499Z] #45 73.09 go/scanner
10:49:49 [2021-05-03T10:49:49.499Z] #45 73.45 internal/lazyregexp
10:49:49 [2021-05-03T10:49:49.499Z] #45 73.81 path
10:49:49 [2021-05-03T10:49:49.499Z] #45 74.06 go/ast
10:49:49 [2021-05-03T10:49:49.499Z] #45 74.23 io/ioutil
10:49:49 [2021-05-03T10:49:49.499Z] #45 74.80 net/url
10:49:49 [2021-05-03T10:49:49.499Z] #45 76.60 text/template/parse
10:49:49 [2021-05-03T10:49:49.499Z] #45 ...
10:49:49 [2021-05-03T10:49:49.499Z] 
10:49:49 [2021-05-03T10:49:49.499Z] #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
10:49:49 [2021-05-03T10:49:49.499Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:49:49 [2021-05-03T10:49:49.499Z] #43 12.65   PBCC     images/core.pb-c.c
10:49:49 [2021-05-03T10:49:49.499Z] #43 12.72   PBCC     images/inventory.pb-c.c
10:49:49 [2021-05-03T10:49:49.540Z] #49 18.68 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
10:49:49 [2021-05-03T10:49:49.587Z] #47 ...
10:49:49 [2021-05-03T10:49:49.587Z] 
10:49:49 [2021-05-03T10:49:49.587Z] #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
10:49:49 [2021-05-03T10:49:49.587Z] #58 sha256:e6b8a9717b927bb5a5a04efeb11b16b02d2b69023de103d60a65e1836e402880
10:49:49 [2021-05-03T10:49:49.587Z] #58 6.616 + RM_GOPATH=0
10:49:49 [2021-05-03T10:49:49.587Z] #58 6.616 + TMP_GOPATH=
10:49:49 [2021-05-03T10:49:49.587Z] #58 6.616 + : /build
10:49:49 [2021-05-03T10:49:49.587Z] #58 6.616 + '[' -z '' ']'
10:49:49 [2021-05-03T10:49:49.587Z] #58 6.616 ++ mktemp -d
10:49:49 [2021-05-03T10:49:49.587Z] #58 6.616 + export GOPATH=/tmp/tmp.0DqPT4UuH8
10:49:49 [2021-05-03T10:49:49.587Z] #58 6.616 + GOPATH=/tmp/tmp.0DqPT4UuH8
10:49:49 [2021-05-03T10:49:49.587Z] #58 6.616 + RM_GOPATH=1
10:49:49 [2021-05-03T10:49:49.587Z] #58 6.616 + case "$(go env GOARCH)" in
10:49:49 [2021-05-03T10:49:49.587Z] #58 6.617 ++ go env GOARCH
10:49:49 [2021-05-03T10:49:49.587Z] #58 6.625 + export GO_BUILDMODE=-buildmode=pie
10:49:49 [2021-05-03T10:49:49.587Z] #58 6.625 + GO_BUILDMODE=-buildmode=pie
10:49:49 [2021-05-03T10:49:49.587Z] #58 6.625 ++ dirname /tmp/install/install.sh
10:49:49 [2021-05-03T10:49:49.587Z] #58 6.626 + dir=/tmp/install
10:49:49 [2021-05-03T10:49:49.587Z] #58 6.626 + bin=rootlesskit
10:49:49 [2021-05-03T10:49:49.587Z] #58 6.626 + shift
10:49:49 [2021-05-03T10:49:49.587Z] #58 6.626 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
10:49:49 [2021-05-03T10:49:49.587Z] #58 6.626 + . /tmp/install/rootlesskit.installer
10:49:49 [2021-05-03T10:49:49.587Z] #58 6.626 ++ : 4cd567642273d369adaadcbadca00880552c1778
10:49:49 [2021-05-03T10:49:49.587Z] #58 6.626 + install_rootlesskit
10:49:49 [2021-05-03T10:49:49.587Z] #58 6.626 + case "$1" in
10:49:49 [2021-05-03T10:49:49.587Z] #58 6.626 + export CGO_ENABLED=0
10:49:49 [2021-05-03T10:49:49.587Z] #58 6.626 + CGO_ENABLED=0
10:49:49 [2021-05-03T10:49:49.587Z] #58 6.626 + _install_rootlesskit
10:49:49 [2021-05-03T10:49:49.587Z] #58 6.629 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778
10:49:49 [2021-05-03T10:49:49.587Z] #58 6.629 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778'
10:49:49 [2021-05-03T10:49:49.587Z] #58 6.629 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.0DqPT4UuH8/src/github.com/rootless-containers/rootlesskit
10:49:49 [2021-05-03T10:49:49.587Z] #58 6.629 Cloning into '/tmp/tmp.0DqPT4UuH8/src/github.com/rootless-containers/rootlesskit'...
10:49:49 [2021-05-03T10:49:49.587Z] #58 11.38 + cd /tmp/tmp.0DqPT4UuH8/src/github.com/rootless-containers/rootlesskit
10:49:49 [2021-05-03T10:49:49.587Z] #58 11.38 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778
10:49:49 [2021-05-03T10:49:49.587Z] #58 11.43 + export GO111MODULE=on
10:49:49 [2021-05-03T10:49:49.587Z] #58 11.43 + GO111MODULE=on
10:49:49 [2021-05-03T10:49:49.587Z] #58 11.43 + export GOPROXY=https://proxy.golang.org
10:49:49 [2021-05-03T10:49:49.587Z] #58 11.43 + GOPROXY=https://proxy.golang.org
10:49:49 [2021-05-03T10:49:49.587Z] #58 11.43 + for f in rootlesskit rootlesskit-docker-proxy
10:49:49 [2021-05-03T10:49:49.587Z] #58 11.43 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
10:49:49 [2021-05-03T10:49:49.587Z] #58 13.91 go: downloading github.com/urfave/cli/v2 v2.3.0
10:49:49 [2021-05-03T10:49:49.587Z] #58 13.92 go: downloading github.com/sirupsen/logrus v1.8.1
10:49:49 [2021-05-03T10:49:49.587Z] #58 13.93 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
10:49:49 [2021-05-03T10:49:49.587Z] #58 13.98 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
10:49:49 [2021-05-03T10:49:49.587Z] #58 14.00 go: downloading github.com/pkg/errors v0.9.1
10:49:49 [2021-05-03T10:49:49.587Z] #58 14.11 go: downloading github.com/moby/vpnkit v0.5.0
10:49:49 [2021-05-03T10:49:49.587Z] #58 14.22 go: downloading github.com/gofrs/flock v0.8.0
10:49:49 [2021-05-03T10:49:49.587Z] #58 14.44 go: extracting github.com/pkg/errors v0.9.1
10:49:49 [2021-05-03T10:49:49.587Z] #58 14.76 go: extracting github.com/sirupsen/logrus v1.8.1
10:49:49 [2021-05-03T10:49:49.587Z] #58 14.77 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
10:49:49 [2021-05-03T10:49:49.587Z] #58 15.32 go: extracting github.com/gofrs/flock v0.8.0
10:49:49 [2021-05-03T10:49:49.587Z] #58 15.83 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
10:49:49 [2021-05-03T10:49:49.587Z] #58 15.85 go: downloading github.com/moby/sys/mountinfo v0.4.1
10:49:49 [2021-05-03T10:49:49.587Z] #58 16.05 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
10:49:49 [2021-05-03T10:49:49.587Z] #58 16.15 go: downloading github.com/gorilla/mux v1.8.0
10:49:49 [2021-05-03T10:49:49.587Z] #58 16.31 go: downloading github.com/google/uuid v1.2.0
10:49:49 [2021-05-03T10:49:49.587Z] #58 16.63 go: extracting github.com/moby/sys/mountinfo v0.4.1
10:49:49 [2021-05-03T10:49:49.587Z] #58 16.83 go: extracting github.com/google/uuid v1.2.0
10:49:49 [2021-05-03T10:49:49.761Z] #43 12.79   DEP      images/core-aarch64.pb-c.d
10:49:49 [2021-05-03T10:49:49.761Z] #43 12.86   DEP      images/core-arm.pb-c.d
10:49:49 [2021-05-03T10:49:49.761Z] #43 12.88   DEP      images/core-ppc64.pb-c.d
10:49:49 [2021-05-03T10:49:49.761Z] #43 12.93   DEP      images/core-s390.pb-c.d
10:49:49 [2021-05-03T10:49:49.761Z] #43 12.96   DEP      images/core-x86.pb-c.d
10:49:49 [2021-05-03T10:49:49.846Z] #58 17.18 go: extracting github.com/gorilla/mux v1.8.0
10:49:50 [2021-05-03T10:49:50.021Z] #43 13.03   DEP      images/core.pb-c.d
10:49:50 [2021-05-03T10:49:50.021Z] #43 13.11   DEP      images/inventory.pb-c.d
10:49:50 [2021-05-03T10:49:50.021Z] #43 13.19   PBCC     images/cpuinfo.pb-c.c
10:49:50 [2021-05-03T10:49:50.021Z] #43 13.22   DEP      images/cpuinfo.pb-c.d
10:49:50 [2021-05-03T10:49:50.110Z] #49 19.19 go: extracting github.com/fsnotify/fsnotify v1.4.7
10:49:50 [2021-05-03T10:49:50.110Z] #49 19.19 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
10:49:50 [2021-05-03T10:49:50.281Z] #43 13.30   PBCC     images/stats.pb-c.c
10:49:50 [2021-05-03T10:49:50.281Z] #43 13.31   DEP      images/stats.pb-c.d
10:49:50 [2021-05-03T10:49:50.433Z] #62 DONE 2.6s
10:49:50 [2021-05-03T10:49:50.433Z] 
10:49:50 [2021-05-03T10:49:50.433Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
10:49:50 [2021-05-03T10:49:50.433Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91
10:49:50 [2021-05-03T10:49:50.433Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.1s done
10:49:50 [2021-05-03T10:49:50.433Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
10:49:50 [2021-05-03T10:49:50.433Z] #9 sha256:688d484c81b27fd58d8180e0f2b8371eb311a2f9afe5a4d761f838c9936152e7 6.19kB / 6.19kB done
10:49:50 [2021-05-03T10:49:50.433Z] #9 sha256:c6f3dd0bda1f61865a66d18090c8cecbe4df870c2d1083927e043367ef707688 1.79kB / 1.79kB done
10:49:50 [2021-05-03T10:49:50.433Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 1.5s done
10:49:50 [2021-05-03T10:49:50.433Z] #9 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.68MB / 7.68MB 0.8s done
10:49:50 [2021-05-03T10:49:50.433Z] #9 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 2.4s done
10:49:50 [2021-05-03T10:49:50.433Z] #9 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 0.9s
10:49:50 [2021-05-03T10:49:50.433Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 0B / 97.69MB 2.6s
10:49:50 [2021-05-03T10:49:50.433Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 0B / 62.53MB 2.6s
10:49:50 [2021-05-03T10:49:50.433Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 0B / 52.16MB 2.6s
10:49:50 [2021-05-03T10:49:50.718Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 15.73MB / 97.69MB 2.8s
10:49:50 [2021-05-03T10:49:50.718Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 14.55MB / 52.16MB 2.8s
10:49:50 [2021-05-03T10:49:50.718Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 27.26MB / 97.69MB 2.9s
10:49:50 [2021-05-03T10:49:50.718Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 15.73MB / 62.53MB 2.9s
10:49:50 [2021-05-03T10:49:50.718Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 26.21MB / 52.16MB 2.9s
10:49:50 [2021-05-03T10:49:50.787Z] #58 17.94 go: extracting github.com/moby/vpnkit v0.5.0
10:49:50 [2021-05-03T10:49:50.982Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 32.51MB / 97.69MB 3.0s
10:49:50 [2021-05-03T10:49:50.982Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 23.07MB / 62.53MB 3.0s
10:49:50 [2021-05-03T10:49:50.982Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 35.65MB / 52.16MB 3.0s
10:49:50 [2021-05-03T10:49:50.982Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 42.23MB / 97.69MB 3.2s
10:49:50 [2021-05-03T10:49:50.982Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 31.46MB / 62.53MB 3.2s
10:49:50 [2021-05-03T10:49:50.982Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 3.2s
10:49:51 [2021-05-03T10:49:51.051Z] #49 19.97 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
10:49:51 [2021-05-03T10:49:51.051Z] #49 20.25 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
10:49:51 [2021-05-03T10:49:51.051Z] #58 ...
10:49:51 [2021-05-03T10:49:51.051Z] 
10:49:51 [2021-05-03T10:49:51.051Z] #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
10:49:51 [2021-05-03T10:49:51.051Z] #47 sha256:81349cd65cc4c93b2c49d51c772454da50ddd78bcbb08e70527c896cd7c08700
10:49:51 [2021-05-03T10:49:51.051Z] #47 18.30 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
10:49:51 [2021-05-03T10:49:51.256Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 50.33MB / 97.69MB 3.3s
10:49:51 [2021-05-03T10:49:51.257Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 55.30MB / 97.69MB 3.4s
10:49:51 [2021-05-03T10:49:51.257Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 37.75MB / 62.53MB 3.4s
10:49:51 [2021-05-03T10:49:51.258Z] #36 51.09 Building dependency tree...
10:49:51 [2021-05-03T10:49:51.316Z] #49 ...
10:49:51 [2021-05-03T10:49:51.316Z] 
10:49:51 [2021-05-03T10:49:51.316Z] #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
10:49:51 [2021-05-03T10:49:51.316Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
10:49:51 [2021-05-03T10:49:51.316Z] #42 10.44 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
10:49:51 [2021-05-03T10:49:51.316Z] #42 12.88 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [285 kB]
10:49:51 [2021-05-03T10:49:51.316Z] #42 15.09 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
10:49:51 [2021-05-03T10:49:51.346Z] #47 ...
10:49:51 [2021-05-03T10:49:51.346Z] 
10:49:51 [2021-05-03T10:49:51.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
10:49:51 [2021-05-03T10:49:51.346Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
10:49:51 [2021-05-03T10:49:51.346Z] #40 8.259 + git clone https://github.com/docker/distribution.git .
10:49:51 [2021-05-03T10:49:51.346Z] #40 8.259 Cloning into '.'...
10:49:51 [2021-05-03T10:49:51.534Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 76.16MB / 97.69MB 3.6s
10:49:51 [2021-05-03T10:49:51.534Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 58.72MB / 62.53MB 3.6s
10:49:51 [2021-05-03T10:49:51.534Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 87.03MB / 97.69MB 3.7s
10:49:51 [2021-05-03T10:49:51.534Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 3.7s
10:49:51 [2021-05-03T10:49:51.577Z] #42 ...
10:49:51 [2021-05-03T10:49:51.577Z] 
10:49:51 [2021-05-03T10:49:51.577Z] #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
10:49:51 [2021-05-03T10:49:51.577Z] #51 sha256:e901b71a63a78a914d589b7b1e8d048880f8b76b56766c8e93c470b6c423fa9a
10:49:51 [2021-05-03T10:49:51.577Z] #51 17.17 + cd /tmp/tmp.eeKTCNv1bl/src/github.com/mvdan/sh
10:49:51 [2021-05-03T10:49:51.577Z] #51 17.17 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
10:49:51 [2021-05-03T10:49:51.577Z] #51 17.36 + GO111MODULE=on
10:49:51 [2021-05-03T10:49:51.577Z] #51 17.36 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
10:49:51 [2021-05-03T10:49:51.577Z] #51 18.56 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
10:49:51 [2021-05-03T10:49:51.577Z] #51 18.66 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
10:49:51 [2021-05-03T10:49:51.577Z] #51 18.66 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
10:49:51 [2021-05-03T10:49:51.577Z] #51 19.02 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
10:49:51 [2021-05-03T10:49:51.577Z] #51 19.02 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
10:49:51 [2021-05-03T10:49:51.577Z] #51 19.95 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
10:49:51 [2021-05-03T10:49:51.577Z] #51 20.71 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
10:49:51 [2021-05-03T10:49:51.606Z] #40 ...
10:49:51 [2021-05-03T10:49:51.606Z] 
10:49:51 [2021-05-03T10:49:51.606Z] #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
10:49:51 [2021-05-03T10:49:51.606Z] #45 sha256:5be091d371b3ee9e5fdfa7afb55a5178f0911cf54926b027e86550f7bde27bc6
10:49:51 [2021-05-03T10:49:51.606Z] #45 10.73 internal/cpu
10:49:51 [2021-05-03T10:49:51.606Z] #45 10.79 runtime/internal/atomic
10:49:51 [2021-05-03T10:49:51.606Z] #45 11.25 runtime/internal/sys
10:49:51 [2021-05-03T10:49:51.606Z] #45 11.85 runtime/internal/math
10:49:51 [2021-05-03T10:49:51.606Z] #45 12.13 internal/bytealg
10:49:51 [2021-05-03T10:49:51.606Z] #45 12.23 internal/race
10:49:51 [2021-05-03T10:49:51.606Z] #45 12.47 sync/atomic
10:49:51 [2021-05-03T10:49:51.606Z] #45 13.06 unicode
10:49:51 [2021-05-03T10:49:51.606Z] #45 13.65 runtime
10:49:51 [2021-05-03T10:49:51.606Z] #45 17.50 unicode/utf8
10:49:51 [2021-05-03T10:49:51.606Z] #45 18.89 math/bits
10:49:51 [2021-05-03T10:49:51.664Z] #43 14.72 make[1]: Nothing to be done for 'all'.
10:49:51 [2021-05-03T10:49:51.796Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 3.8s
10:49:51 [2021-05-03T10:49:51.866Z] #45 ...
10:49:51 [2021-05-03T10:49:51.866Z] 
10:49:51 [2021-05-03T10:49:51.866Z] #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
10:49:51 [2021-05-03T10:49:51.866Z] #24 sha256:e4a100b547d585937e1ae71286381e7c4f03a85626a392138afe6b1faacea1a8
10:49:51 [2021-05-03T10:49:51.866Z] #24 19.18 + mkdir -p /build
10:49:51 [2021-05-03T10:49:51.866Z] #24 19.24 + mv docker/docker /build/
10:49:51 [2021-05-03T10:49:51.866Z] #24 19.24 + rmdir docker
10:49:52 [2021-05-03T10:49:52.057Z] #9 ...
10:49:52 [2021-05-03T10:49:52.057Z] 
10:49:52 [2021-05-03T10:49:52.057Z] #23 [internal] load build context
10:49:52 [2021-05-03T10:49:52.057Z] #23 sha256:04f2c03ee3c865017b9fc2b5c044c2feab43352f0883361c3105d3d5e79961c2
10:49:52 [2021-05-03T10:49:52.057Z] #23 transferring context: 53.21MB 3.7s done
10:49:52 [2021-05-03T10:49:52.057Z] #23 DONE 4.3s
10:49:52 [2021-05-03T10:49:52.057Z] 
10:49:52 [2021-05-03T10:49:52.057Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
10:49:52 [2021-05-03T10:49:52.057Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91
10:49:52 [2021-05-03T10:49:52.438Z] #24 DONE 19.7s
10:49:52 [2021-05-03T10:49:52.438Z] 
10:49:52 [2021-05-03T10:49:52.438Z] #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
10:49:52 [2021-05-03T10:49:52.438Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:49:52 [2021-05-03T10:49:52.438Z] #13 5.375 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
10:49:52 [2021-05-03T10:49:52.438Z] #13 5.605 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
10:49:52 [2021-05-03T10:49:52.438Z] #13 5.610 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
10:49:52 [2021-05-03T10:49:52.438Z] #13 5.610 Get:4 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
10:49:52 [2021-05-03T10:49:52.438Z] #13 7.900 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
10:49:52 [2021-05-03T10:49:52.438Z] #13 10.46 Get:6 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [285 kB]
10:49:52 [2021-05-03T10:49:52.438Z] #13 12.03 Get:7 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
10:49:52 [2021-05-03T10:49:52.515Z] #51 ...
10:49:52 [2021-05-03T10:49:52.515Z] 
10:49:52 [2021-05-03T10:49:52.515Z] #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
10:49:52 [2021-05-03T10:49:52.515Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
10:49:52 [2021-05-03T10:49:52.515Z] #36 11.74 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
10:49:52 [2021-05-03T10:49:52.515Z] #36 14.15 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [285 kB]
10:49:52 [2021-05-03T10:49:52.515Z] #36 16.16 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
10:49:52 [2021-05-03T10:49:52.632Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 4.3s done
10:49:52 [2021-05-03T10:49:52.698Z] #13 ...
10:49:52 [2021-05-03T10:49:52.698Z] 
10:49:52 [2021-05-03T10:49:52.698Z] #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
10:49:52 [2021-05-03T10:49:52.698Z] #45 sha256:5be091d371b3ee9e5fdfa7afb55a5178f0911cf54926b027e86550f7bde27bc6
10:49:52 [2021-05-03T10:49:52.698Z] #45 19.92 math
10:49:52 [2021-05-03T10:49:52.776Z] #36 ...
10:49:52 [2021-05-03T10:49:52.776Z] 
10:49:52 [2021-05-03T10:49:52.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
10:49:52 [2021-05-03T10:49:52.776Z] #47 sha256:ff9bf7d7edfc3edb9336dffc6d7e4949753fd7c26c351cbfc09ae9ffe2fb44fe
10:49:52 [2021-05-03T10:49:52.776Z] #47 11.81 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
10:49:52 [2021-05-03T10:49:52.776Z] #47 12.13 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
10:49:52 [2021-05-03T10:49:52.776Z] #47 14.26 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
10:49:52 [2021-05-03T10:49:52.776Z] #47 17.87 go: finding github.com/fatih/color v1.9.0
10:49:52 [2021-05-03T10:49:52.776Z] #47 17.91 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
10:49:52 [2021-05-03T10:49:52.776Z] #47 17.91 go: finding github.com/pkg/errors v0.9.1
10:49:52 [2021-05-03T10:49:52.776Z] #47 17.91 go: finding github.com/mattn/go-colorable v0.1.6
10:49:52 [2021-05-03T10:49:52.776Z] #47 17.99 go: finding github.com/spf13/pflag v1.0.3
10:49:52 [2021-05-03T10:49:52.776Z] #47 18.01 go: finding github.com/mattn/go-isatty v0.0.12
10:49:52 [2021-05-03T10:49:52.776Z] #47 18.37 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
10:49:52 [2021-05-03T10:49:52.776Z] #47 18.67 go: finding github.com/jonboulle/clockwork v0.1.0
10:49:52 [2021-05-03T10:49:52.776Z] #47 18.92 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
10:49:52 [2021-05-03T10:49:52.776Z] #47 18.92 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
10:49:52 [2021-05-03T10:49:52.776Z] #47 18.92 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
10:49:52 [2021-05-03T10:49:52.776Z] #47 ...
10:49:52 [2021-05-03T10:49:52.776Z] 
10:49:52 [2021-05-03T10:49:52.776Z] #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
10:49:52 [2021-05-03T10:49:52.776Z] #49 sha256:83716a12778e80b04746817decbf1060e77c2bc9a043a1a4b46e748b30c45354
10:49:52 [2021-05-03T10:49:52.776Z] #49 21.19 go: downloading github.com/spf13/cast v1.3.0
10:49:52 [2021-05-03T10:49:52.776Z] #49 21.21 go: extracting github.com/spf13/cast v1.3.0
10:49:52 [2021-05-03T10:49:52.776Z] #49 21.57 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
10:49:53 [2021-05-03T10:49:53.036Z] #49 ...
10:49:53 [2021-05-03T10:49:53.036Z] 
10:49:53 [2021-05-03T10:49:53.036Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer         . /tmp/install/tomll.installer && PREFIX=/build install_tomll
10:49:53 [2021-05-03T10:49:53.036Z] #34 sha256:1eac02485c25d085bf9b0a905a8f33ebf599f4297550121ef8c882f3bf4aac72
10:49:53 [2021-05-03T10:49:53.036Z] #34 17.12 github.com/pelletier/go-toml/cmd/tomll
10:49:53 [2021-05-03T10:49:53.036Z] #34 DONE 22.1s
10:49:53 [2021-05-03T10:49:53.036Z] 
10:49:53 [2021-05-03T10:49:53.036Z] #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
10:49:53 [2021-05-03T10:49:53.036Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
10:49:53 [2021-05-03T10:49:53.036Z] #55 12.18 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
10:49:53 [2021-05-03T10:49:53.050Z] #43 16.16   CC       images/stats.o
10:49:53 [2021-05-03T10:49:53.206Z] #9 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 5.5s
10:49:53 [2021-05-03T10:49:53.296Z] #55 ...
10:49:53 [2021-05-03T10:49:53.296Z] 
10:49:53 [2021-05-03T10:49:53.296Z] #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
10:49:53 [2021-05-03T10:49:53.296Z] #51 sha256:e901b71a63a78a914d589b7b1e8d048880f8b76b56766c8e93c470b6c423fa9a
10:49:53 [2021-05-03T10:49:53.296Z] #51 22.24 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
10:49:53 [2021-05-03T10:49:53.622Z] #43 16.55   CC       images/core.o
10:49:53 [2021-05-03T10:49:53.774Z] #36 ...
10:49:53 [2021-05-03T10:49:53.774Z] 
10:49:53 [2021-05-03T10:49:53.774Z] #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
10:49:53 [2021-05-03T10:49:53.774Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:49:53 [2021-05-03T10:49:53.774Z] #13 40.72 Reading package lists...
10:49:54 [2021-05-03T10:49:54.194Z] #43 17.18   CC       images/core-x86.o
10:49:54 [2021-05-03T10:49:54.238Z] #51 ...
10:49:54 [2021-05-03T10:49:54.238Z] 
10:49:54 [2021-05-03T10:49:54.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
10:49:54 [2021-05-03T10:49:54.238Z] #45 sha256:420f325532c1ee2984a12f05e3c7f055e58b2ada76e1c2d087abdaee6c492b96
10:49:54 [2021-05-03T10:49:54.238Z] #45 13.42 unicode/utf8
10:49:54 [2021-05-03T10:49:54.238Z] #45 14.12 math/bits
10:49:54 [2021-05-03T10:49:54.238Z] #45 14.85 math
10:49:54 [2021-05-03T10:49:54.238Z] #45 19.01 internal/testlog
10:49:54 [2021-05-03T10:49:54.238Z] #45 19.22 encoding
10:49:54 [2021-05-03T10:49:54.238Z] #45 19.44 unicode/utf16
10:49:54 [2021-05-03T10:49:54.238Z] #45 19.81 container/list
10:49:54 [2021-05-03T10:49:54.238Z] #45 20.33 crypto/internal/subtle
10:49:54 [2021-05-03T10:49:54.238Z] #45 20.47 crypto/subtle
10:49:54 [2021-05-03T10:49:54.238Z] #45 20.54 vendor/golang.org/x/crypto/cryptobyte/asn1
10:49:54 [2021-05-03T10:49:54.238Z] #45 20.69 internal/nettrace
10:49:54 [2021-05-03T10:49:54.238Z] #45 20.80 runtime/cgo
10:49:54 [2021-05-03T10:49:54.499Z] #45 ...
10:49:54 [2021-05-03T10:49:54.499Z] 
10:49:54 [2021-05-03T10:49:54.499Z] #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
10:49:54 [2021-05-03T10:49:54.499Z] #51 sha256:e901b71a63a78a914d589b7b1e8d048880f8b76b56766c8e93c470b6c423fa9a
10:49:54 [2021-05-03T10:49:54.499Z] #51 23.60 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
10:49:54 [2021-05-03T10:49:54.608Z] #45 ...
10:49:54 [2021-05-03T10:49:54.609Z] 
10:49:54 [2021-05-03T10:49:54.609Z] #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
10:49:54 [2021-05-03T10:49:54.609Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
10:49:54 [2021-05-03T10:49:54.609Z] #42 11.94 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
10:49:54 [2021-05-03T10:49:54.609Z] #42 14.34 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [285 kB]
10:49:54 [2021-05-03T10:49:54.609Z] #42 16.58 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
10:49:54 [2021-05-03T10:49:54.623Z] #9 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 4.8s done
10:49:54 [2021-05-03T10:49:54.623Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 6.6s done
10:49:54 [2021-05-03T10:49:54.760Z] #51 23.95 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
10:49:54 [2021-05-03T10:49:54.767Z] #43 17.75   CC       images/core-arm.o
10:49:54 [2021-05-03T10:49:54.869Z] #42 ...
10:49:54 [2021-05-03T10:49:54.869Z] 
10:49:54 [2021-05-03T10:49:54.869Z] #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
10:49:54 [2021-05-03T10:49:54.869Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
10:49:54 [2021-05-03T10:49:54.869Z] #55 12.06 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
10:49:54 [2021-05-03T10:49:54.869Z] #55 14.32 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [285 kB]
10:49:54 [2021-05-03T10:49:54.869Z] #55 16.76 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
10:49:54 [2021-05-03T10:49:54.869Z] #55 ...
10:49:54 [2021-05-03T10:49:54.869Z] 
10:49:54 [2021-05-03T10:49:54.869Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer         . /tmp/install/tomll.installer && PREFIX=/build install_tomll
10:49:54 [2021-05-03T10:49:54.869Z] #34 sha256:2c56cf88ad471120f231fa34006e269c98ff8afd0c04cd9a190750f8b3387acc
10:49:54 [2021-05-03T10:49:54.869Z] #34 12.12 github.com/pelletier/go-toml
10:49:55 [2021-05-03T10:49:55.129Z] #34 ...
10:49:55 [2021-05-03T10:49:55.129Z] 
10:49:55 [2021-05-03T10:49:55.129Z] #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
10:49:55 [2021-05-03T10:49:55.129Z] #49 sha256:0645f72c0a46020b1c6de062066eb84a6ca75ff61a3a4b44b89cf13fbbe0d20c
10:49:55 [2021-05-03T10:49:55.129Z] #49 20.15 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
10:49:55 [2021-05-03T10:49:55.129Z] #49 20.18 go: downloading github.com/spf13/pflag v1.0.5
10:49:55 [2021-05-03T10:49:55.129Z] #49 20.19 go: downloading github.com/mattn/go-colorable v0.1.4
10:49:55 [2021-05-03T10:49:55.129Z] #49 20.31 go: downloading github.com/spf13/cobra v0.0.5
10:49:55 [2021-05-03T10:49:55.129Z] #49 20.43 go: downloading github.com/spf13/viper v1.6.1
10:49:55 [2021-05-03T10:49:55.129Z] #49 20.43 go: downloading github.com/fatih/color v1.7.0
10:49:55 [2021-05-03T10:49:55.129Z] #49 20.46 go: downloading github.com/sirupsen/logrus v1.4.2
10:49:55 [2021-05-03T10:49:55.129Z] #49 20.59 go: downloading github.com/stretchr/testify v1.4.0
10:49:55 [2021-05-03T10:49:55.129Z] #49 20.78 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
10:49:55 [2021-05-03T10:49:55.129Z] #49 20.84 go: extracting github.com/spf13/pflag v1.0.5
10:49:55 [2021-05-03T10:49:55.129Z] #49 21.16 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
10:49:55 [2021-05-03T10:49:55.129Z] #49 21.18 go: extracting github.com/fatih/color v1.7.0
10:49:55 [2021-05-03T10:49:55.129Z] #49 21.36 go: downloading github.com/mattn/go-isatty v0.0.8
10:49:55 [2021-05-03T10:49:55.129Z] #49 21.56 go: extracting github.com/spf13/viper v1.6.1
10:49:55 [2021-05-03T10:49:55.129Z] #49 21.59 go: extracting github.com/stretchr/testify v1.4.0
10:49:55 [2021-05-03T10:49:55.129Z] #49 21.61 go: extracting github.com/mattn/go-colorable v0.1.4
10:49:55 [2021-05-03T10:49:55.129Z] #49 21.77 go: extracting github.com/sirupsen/logrus v1.4.2
10:49:55 [2021-05-03T10:49:55.129Z] #49 21.96 go: downloading github.com/go-critic/go-critic v0.4.1
10:49:55 [2021-05-03T10:49:55.129Z] #49 21.97 go: downloading github.com/go-lintpack/lintpack v0.5.2
10:49:55 [2021-05-03T10:49:55.129Z] #49 22.06 go: downloading github.com/hashicorp/hcl v1.0.0
10:49:55 [2021-05-03T10:49:55.129Z] #49 22.09 go: extracting github.com/spf13/cobra v0.0.5
10:49:55 [2021-05-03T10:49:55.129Z] #49 22.21 go: downloading github.com/spf13/cast v1.3.0
10:49:55 [2021-05-03T10:49:55.129Z] #49 22.31 go: extracting github.com/go-lintpack/lintpack v0.5.2
10:49:55 [2021-05-03T10:49:55.129Z] #49 22.34 go: extracting github.com/mattn/go-isatty v0.0.8
10:49:55 [2021-05-03T10:49:55.330Z] #51 24.12 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
10:49:55 [2021-05-03T10:49:55.330Z] #51 24.12 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
10:49:55 [2021-05-03T10:49:55.341Z] #43 18.23   CC       images/core-aarch64.o
10:49:55 [2021-05-03T10:49:55.389Z] #49 ...
10:49:55 [2021-05-03T10:49:55.389Z] 
10:49:55 [2021-05-03T10:49:55.389Z] #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
10:49:55 [2021-05-03T10:49:55.389Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
10:49:55 [2021-05-03T10:49:55.389Z] #36 12.53 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
10:49:55 [2021-05-03T10:49:55.389Z] #36 15.10 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [285 kB]
10:49:55 [2021-05-03T10:49:55.389Z] #36 18.11 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
10:49:55 [2021-05-03T10:49:55.389Z] #36 ...
10:49:55 [2021-05-03T10:49:55.389Z] 
10:49:55 [2021-05-03T10:49:55.389Z] #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
10:49:55 [2021-05-03T10:49:55.389Z] #49 sha256:0645f72c0a46020b1c6de062066eb84a6ca75ff61a3a4b44b89cf13fbbe0d20c
10:49:55 [2021-05-03T10:49:55.389Z] #49 22.65 go: extracting github.com/spf13/cast v1.3.0
10:49:55 [2021-05-03T10:49:55.389Z] #49 22.69 go: extracting github.com/hashicorp/hcl v1.0.0
10:49:55 [2021-05-03T10:49:55.590Z] #51 24.79 runtime/cgo
10:49:55 [2021-05-03T10:49:55.602Z] #43 18.62   CC       images/core-ppc64.o
10:49:55 [2021-05-03T10:49:55.649Z] #49 22.88 go: downloading github.com/pkg/errors v0.8.1
10:49:55 [2021-05-03T10:49:55.649Z] #49 22.95 go: extracting github.com/go-critic/go-critic v0.4.1
10:49:55 [2021-05-03T10:49:55.649Z] #49 23.00 go: downloading github.com/fsnotify/fsnotify v1.4.7
10:49:55 [2021-05-03T10:49:55.853Z] #51 25.01 runtime
10:49:56 [2021-05-03T10:49:56.220Z] #49 23.31 go: extracting github.com/pkg/errors v0.8.1
10:49:56 [2021-05-03T10:49:56.220Z] #49 23.32 go: downloading gopkg.in/ini.v1 v1.51.0
10:49:56 [2021-05-03T10:49:56.220Z] #49 23.36 go: downloading github.com/pmezard/go-difflib v1.0.0
10:49:56 [2021-05-03T10:49:56.220Z] #49 23.42 go: downloading github.com/spf13/afero v1.1.2
10:49:56 [2021-05-03T10:49:56.220Z] #49 23.49 go: extracting github.com/pmezard/go-difflib v1.0.0
10:49:56 [2021-05-03T10:49:56.220Z] #49 23.50 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
10:49:56 [2021-05-03T10:49:56.220Z] #49 23.55 go: downloading github.com/spf13/jwalterweatherman v1.0.0
10:49:56 [2021-05-03T10:49:56.542Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 8.3s done
10:49:56 [2021-05-03T10:49:56.542Z] #9 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 8.4s done
10:49:56 [2021-05-03T10:49:56.542Z] #9 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2
10:49:56 [2021-05-03T10:49:56.544Z] #43 19.38   CC       images/core-s390.o
10:49:56 [2021-05-03T10:49:56.547Z] #13 50.52 Building dependency tree...
10:49:56 [2021-05-03T10:49:56.792Z] #49 23.89 go: extracting gopkg.in/ini.v1 v1.51.0
10:49:56 [2021-05-03T10:49:56.792Z] #49 23.89 go: extracting github.com/fsnotify/fsnotify v1.4.7
10:49:56 [2021-05-03T10:49:56.792Z] #49 23.94 go: extracting github.com/spf13/afero v1.1.2
10:49:56 [2021-05-03T10:49:56.792Z] #49 23.96 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
10:49:56 [2021-05-03T10:49:56.792Z] #49 24.05 go: downloading github.com/pelletier/go-toml v1.2.0
10:49:56 [2021-05-03T10:49:56.792Z] #49 24.07 go: extracting github.com/spf13/jwalterweatherman v1.0.0
10:49:57 [2021-05-03T10:49:57.052Z] #49 24.27 go: downloading github.com/inconshreveable/mousetrap v1.0.0
10:49:57 [2021-05-03T10:49:57.052Z] #49 24.33 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
10:49:57 [2021-05-03T10:49:57.052Z] #49 24.38 go: downloading github.com/magiconair/properties v1.8.1
10:49:57 [2021-05-03T10:49:57.113Z] #9 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0.4s done
10:49:57 [2021-05-03T10:49:57.130Z] #43 20.11   CC       images/cpuinfo.o
10:49:57 [2021-05-03T10:49:57.234Z] #51 ...
10:49:57 [2021-05-03T10:49:57.234Z] 
10:49:57 [2021-05-03T10:49:57.234Z] #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
10:49:57 [2021-05-03T10:49:57.234Z] #58 sha256:9a16da145a6c52873051c408b66e16c3627e26f03cb6572faddd8619d108111d
10:49:57 [2021-05-03T10:49:57.234Z] #58 16.36 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
10:49:57 [2021-05-03T10:49:57.234Z] #58 18.40 go: extracting github.com/urfave/cli/v2 v2.3.0
10:49:57 [2021-05-03T10:49:57.234Z] #58 19.72 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777
10:49:57 [2021-05-03T10:49:57.234Z] #58 22.50 go: extracting github.com/u-root/u-root v7.0.0+incompatible
10:49:57 [2021-05-03T10:49:57.234Z] #58 22.68 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
10:49:57 [2021-05-03T10:49:57.234Z] #58 22.71 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0
10:49:57 [2021-05-03T10:49:57.234Z] #58 22.74 go: downloading github.com/russross/blackfriday/v2 v2.1.0
10:49:57 [2021-05-03T10:49:57.234Z] #58 23.09 go: extracting github.com/russross/blackfriday/v2 v2.1.0
10:49:57 [2021-05-03T10:49:57.234Z] #58 25.95 go: finding github.com/pkg/errors v0.9.1
10:49:57 [2021-05-03T10:49:57.234Z] #58 26.19 go: finding github.com/sirupsen/logrus v1.8.1
10:49:57 [2021-05-03T10:49:57.234Z] #58 26.34 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
10:49:57 [2021-05-03T10:49:57.234Z] #58 26.51 go: finding github.com/google/uuid v1.2.0
10:49:57 [2021-05-03T10:49:57.234Z] #58 26.51 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
10:49:57 [2021-05-03T10:49:57.234Z] #58 26.53 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
10:49:57 [2021-05-03T10:49:57.234Z] #58 ...
10:49:57 [2021-05-03T10:49:57.234Z] 
10:49:57 [2021-05-03T10:49:57.234Z] #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
10:49:57 [2021-05-03T10:49:57.234Z] #67 sha256:b5167414ccea816b50482c81f5ece599fdc381eef12600092437d393cf974cc2
10:49:57 [2021-05-03T10:49:57.234Z] #67 25.91 Checking out files:  66% (1273/1905)   
Checking out files:  67% (1277/1905)   
Checking out files:  68% (1296/1905)   
Checking out files:  69% (1315/1905)   
Checking out files:  70% (1334/1905)   
Checking out files:  71% (1353/1905)   
Checking out files:  72% (1372/1905)   
Checking out files:  73% (1391/1905)   
Checking out files:  74% (1410/1905)   
Checking out files:  75% (1429/1905)   
Checking out files:  76% (1448/1905)   
Checking out files:  77% (1467/1905)   
Checking out files:  78% (1486/1905)   
Checking out files:  79% (1505/1905)   
Checking out files:  80% (1524/1905)   
Checking out files:  81% (1544/1905)   
Checking out files:  82% (1563/1905)   
Checking out files:  83% (1582/1905)   
Checking out files:  84% (1601/1905)   
Checking out files:  85% (1620/1905)   
Checking out files:  86% (1639/1905)   
Checking out files:  87% (1658/1905)   
Checking out files:  88% (1677/1905)   
Checking out files:  89% (1696/1905)   
Checking out files:  90% (1715/1905)   
Checking out files:  91% (1734/1905)   
Checking out files:  92% (1753/1905)   
Checking out files:  93% (1772/1905)   
Checking out files:  94% (1791/1905)   
Checking out files:  95% (1810/1905)   
Checking out files:  96% (1829/1905)   
Checking out files:  97% (1848/1905)   
Checking out files:  98% (1867/1905)   
Checking out files:  99% (1886/1905)   
Checking out files: 100% (1905/1905)   
Checking out files: 100% (1905/1905), done.
10:49:57 [2021-05-03T10:49:57.234Z] #67 26.47 + cd /tmp/tmp.orAGBy2unV/src/github.com/docker/libnetwork
10:49:57 [2021-05-03T10:49:57.234Z] #67 26.51 + git checkout -q b3507428be5b458cb0e2b4086b13531fb0706e46
10:49:57 [2021-05-03T10:49:57.313Z] #49 24.56 go: extracting github.com/inconshreveable/mousetrap v1.0.0
10:49:57 [2021-05-03T10:49:57.313Z] #49 24.56 go: downloading gopkg.in/yaml.v2 v2.2.7
10:49:57 [2021-05-03T10:49:57.376Z] #9 ...
10:49:57 [2021-05-03T10:49:57.376Z] 
10:49:57 [2021-05-03T10:49:57.376Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
10:49:57 [2021-05-03T10:49:57.376Z] #26 sha256:47bdea7822f41a7ae5f8934db38630836f0e2a1fd7c2685e16267fad2718b13e
10:49:57 [2021-05-03T10:49:57.376Z] #26 resolve docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f 0.0s done
10:49:57 [2021-05-03T10:49:57.376Z] #26 sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f 1.85kB / 1.85kB done
10:49:57 [2021-05-03T10:49:57.376Z] #26 sha256:9de3fd952a4a90cb25b73e4afa386abcbfb13451aa74d95fdb206dbadc5c831c 529B / 529B done
10:49:57 [2021-05-03T10:49:57.376Z] #26 sha256:6d3b727c744260afb6a671dbe8ed3af11078bd3df69d7bc3f24607a145afa750 1.46kB / 1.46kB done
10:49:57 [2021-05-03T10:49:57.376Z] #26 sha256:01cf0f0da10ede0eec0fc1c5fbfdeb63a447dfcc0a3c4419c0a4c3f0a2826636 49.23MB / 49.23MB 2.2s done
10:49:57 [2021-05-03T10:49:57.376Z] #26 extracting sha256:01cf0f0da10ede0eec0fc1c5fbfdeb63a447dfcc0a3c4419c0a4c3f0a2826636 4.1s done
10:49:57 [2021-05-03T10:49:57.376Z] #26 DONE 9.6s
10:49:57 [2021-05-03T10:49:57.376Z] 
10:49:57 [2021-05-03T10:49:57.376Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
10:49:57 [2021-05-03T10:49:57.376Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
10:49:57 [2021-05-03T10:49:57.376Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
10:49:57 [2021-05-03T10:49:57.376Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
10:49:57 [2021-05-03T10:49:57.376Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
10:49:57 [2021-05-03T10:49:57.376Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
10:49:57 [2021-05-03T10:49:57.376Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 9.2s done
10:49:57 [2021-05-03T10:49:57.376Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.2s
10:49:57 [2021-05-03T10:49:57.376Z] #64 ...
10:49:57 [2021-05-03T10:49:57.376Z] 
10:49:57 [2021-05-03T10:49:57.376Z] #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
10:49:57 [2021-05-03T10:49:57.376Z] #27 sha256:6a36c1ca9152118f164ea7fd1fc610a255e6d3abbbcd0f0ccc2a6c66059aac92
10:49:57 [2021-05-03T10:49:57.390Z] #43 20.52   CC       images/inventory.o
10:49:57 [2021-05-03T10:49:57.497Z] #67 26.71 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
10:49:57 [2021-05-03T10:49:57.572Z] #49 24.82 go: downloading golang.org/x/text v0.3.2
10:49:57 [2021-05-03T10:49:57.572Z] #49 24.85 go: downloading github.com/mitchellh/go-homedir v1.1.0
10:49:57 [2021-05-03T10:49:57.572Z] #49 24.90 go: extracting github.com/pelletier/go-toml v1.2.0
10:49:57 [2021-05-03T10:49:57.758Z] #67 ...
10:49:57 [2021-05-03T10:49:57.758Z] 
10:49:57 [2021-05-03T10:49:57.758Z] #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
10:49:57 [2021-05-03T10:49:57.758Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:49:57 [2021-05-03T10:49:57.758Z] #13 10.25 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
10:49:57 [2021-05-03T10:49:57.758Z] #13 10.28 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
10:49:57 [2021-05-03T10:49:57.758Z] #13 11.20 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [467 kB]
10:49:57 [2021-05-03T10:49:57.758Z] #13 13.27 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
10:49:57 [2021-05-03T10:49:57.758Z] #13 15.49 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [285 kB]
10:49:57 [2021-05-03T10:49:57.758Z] #13 18.28 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
10:49:57 [2021-05-03T10:49:57.758Z] #13 ...
10:49:57 [2021-05-03T10:49:57.758Z] 
10:49:57 [2021-05-03T10:49:57.758Z] #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
10:49:57 [2021-05-03T10:49:57.758Z] #58 sha256:9a16da145a6c52873051c408b66e16c3627e26f03cb6572faddd8619d108111d
10:49:57 [2021-05-03T10:49:57.758Z] #58 26.64 go: finding github.com/gofrs/flock v0.8.0
10:49:57 [2021-05-03T10:49:57.758Z] #58 26.64 go: finding github.com/moby/vpnkit v0.5.0
10:49:57 [2021-05-03T10:49:57.758Z] #58 26.71 go: finding github.com/gorilla/mux v1.8.0
10:49:57 [2021-05-03T10:49:57.758Z] #58 26.76 go: finding github.com/moby/sys/mountinfo v0.4.1
10:49:57 [2021-05-03T10:49:57.758Z] #58 26.77 go: finding github.com/urfave/cli/v2 v2.3.0
10:49:57 [2021-05-03T10:49:57.758Z] #58 26.78 go: finding github.com/u-root/u-root v7.0.0+incompatible
10:49:57 [2021-05-03T10:49:57.758Z] #58 26.90 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777
10:49:57 [2021-05-03T10:49:57.832Z] #49 25.02 go: extracting github.com/magiconair/properties v1.8.1
10:49:57 [2021-05-03T10:49:57.832Z] #49 25.05 go: extracting github.com/mitchellh/go-homedir v1.1.0
10:49:57 [2021-05-03T10:49:57.916Z] #13 54.51 The following additional packages will be installed:
10:49:57 [2021-05-03T10:49:57.916Z] #13 54.52   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
10:49:57 [2021-05-03T10:49:57.916Z] #13 54.52   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
10:49:57 [2021-05-03T10:49:57.916Z] #13 54.52   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
10:49:57 [2021-05-03T10:49:57.916Z] #13 54.52   libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1
10:49:57 [2021-05-03T10:49:57.916Z] #13 54.53   mingw-w64-common mingw-w64-x86-64-dev
10:49:57 [2021-05-03T10:49:57.916Z] #13 54.54 Suggested packages:
10:49:57 [2021-05-03T10:49:57.916Z] #13 54.55   gcc-8-locales seccomp wine64
10:49:57 [2021-05-03T10:49:57.952Z] #27 ...
10:49:57 [2021-05-03T10:49:57.952Z] 
10:49:57 [2021-05-03T10:49:57.952Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
10:49:57 [2021-05-03T10:49:57.952Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
10:49:57 [2021-05-03T10:49:57.952Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.4s done
10:49:57 [2021-05-03T10:49:57.952Z] #64 DONE 10.0s
10:49:57 [2021-05-03T10:49:57.960Z] #43 20.89   CC       images/fdinfo.o
10:49:58 [2021-05-03T10:49:58.018Z] #58 27.06 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0
10:49:58 [2021-05-03T10:49:58.171Z] #13 ...
10:49:58 [2021-05-03T10:49:58.171Z] 
10:49:58 [2021-05-03T10:49:58.171Z] #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
10:49:58 [2021-05-03T10:49:58.171Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
10:49:58 [2021-05-03T10:49:58.171Z] #55 41.78 Reading package lists...
10:49:58 [2021-05-03T10:49:58.171Z] #55 51.20 Building dependency tree...
10:49:58 [2021-05-03T10:49:58.171Z] #55 56.70 The following additional packages will be installed:
10:49:58 [2021-05-03T10:49:58.171Z] #55 56.71   libbtrfs0
10:49:58 [2021-05-03T10:49:58.171Z] #55 57.08 The following NEW packages will be installed:
10:49:58 [2021-05-03T10:49:58.171Z] #55 57.09   libbtrfs-dev libbtrfs0
10:49:58 [2021-05-03T10:49:58.171Z] #55 57.72 0 upgraded, 2 newly installed, 0 to remove and 29 not upgraded.
10:49:58 [2021-05-03T10:49:58.171Z] #55 57.72 Need to get 119 kB of archives.
10:49:58 [2021-05-03T10:49:58.171Z] #55 57.72 After this operation, 387 kB of additional disk space will be used.
10:49:58 [2021-05-03T10:49:58.171Z] #55 57.72 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
10:49:58 [2021-05-03T10:49:58.171Z] #55 57.72 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
10:49:58 [2021-05-03T10:49:58.171Z] #55 59.38 debconf: delaying package configuration, since apt-utils is not installed
10:49:58 [2021-05-03T10:49:58.171Z] #55 59.65 Fetched 119 kB in 0s (259 kB/s)
10:49:58 [2021-05-03T10:49:58.171Z] #55 60.67 Selecting previously unselected package libbtrfs0.
10:49:58 [2021-05-03T10:49:58.171Z] #55 60.67 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
10:49:58 [2021-05-03T10:49:58.171Z] #55 60.74 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
10:49:58 [2021-05-03T10:49:58.171Z] #55 60.80 Unpacking libbtrfs0 (4.20.1-2) ...
10:49:58 [2021-05-03T10:49:58.171Z] #55 ...
10:49:58 [2021-05-03T10:49:58.171Z] 
10:49:58 [2021-05-03T10:49:58.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
10:49:58 [2021-05-03T10:49:58.171Z] #49 sha256:bb9a44ada7999bf3a3dfd509e3782559d4eedc16639da928020de7d918d7609c
10:49:58 [2021-05-03T10:49:58.171Z] #49 56.87 go: finding github.com/fatih/color v1.7.0
10:49:58 [2021-05-03T10:49:58.171Z] #49 56.87 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
10:49:58 [2021-05-03T10:49:58.171Z] #49 57.03 go: finding github.com/mattn/go-colorable v0.1.4
10:49:58 [2021-05-03T10:49:58.171Z] #49 57.13 go: finding github.com/go-critic/go-critic v0.4.1
10:49:58 [2021-05-03T10:49:58.171Z] #49 57.14 go: finding github.com/mattn/go-isatty v0.0.8
10:49:58 [2021-05-03T10:49:58.171Z] #49 57.17 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
10:49:58 [2021-05-03T10:49:58.171Z] #49 57.19 go: finding github.com/go-lintpack/lintpack v0.5.2
10:49:58 [2021-05-03T10:49:58.172Z] #49 57.27 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
10:49:58 [2021-05-03T10:49:58.172Z] #49 57.28 go: finding github.com/go-toolsmith/astequal v1.0.0
10:49:58 [2021-05-03T10:49:58.172Z] #49 57.30 go: finding github.com/pkg/errors v0.8.1
10:49:58 [2021-05-03T10:49:58.172Z] #49 57.33 go: finding github.com/mitchellh/go-homedir v1.1.0
10:49:58 [2021-05-03T10:49:58.172Z] #49 57.41 go: finding github.com/go-toolsmith/astp v1.0.0
10:49:58 [2021-05-03T10:49:58.172Z] #49 57.46 go: finding github.com/go-toolsmith/astfmt v1.0.0
10:49:58 [2021-05-03T10:49:58.172Z] #49 57.50 go: finding github.com/go-toolsmith/astcast v1.0.0
10:49:58 [2021-05-03T10:49:58.172Z] #49 57.56 go: finding github.com/go-toolsmith/typep v1.0.0
10:49:58 [2021-05-03T10:49:58.172Z] #49 57.56 go: finding github.com/sirupsen/logrus v1.4.2
10:49:58 [2021-05-03T10:49:58.172Z] #49 57.58 go: finding github.com/spf13/viper v1.6.1
10:49:58 [2021-05-03T10:49:58.172Z] #49 57.64 go: finding github.com/go-toolsmith/astcopy v1.0.0
10:49:58 [2021-05-03T10:49:58.172Z] #49 57.72 go: finding github.com/stretchr/testify v1.4.0
10:49:58 [2021-05-03T10:49:58.172Z] #49 57.88 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
10:49:58 [2021-05-03T10:49:58.172Z] #49 57.91 go: finding github.com/davecgh/go-spew v1.1.1
10:49:58 [2021-05-03T10:49:58.172Z] #49 57.94 go: finding github.com/go-toolsmith/strparse v1.0.0
10:49:58 [2021-05-03T10:49:58.172Z] #49 57.97 go: finding github.com/bombsimon/wsl/v2 v2.0.0
10:49:58 [2021-05-03T10:49:58.172Z] #49 58.06 go: finding github.com/pmezard/go-difflib v1.0.0
10:49:58 [2021-05-03T10:49:58.172Z] #49 58.12 go: finding github.com/gobwas/glob v0.2.3
10:49:58 [2021-05-03T10:49:58.172Z] #49 58.21 go: finding github.com/stretchr/objx v0.2.0
10:49:58 [2021-05-03T10:49:58.172Z] #49 58.21 go: finding github.com/spf13/cobra v0.0.5
10:49:58 [2021-05-03T10:49:58.172Z] #49 58.29 go: finding github.com/fsnotify/fsnotify v1.4.7
10:49:58 [2021-05-03T10:49:58.172Z] #49 58.33 go: finding gopkg.in/yaml.v2 v2.2.7
10:49:58 [2021-05-03T10:49:58.172Z] #49 58.38 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
10:49:58 [2021-05-03T10:49:58.172Z] #49 58.38 go: finding github.com/spf13/pflag v1.0.5
10:49:58 [2021-05-03T10:49:58.172Z] #49 58.40 go: finding github.com/hashicorp/hcl v1.0.0
10:49:58 [2021-05-03T10:49:58.172Z] #49 58.46 go: finding github.com/magiconair/properties v1.8.1
10:49:58 [2021-05-03T10:49:58.172Z] #49 58.46 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
10:49:58 [2021-05-03T10:49:58.172Z] #49 58.49 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
10:49:58 [2021-05-03T10:49:58.172Z] #49 58.58 go: finding github.com/mitchellh/mapstructure v1.1.2
10:49:58 [2021-05-03T10:49:58.172Z] #49 58.59 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
10:49:58 [2021-05-03T10:49:58.172Z] #49 58.74 go: finding github.com/pelletier/go-toml v1.2.0
10:49:58 [2021-05-03T10:49:58.172Z] #49 58.82 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
10:49:58 [2021-05-03T10:49:58.172Z] #49 58.93 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
10:49:58 [2021-05-03T10:49:58.172Z] #49 58.96 go: finding github.com/spf13/afero v1.1.2
10:49:58 [2021-05-03T10:49:58.172Z] #49 59.00 go: finding github.com/spf13/cast v1.3.0
10:49:58 [2021-05-03T10:49:58.172Z] #49 59.11 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
10:49:58 [2021-05-03T10:49:58.172Z] #49 59.11 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
10:49:58 [2021-05-03T10:49:58.172Z] #49 59.23 go: finding github.com/spf13/jwalterweatherman v1.0.0
10:49:58 [2021-05-03T10:49:58.172Z] #49 59.36 go: finding golang.org/x/text v0.3.2
10:49:58 [2021-05-03T10:49:58.172Z] #49 59.40 go: finding github.com/subosito/gotenv v1.2.0
10:49:58 [2021-05-03T10:49:58.172Z] #49 59.42 go: finding gopkg.in/ini.v1 v1.51.0
10:49:58 [2021-05-03T10:49:58.172Z] #49 59.55 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
10:49:58 [2021-05-03T10:49:58.172Z] #49 59.56 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
10:49:58 [2021-05-03T10:49:58.172Z] #49 59.58 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
10:49:58 [2021-05-03T10:49:58.172Z] #49 59.60 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
10:49:58 [2021-05-03T10:49:58.172Z] #49 59.61 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
10:49:58 [2021-05-03T10:49:58.172Z] #49 59.64 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
10:49:58 [2021-05-03T10:49:58.172Z] #49 59.66 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
10:49:58 [2021-05-03T10:49:58.172Z] #49 59.66 go: finding github.com/kisielk/gotool v1.0.0
10:49:58 [2021-05-03T10:49:58.172Z] #49 59.66 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
10:49:58 [2021-05-03T10:49:58.172Z] #49 59.67 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
10:49:58 [2021-05-03T10:49:58.172Z] #49 59.67 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
10:49:58 [2021-05-03T10:49:58.172Z] #49 59.70 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
10:49:58 [2021-05-03T10:49:58.172Z] #49 59.76 go: finding github.com/sourcegraph/go-diff v0.5.1
10:49:58 [2021-05-03T10:49:58.172Z] #49 59.82 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
10:49:58 [2021-05-03T10:49:58.172Z] #49 59.83 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
10:49:58 [2021-05-03T10:49:58.172Z] #49 59.99 go: finding github.com/tommy-muehle/go-mnd v1.1.1
10:49:58 [2021-05-03T10:49:58.172Z] #49 60.14 go: finding github.com/ultraware/funlen v0.0.2
10:49:58 [2021-05-03T10:49:58.172Z] #49 60.15 go: finding github.com/gogo/protobuf v1.2.1
10:49:58 [2021-05-03T10:49:58.172Z] #49 60.31 go: finding github.com/ultraware/whitespace v0.0.4
10:49:58 [2021-05-03T10:49:58.172Z] #49 60.43 go: finding github.com/uudashr/gocognit v1.0.1
10:49:58 [2021-05-03T10:49:58.172Z] #49 60.43 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
10:49:58 [2021-05-03T10:49:58.172Z] #49 60.69 go: finding honnef.co/go/tools v0.0.1-2019.2.3
10:49:58 [2021-05-03T10:49:58.172Z] #49 60.75 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
10:49:58 [2021-05-03T10:49:58.172Z] #49 60.75 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
10:49:58 [2021-05-03T10:49:58.213Z] 
10:49:58 [2021-05-03T10:49:58.213Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
10:49:58 [2021-05-03T10:49:58.213Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91
10:49:58 [2021-05-03T10:49:58.213Z] #9 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0.4s done
10:49:58 [2021-05-03T10:49:58.213Z] #9 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c
10:49:58 [2021-05-03T10:49:58.220Z] #43 21.32   CC       images/fown.o
10:49:58 [2021-05-03T10:49:58.278Z] #58 27.38 go: finding github.com/russross/blackfriday/v2 v2.1.0
10:49:58 [2021-05-03T10:49:58.401Z] #49 25.61 go: downloading github.com/subosito/gotenv v1.2.0
10:49:58 [2021-05-03T10:49:58.427Z] #49 ...
10:49:58 [2021-05-03T10:49:58.427Z] 
10:49:58 [2021-05-03T10:49:58.427Z] #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
10:49:58 [2021-05-03T10:49:58.427Z] #67 sha256:ab82230a81c2b9f1a46338963c25f4f0f9ba7277d91eba877ec7086979ff347b
10:49:58 [2021-05-03T10:49:58.427Z] #67 DONE 60.8s
10:49:58 [2021-05-03T10:49:58.427Z] 
10:49:58 [2021-05-03T10:49:58.427Z] #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
10:49:58 [2021-05-03T10:49:58.427Z] #49 sha256:bb9a44ada7999bf3a3dfd509e3782559d4eedc16639da928020de7d918d7609c
10:49:58 [2021-05-03T10:49:58.427Z] #49 60.82 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
10:49:58 [2021-05-03T10:49:58.427Z] #49 60.87 go: finding github.com/BurntSushi/toml v0.3.1
10:49:58 [2021-05-03T10:49:58.480Z] #43 21.61   CC       images/ns.o
10:49:58 [2021-05-03T10:49:58.741Z] #43 ...
10:49:58 [2021-05-03T10:49:58.741Z] 
10:49:58 [2021-05-03T10:49:58.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
10:49:58 [2021-05-03T10:49:58.741Z] #56 sha256:76c68447763085ba3a6097d149916c98b37b8ee4b7159200f3619501917db75c
10:49:58 [2021-05-03T10:49:58.741Z] #56 42.83 Checking out files:  51% (2006/3907)   
Checking out files:  52% (2032/3907)   
Checking out files:  53% (2071/3907)   
Checking out files:  54% (2110/3907)   
Checking out files:  55% (2149/3907)   
Checking out files:  56% (2188/3907)   
Checking out files:  57% (2227/3907)   
Checking out files:  58% (2267/3907)   
Checking out files:  59% (2306/3907)   
Checking out files:  60% (2345/3907)   
Checking out files:  61% (2384/3907)   
Checking out files:  62% (2423/3907)   
Checking out files:  63% (2462/3907)   
Checking out files:  64% (2501/3907)   
Checking out files:  65% (2540/3907)   
10:49:58 [2021-05-03T10:49:58.741Z] #56 ...
10:49:58 [2021-05-03T10:49:58.741Z] 
10:49:58 [2021-05-03T10:49:58.741Z] #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
10:49:58 [2021-05-03T10:49:58.741Z] #51 sha256:95189ee2d5889fe842c8d17c3daf9f5d3a3b1cf0afcec135cf458b18cba524c1
10:49:58 [2021-05-03T10:49:58.741Z] #51 76.01 github.com/pkg/diff
10:49:58 [2021-05-03T10:49:58.741Z] #51 76.59 go/ast
10:49:58 [2021-05-03T10:49:58.741Z] #51 77.30 golang.org/x/crypto/ssh/terminal
10:49:58 [2021-05-03T10:49:58.741Z] #51 78.59 mvdan.cc/editorconfig
10:49:58 [2021-05-03T10:49:58.741Z] #51 80.02 mvdan.cc/sh/v3/fileutil
10:49:58 [2021-05-03T10:49:58.741Z] #51 80.23 text/tabwriter
10:49:58 [2021-05-03T10:49:58.741Z] #51 80.89 mvdan.cc/sh/v3/syntax
10:49:58 [2021-05-03T10:49:58.969Z] #49 26.07 go: extracting gopkg.in/yaml.v2 v2.2.7
10:49:58 [2021-05-03T10:49:58.969Z] #49 26.15 go: downloading github.com/go-toolsmith/astequal v1.0.0
10:49:58 [2021-05-03T10:49:58.969Z] #49 26.26 go: downloading github.com/go-toolsmith/astp v1.0.0
10:49:58 [2021-05-03T10:49:58.969Z] #49 26.27 go: extracting github.com/subosito/gotenv v1.2.0
10:49:58 [2021-05-03T10:49:58.969Z] #49 26.27 go: downloading github.com/go-toolsmith/typep v1.0.0
10:49:58 [2021-05-03T10:49:58.991Z] #49 ...
10:49:58 [2021-05-03T10:49:58.991Z] 
10:49:58 [2021-05-03T10:49:58.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
10:49:58 [2021-05-03T10:49:58.991Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
10:49:58 [2021-05-03T10:49:58.991Z] #42 42.26 Reading package lists...
10:49:58 [2021-05-03T10:49:58.991Z] #42 51.76 Building dependency tree...
10:49:58 [2021-05-03T10:49:58.991Z] #42 57.01 The following additional packages will be installed:
10:49:58 [2021-05-03T10:49:58.991Z] #42 57.03   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
10:49:58 [2021-05-03T10:49:58.991Z] #42 57.03   libprotoc17 python-pkg-resources python-six zlib1g-dev
10:49:58 [2021-05-03T10:49:58.991Z] #42 57.05 Suggested packages:
10:49:58 [2021-05-03T10:49:58.991Z] #42 57.06   manpages-dev python-setuptools
10:49:58 [2021-05-03T10:49:58.991Z] #42 59.15 The following NEW packages will be installed:
10:49:58 [2021-05-03T10:49:58.991Z] #42 59.15   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
10:49:58 [2021-05-03T10:49:58.991Z] #42 59.15   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
10:49:58 [2021-05-03T10:49:58.991Z] #42 59.15   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
10:49:58 [2021-05-03T10:49:58.991Z] #42 59.15   python-six zlib1g-dev
10:49:58 [2021-05-03T10:49:58.991Z] #42 59.58 0 upgraded, 17 newly installed, 0 to remove and 29 not upgraded.
10:49:58 [2021-05-03T10:49:58.991Z] #42 59.58 Need to get 4095 kB of archives.
10:49:58 [2021-05-03T10:49:58.991Z] #42 59.58 After this operation, 22.5 MB of additional disk space will be used.
10:49:58 [2021-05-03T10:49:58.991Z] #42 59.58 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB]
10:49:58 [2021-05-03T10:49:58.991Z] #42 59.58 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
10:49:58 [2021-05-03T10:49:58.991Z] #42 59.58 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB]
10:49:58 [2021-05-03T10:49:58.991Z] #42 59.59 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
10:49:58 [2021-05-03T10:49:58.991Z] #42 59.60 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB]
10:49:58 [2021-05-03T10:49:58.991Z] #42 59.61 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
10:49:58 [2021-05-03T10:49:58.991Z] #42 59.61 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB]
10:49:58 [2021-05-03T10:49:58.991Z] #42 59.61 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB]
10:49:58 [2021-05-03T10:49:58.991Z] #42 59.62 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
10:49:58 [2021-05-03T10:49:58.991Z] #42 59.73 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB]
10:49:58 [2021-05-03T10:49:58.991Z] #42 59.75 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB]
10:49:58 [2021-05-03T10:49:58.991Z] #42 59.88 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB]
10:49:58 [2021-05-03T10:49:58.991Z] #42 59.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]
10:49:58 [2021-05-03T10:49:58.991Z] #42 59.95 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB]
10:49:58 [2021-05-03T10:49:58.991Z] #42 59.96 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB]
10:49:58 [2021-05-03T10:49:58.991Z] #42 60.00 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB]
10:49:58 [2021-05-03T10:49:58.991Z] #42 60.00 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB]
10:49:58 [2021-05-03T10:49:58.991Z] #42 61.07 debconf: delaying package configuration, since apt-utils is not installed
10:49:58 [2021-05-03T10:49:58.991Z] #42 61.37 Fetched 4095 kB in 1s (5877 kB/s)
10:49:58 [2021-05-03T10:49:58.991Z] #42 61.47 Selecting previously unselected package libcap-dev:amd64.
10:49:58 [2021-05-03T10:49:58.991Z] #42 ...
10:49:58 [2021-05-03T10:49:58.991Z] 
10:49:58 [2021-05-03T10:49:58.991Z] #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
10:49:58 [2021-05-03T10:49:58.991Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
10:49:58 [2021-05-03T10:49:58.991Z] #55 60.80 Unpacking libbtrfs0 (4.20.1-2) ...
10:49:58 [2021-05-03T10:49:58.991Z] #55 60.96 Selecting previously unselected package libbtrfs-dev.
10:49:58 [2021-05-03T10:49:58.991Z] #55 60.96 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
10:49:58 [2021-05-03T10:49:58.991Z] #55 60.96 Unpacking libbtrfs-dev (4.20.1-2) ...
10:49:58 [2021-05-03T10:49:58.991Z] #55 61.22 Setting up libbtrfs0 (4.20.1-2) ...
10:49:58 [2021-05-03T10:49:58.991Z] #55 61.24 Setting up libbtrfs-dev (4.20.1-2) ...
10:49:58 [2021-05-03T10:49:58.991Z] #55 61.30 Processing triggers for libc-bin (2.28-10) ...
10:49:59 [2021-05-03T10:49:59.001Z] #51 ...
10:49:59 [2021-05-03T10:49:59.001Z] 
10:49:59 [2021-05-03T10:49:59.001Z] #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
10:49:59 [2021-05-03T10:49:59.001Z] #56 sha256:76c68447763085ba3a6097d149916c98b37b8ee4b7159200f3619501917db75c
10:49:59 [2021-05-03T10:49:59.247Z] #55 DONE 61.7s
10:49:59 [2021-05-03T10:49:59.247Z] 
10:49:59 [2021-05-03T10:49:59.247Z] #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
10:49:59 [2021-05-03T10:49:59.247Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:49:59 [2021-05-03T10:49:59.247Z] #13 55.88 The following NEW packages will be installed:
10:49:59 [2021-05-03T10:49:59.247Z] #13 55.88   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
10:49:59 [2021-05-03T10:49:59.247Z] #13 55.88   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
10:49:59 [2021-05-03T10:49:59.247Z] #13 55.88   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
10:49:59 [2021-05-03T10:49:59.247Z] #13 55.90   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
10:49:59 [2021-05-03T10:49:59.247Z] #13 55.90   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
10:49:59 [2021-05-03T10:49:59.247Z] #13 55.92   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
10:49:59 [2021-05-03T10:49:59.247Z] #13 56.00 The following packages will be upgraded:
10:49:59 [2021-05-03T10:49:59.247Z] #13 56.00   libseccomp2 libsystemd0 libudev1
10:49:59 [2021-05-03T10:49:59.539Z] #49 26.85 go: downloading github.com/go-toolsmith/astfmt v1.0.0
10:49:59 [2021-05-03T10:49:59.539Z] #49 26.96 go: extracting github.com/go-toolsmith/typep v1.0.0
10:49:59 [2021-05-03T10:49:59.603Z] #9 ...
10:49:59 [2021-05-03T10:49:59.603Z] 
10:49:59 [2021-05-03T10:49:59.603Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
10:49:59 [2021-05-03T10:49:59.603Z] #63 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef
10:49:59 [2021-05-03T10:49:59.603Z] #63 DONE 0.8s
10:49:59 [2021-05-03T10:49:59.603Z] 
10:49:59 [2021-05-03T10:49:59.603Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
10:49:59 [2021-05-03T10:49:59.603Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91
10:49:59 [2021-05-03T10:49:59.783Z] #56 42.83 Checking out files:  51% (2006/3907)   
Checking out files:  52% (2032/3907)   
Checking out files:  53% (2071/3907)   
Checking out files:  54% (2110/3907)   
Checking out files:  55% (2149/3907)   
Checking out files:  56% (2188/3907)   
Checking out files:  57% (2227/3907)   
Checking out files:  58% (2267/3907)   
Checking out files:  59% (2306/3907)   
Checking out files:  60% (2345/3907)   
Checking out files:  61% (2384/3907)   
Checking out files:  62% (2423/3907)   
Checking out files:  63% (2462/3907)   
Checking out files:  64% (2501/3907)   
Checking out files:  65% (2540/3907)   
Checking out files:  66% (2579/3907)   
Checking out files:  67% (2618/3907)   
Checking out files:  68% (2657/3907)   
Checking out files:  69% (2696/3907)   
Checking out files:  70% (2735/3907)   
Checking out files:  71% (2774/3907)   
Checking out files:  72% (2814/3907)   
Checking out files:  73% (2853/3907)   
Checking out files:  74% (2892/3907)   
Checking out files:  75% (2931/3907)   
Checking out files:  76% (2970/3907)   
Checking out files:  77% (3009/3907)   
Checking out files:  78% (3048/3907)   
Checking out files:  79% (3087/3907)   
Checking out files:  80% (3126/3907)   
Checking out files:  81% (3165/3907)   
Checking out files:  82% (3204/3907)   
Checking out files:  83% (3243/3907)   
Checking out files:  84% (3282/3907)   
Checking out files:  85% (3321/3907)   
Checking out files:  86% (3361/3907)   
Checking out files:  87% (3400/3907)   
Checking out files:  88% (3439/3907)   
Checking out files:  89% (3478/3907)   
Checking out files:  90% (3517/3907)   
Checking out files:  91% (3556/3907)   
Checking out files:  92% (3595/3907)   
Checking out files:  93% (3634/3907)   
Checking out files:  94% (3673/3907)   
Checking out files:  94% (3685/3907)   
Checking out files:  95% (3712/3907)   
Checking out files:  96% (3751/3907)   
Checking out files:  97% (3790/3907)   
Checking out files:  98% (3829/3907)   
Checking out files:  99% (3868/3907)   
Checking out files: 100% (3907/3907)   
Checking out files: 100% (3907/3907), done.
10:49:59 [2021-05-03T10:49:59.783Z] #56 44.03 + cd /tmp/tmp.RkTUVlbz3c/src/github.com/containerd/containerd
10:49:59 [2021-05-03T10:49:59.799Z] #49 27.04 go: extracting github.com/go-toolsmith/astequal v1.0.0
10:49:59 [2021-05-03T10:49:59.799Z] #49 27.06 go: extracting github.com/go-toolsmith/astp v1.0.0
10:49:59 [2021-05-03T10:49:59.799Z] #49 27.06 go: downloading github.com/stretchr/objx v0.2.0
10:49:59 [2021-05-03T10:49:59.799Z] #49 27.14 go: downloading github.com/go-toolsmith/astcast v1.0.0
10:49:59 [2021-05-03T10:49:59.799Z] #49 27.14 go: extracting github.com/go-toolsmith/astfmt v1.0.0
10:49:59 [2021-05-03T10:49:59.799Z] #49 27.22 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
10:49:59 [2021-05-03T10:49:59.809Z] #13 56.50 3 upgraded, 25 newly installed, 0 to remove and 27 not upgraded.
10:49:59 [2021-05-03T10:49:59.809Z] #13 56.50 Need to get 78.2 MB of archives.
10:49:59 [2021-05-03T10:49:59.809Z] #13 56.50 After this operation, 487 MB of additional disk space will be used.
10:49:59 [2021-05-03T10:49:59.809Z] #13 56.50 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB]
10:49:59 [2021-05-03T10:49:59.809Z] #13 56.50 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB]
10:49:59 [2021-05-03T10:49:59.809Z] #13 56.51 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u7 [332 kB]
10:49:59 [2021-05-03T10:49:59.809Z] #13 56.53 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u7 [151 kB]
10:49:59 [2021-05-03T10:49:59.809Z] #13 56.55 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]
10:50:00 [2021-05-03T10:50:00.044Z] #56 44.03 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
10:50:00 [2021-05-03T10:50:00.059Z] #49 27.22 go: downloading github.com/mitchellh/mapstructure v1.1.2
10:50:00 [2021-05-03T10:50:00.059Z] #49 27.25 go: downloading github.com/go-toolsmith/astcopy v1.0.0
10:50:00 [2021-05-03T10:50:00.065Z] #13 56.81 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]
10:50:00 [2021-05-03T10:50:00.176Z] #9 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 2.2s done
10:50:00 [2021-05-03T10:50:00.318Z] #49 27.61 go: extracting github.com/stretchr/objx v0.2.0
10:50:00 [2021-05-03T10:50:00.320Z] #13 57.08 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
10:50:00 [2021-05-03T10:50:00.320Z] #13 57.08 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
10:50:00 [2021-05-03T10:50:00.320Z] #13 57.10 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
10:50:00 [2021-05-03T10:50:00.320Z] #13 57.10 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
10:50:00 [2021-05-03T10:50:00.578Z] #49 27.83 go: extracting github.com/go-toolsmith/astcast v1.0.0
10:50:00 [2021-05-03T10:50:00.578Z] #49 27.88 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
10:50:00 [2021-05-03T10:50:00.751Z] #9 ...
10:50:00 [2021-05-03T10:50:00.751Z] 
10:50:00 [2021-05-03T10:50:00.751Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
10:50:00 [2021-05-03T10:50:00.751Z] #65 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08
10:50:00 [2021-05-03T10:50:00.751Z] #65 DONE 1.1s
10:50:00 [2021-05-03T10:50:00.751Z] 
10:50:00 [2021-05-03T10:50:00.751Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
10:50:00 [2021-05-03T10:50:00.751Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91
10:50:00 [2021-05-03T10:50:00.751Z] #9 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 0.1s
10:50:00 [2021-05-03T10:50:00.838Z] #49 27.97 go: extracting github.com/go-toolsmith/astcopy v1.0.0
10:50:00 [2021-05-03T10:50:00.838Z] #49 27.98 go: extracting github.com/mitchellh/mapstructure v1.1.2
10:50:01 [2021-05-03T10:50:01.097Z] #49 28.50 go: downloading github.com/davecgh/go-spew v1.1.1
10:50:01 [2021-05-03T10:50:01.248Z] #13 57.85 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
10:50:01 [2021-05-03T10:50:01.428Z] #56 ...
10:50:01 [2021-05-03T10:50:01.428Z] 
10:50:01 [2021-05-03T10:50:01.428Z] #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
10:50:01 [2021-05-03T10:50:01.428Z] #45 sha256:3c300042d3325d05ae0fd5f6c25145d6aaf7594723399bc80e89aa7cb3b81cad
10:50:01 [2021-05-03T10:50:01.428Z] #45 78.49 go/parser
10:50:01 [2021-05-03T10:50:01.428Z] #45 80.48 text/template
10:50:01 [2021-05-03T10:50:01.428Z] #45 82.00 log
10:50:01 [2021-05-03T10:50:01.428Z] #45 82.53 encoding/xml
10:50:01 [2021-05-03T10:50:01.428Z] #45 84.88 go/doc
10:50:01 [2021-05-03T10:50:01.428Z] #45 87.73 github.com/LK4D4/vndr/build
10:50:01 [2021-05-03T10:50:01.428Z] #45 88.57 github.com/LK4D4/vndr/versioned
10:50:01 [2021-05-03T10:50:01.428Z] #45 88.70 compress/flate
10:50:01 [2021-05-03T10:50:01.428Z] #45 ...
10:50:01 [2021-05-03T10:50:01.428Z] 
10:50:01 [2021-05-03T10:50:01.428Z] #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
10:50:01 [2021-05-03T10:50:01.428Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:50:01 [2021-05-03T10:50:01.428Z] #43 21.78   CC       images/regfile.o
10:50:01 [2021-05-03T10:50:01.428Z] #43 22.00   CC       images/ghost-file.o
10:50:01 [2021-05-03T10:50:01.428Z] #43 22.24   CC       images/fifo.o
10:50:01 [2021-05-03T10:50:01.428Z] #43 22.47   CC       images/remap-file-path.o
10:50:01 [2021-05-03T10:50:01.428Z] #43 22.74   CC       images/eventfd.o
10:50:01 [2021-05-03T10:50:01.428Z] #43 22.90   CC       images/eventpoll.o
10:50:01 [2021-05-03T10:50:01.428Z] #43 23.16   CC       images/fh.o
10:50:01 [2021-05-03T10:50:01.428Z] #43 23.51   CC       images/fsnotify.o
10:50:01 [2021-05-03T10:50:01.428Z] #43 24.05   CC       images/signalfd.o
10:50:01 [2021-05-03T10:50:01.428Z] #43 24.27   CC       images/fs.o
10:50:01 [2021-05-03T10:50:01.428Z] #43 24.46   CC       images/pstree.o
10:50:01 [2021-05-03T10:50:01.504Z] #13 58.24 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]
10:50:01 [2021-05-03T10:50:01.504Z] #13 58.24 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]
10:50:01 [2021-05-03T10:50:01.667Z] #49 ...
10:50:01 [2021-05-03T10:50:01.667Z] 
10:50:01 [2021-05-03T10:50:01.667Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer         . /tmp/install/tomll.installer && PREFIX=/build install_tomll
10:50:01 [2021-05-03T10:50:01.667Z] #34 sha256:2c56cf88ad471120f231fa34006e269c98ff8afd0c04cd9a190750f8b3387acc
10:50:01 [2021-05-03T10:50:01.667Z] #34 22.89 github.com/pelletier/go-toml/cmd/tomll
10:50:01 [2021-05-03T10:50:01.667Z] #34 DONE 28.9s
10:50:01 [2021-05-03T10:50:01.667Z] 
10:50:01 [2021-05-03T10:50:01.667Z] #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
10:50:01 [2021-05-03T10:50:01.667Z] #47 sha256:81349cd65cc4c93b2c49d51c772454da50ddd78bcbb08e70527c896cd7c08700
10:50:01 [2021-05-03T10:50:01.667Z] #47 25.25 go: finding github.com/fatih/color v1.9.0
10:50:01 [2021-05-03T10:50:01.667Z] #47 25.26 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
10:50:01 [2021-05-03T10:50:01.667Z] #47 25.33 go: finding github.com/pkg/errors v0.9.1
10:50:01 [2021-05-03T10:50:01.667Z] #47 25.49 go: finding github.com/spf13/pflag v1.0.3
10:50:01 [2021-05-03T10:50:01.667Z] #47 25.54 go: finding github.com/mattn/go-colorable v0.1.6
10:50:01 [2021-05-03T10:50:01.667Z] #47 25.80 go: finding github.com/mattn/go-isatty v0.0.12
10:50:01 [2021-05-03T10:50:01.667Z] #47 26.18 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
10:50:01 [2021-05-03T10:50:01.667Z] #47 26.56 go: finding github.com/jonboulle/clockwork v0.1.0
10:50:01 [2021-05-03T10:50:01.667Z] #47 26.61 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
10:50:01 [2021-05-03T10:50:01.667Z] #47 26.69 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
10:50:01 [2021-05-03T10:50:01.667Z] #47 26.72 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
10:50:01 [2021-05-03T10:50:01.688Z] #43 24.72   CC       images/pipe.o
10:50:01 [2021-05-03T10:50:01.948Z] #43 24.96   CC       images/tcp-stream.o
10:50:02 [2021-05-03T10:50:02.210Z] #43 25.18   CC       images/sk-packet.o
10:50:02 [2021-05-03T10:50:02.471Z] #43 25.53   CC       images/mnt.o
10:50:02 [2021-05-03T10:50:02.671Z] #9 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 1.8s done
10:50:02 [2021-05-03T10:50:02.732Z] #43 25.80   CC       images/pipe-data.o
10:50:02 [2021-05-03T10:50:02.934Z] #9 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 0.1s
10:50:02 [2021-05-03T10:50:02.994Z] #43 26.02   CC       images/sa.o
10:50:02 [2021-05-03T10:50:02.994Z] #43 26.19   CC       images/timer.o
10:50:03 [2021-05-03T10:50:03.560Z] #58 ...
10:50:03 [2021-05-03T10:50:03.560Z] 
10:50:03 [2021-05-03T10:50:03.560Z] #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
10:50:03 [2021-05-03T10:50:03.560Z] #45 sha256:420f325532c1ee2984a12f05e3c7f055e58b2ada76e1c2d087abdaee6c492b96
10:50:03 [2021-05-03T10:50:03.560Z] #45 32.34 vendor/golang.org/x/crypto/internal/subtle
10:50:03 [2021-05-03T10:50:03.560Z] #45 32.52 vendor/golang.org/x/crypto/curve25519
10:50:03 [2021-05-03T10:50:03.565Z] #43 26.56   CC       images/timerfd.o
10:50:03 [2021-05-03T10:50:03.577Z] #47 ...
10:50:03 [2021-05-03T10:50:03.577Z] 
10:50:03 [2021-05-03T10:50:03.578Z] #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
10:50:03 [2021-05-03T10:50:03.578Z] #58 sha256:e6b8a9717b927bb5a5a04efeb11b16b02d2b69023de103d60a65e1836e402880
10:50:03 [2021-05-03T10:50:03.578Z] #58 20.40 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
10:50:03 [2021-05-03T10:50:03.578Z] #58 20.47 go: downloading github.com/u-root/u-root v7.0.0+incompatible
10:50:03 [2021-05-03T10:50:03.578Z] #58 20.67 go: extracting github.com/urfave/cli/v2 v2.3.0
10:50:03 [2021-05-03T10:50:03.578Z] #58 22.03 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
10:50:03 [2021-05-03T10:50:03.578Z] #58 24.87 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777
10:50:03 [2021-05-03T10:50:03.578Z] #58 28.15 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
10:50:03 [2021-05-03T10:50:03.578Z] #58 28.70 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0
10:50:03 [2021-05-03T10:50:03.578Z] #58 29.13 go: downloading github.com/russross/blackfriday/v2 v2.1.0
10:50:03 [2021-05-03T10:50:03.578Z] #58 30.26 go: extracting github.com/u-root/u-root v7.0.0+incompatible
10:50:03 [2021-05-03T10:50:03.578Z] #58 30.38 go: extracting github.com/russross/blackfriday/v2 v2.1.0
10:50:03 [2021-05-03T10:50:03.578Z] #58 ...
10:50:03 [2021-05-03T10:50:03.578Z] 
10:50:03 [2021-05-03T10:50:03.578Z] #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
10:50:03 [2021-05-03T10:50:03.578Z] #49 sha256:0645f72c0a46020b1c6de062066eb84a6ca75ff61a3a4b44b89cf13fbbe0d20c
10:50:03 [2021-05-03T10:50:03.578Z] #49 29.13 go: extracting github.com/davecgh/go-spew v1.1.1
10:50:03 [2021-05-03T10:50:03.578Z] #49 29.75 go: downloading github.com/sourcegraph/go-diff v0.5.1
10:50:03 [2021-05-03T10:50:03.578Z] #49 30.18 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
10:50:03 [2021-05-03T10:50:03.578Z] #49 30.69 go: extracting github.com/sourcegraph/go-diff v0.5.1
10:50:03 [2021-05-03T10:50:03.578Z] #49 30.69 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
10:50:03 [2021-05-03T10:50:03.826Z] #43 26.79   CC       images/mm.o
10:50:03 [2021-05-03T10:50:03.842Z] #49 ...
10:50:03 [2021-05-03T10:50:03.842Z] 
10:50:03 [2021-05-03T10:50:03.842Z] #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
10:50:03 [2021-05-03T10:50:03.842Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:50:03 [2021-05-03T10:50:03.842Z] #13 16.28 Get:8 http://deb.debian.org/debian buster-backports/main amd64 Packages [467 kB]
10:50:04 [2021-05-03T10:50:04.020Z] #13 ...
10:50:04 [2021-05-03T10:50:04.020Z] 
10:50:04 [2021-05-03T10:50:04.020Z] #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
10:50:04 [2021-05-03T10:50:04.020Z] #45 sha256:7504d5111897f112af75a3b79cd6ee75bf518a7f9789364eccf3f9226afd32f2
10:50:04 [2021-05-03T10:50:04.020Z] #45 56.35 sync
10:50:04 [2021-05-03T10:50:04.020Z] #45 56.47 internal/reflectlite
10:50:04 [2021-05-03T10:50:04.020Z] #45 58.96 github.com/LK4D4/vndr/godl/singleflight
10:50:04 [2021-05-03T10:50:04.020Z] #45 59.37 math/rand
10:50:04 [2021-05-03T10:50:04.020Z] #45 60.21 internal/singleflight
10:50:04 [2021-05-03T10:50:04.020Z] #45 60.51 errors
10:50:04 [2021-05-03T10:50:04.020Z] #45 60.51 sort
10:50:04 [2021-05-03T10:50:04.020Z] #45 60.84 io
10:50:04 [2021-05-03T10:50:04.020Z] #45 61.88 strconv
10:50:04 [2021-05-03T10:50:04.020Z] #45 62.35 bytes
10:50:04 [2021-05-03T10:50:04.020Z] #45 64.94 bufio
10:50:04 [2021-05-03T10:50:04.020Z] #45 65.82 reflect
10:50:04 [2021-05-03T10:50:04.020Z] #45 ...
10:50:04 [2021-05-03T10:50:04.020Z] 
10:50:04 [2021-05-03T10:50:04.020Z] #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
10:50:04 [2021-05-03T10:50:04.020Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
10:50:04 [2021-05-03T10:50:04.020Z] #36 56.58 The following additional packages will be installed:
10:50:04 [2021-05-03T10:50:04.020Z] #36 56.62   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
10:50:04 [2021-05-03T10:50:04.020Z] #36 56.63 Suggested packages:
10:50:04 [2021-05-03T10:50:04.020Z] #36 56.67   cmake-doc ninja-build lrzip
10:50:04 [2021-05-03T10:50:04.020Z] #36 56.67 Recommended packages:
10:50:04 [2021-05-03T10:50:04.020Z] #36 56.67   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
10:50:04 [2021-05-03T10:50:04.020Z] #36 58.32 The following NEW packages will be installed:
10:50:04 [2021-05-03T10:50:04.020Z] #36 58.32   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
10:50:04 [2021-05-03T10:50:04.020Z] #36 58.36   vim-common xxd
10:50:04 [2021-05-03T10:50:04.020Z] #36 58.77 0 upgraded, 10 newly installed, 0 to remove and 29 not upgraded.
10:50:04 [2021-05-03T10:50:04.020Z] #36 58.77 Need to get 14.9 MB of archives.
10:50:04 [2021-05-03T10:50:04.020Z] #36 58.77 After this operation, 61.8 MB of additional disk space will be used.
10:50:04 [2021-05-03T10:50:04.020Z] #36 58.77 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
10:50:04 [2021-05-03T10:50:04.020Z] #36 58.78 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
10:50:04 [2021-05-03T10:50:04.020Z] #36 58.78 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
10:50:04 [2021-05-03T10:50:04.020Z] #36 59.04 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
10:50:04 [2021-05-03T10:50:04.020Z] #36 60.10 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB]
10:50:04 [2021-05-03T10:50:04.020Z] #36 60.17 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
10:50:04 [2021-05-03T10:50:04.020Z] #36 60.19 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
10:50:04 [2021-05-03T10:50:04.020Z] #36 60.19 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
10:50:04 [2021-05-03T10:50:04.020Z] #36 60.21 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB]
10:50:04 [2021-05-03T10:50:04.020Z] #36 60.22 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
10:50:04 [2021-05-03T10:50:04.020Z] #36 61.96 debconf: delaying package configuration, since apt-utils is not installed
10:50:04 [2021-05-03T10:50:04.020Z] #36 62.28 Fetched 14.9 MB in 2s (6961 kB/s)
10:50:04 [2021-05-03T10:50:04.020Z] #36 62.44 Selecting previously unselected package xxd.
10:50:04 [2021-05-03T10:50:04.020Z] #36 62.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 ... 15410 files and directories currently installed.)
10:50:04 [2021-05-03T10:50:04.020Z] #36 62.56 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
10:50:04 [2021-05-03T10:50:04.020Z] #36 62.63 Unpacking xxd (2:8.1.0875-5) ...
10:50:04 [2021-05-03T10:50:04.020Z] #36 62.91 Selecting previously unselected package vim-common.
10:50:04 [2021-05-03T10:50:04.020Z] #36 62.91 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
10:50:04 [2021-05-03T10:50:04.020Z] #36 62.95 Unpacking vim-common (2:8.1.0875-5) ...
10:50:04 [2021-05-03T10:50:04.020Z] #36 63.43 Selecting previously unselected package cmake-data.
10:50:04 [2021-05-03T10:50:04.020Z] #36 63.43 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
10:50:04 [2021-05-03T10:50:04.020Z] #36 63.44 Unpacking cmake-data (3.13.4-1) ...
10:50:04 [2021-05-03T10:50:04.020Z] #36 66.49 Selecting previously unselected package libicu63:amd64.
10:50:04 [2021-05-03T10:50:04.020Z] #36 66.50 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
10:50:04 [2021-05-03T10:50:04.020Z] #36 66.51 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
10:50:04 [2021-05-03T10:50:04.087Z] #43 27.09   CC       images/sk-opts.o
10:50:04 [2021-05-03T10:50:04.102Z] #13 ...
10:50:04 [2021-05-03T10:50:04.102Z] 
10:50:04 [2021-05-03T10:50:04.102Z] #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
10:50:04 [2021-05-03T10:50:04.102Z] #49 sha256:0645f72c0a46020b1c6de062066eb84a6ca75ff61a3a4b44b89cf13fbbe0d20c
10:50:04 [2021-05-03T10:50:04.102Z] #49 31.35 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
10:50:04 [2021-05-03T10:50:04.276Z] #36 ...
10:50:04 [2021-05-03T10:50:04.276Z] 
10:50:04 [2021-05-03T10:50:04.276Z] #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
10:50:04 [2021-05-03T10:50:04.276Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
10:50:04 [2021-05-03T10:50:04.276Z] #42 61.47 Selecting previously unselected package libcap-dev:amd64.
10:50:04 [2021-05-03T10:50:04.276Z] #42 61.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.)
10:50:04 [2021-05-03T10:50:04.276Z] #42 61.59 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ...
10:50:04 [2021-05-03T10:50:04.276Z] #42 61.61 Unpacking libcap-dev:amd64 (1:2.25-2) ...
10:50:04 [2021-05-03T10:50:04.276Z] #42 61.88 Selecting previously unselected package libnet1:amd64.
10:50:04 [2021-05-03T10:50:04.276Z] #42 61.88 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
10:50:04 [2021-05-03T10:50:04.276Z] #42 61.90 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
10:50:04 [2021-05-03T10:50:04.276Z] #42 62.13 Selecting previously unselected package libnet1-dev.
10:50:04 [2021-05-03T10:50:04.276Z] #42 62.13 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ...
10:50:04 [2021-05-03T10:50:04.276Z] #42 62.17 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
10:50:04 [2021-05-03T10:50:04.276Z] #42 62.64 Selecting previously unselected package libnl-3-200:amd64.
10:50:04 [2021-05-03T10:50:04.276Z] #42 62.64 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ...
10:50:04 [2021-05-03T10:50:04.276Z] #42 62.66 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
10:50:04 [2021-05-03T10:50:04.276Z] #42 62.89 Selecting previously unselected package libnl-3-dev:amd64.
10:50:04 [2021-05-03T10:50:04.276Z] #42 62.90 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ...
10:50:04 [2021-05-03T10:50:04.276Z] #42 62.91 Unpacking libnl-3-dev:amd64 (3.4.0-1) ...
10:50:04 [2021-05-03T10:50:04.276Z] #42 63.34 Selecting previously unselected package libprotobuf-c1:amd64.
10:50:04 [2021-05-03T10:50:04.276Z] #42 63.34 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
10:50:04 [2021-05-03T10:50:04.276Z] #42 63.36 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
10:50:04 [2021-05-03T10:50:04.276Z] #42 63.49 Selecting previously unselected package libprotobuf-c-dev:amd64.
10:50:04 [2021-05-03T10:50:04.276Z] #42 63.49 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ...
10:50:04 [2021-05-03T10:50:04.276Z] #42 63.50 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
10:50:04 [2021-05-03T10:50:04.276Z] #42 63.70 Selecting previously unselected package zlib1g-dev:amd64.
10:50:04 [2021-05-03T10:50:04.276Z] #42 63.70 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ...
10:50:04 [2021-05-03T10:50:04.276Z] #42 63.72 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
10:50:04 [2021-05-03T10:50:04.276Z] #42 63.95 Selecting previously unselected package libprotobuf17:amd64.
10:50:04 [2021-05-03T10:50:04.276Z] #42 63.95 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ...
10:50:04 [2021-05-03T10:50:04.276Z] #42 63.96 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
10:50:04 [2021-05-03T10:50:04.276Z] #42 64.71 Selecting previously unselected package libprotobuf-lite17:amd64.
10:50:04 [2021-05-03T10:50:04.276Z] #42 64.71 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ...
10:50:04 [2021-05-03T10:50:04.276Z] #42 64.74 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ...
10:50:04 [2021-05-03T10:50:04.276Z] #42 64.98 Selecting previously unselected package libprotobuf-dev:amd64.
10:50:04 [2021-05-03T10:50:04.276Z] #42 64.98 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ...
10:50:04 [2021-05-03T10:50:04.276Z] #42 64.99 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ...
10:50:04 [2021-05-03T10:50:04.276Z] #42 66.15 Selecting previously unselected package libprotoc17:amd64.
10:50:04 [2021-05-03T10:50:04.276Z] #42 66.15 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ...
10:50:04 [2021-05-03T10:50:04.276Z] #42 66.16 Unpacking libprotoc17:amd64 (3.6.1.3-2) ...
10:50:04 [2021-05-03T10:50:04.276Z] #42 66.81 Selecting previously unselected package protobuf-c-compiler.
10:50:04 [2021-05-03T10:50:04.276Z] #42 66.82 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ...
10:50:04 [2021-05-03T10:50:04.276Z] #42 66.84 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
10:50:04 [2021-05-03T10:50:04.348Z] #43 27.27   CC       images/sk-unix.o
10:50:04 [2021-05-03T10:50:04.500Z] #45 ...
10:50:04 [2021-05-03T10:50:04.500Z] 
10:50:04 [2021-05-03T10:50:04.500Z] #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
10:50:04 [2021-05-03T10:50:04.500Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
10:50:04 [2021-05-03T10:50:04.500Z] #55 23.65 Fetched 8441 kB in 17s (488 kB/s)
10:50:04 [2021-05-03T10:50:04.500Z] #55 23.65 Reading package lists...
10:50:04 [2021-05-03T10:50:04.500Z] #55 30.30 Reading package lists...
10:50:04 [2021-05-03T10:50:04.500Z] #55 ...
10:50:04 [2021-05-03T10:50:04.500Z] 
10:50:04 [2021-05-03T10:50:04.500Z] #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
10:50:04 [2021-05-03T10:50:04.500Z] #49 sha256:83716a12778e80b04746817decbf1060e77c2bc9a043a1a4b46e748b30c45354
10:50:04 [2021-05-03T10:50:04.500Z] #49 23.69 go: downloading github.com/sourcegraph/go-diff v0.5.1
10:50:04 [2021-05-03T10:50:04.500Z] #49 23.69 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
10:50:04 [2021-05-03T10:50:04.500Z] #49 23.69 go: downloading github.com/go-lintpack/lintpack v0.5.2
10:50:04 [2021-05-03T10:50:04.500Z] #49 23.69 go: downloading github.com/go-toolsmith/astequal v1.0.0
10:50:04 [2021-05-03T10:50:04.500Z] #49 23.69 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
10:50:04 [2021-05-03T10:50:04.500Z] #49 23.69 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
10:50:04 [2021-05-03T10:50:04.500Z] #49 23.69 go: downloading github.com/magiconair/properties v1.8.1
10:50:04 [2021-05-03T10:50:04.500Z] #49 24.11 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
10:50:04 [2021-05-03T10:50:04.500Z] #49 24.11 go: downloading github.com/go-toolsmith/strparse v1.0.0
10:50:04 [2021-05-03T10:50:04.500Z] #49 24.11 go: downloading github.com/ultraware/whitespace v0.0.4
10:50:04 [2021-05-03T10:50:04.500Z] #49 24.11 go: extracting github.com/go-toolsmith/astequal v1.0.0
10:50:04 [2021-05-03T10:50:04.500Z] #49 24.11 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
10:50:04 [2021-05-03T10:50:04.500Z] #49 24.11 go: extracting github.com/go-lintpack/lintpack v0.5.2
10:50:04 [2021-05-03T10:50:04.500Z] #49 24.11 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
10:50:04 [2021-05-03T10:50:04.500Z] #49 24.11 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
10:50:04 [2021-05-03T10:50:04.500Z] #49 24.11 go: extracting github.com/sourcegraph/go-diff v0.5.1
10:50:04 [2021-05-03T10:50:04.500Z] #49 24.11 go: downloading github.com/mitchellh/mapstructure v1.1.2
10:50:04 [2021-05-03T10:50:04.500Z] #49 24.11 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
10:50:04 [2021-05-03T10:50:04.500Z] #49 24.11 go: downloading github.com/go-toolsmith/astcopy v1.0.0
10:50:04 [2021-05-03T10:50:04.500Z] #49 24.18 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
10:50:04 [2021-05-03T10:50:04.500Z] #49 24.18 go: extracting github.com/go-toolsmith/strparse v1.0.0
10:50:04 [2021-05-03T10:50:04.500Z] #49 24.18 go: downloading github.com/uudashr/gocognit v1.0.1
10:50:04 [2021-05-03T10:50:04.500Z] #49 24.18 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
10:50:04 [2021-05-03T10:50:04.500Z] #49 24.38 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
10:50:04 [2021-05-03T10:50:04.500Z] #49 24.38 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
10:50:04 [2021-05-03T10:50:04.500Z] #49 24.38 go: extracting github.com/ultraware/whitespace v0.0.4
10:50:04 [2021-05-03T10:50:04.500Z] #49 24.38 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
10:50:04 [2021-05-03T10:50:04.500Z] #49 24.38 go: extracting github.com/go-toolsmith/astcopy v1.0.0
10:50:04 [2021-05-03T10:50:04.500Z] #49 24.38 go: downloading gopkg.in/ini.v1 v1.51.0
10:50:04 [2021-05-03T10:50:04.500Z] #49 24.38 go: extracting github.com/uudashr/gocognit v1.0.1
10:50:04 [2021-05-03T10:50:04.500Z] #49 24.79 go: extracting github.com/magiconair/properties v1.8.1
10:50:04 [2021-05-03T10:50:04.500Z] #49 24.79 go: extracting github.com/mitchellh/mapstructure v1.1.2
10:50:04 [2021-05-03T10:50:04.500Z] #49 24.79 go: downloading github.com/spf13/jwalterweatherman v1.0.0
10:50:04 [2021-05-03T10:50:04.500Z] #49 24.79 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
10:50:04 [2021-05-03T10:50:04.500Z] #49 24.79 go: extracting gopkg.in/ini.v1 v1.51.0
10:50:04 [2021-05-03T10:50:04.500Z] #49 24.79 go: downloading github.com/inconshreveable/mousetrap v1.0.0
10:50:04 [2021-05-03T10:50:04.500Z] #49 24.79 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
10:50:04 [2021-05-03T10:50:04.500Z] #49 24.79 go: downloading github.com/fatih/color v1.7.0
10:50:04 [2021-05-03T10:50:04.500Z] #49 24.79 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
10:50:04 [2021-05-03T10:50:04.500Z] #49 24.79 go: extracting github.com/inconshreveable/mousetrap v1.0.0
10:50:04 [2021-05-03T10:50:04.500Z] #49 24.79 go: downloading github.com/go-toolsmith/typep v1.0.0
10:50:04 [2021-05-03T10:50:04.500Z] #49 24.79 go: downloading github.com/go-toolsmith/astfmt v1.0.0
10:50:04 [2021-05-03T10:50:04.500Z] #49 24.79 go: extracting github.com/spf13/jwalterweatherman v1.0.0
10:50:04 [2021-05-03T10:50:04.500Z] #49 24.79 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
10:50:04 [2021-05-03T10:50:04.500Z] #49 24.79 go: downloading github.com/go-toolsmith/astp v1.0.0
10:50:04 [2021-05-03T10:50:04.500Z] #49 25.01 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
10:50:04 [2021-05-03T10:50:04.500Z] #49 25.01 go: extracting github.com/go-toolsmith/astfmt v1.0.0
10:50:04 [2021-05-03T10:50:04.500Z] #49 25.01 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
10:50:04 [2021-05-03T10:50:04.500Z] #49 25.01 go: extracting github.com/fatih/color v1.7.0
10:50:04 [2021-05-03T10:50:04.500Z] #49 25.01 go: downloading github.com/pelletier/go-toml v1.2.0
10:50:04 [2021-05-03T10:50:04.500Z] #49 25.01 go: downloading github.com/kisielk/gotool v1.0.0
10:50:04 [2021-05-03T10:50:04.500Z] #49 25.01 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
10:50:04 [2021-05-03T10:50:04.500Z] #49 25.01 go: downloading github.com/ultraware/funlen v0.0.2
10:50:04 [2021-05-03T10:50:04.500Z] #49 25.01 go: extracting github.com/go-toolsmith/astp v1.0.0
10:50:04 [2021-05-03T10:50:04.500Z] #49 25.07 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
10:50:04 [2021-05-03T10:50:04.500Z] #49 25.07 go: extracting github.com/go-toolsmith/typep v1.0.0
10:50:04 [2021-05-03T10:50:04.500Z] #49 25.21 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
10:50:04 [2021-05-03T10:50:04.500Z] #49 25.21 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
10:50:04 [2021-05-03T10:50:04.500Z] #49 25.21 go: downloading github.com/spf13/afero v1.1.2
10:50:04 [2021-05-03T10:50:04.500Z] #49 25.21 go: extracting github.com/ultraware/funlen v0.0.2
10:50:04 [2021-05-03T10:50:04.500Z] #49 25.21 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
10:50:04 [2021-05-03T10:50:04.500Z] #49 25.21 go: downloading gopkg.in/yaml.v2 v2.2.7
10:50:04 [2021-05-03T10:50:04.500Z] #49 25.21 go: extracting github.com/kisielk/gotool v1.0.0
10:50:04 [2021-05-03T10:50:04.500Z] #49 25.27 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
10:50:04 [2021-05-03T10:50:04.500Z] #49 25.27 go: downloading github.com/mattn/go-colorable v0.1.4
10:50:04 [2021-05-03T10:50:04.500Z] #49 25.49 go: downloading github.com/mitchellh/go-homedir v1.1.0
10:50:04 [2021-05-03T10:50:04.500Z] #49 25.49 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
10:50:04 [2021-05-03T10:50:04.500Z] #49 25.58 go: extracting github.com/pelletier/go-toml v1.2.0
10:50:04 [2021-05-03T10:50:04.500Z] #49 25.58 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
10:50:04 [2021-05-03T10:50:04.500Z] #49 25.58 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
10:50:04 [2021-05-03T10:50:04.500Z] #49 25.69 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
10:50:04 [2021-05-03T10:50:04.500Z] #49 25.69 go: downloading github.com/BurntSushi/toml v0.3.1
10:50:04 [2021-05-03T10:50:04.500Z] #49 25.72 go: extracting github.com/mitchellh/go-homedir v1.1.0
10:50:04 [2021-05-03T10:50:04.500Z] #49 25.72 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
10:50:04 [2021-05-03T10:50:04.500Z] #49 25.72 go: extracting github.com/mattn/go-colorable v0.1.4
10:50:04 [2021-05-03T10:50:04.500Z] #49 25.84 go: extracting github.com/spf13/afero v1.1.2
10:50:04 [2021-05-03T10:50:04.500Z] #49 25.95 go: downloading github.com/go-toolsmith/astcast v1.0.0
10:50:04 [2021-05-03T10:50:04.500Z] #49 25.98 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
10:50:04 [2021-05-03T10:50:04.500Z] #49 26.05 go: extracting gopkg.in/yaml.v2 v2.2.7
10:50:04 [2021-05-03T10:50:04.500Z] #49 26.10 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
10:50:04 [2021-05-03T10:50:04.500Z] #49 26.12 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
10:50:04 [2021-05-03T10:50:04.500Z] #49 26.28 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
10:50:04 [2021-05-03T10:50:04.500Z] #49 26.52 go: downloading github.com/stretchr/testify v1.4.0
10:50:04 [2021-05-03T10:50:04.500Z] #49 26.52 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
10:50:04 [2021-05-03T10:50:04.500Z] #49 26.52 go: extracting github.com/go-toolsmith/astcast v1.0.0
10:50:04 [2021-05-03T10:50:04.500Z] #49 26.56 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
10:50:04 [2021-05-03T10:50:04.500Z] #49 26.56 go: downloading github.com/mattn/go-isatty v0.0.8
10:50:04 [2021-05-03T10:50:04.500Z] #49 26.64 go: extracting github.com/BurntSushi/toml v0.3.1
10:50:04 [2021-05-03T10:50:04.500Z] #49 26.71 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
10:50:04 [2021-05-03T10:50:04.500Z] #49 26.73 go: extracting github.com/mattn/go-isatty v0.0.8
10:50:04 [2021-05-03T10:50:04.500Z] #49 26.76 go: downloading golang.org/x/text v0.3.2
10:50:04 [2021-05-03T10:50:04.500Z] #49 26.90 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
10:50:04 [2021-05-03T10:50:04.500Z] #49 27.01 go: downloading github.com/gogo/protobuf v1.2.1
10:50:04 [2021-05-03T10:50:04.500Z] #49 27.17 go: downloading github.com/subosito/gotenv v1.2.0
10:50:04 [2021-05-03T10:50:04.500Z] #49 27.17 go: downloading github.com/gobwas/glob v0.2.3
10:50:04 [2021-05-03T10:50:04.500Z] #49 27.17 go: extracting github.com/stretchr/testify v1.4.0
10:50:04 [2021-05-03T10:50:04.500Z] #49 27.27 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
10:50:04 [2021-05-03T10:50:04.500Z] #49 27.48 go: downloading github.com/sirupsen/logrus v1.4.2
10:50:04 [2021-05-03T10:50:04.500Z] #49 27.62 go: downloading github.com/stretchr/objx v0.2.0
10:50:04 [2021-05-03T10:50:04.500Z] #49 27.89 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
10:50:04 [2021-05-03T10:50:04.500Z] #49 27.95 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
10:50:04 [2021-05-03T10:50:04.500Z] #49 28.05 go: extracting github.com/subosito/gotenv v1.2.0
10:50:04 [2021-05-03T10:50:04.500Z] #49 28.23 go: downloading github.com/pmezard/go-difflib v1.0.0
10:50:04 [2021-05-03T10:50:04.500Z] #49 28.49 go: extracting github.com/gobwas/glob v0.2.3
10:50:04 [2021-05-03T10:50:04.500Z] #49 28.57 go: extracting github.com/pmezard/go-difflib v1.0.0
10:50:04 [2021-05-03T10:50:04.500Z] #49 28.93 go: extracting github.com/stretchr/objx v0.2.0
10:50:04 [2021-05-03T10:50:04.500Z] #49 28.93 go: downloading github.com/davecgh/go-spew v1.1.1
10:50:04 [2021-05-03T10:50:04.500Z] #49 29.34 go: extracting github.com/davecgh/go-spew v1.1.1
10:50:04 [2021-05-03T10:50:04.500Z] #49 29.50 go: extracting github.com/sirupsen/logrus v1.4.2
10:50:04 [2021-05-03T10:50:04.500Z] #49 29.74 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
10:50:04 [2021-05-03T10:50:04.500Z] #49 30.07 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
10:50:04 [2021-05-03T10:50:04.500Z] #49 30.30 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
10:50:04 [2021-05-03T10:50:04.532Z] #42 67.00 Selecting previously unselected package protobuf-compiler.
10:50:04 [2021-05-03T10:50:04.609Z] #43 27.59   CC       images/sk-inet.o
10:50:04 [2021-05-03T10:50:04.673Z] #49 31.98 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
10:50:04 [2021-05-03T10:50:04.761Z] #49 ...
10:50:04 [2021-05-03T10:50:04.761Z] 
10:50:04 [2021-05-03T10:50:04.761Z] #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
10:50:04 [2021-05-03T10:50:04.761Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:50:04 [2021-05-03T10:50:04.761Z] #13 27.55 Fetched 8955 kB in 18s (507 kB/s)
10:50:04 [2021-05-03T10:50:04.788Z] #42 67.04 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ...
10:50:04 [2021-05-03T10:50:04.788Z] #42 67.07 Unpacking protobuf-compiler (3.6.1.3-2) ...
10:50:04 [2021-05-03T10:50:04.788Z] #42 67.26 Selecting previously unselected package python-pkg-resources.
10:50:04 [2021-05-03T10:50:04.788Z] #42 67.26 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
10:50:04 [2021-05-03T10:50:04.788Z] #42 67.26 Unpacking python-pkg-resources (40.8.0-1) ...
10:50:04 [2021-05-03T10:50:04.870Z] #43 27.94   CC       images/tun.o
10:50:04 [2021-05-03T10:50:04.936Z] #49 32.20 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
10:50:05 [2021-05-03T10:50:05.045Z] #42 67.50 Selecting previously unselected package python-six.
10:50:05 [2021-05-03T10:50:05.045Z] #42 67.50 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
10:50:05 [2021-05-03T10:50:05.045Z] #42 67.50 Unpacking python-six (1.12.0-1) ...
10:50:05 [2021-05-03T10:50:05.130Z] #43 28.26   CC       images/sk-netlink.o
10:50:05 [2021-05-03T10:50:05.302Z] #42 67.60 Selecting previously unselected package python-protobuf.
10:50:05 [2021-05-03T10:50:05.302Z] #42 67.60 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ...
10:50:05 [2021-05-03T10:50:05.302Z] #42 67.62 Unpacking python-protobuf (3.6.1.3-2) ...
10:50:05 [2021-05-03T10:50:05.401Z] #43 28.50   CC       images/packet-sock.o
10:50:05 [2021-05-03T10:50:05.505Z] #49 32.64 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
10:50:05 [2021-05-03T10:50:05.764Z] #49 32.89 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
10:50:05 [2021-05-03T10:50:05.764Z] #49 ...
10:50:05 [2021-05-03T10:50:05.764Z] 
10:50:05 [2021-05-03T10:50:05.764Z] #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
10:50:05 [2021-05-03T10:50:05.764Z] #51 sha256:cdeb27188b8eaaebac1e7f89a19cd73b6216a9777f838dbd1e8a7947c0202440
10:50:05 [2021-05-03T10:50:05.764Z] #51 22.94 + cd /tmp/tmp.HEvl88P7XE/src/github.com/mvdan/sh
10:50:05 [2021-05-03T10:50:05.764Z] #51 22.94 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
10:50:05 [2021-05-03T10:50:05.764Z] #51 23.04 + GO111MODULE=on
10:50:05 [2021-05-03T10:50:05.764Z] #51 23.04 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
10:50:05 [2021-05-03T10:50:05.764Z] #51 24.53 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
10:50:05 [2021-05-03T10:50:05.764Z] #51 24.63 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
10:50:05 [2021-05-03T10:50:05.764Z] #51 24.78 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
10:50:05 [2021-05-03T10:50:05.764Z] #51 25.05 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
10:50:05 [2021-05-03T10:50:05.764Z] #51 25.06 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
10:50:05 [2021-05-03T10:50:05.764Z] #51 26.59 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
10:50:05 [2021-05-03T10:50:05.764Z] #51 27.86 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
10:50:05 [2021-05-03T10:50:05.764Z] #51 30.46 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
10:50:05 [2021-05-03T10:50:05.764Z] #51 32.74 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
10:50:05 [2021-05-03T10:50:05.764Z] #51 32.89 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
10:50:05 [2021-05-03T10:50:05.764Z] #51 ...
10:50:05 [2021-05-03T10:50:05.764Z] 
10:50:05 [2021-05-03T10:50:05.764Z] #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
10:50:05 [2021-05-03T10:50:05.764Z] #67 sha256:dc574cf90ba53342749aee1dc8d824a8aa3fbd40f3a0c822a450b43716574962
10:50:05 [2021-05-03T10:50:05.866Z] #42 68.27 Setting up python-pkg-resources (40.8.0-1) ...
10:50:05 [2021-05-03T10:50:05.868Z] INFO: Downloading docker/cli version 17.06.2-ce from stable...
10:50:05 [2021-05-03T10:50:05.868Z] 
10:50:05 [2021-05-03T10:50:05.868Z]  ________   ____  __.
10:50:05 [2021-05-03T10:50:05.868Z]  \_____  \ |    |/ _|
10:50:05 [2021-05-03T10:50:05.868Z]  /   |   \|      <
10:50:05 [2021-05-03T10:50:05.868Z]  /    |    \    |  \
10:50:05 [2021-05-03T10:50:05.868Z]  \_______  /____|__ \
10:50:05 [2021-05-03T10:50:05.868Z]          \/        \/
10:50:05 [2021-05-03T10:50:05.868Z] 
10:50:05 [2021-05-03T10:50:05.868Z] INFO: make.ps1 ended at 05/03/2021 10:49:54
10:50:05 [2021-05-03T10:50:05.868Z] INFO: Binaries build ended at 05/03/2021 10:49:56. Duration:00:01:23.7439980
10:50:05 [2021-05-03T10:50:05.868Z] INFO: Copying the built daemon binary to d:\CI\PR-42329\2\binary\dockerd-abfd9aed1c.exe...
10:50:05 [2021-05-03T10:50:05.868Z] INFO: Copying the built client binary to d:\CI\PR-42329\2\binary\docker-abfd9aed1c.exe...
10:50:05 [2021-05-03T10:50:05.868Z] INFO: Copying dockerversion from the container...
10:50:05 [2021-05-03T10:50:05.868Z] INFO: Copying the golang package from the container to d:\CI\PR-42329\2\installer\go.zip...
10:50:05 [2021-05-03T10:50:05.868Z] INFO: Extracting go.zip to d:\CI\PR-42329\2\go
10:50:05 [2021-05-03T10:50:05.972Z] #43 28.95   CC       images/ipc-var.o
10:50:06 [2021-05-03T10:50:06.025Z] #67 31.49 Checking out files:  38% (740/1905)   
Checking out files:  39% (743/1905)   
Checking out files:  40% (762/1905)   
Checking out files:  41% (782/1905)   
Checking out files:  42% (801/1905)   
Checking out files:  43% (820/1905)   
Checking out files:  44% (839/1905)   
Checking out files:  45% (858/1905)   
Checking out files:  46% (877/1905)   
Checking out files:  47% (896/1905)   
Checking out files:  48% (915/1905)   
Checking out files:  49% (934/1905)   
Checking out files:  50% (953/1905)   
Checking out files:  51% (972/1905)   
Checking out files:  52% (991/1905)   
Checking out files:  53% (1010/1905)   
Checking out files:  54% (1029/1905)   
Checking out files:  55% (1048/1905)   
Checking out files:  56% (1067/1905)   
Checking out files:  57% (1086/1905)   
Checking out files:  58% (1105/1905)   
Checking out files:  59% (1124/1905)   
Checking out files:  60% (1143/1905)   
Checking out files:  61% (1163/1905)   
Checking out files:  62% (1182/1905)   
Checking out files:  63% (1201/1905)   
Checking out files:  64% (1220/1905)   
Checking out files:  65% (1239/1905)   
Checking out files:  66% (1258/1905)   
Checking out files:  67% (1277/1905)   
Checking out files:  68% (1296/1905)   
Checking out files:  69% (1315/1905)   
Checking out files:  70% (1334/1905)   
Checking out files:  71% (1353/1905)   
Checking out files:  72% (1372/1905)   
Checking out files:  73% (1391/1905)   
Checking out files:  74% (1410/1905)   
Checking out files:  75% (1429/1905)   
Checking out files:  76% (1448/1905)   
Checking out files:  77% (1467/1905)   
Checking out files:  78% (1486/1905)   
Checking out files:  79% (1505/1905)   
Checking out files:  80% (1524/1905)   
Checking out files:  81% (1544/1905)   
Checking out files:  82% (1563/1905)   
Checking out files:  83% (1582/1905)   
Checking out files:  84% (1601/1905)   
Checking out files:  85% (1620/1905)   
Checking out files:  86% (1639/1905)   
Checking out files:  87% (1658/1905)   
Checking out files:  88% (1677/1905)   
Checking out files:  89% (1696/1905)   
Checking out files:  90% (1715/1905)   
Checking out files:  91% (1734/1905)   
Checking out files:  92% (1753/1905)   
Checking out files:  93% (1772/1905)   
Checking out files:  94% (1791/1905)   
Checking out files:  95% (1810/1905)   
Checking out files:  96% (1829/1905)   
Checking out files:  97% (1848/1905)   
Checking out files:  98% (1867/1905)   
Checking out files:  99% (1886/1905)   
Checking out files: 100% (1905/1905)   
Checking out files: 100% (1905/1905), done.
10:50:06 [2021-05-03T10:50:06.025Z] #67 33.27 + cd /tmp/tmp.VYmlxY5x3d/src/github.com/docker/libnetwork
10:50:06 [2021-05-03T10:50:06.025Z] #67 33.27 + git checkout -q b3507428be5b458cb0e2b4086b13531fb0706e46
10:50:06 [2021-05-03T10:50:06.233Z] #43 29.23   CC       images/ipc-desc.o
10:50:06 [2021-05-03T10:50:06.233Z] #43 ...
10:50:06 [2021-05-03T10:50:06.233Z] 
10:50:06 [2021-05-03T10:50:06.234Z] #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
10:50:06 [2021-05-03T10:50:06.234Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:50:06 [2021-05-03T10:50:06.234Z] #13 90.94 Selecting previously unselected package g++-mingw-w64-x86-64.
10:50:06 [2021-05-03T10:50:06.244Z] #9 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 3.6s done
10:50:06 [2021-05-03T10:50:06.494Z] #13 90.95 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
10:50:06 [2021-05-03T10:50:06.494Z] #13 90.98 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
10:50:06 [2021-05-03T10:50:06.594Z] #67 33.91 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
10:50:06 [2021-05-03T10:50:06.755Z] #13 ...
10:50:06 [2021-05-03T10:50:06.755Z] 
10:50:06 [2021-05-03T10:50:06.755Z] #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
10:50:06 [2021-05-03T10:50:06.755Z] #51 sha256:95189ee2d5889fe842c8d17c3daf9f5d3a3b1cf0afcec135cf458b18cba524c1
10:50:06 [2021-05-03T10:50:06.755Z] #51 86.84 mvdan.cc/sh/v3/cmd/shfmt
10:50:06 [2021-05-03T10:50:06.755Z] #51 DONE 93.8s
10:50:06 [2021-05-03T10:50:06.755Z] 
10:50:06 [2021-05-03T10:50:06.755Z] #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
10:50:06 [2021-05-03T10:50:06.755Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:50:06 [2021-05-03T10:50:06.755Z] #43 29.50   CC       images/ipc-shm.o
10:50:06 [2021-05-03T10:50:06.755Z] #43 29.84   CC       images/ipc-msg.o
10:50:06 [2021-05-03T10:50:06.819Z] #9 extracting sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 done
10:50:07 [2021-05-03T10:50:07.305Z] #13 27.55 Reading package lists...
10:50:07 [2021-05-03T10:50:07.305Z] #13 ...
10:50:07 [2021-05-03T10:50:07.305Z] 
10:50:07 [2021-05-03T10:50:07.305Z] #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
10:50:07 [2021-05-03T10:50:07.305Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
10:50:07 [2021-05-03T10:50:07.305Z] #42 26.19 Fetched 8441 kB in 17s (486 kB/s)
10:50:07 [2021-05-03T10:50:07.305Z] #42 26.19 Reading package lists...
10:50:07 [2021-05-03T10:50:07.305Z] #42 33.16 Reading package lists...
10:50:07 [2021-05-03T10:50:07.305Z] #42 ...
10:50:07 [2021-05-03T10:50:07.305Z] 
10:50:07 [2021-05-03T10:50:07.305Z] #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
10:50:07 [2021-05-03T10:50:07.305Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
10:50:07 [2021-05-03T10:50:07.305Z] #40 26.89 Checking out files:  90% (1534/1693)   
Checking out files:  91% (1541/1693)   
Checking out files:  92% (1558/1693)   
Checking out files:  93% (1575/1693)   
Checking out files:  94% (1592/1693)   
Checking out files:  95% (1609/1693)   
Checking out files:  96% (1626/1693)   
Checking out files:  97% (1643/1693)   
Checking out files:  98% (1660/1693)   
Checking out files:  99% (1677/1693)   
Checking out files: 100% (1693/1693)   
Checking out files: 100% (1693/1693), done.
10:50:07 [2021-05-03T10:50:07.305Z] #40 27.03 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
10:50:07 [2021-05-03T10:50:07.305Z] #40 28.63 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
10:50:07 [2021-05-03T10:50:07.326Z] #43 30.22   CC       images/ipc-sem.o
10:50:07 [2021-05-03T10:50:07.393Z] #9 DONE 19.4s
10:50:07 [2021-05-03T10:50:07.393Z] 
10:50:07 [2021-05-03T10:50:07.393Z] #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
10:50:07 [2021-05-03T10:50:07.393Z] #27 sha256:6a36c1ca9152118f164ea7fd1fc610a255e6d3abbbcd0f0ccc2a6c66059aac92
10:50:07 [2021-05-03T10:50:07.393Z] #27 3.020 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
10:50:07 [2021-05-03T10:50:07.393Z] #27 3.036 Get:2 http://deb.debian.org/debian buster InRelease [121 kB]
10:50:07 [2021-05-03T10:50:07.393Z] #27 3.037 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
10:50:07 [2021-05-03T10:50:07.393Z] #27 3.274 Get:4 http://security.debian.org/debian-security buster/updates/main arm64 Packages [280 kB]
10:50:07 [2021-05-03T10:50:07.393Z] #27 3.506 Get:5 http://deb.debian.org/debian buster/main arm64 Packages [7736 kB]
10:50:07 [2021-05-03T10:50:07.393Z] #27 3.817 Get:6 http://deb.debian.org/debian buster-updates/main arm64 Packages [10.8 kB]
10:50:07 [2021-05-03T10:50:07.393Z] #27 5.344 Fetched 8265 kB in 3s (3138 kB/s)
10:50:07 [2021-05-03T10:50:07.393Z] #27 5.344 Reading package lists...
10:50:07 [2021-05-03T10:50:07.393Z] #27 6.660 Reading package lists...
10:50:07 [2021-05-03T10:50:07.393Z] #27 7.949 Building dependency tree...
10:50:07 [2021-05-03T10:50:07.393Z] #27 8.594 The following additional packages will be installed:
10:50:07 [2021-05-03T10:50:07.393Z] #27 8.597   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
10:50:07 [2021-05-03T10:50:07.393Z] #27 8.597   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
10:50:07 [2021-05-03T10:50:07.393Z] #27 8.597   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
10:50:07 [2021-05-03T10:50:07.393Z] #27 8.601 Suggested packages:
10:50:07 [2021-05-03T10:50:07.393Z] #27 8.601   krb5-doc krb5-user
10:50:07 [2021-05-03T10:50:07.393Z] #27 8.601 Recommended packages:
10:50:07 [2021-05-03T10:50:07.393Z] #27 8.601   krb5-locales publicsuffix libsasl2-modules
10:50:07 [2021-05-03T10:50:07.393Z] #27 8.901 The following NEW packages will be installed:
10:50:07 [2021-05-03T10:50:07.393Z] #27 8.901   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
10:50:07 [2021-05-03T10:50:07.393Z] #27 8.901   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
10:50:07 [2021-05-03T10:50:07.393Z] #27 8.901   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
10:50:07 [2021-05-03T10:50:07.393Z] #27 8.905   libssh2-1 libssl1.1 openssl
10:50:07 [2021-05-03T10:50:07.393Z] #27 9.205 0 upgraded, 21 newly installed, 0 to remove and 2 not upgraded.
10:50:07 [2021-05-03T10:50:07.393Z] #27 9.205 Need to get 4777 kB of archives.
10:50:07 [2021-05-03T10:50:07.393Z] #27 9.205 After this operation, 11.5 MB of additional disk space will be used.
10:50:07 [2021-05-03T10:50:07.393Z] #27 9.205 Get:1 http://security.debian.org/debian-security buster/updates/main arm64 libssl1.1 arm64 1.1.1d-0+deb10u6 [1382 kB]
10:50:07 [2021-05-03T10:50:07.393Z] #27 9.205 Get:2 http://deb.debian.org/debian buster/main arm64 ca-certificates all 20200601~deb10u2 [166 kB]
10:50:07 [2021-05-03T10:50:07.393Z] #27 9.211 Get:3 http://deb.debian.org/debian buster/main arm64 libkeyutils1 arm64 1.6-6 [14.9 kB]
10:50:07 [2021-05-03T10:50:07.393Z] #27 9.212 Get:4 http://deb.debian.org/debian buster/main arm64 libkrb5support0 arm64 1.17-3+deb10u1 [64.9 kB]
10:50:07 [2021-05-03T10:50:07.393Z] #27 9.215 Get:5 http://deb.debian.org/debian buster/main arm64 libk5crypto3 arm64 1.17-3+deb10u1 [123 kB]
10:50:07 [2021-05-03T10:50:07.393Z] #27 9.218 Get:6 http://deb.debian.org/debian buster/main arm64 libkrb5-3 arm64 1.17-3+deb10u1 [351 kB]
10:50:07 [2021-05-03T10:50:07.393Z] #27 9.225 Get:7 http://deb.debian.org/debian buster/main arm64 libgssapi-krb5-2 arm64 1.17-3+deb10u1 [150 kB]
10:50:07 [2021-05-03T10:50:07.393Z] #27 9.228 Get:8 http://deb.debian.org/debian buster/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-1+deb10u1 [69.3 kB]
10:50:07 [2021-05-03T10:50:07.393Z] #27 9.230 Get:9 http://deb.debian.org/debian buster/main arm64 libsasl2-2 arm64 2.1.27+dfsg-1+deb10u1 [105 kB]
10:50:07 [2021-05-03T10:50:07.393Z] #27 9.232 Get:10 http://deb.debian.org/debian buster/main arm64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]
10:50:07 [2021-05-03T10:50:07.393Z] #27 9.234 Get:11 http://deb.debian.org/debian buster/main arm64 libldap-2.4-2 arm64 2.4.47+dfsg-3+deb10u6 [216 kB]
10:50:07 [2021-05-03T10:50:07.393Z] #27 9.237 Get:12 http://deb.debian.org/debian buster/main arm64 libnghttp2-14 arm64 1.36.0-2+deb10u1 [81.9 kB]
10:50:07 [2021-05-03T10:50:07.393Z] #27 9.238 Get:13 http://security.debian.org/debian-security buster/updates/main arm64 openssl arm64 1.1.1d-0+deb10u6 [823 kB]
10:50:07 [2021-05-03T10:50:07.393Z] #27 9.239 Get:14 http://deb.debian.org/debian buster/main arm64 libpsl5 arm64 0.20.2-2 [53.6 kB]
10:50:07 [2021-05-03T10:50:07.393Z] #27 9.241 Get:15 http://deb.debian.org/debian buster/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2 [55.7 kB]
10:50:07 [2021-05-03T10:50:07.393Z] #27 9.242 Get:16 http://deb.debian.org/debian buster/main arm64 libssh2-1 arm64 1.8.0-2.1 [135 kB]
10:50:07 [2021-05-03T10:50:07.393Z] #27 9.244 Get:17 http://deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB]
10:50:07 [2021-05-03T10:50:07.393Z] #27 9.251 Get:18 http://deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB]
10:50:07 [2021-05-03T10:50:07.393Z] #27 9.251 Get:19 http://deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB]
10:50:07 [2021-05-03T10:50:07.393Z] #27 9.266 Get:20 http://security.debian.org/debian-security buster/updates/main arm64 libcurl4 arm64 7.64.0-4+deb10u2 [312 kB]
10:50:07 [2021-05-03T10:50:07.393Z] #27 9.274 Get:21 http://security.debian.org/debian-security buster/updates/main arm64 curl arm64 7.64.0-4+deb10u2 [260 kB]
10:50:07 [2021-05-03T10:50:07.393Z] #27 9.546 debconf: delaying package configuration, since apt-utils is not installed
10:50:07 [2021-05-03T10:50:07.393Z] #27 9.585 Fetched 4777 kB in 0s (14.5 MB/s)
10:50:07 [2021-05-03T10:50:07.393Z] #27 9.627 Selecting previously unselected package libssl1.1:arm64.
10:50:07 [2021-05-03T10:50:07.393Z] #27 9.627 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6670 files and directories currently installed.)
10:50:07 [2021-05-03T10:50:07.393Z] #27 9.638 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_arm64.deb ...
10:50:07 [2021-05-03T10:50:07.393Z] #27 9.648 Unpacking libssl1.1:arm64 (1.1.1d-0+deb10u6) ...
10:50:07 [2021-05-03T10:50:07.393Z] #27 9.841 Selecting previously unselected package openssl.
10:50:07 [2021-05-03T10:50:07.393Z] #27 9.841 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_arm64.deb ...
10:50:07 [2021-05-03T10:50:07.393Z] #27 9.842 Unpacking openssl (1.1.1d-0+deb10u6) ...
10:50:07 [2021-05-03T10:50:07.393Z] #27 10.00 Selecting previously unselected package ca-certificates.
10:50:07 [2021-05-03T10:50:07.393Z] #27 10.00 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ...
10:50:07 [2021-05-03T10:50:07.393Z] #27 10.01 Unpacking ca-certificates (20200601~deb10u2) ...
10:50:07 [2021-05-03T10:50:07.586Z] #43 30.56   CC       images/utsns.o
10:50:07 [2021-05-03T10:50:07.655Z] #27 10.11 Selecting previously unselected package libkeyutils1:arm64.
10:50:07 [2021-05-03T10:50:07.655Z] #27 10.11 Preparing to unpack .../03-libkeyutils1_1.6-6_arm64.deb ...
10:50:07 [2021-05-03T10:50:07.655Z] #27 10.12 Unpacking libkeyutils1:arm64 (1.6-6) ...
10:50:07 [2021-05-03T10:50:07.655Z] #27 10.16 Selecting previously unselected package libkrb5support0:arm64.
10:50:07 [2021-05-03T10:50:07.655Z] #27 10.17 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_arm64.deb ...
10:50:07 [2021-05-03T10:50:07.655Z] #27 10.17 Unpacking libkrb5support0:arm64 (1.17-3+deb10u1) ...
10:50:07 [2021-05-03T10:50:07.655Z] #27 10.22 Selecting previously unselected package libk5crypto3:arm64.
10:50:07 [2021-05-03T10:50:07.655Z] #27 10.22 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_arm64.deb ...
10:50:07 [2021-05-03T10:50:07.655Z] #27 10.23 Unpacking libk5crypto3:arm64 (1.17-3+deb10u1) ...
10:50:07 [2021-05-03T10:50:07.655Z] #27 10.29 Selecting previously unselected package libkrb5-3:arm64.
10:50:07 [2021-05-03T10:50:07.655Z] #27 10.29 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_arm64.deb ...
10:50:07 [2021-05-03T10:50:07.655Z] #27 10.30 Unpacking libkrb5-3:arm64 (1.17-3+deb10u1) ...
10:50:07 [2021-05-03T10:50:07.847Z] #43 30.94   CC       images/creds.o
10:50:07 [2021-05-03T10:50:07.875Z] #40 ...
10:50:07 [2021-05-03T10:50:07.875Z] 
10:50:07 [2021-05-03T10:50:07.875Z] #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
10:50:07 [2021-05-03T10:50:07.875Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
10:50:07 [2021-05-03T10:50:07.875Z] #55 30.30 Reading package lists...
10:50:07 [2021-05-03T10:50:07.916Z] #27 10.41 Selecting previously unselected package libgssapi-krb5-2:arm64.
10:50:07 [2021-05-03T10:50:07.916Z] #27 10.41 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_arm64.deb ...
10:50:07 [2021-05-03T10:50:07.916Z] #27 10.42 Unpacking libgssapi-krb5-2:arm64 (1.17-3+deb10u1) ...
10:50:07 [2021-05-03T10:50:07.976Z] #67 ...
10:50:07 [2021-05-03T10:50:07.976Z] 
10:50:07 [2021-05-03T10:50:07.976Z] #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
10:50:07 [2021-05-03T10:50:07.976Z] #45 sha256:5be091d371b3ee9e5fdfa7afb55a5178f0911cf54926b027e86550f7bde27bc6
10:50:07 [2021-05-03T10:50:07.976Z] #45 25.02 internal/testlog
10:50:07 [2021-05-03T10:50:07.976Z] #45 25.53 encoding
10:50:07 [2021-05-03T10:50:07.976Z] #45 25.86 unicode/utf16
10:50:07 [2021-05-03T10:50:07.976Z] #45 26.68 container/list
10:50:07 [2021-05-03T10:50:07.976Z] #45 27.70 crypto/internal/subtle
10:50:07 [2021-05-03T10:50:07.976Z] #45 27.94 crypto/subtle
10:50:07 [2021-05-03T10:50:07.976Z] #45 28.28 vendor/golang.org/x/crypto/cryptobyte/asn1
10:50:07 [2021-05-03T10:50:07.976Z] #45 28.64 internal/nettrace
10:50:07 [2021-05-03T10:50:07.976Z] #45 28.97 runtime/cgo
10:50:07 [2021-05-03T10:50:07.976Z] #45 ...
10:50:07 [2021-05-03T10:50:07.976Z] 
10:50:07 [2021-05-03T10:50:07.976Z] #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
10:50:07 [2021-05-03T10:50:07.976Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
10:50:07 [2021-05-03T10:50:07.976Z] #40 30.83 Checking out files:  82% (1393/1693)   
Checking out files:  83% (1406/1693)   
Checking out files:  84% (1423/1693)   
Checking out files:  85% (1440/1693)   
Checking out files:  86% (1456/1693)   
Checking out files:  87% (1473/1693)   
Checking out files:  88% (1490/1693)   
Checking out files:  89% (1507/1693)   
Checking out files:  90% (1524/1693)   
Checking out files:  91% (1541/1693)   
Checking out files:  92% (1558/1693)   
Checking out files:  93% (1575/1693)   
Checking out files:  94% (1592/1693)   
Checking out files:  95% (1609/1693)   
Checking out files:  96% (1626/1693)   
Checking out files:  97% (1643/1693)   
Checking out files:  98% (1660/1693)   
Checking out files:  99% (1677/1693)   
Checking out files: 100% (1693/1693)   
Checking out files: 100% (1693/1693), done.
10:50:07 [2021-05-03T10:50:07.976Z] #40 31.27 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
10:50:07 [2021-05-03T10:50:07.976Z] #40 33.91 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
10:50:08 [2021-05-03T10:50:08.107Z] #43 31.12   CC       images/vma.o
10:50:08 [2021-05-03T10:50:08.107Z] #43 31.35   CC       images/netdev.o
10:50:08 [2021-05-03T10:50:08.176Z] #27 10.74 Selecting previously unselected package libsasl2-modules-db:arm64.
10:50:08 [2021-05-03T10:50:08.176Z] #27 10.74 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_arm64.deb ...
10:50:08 [2021-05-03T10:50:08.176Z] #27 10.75 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ...
10:50:08 [2021-05-03T10:50:08.395Z] #55 37.26 Building dependency tree...
10:50:08 [2021-05-03T10:50:08.395Z] #55 ...
10:50:08 [2021-05-03T10:50:08.395Z] 
10:50:08 [2021-05-03T10:50:08.395Z] #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
10:50:08 [2021-05-03T10:50:08.395Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
10:50:08 [2021-05-03T10:50:08.395Z] #36 27.56 Fetched 8441 kB in 17s (486 kB/s)
10:50:08 [2021-05-03T10:50:08.395Z] #36 27.56 Reading package lists...
10:50:08 [2021-05-03T10:50:08.655Z] #36 34.31 Reading package lists...
10:50:08 [2021-05-03T10:50:08.655Z] #36 ...
10:50:08 [2021-05-03T10:50:08.655Z] 
10:50:08 [2021-05-03T10:50:08.655Z] #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
10:50:08 [2021-05-03T10:50:08.655Z] #49 sha256:83716a12778e80b04746817decbf1060e77c2bc9a043a1a4b46e748b30c45354
10:50:08 [2021-05-03T10:50:08.655Z] #49 34.51 go: extracting github.com/gogo/protobuf v1.2.1
10:50:08 [2021-05-03T10:50:08.655Z] #49 37.34 go: extracting golang.org/x/text v0.3.2
10:50:08 [2021-05-03T10:50:08.678Z] #43 31.68   CC       images/tty.o
10:50:09 [2021-05-03T10:50:09.133Z] #42 ...
10:50:09 [2021-05-03T10:50:09.133Z] 
10:50:09 [2021-05-03T10:50:09.133Z] #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
10:50:09 [2021-05-03T10:50:09.133Z] #56 sha256:f545d60addaebb7e7f1861dc856ac8b03b6dcf2543d98eb461686febf17948cb
10:50:09 [2021-05-03T10:50:09.133Z] #56 1.531 + RM_GOPATH=0
10:50:09 [2021-05-03T10:50:09.133Z] #56 1.531 + TMP_GOPATH=
10:50:09 [2021-05-03T10:50:09.133Z] #56 1.531 + : /build
10:50:09 [2021-05-03T10:50:09.133Z] #56 1.531 + '[' -z '' ']'
10:50:09 [2021-05-03T10:50:09.133Z] #56 1.531 ++ mktemp -d
10:50:09 [2021-05-03T10:50:09.133Z] #56 1.532 + export GOPATH=/tmp/tmp.tSAtWDPjrS
10:50:09 [2021-05-03T10:50:09.133Z] #56 1.532 + GOPATH=/tmp/tmp.tSAtWDPjrS
10:50:09 [2021-05-03T10:50:09.133Z] #56 1.532 + RM_GOPATH=1
10:50:09 [2021-05-03T10:50:09.133Z] #56 1.532 + case "$(go env GOARCH)" in
10:50:09 [2021-05-03T10:50:09.133Z] #56 1.533 ++ go env GOARCH
10:50:09 [2021-05-03T10:50:09.133Z] #56 1.560 + export GO_BUILDMODE=-buildmode=pie
10:50:09 [2021-05-03T10:50:09.133Z] #56 1.561 + GO_BUILDMODE=-buildmode=pie
10:50:09 [2021-05-03T10:50:09.133Z] #56 1.562 ++ dirname /tmp/install/install.sh
10:50:09 [2021-05-03T10:50:09.133Z] #56 1.590 + dir=/tmp/install
10:50:09 [2021-05-03T10:50:09.133Z] #56 1.593 + bin=containerd
10:50:09 [2021-05-03T10:50:09.133Z] #56 1.594 + shift
10:50:09 [2021-05-03T10:50:09.133Z] #56 1.594 + '[' '!' -f /tmp/install/containerd.installer ']'
10:50:09 [2021-05-03T10:50:09.133Z] #56 1.598 + . /tmp/install/containerd.installer
10:50:09 [2021-05-03T10:50:09.133Z] #56 1.598 ++ set -e
10:50:09 [2021-05-03T10:50:09.133Z] #56 1.599 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
10:50:09 [2021-05-03T10:50:09.133Z] #56 1.604 + install_containerd
10:50:09 [2021-05-03T10:50:09.133Z] #56 1.605 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e'
10:50:09 [2021-05-03T10:50:09.133Z] #56 1.606 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
10:50:09 [2021-05-03T10:50:09.133Z] #56 1.606 + git clone https://github.com/containerd/containerd.git /tmp/tmp.tSAtWDPjrS/src/github.com/containerd/containerd
10:50:09 [2021-05-03T10:50:09.133Z] #56 1.627 Cloning into '/tmp/tmp.tSAtWDPjrS/src/github.com/containerd/containerd'...
10:50:09 [2021-05-03T10:50:09.248Z] #43 32.28   CC       images/file-lock.o
10:50:09 [2021-05-03T10:50:09.388Z] #56 ...
10:50:09 [2021-05-03T10:50:09.388Z] 
10:50:09 [2021-05-03T10:50:09.388Z] #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
10:50:09 [2021-05-03T10:50:09.388Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:50:09 [2021-05-03T10:50:09.388Z] #13 62.31 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]
10:50:09 [2021-05-03T10:50:09.388Z] #13 64.99 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
10:50:09 [2021-05-03T10:50:09.388Z] #13 64.99 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
10:50:09 [2021-05-03T10:50:09.388Z] #13 64.99 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
10:50:09 [2021-05-03T10:50:09.388Z] #13 65.00 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
10:50:09 [2021-05-03T10:50:09.388Z] #13 65.00 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]
10:50:09 [2021-05-03T10:50:09.388Z] #13 65.00 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB]
10:50:09 [2021-05-03T10:50:09.388Z] #13 65.01 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
10:50:09 [2021-05-03T10:50:09.388Z] #13 65.02 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
10:50:09 [2021-05-03T10:50:09.388Z] #13 65.06 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
10:50:09 [2021-05-03T10:50:09.388Z] #13 65.08 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
10:50:09 [2021-05-03T10:50:09.388Z] #13 65.08 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
10:50:09 [2021-05-03T10:50:09.388Z] #13 65.14 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
10:50:09 [2021-05-03T10:50:09.388Z] #13 65.19 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
10:50:09 [2021-05-03T10:50:09.388Z] #13 65.20 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB]
10:50:09 [2021-05-03T10:50:09.509Z] #43 32.48   CC       images/rlimit.o
10:50:09 [2021-05-03T10:50:09.509Z] #43 32.67   CC       images/pagemap.o
10:50:09 [2021-05-03T10:50:09.644Z] #13 66.36 debconf: delaying package configuration, since apt-utils is not installed
10:50:09 [2021-05-03T10:50:09.769Z] #43 32.91   CC       images/siginfo.o
10:50:09 [2021-05-03T10:50:09.900Z] #13 66.55 Fetched 78.2 MB in 9s (8680 kB/s)
10:50:10 [2021-05-03T10:50:10.030Z] #43 33.15   CC       images/rpc.o
10:50:10 [2021-05-03T10:50:10.089Z] #27 12.71 Selecting previously unselected package libsasl2-2:arm64.
10:50:10 [2021-05-03T10:50:10.089Z] #27 12.71 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_arm64.deb ...
10:50:10 [2021-05-03T10:50:10.089Z] #27 12.74 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ...
10:50:10 [2021-05-03T10:50:10.195Z] #13 66.69 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
10:50:10 [2021-05-03T10:50:10.195Z] #13 66.82 Preparing to unpack .../libsystemd0_241-7~deb10u7_amd64.deb ...
10:50:10 [2021-05-03T10:50:10.451Z] #13 ...
10:50:10 [2021-05-03T10:50:10.451Z] 
10:50:10 [2021-05-03T10:50:10.451Z] #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
10:50:10 [2021-05-03T10:50:10.451Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
10:50:10 [2021-05-03T10:50:10.451Z] #32 62.68 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.
10:50:10 [2021-05-03T10:50:10.451Z] #32 63.28 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
10:50:10 [2021-05-03T10:50:10.451Z] #32 63.90 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
10:50:10 [2021-05-03T10:50:10.721Z] #32 ...
10:50:10 [2021-05-03T10:50:10.721Z] 
10:50:10 [2021-05-03T10:50:10.721Z] #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
10:50:10 [2021-05-03T10:50:10.721Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
10:50:10 [2021-05-03T10:50:10.721Z] #42 72.90 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ...
10:50:10 [2021-05-03T10:50:10.977Z] #42 73.32 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
10:50:10 [2021-05-03T10:50:10.977Z] #42 73.46 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
10:50:11 [2021-05-03T10:50:11.195Z] #49 ...
10:50:11 [2021-05-03T10:50:11.195Z] 
10:50:11 [2021-05-03T10:50:11.195Z] #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
10:50:11 [2021-05-03T10:50:11.195Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
10:50:11 [2021-05-03T10:50:11.195Z] #42 33.16 Reading package lists...
10:50:11 [2021-05-03T10:50:11.233Z] #42 ...
10:50:11 [2021-05-03T10:50:11.233Z] 
10:50:11 [2021-05-03T10:50:11.233Z] #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
10:50:11 [2021-05-03T10:50:11.233Z] #47 sha256:f148f39605534d12d20ae4d2dad2ad5a917b1e7cc00d07c3cca057b95c548c62
10:50:11 [2021-05-03T10:50:11.233Z] #47 DONE 73.5s
10:50:11 [2021-05-03T10:50:11.233Z] 
10:50:11 [2021-05-03T10:50:11.233Z] #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
10:50:11 [2021-05-03T10:50:11.233Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
10:50:11 [2021-05-03T10:50:11.233Z] #42 73.50 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
10:50:11 [2021-05-03T10:50:11.233Z] #42 73.55 Setting up python-six (1.12.0-1) ...
10:50:11 [2021-05-03T10:50:11.233Z] #42 ...
10:50:11 [2021-05-03T10:50:11.233Z] 
10:50:11 [2021-05-03T10:50:11.233Z] #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
10:50:11 [2021-05-03T10:50:11.233Z] #51 sha256:41ef245701595d35071486a1641080ced55cb70b1fcca4ecc01b91f56eac9656
10:50:11 [2021-05-03T10:50:11.233Z] #51 63.62 internal/oserror
10:50:11 [2021-05-03T10:50:11.233Z] #51 63.63 bytes
10:50:11 [2021-05-03T10:50:11.233Z] #51 63.76 syscall
10:50:11 [2021-05-03T10:50:11.233Z] #51 65.86 reflect
10:50:11 [2021-05-03T10:50:11.233Z] #51 70.53 time
10:50:11 [2021-05-03T10:50:11.233Z] #51 ...
10:50:11 [2021-05-03T10:50:11.233Z] 
10:50:11 [2021-05-03T10:50:11.233Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
10:50:11 [2021-05-03T10:50:11.233Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
10:50:11 [2021-05-03T10:50:11.233Z] #36 73.48 Selecting previously unselected package libxml2:amd64.
10:50:11 [2021-05-03T10:50:11.233Z] #36 73.49 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ...
10:50:11 [2021-05-03T10:50:11.233Z] #36 73.51 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
10:50:11 [2021-05-03T10:50:11.414Z] #43 34.31   CC       images/ext-file.o
10:50:11 [2021-05-03T10:50:11.414Z] #43 34.54   CC       images/cgroup.o
10:50:11 [2021-05-03T10:50:11.985Z] #43 35.03   CC       images/userns.o
10:50:12 [2021-05-03T10:50:12.003Z] #27 14.17 Selecting previously unselected package libldap-common.
10:50:12 [2021-05-03T10:50:12.003Z] #27 14.17 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
10:50:12 [2021-05-03T10:50:12.003Z] #27 14.18 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
10:50:12 [2021-05-03T10:50:12.003Z] #27 14.28 Selecting previously unselected package libldap-2.4-2:arm64.
10:50:12 [2021-05-03T10:50:12.003Z] #27 14.28 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_arm64.deb ...
10:50:12 [2021-05-03T10:50:12.003Z] #27 14.29 Unpacking libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u6) ...
10:50:12 [2021-05-03T10:50:12.003Z] #27 14.38 Selecting previously unselected package libnghttp2-14:arm64.
10:50:12 [2021-05-03T10:50:12.003Z] #27 14.38 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_arm64.deb ...
10:50:12 [2021-05-03T10:50:12.003Z] #27 14.39 Unpacking libnghttp2-14:arm64 (1.36.0-2+deb10u1) ...
10:50:12 [2021-05-03T10:50:12.003Z] #27 ...
10:50:12 [2021-05-03T10:50:12.003Z] 
10:50:12 [2021-05-03T10:50:12.003Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
10:50:12 [2021-05-03T10:50:12.003Z] #10 sha256:a8dfe72bf17ed43cb49f11f8bd3245b42805f80ef5a25a941391f3e1c9a497b6
10:50:12 [2021-05-03T10:50:12.003Z] #10 DONE 4.7s
10:50:12 [2021-05-03T10:50:12.003Z] 
10:50:12 [2021-05-03T10:50:12.003Z] #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
10:50:12 [2021-05-03T10:50:12.003Z] #27 sha256:6a36c1ca9152118f164ea7fd1fc610a255e6d3abbbcd0f0ccc2a6c66059aac92
10:50:12 [2021-05-03T10:50:12.003Z] #27 14.54 Selecting previously unselected package libpsl5:arm64.
10:50:12 [2021-05-03T10:50:12.003Z] #27 14.54 Preparing to unpack .../13-libpsl5_0.20.2-2_arm64.deb ...
10:50:12 [2021-05-03T10:50:12.003Z] #27 14.55 Unpacking libpsl5:arm64 (0.20.2-2) ...
10:50:12 [2021-05-03T10:50:12.003Z] #27 14.61 Selecting previously unselected package librtmp1:arm64.
10:50:12 [2021-05-03T10:50:12.003Z] #27 14.61 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_arm64.deb ...
10:50:12 [2021-05-03T10:50:12.003Z] #27 14.62 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ...
10:50:12 [2021-05-03T10:50:12.003Z] #27 ...
10:50:12 [2021-05-03T10:50:12.003Z] 
10:50:12 [2021-05-03T10:50:12.003Z] #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
10:50:12 [2021-05-03T10:50:12.003Z] #11 sha256:e46eee8ff92c21f88366fee713bb2a3f039cf670e8a8c0145a967ba89ac8e9b5
10:50:12 [2021-05-03T10:50:12.134Z] #42 39.70 Building dependency tree...
10:50:12 [2021-05-03T10:50:12.160Z] #36 74.55 Selecting previously unselected package libarchive13:amd64.
10:50:12 [2021-05-03T10:50:12.160Z] #36 74.55 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
10:50:12 [2021-05-03T10:50:12.160Z] #36 74.64 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
10:50:12 [2021-05-03T10:50:12.245Z] #43 35.31   CC       images/google/protobuf/descriptor.o
10:50:12 [2021-05-03T10:50:12.245Z] #43 ...
10:50:12 [2021-05-03T10:50:12.245Z] 
10:50:12 [2021-05-03T10:50:12.245Z] #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
10:50:12 [2021-05-03T10:50:12.245Z] #56 sha256:76c68447763085ba3a6097d149916c98b37b8ee4b7159200f3619501917db75c
10:50:12 [2021-05-03T10:50:12.245Z] #56 46.49 + export 'BUILDTAGS=netgo osusergo static_build'
10:50:12 [2021-05-03T10:50:12.245Z] #56 46.49 + BUILDTAGS='netgo osusergo static_build'
10:50:12 [2021-05-03T10:50:12.245Z] #56 46.49 + export EXTRA_FLAGS=-buildmode=pie
10:50:12 [2021-05-03T10:50:12.245Z] #56 46.49 + EXTRA_FLAGS=-buildmode=pie
10:50:12 [2021-05-03T10:50:12.245Z] #56 46.49 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
10:50:12 [2021-05-03T10:50:12.245Z] #56 46.49 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
10:50:12 [2021-05-03T10:50:12.245Z] #56 46.49 + '[' '' = dynamic ']'
10:50:12 [2021-05-03T10:50:12.245Z] #56 46.49 + make
10:50:12 [2021-05-03T10:50:12.245Z] #56 47.61 + bin/ctr
10:50:12 [2021-05-03T10:50:12.415Z] #36 75.04 Selecting previously unselected package libjsoncpp1:amd64.
10:50:12 [2021-05-03T10:50:12.505Z] #56 ...
10:50:12 [2021-05-03T10:50:12.505Z] 
10:50:12 [2021-05-03T10:50:12.505Z] #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
10:50:12 [2021-05-03T10:50:12.505Z] #45 sha256:3c300042d3325d05ae0fd5f6c25145d6aaf7594723399bc80e89aa7cb3b81cad
10:50:12 [2021-05-03T10:50:12.505Z] #45 90.92 hash/crc32
10:50:12 [2021-05-03T10:50:12.505Z] #45 91.51 net
10:50:12 [2021-05-03T10:50:12.505Z] #45 91.54 compress/gzip
10:50:12 [2021-05-03T10:50:12.505Z] #45 92.18 vendor/golang.org/x/crypto/poly1305
10:50:12 [2021-05-03T10:50:12.505Z] #45 92.49 vendor/golang.org/x/sys/cpu
10:50:12 [2021-05-03T10:50:12.505Z] #45 92.72 vendor/golang.org/x/crypto/chacha20poly1305
10:50:12 [2021-05-03T10:50:12.505Z] #45 93.72 vendor/golang.org/x/crypto/hkdf
10:50:12 [2021-05-03T10:50:12.505Z] #45 94.13 vendor/golang.org/x/text/transform
10:50:12 [2021-05-03T10:50:12.505Z] #45 95.23 vendor/golang.org/x/text/unicode/bidi
10:50:12 [2021-05-03T10:50:12.505Z] #45 96.89 vendor/golang.org/x/text/secure/bidirule
10:50:12 [2021-05-03T10:50:12.505Z] #45 97.25 vendor/golang.org/x/text/unicode/norm
10:50:12 [2021-05-03T10:50:12.674Z] #36 75.05 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
10:50:12 [2021-05-03T10:50:12.931Z] #36 75.16 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
10:50:12 [2021-05-03T10:50:12.931Z] #36 75.32 Selecting previously unselected package librhash0:amd64.
10:50:12 [2021-05-03T10:50:12.931Z] #36 75.32 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
10:50:12 [2021-05-03T10:50:12.931Z] #36 75.33 Unpacking librhash0:amd64 (1.3.8-1) ...
10:50:12 [2021-05-03T10:50:12.931Z] #36 75.51 Selecting previously unselected package libuv1:amd64.
10:50:12 [2021-05-03T10:50:12.955Z] #11 DONE 0.8s
10:50:12 [2021-05-03T10:50:12.955Z] 
10:50:12 [2021-05-03T10:50:12.955Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
10:50:12 [2021-05-03T10:50:12.955Z] #27 sha256:6a36c1ca9152118f164ea7fd1fc610a255e6d3abbbcd0f0ccc2a6c66059aac92
10:50:12 [2021-05-03T10:50:12.955Z] #27 14.69 Selecting previously unselected package libssh2-1:arm64.
10:50:12 [2021-05-03T10:50:12.955Z] #27 14.69 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_arm64.deb ...
10:50:12 [2021-05-03T10:50:12.955Z] #27 14.69 Unpacking libssh2-1:arm64 (1.8.0-2.1) ...
10:50:12 [2021-05-03T10:50:12.955Z] #27 14.77 Selecting previously unselected package libcurl4:arm64.
10:50:12 [2021-05-03T10:50:12.955Z] #27 14.77 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_arm64.deb ...
10:50:12 [2021-05-03T10:50:12.955Z] #27 14.78 Unpacking libcurl4:arm64 (7.64.0-4+deb10u2) ...
10:50:12 [2021-05-03T10:50:12.955Z] #27 14.85 Selecting previously unselected package curl.
10:50:12 [2021-05-03T10:50:12.955Z] #27 14.85 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_arm64.deb ...
10:50:12 [2021-05-03T10:50:12.955Z] #27 14.86 Unpacking curl (7.64.0-4+deb10u2) ...
10:50:12 [2021-05-03T10:50:12.955Z] #27 14.93 Selecting previously unselected package libonig5:arm64.
10:50:12 [2021-05-03T10:50:12.955Z] #27 14.93 Preparing to unpack .../18-libonig5_6.9.1-1_arm64.deb ...
10:50:12 [2021-05-03T10:50:12.955Z] #27 14.94 Unpacking libonig5:arm64 (6.9.1-1) ...
10:50:12 [2021-05-03T10:50:12.955Z] #27 15.01 Selecting previously unselected package libjq1:arm64.
10:50:12 [2021-05-03T10:50:12.955Z] #27 15.01 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_arm64.deb ...
10:50:12 [2021-05-03T10:50:12.955Z] #27 15.02 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ...
10:50:12 [2021-05-03T10:50:12.955Z] #27 15.07 Selecting previously unselected package jq.
10:50:12 [2021-05-03T10:50:12.955Z] #27 15.07 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_arm64.deb ...
10:50:12 [2021-05-03T10:50:12.955Z] #27 15.07 Unpacking jq (1.5+dfsg-2+b1) ...
10:50:12 [2021-05-03T10:50:12.955Z] #27 15.13 Setting up libkeyutils1:arm64 (1.6-6) ...
10:50:12 [2021-05-03T10:50:12.955Z] #27 15.14 Setting up libpsl5:arm64 (0.20.2-2) ...
10:50:12 [2021-05-03T10:50:12.955Z] #27 15.16 Setting up libssl1.1:arm64 (1.1.1d-0+deb10u6) ...
10:50:12 [2021-05-03T10:50:12.955Z] #27 15.49 Setting up libnghttp2-14:arm64 (1.36.0-2+deb10u1) ...
10:50:12 [2021-05-03T10:50:12.955Z] #27 15.51 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
10:50:12 [2021-05-03T10:50:12.955Z] #27 15.55 Setting up libkrb5support0:arm64 (1.17-3+deb10u1) ...
10:50:12 [2021-05-03T10:50:12.955Z] #27 15.59 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ...
10:50:13 [2021-05-03T10:50:13.187Z] #36 75.52 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ...
10:50:13 [2021-05-03T10:50:13.187Z] #36 75.52 Unpacking libuv1:amd64 (1.24.1-1) ...
10:50:13 [2021-05-03T10:50:13.187Z] #36 75.72 Selecting previously unselected package cmake.
10:50:13 [2021-05-03T10:50:13.187Z] #36 75.74 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
10:50:13 [2021-05-03T10:50:13.187Z] #36 75.75 Unpacking cmake (3.13.4-1) ...
10:50:13 [2021-05-03T10:50:13.218Z] #27 15.60 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ...
10:50:13 [2021-05-03T10:50:13.218Z] #27 15.62 Setting up libk5crypto3:arm64 (1.17-3+deb10u1) ...
10:50:13 [2021-05-03T10:50:13.218Z] #27 15.64 Setting up libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ...
10:50:13 [2021-05-03T10:50:13.218Z] #27 15.65 Setting up libssh2-1:arm64 (1.8.0-2.1) ...
10:50:13 [2021-05-03T10:50:13.218Z] #27 15.67 Setting up libkrb5-3:arm64 (1.17-3+deb10u1) ...
10:50:13 [2021-05-03T10:50:13.218Z] #27 15.68 Setting up openssl (1.1.1d-0+deb10u6) ...
10:50:13 [2021-05-03T10:50:13.218Z] #27 15.71 Setting up libonig5:arm64 (6.9.1-1) ...
10:50:13 [2021-05-03T10:50:13.218Z] #27 ...
10:50:13 [2021-05-03T10:50:13.218Z] 
10:50:13 [2021-05-03T10:50:13.218Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
10:50:13 [2021-05-03T10:50:13.218Z] #31 sha256:83c8560c50b15431e546bac469c64be716b739933dacb40c9db55dad341c2a58
10:50:13 [2021-05-03T10:50:13.218Z] #31 DONE 0.4s
10:50:13 [2021-05-03T10:50:13.218Z] 
10:50:13 [2021-05-03T10:50:13.218Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
10:50:13 [2021-05-03T10:50:13.218Z] #39 sha256:5a8b6c7320e82a4b1d150c036edc95f00476bccb86f60acf022f7ce3ac710b58
10:50:13 [2021-05-03T10:50:13.218Z] #39 DONE 0.5s
10:50:13 [2021-05-03T10:50:13.218Z] 
10:50:13 [2021-05-03T10:50:13.218Z] #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
10:50:13 [2021-05-03T10:50:13.218Z] #27 sha256:6a36c1ca9152118f164ea7fd1fc610a255e6d3abbbcd0f0ccc2a6c66059aac92
10:50:13 [2021-05-03T10:50:13.218Z] #27 15.76 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ...
10:50:13 [2021-05-03T10:50:13.218Z] #27 15.77 Setting up libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u6) ...
10:50:13 [2021-05-03T10:50:13.218Z] #27 15.78 Setting up ca-certificates (20200601~deb10u2) ...
10:50:13 [2021-05-03T10:50:13.888Z] #45 ...
10:50:13 [2021-05-03T10:50:13.888Z] 
10:50:13 [2021-05-03T10:50:13.888Z] #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
10:50:13 [2021-05-03T10:50:13.888Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:50:13 [2021-05-03T10:50:13.888Z] #43 36.89   CC       images/opts.o
10:50:14 [2021-05-03T10:50:14.052Z] #42 43.13 The following additional packages will be installed:
10:50:14 [2021-05-03T10:50:14.052Z] #42 43.14   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
10:50:14 [2021-05-03T10:50:14.052Z] #42 43.14   libprotoc17 python-pkg-resources python-six zlib1g-dev
10:50:14 [2021-05-03T10:50:14.052Z] #42 43.15 Suggested packages:
10:50:14 [2021-05-03T10:50:14.052Z] #42 43.15   manpages-dev python-setuptools
10:50:14 [2021-05-03T10:50:14.148Z] #43 37.08   CC       images/seccomp.o
10:50:14 [2021-05-03T10:50:14.148Z] #43 37.32   CC       images/binfmt-misc.o
10:50:14 [2021-05-03T10:50:14.409Z] #43 37.52   CC       images/time.o
10:50:14 [2021-05-03T10:50:14.553Z] #36 ...
10:50:14 [2021-05-03T10:50:14.553Z] 
10:50:14 [2021-05-03T10:50:14.553Z] #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
10:50:14 [2021-05-03T10:50:14.553Z] #45 sha256:7504d5111897f112af75a3b79cd6ee75bf518a7f9789364eccf3f9226afd32f2
10:50:14 [2021-05-03T10:50:14.553Z] #45 66.80 syscall
10:50:14 [2021-05-03T10:50:14.553Z] #45 74.45 time
10:50:14 [2021-05-03T10:50:14.553Z] #45 ...
10:50:14 [2021-05-03T10:50:14.553Z] 
10:50:14 [2021-05-03T10:50:14.553Z] #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
10:50:14 [2021-05-03T10:50:14.553Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:50:14 [2021-05-03T10:50:14.553Z] #13 67.53 Unpacking libsystemd0:amd64 (241-7~deb10u7) over (241-7~deb10u4) ...
10:50:14 [2021-05-03T10:50:14.553Z] #13 67.85 Setting up libsystemd0:amd64 (241-7~deb10u7) ...
10:50:14 [2021-05-03T10:50:14.553Z] #13 68.05 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
10:50:14 [2021-05-03T10:50:14.553Z] #13 68.18 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ...
10:50:14 [2021-05-03T10:50:14.553Z] #13 68.21 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ...
10:50:14 [2021-05-03T10:50:14.553Z] #13 68.59 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ...
10:50:14 [2021-05-03T10:50:14.553Z] #13 68.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 ... 15410 files and directories currently installed.)
10:50:14 [2021-05-03T10:50:14.553Z] #13 68.91 Preparing to unpack .../libudev1_241-7~deb10u7_amd64.deb ...
10:50:14 [2021-05-03T10:50:14.553Z] #13 68.92 Unpacking libudev1:amd64 (241-7~deb10u7) over (241-7~deb10u4) ...
10:50:14 [2021-05-03T10:50:14.553Z] #13 69.26 Setting up libudev1:amd64 (241-7~deb10u7) ...
10:50:14 [2021-05-03T10:50:14.553Z] #13 69.55 Selecting previously unselected package binutils-mingw-w64-i686.
10:50:14 [2021-05-03T10:50:14.553Z] #13 69.55 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
10:50:14 [2021-05-03T10:50:14.553Z] #13 69.62 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
10:50:14 [2021-05-03T10:50:14.553Z] #13 69.63 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
10:50:14 [2021-05-03T10:50:14.669Z] #43 37.77   CC       images/sysctl.o
10:50:14 [2021-05-03T10:50:14.929Z] #43 37.97   CC       images/autofs.o
10:50:14 [2021-05-03T10:50:14.995Z] #42 ...
10:50:14 [2021-05-03T10:50:14.995Z] 
10:50:14 [2021-05-03T10:50:14.995Z] #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
10:50:14 [2021-05-03T10:50:14.995Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
10:50:14 [2021-05-03T10:50:14.995Z] #55 37.26 Building dependency tree...
10:50:14 [2021-05-03T10:50:14.995Z] #55 40.65 The following additional packages will be installed:
10:50:14 [2021-05-03T10:50:14.995Z] #55 40.67   libbtrfs0
10:50:14 [2021-05-03T10:50:14.995Z] #55 40.84 The following NEW packages will be installed:
10:50:14 [2021-05-03T10:50:14.995Z] #55 40.84   libbtrfs-dev libbtrfs0
10:50:14 [2021-05-03T10:50:14.995Z] #55 41.27 0 upgraded, 2 newly installed, 0 to remove and 29 not upgraded.
10:50:14 [2021-05-03T10:50:14.995Z] #55 41.27 Need to get 119 kB of archives.
10:50:14 [2021-05-03T10:50:14.995Z] #55 41.27 After this operation, 387 kB of additional disk space will be used.
10:50:14 [2021-05-03T10:50:14.995Z] #55 41.27 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
10:50:14 [2021-05-03T10:50:14.995Z] #55 41.27 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
10:50:14 [2021-05-03T10:50:14.995Z] #55 42.47 debconf: delaying package configuration, since apt-utils is not installed
10:50:14 [2021-05-03T10:50:14.995Z] #55 42.70 Fetched 119 kB in 0s (441 kB/s)
10:50:14 [2021-05-03T10:50:14.995Z] #55 42.79 Selecting previously unselected package libbtrfs0.
10:50:14 [2021-05-03T10:50:14.995Z] #55 42.79 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
10:50:14 [2021-05-03T10:50:14.995Z] #55 42.89 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
10:50:14 [2021-05-03T10:50:14.995Z] #55 42.91 Unpacking libbtrfs0 (4.20.1-2) ...
10:50:14 [2021-05-03T10:50:14.995Z] #55 43.15 Selecting previously unselected package libbtrfs-dev.
10:50:14 [2021-05-03T10:50:14.995Z] #55 43.16 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
10:50:14 [2021-05-03T10:50:14.995Z] #55 43.18 Unpacking libbtrfs-dev (4.20.1-2) ...
10:50:14 [2021-05-03T10:50:14.995Z] #55 43.42 Setting up libbtrfs0 (4.20.1-2) ...
10:50:14 [2021-05-03T10:50:14.995Z] #55 43.45 Setting up libbtrfs-dev (4.20.1-2) ...
10:50:14 [2021-05-03T10:50:14.995Z] #55 43.46 Processing triggers for libc-bin (2.28-10) ...
10:50:14 [2021-05-03T10:50:14.995Z] #55 DONE 44.0s
10:50:14 [2021-05-03T10:50:14.995Z] 
10:50:14 [2021-05-03T10:50:14.995Z] #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
10:50:14 [2021-05-03T10:50:14.995Z] #67 sha256:b5167414ccea816b50482c81f5ece599fdc381eef12600092437d393cf974cc2
10:50:14 [2021-05-03T10:50:14.995Z] #67 DONE 44.1s
10:50:14 [2021-05-03T10:50:14.995Z] 
10:50:14 [2021-05-03T10:50:14.995Z] #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
10:50:14 [2021-05-03T10:50:14.995Z] #49 sha256:83716a12778e80b04746817decbf1060e77c2bc9a043a1a4b46e748b30c45354
10:50:14 [2021-05-03T10:50:14.995Z] #49 42.22 go: finding github.com/fatih/color v1.7.0
10:50:14 [2021-05-03T10:50:14.995Z] #49 42.33 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
10:50:14 [2021-05-03T10:50:14.995Z] #49 42.39 go: finding github.com/mattn/go-colorable v0.1.4
10:50:14 [2021-05-03T10:50:14.995Z] #49 42.42 go: finding github.com/mattn/go-isatty v0.0.8
10:50:14 [2021-05-03T10:50:14.995Z] #49 42.55 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
10:50:14 [2021-05-03T10:50:14.995Z] #49 42.58 go: finding github.com/go-critic/go-critic v0.4.1
10:50:14 [2021-05-03T10:50:14.995Z] #49 42.58 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
10:50:14 [2021-05-03T10:50:14.995Z] #49 42.66 go: finding github.com/go-lintpack/lintpack v0.5.2
10:50:14 [2021-05-03T10:50:14.995Z] #49 42.70 go: finding github.com/pkg/errors v0.8.1
10:50:14 [2021-05-03T10:50:14.995Z] #49 42.70 go: finding github.com/mitchellh/go-homedir v1.1.0
10:50:14 [2021-05-03T10:50:14.995Z] #49 42.72 go: finding github.com/go-toolsmith/astfmt v1.0.0
10:50:14 [2021-05-03T10:50:14.995Z] #49 42.74 go: finding github.com/go-toolsmith/astequal v1.0.0
10:50:14 [2021-05-03T10:50:14.995Z] #49 42.76 go: finding github.com/go-toolsmith/astp v1.0.0
10:50:14 [2021-05-03T10:50:14.995Z] #49 42.78 go: finding github.com/go-toolsmith/astcast v1.0.0
10:50:14 [2021-05-03T10:50:14.995Z] #49 42.80 go: finding github.com/sirupsen/logrus v1.4.2
10:50:14 [2021-05-03T10:50:14.995Z] #49 42.80 go: finding github.com/spf13/viper v1.6.1
10:50:14 [2021-05-03T10:50:14.995Z] #49 42.81 go: finding github.com/go-toolsmith/typep v1.0.0
10:50:14 [2021-05-03T10:50:14.995Z] #49 42.82 go: finding github.com/stretchr/testify v1.4.0
10:50:14 [2021-05-03T10:50:14.995Z] #49 42.86 go: finding github.com/go-toolsmith/astcopy v1.0.0
10:50:14 [2021-05-03T10:50:14.995Z] #49 42.96 go: finding github.com/davecgh/go-spew v1.1.1
10:50:14 [2021-05-03T10:50:14.995Z] #49 43.00 go: finding github.com/go-toolsmith/strparse v1.0.0
10:50:14 [2021-05-03T10:50:14.995Z] #49 43.07 go: finding github.com/fsnotify/fsnotify v1.4.7
10:50:14 [2021-05-03T10:50:14.995Z] #49 43.07 go: finding github.com/spf13/cobra v0.0.5
10:50:14 [2021-05-03T10:50:14.995Z] #49 43.14 go: finding github.com/pmezard/go-difflib v1.0.0
10:50:14 [2021-05-03T10:50:14.995Z] #49 43.16 go: finding github.com/hashicorp/hcl v1.0.0
10:50:14 [2021-05-03T10:50:14.995Z] #49 43.16 go: finding github.com/stretchr/objx v0.2.0
10:50:14 [2021-05-03T10:50:14.995Z] #49 43.19 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
10:50:14 [2021-05-03T10:50:14.995Z] #49 43.19 go: finding github.com/spf13/pflag v1.0.5
10:50:14 [2021-05-03T10:50:14.995Z] #49 43.22 go: finding gopkg.in/yaml.v2 v2.2.7
10:50:14 [2021-05-03T10:50:14.995Z] #49 43.25 go: finding github.com/bombsimon/wsl/v2 v2.0.0
10:50:14 [2021-05-03T10:50:14.995Z] #49 43.25 go: finding github.com/gobwas/glob v0.2.3
10:50:14 [2021-05-03T10:50:14.995Z] #49 43.28 go: finding github.com/magiconair/properties v1.8.1
10:50:14 [2021-05-03T10:50:14.995Z] #49 43.30 go: finding github.com/mitchellh/mapstructure v1.1.2
10:50:14 [2021-05-03T10:50:14.995Z] #49 43.34 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
10:50:14 [2021-05-03T10:50:14.995Z] #49 43.44 go: finding github.com/spf13/afero v1.1.2
10:50:14 [2021-05-03T10:50:14.995Z] #49 43.44 go: finding github.com/pelletier/go-toml v1.2.0
10:50:14 [2021-05-03T10:50:14.995Z] #49 43.54 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
10:50:14 [2021-05-03T10:50:14.995Z] #49 43.54 go: finding github.com/spf13/cast v1.3.0
10:50:14 [2021-05-03T10:50:14.995Z] #49 43.57 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
10:50:14 [2021-05-03T10:50:14.995Z] #49 43.57 go: finding github.com/spf13/jwalterweatherman v1.0.0
10:50:14 [2021-05-03T10:50:14.995Z] #49 43.58 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
10:50:14 [2021-05-03T10:50:14.995Z] #49 43.79 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
10:50:14 [2021-05-03T10:50:14.995Z] #49 43.80 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
10:50:14 [2021-05-03T10:50:14.995Z] #49 43.87 go: finding github.com/subosito/gotenv v1.2.0
10:50:14 [2021-05-03T10:50:14.995Z] #49 43.97 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
10:50:14 [2021-05-03T10:50:14.995Z] #49 43.97 go: finding gopkg.in/ini.v1 v1.51.0
10:50:14 [2021-05-03T10:50:14.995Z] #49 43.97 go: finding golang.org/x/text v0.3.2
10:50:14 [2021-05-03T10:50:14.995Z] #49 43.99 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
10:50:14 [2021-05-03T10:50:14.995Z] #49 44.08 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
10:50:14 [2021-05-03T10:50:14.995Z] #49 44.08 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
10:50:14 [2021-05-03T10:50:14.995Z] #49 44.15 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
10:50:15 [2021-05-03T10:50:15.115Z] #13 71.74 Selecting previously unselected package binutils-mingw-w64-x86-64.
10:50:15 [2021-05-03T10:50:15.115Z] #13 71.74 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
10:50:15 [2021-05-03T10:50:15.115Z] #13 71.76 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
10:50:15 [2021-05-03T10:50:15.189Z] #43 38.15   CC       images/macvlan.o
10:50:15 [2021-05-03T10:50:15.189Z] #43 38.31   CC       images/sit.o
10:50:15 [2021-05-03T10:50:15.256Z] #49 44.22 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
10:50:15 [2021-05-03T10:50:15.256Z] #49 44.22 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
10:50:15 [2021-05-03T10:50:15.256Z] #49 44.25 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
10:50:15 [2021-05-03T10:50:15.256Z] #49 44.25 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
10:50:15 [2021-05-03T10:50:15.256Z] #49 44.25 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
10:50:15 [2021-05-03T10:50:15.256Z] #49 44.28 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
10:50:15 [2021-05-03T10:50:15.256Z] #49 44.28 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
10:50:15 [2021-05-03T10:50:15.256Z] #49 44.36 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
10:50:15 [2021-05-03T10:50:15.346Z] #27 ...
10:50:15 [2021-05-03T10:50:15.346Z] 
10:50:15 [2021-05-03T10:50:15.346Z] #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
10:50:15 [2021-05-03T10:50:15.346Z] #12 sha256:a4fc3b84a9fb1d234e946cc4577deb87c7e6bc40e23bcd8c860a009a391faa80
10:50:15 [2021-05-03T10:50:15.346Z] #12 DONE 2.3s
10:50:15 [2021-05-03T10:50:15.346Z] 
10:50:15 [2021-05-03T10:50:15.346Z] #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
10:50:15 [2021-05-03T10:50:15.346Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
10:50:15 [2021-05-03T10:50:15.449Z] #43 38.56   CC       images/memfd.o
10:50:15 [2021-05-03T10:50:15.516Z] #49 44.53 go: finding github.com/sourcegraph/go-diff v0.5.1
10:50:15 [2021-05-03T10:50:15.516Z] #49 44.56 go: finding github.com/kisielk/gotool v1.0.0
10:50:15 [2021-05-03T10:50:15.516Z] #49 44.56 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
10:50:15 [2021-05-03T10:50:15.516Z] #49 44.63 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
10:50:15 [2021-05-03T10:50:15.516Z] #49 44.63 go: finding github.com/tommy-muehle/go-mnd v1.1.1
10:50:15 [2021-05-03T10:50:15.516Z] #49 44.63 go: finding github.com/ultraware/funlen v0.0.2
10:50:15 [2021-05-03T10:50:15.516Z] #49 44.64 go: finding github.com/ultraware/whitespace v0.0.4
10:50:15 [2021-05-03T10:50:15.516Z] #49 44.64 go: finding github.com/uudashr/gocognit v1.0.1
10:50:15 [2021-05-03T10:50:15.516Z] #49 44.72 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
10:50:15 [2021-05-03T10:50:15.516Z] #49 44.72 go: finding github.com/gogo/protobuf v1.2.1
10:50:15 [2021-05-03T10:50:15.710Z] #43 38.81   CC       images/timens.o
10:50:15 [2021-05-03T10:50:15.780Z] #49 44.84 go: finding honnef.co/go/tools v0.0.1-2019.2.3
10:50:15 [2021-05-03T10:50:15.780Z] #49 44.85 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
10:50:15 [2021-05-03T10:50:15.780Z] #49 44.85 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
10:50:15 [2021-05-03T10:50:15.780Z] #49 45.01 go: finding github.com/BurntSushi/toml v0.3.1
10:50:15 [2021-05-03T10:50:15.780Z] #49 45.01 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
10:50:15 [2021-05-03T10:50:15.970Z] #43 39.03   LINK     images/built-in.o
10:50:16 [2021-05-03T10:50:16.102Z] #40 ...
10:50:16 [2021-05-03T10:50:16.102Z] 
10:50:16 [2021-05-03T10:50:16.102Z] #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
10:50:16 [2021-05-03T10:50:16.103Z] #51 sha256:cdeb27188b8eaaebac1e7f89a19cd73b6216a9777f838dbd1e8a7947c0202440
10:50:16 [2021-05-03T10:50:16.103Z] #51 33.17 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
10:50:16 [2021-05-03T10:50:16.103Z] #51 33.31 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
10:50:16 [2021-05-03T10:50:16.103Z] #51 34.58 runtime/cgo
10:50:16 [2021-05-03T10:50:16.103Z] #51 34.78 runtime
10:50:16 [2021-05-03T10:50:16.103Z] #51 ...
10:50:16 [2021-05-03T10:50:16.103Z] 
10:50:16 [2021-05-03T10:50:16.103Z] #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
10:50:16 [2021-05-03T10:50:16.103Z] #49 sha256:0645f72c0a46020b1c6de062066eb84a6ca75ff61a3a4b44b89cf13fbbe0d20c
10:50:16 [2021-05-03T10:50:16.103Z] #49 34.06 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
10:50:16 [2021-05-03T10:50:16.103Z] #49 37.81 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
10:50:16 [2021-05-03T10:50:16.103Z] #49 38.08 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
10:50:16 [2021-05-03T10:50:16.103Z] #49 39.17 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
10:50:16 [2021-05-03T10:50:16.103Z] #49 39.76 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
10:50:16 [2021-05-03T10:50:16.103Z] #49 40.29 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
10:50:16 [2021-05-03T10:50:16.103Z] #49 40.85 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
10:50:16 [2021-05-03T10:50:16.103Z] #49 41.06 go: downloading github.com/kisielk/gotool v1.0.0
10:50:16 [2021-05-03T10:50:16.103Z] #49 41.34 go: extracting github.com/kisielk/gotool v1.0.0
10:50:16 [2021-05-03T10:50:16.103Z] #49 42.75 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
10:50:16 [2021-05-03T10:50:16.103Z] #49 42.84 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
10:50:16 [2021-05-03T10:50:16.103Z] #49 42.84 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
10:50:16 [2021-05-03T10:50:16.103Z] #49 42.85 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
10:50:16 [2021-05-03T10:50:16.103Z] #49 42.85 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
10:50:16 [2021-05-03T10:50:16.103Z] #49 42.86 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
10:50:16 [2021-05-03T10:50:16.103Z] #49 42.91 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
10:50:16 [2021-05-03T10:50:16.103Z] #49 43.05 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
10:50:16 [2021-05-03T10:50:16.103Z] #49 43.06 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
10:50:16 [2021-05-03T10:50:16.103Z] #49 43.08 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
10:50:16 [2021-05-03T10:50:16.103Z] #49 43.10 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
10:50:16 [2021-05-03T10:50:16.103Z] #49 43.11 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
10:50:16 [2021-05-03T10:50:16.103Z] #49 43.11 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
10:50:16 [2021-05-03T10:50:16.103Z] #49 43.15 go: downloading github.com/uudashr/gocognit v1.0.1
10:50:16 [2021-05-03T10:50:16.103Z] #49 43.19 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
10:50:16 [2021-05-03T10:50:16.103Z] #49 43.20 go: downloading github.com/BurntSushi/toml v0.3.1
10:50:16 [2021-05-03T10:50:16.230Z] #43 39.18   GEN      compel/include/asm
10:50:16 [2021-05-03T10:50:16.230Z] #43 39.21   GEN      compel/include/version.h
10:50:16 [2021-05-03T10:50:16.230Z] #43 39.22 touch .config
10:50:16 [2021-05-03T10:50:16.230Z] #43 39.27   GEN      include/common/config.h
10:50:16 [2021-05-03T10:50:16.362Z] #49 43.41 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
10:50:16 [2021-05-03T10:50:16.362Z] #49 43.42 go: downloading github.com/go-toolsmith/strparse v1.0.0
10:50:16 [2021-05-03T10:50:16.362Z] #49 43.48 go: downloading github.com/ultraware/funlen v0.0.2
10:50:16 [2021-05-03T10:50:16.362Z] #49 43.54 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
10:50:16 [2021-05-03T10:50:16.362Z] #49 43.55 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
10:50:16 [2021-05-03T10:50:16.362Z] #49 43.59 go: extracting github.com/uudashr/gocognit v1.0.1
10:50:16 [2021-05-03T10:50:16.362Z] #49 43.59 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
10:50:16 [2021-05-03T10:50:16.362Z] #49 43.59 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
10:50:16 [2021-05-03T10:50:16.362Z] #49 43.59 go: extracting golang.org/x/text v0.3.2
10:50:16 [2021-05-03T10:50:16.362Z] #49 43.62 go: extracting github.com/go-toolsmith/strparse v1.0.0
10:50:16 [2021-05-03T10:50:16.362Z] #49 43.64 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
10:50:16 [2021-05-03T10:50:16.362Z] #49 43.65 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
10:50:16 [2021-05-03T10:50:16.491Z] #43 39.38   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
10:50:16 [2021-05-03T10:50:16.491Z] #43 39.40   GEN      compel/plugins/include/uapi/std/syscall-64.h
10:50:16 [2021-05-03T10:50:16.491Z] #43 39.42   GEN      compel/arch/x86/plugins/std/syscalls-64.S
10:50:16 [2021-05-03T10:50:16.491Z] #43 39.44   DEP      compel/arch/x86/plugins/std/syscalls-64.d
10:50:16 [2021-05-03T10:50:16.491Z] #43 39.46   DEP      compel/arch/x86/plugins/std/memcpy.d
10:50:16 [2021-05-03T10:50:16.491Z] #43 39.51   DEP      compel/arch/x86/plugins/std/parasite-head.d
10:50:16 [2021-05-03T10:50:16.491Z] #43 39.52   GEN      compel/plugins/include/uapi/std/syscall.h
10:50:16 [2021-05-03T10:50:16.491Z] #43 39.55   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
10:50:16 [2021-05-03T10:50:16.491Z] #43 39.56   GEN      compel/plugins/include/uapi/std/syscall-codes.h
10:50:16 [2021-05-03T10:50:16.491Z] #43 39.58   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
10:50:16 [2021-05-03T10:50:16.491Z] #43 39.59   DEP      compel/plugins/std/infect.d
10:50:16 [2021-05-03T10:50:16.622Z] #49 43.91 go: extracting github.com/BurntSushi/toml v0.3.1
10:50:16 [2021-05-03T10:50:16.622Z] #49 43.94 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
10:50:16 [2021-05-03T10:50:16.622Z] #49 43.99 go: extracting github.com/ultraware/funlen v0.0.2
10:50:16 [2021-05-03T10:50:16.622Z] #49 44.03 go: downloading github.com/ultraware/whitespace v0.0.4
10:50:16 [2021-05-03T10:50:16.622Z] #49 ...
10:50:16 [2021-05-03T10:50:16.622Z] 
10:50:16 [2021-05-03T10:50:16.622Z] #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
10:50:16 [2021-05-03T10:50:16.622Z] #45 sha256:5be091d371b3ee9e5fdfa7afb55a5178f0911cf54926b027e86550f7bde27bc6
10:50:16 [2021-05-03T10:50:16.622Z] #45 43.97 vendor/golang.org/x/crypto/internal/subtle
10:50:16 [2021-05-03T10:50:16.752Z] #43 39.78   DEP      compel/plugins/std/string.d
10:50:16 [2021-05-03T10:50:16.881Z] #45 44.07 vendor/golang.org/x/crypto/curve25519
10:50:16 [2021-05-03T10:50:16.881Z] #45 ...
10:50:16 [2021-05-03T10:50:16.881Z] 
10:50:16 [2021-05-03T10:50:16.881Z] #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
10:50:16 [2021-05-03T10:50:16.881Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
10:50:16 [2021-05-03T10:50:16.881Z] #42 34.03 Fetched 8441 kB in 25s (342 kB/s)
10:50:16 [2021-05-03T10:50:16.881Z] #42 34.03 Reading package lists...
10:50:16 [2021-05-03T10:50:16.881Z] #42 43.14 Reading package lists...
10:50:16 [2021-05-03T10:50:16.881Z] #42 ...
10:50:16 [2021-05-03T10:50:16.881Z] 
10:50:16 [2021-05-03T10:50:16.881Z] #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
10:50:16 [2021-05-03T10:50:16.881Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
10:50:16 [2021-05-03T10:50:16.881Z] #55 34.19 Fetched 8441 kB in 25s (336 kB/s)
10:50:16 [2021-05-03T10:50:16.881Z] #55 34.19 Reading package lists...
10:50:17 [2021-05-03T10:50:17.013Z] #43 39.93   DEP      compel/plugins/std/log.d
10:50:17 [2021-05-03T10:50:17.013Z] #43 40.00   DEP      compel/plugins/std/fds.d
10:50:17 [2021-05-03T10:50:17.013Z] #43 40.15   DEP      compel/plugins/std/std.d
10:50:17 [2021-05-03T10:50:17.061Z] #13 ...
10:50:17 [2021-05-03T10:50:17.061Z] 
10:50:17 [2021-05-03T10:50:17.061Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
10:50:17 [2021-05-03T10:50:17.061Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
10:50:17 [2021-05-03T10:50:17.061Z] #36 78.65 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
10:50:17 [2021-05-03T10:50:17.061Z] #36 78.67 Setting up xxd (2:8.1.0875-5) ...
10:50:17 [2021-05-03T10:50:17.061Z] #36 78.70 Setting up libuv1:amd64 (1.24.1-1) ...
10:50:17 [2021-05-03T10:50:17.061Z] #36 78.71 Setting up vim-common (2:8.1.0875-5) ...
10:50:17 [2021-05-03T10:50:17.061Z] #36 78.76 Setting up librhash0:amd64 (1.3.8-1) ...
10:50:17 [2021-05-03T10:50:17.061Z] #36 78.78 Setting up cmake-data (3.13.4-1) ...
10:50:17 [2021-05-03T10:50:17.061Z] #36 78.80 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
10:50:17 [2021-05-03T10:50:17.061Z] #36 78.82 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
10:50:17 [2021-05-03T10:50:17.061Z] #36 78.84 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
10:50:17 [2021-05-03T10:50:17.061Z] #36 78.85 Setting up cmake (3.13.4-1) ...
10:50:17 [2021-05-03T10:50:17.061Z] #36 78.86 Processing triggers for libc-bin (2.28-10) ...
10:50:17 [2021-05-03T10:50:17.061Z] #36 78.91 Processing triggers for mime-support (3.62) ...
10:50:17 [2021-05-03T10:50:17.061Z] #36 DONE 79.6s
10:50:17 [2021-05-03T10:50:17.061Z] 
10:50:17 [2021-05-03T10:50:17.061Z] #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
10:50:17 [2021-05-03T10:50:17.061Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
10:50:17 [2021-05-03T10:50:17.061Z] #42 77.35 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
10:50:17 [2021-05-03T10:50:17.061Z] #42 77.38 Setting up libnl-3-200:amd64 (3.4.0-1) ...
10:50:17 [2021-05-03T10:50:17.061Z] #42 77.40 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
10:50:17 [2021-05-03T10:50:17.061Z] #42 77.41 Setting up libcap-dev:amd64 (1:2.25-2) ...
10:50:17 [2021-05-03T10:50:17.061Z] #42 77.43 Setting up libprotoc17:amd64 (3.6.1.3-2) ...
10:50:17 [2021-05-03T10:50:17.061Z] #42 77.46 Setting up protobuf-compiler (3.6.1.3-2) ...
10:50:17 [2021-05-03T10:50:17.061Z] #42 77.50 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
10:50:17 [2021-05-03T10:50:17.061Z] #42 77.52 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ...
10:50:17 [2021-05-03T10:50:17.061Z] #42 77.54 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
10:50:17 [2021-05-03T10:50:17.061Z] #42 77.56 Setting up python-protobuf (3.6.1.3-2) ...
10:50:17 [2021-05-03T10:50:17.141Z] #55 43.14 Reading package lists...
10:50:17 [2021-05-03T10:50:17.141Z] #55 ...
10:50:17 [2021-05-03T10:50:17.141Z] 
10:50:17 [2021-05-03T10:50:17.141Z] #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
10:50:17 [2021-05-03T10:50:17.141Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
10:50:17 [2021-05-03T10:50:17.141Z] #36 34.33 Fetched 8441 kB in 25s (337 kB/s)
10:50:17 [2021-05-03T10:50:17.141Z] #36 34.33 Reading package lists...
10:50:17 [2021-05-03T10:50:17.141Z] #36 43.24 Reading package lists...
10:50:17 [2021-05-03T10:50:17.141Z] #36 ...
10:50:17 [2021-05-03T10:50:17.141Z] 
10:50:17 [2021-05-03T10:50:17.141Z] #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
10:50:17 [2021-05-03T10:50:17.141Z] #49 sha256:0645f72c0a46020b1c6de062066eb84a6ca75ff61a3a4b44b89cf13fbbe0d20c
10:50:17 [2021-05-03T10:50:17.141Z] #49 44.05 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
10:50:17 [2021-05-03T10:50:17.141Z] #49 44.06 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
10:50:17 [2021-05-03T10:50:17.141Z] #49 44.07 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
10:50:17 [2021-05-03T10:50:17.141Z] #49 44.15 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
10:50:17 [2021-05-03T10:50:17.141Z] #49 44.17 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
10:50:17 [2021-05-03T10:50:17.141Z] #49 44.19 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
10:50:17 [2021-05-03T10:50:17.141Z] #49 44.27 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
10:50:17 [2021-05-03T10:50:17.141Z] #49 44.32 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
10:50:17 [2021-05-03T10:50:17.141Z] #49 44.34 go: downloading github.com/gogo/protobuf v1.2.1
10:50:17 [2021-05-03T10:50:17.141Z] #49 44.36 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
10:50:17 [2021-05-03T10:50:17.141Z] #49 44.46 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
10:50:17 [2021-05-03T10:50:17.141Z] #49 44.46 go: extracting github.com/ultraware/whitespace v0.0.4
10:50:17 [2021-05-03T10:50:17.141Z] #49 44.46 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
10:50:17 [2021-05-03T10:50:17.141Z] #49 44.47 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
10:50:17 [2021-05-03T10:50:17.141Z] #49 44.51 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
10:50:17 [2021-05-03T10:50:17.274Z] #43 40.28   DEP      compel/plugins/shmem/shmem.d
10:50:17 [2021-05-03T10:50:17.400Z] #49 44.67 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
10:50:17 [2021-05-03T10:50:17.400Z] #49 44.74 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
10:50:17 [2021-05-03T10:50:17.535Z] #43 40.41   DEP      compel/plugins/fds/fds.d
10:50:17 [2021-05-03T10:50:17.535Z] #43 40.58   CC       compel/plugins/std/std.o
10:50:17 [2021-05-03T10:50:17.662Z] #49 44.85 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
10:50:17 [2021-05-03T10:50:17.662Z] #49 44.87 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
10:50:17 [2021-05-03T10:50:17.662Z] #49 44.91 go: downloading github.com/gobwas/glob v0.2.3
10:50:17 [2021-05-03T10:50:17.662Z] #49 44.91 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
10:50:17 [2021-05-03T10:50:17.662Z] #49 44.96 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
10:50:17 [2021-05-03T10:50:17.796Z] #43 40.88   CC       compel/plugins/std/fds.o
10:50:17 [2021-05-03T10:50:17.922Z] #49 45.18 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
10:50:18 [2021-05-03T10:50:18.182Z] #49 45.29 go: extracting github.com/gobwas/glob v0.2.3
10:50:18 [2021-05-03T10:50:18.182Z] #49 45.30 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
10:50:18 [2021-05-03T10:50:18.182Z] #49 ...
10:50:18 [2021-05-03T10:50:18.182Z] 
10:50:18 [2021-05-03T10:50:18.182Z] #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
10:50:18 [2021-05-03T10:50:18.182Z] #58 sha256:e6b8a9717b927bb5a5a04efeb11b16b02d2b69023de103d60a65e1836e402880
10:50:18 [2021-05-03T10:50:18.182Z] #58 35.34 go: finding github.com/pkg/errors v0.9.1
10:50:18 [2021-05-03T10:50:18.182Z] #58 35.37 go: finding github.com/sirupsen/logrus v1.8.1
10:50:18 [2021-05-03T10:50:18.182Z] #58 35.79 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
10:50:18 [2021-05-03T10:50:18.182Z] #58 35.95 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
10:50:18 [2021-05-03T10:50:18.182Z] #58 36.04 go: finding github.com/google/uuid v1.2.0
10:50:18 [2021-05-03T10:50:18.182Z] #58 36.14 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
10:50:18 [2021-05-03T10:50:18.182Z] #58 36.43 go: finding github.com/moby/vpnkit v0.5.0
10:50:18 [2021-05-03T10:50:18.182Z] #58 36.47 go: finding github.com/gofrs/flock v0.8.0
10:50:18 [2021-05-03T10:50:18.182Z] #58 36.47 go: finding github.com/gorilla/mux v1.8.0
10:50:18 [2021-05-03T10:50:18.182Z] #58 36.51 go: finding github.com/moby/sys/mountinfo v0.4.1
10:50:18 [2021-05-03T10:50:18.182Z] #58 36.60 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777
10:50:18 [2021-05-03T10:50:18.182Z] #58 36.64 go: finding github.com/urfave/cli/v2 v2.3.0
10:50:18 [2021-05-03T10:50:18.182Z] #58 36.67 go: finding github.com/u-root/u-root v7.0.0+incompatible
10:50:18 [2021-05-03T10:50:18.182Z] #58 37.16 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0
10:50:18 [2021-05-03T10:50:18.182Z] #58 37.36 go: finding github.com/russross/blackfriday/v2 v2.1.0
10:50:18 [2021-05-03T10:50:18.368Z] #43 41.28   CC       compel/plugins/std/log.o
10:50:18 [2021-05-03T10:50:18.752Z] #58 ...
10:50:18 [2021-05-03T10:50:18.752Z] 
10:50:18 [2021-05-03T10:50:18.752Z] #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
10:50:18 [2021-05-03T10:50:18.752Z] #49 sha256:0645f72c0a46020b1c6de062066eb84a6ca75ff61a3a4b44b89cf13fbbe0d20c
10:50:18 [2021-05-03T10:50:18.752Z] #49 45.97 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
10:50:18 [2021-05-03T10:50:18.940Z] #43 42.10   CC       compel/plugins/std/string.o
10:50:19 [2021-05-03T10:50:19.586Z] #13 3.757 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
10:50:19 [2021-05-03T10:50:19.586Z] #13 3.841 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
10:50:19 [2021-05-03T10:50:19.586Z] #13 3.841 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
10:50:19 [2021-05-03T10:50:19.586Z] #13 3.849 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
10:50:19 [2021-05-03T10:50:19.849Z] #13 4.829 Get:5 http://deb.debian.org/debian buster-backports/main arm64 Packages [461 kB]
10:50:19 [2021-05-03T10:50:19.882Z] #43 42.79   CC       compel/plugins/std/infect.o
10:50:20 [2021-05-03T10:50:20.131Z] #49 ...
10:50:20 [2021-05-03T10:50:20.131Z] 
10:50:20 [2021-05-03T10:50:20.131Z] #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
10:50:20 [2021-05-03T10:50:20.131Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:50:20 [2021-05-03T10:50:20.131Z] #13 32.54 Fetched 8955 kB in 27s (327 kB/s)
10:50:20 [2021-05-03T10:50:20.131Z] #13 32.54 Reading package lists...
10:50:20 [2021-05-03T10:50:20.143Z] #43 43.19   CC       compel/arch/x86/plugins/std/parasite-head.o
10:50:20 [2021-05-03T10:50:20.143Z] #43 43.24   CC       compel/arch/x86/plugins/std/memcpy.o
10:50:20 [2021-05-03T10:50:20.143Z] #43 43.29   CC       compel/arch/x86/plugins/std/syscalls-64.o
10:50:20 [2021-05-03T10:50:20.405Z] #43 43.35   AR       compel/plugins/std.lib.a
10:50:20 [2021-05-03T10:50:20.405Z] #43 43.46   CC       compel/plugins/fds/fds.o
10:50:20 [2021-05-03T10:50:20.406Z] #42 ...
10:50:20 [2021-05-03T10:50:20.406Z] 
10:50:20 [2021-05-03T10:50:20.406Z] #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
10:50:20 [2021-05-03T10:50:20.406Z] #37 sha256:f064e956b8ac429f87127a1f6c19e7052c6ca55245004f50874c5060b3128f76
10:50:20 [2021-05-03T10:50:20.406Z] #37 1.330 + RM_GOPATH=0
10:50:20 [2021-05-03T10:50:20.406Z] #37 1.330 + TMP_GOPATH=
10:50:20 [2021-05-03T10:50:20.406Z] #37 1.330 + : /build
10:50:20 [2021-05-03T10:50:20.406Z] #37 1.330 + '[' -z '' ']'
10:50:20 [2021-05-03T10:50:20.406Z] #37 1.330 ++ mktemp -d
10:50:20 [2021-05-03T10:50:20.406Z] #37 1.330 + export GOPATH=/tmp/tmp.uTyHlRUYNW
10:50:20 [2021-05-03T10:50:20.406Z] #37 1.335 + GOPATH=/tmp/tmp.uTyHlRUYNW
10:50:20 [2021-05-03T10:50:20.406Z] #37 1.335 + RM_GOPATH=1
10:50:20 [2021-05-03T10:50:20.406Z] #37 1.335 + case "$(go env GOARCH)" in
10:50:20 [2021-05-03T10:50:20.406Z] #37 1.335 ++ go env GOARCH
10:50:20 [2021-05-03T10:50:20.406Z] #37 1.366 + export GO_BUILDMODE=-buildmode=pie
10:50:20 [2021-05-03T10:50:20.406Z] #37 1.366 + GO_BUILDMODE=-buildmode=pie
10:50:20 [2021-05-03T10:50:20.406Z] #37 1.371 ++ dirname /tmp/install/install.sh
10:50:20 [2021-05-03T10:50:20.406Z] #37 1.372 + dir=/tmp/install
10:50:20 [2021-05-03T10:50:20.406Z] #37 1.378 + bin=tini
10:50:20 [2021-05-03T10:50:20.406Z] #37 1.378 + shift
10:50:20 [2021-05-03T10:50:20.406Z] #37 1.378 + '[' '!' -f /tmp/install/tini.installer ']'
10:50:20 [2021-05-03T10:50:20.406Z] #37 1.378 + . /tmp/install/tini.installer
10:50:20 [2021-05-03T10:50:20.406Z] #37 1.379 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
10:50:20 [2021-05-03T10:50:20.406Z] #37 1.380 + install_tini
10:50:20 [2021-05-03T10:50:20.406Z] #37 1.380 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
10:50:20 [2021-05-03T10:50:20.406Z] #37 1.380 + git clone https://github.com/krallin/tini.git /tmp/tmp.uTyHlRUYNW/tini
10:50:20 [2021-05-03T10:50:20.406Z] #37 1.380 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
10:50:20 [2021-05-03T10:50:20.406Z] #37 1.384 Cloning into '/tmp/tmp.uTyHlRUYNW/tini'...
10:50:20 [2021-05-03T10:50:20.406Z] #37 2.106 + cd /tmp/tmp.uTyHlRUYNW/tini
10:50:20 [2021-05-03T10:50:20.406Z] #37 2.106 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
10:50:20 [2021-05-03T10:50:20.407Z] #37 2.113 + cmake .
10:50:20 [2021-05-03T10:50:20.407Z] #37 2.790 -- The C compiler identification is GNU 8.3.0
10:50:20 [2021-05-03T10:50:20.407Z] #37 2.844 -- Check for working C compiler: /usr/bin/cc
10:50:20 [2021-05-03T10:50:20.407Z] #37 3.307 -- Check for working C compiler: /usr/bin/cc -- works
10:50:20 [2021-05-03T10:50:20.407Z] #37 3.315 -- Detecting C compiler ABI info
10:50:20 [2021-05-03T10:50:20.428Z] #13 ...
10:50:20 [2021-05-03T10:50:20.429Z] 
10:50:20 [2021-05-03T10:50:20.429Z] #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
10:50:20 [2021-05-03T10:50:20.429Z] #49 sha256:747d26d790ba66456381a333c10940d14d243aaa8678d192bf4c47c5deeb0da8
10:50:20 [2021-05-03T10:50:20.429Z] #49 5.652 + RM_GOPATH=0
10:50:20 [2021-05-03T10:50:20.429Z] #49 5.652 + TMP_GOPATH=
10:50:20 [2021-05-03T10:50:20.429Z] #49 5.652 + : /build
10:50:20 [2021-05-03T10:50:20.429Z] #49 5.652 + '[' -z '' ']'
10:50:20 [2021-05-03T10:50:20.429Z] #49 5.654 ++ mktemp -d
10:50:20 [2021-05-03T10:50:20.429Z] #49 5.657 + export GOPATH=/tmp/tmp.fCiglBXkpI
10:50:20 [2021-05-03T10:50:20.429Z] #49 5.657 + GOPATH=/tmp/tmp.fCiglBXkpI
10:50:20 [2021-05-03T10:50:20.429Z] #49 5.657 + RM_GOPATH=1
10:50:20 [2021-05-03T10:50:20.429Z] #49 5.657 + case "$(go env GOARCH)" in
10:50:20 [2021-05-03T10:50:20.429Z] #49 5.660 ++ go env GOARCH
10:50:20 [2021-05-03T10:50:20.429Z] #49 5.677 + export GO_BUILDMODE=-buildmode=pie
10:50:20 [2021-05-03T10:50:20.429Z] #49 5.678 + GO_BUILDMODE=-buildmode=pie
10:50:20 [2021-05-03T10:50:20.429Z] #49 5.679 ++ dirname /tmp/install/install.sh
10:50:20 [2021-05-03T10:50:20.429Z] #49 5.681 + dir=/tmp/install
10:50:20 [2021-05-03T10:50:20.429Z] #49 5.686 + bin=golangci_lint
10:50:20 [2021-05-03T10:50:20.429Z] #49 5.686 + shift
10:50:20 [2021-05-03T10:50:20.429Z] #49 5.687 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
10:50:20 [2021-05-03T10:50:20.429Z] #49 5.687 + . /tmp/install/golangci_lint.installer
10:50:20 [2021-05-03T10:50:20.429Z] #49 5.687 ++ : v1.23.8
10:50:20 [2021-05-03T10:50:20.429Z] #49 5.688 + install_golangci_lint
10:50:20 [2021-05-03T10:50:20.429Z] #49 5.688 + set -e
10:50:20 [2021-05-03T10:50:20.429Z] #49 5.689 + export GO111MODULE=on
10:50:20 [2021-05-03T10:50:20.429Z] #49 5.689 + GO111MODULE=on
10:50:20 [2021-05-03T10:50:20.429Z] #49 5.690 + GOBIN=/build
10:50:20 [2021-05-03T10:50:20.429Z] #49 5.690 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
10:50:20 [2021-05-03T10:50:20.429Z] #49 5.708 go: finding github.com v1.23.8
10:50:20 [2021-05-03T10:50:20.429Z] #49 5.715 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
10:50:20 [2021-05-03T10:50:20.429Z] #49 5.716 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
10:50:20 [2021-05-03T10:50:20.429Z] #49 5.716 go: finding github.com/golangci v1.23.8
10:50:20 [2021-05-03T10:50:20.429Z] #49 5.717 go: finding github.com/golangci/golangci-lint v1.23.8
10:50:20 [2021-05-03T10:50:20.429Z] #49 6.752 go: downloading github.com/golangci/golangci-lint v1.23.8
10:50:20 [2021-05-03T10:50:20.665Z] #43 43.72   AR       compel/plugins/fds.lib.a
10:50:20 [2021-05-03T10:50:20.665Z] #43 43.79   HOSTDEP  compel/src/lib/log-host.d
10:50:20 [2021-05-03T10:50:20.665Z] #43 43.86   HOSTDEP  compel/src/lib/handle-elf-host.d
10:50:20 [2021-05-03T10:50:20.745Z] #49 7.745 go: extracting github.com/golangci/golangci-lint v1.23.8
10:50:20 [2021-05-03T10:50:20.926Z] #43 44.00   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
10:50:20 [2021-05-03T10:50:20.926Z] #43 44.08   HOSTDEP  compel/src/main-host.d
10:50:21 [2021-05-03T10:50:21.062Z] #49 ...
10:50:21 [2021-05-03T10:50:21.062Z] 
10:50:21 [2021-05-03T10:50:21.062Z] #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
10:50:21 [2021-05-03T10:50:21.062Z] #51 sha256:e901b71a63a78a914d589b7b1e8d048880f8b76b56766c8e93c470b6c423fa9a
10:50:21 [2021-05-03T10:50:21.062Z] #51 49.42 internal/oserror
10:50:21 [2021-05-03T10:50:21.062Z] #51 49.44 reflect
10:50:21 [2021-05-03T10:50:21.062Z] #51 49.59 syscall
10:50:21 [2021-05-03T10:50:21.194Z] #43 44.23   DEP      compel/src/lib/ptrace.d
10:50:21 [2021-05-03T10:50:21.194Z] #43 44.29   DEP      compel/src/lib/infect.d
10:50:21 [2021-05-03T10:50:21.194Z] #43 44.40   DEP      compel/src/lib/infect-util.d
10:50:21 [2021-05-03T10:50:21.340Z] #37 3.988 -- Detecting C compiler ABI info - done
10:50:21 [2021-05-03T10:50:21.340Z] #37 4.013 -- Detecting C compile features
10:50:21 [2021-05-03T10:50:21.455Z] #43 44.50   DEP      compel/src/lib/infect-rpc.d
10:50:21 [2021-05-03T10:50:21.455Z] #43 44.63   DEP      compel/arch/x86/src/lib/infect.d
10:50:21 [2021-05-03T10:50:21.526Z] #13 40.79 Reading package lists...
10:50:21 [2021-05-03T10:50:21.526Z] #13 ...
10:50:21 [2021-05-03T10:50:21.526Z] 
10:50:21 [2021-05-03T10:50:21.526Z] #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
10:50:21 [2021-05-03T10:50:21.526Z] #49 sha256:0645f72c0a46020b1c6de062066eb84a6ca75ff61a3a4b44b89cf13fbbe0d20c
10:50:21 [2021-05-03T10:50:21.526Z] #49 48.58 go: extracting github.com/gogo/protobuf v1.2.1
10:50:21 [2021-05-03T10:50:21.716Z] #43 44.75   DEP      compel/arch/x86/src/lib/cpu.d
10:50:21 [2021-05-03T10:50:21.716Z] #43 44.80   DEP      compel/src/lib/log.d
10:50:21 [2021-05-03T10:50:21.767Z] #49 ...
10:50:21 [2021-05-03T10:50:21.767Z] 
10:50:21 [2021-05-03T10:50:21.767Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
10:50:21 [2021-05-03T10:50:21.767Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
10:50:21 [2021-05-03T10:50:21.767Z] #13 6.424 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB]
10:50:21 [2021-05-03T10:50:21.904Z] #37 ...
10:50:21 [2021-05-03T10:50:21.904Z] 
10:50:21 [2021-05-03T10:50:21.904Z] #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
10:50:21 [2021-05-03T10:50:21.904Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
10:50:21 [2021-05-03T10:50:21.904Z] #42 83.40 Setting up libnl-3-dev:amd64 (3.4.0-1) ...
10:50:21 [2021-05-03T10:50:21.904Z] #42 83.41 Processing triggers for libc-bin (2.28-10) ...
10:50:21 [2021-05-03T10:50:21.904Z] #42 DONE 84.2s
10:50:21 [2021-05-03T10:50:21.904Z] 
10:50:21 [2021-05-03T10:50:21.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
10:50:21 [2021-05-03T10:50:21.904Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:50:21 [2021-05-03T10:50:21.977Z] #43 44.92   DEP      compel/src/main.d
10:50:21 [2021-05-03T10:50:21.977Z] #43 45.01   DEP      compel/src/lib/handle-elf.d
10:50:21 [2021-05-03T10:50:21.977Z] #43 45.07   DEP      compel/arch/x86/src/lib/handle-elf.d
10:50:22 [2021-05-03T10:50:22.005Z] #51 ...
10:50:22 [2021-05-03T10:50:22.005Z] 
10:50:22 [2021-05-03T10:50:22.005Z] #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
10:50:22 [2021-05-03T10:50:22.005Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:50:22 [2021-05-03T10:50:22.005Z] #13 27.55 Reading package lists...
10:50:22 [2021-05-03T10:50:22.005Z] #13 34.85 Reading package lists...
10:50:22 [2021-05-03T10:50:22.005Z] #13 41.27 Building dependency tree...
10:50:22 [2021-05-03T10:50:22.005Z] #13 44.05 The following additional packages will be installed:
10:50:22 [2021-05-03T10:50:22.005Z] #13 44.05   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
10:50:22 [2021-05-03T10:50:22.005Z] #13 44.05   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
10:50:22 [2021-05-03T10:50:22.005Z] #13 44.05   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
10:50:22 [2021-05-03T10:50:22.005Z] #13 44.05   libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1
10:50:22 [2021-05-03T10:50:22.005Z] #13 44.05   mingw-w64-common mingw-w64-x86-64-dev
10:50:22 [2021-05-03T10:50:22.005Z] #13 44.07 Suggested packages:
10:50:22 [2021-05-03T10:50:22.005Z] #13 44.07   gcc-8-locales seccomp wine64
10:50:22 [2021-05-03T10:50:22.005Z] #13 ...
10:50:22 [2021-05-03T10:50:22.005Z] 
10:50:22 [2021-05-03T10:50:22.005Z] #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
10:50:22 [2021-05-03T10:50:22.005Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
10:50:22 [2021-05-03T10:50:22.005Z] #36 34.31 Reading package lists...
10:50:22 [2021-05-03T10:50:22.005Z] #36 41.23 Building dependency tree...
10:50:22 [2021-05-03T10:50:22.005Z] #36 44.57 The following additional packages will be installed:
10:50:22 [2021-05-03T10:50:22.005Z] #36 44.63   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
10:50:22 [2021-05-03T10:50:22.005Z] #36 44.63 Suggested packages:
10:50:22 [2021-05-03T10:50:22.005Z] #36 44.63   cmake-doc ninja-build lrzip
10:50:22 [2021-05-03T10:50:22.005Z] #36 44.63 Recommended packages:
10:50:22 [2021-05-03T10:50:22.005Z] #36 44.63   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
10:50:22 [2021-05-03T10:50:22.005Z] #36 45.55 The following NEW packages will be installed:
10:50:22 [2021-05-03T10:50:22.005Z] #36 45.55   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
10:50:22 [2021-05-03T10:50:22.005Z] #36 45.55   vim-common xxd
10:50:22 [2021-05-03T10:50:22.005Z] #36 46.00 0 upgraded, 10 newly installed, 0 to remove and 29 not upgraded.
10:50:22 [2021-05-03T10:50:22.005Z] #36 46.00 Need to get 14.9 MB of archives.
10:50:22 [2021-05-03T10:50:22.005Z] #36 46.00 After this operation, 61.8 MB of additional disk space will be used.
10:50:22 [2021-05-03T10:50:22.005Z] #36 46.00 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
10:50:22 [2021-05-03T10:50:22.005Z] #36 46.00 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
10:50:22 [2021-05-03T10:50:22.005Z] #36 46.03 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
10:50:22 [2021-05-03T10:50:22.005Z] #36 46.15 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
10:50:22 [2021-05-03T10:50:22.005Z] #36 46.87 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB]
10:50:22 [2021-05-03T10:50:22.005Z] #36 46.99 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
10:50:22 [2021-05-03T10:50:22.005Z] #36 46.99 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
10:50:22 [2021-05-03T10:50:22.005Z] #36 46.99 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
10:50:22 [2021-05-03T10:50:22.005Z] #36 46.99 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB]
10:50:22 [2021-05-03T10:50:22.005Z] #36 47.01 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
10:50:22 [2021-05-03T10:50:22.005Z] #36 48.27 debconf: delaying package configuration, since apt-utils is not installed
10:50:22 [2021-05-03T10:50:22.005Z] #36 48.45 Fetched 14.9 MB in 2s (9165 kB/s)
10:50:22 [2021-05-03T10:50:22.005Z] #36 48.53 Selecting previously unselected package xxd.
10:50:22 [2021-05-03T10:50:22.005Z] #36 48.53 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
10:50:22 [2021-05-03T10:50:22.005Z] #36 48.61 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
10:50:22 [2021-05-03T10:50:22.005Z] #36 48.61 Unpacking xxd (2:8.1.0875-5) ...
10:50:22 [2021-05-03T10:50:22.005Z] #36 48.82 Selecting previously unselected package vim-common.
10:50:22 [2021-05-03T10:50:22.005Z] #36 48.82 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
10:50:22 [2021-05-03T10:50:22.005Z] #36 48.83 Unpacking vim-common (2:8.1.0875-5) ...
10:50:22 [2021-05-03T10:50:22.005Z] #36 49.18 Selecting previously unselected package cmake-data.
10:50:22 [2021-05-03T10:50:22.005Z] #36 49.18 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
10:50:22 [2021-05-03T10:50:22.005Z] #36 49.18 Unpacking cmake-data (3.13.4-1) ...
10:50:22 [2021-05-03T10:50:22.005Z] #36 ...
10:50:22 [2021-05-03T10:50:22.005Z] 
10:50:22 [2021-05-03T10:50:22.005Z] #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
10:50:22 [2021-05-03T10:50:22.005Z] #45 sha256:420f325532c1ee2984a12f05e3c7f055e58b2ada76e1c2d087abdaee6c492b96
10:50:22 [2021-05-03T10:50:22.005Z] #45 41.19 internal/reflectlite
10:50:22 [2021-05-03T10:50:22.005Z] #45 41.19 sync
10:50:22 [2021-05-03T10:50:22.005Z] #45 42.66 github.com/LK4D4/vndr/godl/singleflight
10:50:22 [2021-05-03T10:50:22.005Z] #45 42.92 math/rand
10:50:22 [2021-05-03T10:50:22.005Z] #45 44.25 internal/singleflight
10:50:22 [2021-05-03T10:50:22.005Z] #45 44.84 errors
10:50:22 [2021-05-03T10:50:22.005Z] #45 44.84 sort
10:50:22 [2021-05-03T10:50:22.005Z] #45 45.23 io
10:50:22 [2021-05-03T10:50:22.005Z] #45 45.96 strconv
10:50:22 [2021-05-03T10:50:22.005Z] #45 46.54 bytes
10:50:22 [2021-05-03T10:50:22.005Z] #45 48.76 reflect
10:50:22 [2021-05-03T10:50:22.005Z] #45 48.82 bufio
10:50:22 [2021-05-03T10:50:22.005Z] #45 50.29 syscall
10:50:22 [2021-05-03T10:50:22.238Z] #43 45.19   CC       compel/src/lib/log.o
10:50:22 [2021-05-03T10:50:22.238Z] #43 45.44   CC       compel/arch/x86/src/lib/cpu.o
10:50:22 [2021-05-03T10:50:22.265Z] #45 ...
10:50:22 [2021-05-03T10:50:22.265Z] 
10:50:22 [2021-05-03T10:50:22.265Z] #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
10:50:22 [2021-05-03T10:50:22.265Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
10:50:22 [2021-05-03T10:50:22.265Z] #32 50.02 Checking out files:  92% (1403/1521)   
Checking out files:  93% (1415/1521)   
Checking out files:  94% (1430/1521)   
Checking out files:  95% (1445/1521)   
Checking out files:  96% (1461/1521)   
Checking out files:  97% (1476/1521)   
Checking out files:  98% (1491/1521)   
Checking out files:  99% (1506/1521)   
Checking out files: 100% (1521/1521)   
Checking out files: 100% (1521/1521), done.
10:50:22 [2021-05-03T10:50:22.265Z] #32 50.30 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
10:50:22 [2021-05-03T10:50:22.265Z] #32 50.70 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
10:50:22 [2021-05-03T10:50:22.832Z] #43 ...
10:50:22 [2021-05-03T10:50:22.832Z] 
10:50:22 [2021-05-03T10:50:22.832Z] #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
10:50:22 [2021-05-03T10:50:22.832Z] #51 sha256:41ef245701595d35071486a1641080ced55cb70b1fcca4ecc01b91f56eac9656
10:50:22 [2021-05-03T10:50:22.832Z] #51 75.13 context
10:50:22 [2021-05-03T10:50:22.832Z] #51 75.86 internal/poll
10:50:22 [2021-05-03T10:50:22.832Z] #51 77.76 internal/syscall/unix
10:50:22 [2021-05-03T10:50:22.832Z] #51 77.97 os
10:50:22 [2021-05-03T10:50:22.832Z] #51 79.01 encoding/binary
10:50:22 [2021-05-03T10:50:22.832Z] #51 81.56 encoding/base64
10:50:22 [2021-05-03T10:50:22.832Z] #51 82.10 fmt
10:50:22 [2021-05-03T10:50:22.832Z] #51 82.48 path/filepath
10:50:22 [2021-05-03T10:50:22.832Z] #51 83.84 golang.org/x/sys/unix
10:50:22 [2021-05-03T10:50:22.832Z] #51 ...
10:50:22 [2021-05-03T10:50:22.832Z] 
10:50:22 [2021-05-03T10:50:22.832Z] #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
10:50:22 [2021-05-03T10:50:22.832Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:50:22 [2021-05-03T10:50:22.832Z] #13 74.29 Selecting previously unselected package binutils-mingw-w64.
10:50:22 [2021-05-03T10:50:22.832Z] #13 74.30 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
10:50:22 [2021-05-03T10:50:22.832Z] #13 74.34 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
10:50:22 [2021-05-03T10:50:22.832Z] #13 74.62 Selecting previously unselected package libdevmapper1.02.1:amd64.
10:50:22 [2021-05-03T10:50:22.832Z] #13 74.65 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
10:50:22 [2021-05-03T10:50:22.832Z] #13 74.67 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
10:50:22 [2021-05-03T10:50:22.832Z] #13 74.87 Selecting previously unselected package dmsetup.
10:50:22 [2021-05-03T10:50:22.832Z] #13 74.87 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
10:50:22 [2021-05-03T10:50:22.832Z] #13 74.87 Unpacking dmsetup (2:1.02.155-3) ...
10:50:22 [2021-05-03T10:50:22.832Z] #13 75.07 Selecting previously unselected package mingw-w64-common.
10:50:22 [2021-05-03T10:50:22.832Z] #13 75.07 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
10:50:22 [2021-05-03T10:50:22.832Z] #13 75.08 Unpacking mingw-w64-common (6.0.0-3) ...
10:50:22 [2021-05-03T10:50:22.852Z] #43 ...
10:50:22 [2021-05-03T10:50:22.852Z] 
10:50:22 [2021-05-03T10:50:22.852Z] #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
10:50:22 [2021-05-03T10:50:22.852Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:50:22 [2021-05-03T10:50:22.852Z] #13 107.3 Selecting previously unselected package libapparmor1:amd64.
10:50:22 [2021-05-03T10:50:22.852Z] #13 107.3 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
10:50:22 [2021-05-03T10:50:22.852Z] #13 107.3 Unpacking libapparmor1:amd64 (2.13.2-10) ...
10:50:23 [2021-05-03T10:50:23.116Z] #13 107.5 Selecting previously unselected package libapparmor-dev:amd64.
10:50:23 [2021-05-03T10:50:23.116Z] #13 107.5 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
10:50:23 [2021-05-03T10:50:23.116Z] #13 107.5 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
10:50:23 [2021-05-03T10:50:23.116Z] #13 107.7 Selecting previously unselected package libbtrfs0.
10:50:23 [2021-05-03T10:50:23.116Z] #13 107.7 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
10:50:23 [2021-05-03T10:50:23.116Z] #13 107.7 Unpacking libbtrfs0 (4.20.1-2) ...
10:50:23 [2021-05-03T10:50:23.165Z] #13 ...
10:50:23 [2021-05-03T10:50:23.165Z] 
10:50:23 [2021-05-03T10:50:23.165Z] #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
10:50:23 [2021-05-03T10:50:23.165Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38
10:50:23 [2021-05-03T10:50:23.165Z] #42 5.746 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
10:50:23 [2021-05-03T10:50:23.165Z] #42 5.777 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
10:50:23 [2021-05-03T10:50:23.165Z] #42 5.786 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
10:50:23 [2021-05-03T10:50:23.165Z] #42 6.554 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB]
10:50:23 [2021-05-03T10:50:23.165Z] #42 7.842 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [280 kB]
10:50:23 [2021-05-03T10:50:23.165Z] #42 9.560 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [10.8 kB]
10:50:23 [2021-05-03T10:50:23.165Z] #42 ...
10:50:23 [2021-05-03T10:50:23.165Z] 
10:50:23 [2021-05-03T10:50:23.165Z] #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
10:50:23 [2021-05-03T10:50:23.165Z] #58 sha256:50814f4f3fefb88e33d481f2b34a6af78a66edf70dcb2149319be0f26d624354
10:50:23 [2021-05-03T10:50:23.165Z] #58 3.429 + RM_GOPATH=0
10:50:23 [2021-05-03T10:50:23.165Z] #58 3.429 + TMP_GOPATH=
10:50:23 [2021-05-03T10:50:23.165Z] #58 3.429 + : /build
10:50:23 [2021-05-03T10:50:23.165Z] #58 3.429 + '[' -z '' ']'
10:50:23 [2021-05-03T10:50:23.165Z] #58 3.429 ++ mktemp -d
10:50:23 [2021-05-03T10:50:23.165Z] #58 3.429 + export GOPATH=/tmp/tmp.lg4uFIxpfs
10:50:23 [2021-05-03T10:50:23.165Z] #58 3.429 + GOPATH=/tmp/tmp.lg4uFIxpfs
10:50:23 [2021-05-03T10:50:23.165Z] #58 3.429 + RM_GOPATH=1
10:50:23 [2021-05-03T10:50:23.165Z] #58 3.429 + case "$(go env GOARCH)" in
10:50:23 [2021-05-03T10:50:23.165Z] #58 3.429 ++ go env GOARCH
10:50:23 [2021-05-03T10:50:23.165Z] #58 3.446 + export GO_BUILDMODE=-buildmode=pie
10:50:23 [2021-05-03T10:50:23.165Z] #58 3.446 + GO_BUILDMODE=-buildmode=pie
10:50:23 [2021-05-03T10:50:23.165Z] #58 3.446 ++ dirname /tmp/install/install.sh
10:50:23 [2021-05-03T10:50:23.165Z] #58 3.446 + dir=/tmp/install
10:50:23 [2021-05-03T10:50:23.165Z] #58 3.446 + bin=rootlesskit
10:50:23 [2021-05-03T10:50:23.165Z] #58 3.446 + shift
10:50:23 [2021-05-03T10:50:23.165Z] #58 3.446 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
10:50:23 [2021-05-03T10:50:23.165Z] #58 3.446 + . /tmp/install/rootlesskit.installer
10:50:23 [2021-05-03T10:50:23.165Z] #58 3.446 ++ : 4cd567642273d369adaadcbadca00880552c1778
10:50:23 [2021-05-03T10:50:23.165Z] #58 3.446 + install_rootlesskit
10:50:23 [2021-05-03T10:50:23.165Z] #58 3.446 + case "$1" in
10:50:23 [2021-05-03T10:50:23.165Z] #58 3.446 + export CGO_ENABLED=0
10:50:23 [2021-05-03T10:50:23.165Z] #58 3.446 + CGO_ENABLED=0
10:50:23 [2021-05-03T10:50:23.165Z] #58 3.446 + _install_rootlesskit
10:50:23 [2021-05-03T10:50:23.165Z] #58 3.447 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778'
10:50:23 [2021-05-03T10:50:23.165Z] #58 3.447 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.lg4uFIxpfs/src/github.com/rootless-containers/rootlesskit
10:50:23 [2021-05-03T10:50:23.165Z] #58 3.450 Cloning into '/tmp/tmp.lg4uFIxpfs/src/github.com/rootless-containers/rootlesskit'...
10:50:23 [2021-05-03T10:50:23.165Z] #58 3.457 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778
10:50:23 [2021-05-03T10:50:23.165Z] #58 5.262 + cd /tmp/tmp.lg4uFIxpfs/src/github.com/rootless-containers/rootlesskit
10:50:23 [2021-05-03T10:50:23.165Z] #58 5.262 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778
10:50:23 [2021-05-03T10:50:23.165Z] #58 5.322 + export GO111MODULE=on
10:50:23 [2021-05-03T10:50:23.165Z] #58 5.322 + GO111MODULE=on
10:50:23 [2021-05-03T10:50:23.165Z] #58 5.322 + export GOPROXY=https://proxy.golang.org
10:50:23 [2021-05-03T10:50:23.165Z] #58 5.322 + GOPROXY=https://proxy.golang.org
10:50:23 [2021-05-03T10:50:23.165Z] #58 5.322 + for f in rootlesskit rootlesskit-docker-proxy
10:50:23 [2021-05-03T10:50:23.165Z] #58 5.322 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
10:50:23 [2021-05-03T10:50:23.165Z] #58 7.951 go: downloading github.com/pkg/errors v0.9.1
10:50:23 [2021-05-03T10:50:23.165Z] #58 8.001 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
10:50:23 [2021-05-03T10:50:23.165Z] #58 8.012 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
10:50:23 [2021-05-03T10:50:23.165Z] #58 8.082 go: downloading github.com/gorilla/mux v1.8.0
10:50:23 [2021-05-03T10:50:23.165Z] #58 8.083 go: downloading github.com/moby/vpnkit v0.5.0
10:50:23 [2021-05-03T10:50:23.165Z] #58 8.230 go: extracting github.com/pkg/errors v0.9.1
10:50:23 [2021-05-03T10:50:23.165Z] #58 8.485 go: downloading github.com/moby/sys/mountinfo v0.4.1
10:50:23 [2021-05-03T10:50:23.165Z] #58 8.550 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
10:50:23 [2021-05-03T10:50:23.165Z] #58 8.563 go: downloading github.com/sirupsen/logrus v1.8.1
10:50:23 [2021-05-03T10:50:23.165Z] #58 8.722 go: downloading github.com/gofrs/flock v0.8.0
10:50:23 [2021-05-03T10:50:23.165Z] #58 8.767 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
10:50:23 [2021-05-03T10:50:23.165Z] #58 8.809 go: downloading github.com/google/uuid v1.2.0
10:50:23 [2021-05-03T10:50:23.165Z] #58 8.879 go: extracting github.com/moby/sys/mountinfo v0.4.1
10:50:23 [2021-05-03T10:50:23.165Z] #58 9.107 go: extracting github.com/google/uuid v1.2.0
10:50:23 [2021-05-03T10:50:23.165Z] #58 9.278 go: extracting github.com/gofrs/flock v0.8.0
10:50:23 [2021-05-03T10:50:23.165Z] #58 9.311 go: downloading github.com/urfave/cli/v2 v2.3.0
10:50:23 [2021-05-03T10:50:23.165Z] #58 9.313 go: extracting github.com/gorilla/mux v1.8.0
10:50:23 [2021-05-03T10:50:23.165Z] #58 9.562 go: extracting github.com/sirupsen/logrus v1.8.1
10:50:23 [2021-05-03T10:50:23.165Z] #58 10.01 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
10:50:23 [2021-05-03T10:50:23.165Z] #58 ...
10:50:23 [2021-05-03T10:50:23.165Z] 
10:50:23 [2021-05-03T10:50:23.165Z] #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
10:50:23 [2021-05-03T10:50:23.165Z] #55 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb
10:50:23 [2021-05-03T10:50:23.165Z] #55 5.533 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
10:50:23 [2021-05-03T10:50:23.165Z] #55 5.571 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
10:50:23 [2021-05-03T10:50:23.165Z] #55 5.584 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
10:50:23 [2021-05-03T10:50:23.165Z] #55 6.351 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB]
10:50:23 [2021-05-03T10:50:23.165Z] #55 7.432 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [280 kB]
10:50:23 [2021-05-03T10:50:23.165Z] #55 9.171 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [10.8 kB]
10:50:23 [2021-05-03T10:50:23.383Z] #13 108.0 Selecting previously unselected package libbtrfs-dev.
10:50:23 [2021-05-03T10:50:23.393Z] #13 ...
10:50:23 [2021-05-03T10:50:23.393Z] 
10:50:23 [2021-05-03T10:50:23.393Z] #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
10:50:23 [2021-05-03T10:50:23.393Z] #37 sha256:f064e956b8ac429f87127a1f6c19e7052c6ca55245004f50874c5060b3128f76
10:50:23 [2021-05-03T10:50:23.393Z] #37 6.277 -- Detecting C compile features - done
10:50:23 [2021-05-03T10:50:23.393Z] #37 6.327 -- Performing Test HAS_BUILTIN_FORTIFY
10:50:23 [2021-05-03T10:50:23.428Z] #55 ...
10:50:23 [2021-05-03T10:50:23.428Z] 
10:50:23 [2021-05-03T10:50:23.428Z] #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
10:50:23 [2021-05-03T10:50:23.428Z] #45 sha256:26d463812ae3beab4d7f1f93e06732e330a4d8d816feedf46b9897c7fedb194d
10:50:23 [2021-05-03T10:50:23.428Z] #45 4.515 + RM_GOPATH=0
10:50:23 [2021-05-03T10:50:23.429Z] #45 4.515 + TMP_GOPATH=
10:50:23 [2021-05-03T10:50:23.429Z] #45 4.515 + : /build
10:50:23 [2021-05-03T10:50:23.429Z] #45 4.515 + '[' -z '' ']'
10:50:23 [2021-05-03T10:50:23.429Z] #45 4.515 ++ mktemp -d
10:50:23 [2021-05-03T10:50:23.429Z] #45 4.515 + export GOPATH=/tmp/tmp.THzxDIYbko
10:50:23 [2021-05-03T10:50:23.429Z] #45 4.515 + GOPATH=/tmp/tmp.THzxDIYbko
10:50:23 [2021-05-03T10:50:23.429Z] #45 4.515 + RM_GOPATH=1
10:50:23 [2021-05-03T10:50:23.429Z] #45 4.515 + case "$(go env GOARCH)" in
10:50:23 [2021-05-03T10:50:23.429Z] #45 4.515 ++ go env GOARCH
10:50:23 [2021-05-03T10:50:23.429Z] #45 4.558 + export GO_BUILDMODE=-buildmode=pie
10:50:23 [2021-05-03T10:50:23.429Z] #45 4.558 + GO_BUILDMODE=-buildmode=pie
10:50:23 [2021-05-03T10:50:23.429Z] #45 4.558 ++ dirname /tmp/install/install.sh
10:50:23 [2021-05-03T10:50:23.429Z] #45 4.558 + dir=/tmp/install
10:50:23 [2021-05-03T10:50:23.429Z] #45 4.558 + bin=vndr
10:50:23 [2021-05-03T10:50:23.429Z] #45 4.558 + shift
10:50:23 [2021-05-03T10:50:23.429Z] #45 4.558 + '[' '!' -f /tmp/install/vndr.installer ']'
10:50:23 [2021-05-03T10:50:23.429Z] #45 4.558 + . /tmp/install/vndr.installer
10:50:23 [2021-05-03T10:50:23.429Z] #45 4.558 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
10:50:23 [2021-05-03T10:50:23.429Z] #45 4.558 + install_vndr
10:50:23 [2021-05-03T10:50:23.429Z] #45 4.558 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
10:50:23 [2021-05-03T10:50:23.429Z] #45 4.558 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
10:50:23 [2021-05-03T10:50:23.429Z] #45 4.559 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.THzxDIYbko/src/github.com/LK4D4/vndr
10:50:23 [2021-05-03T10:50:23.429Z] #45 4.578 Cloning into '/tmp/tmp.THzxDIYbko/src/github.com/LK4D4/vndr'...
10:50:23 [2021-05-03T10:50:23.429Z] #45 5.273 + cd /tmp/tmp.THzxDIYbko/src/github.com/LK4D4/vndr
10:50:23 [2021-05-03T10:50:23.429Z] #45 5.273 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
10:50:23 [2021-05-03T10:50:23.429Z] #45 5.321 + go build -buildmode=pie -v -o /build/vndr .
10:50:23 [2021-05-03T10:50:23.429Z] #45 6.203 runtime/internal/sys
10:50:23 [2021-05-03T10:50:23.429Z] #45 6.249 internal/cpu
10:50:23 [2021-05-03T10:50:23.429Z] #45 6.270 internal/race
10:50:23 [2021-05-03T10:50:23.429Z] #45 6.363 runtime/internal/atomic
10:50:23 [2021-05-03T10:50:23.429Z] #45 6.423 sync/atomic
10:50:23 [2021-05-03T10:50:23.429Z] #45 6.689 runtime/internal/math
10:50:23 [2021-05-03T10:50:23.429Z] #45 6.864 unicode
10:50:23 [2021-05-03T10:50:23.429Z] #45 6.939 internal/bytealg
10:50:23 [2021-05-03T10:50:23.429Z] #45 7.120 unicode/utf8
10:50:23 [2021-05-03T10:50:23.429Z] #45 7.154 math/bits
10:50:23 [2021-05-03T10:50:23.429Z] #45 7.760 internal/testlog
10:50:23 [2021-05-03T10:50:23.429Z] #45 7.854 math
10:50:23 [2021-05-03T10:50:23.429Z] #45 8.452 encoding
10:50:23 [2021-05-03T10:50:23.429Z] #45 8.751 unicode/utf16
10:50:23 [2021-05-03T10:50:23.429Z] #45 8.910 runtime
10:50:23 [2021-05-03T10:50:23.429Z] #45 9.281 container/list
10:50:23 [2021-05-03T10:50:23.429Z] #45 10.33 crypto/internal/subtle
10:50:23 [2021-05-03T10:50:23.429Z] #45 10.50 crypto/subtle
10:50:23 [2021-05-03T10:50:23.429Z] #45 10.66 vendor/golang.org/x/crypto/cryptobyte/asn1
10:50:23 [2021-05-03T10:50:23.429Z] #45 ...
10:50:23 [2021-05-03T10:50:23.429Z] 
10:50:23 [2021-05-03T10:50:23.429Z] #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
10:50:23 [2021-05-03T10:50:23.429Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9
10:50:23 [2021-05-03T10:50:23.429Z] #36 5.874 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
10:50:23 [2021-05-03T10:50:23.429Z] #36 5.898 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
10:50:23 [2021-05-03T10:50:23.429Z] #36 5.906 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
10:50:23 [2021-05-03T10:50:23.429Z] #36 6.813 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB]
10:50:23 [2021-05-03T10:50:23.429Z] #36 7.943 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [280 kB]
10:50:23 [2021-05-03T10:50:23.429Z] #36 10.04 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [10.8 kB]
10:50:23 [2021-05-03T10:50:23.470Z] INFO: Extraction ended at 05/03/2021 10:50:22. Duration:00:00:23.3101419
10:50:23 [2021-05-03T10:50:23.470Z] INFO: Updating the golang and path environment variables
10:50:23 [2021-05-03T10:50:23.470Z] INFO: GOPATH=d:\gopath
10:50:23 [2021-05-03T10:50:23.470Z] INFO: go version go1.13.15 windows/amd64
10:50:23 [2021-05-03T10:50:23.470Z] INFO: Running the daemon under test in debug mode
10:50:23 [2021-05-03T10:50:23.470Z] INFO: Starting a daemon under test...
10:50:23 [2021-05-03T10:50:23.470Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42329\2\daemon --pidfile d:\CI\PR-42329\2\docker.pid -D
10:50:23 [2021-05-03T10:50:23.470Z] INFO: Process started successfully.
10:50:23 [2021-05-03T10:50:23.470Z] INFO: Start tailing logs of the daemon under tests
10:50:23 [2021-05-03T10:50:23.470Z] INFO: Waiting for the daemon under test to start...
10:50:23 [2021-05-03T10:50:23.644Z] #13 108.0 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
10:50:23 [2021-05-03T10:50:23.644Z] #13 108.0 Unpacking libbtrfs-dev (4.20.1-2) ...
10:50:23 [2021-05-03T10:50:23.644Z] #13 108.2 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
10:50:23 [2021-05-03T10:50:23.644Z] #13 108.2 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
10:50:23 [2021-05-03T10:50:23.644Z] #13 108.2 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
10:50:23 [2021-05-03T10:50:23.707Z] #36 ...
10:50:23 [2021-05-03T10:50:23.707Z] 
10:50:23 [2021-05-03T10:50:23.707Z] #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
10:50:23 [2021-05-03T10:50:23.707Z] #40 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926
10:50:23 [2021-05-03T10:50:23.707Z] #40 4.545 + git clone https://github.com/docker/distribution.git .
10:50:23 [2021-05-03T10:50:23.707Z] #40 4.547 Cloning into '.'...
10:50:23 [2021-05-03T10:50:23.707Z] #40 ...
10:50:23 [2021-05-03T10:50:23.707Z] 
10:50:23 [2021-05-03T10:50:23.707Z] #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
10:50:23 [2021-05-03T10:50:23.707Z] #51 sha256:e1d67f2413b11f5d2310673052745299db75963402f39e16f7a2395d04781d01
10:50:23 [2021-05-03T10:50:23.707Z] #51 5.628 + RM_GOPATH=0
10:50:23 [2021-05-03T10:50:23.707Z] #51 5.628 + TMP_GOPATH=
10:50:23 [2021-05-03T10:50:23.707Z] #51 5.628 + : /build
10:50:23 [2021-05-03T10:50:23.707Z] #51 5.628 + '[' -z '' ']'
10:50:23 [2021-05-03T10:50:23.707Z] #51 5.629 ++ mktemp -d
10:50:23 [2021-05-03T10:50:23.707Z] #51 5.631 + export GOPATH=/tmp/tmp.4YzHKGIQxW
10:50:23 [2021-05-03T10:50:23.707Z] #51 5.632 + GOPATH=/tmp/tmp.4YzHKGIQxW
10:50:23 [2021-05-03T10:50:23.707Z] #51 5.632 + RM_GOPATH=1
10:50:23 [2021-05-03T10:50:23.707Z] #51 5.633 + case "$(go env GOARCH)" in
10:50:23 [2021-05-03T10:50:23.707Z] #51 5.634 ++ go env GOARCH
10:50:23 [2021-05-03T10:50:23.707Z] #51 5.645 + export GO_BUILDMODE=-buildmode=pie
10:50:23 [2021-05-03T10:50:23.707Z] #51 5.646 + GO_BUILDMODE=-buildmode=pie
10:50:23 [2021-05-03T10:50:23.707Z] #51 5.652 ++ dirname /tmp/install/install.sh
10:50:23 [2021-05-03T10:50:23.707Z] #51 5.654 + dir=/tmp/install
10:50:23 [2021-05-03T10:50:23.707Z] #51 5.654 + bin=shfmt
10:50:23 [2021-05-03T10:50:23.707Z] #51 5.655 + shift
10:50:23 [2021-05-03T10:50:23.707Z] #51 5.655 + '[' '!' -f /tmp/install/shfmt.installer ']'
10:50:23 [2021-05-03T10:50:23.707Z] #51 5.656 + . /tmp/install/shfmt.installer
10:50:23 [2021-05-03T10:50:23.707Z] #51 5.656 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
10:50:23 [2021-05-03T10:50:23.707Z] #51 5.657 + install_shfmt
10:50:23 [2021-05-03T10:50:23.707Z] #51 5.658 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
10:50:23 [2021-05-03T10:50:23.707Z] #51 5.658 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
10:50:23 [2021-05-03T10:50:23.707Z] #51 5.658 + git clone https://github.com/mvdan/sh.git /tmp/tmp.4YzHKGIQxW/src/github.com/mvdan/sh
10:50:23 [2021-05-03T10:50:23.707Z] #51 5.662 Cloning into '/tmp/tmp.4YzHKGIQxW/src/github.com/mvdan/sh'...
10:50:23 [2021-05-03T10:50:23.905Z] #13 108.3 Selecting previously unselected package libudev-dev:amd64.
10:50:23 [2021-05-03T10:50:23.905Z] #13 108.3 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ...
10:50:23 [2021-05-03T10:50:23.905Z] #13 108.3 Unpacking libudev-dev:amd64 (241-7~deb10u7) ...
10:50:23 [2021-05-03T10:50:23.905Z] #13 108.5 Selecting previously unselected package libsepol1-dev:amd64.
10:50:23 [2021-05-03T10:50:23.905Z] #13 108.5 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
10:50:23 [2021-05-03T10:50:23.905Z] #13 ...
10:50:23 [2021-05-03T10:50:23.905Z] 
10:50:23 [2021-05-03T10:50:23.905Z] #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
10:50:23 [2021-05-03T10:50:23.905Z] #45 sha256:3c300042d3325d05ae0fd5f6c25145d6aaf7594723399bc80e89aa7cb3b81cad
10:50:23 [2021-05-03T10:50:23.905Z] #45 101.1 vendor/golang.org/x/net/idna
10:50:23 [2021-05-03T10:50:23.905Z] #45 103.3 vendor/golang.org/x/net/http2/hpack
10:50:23 [2021-05-03T10:50:23.905Z] #45 104.3 mime
10:50:23 [2021-05-03T10:50:23.905Z] #45 106.2 mime/quotedprintable
10:50:23 [2021-05-03T10:50:23.905Z] #45 106.5 net/http/internal
10:50:23 [2021-05-03T10:50:23.905Z] #45 109.0 crypto/tls
10:50:23 [2021-05-03T10:50:23.956Z] #37 6.682 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
10:50:23 [2021-05-03T10:50:23.979Z] #51 ...
10:50:23 [2021-05-03T10:50:23.979Z] 
10:50:23 [2021-05-03T10:50:23.979Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer         . /tmp/install/tomll.installer && PREFIX=/build install_tomll
10:50:23 [2021-05-03T10:50:23.979Z] #34 sha256:ba118bcc635c820576d5bcb3e29808acecc8fdb4c42490cb675722d3759b42b9
10:50:23 [2021-05-03T10:50:23.979Z] #34 4.728 Install go-toml version v1.8.1
10:50:23 [2021-05-03T10:50:23.979Z] #34 4.758 go: finding github.com v1.8.1
10:50:23 [2021-05-03T10:50:23.979Z] #34 4.761 go: finding github.com/pelletier/go-toml v1.8.1
10:50:23 [2021-05-03T10:50:23.979Z] #34 4.761 go: finding github.com/pelletier/go-toml/cmd/tomll v1.8.1
10:50:23 [2021-05-03T10:50:23.979Z] #34 4.761 go: finding github.com/pelletier v1.8.1
10:50:23 [2021-05-03T10:50:23.979Z] #34 4.770 go: finding github.com/pelletier/go-toml/cmd v1.8.1
10:50:23 [2021-05-03T10:50:23.979Z] #34 5.704 go: downloading github.com/pelletier/go-toml v1.8.1
10:50:23 [2021-05-03T10:50:23.979Z] #34 6.174 go: extracting github.com/pelletier/go-toml v1.8.1
10:50:23 [2021-05-03T10:50:23.979Z] #34 8.147 github.com/pelletier/go-toml
10:50:23 [2021-05-03T10:50:23.979Z] #34 ...
10:50:23 [2021-05-03T10:50:23.979Z] 
10:50:23 [2021-05-03T10:50:23.979Z] #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
10:50:23 [2021-05-03T10:50:23.979Z] #67 sha256:d3e2694ea0d9304327d45f6229cd8635cf2e4068ce2e4fba77e6ae9961852539
10:50:23 [2021-05-03T10:50:23.979Z] #67 3.609 + RM_GOPATH=0
10:50:23 [2021-05-03T10:50:23.979Z] #67 3.609 + TMP_GOPATH=
10:50:23 [2021-05-03T10:50:23.979Z] #67 3.609 + : /build
10:50:23 [2021-05-03T10:50:23.979Z] #67 3.609 + '[' -z '' ']'
10:50:23 [2021-05-03T10:50:23.979Z] #67 3.610 ++ mktemp -d
10:50:23 [2021-05-03T10:50:23.979Z] #67 3.617 + export GOPATH=/tmp/tmp.cFECYUBbOY
10:50:23 [2021-05-03T10:50:23.979Z] #67 3.617 + GOPATH=/tmp/tmp.cFECYUBbOY
10:50:23 [2021-05-03T10:50:23.979Z] #67 3.617 + RM_GOPATH=1
10:50:23 [2021-05-03T10:50:23.979Z] #67 3.617 + case "$(go env GOARCH)" in
10:50:23 [2021-05-03T10:50:23.979Z] #67 3.621 ++ go env GOARCH
10:50:23 [2021-05-03T10:50:23.979Z] #67 3.633 + export GO_BUILDMODE=-buildmode=pie
10:50:23 [2021-05-03T10:50:23.979Z] #67 3.633 + GO_BUILDMODE=-buildmode=pie
10:50:23 [2021-05-03T10:50:23.979Z] #67 3.636 ++ dirname /tmp/install/install.sh
10:50:23 [2021-05-03T10:50:23.979Z] #67 3.640 Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46
10:50:23 [2021-05-03T10:50:23.979Z] #67 3.641 + dir=/tmp/install
10:50:23 [2021-05-03T10:50:23.979Z] #67 3.641 + bin=proxy
10:50:23 [2021-05-03T10:50:23.979Z] #67 3.641 + shift
10:50:23 [2021-05-03T10:50:23.979Z] #67 3.641 + '[' '!' -f /tmp/install/proxy.installer ']'
10:50:23 [2021-05-03T10:50:23.979Z] #67 3.641 + . /tmp/install/proxy.installer
10:50:23 [2021-05-03T10:50:23.979Z] #67 3.641 ++ : b3507428be5b458cb0e2b4086b13531fb0706e46
10:50:23 [2021-05-03T10:50:23.979Z] #67 3.641 + install_proxy
10:50:23 [2021-05-03T10:50:23.979Z] #67 3.641 + case "$1" in
10:50:23 [2021-05-03T10:50:23.979Z] #67 3.641 + export CGO_ENABLED=0
10:50:23 [2021-05-03T10:50:23.979Z] #67 3.641 + CGO_ENABLED=0
10:50:23 [2021-05-03T10:50:23.979Z] #67 3.641 + _install_proxy
10:50:23 [2021-05-03T10:50:23.979Z] #67 3.641 + echo 'Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46'
10:50:23 [2021-05-03T10:50:23.979Z] #67 3.641 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.cFECYUBbOY/src/github.com/docker/libnetwork
10:50:23 [2021-05-03T10:50:23.979Z] #67 3.646 Cloning into '/tmp/tmp.cFECYUBbOY/src/github.com/docker/libnetwork'...
10:50:24 [2021-05-03T10:50:24.166Z] #45 ...
10:50:24 [2021-05-03T10:50:24.166Z] 
10:50:24 [2021-05-03T10:50:24.166Z] #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
10:50:24 [2021-05-03T10:50:24.166Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:50:24 [2021-05-03T10:50:24.166Z] #13 108.5 Unpacking libsepol1-dev:amd64 (2.8-1) ...
10:50:24 [2021-05-03T10:50:24.212Z] #37 6.842 -- Configuring done
10:50:24 [2021-05-03T10:50:24.212Z] #37 6.863 -- Generating done
10:50:24 [2021-05-03T10:50:24.212Z] #37 6.871 -- Build files have been written to: /tmp/tmp.uTyHlRUYNW/tini
10:50:24 [2021-05-03T10:50:24.212Z] #37 6.878 + make tini-static
10:50:24 [2021-05-03T10:50:24.246Z] #67 ...
10:50:24 [2021-05-03T10:50:24.246Z] 
10:50:24 [2021-05-03T10:50:24.246Z] #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
10:50:24 [2021-05-03T10:50:24.246Z] #24 sha256:d8c1fb038e263bd253b4507910bb06f19bd6efaa2560290b740fc4c88428d428
10:50:24 [2021-05-03T10:50:24.246Z] #24 5.366 + RM_GOPATH=0
10:50:24 [2021-05-03T10:50:24.246Z] #24 5.366 + TMP_GOPATH=
10:50:24 [2021-05-03T10:50:24.246Z] #24 5.366 + : /build
10:50:24 [2021-05-03T10:50:24.246Z] #24 5.366 + '[' -z '' ']'
10:50:24 [2021-05-03T10:50:24.246Z] #24 5.366 ++ mktemp -d
10:50:24 [2021-05-03T10:50:24.246Z] #24 5.370 + export GOPATH=/tmp/tmp.ZuBg1Y0r0I
10:50:24 [2021-05-03T10:50:24.246Z] #24 5.370 + GOPATH=/tmp/tmp.ZuBg1Y0r0I
10:50:24 [2021-05-03T10:50:24.246Z] #24 5.370 + RM_GOPATH=1
10:50:24 [2021-05-03T10:50:24.246Z] #24 5.370 + case "$(go env GOARCH)" in
10:50:24 [2021-05-03T10:50:24.246Z] #24 5.370 ++ go env GOARCH
10:50:24 [2021-05-03T10:50:24.246Z] #24 5.416 Install docker/cli version 17.06.2-ce from stable
10:50:24 [2021-05-03T10:50:24.246Z] #24 5.416 + export GO_BUILDMODE=-buildmode=pie
10:50:24 [2021-05-03T10:50:24.246Z] #24 5.416 + GO_BUILDMODE=-buildmode=pie
10:50:24 [2021-05-03T10:50:24.246Z] #24 5.416 ++ dirname /tmp/install/install.sh
10:50:24 [2021-05-03T10:50:24.246Z] #24 5.416 + dir=/tmp/install
10:50:24 [2021-05-03T10:50:24.246Z] #24 5.416 + bin=dockercli
10:50:24 [2021-05-03T10:50:24.246Z] #24 5.416 + shift
10:50:24 [2021-05-03T10:50:24.246Z] #24 5.416 + '[' '!' -f /tmp/install/dockercli.installer ']'
10:50:24 [2021-05-03T10:50:24.246Z] #24 5.416 + . /tmp/install/dockercli.installer
10:50:24 [2021-05-03T10:50:24.246Z] #24 5.416 ++ : stable
10:50:24 [2021-05-03T10:50:24.246Z] #24 5.416 ++ : 17.06.2-ce
10:50:24 [2021-05-03T10:50:24.246Z] #24 5.416 + install_dockercli
10:50:24 [2021-05-03T10:50:24.246Z] #24 5.416 + echo 'Install docker/cli version 17.06.2-ce from stable'
10:50:24 [2021-05-03T10:50:24.246Z] #24 5.417 ++ uname -m
10:50:24 [2021-05-03T10:50:24.246Z] #24 5.422 + arch=aarch64
10:50:24 [2021-05-03T10:50:24.246Z] #24 5.422 + '[' aarch64 '!=' x86_64 ']'
10:50:24 [2021-05-03T10:50:24.246Z] #24 5.422 + '[' aarch64 '!=' s390x ']'
10:50:24 [2021-05-03T10:50:24.246Z] #24 5.422 + '[' aarch64 '!=' armhf ']'
10:50:24 [2021-05-03T10:50:24.246Z] #24 5.422 + build_dockercli
10:50:24 [2021-05-03T10:50:24.246Z] #24 5.422 + git clone https://github.com/docker/docker-ce /tmp/tmp.ZuBg1Y0r0I/tmp/docker-ce
10:50:24 [2021-05-03T10:50:24.246Z] #24 5.424 Cloning into '/tmp/tmp.ZuBg1Y0r0I/tmp/docker-ce'...
10:50:24 [2021-05-03T10:50:24.246Z] #24 ...
10:50:24 [2021-05-03T10:50:24.246Z] 
10:50:24 [2021-05-03T10:50:24.247Z] #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
10:50:24 [2021-05-03T10:50:24.247Z] #32 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805
10:50:24 [2021-05-03T10:50:24.247Z] #32 4.837 + git clone https://github.com/kolyshkin/go-swagger.git .
10:50:24 [2021-05-03T10:50:24.247Z] #32 4.837 Cloning into '.'...
10:50:24 [2021-05-03T10:50:24.426Z] #13 108.9 Selecting previously unselected package libpcre16-3:amd64.
10:50:24 [2021-05-03T10:50:24.426Z] #13 108.9 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
10:50:24 [2021-05-03T10:50:24.426Z] #13 108.9 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
10:50:24 [2021-05-03T10:50:24.426Z] #13 109.1 Selecting previously unselected package libpcre32-3:amd64.
10:50:24 [2021-05-03T10:50:24.469Z] #37 7.246 Scanning dependencies of target tini-static
10:50:24 [2021-05-03T10:50:24.469Z] #37 7.310 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
10:50:24 [2021-05-03T10:50:24.510Z] #32 ...
10:50:24 [2021-05-03T10:50:24.510Z] 
10:50:24 [2021-05-03T10:50:24.510Z] #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
10:50:24 [2021-05-03T10:50:24.510Z] #47 sha256:57aed46fde1721b1d22bd0f1d64cf064d2f4f9ab7088464589ae4a0f5b2e865d
10:50:24 [2021-05-03T10:50:24.510Z] #47 4.239 + RM_GOPATH=0
10:50:24 [2021-05-03T10:50:24.510Z] #47 4.239 + TMP_GOPATH=
10:50:24 [2021-05-03T10:50:24.510Z] #47 4.239 + : /build
10:50:24 [2021-05-03T10:50:24.510Z] #47 4.239 + '[' -z '' ']'
10:50:24 [2021-05-03T10:50:24.510Z] #47 4.243 ++ mktemp -d
10:50:24 [2021-05-03T10:50:24.510Z] #47 4.243 + export GOPATH=/tmp/tmp.AYBR3tsd57
10:50:24 [2021-05-03T10:50:24.510Z] #47 4.243 + GOPATH=/tmp/tmp.AYBR3tsd57
10:50:24 [2021-05-03T10:50:24.510Z] #47 4.243 + RM_GOPATH=1
10:50:24 [2021-05-03T10:50:24.510Z] #47 4.243 + case "$(go env GOARCH)" in
10:50:24 [2021-05-03T10:50:24.510Z] #47 4.249 ++ go env GOARCH
10:50:24 [2021-05-03T10:50:24.510Z] #47 4.312 + export GO_BUILDMODE=-buildmode=pie
10:50:24 [2021-05-03T10:50:24.510Z] #47 4.312 + GO_BUILDMODE=-buildmode=pie
10:50:24 [2021-05-03T10:50:24.510Z] #47 4.322 ++ dirname /tmp/install/install.sh
10:50:24 [2021-05-03T10:50:24.510Z] #47 4.322 + dir=/tmp/install
10:50:24 [2021-05-03T10:50:24.510Z] #47 4.322 + bin=gotestsum
10:50:24 [2021-05-03T10:50:24.510Z] #47 4.322 + shift
10:50:24 [2021-05-03T10:50:24.510Z] #47 4.322 + '[' '!' -f /tmp/install/gotestsum.installer ']'
10:50:24 [2021-05-03T10:50:24.510Z] #47 4.322 + . /tmp/install/gotestsum.installer
10:50:24 [2021-05-03T10:50:24.510Z] #47 4.322 ++ : v0.5.3
10:50:24 [2021-05-03T10:50:24.510Z] #47 4.322 + install_gotestsum
10:50:24 [2021-05-03T10:50:24.510Z] #47 4.322 + set -e
10:50:24 [2021-05-03T10:50:24.510Z] #47 4.322 + export GO111MODULE=on
10:50:24 [2021-05-03T10:50:24.510Z] #47 4.322 + GO111MODULE=on
10:50:24 [2021-05-03T10:50:24.510Z] #47 4.322 + GOBIN=/build
10:50:24 [2021-05-03T10:50:24.510Z] #47 4.322 + go get gotest.tools/gotestsum@v0.5.3
10:50:24 [2021-05-03T10:50:24.510Z] #47 4.398 go: finding gotest.tools/gotestsum v0.5.3
10:50:24 [2021-05-03T10:50:24.510Z] #47 4.398 go: finding gotest.tools v0.5.3
10:50:24 [2021-05-03T10:50:24.510Z] #47 5.263 go: downloading gotest.tools/gotestsum v0.5.3
10:50:24 [2021-05-03T10:50:24.510Z] #47 5.954 go: extracting gotest.tools/gotestsum v0.5.3
10:50:24 [2021-05-03T10:50:24.510Z] #47 6.778 go: downloading github.com/fatih/color v1.9.0
10:50:24 [2021-05-03T10:50:24.510Z] #47 6.795 go: downloading github.com/spf13/pflag v1.0.3
10:50:24 [2021-05-03T10:50:24.510Z] #47 6.799 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
10:50:24 [2021-05-03T10:50:24.510Z] #47 6.950 go: downloading github.com/pkg/errors v0.9.1
10:50:24 [2021-05-03T10:50:24.510Z] #47 6.961 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
10:50:24 [2021-05-03T10:50:24.510Z] #47 6.968 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
10:50:24 [2021-05-03T10:50:24.510Z] #47 7.044 go: downloading github.com/jonboulle/clockwork v0.1.0
10:50:24 [2021-05-03T10:50:24.510Z] #47 7.237 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
10:50:24 [2021-05-03T10:50:24.510Z] #47 7.250 go: extracting github.com/fatih/color v1.9.0
10:50:24 [2021-05-03T10:50:24.510Z] #47 7.369 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
10:50:24 [2021-05-03T10:50:24.510Z] #47 7.415 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
10:50:24 [2021-05-03T10:50:24.510Z] #47 7.493 go: downloading github.com/mattn/go-colorable v0.1.6
10:50:24 [2021-05-03T10:50:24.510Z] #47 7.605 go: downloading github.com/mattn/go-isatty v0.0.12
10:50:24 [2021-05-03T10:50:24.510Z] #47 7.680 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
10:50:24 [2021-05-03T10:50:24.510Z] #47 7.703 go: extracting github.com/spf13/pflag v1.0.3
10:50:24 [2021-05-03T10:50:24.510Z] #47 7.733 go: extracting github.com/pkg/errors v0.9.1
10:50:24 [2021-05-03T10:50:24.510Z] #47 7.748 go: extracting github.com/jonboulle/clockwork v0.1.0
10:50:24 [2021-05-03T10:50:24.510Z] #47 7.921 go: extracting github.com/mattn/go-isatty v0.0.12
10:50:24 [2021-05-03T10:50:24.510Z] #47 7.976 go: extracting github.com/mattn/go-colorable v0.1.6
10:50:24 [2021-05-03T10:50:24.510Z] #47 8.839 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
10:50:24 [2021-05-03T10:50:24.510Z] #47 9.678 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
10:50:24 [2021-05-03T10:50:24.510Z] #47 11.13 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
10:50:24 [2021-05-03T10:50:24.510Z] #47 ...
10:50:24 [2021-05-03T10:50:24.510Z] 
10:50:24 [2021-05-03T10:50:24.510Z] #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
10:50:24 [2021-05-03T10:50:24.510Z] #58 sha256:50814f4f3fefb88e33d481f2b34a6af78a66edf70dcb2149319be0f26d624354
10:50:24 [2021-05-03T10:50:24.510Z] #58 11.05 go: extracting github.com/moby/vpnkit v0.5.0
10:50:24 [2021-05-03T10:50:24.510Z] #58 11.79 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
10:50:24 [2021-05-03T10:50:24.510Z] #58 11.88 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
10:50:24 [2021-05-03T10:50:24.686Z] #13 109.1 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
10:50:24 [2021-05-03T10:50:24.686Z] #13 109.1 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
10:50:24 [2021-05-03T10:50:24.686Z] #13 109.3 Selecting previously unselected package libpcrecpp0v5:amd64.
10:50:24 [2021-05-03T10:50:24.686Z] #13 109.3 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
10:50:24 [2021-05-03T10:50:24.686Z] #13 109.3 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
10:50:24 [2021-05-03T10:50:24.776Z] #58 11.92 go: downloading github.com/u-root/u-root v7.0.0+incompatible
10:50:24 [2021-05-03T10:50:24.946Z] #13 109.4 Selecting previously unselected package libpcre3-dev:amd64.
10:50:24 [2021-05-03T10:50:24.946Z] #13 109.4 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
10:50:24 [2021-05-03T10:50:24.946Z] #13 109.4 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
10:50:25 [2021-05-03T10:50:25.353Z] #58 12.50 go: extracting github.com/urfave/cli/v2 v2.3.0
10:50:25 [2021-05-03T10:50:25.518Z] #13 109.9 Selecting previously unselected package libselinux1-dev:amd64.
10:50:25 [2021-05-03T10:50:25.518Z] #13 109.9 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
10:50:25 [2021-05-03T10:50:25.518Z] #13 110.0 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
10:50:25 [2021-05-03T10:50:25.518Z] #13 110.2 Selecting previously unselected package libdevmapper-dev:amd64.
10:50:25 [2021-05-03T10:50:25.563Z] #32 ...
10:50:25 [2021-05-03T10:50:25.563Z] 
10:50:25 [2021-05-03T10:50:25.563Z] #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
10:50:25 [2021-05-03T10:50:25.563Z] #56 sha256:0a934dd8f8329695af74c2d9a5fec1023aad1f9c75e0c3435d4a4a325684cbf1
10:50:25 [2021-05-03T10:50:25.563Z] #56 6.738 + RM_GOPATH=0
10:50:25 [2021-05-03T10:50:25.563Z] #56 6.738 + TMP_GOPATH=
10:50:25 [2021-05-03T10:50:25.563Z] #56 6.738 + : /build
10:50:25 [2021-05-03T10:50:25.563Z] #56 6.738 + '[' -z '' ']'
10:50:25 [2021-05-03T10:50:25.563Z] #56 6.738 ++ mktemp -d
10:50:25 [2021-05-03T10:50:25.563Z] #56 6.753 + export GOPATH=/tmp/tmp.dVLz4LN1vk
10:50:25 [2021-05-03T10:50:25.563Z] #56 6.753 + GOPATH=/tmp/tmp.dVLz4LN1vk
10:50:25 [2021-05-03T10:50:25.563Z] #56 6.753 + RM_GOPATH=1
10:50:25 [2021-05-03T10:50:25.563Z] #56 6.753 + case "$(go env GOARCH)" in
10:50:25 [2021-05-03T10:50:25.563Z] #56 6.753 ++ go env GOARCH
10:50:25 [2021-05-03T10:50:25.563Z] #56 6.771 + export GO_BUILDMODE=-buildmode=pie
10:50:25 [2021-05-03T10:50:25.563Z] #56 6.771 + GO_BUILDMODE=-buildmode=pie
10:50:25 [2021-05-03T10:50:25.563Z] #56 6.771 ++ dirname /tmp/install/install.sh
10:50:25 [2021-05-03T10:50:25.563Z] #56 6.776 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
10:50:25 [2021-05-03T10:50:25.563Z] #56 6.781 + dir=/tmp/install
10:50:25 [2021-05-03T10:50:25.563Z] #56 6.781 + bin=containerd
10:50:25 [2021-05-03T10:50:25.563Z] #56 6.781 + shift
10:50:25 [2021-05-03T10:50:25.563Z] #56 6.781 + '[' '!' -f /tmp/install/containerd.installer ']'
10:50:25 [2021-05-03T10:50:25.563Z] #56 6.781 + . /tmp/install/containerd.installer
10:50:25 [2021-05-03T10:50:25.563Z] #56 6.781 ++ set -e
10:50:25 [2021-05-03T10:50:25.563Z] #56 6.781 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
10:50:25 [2021-05-03T10:50:25.563Z] #56 6.781 + install_containerd
10:50:25 [2021-05-03T10:50:25.563Z] #56 6.781 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e'
10:50:25 [2021-05-03T10:50:25.563Z] #56 6.781 + git clone https://github.com/containerd/containerd.git /tmp/tmp.dVLz4LN1vk/src/github.com/containerd/containerd
10:50:25 [2021-05-03T10:50:25.563Z] #56 6.781 Cloning into '/tmp/tmp.dVLz4LN1vk/src/github.com/containerd/containerd'...
10:50:25 [2021-05-03T10:50:25.563Z] #56 ...
10:50:25 [2021-05-03T10:50:25.563Z] 
10:50:25 [2021-05-03T10:50:25.563Z] #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
10:50:25 [2021-05-03T10:50:25.563Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:50:25 [2021-05-03T10:50:25.563Z] #13 45.34 The following NEW packages will be installed:
10:50:25 [2021-05-03T10:50:25.563Z] #13 45.34   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
10:50:25 [2021-05-03T10:50:25.563Z] #13 45.34   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
10:50:25 [2021-05-03T10:50:25.563Z] #13 45.36   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
10:50:25 [2021-05-03T10:50:25.563Z] #13 45.36   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
10:50:25 [2021-05-03T10:50:25.563Z] #13 45.36   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
10:50:25 [2021-05-03T10:50:25.563Z] #13 45.36   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
10:50:25 [2021-05-03T10:50:25.563Z] #13 45.39 The following packages will be upgraded:
10:50:25 [2021-05-03T10:50:25.563Z] #13 45.39   libseccomp2 libsystemd0 libudev1
10:50:25 [2021-05-03T10:50:25.563Z] #13 45.85 3 upgraded, 25 newly installed, 0 to remove and 27 not upgraded.
10:50:25 [2021-05-03T10:50:25.563Z] #13 45.85 Need to get 78.2 MB of archives.
10:50:25 [2021-05-03T10:50:25.563Z] #13 45.85 After this operation, 487 MB of additional disk space will be used.
10:50:25 [2021-05-03T10:50:25.563Z] #13 45.85 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB]
10:50:25 [2021-05-03T10:50:25.563Z] #13 45.85 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB]
10:50:25 [2021-05-03T10:50:25.563Z] #13 45.86 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u7 [332 kB]
10:50:25 [2021-05-03T10:50:25.563Z] #13 45.88 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u7 [151 kB]
10:50:25 [2021-05-03T10:50:25.563Z] #13 45.92 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]
10:50:25 [2021-05-03T10:50:25.563Z] #13 46.17 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]
10:50:25 [2021-05-03T10:50:25.563Z] #13 46.37 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
10:50:25 [2021-05-03T10:50:25.563Z] #13 46.38 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
10:50:25 [2021-05-03T10:50:25.563Z] #13 46.39 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
10:50:25 [2021-05-03T10:50:25.563Z] #13 46.39 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
10:50:25 [2021-05-03T10:50:25.563Z] #13 46.81 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
10:50:25 [2021-05-03T10:50:25.563Z] #13 47.12 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]
10:50:25 [2021-05-03T10:50:25.563Z] #13 47.12 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]
10:50:25 [2021-05-03T10:50:25.563Z] #13 ...
10:50:25 [2021-05-03T10:50:25.563Z] 
10:50:25 [2021-05-03T10:50:25.563Z] #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
10:50:25 [2021-05-03T10:50:25.563Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
10:50:25 [2021-05-03T10:50:25.563Z] #42 44.68 The following NEW packages will be installed:
10:50:25 [2021-05-03T10:50:25.563Z] #42 44.68   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
10:50:25 [2021-05-03T10:50:25.563Z] #42 44.68   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
10:50:25 [2021-05-03T10:50:25.563Z] #42 44.68   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
10:50:25 [2021-05-03T10:50:25.563Z] #42 44.68   python-six zlib1g-dev
10:50:25 [2021-05-03T10:50:25.563Z] #42 45.16 0 upgraded, 17 newly installed, 0 to remove and 29 not upgraded.
10:50:25 [2021-05-03T10:50:25.563Z] #42 45.16 Need to get 4095 kB of archives.
10:50:25 [2021-05-03T10:50:25.563Z] #42 45.16 After this operation, 22.5 MB of additional disk space will be used.
10:50:25 [2021-05-03T10:50:25.563Z] #42 45.16 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB]
10:50:25 [2021-05-03T10:50:25.563Z] #42 45.16 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
10:50:25 [2021-05-03T10:50:25.563Z] #42 45.16 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB]
10:50:25 [2021-05-03T10:50:25.563Z] #42 45.16 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
10:50:25 [2021-05-03T10:50:25.563Z] #42 45.16 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB]
10:50:25 [2021-05-03T10:50:25.563Z] #42 45.16 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
10:50:25 [2021-05-03T10:50:25.563Z] #42 45.16 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB]
10:50:25 [2021-05-03T10:50:25.563Z] #42 45.16 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB]
10:50:25 [2021-05-03T10:50:25.563Z] #42 45.18 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
10:50:25 [2021-05-03T10:50:25.563Z] #42 45.29 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB]
10:50:25 [2021-05-03T10:50:25.563Z] #42 45.29 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB]
10:50:25 [2021-05-03T10:50:25.563Z] #42 45.41 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB]
10:50:25 [2021-05-03T10:50:25.563Z] #42 45.51 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB]
10:50:25 [2021-05-03T10:50:25.563Z] #42 45.51 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB]
10:50:25 [2021-05-03T10:50:25.563Z] #42 45.51 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB]
10:50:25 [2021-05-03T10:50:25.563Z] #42 45.54 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB]
10:50:25 [2021-05-03T10:50:25.564Z] #42 45.54 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB]
10:50:25 [2021-05-03T10:50:25.564Z] #42 46.62 debconf: delaying package configuration, since apt-utils is not installed
10:50:25 [2021-05-03T10:50:25.564Z] #42 46.84 Fetched 4095 kB in 1s (5596 kB/s)
10:50:25 [2021-05-03T10:50:25.564Z] #42 46.99 Selecting previously unselected package libcap-dev:amd64.
10:50:25 [2021-05-03T10:50:25.564Z] #42 46.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.)
10:50:25 [2021-05-03T10:50:25.564Z] #42 47.02 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ...
10:50:25 [2021-05-03T10:50:25.564Z] #42 47.04 Unpacking libcap-dev:amd64 (1:2.25-2) ...
10:50:25 [2021-05-03T10:50:25.564Z] #42 47.21 Selecting previously unselected package libnet1:amd64.
10:50:25 [2021-05-03T10:50:25.564Z] #42 47.21 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
10:50:25 [2021-05-03T10:50:25.564Z] #42 47.22 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
10:50:25 [2021-05-03T10:50:25.564Z] #42 47.37 Selecting previously unselected package libnet1-dev.
10:50:25 [2021-05-03T10:50:25.564Z] #42 47.38 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ...
10:50:25 [2021-05-03T10:50:25.564Z] #42 47.38 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
10:50:25 [2021-05-03T10:50:25.564Z] #42 47.59 Selecting previously unselected package libnl-3-200:amd64.
10:50:25 [2021-05-03T10:50:25.564Z] #42 47.59 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ...
10:50:25 [2021-05-03T10:50:25.564Z] #42 47.59 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
10:50:25 [2021-05-03T10:50:25.564Z] #42 47.71 Selecting previously unselected package libnl-3-dev:amd64.
10:50:25 [2021-05-03T10:50:25.564Z] #42 47.71 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ...
10:50:25 [2021-05-03T10:50:25.564Z] #42 47.72 Unpacking libnl-3-dev:amd64 (3.4.0-1) ...
10:50:25 [2021-05-03T10:50:25.564Z] #42 47.97 Selecting previously unselected package libprotobuf-c1:amd64.
10:50:25 [2021-05-03T10:50:25.564Z] #42 47.97 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
10:50:25 [2021-05-03T10:50:25.564Z] #42 47.97 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
10:50:25 [2021-05-03T10:50:25.564Z] #42 48.11 Selecting previously unselected package libprotobuf-c-dev:amd64.
10:50:25 [2021-05-03T10:50:25.564Z] #42 48.11 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ...
10:50:25 [2021-05-03T10:50:25.564Z] #42 48.11 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
10:50:25 [2021-05-03T10:50:25.564Z] #42 48.24 Selecting previously unselected package zlib1g-dev:amd64.
10:50:25 [2021-05-03T10:50:25.564Z] #42 48.26 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ...
10:50:25 [2021-05-03T10:50:25.564Z] #42 48.26 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
10:50:25 [2021-05-03T10:50:25.564Z] #42 48.53 Selecting previously unselected package libprotobuf17:amd64.
10:50:25 [2021-05-03T10:50:25.564Z] #42 48.56 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ...
10:50:25 [2021-05-03T10:50:25.564Z] #42 48.58 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
10:50:25 [2021-05-03T10:50:25.564Z] #42 49.30 Selecting previously unselected package libprotobuf-lite17:amd64.
10:50:25 [2021-05-03T10:50:25.564Z] #42 49.30 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ...
10:50:25 [2021-05-03T10:50:25.564Z] #42 49.30 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ...
10:50:25 [2021-05-03T10:50:25.564Z] #42 49.59 Selecting previously unselected package libprotobuf-dev:amd64.
10:50:25 [2021-05-03T10:50:25.564Z] #42 49.59 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ...
10:50:25 [2021-05-03T10:50:25.564Z] #42 49.59 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ...
10:50:25 [2021-05-03T10:50:25.564Z] #42 50.78 Selecting previously unselected package libprotoc17:amd64.
10:50:25 [2021-05-03T10:50:25.564Z] #42 50.80 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ...
10:50:25 [2021-05-03T10:50:25.564Z] #42 50.82 Unpacking libprotoc17:amd64 (3.6.1.3-2) ...
10:50:25 [2021-05-03T10:50:25.564Z] #42 51.48 Selecting previously unselected package protobuf-c-compiler.
10:50:25 [2021-05-03T10:50:25.564Z] #42 51.48 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ...
10:50:25 [2021-05-03T10:50:25.564Z] #42 51.51 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
10:50:25 [2021-05-03T10:50:25.564Z] #42 51.64 Selecting previously unselected package protobuf-compiler.
10:50:25 [2021-05-03T10:50:25.564Z] #42 51.64 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ...
10:50:25 [2021-05-03T10:50:25.564Z] #42 51.68 Unpacking protobuf-compiler (3.6.1.3-2) ...
10:50:25 [2021-05-03T10:50:25.564Z] #42 51.85 Selecting previously unselected package python-pkg-resources.
10:50:25 [2021-05-03T10:50:25.564Z] #42 51.85 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
10:50:25 [2021-05-03T10:50:25.564Z] #42 51.86 Unpacking python-pkg-resources (40.8.0-1) ...
10:50:25 [2021-05-03T10:50:25.564Z] #42 52.12 Selecting previously unselected package python-six.
10:50:25 [2021-05-03T10:50:25.564Z] #42 52.16 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
10:50:25 [2021-05-03T10:50:25.564Z] #42 52.19 Unpacking python-six (1.12.0-1) ...
10:50:25 [2021-05-03T10:50:25.564Z] #42 52.26 Selecting previously unselected package python-protobuf.
10:50:25 [2021-05-03T10:50:25.564Z] #42 52.26 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ...
10:50:25 [2021-05-03T10:50:25.564Z] #42 52.29 Unpacking python-protobuf (3.6.1.3-2) ...
10:50:25 [2021-05-03T10:50:25.564Z] #42 52.96 Setting up python-pkg-resources (40.8.0-1) ...
10:50:25 [2021-05-03T10:50:25.689Z] #58 ...
10:50:25 [2021-05-03T10:50:25.689Z] 
10:50:25 [2021-05-03T10:50:25.689Z] #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
10:50:25 [2021-05-03T10:50:25.689Z] #27 sha256:6a36c1ca9152118f164ea7fd1fc610a255e6d3abbbcd0f0ccc2a6c66059aac92
10:50:25 [2021-05-03T10:50:25.689Z] #27 18.19 Updating certificates in /etc/ssl/certs...
10:50:25 [2021-05-03T10:50:25.689Z] #27 22.17 137 added, 0 removed; done.
10:50:25 [2021-05-03T10:50:25.689Z] #27 23.29 Setting up libgssapi-krb5-2:arm64 (1.17-3+deb10u1) ...
10:50:25 [2021-05-03T10:50:25.689Z] #27 23.50 Setting up jq (1.5+dfsg-2+b1) ...
10:50:25 [2021-05-03T10:50:25.689Z] #27 23.58 Setting up libcurl4:arm64 (7.64.0-4+deb10u2) ...
10:50:25 [2021-05-03T10:50:25.689Z] #27 23.64 Setting up curl (7.64.0-4+deb10u2) ...
10:50:25 [2021-05-03T10:50:25.689Z] #27 23.66 Processing triggers for libc-bin (2.28-10) ...
10:50:25 [2021-05-03T10:50:25.689Z] #27 23.90 Processing triggers for ca-certificates (20200601~deb10u2) ...
10:50:25 [2021-05-03T10:50:25.689Z] #27 23.95 Updating certificates in /etc/ssl/certs...
10:50:25 [2021-05-03T10:50:25.777Z] #13 110.2 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
10:50:25 [2021-05-03T10:50:25.777Z] #13 110.2 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
10:50:25 [2021-05-03T10:50:25.777Z] #13 110.3 Selecting previously unselected package libseccomp-dev:amd64.
10:50:25 [2021-05-03T10:50:25.777Z] #13 110.3 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ...
10:50:25 [2021-05-03T10:50:25.777Z] #13 110.3 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
10:50:25 [2021-05-03T10:50:25.836Z] #37 ...
10:50:25 [2021-05-03T10:50:25.836Z] 
10:50:25 [2021-05-03T10:50:25.836Z] #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
10:50:25 [2021-05-03T10:50:25.836Z] #45 sha256:7504d5111897f112af75a3b79cd6ee75bf518a7f9789364eccf3f9226afd32f2
10:50:25 [2021-05-03T10:50:25.836Z] #45 77.99 internal/fmtsort
10:50:25 [2021-05-03T10:50:25.836Z] #45 78.58 strings
10:50:25 [2021-05-03T10:50:25.836Z] #45 79.85 os
10:50:25 [2021-05-03T10:50:25.836Z] #45 81.50 regexp/syntax
10:50:25 [2021-05-03T10:50:25.836Z] #45 83.51 fmt
10:50:25 [2021-05-03T10:50:25.836Z] #45 86.72 regexp
10:50:25 [2021-05-03T10:50:25.836Z] #45 87.87 flag
10:50:25 [2021-05-03T10:50:25.836Z] #45 ...
10:50:25 [2021-05-03T10:50:25.836Z] 
10:50:25 [2021-05-03T10:50:25.836Z] #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
10:50:25 [2021-05-03T10:50:25.836Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:50:25 [2021-05-03T10:50:25.836Z] #43 2.242 Note: Building without setproctitle() and strlcpy() support.
10:50:25 [2021-05-03T10:50:25.836Z] #43 2.243       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
10:50:25 [2021-05-03T10:50:25.836Z] #43 2.262 Note: Building without GnuTLS support
10:50:25 [2021-05-03T10:50:25.836Z] #43 2.271 Makefile.config:39: Warn: you have no libnftables installed
10:50:25 [2021-05-03T10:50:25.836Z] #43 2.272 Makefile.config:40: Warn: Building without nftables support
10:50:26 [2021-05-03T10:50:26.023Z] #27 28.43 0 added, 0 removed; done.
10:50:26 [2021-05-03T10:50:26.023Z] #27 ...
10:50:26 [2021-05-03T10:50:26.023Z] 
10:50:26 [2021-05-03T10:50:26.023Z] #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
10:50:26 [2021-05-03T10:50:26.023Z] #45 sha256:26d463812ae3beab4d7f1f93e06732e330a4d8d816feedf46b9897c7fedb194d
10:50:26 [2021-05-03T10:50:26.023Z] #45 10.85 internal/nettrace
10:50:26 [2021-05-03T10:50:26.023Z] #45 11.17 runtime/cgo
10:50:26 [2021-05-03T10:50:26.023Z] #45 11.66 vendor/golang.org/x/crypto/internal/subtle
10:50:26 [2021-05-03T10:50:26.037Z] #13 110.5 Selecting previously unselected package libsystemd-dev:amd64.
10:50:26 [2021-05-03T10:50:26.037Z] #13 110.5 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ...
10:50:26 [2021-05-03T10:50:26.037Z] #13 110.5 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ...
10:50:26 [2021-05-03T10:50:26.398Z] #43 4.433 fatal: not a git repository (or any of the parent directories): .git
10:50:26 [2021-05-03T10:50:26.399Z] #43 4.514   GEN      .gitid
10:50:26 [2021-05-03T10:50:26.399Z] #43 4.542   GEN      criu/include/version.h
10:50:26 [2021-05-03T10:50:26.399Z] #43 4.619   GEN      include/common/asm
10:50:26 [2021-05-03T10:50:26.609Z] #13 111.0 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
10:50:26 [2021-05-03T10:50:26.610Z] #13 111.0 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
10:50:26 [2021-05-03T10:50:26.610Z] #13 111.1 Setting up libapparmor1:amd64 (2.13.2-10) ...
10:50:26 [2021-05-03T10:50:26.610Z] #13 111.1 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
10:50:26 [2021-05-03T10:50:26.610Z] #13 111.1 Setting up libpcre16-3:amd64 (2:8.39-12) ...
10:50:26 [2021-05-03T10:50:26.610Z] #13 111.1 Setting up libsepol1-dev:amd64 (2.8-1) ...
10:50:26 [2021-05-03T10:50:26.610Z] #13 111.1 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
10:50:26 [2021-05-03T10:50:26.610Z] #13 111.1 Setting up libbtrfs0 (4.20.1-2) ...
10:50:26 [2021-05-03T10:50:26.610Z] #13 111.1 Setting up libpcre32-3:amd64 (2:8.39-12) ...
10:50:26 [2021-05-03T10:50:26.610Z] #13 111.2 Setting up libudev-dev:amd64 (241-7~deb10u7) ...
10:50:26 [2021-05-03T10:50:26.610Z] #13 111.2 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
10:50:26 [2021-05-03T10:50:26.610Z] #13 111.2 Setting up libbtrfs-dev (4.20.1-2) ...
10:50:26 [2021-05-03T10:50:26.804Z] #49 ...
10:50:26 [2021-05-03T10:50:26.804Z] 
10:50:26 [2021-05-03T10:50:26.804Z] #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
10:50:26 [2021-05-03T10:50:26.804Z] #67 sha256:dc574cf90ba53342749aee1dc8d824a8aa3fbd40f3a0c822a450b43716574962
10:50:26 [2021-05-03T10:50:26.804Z] #67 DONE 53.2s
10:50:26 [2021-05-03T10:50:26.804Z] 
10:50:26 [2021-05-03T10:50:26.804Z] #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
10:50:26 [2021-05-03T10:50:26.804Z] #49 sha256:0645f72c0a46020b1c6de062066eb84a6ca75ff61a3a4b44b89cf13fbbe0d20c
10:50:26 [2021-05-03T10:50:26.804Z] #49 53.03 go: finding github.com/fatih/color v1.7.0
10:50:26 [2021-05-03T10:50:26.804Z] #49 53.26 go: finding github.com/mattn/go-colorable v0.1.4
10:50:26 [2021-05-03T10:50:26.804Z] #49 53.29 go: finding github.com/mattn/go-isatty v0.0.8
10:50:26 [2021-05-03T10:50:26.804Z] #49 53.30 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
10:50:26 [2021-05-03T10:50:26.804Z] #49 53.35 go: finding github.com/go-critic/go-critic v0.4.1
10:50:26 [2021-05-03T10:50:26.804Z] #49 53.35 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
10:50:26 [2021-05-03T10:50:26.804Z] #49 53.37 go: finding github.com/go-lintpack/lintpack v0.5.2
10:50:26 [2021-05-03T10:50:26.804Z] #49 53.40 go: finding github.com/pkg/errors v0.8.1
10:50:26 [2021-05-03T10:50:26.804Z] #49 53.65 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
10:50:26 [2021-05-03T10:50:26.804Z] #49 53.65 go: finding github.com/go-toolsmith/astfmt v1.0.0
10:50:26 [2021-05-03T10:50:26.804Z] #49 53.70 go: finding github.com/go-toolsmith/astequal v1.0.0
10:50:26 [2021-05-03T10:50:26.804Z] #49 53.75 go: finding github.com/sirupsen/logrus v1.4.2
10:50:26 [2021-05-03T10:50:26.804Z] #49 53.79 go: finding github.com/mitchellh/go-homedir v1.1.0
10:50:26 [2021-05-03T10:50:26.804Z] #49 53.84 go: finding github.com/go-toolsmith/astp v1.0.0
10:50:26 [2021-05-03T10:50:26.804Z] #49 53.84 go: finding github.com/stretchr/testify v1.4.0
10:50:26 [2021-05-03T10:50:26.804Z] #49 53.85 go: finding github.com/go-toolsmith/astcast v1.0.0
10:50:26 [2021-05-03T10:50:26.804Z] #49 53.85 go: finding github.com/go-toolsmith/typep v1.0.0
10:50:26 [2021-05-03T10:50:26.804Z] #49 53.86 go: finding github.com/spf13/viper v1.6.1
10:50:26 [2021-05-03T10:50:26.804Z] #49 53.92 go: finding github.com/go-toolsmith/astcopy v1.0.0
10:50:26 [2021-05-03T10:50:26.804Z] #49 53.96 go: finding github.com/davecgh/go-spew v1.1.1
10:50:26 [2021-05-03T10:50:26.869Z] #13 111.2 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
10:50:26 [2021-05-03T10:50:26.869Z] #13 111.3 Setting up mingw-w64-common (6.0.0-3) ...
10:50:26 [2021-05-03T10:50:26.869Z] #13 111.3 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ...
10:50:26 [2021-05-03T10:50:26.869Z] #13 111.3 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
10:50:26 [2021-05-03T10:50:26.869Z] #13 111.3 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
10:50:26 [2021-05-03T10:50:26.869Z] #13 111.3 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
10:50:26 [2021-05-03T10:50:26.869Z] #13 111.3 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
10:50:26 [2021-05-03T10:50:26.869Z] #13 111.3 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
10:50:26 [2021-05-03T10:50:26.869Z] #13 111.3 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
10:50:26 [2021-05-03T10:50:26.869Z] #13 111.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
10:50:26 [2021-05-03T10:50:26.869Z] #13 111.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
10:50:26 [2021-05-03T10:50:26.869Z] #13 111.4 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
10:50:26 [2021-05-03T10:50:26.869Z] #13 111.4 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
10:50:26 [2021-05-03T10:50:26.869Z] #13 111.4 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
10:50:26 [2021-05-03T10:50:26.869Z] #13 111.4 Setting up dmsetup (2:1.02.155-3) ...
10:50:26 [2021-05-03T10:50:26.869Z] #13 111.4 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
10:50:26 [2021-05-03T10:50:26.960Z] #43 ...
10:50:26 [2021-05-03T10:50:26.960Z] 
10:50:26 [2021-05-03T10:50:26.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
10:50:26 [2021-05-03T10:50:26.960Z] #37 sha256:f064e956b8ac429f87127a1f6c19e7052c6ca55245004f50874c5060b3128f76
10:50:26 [2021-05-03T10:50:26.960Z] #37 8.740 [100%] Linking C executable tini-static
10:50:26 [2021-05-03T10:50:26.960Z] #37 9.397 [100%] Built target tini-static
10:50:26 [2021-05-03T10:50:26.960Z] #37 9.493 + mkdir -p /build
10:50:26 [2021-05-03T10:50:26.960Z] #37 9.495 + cp tini-static /build/docker-init
10:50:26 [2021-05-03T10:50:26.960Z] #37 DONE 9.8s
10:50:27 [2021-05-03T10:50:27.064Z] #49 54.22 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
10:50:27 [2021-05-03T10:50:27.064Z] #49 54.22 go: finding github.com/pmezard/go-difflib v1.0.0
10:50:27 [2021-05-03T10:50:27.064Z] #49 54.23 go: finding github.com/go-toolsmith/strparse v1.0.0
10:50:27 [2021-05-03T10:50:27.064Z] #49 54.28 go: finding github.com/stretchr/objx v0.2.0
10:50:27 [2021-05-03T10:50:27.064Z] #49 54.34 go: finding github.com/bombsimon/wsl/v2 v2.0.0
10:50:27 [2021-05-03T10:50:27.064Z] #49 54.35 go: finding github.com/gobwas/glob v0.2.3
10:50:27 [2021-05-03T10:50:27.064Z] #49 54.38 go: finding github.com/fsnotify/fsnotify v1.4.7
10:50:27 [2021-05-03T10:50:27.130Z] #13 111.5 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
10:50:27 [2021-05-03T10:50:27.130Z] #13 111.5 Processing triggers for libc-bin (2.28-10) ...
10:50:27 [2021-05-03T10:50:27.215Z] 
10:50:27 [2021-05-03T10:50:27.215Z] #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
10:50:27 [2021-05-03T10:50:27.215Z] #45 sha256:7504d5111897f112af75a3b79cd6ee75bf518a7f9789364eccf3f9226afd32f2
10:50:27 [2021-05-03T10:50:27.215Z] #45 89.53 go/token
10:50:27 [2021-05-03T10:50:27.327Z] #49 54.43 go: finding gopkg.in/yaml.v2 v2.2.7
10:50:27 [2021-05-03T10:50:27.327Z] #49 54.43 go: finding github.com/spf13/cobra v0.0.5
10:50:27 [2021-05-03T10:50:27.327Z] #49 54.46 go: finding github.com/hashicorp/hcl v1.0.0
10:50:27 [2021-05-03T10:50:27.327Z] #49 54.48 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
10:50:27 [2021-05-03T10:50:27.327Z] #49 54.60 go: finding github.com/magiconair/properties v1.8.1
10:50:27 [2021-05-03T10:50:27.475Z] #42 ...
10:50:27 [2021-05-03T10:50:27.475Z] 
10:50:27 [2021-05-03T10:50:27.475Z] #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
10:50:27 [2021-05-03T10:50:27.475Z] #47 sha256:ff9bf7d7edfc3edb9336dffc6d7e4949753fd7c26c351cbfc09ae9ffe2fb44fe
10:50:27 [2021-05-03T10:50:27.475Z] #47 DONE 56.3s
10:50:27 [2021-05-03T10:50:27.475Z] 
10:50:27 [2021-05-03T10:50:27.475Z] #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
10:50:27 [2021-05-03T10:50:27.475Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
10:50:27 [2021-05-03T10:50:27.475Z] #36 51.93 Selecting previously unselected package libicu63:amd64.
10:50:27 [2021-05-03T10:50:27.475Z] #36 51.93 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
10:50:27 [2021-05-03T10:50:27.475Z] #36 51.96 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
10:50:27 [2021-05-03T10:50:27.587Z] #49 54.74 go: finding github.com/spf13/pflag v1.0.5
10:50:27 [2021-05-03T10:50:27.587Z] #49 54.78 go: finding github.com/mitchellh/mapstructure v1.1.2
10:50:27 [2021-05-03T10:50:27.587Z] #49 54.79 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
10:50:27 [2021-05-03T10:50:27.587Z] #49 54.81 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
10:50:27 [2021-05-03T10:50:27.587Z] #49 54.83 go: finding github.com/pelletier/go-toml v1.2.0
10:50:27 [2021-05-03T10:50:27.587Z] #49 54.85 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
10:50:27 [2021-05-03T10:50:27.587Z] #49 54.92 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
10:50:27 [2021-05-03T10:50:27.735Z] #36 ...
10:50:27 [2021-05-03T10:50:27.735Z] 
10:50:27 [2021-05-03T10:50:27.735Z] #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
10:50:27 [2021-05-03T10:50:27.735Z] #45 sha256:420f325532c1ee2984a12f05e3c7f055e58b2ada76e1c2d087abdaee6c492b96
10:50:27 [2021-05-03T10:50:27.735Z] #45 57.01 time
10:50:27 [2021-05-03T10:50:27.846Z] #49 54.93 go: finding github.com/spf13/afero v1.1.2
10:50:27 [2021-05-03T10:50:27.846Z] #49 54.94 go: finding github.com/spf13/cast v1.3.0
10:50:27 [2021-05-03T10:50:27.846Z] #49 54.97 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
10:50:27 [2021-05-03T10:50:27.846Z] #49 54.98 go: finding github.com/spf13/jwalterweatherman v1.0.0
10:50:27 [2021-05-03T10:50:27.847Z] #49 55.11 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
10:50:27 [2021-05-03T10:50:27.847Z] #49 55.15 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
10:50:27 [2021-05-03T10:50:27.847Z] #49 55.18 go: finding golang.org/x/text v0.3.2
10:50:27 [2021-05-03T10:50:27.847Z] #49 55.21 go: finding github.com/subosito/gotenv v1.2.0
10:50:27 [2021-05-03T10:50:27.847Z] #49 55.25 go: finding gopkg.in/ini.v1 v1.51.0
10:50:28 [2021-05-03T10:50:28.106Z] #49 ...
10:50:28 [2021-05-03T10:50:28.106Z] 
10:50:28 [2021-05-03T10:50:28.106Z] #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
10:50:28 [2021-05-03T10:50:28.106Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
10:50:28 [2021-05-03T10:50:28.106Z] #55 43.14 Reading package lists...
10:50:28 [2021-05-03T10:50:28.106Z] #55 49.38 Building dependency tree...
10:50:28 [2021-05-03T10:50:28.106Z] #55 52.02 The following additional packages will be installed:
10:50:28 [2021-05-03T10:50:28.106Z] #55 52.04   libbtrfs0
10:50:28 [2021-05-03T10:50:28.106Z] #55 52.18 The following NEW packages will be installed:
10:50:28 [2021-05-03T10:50:28.106Z] #55 52.18   libbtrfs-dev libbtrfs0
10:50:28 [2021-05-03T10:50:28.106Z] #55 52.72 0 upgraded, 2 newly installed, 0 to remove and 29 not upgraded.
10:50:28 [2021-05-03T10:50:28.106Z] #55 52.72 Need to get 119 kB of archives.
10:50:28 [2021-05-03T10:50:28.106Z] #55 52.72 After this operation, 387 kB of additional disk space will be used.
10:50:28 [2021-05-03T10:50:28.106Z] #55 52.72 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
10:50:28 [2021-05-03T10:50:28.106Z] #55 52.72 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
10:50:28 [2021-05-03T10:50:28.106Z] #55 54.02 debconf: delaying package configuration, since apt-utils is not installed
10:50:28 [2021-05-03T10:50:28.106Z] #55 54.44 Fetched 119 kB in 0s (259 kB/s)
10:50:28 [2021-05-03T10:50:28.106Z] #55 54.57 Selecting previously unselected package libbtrfs0.
10:50:28 [2021-05-03T10:50:28.106Z] #55 54.57 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
10:50:28 [2021-05-03T10:50:28.106Z] #55 54.62 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
10:50:28 [2021-05-03T10:50:28.106Z] #55 54.64 Unpacking libbtrfs0 (4.20.1-2) ...
10:50:28 [2021-05-03T10:50:28.106Z] #55 54.71 Selecting previously unselected package libbtrfs-dev.
10:50:28 [2021-05-03T10:50:28.106Z] #55 54.73 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
10:50:28 [2021-05-03T10:50:28.106Z] #55 54.76 Unpacking libbtrfs-dev (4.20.1-2) ...
10:50:28 [2021-05-03T10:50:28.106Z] #55 55.01 Setting up libbtrfs0 (4.20.1-2) ...
10:50:28 [2021-05-03T10:50:28.106Z] #55 55.03 Setting up libbtrfs-dev (4.20.1-2) ...
10:50:28 [2021-05-03T10:50:28.106Z] #55 55.05 Processing triggers for libc-bin (2.28-10) ...
10:50:28 [2021-05-03T10:50:28.106Z] #55 DONE 55.3s
10:50:28 [2021-05-03T10:50:28.106Z] 
10:50:28 [2021-05-03T10:50:28.106Z] #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
10:50:28 [2021-05-03T10:50:28.106Z] #49 sha256:0645f72c0a46020b1c6de062066eb84a6ca75ff61a3a4b44b89cf13fbbe0d20c
10:50:28 [2021-05-03T10:50:28.106Z] #49 55.36 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
10:50:28 [2021-05-03T10:50:28.106Z] #49 55.44 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
10:50:28 [2021-05-03T10:50:28.106Z] #49 55.45 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
10:50:28 [2021-05-03T10:50:28.106Z] #49 55.45 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
10:50:28 [2021-05-03T10:50:28.106Z] #49 55.49 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
10:50:28 [2021-05-03T10:50:28.365Z] #49 55.58 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
10:50:28 [2021-05-03T10:50:28.365Z] #49 55.58 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
10:50:28 [2021-05-03T10:50:28.365Z] #49 55.59 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
10:50:28 [2021-05-03T10:50:28.365Z] #49 55.59 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
10:50:28 [2021-05-03T10:50:28.365Z] #49 55.61 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
10:50:28 [2021-05-03T10:50:28.365Z] #49 55.61 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
10:50:28 [2021-05-03T10:50:28.365Z] #49 55.64 go: finding github.com/kisielk/gotool v1.0.0
10:50:28 [2021-05-03T10:50:28.365Z] #49 55.64 go: finding github.com/sourcegraph/go-diff v0.5.1
10:50:28 [2021-05-03T10:50:28.365Z] #49 55.73 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
10:50:28 [2021-05-03T10:50:28.583Z] #45 90.78 internal/lazyregexp
10:50:28 [2021-05-03T10:50:28.583Z] #45 91.04 go/scanner
10:50:28 [2021-05-03T10:50:28.583Z] #45 91.05 path
10:50:28 [2021-05-03T10:50:28.627Z] #49 55.76 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
10:50:28 [2021-05-03T10:50:28.627Z] #49 55.79 go: finding github.com/tommy-muehle/go-mnd v1.1.1
10:50:28 [2021-05-03T10:50:28.627Z] #49 55.81 go: finding github.com/ultraware/funlen v0.0.2
10:50:28 [2021-05-03T10:50:28.627Z] #49 55.83 go: finding github.com/ultraware/whitespace v0.0.4
10:50:28 [2021-05-03T10:50:28.627Z] #49 55.91 go: finding github.com/uudashr/gocognit v1.0.1
10:50:28 [2021-05-03T10:50:28.703Z] #45 ...
10:50:28 [2021-05-03T10:50:28.703Z] 
10:50:28 [2021-05-03T10:50:28.703Z] #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
10:50:28 [2021-05-03T10:50:28.703Z] #49 sha256:747d26d790ba66456381a333c10940d14d243aaa8678d192bf4c47c5deeb0da8
10:50:28 [2021-05-03T10:50:28.703Z] #49 15.59 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
10:50:28 [2021-05-03T10:50:28.703Z] #49 15.60 go: downloading github.com/spf13/viper v1.6.1
10:50:28 [2021-05-03T10:50:28.703Z] #49 15.70 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
10:50:28 [2021-05-03T10:50:28.703Z] #49 15.70 go: downloading github.com/pkg/errors v0.8.1
10:50:28 [2021-05-03T10:50:28.703Z] #49 15.75 go: downloading github.com/spf13/cobra v0.0.5
10:50:28 [2021-05-03T10:50:28.703Z] #49 15.85 go: downloading github.com/mitchellh/go-homedir v1.1.0
10:50:28 [2021-05-03T10:50:28.703Z] #49 15.87 go: downloading github.com/go-lintpack/lintpack v0.5.2
10:50:28 [2021-05-03T10:50:28.703Z] #49 15.87 go: downloading github.com/fatih/color v1.7.0
10:50:28 [2021-05-03T10:50:28.889Z] #49 56.03 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
10:50:28 [2021-05-03T10:50:28.889Z] #49 56.07 go: finding github.com/gogo/protobuf v1.2.1
10:50:28 [2021-05-03T10:50:28.889Z] #49 56.26 go: finding honnef.co/go/tools v0.0.1-2019.2.3
10:50:28 [2021-05-03T10:50:28.965Z] #49 16.19 go: extracting github.com/fatih/color v1.7.0
10:50:28 [2021-05-03T10:50:28.965Z] #49 16.22 go: extracting github.com/pkg/errors v0.8.1
10:50:28 [2021-05-03T10:50:28.965Z] #49 16.23 go: extracting github.com/spf13/viper v1.6.1
10:50:28 [2021-05-03T10:50:28.965Z] #49 16.25 go: extracting github.com/mitchellh/go-homedir v1.1.0
10:50:28 [2021-05-03T10:50:28.965Z] #49 16.26 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
10:50:28 [2021-05-03T10:50:28.965Z] #49 16.31 go: extracting github.com/go-lintpack/lintpack v0.5.2
10:50:28 [2021-05-03T10:50:28.965Z] #49 16.32 go: extracting github.com/spf13/cobra v0.0.5
10:50:28 [2021-05-03T10:50:28.965Z] #49 16.34 go: downloading github.com/mattn/go-colorable v0.1.4
10:50:29 [2021-05-03T10:50:29.042Z] #13 DONE 113.2s
10:50:29 [2021-05-03T10:50:29.042Z] 
10:50:29 [2021-05-03T10:50:29.042Z] #14 [dev-systemd-false  1/26] RUN groupadd -r docker
10:50:29 [2021-05-03T10:50:29.042Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815
10:50:29 [2021-05-03T10:50:29.145Z] #45 91.60 io/ioutil
10:50:29 [2021-05-03T10:50:29.149Z] #49 56.30 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
10:50:29 [2021-05-03T10:50:29.149Z] #49 56.30 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
10:50:29 [2021-05-03T10:50:29.149Z] #49 56.34 go: finding github.com/BurntSushi/toml v0.3.1
10:50:29 [2021-05-03T10:50:29.149Z] #49 56.42 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
10:50:29 [2021-05-03T10:50:29.228Z] #49 16.42 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
10:50:29 [2021-05-03T10:50:29.492Z] #49 16.63 go: extracting github.com/mattn/go-colorable v0.1.4
10:50:29 [2021-05-03T10:50:29.492Z] #49 16.66 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
10:50:29 [2021-05-03T10:50:29.708Z] #45 92.05 net/url
10:50:29 [2021-05-03T10:50:29.708Z] #45 92.12 go/ast
10:50:29 [2021-05-03T10:50:29.755Z] #49 ...
10:50:29 [2021-05-03T10:50:29.755Z] 
10:50:29 [2021-05-03T10:50:29.755Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer         . /tmp/install/tomll.installer && PREFIX=/build install_tomll
10:50:29 [2021-05-03T10:50:29.755Z] #34 sha256:ba118bcc635c820576d5bcb3e29808acecc8fdb4c42490cb675722d3759b42b9
10:50:29 [2021-05-03T10:50:29.755Z] #34 13.62 github.com/pelletier/go-toml/cmd/tomll
10:50:29 [2021-05-03T10:50:29.755Z] #34 DONE 17.0s
10:50:30 [2021-05-03T10:50:30.033Z] 
10:50:30 [2021-05-03T10:50:30.033Z] #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
10:50:30 [2021-05-03T10:50:30.033Z] #27 sha256:6a36c1ca9152118f164ea7fd1fc610a255e6d3abbbcd0f0ccc2a6c66059aac92
10:50:30 [2021-05-03T10:50:30.033Z] #27 28.43 0 added, 0 removed; done.
10:50:30 [2021-05-03T10:50:30.033Z] #27 28.43 Running hooks in /etc/ca-certificates/update.d...
10:50:30 [2021-05-03T10:50:30.033Z] #27 28.44 done.
10:50:30 [2021-05-03T10:50:30.033Z] #27 DONE 32.4s
10:50:30 [2021-05-03T10:50:30.033Z] 
10:50:30 [2021-05-03T10:50:30.033Z] #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
10:50:30 [2021-05-03T10:50:30.033Z] #67 sha256:d3e2694ea0d9304327d45f6229cd8635cf2e4068ce2e4fba77e6ae9961852539
10:50:30 [2021-05-03T10:50:30.296Z] #67 14.67 Checking out files:  19% (362/1905)   
Checking out files:  20% (381/1905)   
Checking out files:  21% (401/1905)   
Checking out files:  22% (420/1905)   
Checking out files:  23% (439/1905)   
Checking out files:  24% (458/1905)   
Checking out files:  25% (477/1905)   
Checking out files:  26% (496/1905)   
Checking out files:  27% (515/1905)   
Checking out files:  28% (534/1905)   
Checking out files:  29% (553/1905)   
Checking out files:  30% (572/1905)   
Checking out files:  31% (591/1905)   
Checking out files:  32% (610/1905)   
Checking out files:  33% (629/1905)   
Checking out files:  34% (648/1905)   
Checking out files:  35% (667/1905)   
Checking out files:  36% (686/1905)   
Checking out files:  37% (705/1905)   
Checking out files:  37% (706/1905)   
Checking out files:  38% (724/1905)   
Checking out files:  39% (743/1905)   
Checking out files:  40% (762/1905)   
Checking out files:  41% (782/1905)   
Checking out files:  42% (801/1905)   
Checking out files:  43% (820/1905)   
Checking out files:  44% (839/1905)   
Checking out files:  45% (858/1905)   
Checking out files:  46% (877/1905)   
Checking out files:  47% (896/1905)   
Checking out files:  48% (915/1905)   
Checking out files:  49% (934/1905)   
Checking out files:  50% (953/1905)   
Checking out files:  51% (972/1905)   
Checking out files:  52% (991/1905)   
Checking out files:  53% (1010/1905)   
Checking out files:  54% (1029/1905)   
Checking out files:  55% (1048/1905)   
Checking out files:  56% (1067/1905)   
Checking out files:  57% (1086/1905)   
Checking out files:  58% (1105/1905)   
Checking out files:  59% (1124/1905)   
Checking out files:  60% (1143/1905)   
Checking out files:  60% (1144/1905)   
Checking out files:  61% (1163/1905)   
Checking out files:  62% (1182/1905)   
Checking out files:  63% (1201/1905)   
Checking out files:  64% (1220/1905)   
Checking out files:  65% (1239/1905)   
Checking out files:  66% (1258/1905)   
Checking out files:  67% (1277/1905)   
Checking out files:  68% (1296/1905)   
Checking out files:  69% (1315/1905)   
Checking out files:  70% (1334/1905)   
Checking out files:  71% (1353/1905)   
Checking out files:  72% (1372/1905)   
Checking out files:  73% (1391/1905)   
Checking out files:  74% (1410/1905)   
Checking out files:  75% (1429/1905)   
Checking out files:  76% (1448/1905)   
Checking out files:  77% (1467/1905)   
Checking out files:  78% (1486/1905)   
Checking out files:  79% (1505/1905)   
Checking out files:  80% (1524/1905)   
Checking out files:  81% (1544/1905)   
Checking out files:  82% (1563/1905)   
Checking out files:  83% (1582/1905)   
Checking out files:  84% (1601/1905)   
Checking out files:  85% (1620/1905)   
Checking out files:  86% (1639/1905)   
Checking out files:  87% (1658/1905)   
Checking out files:  88% (1677/1905)   
Checking out files:  89% (1696/1905)   
Checking out files:  90% (1715/1905)   
Checking out files:  91% (1734/1905)   
10:50:30 [2021-05-03T10:50:30.296Z] #67 ...
10:50:30 [2021-05-03T10:50:30.296Z] 
10:50:30 [2021-05-03T10:50:30.296Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
10:50:30 [2021-05-03T10:50:30.296Z] #28 sha256:906ec82a6e19dcdc184be8f7ee40ff047b23d6e2fae2e24bb25eb86a7df6615f
10:50:30 [2021-05-03T10:50:30.296Z] #28 DONE 0.3s
10:50:30 [2021-05-03T10:50:30.296Z] 
10:50:30 [2021-05-03T10:50:30.296Z] #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
10:50:30 [2021-05-03T10:50:30.296Z] #67 sha256:d3e2694ea0d9304327d45f6229cd8635cf2e4068ce2e4fba77e6ae9961852539
10:50:30 [2021-05-03T10:50:30.432Z] #14 DONE 1.6s
10:50:30 [2021-05-03T10:50:30.432Z] 
10:50:30 [2021-05-03T10:50:30.432Z] #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
10:50:30 [2021-05-03T10:50:30.432Z] #53 sha256:e7d7def7797adfb0b906680a877494bf8a01a85e8057383058a06252c3cdf1ea
10:50:30 [2021-05-03T10:50:30.432Z] #53 1.537 + RM_GOPATH=0
10:50:30 [2021-05-03T10:50:30.432Z] #53 1.541 + TMP_GOPATH=
10:50:30 [2021-05-03T10:50:30.432Z] #53 1.541 + : /build
10:50:30 [2021-05-03T10:50:30.432Z] #53 1.541 + '[' -z '' ']'
10:50:30 [2021-05-03T10:50:30.432Z] #53 1.541 ++ mktemp -d
10:50:30 [2021-05-03T10:50:30.432Z] #53 1.545 + export GOPATH=/tmp/tmp.qHSFg1N9wx
10:50:30 [2021-05-03T10:50:30.432Z] #53 1.551 + GOPATH=/tmp/tmp.qHSFg1N9wx
10:50:30 [2021-05-03T10:50:30.432Z] #53 1.551 + RM_GOPATH=1
10:50:30 [2021-05-03T10:50:30.432Z] #53 1.551 + case "$(go env GOARCH)" in
10:50:30 [2021-05-03T10:50:30.432Z] #53 1.551 ++ go env GOARCH
10:50:30 [2021-05-03T10:50:30.432Z] #53 1.564 + export GO_BUILDMODE=-buildmode=pie
10:50:30 [2021-05-03T10:50:30.432Z] #53 1.564 + GO_BUILDMODE=-buildmode=pie
10:50:30 [2021-05-03T10:50:30.432Z] #53 1.564 ++ dirname /tmp/install/install.sh
10:50:30 [2021-05-03T10:50:30.432Z] #53 1.567 + dir=/tmp/install
10:50:30 [2021-05-03T10:50:30.432Z] #53 1.568 + bin=runc
10:50:30 [2021-05-03T10:50:30.432Z] #53 1.568 + shift
10:50:30 [2021-05-03T10:50:30.432Z] #53 1.568 + '[' '!' -f /tmp/install/runc.installer ']'
10:50:30 [2021-05-03T10:50:30.432Z] #53 1.570 + . /tmp/install/runc.installer
10:50:30 [2021-05-03T10:50:30.432Z] #53 1.570 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec
10:50:30 [2021-05-03T10:50:30.432Z] #53 1.570 + install_runc
10:50:30 [2021-05-03T10:50:30.432Z] #53 1.572 + grep -q '^3\.10\.0.*\.el7\.'
10:50:30 [2021-05-03T10:50:30.432Z] #53 1.574 + uname -r
10:50:30 [2021-05-03T10:50:30.432Z] #53 1.577 + RUNC_BUILDTAGS='seccomp '
10:50:30 [2021-05-03T10:50:30.432Z] #53 1.579 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )'
10:50:30 [2021-05-03T10:50:30.432Z] #53 1.580 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )
10:50:30 [2021-05-03T10:50:30.432Z] #53 1.580 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.qHSFg1N9wx/src/github.com/opencontainers/runc
10:50:30 [2021-05-03T10:50:30.432Z] #53 1.590 Cloning into '/tmp/tmp.qHSFg1N9wx/src/github.com/opencontainers/runc'...
10:50:30 [2021-05-03T10:50:30.559Z] #67 14.67 Checking out files:  19% (362/1905)   
Checking out files:  20% (381/1905)   
Checking out files:  21% (401/1905)   
Checking out files:  22% (420/1905)   
Checking out files:  23% (439/1905)   
Checking out files:  24% (458/1905)   
Checking out files:  25% (477/1905)   
Checking out files:  26% (496/1905)   
Checking out files:  27% (515/1905)   
Checking out files:  28% (534/1905)   
Checking out files:  29% (553/1905)   
Checking out files:  30% (572/1905)   
Checking out files:  31% (591/1905)   
Checking out files:  32% (610/1905)   
Checking out files:  33% (629/1905)   
Checking out files:  34% (648/1905)   
Checking out files:  35% (667/1905)   
Checking out files:  36% (686/1905)   
Checking out files:  37% (705/1905)   
Checking out files:  37% (706/1905)   
Checking out files:  38% (724/1905)   
Checking out files:  39% (743/1905)   
Checking out files:  40% (762/1905)   
Checking out files:  41% (782/1905)   
Checking out files:  42% (801/1905)   
Checking out files:  43% (820/1905)   
Checking out files:  44% (839/1905)   
Checking out files:  45% (858/1905)   
Checking out files:  46% (877/1905)   
Checking out files:  47% (896/1905)   
Checking out files:  48% (915/1905)   
Checking out files:  49% (934/1905)   
Checking out files:  50% (953/1905)   
Checking out files:  51% (972/1905)   
Checking out files:  52% (991/1905)   
Checking out files:  53% (1010/1905)   
Checking out files:  54% (1029/1905)   
Checking out files:  55% (1048/1905)   
Checking out files:  56% (1067/1905)   
Checking out files:  57% (1086/1905)   
Checking out files:  58% (1105/1905)   
Checking out files:  59% (1124/1905)   
Checking out files:  60% (1143/1905)   
Checking out files:  60% (1144/1905)   
Checking out files:  61% (1163/1905)   
Checking out files:  62% (1182/1905)   
Checking out files:  63% (1201/1905)   
Checking out files:  64% (1220/1905)   
Checking out files:  65% (1239/1905)   
Checking out files:  66% (1258/1905)   
Checking out files:  67% (1277/1905)   
Checking out files:  68% (1296/1905)   
Checking out files:  69% (1315/1905)   
Checking out files:  70% (1334/1905)   
Checking out files:  71% (1353/1905)   
Checking out files:  72% (1372/1905)   
Checking out files:  73% (1391/1905)   
Checking out files:  74% (1410/1905)   
Checking out files:  75% (1429/1905)   
Checking out files:  76% (1448/1905)   
Checking out files:  77% (1467/1905)   
Checking out files:  78% (1486/1905)   
Checking out files:  79% (1505/1905)   
Checking out files:  80% (1524/1905)   
Checking out files:  81% (1544/1905)   
Checking out files:  82% (1563/1905)   
Checking out files:  83% (1582/1905)   
Checking out files:  84% (1601/1905)   
Checking out files:  85% (1620/1905)   
Checking out files:  86% (1639/1905)   
Checking out files:  87% (1658/1905)   
Checking out files:  88% (1677/1905)   
Checking out files:  89% (1696/1905)   
Checking out files:  90% (1715/1905)   
Checking out files:  91% (1734/1905)   
Checking out files:  92% (1753/1905)   
Checking out files:  93% (1772/1905)   
Checking out files:  94% (1791/1905)   
Checking out files:  95% (1810/1905)   
Checking out files:  96% (1829/1905)   
Checking out files:  97% (1848/1905)   
Checking out files:  98% (1867/1905)   
Checking out files:  99% (1886/1905)   
Checking out files: 100% (1905/1905)   
Checking out files: 100% (1905/1905), done.
10:50:30 [2021-05-03T10:50:30.559Z] #67 17.74 + cd /tmp/tmp.cFECYUBbOY/src/github.com/docker/libnetwork
10:50:30 [2021-05-03T10:50:30.559Z] #67 17.74 + git checkout -q b3507428be5b458cb0e2b4086b13531fb0706e46
10:50:30 [2021-05-03T10:50:30.828Z] #67 18.06 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
10:50:31 [2021-05-03T10:50:31.600Z] #45 93.77 text/template/parse
10:50:31 [2021-05-03T10:50:31.687Z] #49 ...
10:50:31 [2021-05-03T10:50:31.687Z] 
10:50:31 [2021-05-03T10:50:31.687Z] #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
10:50:31 [2021-05-03T10:50:31.687Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
10:50:31 [2021-05-03T10:50:31.687Z] #42 43.14 Reading package lists...
10:50:31 [2021-05-03T10:50:31.687Z] #42 49.20 Building dependency tree...
10:50:31 [2021-05-03T10:50:31.687Z] #42 52.14 The following additional packages will be installed:
10:50:31 [2021-05-03T10:50:31.687Z] #42 52.16   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
10:50:31 [2021-05-03T10:50:31.687Z] #42 52.16   libprotoc17 python-pkg-resources python-six zlib1g-dev
10:50:31 [2021-05-03T10:50:31.687Z] #42 52.16 Suggested packages:
10:50:31 [2021-05-03T10:50:31.687Z] #42 52.17   manpages-dev python-setuptools
10:50:31 [2021-05-03T10:50:31.687Z] #42 53.67 The following NEW packages will be installed:
10:50:31 [2021-05-03T10:50:31.687Z] #42 53.67   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
10:50:31 [2021-05-03T10:50:31.687Z] #42 53.69   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
10:50:31 [2021-05-03T10:50:31.687Z] #42 53.69   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
10:50:31 [2021-05-03T10:50:31.687Z] #42 53.69   python-six zlib1g-dev
10:50:31 [2021-05-03T10:50:31.687Z] #42 54.19 0 upgraded, 17 newly installed, 0 to remove and 29 not upgraded.
10:50:31 [2021-05-03T10:50:31.687Z] #42 54.19 Need to get 4095 kB of archives.
10:50:31 [2021-05-03T10:50:31.687Z] #42 54.19 After this operation, 22.5 MB of additional disk space will be used.
10:50:31 [2021-05-03T10:50:31.687Z] #42 54.19 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB]
10:50:31 [2021-05-03T10:50:31.687Z] #42 54.20 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
10:50:31 [2021-05-03T10:50:31.687Z] #42 54.20 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB]
10:50:31 [2021-05-03T10:50:31.687Z] #42 54.21 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
10:50:31 [2021-05-03T10:50:31.687Z] #42 54.21 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB]
10:50:31 [2021-05-03T10:50:31.687Z] #42 54.22 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
10:50:31 [2021-05-03T10:50:31.687Z] #42 54.22 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB]
10:50:31 [2021-05-03T10:50:31.687Z] #42 54.24 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB]
10:50:31 [2021-05-03T10:50:31.687Z] #42 54.30 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
10:50:31 [2021-05-03T10:50:31.687Z] #42 54.43 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB]
10:50:31 [2021-05-03T10:50:31.687Z] #42 54.46 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB]
10:50:31 [2021-05-03T10:50:31.687Z] #42 54.56 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB]
10:50:31 [2021-05-03T10:50:31.687Z] #42 54.62 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB]
10:50:31 [2021-05-03T10:50:31.687Z] #42 54.64 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB]
10:50:31 [2021-05-03T10:50:31.687Z] #42 54.65 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB]
10:50:31 [2021-05-03T10:50:31.687Z] #42 54.68 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB]
10:50:31 [2021-05-03T10:50:31.687Z] #42 54.68 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB]
10:50:31 [2021-05-03T10:50:31.687Z] #42 56.05 debconf: delaying package configuration, since apt-utils is not installed
10:50:31 [2021-05-03T10:50:31.687Z] #42 56.40 Fetched 4095 kB in 1s (5358 kB/s)
10:50:31 [2021-05-03T10:50:31.687Z] #42 56.51 Selecting previously unselected package libcap-dev:amd64.
10:50:31 [2021-05-03T10:50:31.687Z] #42 56.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 ... 15410 files and directories currently installed.)
10:50:31 [2021-05-03T10:50:31.687Z] #42 56.59 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ...
10:50:31 [2021-05-03T10:50:31.687Z] #42 56.61 Unpacking libcap-dev:amd64 (1:2.25-2) ...
10:50:31 [2021-05-03T10:50:31.687Z] #42 56.71 Selecting previously unselected package libnet1:amd64.
10:50:31 [2021-05-03T10:50:31.687Z] #42 56.71 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
10:50:31 [2021-05-03T10:50:31.687Z] #42 56.72 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
10:50:31 [2021-05-03T10:50:31.687Z] #42 56.84 Selecting previously unselected package libnet1-dev.
10:50:31 [2021-05-03T10:50:31.687Z] #42 56.85 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ...
10:50:31 [2021-05-03T10:50:31.687Z] #42 56.86 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
10:50:31 [2021-05-03T10:50:31.687Z] #42 57.05 Selecting previously unselected package libnl-3-200:amd64.
10:50:31 [2021-05-03T10:50:31.687Z] #42 57.06 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ...
10:50:31 [2021-05-03T10:50:31.687Z] #42 57.07 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
10:50:31 [2021-05-03T10:50:31.687Z] #42 57.17 Selecting previously unselected package libnl-3-dev:amd64.
10:50:31 [2021-05-03T10:50:31.687Z] #42 57.19 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ...
10:50:31 [2021-05-03T10:50:31.687Z] #42 57.20 Unpacking libnl-3-dev:amd64 (3.4.0-1) ...
10:50:31 [2021-05-03T10:50:31.687Z] #42 57.50 Selecting previously unselected package libprotobuf-c1:amd64.
10:50:31 [2021-05-03T10:50:31.687Z] #42 57.50 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
10:50:31 [2021-05-03T10:50:31.687Z] #42 57.51 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
10:50:31 [2021-05-03T10:50:31.687Z] #42 57.59 Selecting previously unselected package libprotobuf-c-dev:amd64.
10:50:31 [2021-05-03T10:50:31.687Z] #42 57.59 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ...
10:50:31 [2021-05-03T10:50:31.687Z] #42 57.61 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
10:50:31 [2021-05-03T10:50:31.687Z] #42 57.72 Selecting previously unselected package zlib1g-dev:amd64.
10:50:31 [2021-05-03T10:50:31.687Z] #42 57.72 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ...
10:50:31 [2021-05-03T10:50:31.687Z] #42 57.73 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
10:50:31 [2021-05-03T10:50:31.687Z] #42 58.00 Selecting previously unselected package libprotobuf17:amd64.
10:50:31 [2021-05-03T10:50:31.687Z] #42 58.01 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ...
10:50:31 [2021-05-03T10:50:31.687Z] #42 58.02 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
10:50:31 [2021-05-03T10:50:31.687Z] #42 58.81 Selecting previously unselected package libprotobuf-lite17:amd64.
10:50:31 [2021-05-03T10:50:31.687Z] #42 58.81 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ...
10:50:31 [2021-05-03T10:50:31.687Z] #42 58.82 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ...
10:50:31 [2021-05-03T10:50:31.687Z] #42 59.02 Selecting previously unselected package libprotobuf-dev:amd64.
10:50:31 [2021-05-03T10:50:31.687Z] #42 59.03 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ...
10:50:31 [2021-05-03T10:50:31.687Z] #42 59.04 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ...
10:50:31 [2021-05-03T10:50:31.687Z] #42 ...
10:50:31 [2021-05-03T10:50:31.687Z] 
10:50:31 [2021-05-03T10:50:31.687Z] #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
10:50:31 [2021-05-03T10:50:31.687Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
10:50:31 [2021-05-03T10:50:31.687Z] #36 43.24 Reading package lists...
10:50:31 [2021-05-03T10:50:31.687Z] #36 49.22 Building dependency tree...
10:50:31 [2021-05-03T10:50:31.687Z] #36 52.24 The following additional packages will be installed:
10:50:31 [2021-05-03T10:50:31.687Z] #36 52.26   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
10:50:31 [2021-05-03T10:50:31.687Z] #36 52.28 Suggested packages:
10:50:31 [2021-05-03T10:50:31.687Z] #36 52.28   cmake-doc ninja-build lrzip
10:50:31 [2021-05-03T10:50:31.687Z] #36 52.28 Recommended packages:
10:50:31 [2021-05-03T10:50:31.687Z] #36 52.28   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
10:50:31 [2021-05-03T10:50:31.687Z] #36 53.49 The following NEW packages will be installed:
10:50:31 [2021-05-03T10:50:31.687Z] #36 53.54   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
10:50:31 [2021-05-03T10:50:31.687Z] #36 53.54   vim-common xxd
10:50:31 [2021-05-03T10:50:31.687Z] #36 54.02 0 upgraded, 10 newly installed, 0 to remove and 29 not upgraded.
10:50:31 [2021-05-03T10:50:31.687Z] #36 54.02 Need to get 14.9 MB of archives.
10:50:31 [2021-05-03T10:50:31.687Z] #36 54.02 After this operation, 61.8 MB of additional disk space will be used.
10:50:31 [2021-05-03T10:50:31.687Z] #36 54.02 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
10:50:31 [2021-05-03T10:50:31.687Z] #36 54.06 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
10:50:31 [2021-05-03T10:50:31.687Z] #36 54.07 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
10:50:31 [2021-05-03T10:50:31.687Z] #36 54.28 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
10:50:31 [2021-05-03T10:50:31.687Z] #36 55.02 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB]
10:50:31 [2021-05-03T10:50:31.687Z] #36 55.08 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
10:50:31 [2021-05-03T10:50:31.687Z] #36 55.09 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
10:50:31 [2021-05-03T10:50:31.687Z] #36 55.10 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
10:50:31 [2021-05-03T10:50:31.687Z] #36 55.11 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB]
10:50:31 [2021-05-03T10:50:31.687Z] #36 55.11 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
10:50:31 [2021-05-03T10:50:31.687Z] #36 56.70 debconf: delaying package configuration, since apt-utils is not installed
10:50:31 [2021-05-03T10:50:31.687Z] #36 56.85 Fetched 14.9 MB in 2s (8194 kB/s)
10:50:31 [2021-05-03T10:50:31.687Z] #36 56.93 Selecting previously unselected package xxd.
10:50:31 [2021-05-03T10:50:31.687Z] #36 56.93 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
10:50:31 [2021-05-03T10:50:31.687Z] #36 57.00 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
10:50:31 [2021-05-03T10:50:31.687Z] #36 57.01 Unpacking xxd (2:8.1.0875-5) ...
10:50:31 [2021-05-03T10:50:31.687Z] #36 57.23 Selecting previously unselected package vim-common.
10:50:31 [2021-05-03T10:50:31.687Z] #36 57.23 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
10:50:31 [2021-05-03T10:50:31.687Z] #36 57.27 Unpacking vim-common (2:8.1.0875-5) ...
10:50:31 [2021-05-03T10:50:31.687Z] #36 57.57 Selecting previously unselected package cmake-data.
10:50:31 [2021-05-03T10:50:31.687Z] #36 57.58 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
10:50:31 [2021-05-03T10:50:31.687Z] #36 57.60 Unpacking cmake-data (3.13.4-1) ...
10:50:31 [2021-05-03T10:50:31.818Z] #53 ...
10:50:31 [2021-05-03T10:50:31.818Z] 
10:50:31 [2021-05-03T10:50:31.818Z] #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
10:50:31 [2021-05-03T10:50:31.818Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6
10:50:31 [2021-05-03T10:50:31.818Z] #15 DONE 1.3s
10:50:31 [2021-05-03T10:50:31.818Z] 
10:50:31 [2021-05-03T10:50:31.818Z] #16 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
10:50:31 [2021-05-03T10:50:31.818Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac
10:50:31 [2021-05-03T10:50:31.946Z] #36 ...
10:50:31 [2021-05-03T10:50:31.946Z] 
10:50:31 [2021-05-03T10:50:31.946Z] #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
10:50:31 [2021-05-03T10:50:31.946Z] #56 sha256:c298d5f8ba2666c6b7255111270e8cc336aaefb4e07cb1e221cc09c6672a850a
10:50:31 [2021-05-03T10:50:31.946Z] #56 1.156 + RM_GOPATH=0
10:50:31 [2021-05-03T10:50:31.946Z] #56 1.157 + TMP_GOPATH=
10:50:31 [2021-05-03T10:50:31.946Z] #56 1.157 + : /build
10:50:31 [2021-05-03T10:50:31.946Z] #56 1.158 + '[' -z '' ']'
10:50:31 [2021-05-03T10:50:31.946Z] #56 1.158 ++ mktemp -d
10:50:31 [2021-05-03T10:50:31.946Z] #56 1.159 + export GOPATH=/tmp/tmp.3l4Vk0zThk
10:50:31 [2021-05-03T10:50:31.946Z] #56 1.166 + GOPATH=/tmp/tmp.3l4Vk0zThk
10:50:31 [2021-05-03T10:50:31.946Z] #56 1.167 + RM_GOPATH=1
10:50:31 [2021-05-03T10:50:31.946Z] #56 1.167 + case "$(go env GOARCH)" in
10:50:31 [2021-05-03T10:50:31.946Z] #56 1.167 ++ go env GOARCH
10:50:31 [2021-05-03T10:50:31.946Z] #56 1.189 + export GO_BUILDMODE=-buildmode=pie
10:50:31 [2021-05-03T10:50:31.946Z] #56 1.190 + GO_BUILDMODE=-buildmode=pie
10:50:31 [2021-05-03T10:50:31.946Z] #56 1.190 ++ dirname /tmp/install/install.sh
10:50:31 [2021-05-03T10:50:31.946Z] #56 1.217 + dir=/tmp/install
10:50:31 [2021-05-03T10:50:31.946Z] #56 1.217 + bin=containerd
10:50:31 [2021-05-03T10:50:31.946Z] #56 1.218 + shift
10:50:31 [2021-05-03T10:50:31.946Z] #56 1.218 + '[' '!' -f /tmp/install/containerd.installer ']'
10:50:31 [2021-05-03T10:50:31.946Z] #56 1.221 + . /tmp/install/containerd.installer
10:50:31 [2021-05-03T10:50:31.946Z] #56 1.225 ++ set -e
10:50:31 [2021-05-03T10:50:31.946Z] #56 1.225 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
10:50:31 [2021-05-03T10:50:31.946Z] #56 1.225 + install_containerd
10:50:31 [2021-05-03T10:50:31.946Z] #56 1.226 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e'
10:50:31 [2021-05-03T10:50:31.946Z] #56 1.226 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
10:50:31 [2021-05-03T10:50:31.946Z] #56 1.226 + git clone https://github.com/containerd/containerd.git /tmp/tmp.3l4Vk0zThk/src/github.com/containerd/containerd
10:50:31 [2021-05-03T10:50:31.946Z] #56 1.232 Cloning into '/tmp/tmp.3l4Vk0zThk/src/github.com/containerd/containerd'...
10:50:32 [2021-05-03T10:50:32.528Z] #45 ...
10:50:32 [2021-05-03T10:50:32.528Z] 
10:50:32 [2021-05-03T10:50:32.528Z] #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
10:50:32 [2021-05-03T10:50:32.528Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:50:32 [2021-05-03T10:50:32.528Z] #43 6.912   PBCC     images/timens.pb-c.c
10:50:32 [2021-05-03T10:50:32.528Z] #43 6.937   DEP      images/timens.pb-c.d
10:50:32 [2021-05-03T10:50:32.528Z] #43 6.996   PBCC     images/fown.pb-c.c
10:50:32 [2021-05-03T10:50:32.528Z] #43 7.043   PBCC     images/google/protobuf/descriptor.pb-c.c
10:50:32 [2021-05-03T10:50:32.528Z] #43 7.105   PBCC     images/opts.pb-c.c
10:50:32 [2021-05-03T10:50:32.528Z] #43 7.148   PBCC     images/memfd.pb-c.c
10:50:32 [2021-05-03T10:50:32.528Z] #43 7.187   DEP      images/fown.pb-c.d
10:50:32 [2021-05-03T10:50:32.528Z] #43 7.236   DEP      images/google/protobuf/descriptor.pb-c.d
10:50:32 [2021-05-03T10:50:32.528Z] #43 7.287   DEP      images/opts.pb-c.d
10:50:32 [2021-05-03T10:50:32.528Z] #43 7.337   DEP      images/memfd.pb-c.d
10:50:32 [2021-05-03T10:50:32.528Z] #43 7.397   PBCC     images/sit.pb-c.c
10:50:32 [2021-05-03T10:50:32.528Z] #43 7.452   DEP      images/sit.pb-c.d
10:50:32 [2021-05-03T10:50:32.528Z] #43 7.498   PBCC     images/macvlan.pb-c.c
10:50:32 [2021-05-03T10:50:32.528Z] #43 7.523   DEP      images/macvlan.pb-c.d
10:50:32 [2021-05-03T10:50:32.528Z] #43 7.558   PBCC     images/autofs.pb-c.c
10:50:32 [2021-05-03T10:50:32.528Z] #43 7.578   DEP      images/autofs.pb-c.d
10:50:32 [2021-05-03T10:50:32.528Z] #43 7.608   PBCC     images/sysctl.pb-c.c
10:50:32 [2021-05-03T10:50:32.528Z] #43 7.651   DEP      images/sysctl.pb-c.d
10:50:32 [2021-05-03T10:50:32.528Z] #43 7.695   PBCC     images/time.pb-c.c
10:50:32 [2021-05-03T10:50:32.528Z] #43 7.707   DEP      images/time.pb-c.d
10:50:32 [2021-05-03T10:50:32.528Z] #43 7.754   PBCC     images/binfmt-misc.pb-c.c
10:50:32 [2021-05-03T10:50:32.528Z] #43 7.791   DEP      images/binfmt-misc.pb-c.d
10:50:32 [2021-05-03T10:50:32.528Z] #43 7.833   PBCC     images/seccomp.pb-c.c
10:50:32 [2021-05-03T10:50:32.528Z] #43 7.868   DEP      images/seccomp.pb-c.d
10:50:32 [2021-05-03T10:50:32.528Z] #43 7.911   PBCC     images/userns.pb-c.c
10:50:32 [2021-05-03T10:50:32.528Z] #43 7.927   DEP      images/userns.pb-c.d
10:50:32 [2021-05-03T10:50:32.528Z] #43 7.988   PBCC     images/cgroup.pb-c.c
10:50:32 [2021-05-03T10:50:32.528Z] #43 8.011   DEP      images/cgroup.pb-c.d
10:50:32 [2021-05-03T10:50:32.528Z] #43 8.096   PBCC     images/ext-file.pb-c.c
10:50:32 [2021-05-03T10:50:32.528Z] #43 8.123   DEP      images/ext-file.pb-c.d
10:50:32 [2021-05-03T10:50:32.528Z] #43 8.181   PBCC     images/rpc.pb-c.c
10:50:32 [2021-05-03T10:50:32.528Z] #43 8.261   DEP      images/rpc.pb-c.d
10:50:32 [2021-05-03T10:50:32.528Z] #43 8.302   PBCC     images/siginfo.pb-c.c
10:50:32 [2021-05-03T10:50:32.529Z] #43 8.330   DEP      images/siginfo.pb-c.d
10:50:32 [2021-05-03T10:50:32.529Z] #43 8.376   PBCC     images/pagemap.pb-c.c
10:50:32 [2021-05-03T10:50:32.529Z] #43 8.440   DEP      images/pagemap.pb-c.d
10:50:32 [2021-05-03T10:50:32.529Z] #43 8.528   PBCC     images/rlimit.pb-c.c
10:50:32 [2021-05-03T10:50:32.529Z] #43 8.572   DEP      images/rlimit.pb-c.d
10:50:32 [2021-05-03T10:50:32.529Z] #43 8.616   PBCC     images/file-lock.pb-c.c
10:50:32 [2021-05-03T10:50:32.529Z] #43 8.652   DEP      images/file-lock.pb-c.d
10:50:32 [2021-05-03T10:50:32.529Z] #43 8.710   PBCC     images/tty.pb-c.c
10:50:32 [2021-05-03T10:50:32.529Z] #43 8.784   DEP      images/tty.pb-c.d
10:50:32 [2021-05-03T10:50:32.529Z] #43 8.846   PBCC     images/tun.pb-c.c
10:50:32 [2021-05-03T10:50:32.529Z] #43 8.873   PBCC     images/netdev.pb-c.c
10:50:32 [2021-05-03T10:50:32.529Z] #43 8.939   DEP      images/tun.pb-c.d
10:50:32 [2021-05-03T10:50:32.529Z] #43 8.984   DEP      images/netdev.pb-c.d
10:50:32 [2021-05-03T10:50:32.529Z] #43 9.052   PBCC     images/vma.pb-c.c
10:50:32 [2021-05-03T10:50:32.529Z] #43 9.081   DEP      images/vma.pb-c.d
10:50:32 [2021-05-03T10:50:32.529Z] #43 9.167   PBCC     images/creds.pb-c.c
10:50:32 [2021-05-03T10:50:32.529Z] #43 9.177   DEP      images/creds.pb-c.d
10:50:32 [2021-05-03T10:50:32.529Z] #43 9.219   PBCC     images/utsns.pb-c.c
10:50:32 [2021-05-03T10:50:32.529Z] #43 9.235   DEP      images/utsns.pb-c.d
10:50:32 [2021-05-03T10:50:32.529Z] #43 9.284   PBCC     images/ipc-desc.pb-c.c
10:50:32 [2021-05-03T10:50:32.529Z] #43 9.332   PBCC     images/ipc-sem.pb-c.c
10:50:32 [2021-05-03T10:50:32.529Z] #43 9.368   DEP      images/ipc-desc.pb-c.d
10:50:32 [2021-05-03T10:50:32.529Z] #43 9.443   DEP      images/ipc-sem.pb-c.d
10:50:32 [2021-05-03T10:50:32.529Z] #43 9.488   PBCC     images/ipc-msg.pb-c.c
10:50:32 [2021-05-03T10:50:32.529Z] #43 9.519   DEP      images/ipc-msg.pb-c.d
10:50:32 [2021-05-03T10:50:32.529Z] #43 9.556   PBCC     images/ipc-shm.pb-c.c
10:50:32 [2021-05-03T10:50:32.529Z] #43 9.625   DEP      images/ipc-shm.pb-c.d
10:50:32 [2021-05-03T10:50:32.529Z] #43 9.701   PBCC     images/ipc-var.pb-c.c
10:50:32 [2021-05-03T10:50:32.529Z] #43 9.725   DEP      images/ipc-var.pb-c.d
10:50:32 [2021-05-03T10:50:32.529Z] #43 9.776   PBCC     images/sk-opts.pb-c.c
10:50:32 [2021-05-03T10:50:32.529Z] #43 9.844   PBCC     images/packet-sock.pb-c.c
10:50:32 [2021-05-03T10:50:32.529Z] #43 9.921   DEP      images/sk-opts.pb-c.d
10:50:32 [2021-05-03T10:50:32.529Z] #43 9.981   DEP      images/packet-sock.pb-c.d
10:50:32 [2021-05-03T10:50:32.529Z] #43 10.04   PBCC     images/sk-netlink.pb-c.c
10:50:32 [2021-05-03T10:50:32.529Z] #43 10.06   DEP      images/sk-netlink.pb-c.d
10:50:32 [2021-05-03T10:50:32.529Z] #43 10.13   PBCC     images/sk-inet.pb-c.c
10:50:32 [2021-05-03T10:50:32.529Z] #43 10.17   DEP      images/sk-inet.pb-c.d
10:50:32 [2021-05-03T10:50:32.529Z] #43 10.22   PBCC     images/sk-unix.pb-c.c
10:50:32 [2021-05-03T10:50:32.529Z] #43 10.27   DEP      images/sk-unix.pb-c.d
10:50:32 [2021-05-03T10:50:32.529Z] #43 10.35   PBCC     images/mm.pb-c.c
10:50:32 [2021-05-03T10:50:32.529Z] #43 10.44   DEP      images/mm.pb-c.d
10:50:32 [2021-05-03T10:50:32.529Z] #43 10.51   PBCC     images/timerfd.pb-c.c
10:50:32 [2021-05-03T10:50:32.529Z] #43 10.55   DEP      images/timerfd.pb-c.d
10:50:32 [2021-05-03T10:50:32.529Z] #43 10.60   PBCC     images/timer.pb-c.c
10:50:32 [2021-05-03T10:50:32.529Z] #43 10.61   DEP      images/timer.pb-c.d
10:50:32 [2021-05-03T10:50:32.529Z] #43 10.64   PBCC     images/sa.pb-c.c
10:50:32 [2021-05-03T10:50:32.529Z] #43 10.68   DEP      images/sa.pb-c.d
10:50:32 [2021-05-03T10:50:32.529Z] #43 10.73   PBCC     images/pipe-data.pb-c.c
10:50:32 [2021-05-03T10:50:32.529Z] #43 10.75   DEP      images/pipe-data.pb-c.d
10:50:32 [2021-05-03T10:50:32.529Z] #43 10.78   PBCC     images/mnt.pb-c.c
10:50:32 [2021-05-03T10:50:32.529Z] #43 10.82   DEP      images/mnt.pb-c.d
10:50:32 [2021-05-03T10:50:32.529Z] #43 10.87   PBCC     images/sk-packet.pb-c.c
10:50:32 [2021-05-03T10:50:32.529Z] #43 10.90   DEP      images/sk-packet.pb-c.d
10:50:32 [2021-05-03T10:50:32.761Z] #16 1.093 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
10:50:32 [2021-05-03T10:50:32.761Z] #16 DONE 1.2s
10:50:32 [2021-05-03T10:50:32.761Z] 
10:50:32 [2021-05-03T10:50:32.761Z] #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
10:50:32 [2021-05-03T10:50:32.761Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:50:32 [2021-05-03T10:50:32.761Z] #43 46.13   CC       compel/arch/x86/src/lib/infect.o
10:50:32 [2021-05-03T10:50:32.761Z] #43 47.07   CC       compel/src/lib/infect-rpc.o
10:50:32 [2021-05-03T10:50:32.761Z] #43 47.43   CC       compel/src/lib/infect-util.o
10:50:32 [2021-05-03T10:50:32.761Z] #43 47.76   CC       compel/src/lib/infect.o
10:50:32 [2021-05-03T10:50:32.761Z] #43 50.11   CC       compel/src/lib/ptrace.o
10:50:32 [2021-05-03T10:50:32.761Z] #43 50.40   AR       compel/libcompel.a
10:50:32 [2021-05-03T10:50:32.761Z] #43 50.46   HOSTCC   compel/src/main-host.o
10:50:32 [2021-05-03T10:50:32.761Z] #43 50.73   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
10:50:32 [2021-05-03T10:50:32.761Z] #43 50.92   HOSTCC   compel/src/lib/handle-elf-host.o
10:50:32 [2021-05-03T10:50:32.761Z] #43 51.19   HOSTCC   compel/src/lib/log-host.o
10:50:32 [2021-05-03T10:50:32.761Z] #43 51.36   HOSTLINK compel/compel-host-bin
10:50:32 [2021-05-03T10:50:32.761Z] #43 51.57   DEP      soccr/soccr.d
10:50:32 [2021-05-03T10:50:32.761Z] #43 51.70   CC       soccr/soccr.o
10:50:32 [2021-05-03T10:50:32.761Z] #43 53.96   AR       soccr/libsoccr.a
10:50:32 [2021-05-03T10:50:32.761Z] #43 54.01 make[1]: 'soccr/libsoccr.a' is up to date.
10:50:32 [2021-05-03T10:50:32.761Z] #43 54.58   DEP      criu/arch/x86/sigframe.d
10:50:32 [2021-05-03T10:50:32.761Z] #43 54.70   DEP      criu/arch/x86/sigaction_compat.d
10:50:32 [2021-05-03T10:50:32.761Z] #43 54.87   DEP      criu/arch/x86/kerndat.d
10:50:32 [2021-05-03T10:50:32.761Z] #43 55.11   DEP      criu/arch/x86/crtools.d
10:50:32 [2021-05-03T10:50:32.761Z] #43 55.36   DEP      criu/arch/x86/cpu.d
10:50:32 [2021-05-03T10:50:32.761Z] #43 55.54   CC       criu/arch/x86/cpu.o
10:50:32 [2021-05-03T10:50:32.784Z] #43 10.95   PBCC     images/tcp-stream.pb-c.c
10:50:32 [2021-05-03T10:50:32.784Z] #43 11.01   DEP      images/tcp-stream.pb-c.d
10:50:32 [2021-05-03T10:50:32.784Z] #43 11.07   PBCC     images/pipe.pb-c.c
10:50:32 [2021-05-03T10:50:32.784Z] #43 11.16   DEP      images/pipe.pb-c.d
10:50:33 [2021-05-03T10:50:33.013Z] #45 ...
10:50:33 [2021-05-03T10:50:33.013Z] 
10:50:33 [2021-05-03T10:50:33.013Z] #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
10:50:33 [2021-05-03T10:50:33.013Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:50:33 [2021-05-03T10:50:33.013Z] #13 50.45 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]
10:50:33 [2021-05-03T10:50:33.013Z] #13 53.08 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
10:50:33 [2021-05-03T10:50:33.013Z] #13 53.08 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
10:50:33 [2021-05-03T10:50:33.013Z] #13 53.09 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
10:50:33 [2021-05-03T10:50:33.013Z] #13 53.09 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
10:50:33 [2021-05-03T10:50:33.013Z] #13 53.09 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]
10:50:33 [2021-05-03T10:50:33.013Z] #13 53.09 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB]
10:50:33 [2021-05-03T10:50:33.013Z] #13 53.11 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
10:50:33 [2021-05-03T10:50:33.013Z] #13 53.14 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
10:50:33 [2021-05-03T10:50:33.013Z] #13 53.17 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
10:50:33 [2021-05-03T10:50:33.013Z] #13 53.20 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
10:50:33 [2021-05-03T10:50:33.013Z] #13 53.22 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
10:50:33 [2021-05-03T10:50:33.013Z] #13 53.27 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
10:50:33 [2021-05-03T10:50:33.013Z] #13 53.29 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
10:50:33 [2021-05-03T10:50:33.013Z] #13 53.30 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB]
10:50:33 [2021-05-03T10:50:33.013Z] #13 54.47 debconf: delaying package configuration, since apt-utils is not installed
10:50:33 [2021-05-03T10:50:33.013Z] #13 54.68 Fetched 78.2 MB in 8s (10.1 MB/s)
10:50:33 [2021-05-03T10:50:33.013Z] #13 54.80 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
10:50:33 [2021-05-03T10:50:33.013Z] #13 54.88 Preparing to unpack .../libsystemd0_241-7~deb10u7_amd64.deb ...
10:50:33 [2021-05-03T10:50:33.013Z] #13 54.90 Unpacking libsystemd0:amd64 (241-7~deb10u7) over (241-7~deb10u4) ...
10:50:33 [2021-05-03T10:50:33.013Z] #13 55.33 Setting up libsystemd0:amd64 (241-7~deb10u7) ...
10:50:33 [2021-05-03T10:50:33.013Z] #13 55.59 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
10:50:33 [2021-05-03T10:50:33.013Z] #13 55.59 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ...
10:50:33 [2021-05-03T10:50:33.013Z] #13 55.63 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ...
10:50:33 [2021-05-03T10:50:33.022Z] #43 ...
10:50:33 [2021-05-03T10:50:33.022Z] 
10:50:33 [2021-05-03T10:50:33.022Z] #17 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
10:50:33 [2021-05-03T10:50:33.022Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea
10:50:33 [2021-05-03T10:50:33.041Z] #43 11.21   PBCC     images/pstree.pb-c.c
10:50:33 [2021-05-03T10:50:33.041Z] #43 11.23   DEP      images/pstree.pb-c.d
10:50:33 [2021-05-03T10:50:33.041Z] #43 11.27   PBCC     images/fs.pb-c.c
10:50:33 [2021-05-03T10:50:33.041Z] #43 11.32   DEP      images/fs.pb-c.d
10:50:33 [2021-05-03T10:50:33.041Z] #43 11.37   PBCC     images/signalfd.pb-c.c
10:50:33 [2021-05-03T10:50:33.041Z] #43 11.42   DEP      images/signalfd.pb-c.d
10:50:33 [2021-05-03T10:50:33.297Z] #43 11.50   PBCC     images/fh.pb-c.c
10:50:33 [2021-05-03T10:50:33.297Z] #43 11.55   PBCC     images/fsnotify.pb-c.c
10:50:33 [2021-05-03T10:50:33.297Z] #43 11.62   DEP      images/fh.pb-c.d
10:50:33 [2021-05-03T10:50:33.297Z] #43 11.69   DEP      images/fsnotify.pb-c.d
10:50:33 [2021-05-03T10:50:33.386Z] #67 ...
10:50:33 [2021-05-03T10:50:33.386Z] 
10:50:33 [2021-05-03T10:50:33.386Z] #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
10:50:33 [2021-05-03T10:50:33.386Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
10:50:33 [2021-05-03T10:50:33.386Z] #13 7.899 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [280 kB]
10:50:33 [2021-05-03T10:50:33.386Z] #13 9.631 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [10.8 kB]
10:50:33 [2021-05-03T10:50:33.386Z] #13 17.88 Fetched 8773 kB in 14s (610 kB/s)
10:50:33 [2021-05-03T10:50:33.386Z] #13 17.88 Reading package lists...
10:50:33 [2021-05-03T10:50:33.386Z] #13 ...
10:50:33 [2021-05-03T10:50:33.386Z] 
10:50:33 [2021-05-03T10:50:33.386Z] #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
10:50:33 [2021-05-03T10:50:33.386Z] #49 sha256:747d26d790ba66456381a333c10940d14d243aaa8678d192bf4c47c5deeb0da8
10:50:33 [2021-05-03T10:50:33.386Z] #49 17.03 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
10:50:33 [2021-05-03T10:50:33.386Z] #49 17.03 go: downloading github.com/inconshreveable/mousetrap v1.0.0
10:50:33 [2021-05-03T10:50:33.386Z] #49 17.16 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
10:50:33 [2021-05-03T10:50:33.386Z] #49 17.35 go: extracting github.com/inconshreveable/mousetrap v1.0.0
10:50:33 [2021-05-03T10:50:33.386Z] #49 17.35 go: downloading github.com/uudashr/gocognit v1.0.1
10:50:33 [2021-05-03T10:50:33.386Z] #49 17.49 go: extracting github.com/uudashr/gocognit v1.0.1
10:50:33 [2021-05-03T10:50:33.386Z] #49 17.49 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
10:50:33 [2021-05-03T10:50:33.386Z] #49 17.89 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
10:50:33 [2021-05-03T10:50:33.386Z] #49 18.89 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
10:50:33 [2021-05-03T10:50:33.386Z] #49 19.57 go: downloading github.com/magiconair/properties v1.8.1
10:50:33 [2021-05-03T10:50:33.386Z] #49 19.76 go: extracting github.com/magiconair/properties v1.8.1
10:50:33 [2021-05-03T10:50:33.386Z] #49 19.85 go: downloading github.com/pelletier/go-toml v1.2.0
10:50:33 [2021-05-03T10:50:33.386Z] #49 19.96 go: extracting github.com/pelletier/go-toml v1.2.0
10:50:33 [2021-05-03T10:50:33.386Z] #49 20.03 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
10:50:33 [2021-05-03T10:50:33.386Z] #49 20.08 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
10:50:33 [2021-05-03T10:50:33.386Z] #49 20.09 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
10:50:33 [2021-05-03T10:50:33.386Z] #49 20.11 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
10:50:33 [2021-05-03T10:50:33.386Z] #49 20.13 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
10:50:33 [2021-05-03T10:50:33.386Z] #49 20.20 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
10:50:33 [2021-05-03T10:50:33.554Z] #43 11.75   PBCC     images/eventpoll.pb-c.c
10:50:33 [2021-05-03T10:50:33.554Z] #43 11.77   DEP      images/eventpoll.pb-c.d
10:50:33 [2021-05-03T10:50:33.554Z] #43 11.83   PBCC     images/eventfd.pb-c.c
10:50:33 [2021-05-03T10:50:33.554Z] #43 11.87   DEP      images/eventfd.pb-c.d
10:50:33 [2021-05-03T10:50:33.554Z] #43 11.92   PBCC     images/remap-file-path.pb-c.c
10:50:33 [2021-05-03T10:50:33.554Z] #43 11.93   DEP      images/remap-file-path.pb-c.d
10:50:33 [2021-05-03T10:50:33.585Z] #13 56.34 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ...
10:50:33 [2021-05-03T10:50:33.810Z] #43 12.00   PBCC     images/fifo.pb-c.c
10:50:33 [2021-05-03T10:50:33.810Z] #43 12.02   DEP      images/fifo.pb-c.d
10:50:33 [2021-05-03T10:50:33.849Z] #13 56.59 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
10:50:33 [2021-05-03T10:50:33.849Z] #13 56.62 Preparing to unpack .../libudev1_241-7~deb10u7_amd64.deb ...
10:50:33 [2021-05-03T10:50:33.854Z] #56 ...
10:50:33 [2021-05-03T10:50:33.854Z] 
10:50:33 [2021-05-03T10:50:33.854Z] #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
10:50:33 [2021-05-03T10:50:33.854Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
10:50:34 [2021-05-03T10:50:34.066Z] #43 12.09   PBCC     images/ghost-file.pb-c.c
10:50:34 [2021-05-03T10:50:34.066Z] #43 12.14   DEP      images/ghost-file.pb-c.d
10:50:34 [2021-05-03T10:50:34.066Z] #43 12.21   PBCC     images/regfile.pb-c.c
10:50:34 [2021-05-03T10:50:34.066Z] #43 12.27   DEP      images/regfile.pb-c.d
10:50:34 [2021-05-03T10:50:34.066Z] #43 12.33   PBCC     images/ns.pb-c.c
10:50:34 [2021-05-03T10:50:34.066Z] #43 12.35   DEP      images/ns.pb-c.d
10:50:34 [2021-05-03T10:50:34.066Z] #43 12.41   PBCC     images/fdinfo.pb-c.c
10:50:34 [2021-05-03T10:50:34.066Z] #43 12.46   DEP      images/fdinfo.pb-c.d
10:50:34 [2021-05-03T10:50:34.066Z] #43 ...
10:50:34 [2021-05-03T10:50:34.066Z] 
10:50:34 [2021-05-03T10:50:34.066Z] #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
10:50:34 [2021-05-03T10:50:34.066Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:50:34 [2021-05-03T10:50:34.066Z] #13 80.84 Selecting previously unselected package mingw-w64-x86-64-dev.
10:50:34 [2021-05-03T10:50:34.066Z] #13 80.85 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
10:50:34 [2021-05-03T10:50:34.066Z] #13 80.85 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
10:50:34 [2021-05-03T10:50:34.066Z] #13 86.92 Selecting previously unselected package gcc-mingw-w64-base.
10:50:34 [2021-05-03T10:50:34.066Z] #13 86.94 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
10:50:34 [2021-05-03T10:50:34.066Z] #13 86.94 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
10:50:34 [2021-05-03T10:50:34.067Z] #13 87.09 Selecting previously unselected package gcc-mingw-w64-x86-64.
10:50:34 [2021-05-03T10:50:34.067Z] #13 87.09 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
10:50:34 [2021-05-03T10:50:34.067Z] #13 87.11 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
10:50:34 [2021-05-03T10:50:34.109Z] #13 56.67 Unpacking libudev1:amd64 (241-7~deb10u7) over (241-7~deb10u4) ...
10:50:34 [2021-05-03T10:50:34.116Z] #32 60.44 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.
10:50:34 [2021-05-03T10:50:34.323Z] #13 ...
10:50:34 [2021-05-03T10:50:34.323Z] 
10:50:34 [2021-05-03T10:50:34.323Z] #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
10:50:34 [2021-05-03T10:50:34.323Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:50:34 [2021-05-03T10:50:34.323Z] #43 12.50   PBCC     images/core-aarch64.pb-c.c
10:50:34 [2021-05-03T10:50:34.323Z] #43 12.54   PBCC     images/core-arm.pb-c.c
10:50:34 [2021-05-03T10:50:34.323Z] #43 12.59   PBCC     images/core-ppc64.pb-c.c
10:50:34 [2021-05-03T10:50:34.368Z] #13 56.91 Setting up libudev1:amd64 (241-7~deb10u7) ...
10:50:34 [2021-05-03T10:50:34.368Z] #13 57.10 Selecting previously unselected package binutils-mingw-w64-i686.
10:50:34 [2021-05-03T10:50:34.375Z] #32 61.09 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
10:50:34 [2021-05-03T10:50:34.409Z] #17 ...
10:50:34 [2021-05-03T10:50:34.409Z] 
10:50:34 [2021-05-03T10:50:34.409Z] #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
10:50:34 [2021-05-03T10:50:34.409Z] #58 sha256:0fc2e074b3ab98a27c7c5454cc7102bee28624af7ef8822a14b68874205cdfb5
10:50:34 [2021-05-03T10:50:34.409Z] #58 111.4 + for f in rootlesskit rootlesskit-docker-proxy
10:50:34 [2021-05-03T10:50:34.409Z] #58 111.4 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
10:50:34 [2021-05-03T10:50:34.409Z] #58 DONE 121.5s
10:50:34 [2021-05-03T10:50:34.409Z] 
10:50:34 [2021-05-03T10:50:34.409Z] #17 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
10:50:34 [2021-05-03T10:50:34.409Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea
10:50:34 [2021-05-03T10:50:34.409Z] #17 DONE 1.4s
10:50:34 [2021-05-03T10:50:34.409Z] 
10:50:34 [2021-05-03T10:50:34.409Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
10:50:34 [2021-05-03T10:50:34.409Z] #59 sha256:4b365079cf8ca71833385b88e2ccef06af45c155fab5750f5f27249f9a8c1c27
10:50:34 [2021-05-03T10:50:34.409Z] #59 DONE 0.2s
10:50:34 [2021-05-03T10:50:34.409Z] 
10:50:34 [2021-05-03T10:50:34.409Z] #18 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
10:50:34 [2021-05-03T10:50:34.409Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6
10:50:34 [2021-05-03T10:50:34.579Z] #43 12.68   PBCC     images/core-s390.pb-c.c
10:50:34 [2021-05-03T10:50:34.579Z] #43 12.74   PBCC     images/core-x86.pb-c.c
10:50:34 [2021-05-03T10:50:34.579Z] #43 12.83   PBCC     images/core.pb-c.c
10:50:34 [2021-05-03T10:50:34.627Z] #13 57.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.)
10:50:34 [2021-05-03T10:50:34.627Z] #13 57.19 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
10:50:34 [2021-05-03T10:50:34.627Z] #13 57.26 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
10:50:34 [2021-05-03T10:50:34.627Z] #13 ...
10:50:34 [2021-05-03T10:50:34.627Z] 
10:50:34 [2021-05-03T10:50:34.627Z] #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
10:50:34 [2021-05-03T10:50:34.627Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
10:50:34 [2021-05-03T10:50:34.627Z] #36 58.38 Selecting previously unselected package libxml2:amd64.
10:50:34 [2021-05-03T10:50:34.627Z] #36 58.38 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ...
10:50:34 [2021-05-03T10:50:34.627Z] #36 58.38 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
10:50:34 [2021-05-03T10:50:34.627Z] #36 58.91 Selecting previously unselected package libarchive13:amd64.
10:50:34 [2021-05-03T10:50:34.627Z] #36 58.94 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
10:50:34 [2021-05-03T10:50:34.627Z] #36 58.94 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
10:50:34 [2021-05-03T10:50:34.627Z] #36 59.27 Selecting previously unselected package libjsoncpp1:amd64.
10:50:34 [2021-05-03T10:50:34.627Z] #36 59.27 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
10:50:34 [2021-05-03T10:50:34.627Z] #36 59.30 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
10:50:34 [2021-05-03T10:50:34.627Z] #36 59.69 Selecting previously unselected package librhash0:amd64.
10:50:34 [2021-05-03T10:50:34.627Z] #36 59.69 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
10:50:34 [2021-05-03T10:50:34.627Z] #36 59.69 Unpacking librhash0:amd64 (1.3.8-1) ...
10:50:34 [2021-05-03T10:50:34.627Z] #36 59.90 Selecting previously unselected package libuv1:amd64.
10:50:34 [2021-05-03T10:50:34.627Z] #36 59.90 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ...
10:50:34 [2021-05-03T10:50:34.627Z] #36 59.91 Unpacking libuv1:amd64 (1.24.1-1) ...
10:50:34 [2021-05-03T10:50:34.627Z] #36 60.08 Selecting previously unselected package cmake.
10:50:34 [2021-05-03T10:50:34.627Z] #36 60.08 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
10:50:34 [2021-05-03T10:50:34.627Z] #36 60.11 Unpacking cmake (3.13.4-1) ...
10:50:34 [2021-05-03T10:50:34.627Z] #36 63.06 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
10:50:34 [2021-05-03T10:50:34.627Z] #36 63.10 Setting up xxd (2:8.1.0875-5) ...
10:50:34 [2021-05-03T10:50:34.627Z] #36 63.11 Setting up libuv1:amd64 (1.24.1-1) ...
10:50:34 [2021-05-03T10:50:34.627Z] #36 63.13 Setting up vim-common (2:8.1.0875-5) ...
10:50:34 [2021-05-03T10:50:34.627Z] #36 63.20 Setting up librhash0:amd64 (1.3.8-1) ...
10:50:34 [2021-05-03T10:50:34.627Z] #36 63.24 Setting up cmake-data (3.13.4-1) ...
10:50:34 [2021-05-03T10:50:34.627Z] #36 63.27 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
10:50:34 [2021-05-03T10:50:34.627Z] #36 63.31 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
10:50:34 [2021-05-03T10:50:34.627Z] #36 63.32 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
10:50:34 [2021-05-03T10:50:34.627Z] #36 63.34 Setting up cmake (3.13.4-1) ...
10:50:34 [2021-05-03T10:50:34.627Z] #36 63.37 Processing triggers for libc-bin (2.28-10) ...
10:50:34 [2021-05-03T10:50:34.627Z] #36 63.42 Processing triggers for mime-support (3.62) ...
10:50:34 [2021-05-03T10:50:34.627Z] #36 DONE 63.8s
10:50:34 [2021-05-03T10:50:34.627Z] 
10:50:34 [2021-05-03T10:50:34.627Z] #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
10:50:34 [2021-05-03T10:50:34.627Z] #37 sha256:9773869dd1f11952e5a99d0959145f18fb33ef6d2e1cfade7f46128fda69648b
10:50:34 [2021-05-03T10:50:34.635Z] #32 ...
10:50:34 [2021-05-03T10:50:34.635Z] 
10:50:34 [2021-05-03T10:50:34.635Z] #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
10:50:34 [2021-05-03T10:50:34.635Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:50:34 [2021-05-03T10:50:34.635Z] #13 40.79 Reading package lists...
10:50:34 [2021-05-03T10:50:34.635Z] #13 47.12 Building dependency tree...
10:50:34 [2021-05-03T10:50:34.635Z] #13 50.31 The following additional packages will be installed:
10:50:34 [2021-05-03T10:50:34.635Z] #13 50.33   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
10:50:34 [2021-05-03T10:50:34.635Z] #13 50.33   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
10:50:34 [2021-05-03T10:50:34.635Z] #13 50.35   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
10:50:34 [2021-05-03T10:50:34.635Z] #13 50.35   libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1
10:50:34 [2021-05-03T10:50:34.635Z] #13 50.37   mingw-w64-common mingw-w64-x86-64-dev
10:50:34 [2021-05-03T10:50:34.635Z] #13 50.37 Suggested packages:
10:50:34 [2021-05-03T10:50:34.635Z] #13 50.37   gcc-8-locales seccomp wine64
10:50:34 [2021-05-03T10:50:34.635Z] #13 51.97 The following NEW packages will be installed:
10:50:34 [2021-05-03T10:50:34.635Z] #13 51.97   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
10:50:34 [2021-05-03T10:50:34.635Z] #13 51.97   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
10:50:34 [2021-05-03T10:50:34.635Z] #13 51.97   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
10:50:34 [2021-05-03T10:50:34.635Z] #13 51.99   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
10:50:34 [2021-05-03T10:50:34.635Z] #13 51.99   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
10:50:34 [2021-05-03T10:50:34.635Z] #13 52.00   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
10:50:34 [2021-05-03T10:50:34.635Z] #13 52.00 The following packages will be upgraded:
10:50:34 [2021-05-03T10:50:34.635Z] #13 52.02   libseccomp2 libsystemd0 libudev1
10:50:34 [2021-05-03T10:50:34.635Z] #13 52.44 3 upgraded, 25 newly installed, 0 to remove and 27 not upgraded.
10:50:34 [2021-05-03T10:50:34.635Z] #13 52.44 Need to get 78.2 MB of archives.
10:50:34 [2021-05-03T10:50:34.635Z] #13 52.44 After this operation, 487 MB of additional disk space will be used.
10:50:34 [2021-05-03T10:50:34.635Z] #13 52.44 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB]
10:50:34 [2021-05-03T10:50:34.635Z] #13 52.44 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB]
10:50:34 [2021-05-03T10:50:34.635Z] #13 52.46 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u7 [332 kB]
10:50:34 [2021-05-03T10:50:34.635Z] #13 52.48 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u7 [151 kB]
10:50:34 [2021-05-03T10:50:34.635Z] #13 52.48 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]
10:50:34 [2021-05-03T10:50:34.635Z] #13 52.69 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]
10:50:34 [2021-05-03T10:50:34.635Z] #13 52.95 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
10:50:34 [2021-05-03T10:50:34.635Z] #13 52.95 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
10:50:34 [2021-05-03T10:50:34.635Z] #13 52.95 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
10:50:34 [2021-05-03T10:50:34.635Z] #13 52.96 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
10:50:34 [2021-05-03T10:50:34.635Z] #13 53.45 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
10:50:34 [2021-05-03T10:50:34.635Z] #13 53.77 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]
10:50:34 [2021-05-03T10:50:34.635Z] #13 53.78 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]
10:50:34 [2021-05-03T10:50:34.635Z] #13 ...
10:50:34 [2021-05-03T10:50:34.635Z] 
10:50:34 [2021-05-03T10:50:34.635Z] #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
10:50:34 [2021-05-03T10:50:34.635Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
10:50:34 [2021-05-03T10:50:34.635Z] #42 60.17 Selecting previously unselected package libprotoc17:amd64.
10:50:34 [2021-05-03T10:50:34.635Z] #42 60.17 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ...
10:50:34 [2021-05-03T10:50:34.635Z] #42 60.18 Unpacking libprotoc17:amd64 (3.6.1.3-2) ...
10:50:34 [2021-05-03T10:50:34.635Z] #42 60.77 Selecting previously unselected package protobuf-c-compiler.
10:50:34 [2021-05-03T10:50:34.635Z] #42 60.78 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ...
10:50:34 [2021-05-03T10:50:34.635Z] #42 60.79 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
10:50:34 [2021-05-03T10:50:34.635Z] #42 60.90 Selecting previously unselected package protobuf-compiler.
10:50:34 [2021-05-03T10:50:34.635Z] #42 60.90 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ...
10:50:34 [2021-05-03T10:50:34.635Z] #42 60.92 Unpacking protobuf-compiler (3.6.1.3-2) ...
10:50:34 [2021-05-03T10:50:34.635Z] #42 61.06 Selecting previously unselected package python-pkg-resources.
10:50:34 [2021-05-03T10:50:34.635Z] #42 61.07 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
10:50:34 [2021-05-03T10:50:34.635Z] #42 61.07 Unpacking python-pkg-resources (40.8.0-1) ...
10:50:34 [2021-05-03T10:50:34.635Z] #42 61.32 Selecting previously unselected package python-six.
10:50:34 [2021-05-03T10:50:34.635Z] #42 61.33 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
10:50:34 [2021-05-03T10:50:34.635Z] #42 61.35 Unpacking python-six (1.12.0-1) ...
10:50:34 [2021-05-03T10:50:34.635Z] #42 61.43 Selecting previously unselected package python-protobuf.
10:50:34 [2021-05-03T10:50:34.635Z] #42 61.43 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ...
10:50:34 [2021-05-03T10:50:34.635Z] #42 61.44 Unpacking python-protobuf (3.6.1.3-2) ...
10:50:34 [2021-05-03T10:50:34.635Z] #42 62.00 Setting up python-pkg-resources (40.8.0-1) ...
10:50:34 [2021-05-03T10:50:34.670Z] #18 ...
10:50:34 [2021-05-03T10:50:34.670Z] 
10:50:34 [2021-05-03T10:50:34.670Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
10:50:34 [2021-05-03T10:50:34.670Z] #60 sha256:b8787e0942def80a097182ed11a35c2cc2220d07c465f85b676d4b242dd66939
10:50:34 [2021-05-03T10:50:34.670Z] #60 DONE 0.1s
10:50:34 [2021-05-03T10:50:34.670Z] 
10:50:34 [2021-05-03T10:50:34.670Z] #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
10:50:34 [2021-05-03T10:50:34.670Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:50:34 [2021-05-03T10:50:34.670Z] #43 56.52   CC       criu/arch/x86/crtools.o
10:50:34 [2021-05-03T10:50:34.788Z] #49 21.81 go: downloading github.com/spf13/afero v1.1.2
10:50:34 [2021-05-03T10:50:34.788Z] #49 21.83 go: downloading github.com/ultraware/whitespace v0.0.4
10:50:34 [2021-05-03T10:50:34.788Z] #49 21.85 go: downloading github.com/fsnotify/fsnotify v1.4.7
10:50:34 [2021-05-03T10:50:34.788Z] #49 21.87 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
10:50:34 [2021-05-03T10:50:34.788Z] #49 21.89 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
10:50:34 [2021-05-03T10:50:34.788Z] #49 21.90 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
10:50:34 [2021-05-03T10:50:34.788Z] #49 21.90 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
10:50:34 [2021-05-03T10:50:34.788Z] #49 21.91 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
10:50:34 [2021-05-03T10:50:34.788Z] #49 21.93 go: extracting github.com/ultraware/whitespace v0.0.4
10:50:34 [2021-05-03T10:50:34.788Z] #49 21.93 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
10:50:34 [2021-05-03T10:50:34.788Z] #49 21.94 go: downloading github.com/subosito/gotenv v1.2.0
10:50:34 [2021-05-03T10:50:34.788Z] #49 21.97 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
10:50:34 [2021-05-03T10:50:34.788Z] #49 21.99 go: extracting github.com/spf13/afero v1.1.2
10:50:34 [2021-05-03T10:50:34.788Z] #49 22.01 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
10:50:34 [2021-05-03T10:50:34.788Z] #49 22.03 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
10:50:34 [2021-05-03T10:50:34.788Z] #49 22.07 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
10:50:34 [2021-05-03T10:50:34.835Z] #43 12.92   PBCC     images/inventory.pb-c.c
10:50:34 [2021-05-03T10:50:34.835Z] #43 13.01   DEP      images/core-aarch64.pb-c.d
10:50:34 [2021-05-03T10:50:34.835Z] #43 ...
10:50:34 [2021-05-03T10:50:34.835Z] 
10:50:34 [2021-05-03T10:50:34.835Z] #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
10:50:34 [2021-05-03T10:50:34.835Z] #51 sha256:41ef245701595d35071486a1641080ced55cb70b1fcca4ecc01b91f56eac9656
10:50:34 [2021-05-03T10:50:34.835Z] #51 87.23 encoding/json
10:50:34 [2021-05-03T10:50:34.835Z] #51 92.28 github.com/pkg/diff
10:50:34 [2021-05-03T10:50:34.835Z] #51 93.32 go/ast
10:50:34 [2021-05-03T10:50:34.835Z] #51 94.10 golang.org/x/crypto/ssh/terminal
10:50:34 [2021-05-03T10:50:34.835Z] #51 95.54 mvdan.cc/editorconfig
10:50:34 [2021-05-03T10:50:34.835Z] #51 96.80 mvdan.cc/sh/v3/fileutil
10:50:34 [2021-05-03T10:50:34.835Z] #51 96.91 text/tabwriter
10:50:34 [2021-05-03T10:50:34.835Z] #51 ...
10:50:34 [2021-05-03T10:50:34.835Z] 
10:50:34 [2021-05-03T10:50:34.835Z] #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
10:50:34 [2021-05-03T10:50:34.835Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:50:34 [2021-05-03T10:50:34.835Z] #43 13.09   DEP      images/core-arm.pb-c.d
10:50:34 [2021-05-03T10:50:34.835Z] #43 13.15   DEP      images/core-ppc64.pb-c.d
10:50:35 [2021-05-03T10:50:35.069Z] #49 ...
10:50:35 [2021-05-03T10:50:35.069Z] 
10:50:35 [2021-05-03T10:50:35.069Z] #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
10:50:35 [2021-05-03T10:50:35.069Z] #29 sha256:30f8f9ed6948556853b324ede7d9dd792659147bc343ab70600dbd402c22ac1b
10:50:35 [2021-05-03T10:50:35.069Z] #29 2.570 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
10:50:35 [2021-05-03T10:50:35.069Z] #29 2.934 
10:50:35 [2021-05-03T10:50:35.092Z] #43 13.19   DEP      images/core-s390.pb-c.d
10:50:35 [2021-05-03T10:50:35.092Z] #43 13.24   DEP      images/core-x86.pb-c.d
10:50:35 [2021-05-03T10:50:35.092Z] #43 13.32   DEP      images/core.pb-c.d
10:50:35 [2021-05-03T10:50:35.092Z] #43 13.39   DEP      images/inventory.pb-c.d
10:50:35 [2021-05-03T10:50:35.092Z] #43 13.44   PBCC     images/cpuinfo.pb-c.c
10:50:35 [2021-05-03T10:50:35.348Z] #43 13.47   DEP      images/cpuinfo.pb-c.d
10:50:35 [2021-05-03T10:50:35.348Z] #43 13.51   PBCC     images/stats.pb-c.c
10:50:35 [2021-05-03T10:50:35.348Z] #43 13.55   DEP      images/stats.pb-c.d
10:50:35 [2021-05-03T10:50:35.573Z] #42 ...
10:50:35 [2021-05-03T10:50:35.573Z] 
10:50:35 [2021-05-03T10:50:35.573Z] #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
10:50:35 [2021-05-03T10:50:35.573Z] #45 sha256:5be091d371b3ee9e5fdfa7afb55a5178f0911cf54926b027e86550f7bde27bc6
10:50:35 [2021-05-03T10:50:35.573Z] #45 52.75 sync
10:50:35 [2021-05-03T10:50:35.573Z] #45 52.80 internal/reflectlite
10:50:35 [2021-05-03T10:50:35.573Z] #45 54.63 github.com/LK4D4/vndr/godl/singleflight
10:50:35 [2021-05-03T10:50:35.573Z] #45 55.02 math/rand
10:50:35 [2021-05-03T10:50:35.573Z] #45 56.29 internal/singleflight
10:50:35 [2021-05-03T10:50:35.573Z] #45 56.72 errors
10:50:35 [2021-05-03T10:50:35.573Z] #45 56.72 sort
10:50:35 [2021-05-03T10:50:35.573Z] #45 57.05 io
10:50:35 [2021-05-03T10:50:35.573Z] #45 57.80 strconv
10:50:35 [2021-05-03T10:50:35.573Z] #45 58.11 bytes
10:50:35 [2021-05-03T10:50:35.573Z] #45 60.38 bufio
10:50:35 [2021-05-03T10:50:35.573Z] #45 61.36 reflect
10:50:35 [2021-05-03T10:50:35.573Z] #45 62.12 syscall
10:50:35 [2021-05-03T10:50:35.603Z] #29 3.221 
                                                                           0.0%
#                                                                          2.4%
####                                                                       6.5%
########                                                                  11.4%
############                                                              17.3%
################                                                          23.0%
####################                                                      28.5%
#########################                                                 34.8%
############################                                              39.5%
################################                                          45.4%
##################################                                        48.3%
########################################                                  55.7%
###########################################                               60.6%
###############################################                           65.6%
###################################################                       71.4%
#######################################################                   76.4%
##########################################################                81.4%
#############################################################             85.4%
#################################################################         90.4%
###################################################################       94.4%
######################################################################    98.3%
######################################################################## 100.0%
10:50:35 [2021-05-03T10:50:35.832Z] #45 ...
10:50:35 [2021-05-03T10:50:35.832Z] 
10:50:35 [2021-05-03T10:50:35.832Z] #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
10:50:35 [2021-05-03T10:50:35.832Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
10:50:35 [2021-05-03T10:50:35.832Z] #32 61.80 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
10:50:36 [2021-05-03T10:50:36.056Z] #43 58.92   CC       criu/arch/x86/kerndat.o
10:50:36 [2021-05-03T10:50:36.056Z] #43 ...
10:50:36 [2021-05-03T10:50:36.056Z] 
10:50:36 [2021-05-03T10:50:36.056Z] #18 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
10:50:36 [2021-05-03T10:50:36.056Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6
10:50:36 [2021-05-03T10:50:36.056Z] #18 DONE 1.8s
10:50:36 [2021-05-03T10:50:36.177Z] #29 5.986 #=#=#                                                                         
10:50:36 [2021-05-03T10:50:36.317Z] 
10:50:36 [2021-05-03T10:50:36.317Z] #19 [dev-systemd-false  6/26] RUN ldconfig
10:50:36 [2021-05-03T10:50:36.317Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df
10:50:36 [2021-05-03T10:50:36.443Z] #29 6.251 
                                                                           0.1%
####################                                                      29.0%
10:50:36 [2021-05-03T10:50:36.443Z] #29 ...
10:50:36 [2021-05-03T10:50:36.443Z] 
10:50:36 [2021-05-03T10:50:36.443Z] #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
10:50:36 [2021-05-03T10:50:36.443Z] #58 sha256:50814f4f3fefb88e33d481f2b34a6af78a66edf70dcb2149319be0f26d624354
10:50:36 [2021-05-03T10:50:36.443Z] #58 13.62 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777
10:50:36 [2021-05-03T10:50:36.443Z] #58 14.13 go: extracting github.com/u-root/u-root v7.0.0+incompatible
10:50:36 [2021-05-03T10:50:36.443Z] #58 16.14 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
10:50:36 [2021-05-03T10:50:36.443Z] #58 16.22 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0
10:50:36 [2021-05-03T10:50:36.443Z] #58 16.29 go: downloading github.com/russross/blackfriday/v2 v2.1.0
10:50:36 [2021-05-03T10:50:36.443Z] #58 16.82 go: extracting github.com/russross/blackfriday/v2 v2.1.0
10:50:36 [2021-05-03T10:50:36.443Z] #58 20.64 go: finding github.com/pkg/errors v0.9.1
10:50:36 [2021-05-03T10:50:36.443Z] #58 20.66 go: finding github.com/sirupsen/logrus v1.8.1
10:50:36 [2021-05-03T10:50:36.443Z] #58 20.68 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
10:50:36 [2021-05-03T10:50:36.443Z] #58 20.93 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
10:50:36 [2021-05-03T10:50:36.443Z] #58 20.96 go: finding github.com/google/uuid v1.2.0
10:50:36 [2021-05-03T10:50:36.443Z] #58 21.13 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
10:50:36 [2021-05-03T10:50:36.443Z] #58 21.31 go: finding github.com/moby/vpnkit v0.5.0
10:50:36 [2021-05-03T10:50:36.443Z] #58 21.33 go: finding github.com/gofrs/flock v0.8.0
10:50:36 [2021-05-03T10:50:36.443Z] #58 21.38 go: finding github.com/gorilla/mux v1.8.0
10:50:36 [2021-05-03T10:50:36.443Z] #58 21.47 go: finding github.com/moby/sys/mountinfo v0.4.1
10:50:36 [2021-05-03T10:50:36.443Z] #58 21.57 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777
10:50:36 [2021-05-03T10:50:36.443Z] #58 21.57 go: finding github.com/urfave/cli/v2 v2.3.0
10:50:36 [2021-05-03T10:50:36.443Z] #58 21.67 go: finding github.com/u-root/u-root v7.0.0+incompatible
10:50:36 [2021-05-03T10:50:36.443Z] #58 21.83 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0
10:50:36 [2021-05-03T10:50:36.443Z] #58 21.95 go: finding github.com/russross/blackfriday/v2 v2.1.0
10:50:36 [2021-05-03T10:50:36.443Z] #58 ...
10:50:36 [2021-05-03T10:50:36.443Z] 
10:50:36 [2021-05-03T10:50:36.443Z] #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
10:50:36 [2021-05-03T10:50:36.443Z] #51 sha256:e1d67f2413b11f5d2310673052745299db75963402f39e16f7a2395d04781d01
10:50:36 [2021-05-03T10:50:36.443Z] #51 13.71 + cd /tmp/tmp.4YzHKGIQxW/src/github.com/mvdan/sh
10:50:36 [2021-05-03T10:50:36.443Z] #51 13.71 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
10:50:36 [2021-05-03T10:50:36.443Z] #51 14.09 + GO111MODULE=on
10:50:36 [2021-05-03T10:50:36.443Z] #51 14.09 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
10:50:36 [2021-05-03T10:50:36.443Z] #51 16.55 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
10:50:36 [2021-05-03T10:50:36.443Z] #51 16.57 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
10:50:36 [2021-05-03T10:50:36.443Z] #51 16.58 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
10:50:36 [2021-05-03T10:50:36.443Z] #51 16.90 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
10:50:36 [2021-05-03T10:50:36.443Z] #51 17.07 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
10:50:36 [2021-05-03T10:50:36.443Z] #51 17.79 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
10:50:36 [2021-05-03T10:50:36.443Z] #51 18.70 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
10:50:36 [2021-05-03T10:50:36.443Z] #51 19.73 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
10:50:36 [2021-05-03T10:50:36.443Z] #51 20.92 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
10:50:36 [2021-05-03T10:50:36.443Z] #51 20.96 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
10:50:36 [2021-05-03T10:50:36.443Z] #51 21.20 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
10:50:36 [2021-05-03T10:50:36.443Z] #51 21.48 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
10:50:36 [2021-05-03T10:50:36.443Z] #51 22.52 runtime/cgo
10:50:36 [2021-05-03T10:50:36.443Z] #51 22.57 runtime
10:50:36 [2021-05-03T10:50:36.707Z] #51 ...
10:50:36 [2021-05-03T10:50:36.707Z] 
10:50:36 [2021-05-03T10:50:36.707Z] #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
10:50:36 [2021-05-03T10:50:36.707Z] #29 sha256:30f8f9ed6948556853b324ede7d9dd792659147bc343ab70600dbd402c22ac1b
10:50:36 [2021-05-03T10:50:36.707Z] #29 6.251 
                                                                           0.1%
####################                                                      29.0%
############################################                              61.7%
###############################################################           88.4%
######################################################################## 100.0%
10:50:36 [2021-05-03T10:50:36.717Z] #43 15.04 make[1]: Nothing to be done for 'all'.
10:50:36 [2021-05-03T10:50:36.970Z] #29 7.014 
10:50:37 [2021-05-03T10:50:37.497Z] #29 7.253 
                                                                           0.0%
########                                                                  11.9%
###############                                                           21.1%
10:50:37 [2021-05-03T10:50:37.497Z] #29 ...
10:50:37 [2021-05-03T10:50:37.497Z] 
10:50:37 [2021-05-03T10:50:37.497Z] #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
10:50:37 [2021-05-03T10:50:37.497Z] #40 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926
10:50:37 [2021-05-03T10:50:37.497Z] #40 14.25 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
10:50:37 [2021-05-03T10:50:37.497Z] #40 14.88 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
10:50:37 [2021-05-03T10:50:37.707Z] #19 DONE 1.5s
10:50:37 [2021-05-03T10:50:37.707Z] 
10:50:37 [2021-05-03T10:50:37.707Z] #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
10:50:37 [2021-05-03T10:50:37.707Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
10:50:37 [2021-05-03T10:50:37.760Z] #40 ...
10:50:37 [2021-05-03T10:50:37.760Z] 
10:50:37 [2021-05-03T10:50:37.760Z] #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
10:50:37 [2021-05-03T10:50:37.760Z] #29 sha256:30f8f9ed6948556853b324ede7d9dd792659147bc343ab70600dbd402c22ac1b
10:50:38 [2021-05-03T10:50:38.029Z] #37 3.238 + RM_GOPATH=0
10:50:38 [2021-05-03T10:50:38.029Z] #37 3.238 + TMP_GOPATH=
10:50:38 [2021-05-03T10:50:38.029Z] #37 ...
10:50:38 [2021-05-03T10:50:38.029Z] 
10:50:38 [2021-05-03T10:50:38.029Z] #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
10:50:38 [2021-05-03T10:50:38.029Z] #51 sha256:e901b71a63a78a914d589b7b1e8d048880f8b76b56766c8e93c470b6c423fa9a
10:50:38 [2021-05-03T10:50:38.029Z] #51 56.94 time
10:50:38 [2021-05-03T10:50:38.029Z] #51 62.62 encoding/binary
10:50:38 [2021-05-03T10:50:38.029Z] #51 62.64 context
10:50:38 [2021-05-03T10:50:38.029Z] #51 63.37 internal/fmtsort
10:50:38 [2021-05-03T10:50:38.029Z] #51 64.20 internal/poll
10:50:38 [2021-05-03T10:50:38.029Z] #51 65.27 encoding/base64
10:50:38 [2021-05-03T10:50:38.029Z] #51 66.14 strings
10:50:38 [2021-05-03T10:50:38.029Z] #51 66.18 os
10:50:38 [2021-05-03T10:50:38.029Z] #51 ...
10:50:38 [2021-05-03T10:50:38.029Z] 
10:50:38 [2021-05-03T10:50:38.029Z] #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
10:50:38 [2021-05-03T10:50:38.029Z] #37 sha256:9773869dd1f11952e5a99d0959145f18fb33ef6d2e1cfade7f46128fda69648b
10:50:38 [2021-05-03T10:50:38.029Z] #37 3.238 + : /build
10:50:38 [2021-05-03T10:50:38.029Z] #37 3.238 + '[' -z '' ']'
10:50:38 [2021-05-03T10:50:38.029Z] #37 3.239 ++ mktemp -d
10:50:38 [2021-05-03T10:50:38.029Z] #37 3.245 + export GOPATH=/tmp/tmp.vgv7QIlgrC
10:50:38 [2021-05-03T10:50:38.029Z] #37 3.245 + GOPATH=/tmp/tmp.vgv7QIlgrC
10:50:38 [2021-05-03T10:50:38.029Z] #37 3.245 + RM_GOPATH=1
10:50:38 [2021-05-03T10:50:38.029Z] #37 3.245 + case "$(go env GOARCH)" in
10:50:38 [2021-05-03T10:50:38.029Z] #37 3.245 ++ go env GOARCH
10:50:38 [2021-05-03T10:50:38.029Z] #37 3.254 + export GO_BUILDMODE=-buildmode=pie
10:50:38 [2021-05-03T10:50:38.029Z] #37 3.254 + GO_BUILDMODE=-buildmode=pie
10:50:38 [2021-05-03T10:50:38.029Z] #37 3.254 ++ dirname /tmp/install/install.sh
10:50:38 [2021-05-03T10:50:38.029Z] #37 3.260 + dir=/tmp/install
10:50:38 [2021-05-03T10:50:38.029Z] #37 3.260 + bin=tini
10:50:38 [2021-05-03T10:50:38.029Z] #37 3.260 + shift
10:50:38 [2021-05-03T10:50:38.029Z] #37 3.260 + '[' '!' -f /tmp/install/tini.installer ']'
10:50:38 [2021-05-03T10:50:38.029Z] #37 3.260 + . /tmp/install/tini.installer
10:50:38 [2021-05-03T10:50:38.029Z] #37 3.267 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
10:50:38 [2021-05-03T10:50:38.029Z] #37 3.267 + install_tini
10:50:38 [2021-05-03T10:50:38.029Z] #37 3.267 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
10:50:38 [2021-05-03T10:50:38.029Z] #37 3.267 + git clone https://github.com/krallin/tini.git /tmp/tmp.vgv7QIlgrC/tini
10:50:38 [2021-05-03T10:50:38.029Z] #37 3.267 Cloning into '/tmp/tmp.vgv7QIlgrC/tini'...
10:50:38 [2021-05-03T10:50:38.029Z] #37 3.267 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
10:50:38 [2021-05-03T10:50:38.040Z] #29 7.253 
                                                                           0.0%
########                                                                  11.9%
###############                                                           21.1%
#########################                                                 35.6%
#######################################                                   54.4%
########################################################                  77.8%
######################################################################    98.4%
######################################################################## 100.0%
10:50:38 [2021-05-03T10:50:38.084Z] #43 16.37   CC       images/stats.o
10:50:38 [2021-05-03T10:50:38.279Z] #20 ...
10:50:38 [2021-05-03T10:50:38.279Z] 
10:50:38 [2021-05-03T10:50:38.279Z] #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
10:50:38 [2021-05-03T10:50:38.279Z] #45 sha256:3c300042d3325d05ae0fd5f6c25145d6aaf7594723399bc80e89aa7cb3b81cad
10:50:38 [2021-05-03T10:50:38.279Z] #45 115.2 net/http/httptrace
10:50:38 [2021-05-03T10:50:38.279Z] #45 115.5 net/http
10:50:38 [2021-05-03T10:50:38.279Z] #45 ...
10:50:38 [2021-05-03T10:50:38.279Z] 
10:50:38 [2021-05-03T10:50:38.279Z] #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
10:50:38 [2021-05-03T10:50:38.280Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:50:38 [2021-05-03T10:50:38.280Z] #43 59.82   CC       criu/arch/x86/sigaction_compat.o
10:50:38 [2021-05-03T10:50:38.280Z] #43 60.24   CC       criu/arch/x86/sigframe.o
10:50:38 [2021-05-03T10:50:38.280Z] #43 60.57   LINK     criu/arch/x86/crtools.built-in.o
10:50:38 [2021-05-03T10:50:38.280Z] #43 60.64   DEP      criu/pie/util-vdso-elf32.d
10:50:38 [2021-05-03T10:50:38.280Z] #43 60.85   DEP      criu/pie/util-vdso.d
10:50:38 [2021-05-03T10:50:38.280Z] #43 61.04   DEP      criu/pie/util.d
10:50:38 [2021-05-03T10:50:38.280Z] #43 61.30   CC       criu/pie/util.o
10:50:38 [2021-05-03T10:50:38.304Z] #29 8.328 
10:50:38 [2021-05-03T10:50:38.544Z] #43 61.65   CC       criu/pie/util-vdso.o
10:50:38 [2021-05-03T10:50:38.605Z] #37 ...
10:50:38 [2021-05-03T10:50:38.605Z] 
10:50:38 [2021-05-03T10:50:38.605Z] #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
10:50:38 [2021-05-03T10:50:38.605Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
10:50:38 [2021-05-03T10:50:38.605Z] #42 57.72 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ...
10:50:38 [2021-05-03T10:50:38.605Z] #42 57.72 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
10:50:38 [2021-05-03T10:50:38.605Z] #42 57.74 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
10:50:38 [2021-05-03T10:50:38.605Z] #42 57.74 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
10:50:38 [2021-05-03T10:50:38.605Z] #42 57.75 Setting up python-six (1.12.0-1) ...
10:50:38 [2021-05-03T10:50:38.605Z] #42 61.67 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
10:50:38 [2021-05-03T10:50:38.605Z] #42 61.71 Setting up libnl-3-200:amd64 (3.4.0-1) ...
10:50:38 [2021-05-03T10:50:38.605Z] #42 61.77 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
10:50:38 [2021-05-03T10:50:38.605Z] #42 61.78 Setting up libcap-dev:amd64 (1:2.25-2) ...
10:50:38 [2021-05-03T10:50:38.605Z] #42 61.80 Setting up libprotoc17:amd64 (3.6.1.3-2) ...
10:50:38 [2021-05-03T10:50:38.605Z] #42 61.82 Setting up protobuf-compiler (3.6.1.3-2) ...
10:50:38 [2021-05-03T10:50:38.605Z] #42 61.83 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
10:50:38 [2021-05-03T10:50:38.605Z] #42 61.85 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ...
10:50:38 [2021-05-03T10:50:38.605Z] #42 61.95 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
10:50:38 [2021-05-03T10:50:38.605Z] #42 61.95 Setting up python-protobuf (3.6.1.3-2) ...
10:50:38 [2021-05-03T10:50:38.605Z] #42 67.91 Setting up libnl-3-dev:amd64 (3.4.0-1) ...
10:50:38 [2021-05-03T10:50:38.605Z] #42 ...
10:50:38 [2021-05-03T10:50:38.605Z] 
10:50:38 [2021-05-03T10:50:38.605Z] #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
10:50:38 [2021-05-03T10:50:38.605Z] #37 sha256:9773869dd1f11952e5a99d0959145f18fb33ef6d2e1cfade7f46128fda69648b
10:50:38 [2021-05-03T10:50:38.605Z] #37 4.034 + cd /tmp/tmp.vgv7QIlgrC/tini
10:50:38 [2021-05-03T10:50:38.605Z] #37 4.034 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
10:50:38 [2021-05-03T10:50:38.605Z] #37 4.040 + cmake .
10:50:38 [2021-05-03T10:50:38.648Z] #43 16.71   CC       images/core.o
10:50:39 [2021-05-03T10:50:39.175Z] #37 4.693 -- The C compiler identification is GNU 8.3.0
10:50:39 [2021-05-03T10:50:39.210Z] #43 17.32   CC       images/core-x86.o
10:50:39 [2021-05-03T10:50:39.436Z] #37 ...
10:50:39 [2021-05-03T10:50:39.436Z] 
10:50:39 [2021-05-03T10:50:39.436Z] #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
10:50:39 [2021-05-03T10:50:39.436Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
10:50:39 [2021-05-03T10:50:39.436Z] #42 67.93 Processing triggers for libc-bin (2.28-10) ...
10:50:39 [2021-05-03T10:50:39.436Z] #42 DONE 68.6s
10:50:39 [2021-05-03T10:50:39.436Z] 
10:50:39 [2021-05-03T10:50:39.436Z] #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
10:50:39 [2021-05-03T10:50:39.436Z] #37 sha256:9773869dd1f11952e5a99d0959145f18fb33ef6d2e1cfade7f46128fda69648b
10:50:39 [2021-05-03T10:50:39.436Z] #37 4.754 -- Check for working C compiler: /usr/bin/cc
10:50:39 [2021-05-03T10:50:39.467Z] #43 17.83   CC       images/core-arm.o
10:50:39 [2021-05-03T10:50:39.487Z] #43 62.29   CC       criu/pie/util-vdso-elf32.o
10:50:40 [2021-05-03T10:50:40.004Z] #37 5.528 -- Check for working C compiler: /usr/bin/cc -- works
10:50:40 [2021-05-03T10:50:40.030Z] #43 18.17   CC       images/core-aarch64.o
10:50:40 [2021-05-03T10:50:40.060Z] #43 62.93   AR       criu/pie/pie.lib.a
10:50:40 [2021-05-03T10:50:40.060Z] #43 63.01   DEP      criu/pie/restorer.d
10:50:40 [2021-05-03T10:50:40.135Z] #32 ...
10:50:40 [2021-05-03T10:50:40.135Z] 
10:50:40 [2021-05-03T10:50:40.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
10:50:40 [2021-05-03T10:50:40.135Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:50:40 [2021-05-03T10:50:40.135Z] #13 57.27 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]
10:50:40 [2021-05-03T10:50:40.135Z] #13 59.90 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
10:50:40 [2021-05-03T10:50:40.135Z] #13 59.90 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
10:50:40 [2021-05-03T10:50:40.135Z] #13 59.90 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
10:50:40 [2021-05-03T10:50:40.135Z] #13 59.91 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
10:50:40 [2021-05-03T10:50:40.135Z] #13 59.91 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]
10:50:40 [2021-05-03T10:50:40.135Z] #13 59.91 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB]
10:50:40 [2021-05-03T10:50:40.135Z] #13 59.91 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
10:50:40 [2021-05-03T10:50:40.135Z] #13 59.93 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
10:50:40 [2021-05-03T10:50:40.135Z] #13 59.95 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
10:50:40 [2021-05-03T10:50:40.136Z] #13 59.98 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
10:50:40 [2021-05-03T10:50:40.136Z] #13 60.00 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
10:50:40 [2021-05-03T10:50:40.136Z] #13 60.05 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
10:50:40 [2021-05-03T10:50:40.136Z] #13 60.06 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
10:50:40 [2021-05-03T10:50:40.136Z] #13 60.07 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB]
10:50:40 [2021-05-03T10:50:40.136Z] #13 61.14 debconf: delaying package configuration, since apt-utils is not installed
10:50:40 [2021-05-03T10:50:40.136Z] #13 61.27 Fetched 78.2 MB in 8s (9862 kB/s)
10:50:40 [2021-05-03T10:50:40.136Z] #13 61.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.)
10:50:40 [2021-05-03T10:50:40.136Z] #13 61.41 Preparing to unpack .../libsystemd0_241-7~deb10u7_amd64.deb ...
10:50:40 [2021-05-03T10:50:40.136Z] #13 61.55 Unpacking libsystemd0:amd64 (241-7~deb10u7) over (241-7~deb10u4) ...
10:50:40 [2021-05-03T10:50:40.136Z] #13 61.91 Setting up libsystemd0:amd64 (241-7~deb10u7) ...
10:50:40 [2021-05-03T10:50:40.136Z] #13 62.02 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
10:50:40 [2021-05-03T10:50:40.136Z] #13 62.12 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ...
10:50:40 [2021-05-03T10:50:40.136Z] #13 62.15 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ...
10:50:40 [2021-05-03T10:50:40.203Z] #29 8.633 
                                                                           0.0%
##                                                                         3.7%
#####                                                                      8.3%
########                                                                  11.7%
###########                                                               15.3%
#############                                                             19.0%
################                                                          23.1%
####################                                                      28.2%
########################                                                  33.5%
############################                                              39.4%
###############################                                           43.9%
#################################                                         47.1%
######################################                                    52.9%
########################################                                  56.0%
###########################################                               59.8%
###
10:50:40 [2021-05-03T10:50:40.203Z] #29 ...
10:50:40 [2021-05-03T10:50:40.203Z] 
10:50:40 [2021-05-03T10:50:40.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
10:50:40 [2021-05-03T10:50:40.203Z] #47 sha256:57aed46fde1721b1d22bd0f1d64cf064d2f4f9ab7088464589ae4a0f5b2e865d
10:50:40 [2021-05-03T10:50:40.203Z] #47 17.52 go: finding github.com/fatih/color v1.9.0
10:50:40 [2021-05-03T10:50:40.203Z] #47 17.52 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
10:50:40 [2021-05-03T10:50:40.203Z] #47 17.54 go: finding github.com/pkg/errors v0.9.1
10:50:40 [2021-05-03T10:50:40.203Z] #47 17.58 go: finding github.com/spf13/pflag v1.0.3
10:50:40 [2021-05-03T10:50:40.203Z] #47 17.86 go: finding github.com/mattn/go-colorable v0.1.6
10:50:40 [2021-05-03T10:50:40.203Z] #47 17.97 go: finding github.com/mattn/go-isatty v0.0.12
10:50:40 [2021-05-03T10:50:40.203Z] #47 18.37 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
10:50:40 [2021-05-03T10:50:40.203Z] #47 18.42 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
10:50:40 [2021-05-03T10:50:40.203Z] #47 18.42 go: finding github.com/jonboulle/clockwork v0.1.0
10:50:40 [2021-05-03T10:50:40.203Z] #47 18.54 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
10:50:40 [2021-05-03T10:50:40.203Z] #47 18.57 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
10:50:40 [2021-05-03T10:50:40.264Z] #37 5.555 -- Detecting C compiler ABI info
10:50:40 [2021-05-03T10:50:40.321Z] #43 63.24   DEP      criu/arch/x86/sigaction_compat_pie.d
10:50:40 [2021-05-03T10:50:40.321Z] #43 63.43   DEP      criu/arch/x86/restorer_unmap.d
10:50:40 [2021-05-03T10:50:40.474Z] #47 ...
10:50:40 [2021-05-03T10:50:40.474Z] 
10:50:40 [2021-05-03T10:50:40.474Z] #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
10:50:40 [2021-05-03T10:50:40.474Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38
10:50:40 [2021-05-03T10:50:40.474Z] #42 17.52 Fetched 8265 kB in 12s (687 kB/s)
10:50:40 [2021-05-03T10:50:40.474Z] #42 17.52 Reading package lists...
10:50:40 [2021-05-03T10:50:40.474Z] #42 23.45 Reading package lists...
10:50:40 [2021-05-03T10:50:40.474Z] #42 ...
10:50:40 [2021-05-03T10:50:40.474Z] 
10:50:40 [2021-05-03T10:50:40.474Z] #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
10:50:40 [2021-05-03T10:50:40.474Z] #55 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb
10:50:40 [2021-05-03T10:50:40.474Z] #55 17.78 Fetched 8265 kB in 13s (658 kB/s)
10:50:40 [2021-05-03T10:50:40.474Z] #55 17.78 Reading package lists...
10:50:40 [2021-05-03T10:50:40.582Z] #43 63.45   DEP      criu/arch/x86/restorer.d
10:50:40 [2021-05-03T10:50:40.582Z] #43 63.73   DEP      criu/arch/x86/vdso-pie.d
10:50:40 [2021-05-03T10:50:40.594Z] #43 18.59   CC       images/core-ppc64.o
10:50:40 [2021-05-03T10:50:40.704Z] #13 62.79 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ...
10:50:40 [2021-05-03T10:50:40.739Z] #55 23.32 Reading package lists...
10:50:40 [2021-05-03T10:50:40.739Z] #55 ...
10:50:40 [2021-05-03T10:50:40.739Z] 
10:50:40 [2021-05-03T10:50:40.739Z] #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
10:50:40 [2021-05-03T10:50:40.739Z] #29 sha256:30f8f9ed6948556853b324ede7d9dd792659147bc343ab70600dbd402c22ac1b
10:50:40 [2021-05-03T10:50:40.833Z] #37 6.089 -- Detecting C compiler ABI info - done
10:50:40 [2021-05-03T10:50:40.833Z] #37 6.130 -- Detecting C compile features
10:50:40 [2021-05-03T10:50:40.843Z] #43 63.85   DEP      criu/pie/parasite-vdso.d
10:50:40 [2021-05-03T10:50:40.850Z] #43 19.16   CC       images/core-s390.o
10:50:40 [2021-05-03T10:50:40.993Z] #13 ...
10:50:40 [2021-05-03T10:50:40.993Z] 
10:50:40 [2021-05-03T10:50:40.993Z] #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
10:50:40 [2021-05-03T10:50:40.993Z] #47 sha256:81349cd65cc4c93b2c49d51c772454da50ddd78bcbb08e70527c896cd7c08700
10:50:40 [2021-05-03T10:50:40.993Z] #47 DONE 68.2s
10:50:40 [2021-05-03T10:50:40.993Z] 
10:50:40 [2021-05-03T10:50:40.993Z] #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
10:50:40 [2021-05-03T10:50:40.993Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
10:50:40 [2021-05-03T10:50:40.993Z] #42 66.78 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ...
10:50:40 [2021-05-03T10:50:40.993Z] #42 66.81 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
10:50:40 [2021-05-03T10:50:40.993Z] #42 66.83 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
10:50:40 [2021-05-03T10:50:40.993Z] #42 66.86 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
10:50:40 [2021-05-03T10:50:40.993Z] #42 66.88 Setting up python-six (1.12.0-1) ...
10:50:41 [2021-05-03T10:50:41.002Z] #29 8.633 
                                                                           0.0%
##                                                                         3.7%
#####                                                                      8.3%
########                                                                  11.7%
###########                                                               15.3%
#############                                                             19.0%
################                                                          23.1%
####################                                                      28.2%
########################                                                  33.5%
############################                                              39.4%
###############################                                           43.9%
#################################                                         47.1%
######################################                                    52.9%
########################################                                  56.0%
###########################################                               59.8%
################################################                          66.9%
##################################################                        70.2%
####################################################                      72.6%
######################################################                    76.3%
##########################################################                81.5%
############################################################              83.6%
10:50:41 [2021-05-03T10:50:41.002Z] #29 ...
10:50:41 [2021-05-03T10:50:41.002Z] 
10:50:41 [2021-05-03T10:50:41.002Z] #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
10:50:41 [2021-05-03T10:50:41.002Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9
10:50:41 [2021-05-03T10:50:41.002Z] #36 18.17 Fetched 8265 kB in 13s (660 kB/s)
10:50:41 [2021-05-03T10:50:41.002Z] #36 18.17 Reading package lists...
10:50:41 [2021-05-03T10:50:41.002Z] #36 23.88 Reading package lists...
10:50:41 [2021-05-03T10:50:41.002Z] #36 ...
10:50:41 [2021-05-03T10:50:41.002Z] 
10:50:41 [2021-05-03T10:50:41.002Z] #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
10:50:41 [2021-05-03T10:50:41.003Z] #29 sha256:30f8f9ed6948556853b324ede7d9dd792659147bc343ab70600dbd402c22ac1b
10:50:41 [2021-05-03T10:50:41.104Z] #43 64.05   DEP      criu/pie/parasite.d
10:50:41 [2021-05-03T10:50:41.365Z] #43 64.30   CC       criu/pie/parasite.o
10:50:41 [2021-05-03T10:50:41.531Z] #29 8.633 
                                                                           0.0%
##                                                                         3.7%
#####                                                                      8.3%
########                                                                  11.7%
###########                                                               15.3%
#############                                                             19.0%
################                                                          23.1%
####################                                                      28.2%
########################                                                  33.5%
############################                                              39.4%
###############################                                           43.9%
#################################                                         47.1%
######################################                                    52.9%
########################################                                  56.0%
###########################################                               59.8%
################################################                          66.9%
##################################################                        70.2%
####################################################                      72.6%
######################################################                    76.3%
##########################################################                81.5%
############################################################              83.6%
#############################################################             85.0%
################################################################          89.2%
###################################################################       94.3%
######################################################################## 100.0%
10:50:41 [2021-05-03T10:50:41.531Z] #29 11.58 
10:50:41 [2021-05-03T10:50:41.780Z] #43 19.89   CC       images/cpuinfo.o
10:50:41 [2021-05-03T10:50:41.780Z] #43 ...
10:50:41 [2021-05-03T10:50:41.780Z] 
10:50:41 [2021-05-03T10:50:41.780Z] #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
10:50:41 [2021-05-03T10:50:41.780Z] #56 sha256:f545d60addaebb7e7f1861dc856ac8b03b6dcf2543d98eb461686febf17948cb
10:50:41 [2021-05-03T10:50:41.937Z] #43 ...
10:50:41 [2021-05-03T10:50:41.937Z] 
10:50:41 [2021-05-03T10:50:41.937Z] #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
10:50:41 [2021-05-03T10:50:41.937Z] #53 sha256:e7d7def7797adfb0b906680a877494bf8a01a85e8057383058a06252c3cdf1ea
10:50:41 [2021-05-03T10:50:41.937Z] #53 13.25 + cd /tmp/tmp.qHSFg1N9wx/src/github.com/opencontainers/runc
10:50:41 [2021-05-03T10:50:41.937Z] #53 13.25 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec
10:50:42 [2021-05-03T10:50:42.509Z] #53 13.92 + '[' -z '' ']'
10:50:42 [2021-05-03T10:50:42.740Z] #37 8.158 -- Detecting C compile features - done
10:50:42 [2021-05-03T10:50:42.771Z] #53 13.92 + target=static
10:50:42 [2021-05-03T10:50:42.771Z] #53 13.93 + make 'BUILDTAGS=seccomp ' static
10:50:43 [2021-05-03T10:50:43.000Z] #37 8.186 -- Performing Test HAS_BUILTIN_FORTIFY
10:50:43 [2021-05-03T10:50:43.032Z] #53 14.33 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o runc .
10:50:43 [2021-05-03T10:50:43.106Z] #56 42.50 Checking out files:  50% (1981/3907)   
Checking out files:  51% (1993/3907)   
Checking out files:  52% (2032/3907)   
Checking out files:  53% (2071/3907)   
Checking out files:  54% (2110/3907)   
Checking out files:  55% (2149/3907)   
Checking out files:  56% (2188/3907)   
Checking out files:  57% (2227/3907)   
Checking out files:  58% (2267/3907)   
Checking out files:  59% (2306/3907)   
Checking out files:  60% (2345/3907)   
Checking out files:  61% (2384/3907)   
Checking out files:  62% (2423/3907)   
Checking out files:  63% (2462/3907)   
Checking out files:  64% (2501/3907)   
Checking out files:  65% (2540/3907)   
Checking out files:  66% (2579/3907)   
Checking out files:  67% (2618/3907)   
Checking out files:  68% (2657/3907)   
Checking out files:  69% (2696/3907)   
Checking out files:  70% (2735/3907)   
Checking out files:  71% (2774/3907)   
Checking out files:  72% (2814/3907)   
Checking out files:  73% (2853/3907)   
Checking out files:  74% (2892/3907)   
Checking out files:  75% (2931/3907)   
Checking out files:  76% (2970/3907)   
Checking out files:  77% (3009/3907)   
Checking out files:  78% (3048/3907)   
Checking out files:  79% (3087/3907)   
Checking out files:  80% (3126/3907)   
Checking out files:  81% (3165/3907)   
Checking out files:  82% (3204/3907)   
Checking out files:  83% (3243/3907)   
Checking out files:  84% (3282/3907)   
Checking out files:  85% (3321/3907)   
Checking out files:  86% (3361/3907)   
Checking out files:  87% (3400/3907)   
Checking out files:  88% (3439/3907)   
Checking out files:  89% (3478/3907)   
Checking out files:  90% (3517/3907)   
Checking out files:  91% (3556/3907)   
Checking out files:  92% (3595/3907)   
Checking out files:  93% (3634/3907)   
Checking out files:  94% (3673/3907)   
Checking out files:  95% (3712/3907)   
Checking out files:  96% (3751/3907)   
Checking out files:  97% (3790/3907)   
Checking out files:  98% (3829/3907)   
Checking out files:  99% (3868/3907)   
Checking out files: 100% (3907/3907)   
Checking out files: 100% (3907/3907), done.
10:50:43 [2021-05-03T10:50:43.106Z] #56 43.97 + cd /tmp/tmp.tSAtWDPjrS/src/github.com/containerd/containerd
10:50:43 [2021-05-03T10:50:43.259Z] #37 ...
10:50:43 [2021-05-03T10:50:43.259Z] 
10:50:43 [2021-05-03T10:50:43.259Z] #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
10:50:43 [2021-05-03T10:50:43.259Z] #45 sha256:420f325532c1ee2984a12f05e3c7f055e58b2ada76e1c2d087abdaee6c492b96
10:50:43 [2021-05-03T10:50:43.259Z] #45 62.40 internal/poll
10:50:43 [2021-05-03T10:50:43.259Z] #45 62.89 internal/fmtsort
10:50:43 [2021-05-03T10:50:43.259Z] #45 63.54 internal/syscall/execenv
10:50:43 [2021-05-03T10:50:43.259Z] #45 63.85 internal/syscall/unix
10:50:43 [2021-05-03T10:50:43.259Z] #45 64.15 strings
10:50:43 [2021-05-03T10:50:43.259Z] #45 64.60 os
10:50:43 [2021-05-03T10:50:43.259Z] #45 66.77 regexp/syntax
10:50:43 [2021-05-03T10:50:43.259Z] #45 68.55 fmt
10:50:43 [2021-05-03T10:50:43.259Z] #45 71.31 path/filepath
10:50:43 [2021-05-03T10:50:43.259Z] #45 ...
10:50:43 [2021-05-03T10:50:43.259Z] 
10:50:43 [2021-05-03T10:50:43.260Z] #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
10:50:43 [2021-05-03T10:50:43.260Z] #37 sha256:9773869dd1f11952e5a99d0959145f18fb33ef6d2e1cfade7f46128fda69648b
10:50:43 [2021-05-03T10:50:43.260Z] #37 8.655 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
10:50:43 [2021-05-03T10:50:43.362Z] #56 43.97 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
10:50:43 [2021-05-03T10:50:43.519Z] #37 8.767 -- Configuring done
10:50:43 [2021-05-03T10:50:43.519Z] #37 8.798 -- Generating done
10:50:43 [2021-05-03T10:50:43.519Z] #37 8.806 -- Build files have been written to: /tmp/tmp.vgv7QIlgrC/tini
10:50:43 [2021-05-03T10:50:43.519Z] #37 8.817 + make tini-static
10:50:43 [2021-05-03T10:50:43.529Z] #42 ...
10:50:43 [2021-05-03T10:50:43.529Z] 
10:50:43 [2021-05-03T10:50:43.529Z] #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
10:50:43 [2021-05-03T10:50:43.529Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
10:50:43 [2021-05-03T10:50:43.529Z] #36 60.50 Selecting previously unselected package libicu63:amd64.
10:50:43 [2021-05-03T10:50:43.529Z] #36 60.51 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
10:50:43 [2021-05-03T10:50:43.529Z] #36 60.54 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
10:50:43 [2021-05-03T10:50:43.529Z] #36 68.10 Selecting previously unselected package libxml2:amd64.
10:50:43 [2021-05-03T10:50:43.529Z] #36 68.10 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ...
10:50:43 [2021-05-03T10:50:43.529Z] #36 68.16 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
10:50:43 [2021-05-03T10:50:43.529Z] #36 69.22 Selecting previously unselected package libarchive13:amd64.
10:50:43 [2021-05-03T10:50:43.529Z] #36 69.23 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
10:50:43 [2021-05-03T10:50:43.529Z] #36 69.28 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
10:50:43 [2021-05-03T10:50:43.529Z] #36 69.78 Selecting previously unselected package libjsoncpp1:amd64.
10:50:43 [2021-05-03T10:50:43.529Z] #36 69.78 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
10:50:43 [2021-05-03T10:50:43.529Z] #36 69.79 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
10:50:43 [2021-05-03T10:50:43.529Z] #36 69.92 Selecting previously unselected package librhash0:amd64.
10:50:43 [2021-05-03T10:50:43.529Z] #36 69.92 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
10:50:43 [2021-05-03T10:50:43.529Z] #36 69.93 Unpacking librhash0:amd64 (1.3.8-1) ...
10:50:43 [2021-05-03T10:50:43.529Z] #36 70.10 Selecting previously unselected package libuv1:amd64.
10:50:43 [2021-05-03T10:50:43.529Z] #36 70.10 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ...
10:50:43 [2021-05-03T10:50:43.529Z] #36 70.12 Unpacking libuv1:amd64 (1.24.1-1) ...
10:50:43 [2021-05-03T10:50:43.529Z] #36 70.27 Selecting previously unselected package cmake.
10:50:43 [2021-05-03T10:50:43.529Z] #36 70.27 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
10:50:43 [2021-05-03T10:50:43.529Z] #36 70.28 Unpacking cmake (3.13.4-1) ...
10:50:43 [2021-05-03T10:50:43.529Z] #36 ...
10:50:43 [2021-05-03T10:50:43.529Z] 
10:50:43 [2021-05-03T10:50:43.529Z] #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
10:50:43 [2021-05-03T10:50:43.529Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:50:43 [2021-05-03T10:50:43.529Z] #13 63.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.)
10:50:43 [2021-05-03T10:50:43.529Z] #13 63.46 Preparing to unpack .../libudev1_241-7~deb10u7_amd64.deb ...
10:50:43 [2021-05-03T10:50:43.529Z] #13 63.53 Unpacking libudev1:amd64 (241-7~deb10u7) over (241-7~deb10u4) ...
10:50:43 [2021-05-03T10:50:43.529Z] #13 64.11 Setting up libudev1:amd64 (241-7~deb10u7) ...
10:50:43 [2021-05-03T10:50:43.529Z] #13 64.42 Selecting previously unselected package binutils-mingw-w64-i686.
10:50:43 [2021-05-03T10:50:43.529Z] #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.)
10:50:43 [2021-05-03T10:50:43.529Z] #13 64.46 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
10:50:43 [2021-05-03T10:50:43.529Z] #13 64.49 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
10:50:43 [2021-05-03T10:50:43.779Z] #37 9.315 Scanning dependencies of target tini-static
10:50:44 [2021-05-03T10:50:44.097Z] #13 66.48 Selecting previously unselected package binutils-mingw-w64-x86-64.
10:50:44 [2021-05-03T10:50:44.097Z] #13 66.49 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
10:50:44 [2021-05-03T10:50:44.097Z] #13 66.49 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
10:50:44 [2021-05-03T10:50:44.292Z] #56 ...
10:50:44 [2021-05-03T10:50:44.292Z] 
10:50:44 [2021-05-03T10:50:44.292Z] #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
10:50:44 [2021-05-03T10:50:44.292Z] #45 sha256:7504d5111897f112af75a3b79cd6ee75bf518a7f9789364eccf3f9226afd32f2
10:50:44 [2021-05-03T10:50:44.292Z] #45 96.55 go/parser
10:50:44 [2021-05-03T10:50:44.292Z] #45 97.71 text/template
10:50:44 [2021-05-03T10:50:44.292Z] #45 100.3 log
10:50:44 [2021-05-03T10:50:44.292Z] #45 101.0 encoding/xml
10:50:44 [2021-05-03T10:50:44.292Z] #45 102.1 go/doc
10:50:44 [2021-05-03T10:50:44.292Z] #45 105.1 github.com/LK4D4/vndr/build
10:50:44 [2021-05-03T10:50:44.292Z] #45 106.6 github.com/LK4D4/vndr/versioned
10:50:44 [2021-05-03T10:50:44.292Z] #45 ...
10:50:44 [2021-05-03T10:50:44.292Z] 
10:50:44 [2021-05-03T10:50:44.292Z] #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
10:50:44 [2021-05-03T10:50:44.292Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:50:44 [2021-05-03T10:50:44.292Z] #43 20.39   CC       images/inventory.o
10:50:44 [2021-05-03T10:50:44.292Z] #43 20.74   CC       images/fdinfo.o
10:50:44 [2021-05-03T10:50:44.292Z] #43 21.08   CC       images/fown.o
10:50:44 [2021-05-03T10:50:44.292Z] #43 21.32   CC       images/ns.o
10:50:44 [2021-05-03T10:50:44.292Z] #43 21.60   CC       images/regfile.o
10:50:44 [2021-05-03T10:50:44.292Z] #43 21.85   CC       images/ghost-file.o
10:50:44 [2021-05-03T10:50:44.292Z] #43 22.27   CC       images/fifo.o
10:50:44 [2021-05-03T10:50:44.292Z] #43 22.50   CC       images/remap-file-path.o
10:50:44 [2021-05-03T10:50:44.348Z] #37 9.493 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
10:50:44 [2021-05-03T10:50:44.478Z] .....INFO: Daemon under test started and replied!
10:50:44 [2021-05-03T10:50:44.478Z] INFO: Docker version of the daemon under test
10:50:44 [2021-05-03T10:50:44.478Z] 
10:50:44 [2021-05-03T10:50:44.478Z] Client:
10:50:44 [2021-05-03T10:50:44.478Z]  Version:      17.06.2-ce
10:50:44 [2021-05-03T10:50:44.478Z]  API version:  1.30
10:50:44 [2021-05-03T10:50:44.478Z]  Go version:   go1.8.3
10:50:44 [2021-05-03T10:50:44.478Z]  Git commit:   cec0b72
10:50:44 [2021-05-03T10:50:44.478Z]  Built:        Tue Sep  5 19:57:19 2017
10:50:44 [2021-05-03T10:50:44.478Z]  OS/Arch:      windows/amd64
10:50:44 [2021-05-03T10:50:44.478Z] 
10:50:44 [2021-05-03T10:50:44.478Z] Server:
10:50:44 [2021-05-03T10:50:44.478Z]  Version:      0.0.0-dev
10:50:44 [2021-05-03T10:50:44.478Z]  API version:  1.41 (minimum version 1.24)
10:50:44 [2021-05-03T10:50:44.478Z]  Go version:   go1.13.15
10:50:44 [2021-05-03T10:50:44.478Z]  Git commit:   abfd9aed1c
10:50:44 [2021-05-03T10:50:44.478Z]  Built:        05/03/2021 10:48:38
10:50:44 [2021-05-03T10:50:44.478Z]  OS/Arch:      windows/amd64
10:50:44 [2021-05-03T10:50:44.478Z]  Experimental: false
10:50:44 [2021-05-03T10:50:44.478Z] 
10:50:44 [2021-05-03T10:50:44.478Z] INFO: Docker info of the daemon under test
10:50:44 [2021-05-03T10:50:44.478Z] 
10:50:44 [2021-05-03T10:50:44.478Z] Containers: 0
10:50:44 [2021-05-03T10:50:44.478Z]  Running: 0
10:50:44 [2021-05-03T10:50:44.478Z]  Paused: 0
10:50:44 [2021-05-03T10:50:44.478Z]  Stopped: 0
10:50:44 [2021-05-03T10:50:44.478Z] Images: 0
10:50:44 [2021-05-03T10:50:44.478Z] Server Version: 0.0.0-dev
10:50:44 [2021-05-03T10:50:44.478Z] Storage Driver: windowsfilter
10:50:44 [2021-05-03T10:50:44.478Z]  Windows: 
10:50:44 [2021-05-03T10:50:44.478Z] Logging Driver: json-file
10:50:44 [2021-05-03T10:50:44.478Z] Plugins: 
10:50:44 [2021-05-03T10:50:44.478Z]  Volume: local
10:50:44 [2021-05-03T10:50:44.478Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
10:50:44 [2021-05-03T10:50:44.478Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
10:50:44 [2021-05-03T10:50:44.478Z] Swarm: inactive
10:50:44 [2021-05-03T10:50:44.478Z] Default Isolation: process
10:50:44 [2021-05-03T10:50:44.478Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
10:50:44 [2021-05-03T10:50:44.478Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1757)
10:50:44 [2021-05-03T10:50:44.478Z] OSType: windows
10:50:44 [2021-05-03T10:50:44.478Z] Architecture: x86_64
10:50:44 [2021-05-03T10:50:44.478Z] CPUs: 4
10:50:44 [2021-05-03T10:50:44.478Z] Total Memory: 32GiB
10:50:44 [2021-05-03T10:50:44.478Z] Name: azwin-2-853680
10:50:44 [2021-05-03T10:50:44.478Z] ID: FXIG:Q4WS:EIZU:G7OL:Y5ZK:4A3Z:EYV7:BQGZ:ZETN:UDKI:FINL:IA2N
10:50:44 [2021-05-03T10:50:44.478Z] Docker Root Dir: D:\CI\PR-42329\2\daemon
10:50:44 [2021-05-03T10:50:44.478Z] Debug Mode (client): false
10:50:44 [2021-05-03T10:50:44.478Z] Debug Mode (server): true
10:50:44 [2021-05-03T10:50:44.478Z]  File Descriptors: -1
10:50:44 [2021-05-03T10:50:44.478Z]  Goroutines: 16
10:50:44 [2021-05-03T10:50:44.478Z]  System Time: 2021-05-03T10:50:42.2584968Z
10:50:44 [2021-05-03T10:50:44.478Z]  EventsListeners: 0
10:50:44 [2021-05-03T10:50:44.478Z] Registry: https://index.docker.io/v1/
10:50:44 [2021-05-03T10:50:44.478Z] Labels:
10:50:44 [2021-05-03T10:50:44.478Z] Experimental: false
10:50:44 [2021-05-03T10:50:44.478Z] Insecure Registries:
10:50:44 [2021-05-03T10:50:44.478Z]  127.0.0.0/8
10:50:44 [2021-05-03T10:50:44.478Z] Live Restore Enabled: false
10:50:44 [2021-05-03T10:50:44.478Z] 
10:50:44 [2021-05-03T10:50:44.478Z] 
10:50:44 [2021-05-03T10:50:44.478Z] INFO: Docker images of the daemon under test
10:50:44 [2021-05-03T10:50:44.478Z] 
10:50:44 [2021-05-03T10:50:44.478Z] REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
10:50:44 [2021-05-03T10:50:44.478Z] 
10:50:44 [2021-05-03T10:50:44.478Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore
10:50:44 [2021-05-03T10:50:44.478Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time...
10:50:44 [2021-05-03T10:50:44.478Z] ltsc2019: Pulling from windows/servercore
10:50:44 [2021-05-03T10:50:44.478Z] 4612f6d0b889: Pulling fs layer
10:50:44 [2021-05-03T10:50:44.478Z] 399f118dfaa9: Pulling fs layer
10:50:44 [2021-05-03T10:50:44.549Z] #43 22.79   CC       images/eventfd.o
10:50:44 [2021-05-03T10:50:44.666Z] #13 ...
10:50:44 [2021-05-03T10:50:44.666Z] 
10:50:44 [2021-05-03T10:50:44.666Z] #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
10:50:44 [2021-05-03T10:50:44.666Z] #51 sha256:cdeb27188b8eaaebac1e7f89a19cd73b6216a9777f838dbd1e8a7947c0202440
10:50:44 [2021-05-03T10:50:44.666Z] #51 61.79 internal/oserror
10:50:44 [2021-05-03T10:50:44.666Z] #51 61.87 reflect
10:50:44 [2021-05-03T10:50:44.666Z] #51 61.92 syscall
10:50:44 [2021-05-03T10:50:44.666Z] #51 69.03 time
10:50:44 [2021-05-03T10:50:44.666Z] #51 ...
10:50:44 [2021-05-03T10:50:44.666Z] 
10:50:44 [2021-05-03T10:50:44.666Z] #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
10:50:44 [2021-05-03T10:50:44.666Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
10:50:44 [2021-05-03T10:50:44.666Z] #42 71.22 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
10:50:44 [2021-05-03T10:50:44.666Z] #42 71.25 Setting up libnl-3-200:amd64 (3.4.0-1) ...
10:50:44 [2021-05-03T10:50:44.666Z] #42 71.27 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
10:50:44 [2021-05-03T10:50:44.666Z] #42 71.29 Setting up libcap-dev:amd64 (1:2.25-2) ...
10:50:44 [2021-05-03T10:50:44.666Z] #42 71.30 Setting up libprotoc17:amd64 (3.6.1.3-2) ...
10:50:44 [2021-05-03T10:50:44.666Z] #42 71.32 Setting up protobuf-compiler (3.6.1.3-2) ...
10:50:44 [2021-05-03T10:50:44.666Z] #42 71.34 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
10:50:44 [2021-05-03T10:50:44.666Z] #42 71.36 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ...
10:50:44 [2021-05-03T10:50:44.666Z] #42 71.39 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
10:50:44 [2021-05-03T10:50:44.666Z] #42 71.40 Setting up python-protobuf (3.6.1.3-2) ...
10:50:44 [2021-05-03T10:50:44.806Z] #43 23.00   CC       images/eventpoll.o
10:50:45 [2021-05-03T10:50:45.063Z] #43 23.31   CC       images/fh.o
10:50:45 [2021-05-03T10:50:45.063Z] #43 ...
10:50:45 [2021-05-03T10:50:45.063Z] 
10:50:45 [2021-05-03T10:50:45.063Z] #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
10:50:45 [2021-05-03T10:50:45.063Z] #51 sha256:41ef245701595d35071486a1641080ced55cb70b1fcca4ecc01b91f56eac9656
10:50:45 [2021-05-03T10:50:45.063Z] #51 97.58 mvdan.cc/sh/v3/syntax
10:50:45 [2021-05-03T10:50:45.063Z] #51 103.9 mvdan.cc/sh/v3/cmd/shfmt
10:50:45 [2021-05-03T10:50:45.286Z] #37 10.72 [100%] Linking C executable tini-static
10:50:45 [2021-05-03T10:50:45.320Z] #51 ...
10:50:45 [2021-05-03T10:50:45.320Z] 
10:50:45 [2021-05-03T10:50:45.320Z] #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
10:50:45 [2021-05-03T10:50:45.320Z] #45 sha256:7504d5111897f112af75a3b79cd6ee75bf518a7f9789364eccf3f9226afd32f2
10:50:45 [2021-05-03T10:50:45.320Z] #45 106.7 compress/flate
10:50:45 [2021-05-03T10:50:45.481Z] #29 12.01 #=#=#                                                                         

                                                                           0.0%
                                                                           1.2%
#                                                                          2.5%
##                                                                         4.0%
###                                                                        5.1%
####                                                                       6.7%
####                                                                       6.8%
######                                                                     8.3%
######                                                                     9.0%
#######                                                                   10.2%
#######                                                                   11.1%
########                                                                  12.2%
#########                                                                 12.9%
#########                                                                 13.9%
##########                                                                14.2%
###########                                                               15.5%
############                                                              17.4%
#############                                                             19.1%
##############                                                            20.5%
###############                                                           21.8%
################                                                          22.6%
################                                                          23.6%
#################                                                         24.4%
##################                                                        25.6%
10:50:45 [2021-05-03T10:50:45.481Z] #29 ...
10:50:45 [2021-05-03T10:50:45.481Z] 
10:50:45 [2021-05-03T10:50:45.481Z] #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
10:50:45 [2021-05-03T10:50:45.481Z] #49 sha256:747d26d790ba66456381a333c10940d14d243aaa8678d192bf4c47c5deeb0da8
10:50:45 [2021-05-03T10:50:45.481Z] #49 22.34 go: downloading golang.org/x/text v0.3.2
10:50:45 [2021-05-03T10:50:45.481Z] #49 22.36 go: extracting github.com/subosito/gotenv v1.2.0
10:50:45 [2021-05-03T10:50:45.481Z] #49 22.39 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
10:50:45 [2021-05-03T10:50:45.481Z] #49 22.50 go: downloading github.com/spf13/jwalterweatherman v1.0.0
10:50:45 [2021-05-03T10:50:45.481Z] #49 22.55 go: downloading gopkg.in/ini.v1 v1.51.0
10:50:45 [2021-05-03T10:50:45.481Z] #49 22.55 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
10:50:45 [2021-05-03T10:50:45.481Z] #49 22.57 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
10:50:45 [2021-05-03T10:50:45.481Z] #49 22.57 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
10:50:45 [2021-05-03T10:50:45.481Z] #49 22.60 go: downloading gopkg.in/yaml.v2 v2.2.7
10:50:45 [2021-05-03T10:50:45.481Z] #49 22.64 go: extracting github.com/fsnotify/fsnotify v1.4.7
10:50:45 [2021-05-03T10:50:45.481Z] #49 22.66 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
10:50:45 [2021-05-03T10:50:45.481Z] #49 22.91 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
10:50:45 [2021-05-03T10:50:45.481Z] #49 23.15 go: downloading github.com/go-critic/go-critic v0.4.1
10:50:45 [2021-05-03T10:50:45.481Z] #49 23.18 go: downloading github.com/kisielk/gotool v1.0.0
10:50:45 [2021-05-03T10:50:45.481Z] #49 23.20 go: extracting gopkg.in/ini.v1 v1.51.0
10:50:45 [2021-05-03T10:50:45.481Z] #49 23.20 go: extracting github.com/spf13/jwalterweatherman v1.0.0
10:50:45 [2021-05-03T10:50:45.481Z] #49 23.21 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
10:50:45 [2021-05-03T10:50:45.481Z] #49 23.32 go: extracting gopkg.in/yaml.v2 v2.2.7
10:50:45 [2021-05-03T10:50:45.481Z] #49 23.42 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
10:50:45 [2021-05-03T10:50:45.481Z] #49 23.47 go: extracting github.com/kisielk/gotool v1.0.0
10:50:45 [2021-05-03T10:50:45.481Z] #49 23.51 go: downloading github.com/hashicorp/hcl v1.0.0
10:50:45 [2021-05-03T10:50:45.481Z] #49 23.56 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
10:50:45 [2021-05-03T10:50:45.481Z] #49 23.62 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
10:50:45 [2021-05-03T10:50:45.481Z] #49 23.65 go: downloading github.com/go-toolsmith/astfmt v1.0.0
10:50:45 [2021-05-03T10:50:45.481Z] #49 23.85 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
10:50:45 [2021-05-03T10:50:45.481Z] #49 23.89 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
10:50:45 [2021-05-03T10:50:45.481Z] #49 23.91 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
10:50:45 [2021-05-03T10:50:45.481Z] #49 23.95 go: extracting github.com/go-toolsmith/astfmt v1.0.0
10:50:45 [2021-05-03T10:50:45.481Z] #49 23.95 go: downloading github.com/sirupsen/logrus v1.4.2
10:50:45 [2021-05-03T10:50:45.481Z] #49 23.98 go: downloading github.com/spf13/pflag v1.0.5
10:50:45 [2021-05-03T10:50:45.481Z] #49 24.07 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
10:50:45 [2021-05-03T10:50:45.481Z] #49 24.12 go: extracting github.com/hashicorp/hcl v1.0.0
10:50:45 [2021-05-03T10:50:45.481Z] #49 24.13 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
10:50:45 [2021-05-03T10:50:45.481Z] #49 24.25 go: extracting github.com/sirupsen/logrus v1.4.2
10:50:45 [2021-05-03T10:50:45.481Z] #49 24.28 go: extracting github.com/go-critic/go-critic v0.4.1
10:50:45 [2021-05-03T10:50:45.481Z] #49 24.37 go: extracting github.com/spf13/pflag v1.0.5
10:50:45 [2021-05-03T10:50:45.481Z] #49 24.39 go: downloading github.com/mitchellh/mapstructure v1.1.2
10:50:45 [2021-05-03T10:50:45.481Z] #49 24.43 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
10:50:45 [2021-05-03T10:50:45.481Z] #49 24.44 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
10:50:45 [2021-05-03T10:50:45.481Z] #49 24.48 go: extracting github.com/mitchellh/mapstructure v1.1.2
10:50:45 [2021-05-03T10:50:45.481Z] #49 24.57 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
10:50:45 [2021-05-03T10:50:45.481Z] #49 24.62 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
10:50:45 [2021-05-03T10:50:45.481Z] #49 24.64 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
10:50:45 [2021-05-03T10:50:45.481Z] #49 24.93 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
10:50:45 [2021-05-03T10:50:45.481Z] #49 25.26 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
10:50:45 [2021-05-03T10:50:45.481Z] #49 25.37 go: downloading github.com/BurntSushi/toml v0.3.1
10:50:45 [2021-05-03T10:50:45.481Z] #49 25.45 go: downloading github.com/stretchr/testify v1.4.0
10:50:45 [2021-05-03T10:50:45.481Z] #49 25.79 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
10:50:45 [2021-05-03T10:50:45.481Z] #49 25.83 go: extracting github.com/stretchr/testify v1.4.0
10:50:45 [2021-05-03T10:50:45.481Z] #49 25.88 go: extracting github.com/BurntSushi/toml v0.3.1
10:50:45 [2021-05-03T10:50:45.481Z] #49 25.93 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
10:50:45 [2021-05-03T10:50:45.481Z] #49 26.05 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
10:50:45 [2021-05-03T10:50:45.481Z] #49 26.39 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
10:50:45 [2021-05-03T10:50:45.481Z] #49 26.47 go: downloading github.com/sourcegraph/go-diff v0.5.1
10:50:45 [2021-05-03T10:50:45.481Z] #49 26.49 go: downloading github.com/ultraware/funlen v0.0.2
10:50:45 [2021-05-03T10:50:45.481Z] #49 26.71 go: extracting github.com/ultraware/funlen v0.0.2
10:50:45 [2021-05-03T10:50:45.481Z] #49 26.71 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
10:50:45 [2021-05-03T10:50:45.481Z] #49 26.78 go: downloading github.com/go-toolsmith/astequal v1.0.0
10:50:45 [2021-05-03T10:50:45.481Z] #49 26.82 go: downloading github.com/stretchr/objx v0.2.0
10:50:45 [2021-05-03T10:50:45.481Z] #49 26.93 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
10:50:45 [2021-05-03T10:50:45.481Z] #49 26.93 go: extracting github.com/go-toolsmith/astequal v1.0.0
10:50:45 [2021-05-03T10:50:45.481Z] #49 26.94 go: downloading github.com/go-toolsmith/astp v1.0.0
10:50:45 [2021-05-03T10:50:45.481Z] #49 26.94 go: downloading github.com/go-toolsmith/astcast v1.0.0
10:50:45 [2021-05-03T10:50:45.481Z] #49 27.05 go: downloading github.com/davecgh/go-spew v1.1.1
10:50:45 [2021-05-03T10:50:45.481Z] #49 27.09 go: extracting github.com/go-toolsmith/astp v1.0.0
10:50:45 [2021-05-03T10:50:45.481Z] #49 27.10 go: extracting github.com/sourcegraph/go-diff v0.5.1
10:50:45 [2021-05-03T10:50:45.481Z] #49 27.14 go: downloading github.com/mattn/go-isatty v0.0.8
10:50:45 [2021-05-03T10:50:45.481Z] #49 27.24 go: extracting github.com/go-toolsmith/astcast v1.0.0
10:50:45 [2021-05-03T10:50:45.481Z] #49 27.29 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
10:50:45 [2021-05-03T10:50:45.481Z] #49 27.33 go: extracting github.com/stretchr/objx v0.2.0
10:50:45 [2021-05-03T10:50:45.481Z] #49 27.38 go: downloading github.com/gobwas/glob v0.2.3
10:50:45 [2021-05-03T10:50:45.481Z] #49 27.45 go: extracting github.com/mattn/go-isatty v0.0.8
10:50:45 [2021-05-03T10:50:45.481Z] #49 27.47 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
10:50:45 [2021-05-03T10:50:45.481Z] #49 27.47 go: extracting github.com/davecgh/go-spew v1.1.1
10:50:45 [2021-05-03T10:50:45.481Z] #49 27.50 go: extracting github.com/gobwas/glob v0.2.3
10:50:45 [2021-05-03T10:50:45.482Z] #49 27.57 go: downloading github.com/pmezard/go-difflib v1.0.0
10:50:45 [2021-05-03T10:50:45.482Z] #49 27.65 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
10:50:45 [2021-05-03T10:50:45.482Z] #49 27.74 go: extracting github.com/pmezard/go-difflib v1.0.0
10:50:45 [2021-05-03T10:50:45.482Z] #49 27.75 go: downloading github.com/go-toolsmith/astcopy v1.0.0
10:50:45 [2021-05-03T10:50:45.482Z] #49 27.79 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
10:50:45 [2021-05-03T10:50:45.482Z] #49 27.84 go: downloading github.com/go-toolsmith/typep v1.0.0
10:50:45 [2021-05-03T10:50:45.482Z] #49 27.87 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
10:50:45 [2021-05-03T10:50:45.482Z] #49 27.98 go: extracting github.com/go-toolsmith/astcopy v1.0.0
10:50:45 [2021-05-03T10:50:45.482Z] #49 28.00 go: downloading github.com/spf13/cast v1.3.0
10:50:45 [2021-05-03T10:50:45.482Z] #49 28.06 go: downloading github.com/go-toolsmith/strparse v1.0.0
10:50:45 [2021-05-03T10:50:45.482Z] #49 28.28 go: extracting github.com/spf13/cast v1.3.0
10:50:45 [2021-05-03T10:50:45.482Z] #49 28.31 go: extracting github.com/go-toolsmith/typep v1.0.0
10:50:45 [2021-05-03T10:50:45.482Z] #49 28.37 go: extracting github.com/go-toolsmith/strparse v1.0.0
10:50:45 [2021-05-03T10:50:45.482Z] #49 28.42 go: downloading github.com/gogo/protobuf v1.2.1
10:50:45 [2021-05-03T10:50:45.482Z] #49 28.42 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
10:50:45 [2021-05-03T10:50:45.482Z] #49 28.47 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
10:50:45 [2021-05-03T10:50:45.482Z] #49 28.49 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
10:50:45 [2021-05-03T10:50:45.482Z] #49 28.61 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
10:50:45 [2021-05-03T10:50:45.482Z] #49 28.73 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
10:50:45 [2021-05-03T10:50:45.482Z] #49 28.80 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
10:50:45 [2021-05-03T10:50:45.482Z] #49 29.88 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
10:50:45 [2021-05-03T10:50:45.482Z] #49 32.14 go: extracting golang.org/x/text v0.3.2
10:50:45 [2021-05-03T10:50:45.482Z] #49 32.19 go: extracting github.com/gogo/protobuf v1.2.1
10:50:45 [2021-05-03T10:50:45.482Z] #49 ...
10:50:45 [2021-05-03T10:50:45.482Z] 
10:50:45 [2021-05-03T10:50:45.482Z] #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
10:50:45 [2021-05-03T10:50:45.482Z] #29 sha256:30f8f9ed6948556853b324ede7d9dd792659147bc343ab70600dbd402c22ac1b
10:50:45 [2021-05-03T10:50:45.855Z] #37 11.21 [100%] Built target tini-static
10:50:45 [2021-05-03T10:50:45.855Z] #37 11.28 + mkdir -p /build
10:50:45 [2021-05-03T10:50:45.855Z] #37 11.28 + cp tini-static /build/docker-init
10:50:45 [2021-05-03T10:50:45.885Z] #45 108.4 hash/crc32
10:50:46 [2021-05-03T10:50:46.432Z] #37 DONE 11.9s
10:50:46 [2021-05-03T10:50:46.432Z] 
10:50:46 [2021-05-03T10:50:46.432Z] #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
10:50:46 [2021-05-03T10:50:46.432Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:50:46 [2021-05-03T10:50:46.432Z] #13 59.86 Selecting previously unselected package binutils-mingw-w64-x86-64.
10:50:46 [2021-05-03T10:50:46.432Z] #13 59.88 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
10:50:46 [2021-05-03T10:50:46.432Z] #13 59.92 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
10:50:46 [2021-05-03T10:50:46.432Z] #13 62.58 Selecting previously unselected package binutils-mingw-w64.
10:50:46 [2021-05-03T10:50:46.432Z] #13 62.58 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
10:50:46 [2021-05-03T10:50:46.432Z] #13 62.58 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
10:50:46 [2021-05-03T10:50:46.432Z] #13 62.72 Selecting previously unselected package libdevmapper1.02.1:amd64.
10:50:46 [2021-05-03T10:50:46.432Z] #13 62.72 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
10:50:46 [2021-05-03T10:50:46.432Z] #13 62.73 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
10:50:46 [2021-05-03T10:50:46.432Z] #13 62.95 Selecting previously unselected package dmsetup.
10:50:46 [2021-05-03T10:50:46.432Z] #13 62.95 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
10:50:46 [2021-05-03T10:50:46.432Z] #13 62.95 Unpacking dmsetup (2:1.02.155-3) ...
10:50:46 [2021-05-03T10:50:46.432Z] #13 63.12 Selecting previously unselected package mingw-w64-common.
10:50:46 [2021-05-03T10:50:46.432Z] #13 63.12 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
10:50:46 [2021-05-03T10:50:46.432Z] #13 63.16 Unpacking mingw-w64-common (6.0.0-3) ...
10:50:46 [2021-05-03T10:50:46.432Z] #13 69.13 Selecting previously unselected package mingw-w64-x86-64-dev.
10:50:46 [2021-05-03T10:50:46.432Z] #13 69.13 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
10:50:46 [2021-05-03T10:50:46.433Z] #13 69.16 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
10:50:46 [2021-05-03T10:50:46.507Z] #45 109.1 net
10:50:47 [2021-05-03T10:50:47.070Z] #45 109.5 compress/gzip
10:50:47 [2021-05-03T10:50:47.203Z] #42 ...
10:50:47 [2021-05-03T10:50:47.203Z] 
10:50:47 [2021-05-03T10:50:47.203Z] #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
10:50:47 [2021-05-03T10:50:47.203Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
10:50:47 [2021-05-03T10:50:47.203Z] #36 73.11 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
10:50:47 [2021-05-03T10:50:47.203Z] #36 73.14 Setting up xxd (2:8.1.0875-5) ...
10:50:47 [2021-05-03T10:50:47.203Z] #36 73.15 Setting up libuv1:amd64 (1.24.1-1) ...
10:50:47 [2021-05-03T10:50:47.203Z] #36 73.16 Setting up vim-common (2:8.1.0875-5) ...
10:50:47 [2021-05-03T10:50:47.203Z] #36 73.22 Setting up librhash0:amd64 (1.3.8-1) ...
10:50:47 [2021-05-03T10:50:47.203Z] #36 73.24 Setting up cmake-data (3.13.4-1) ...
10:50:47 [2021-05-03T10:50:47.203Z] #36 73.26 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
10:50:47 [2021-05-03T10:50:47.203Z] #36 73.29 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
10:50:47 [2021-05-03T10:50:47.203Z] #36 73.32 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
10:50:47 [2021-05-03T10:50:47.203Z] #36 73.34 Setting up cmake (3.13.4-1) ...
10:50:47 [2021-05-03T10:50:47.203Z] #36 73.36 Processing triggers for libc-bin (2.28-10) ...
10:50:47 [2021-05-03T10:50:47.203Z] #36 73.49 Processing triggers for mime-support (3.62) ...
10:50:47 [2021-05-03T10:50:47.203Z] #36 DONE 74.2s
10:50:47 [2021-05-03T10:50:47.203Z] 
10:50:47 [2021-05-03T10:50:47.203Z] #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
10:50:47 [2021-05-03T10:50:47.203Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:50:47 [2021-05-03T10:50:47.203Z] #13 69.16 Selecting previously unselected package binutils-mingw-w64.
10:50:47 [2021-05-03T10:50:47.203Z] #13 69.17 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
10:50:47 [2021-05-03T10:50:47.203Z] #13 69.24 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
10:50:47 [2021-05-03T10:50:47.203Z] #13 69.41 Selecting previously unselected package libdevmapper1.02.1:amd64.
10:50:47 [2021-05-03T10:50:47.203Z] #13 69.42 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
10:50:47 [2021-05-03T10:50:47.203Z] #13 69.43 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
10:50:47 [2021-05-03T10:50:47.464Z] #13 69.79 Selecting previously unselected package dmsetup.
10:50:47 [2021-05-03T10:50:47.464Z] #13 69.81 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
10:50:47 [2021-05-03T10:50:47.464Z] #13 69.81 Unpacking dmsetup (2:1.02.155-3) ...
10:50:47 [2021-05-03T10:50:47.634Z] #45 110.1 vendor/golang.org/x/text/transform
10:50:47 [2021-05-03T10:50:47.634Z] #45 ...
10:50:47 [2021-05-03T10:50:47.634Z] 
10:50:47 [2021-05-03T10:50:47.634Z] #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
10:50:47 [2021-05-03T10:50:47.634Z] #51 sha256:41ef245701595d35071486a1641080ced55cb70b1fcca4ecc01b91f56eac9656
10:50:47 [2021-05-03T10:50:47.634Z] #51 DONE 110.1s
10:50:47 [2021-05-03T10:50:47.724Z] #13 70.07 Selecting previously unselected package mingw-w64-common.
10:50:47 [2021-05-03T10:50:47.724Z] #13 70.07 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
10:50:47 [2021-05-03T10:50:47.724Z] #13 70.07 Unpacking mingw-w64-common (6.0.0-3) ...
10:50:47 [2021-05-03T10:50:47.811Z] #13 ...
10:50:47 [2021-05-03T10:50:47.811Z] 
10:50:47 [2021-05-03T10:50:47.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
10:50:47 [2021-05-03T10:50:47.811Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:50:47 [2021-05-03T10:50:47.811Z] #43 4.098 Note: Building without setproctitle() and strlcpy() support.
10:50:47 [2021-05-03T10:50:47.811Z] #43 4.098       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
10:50:47 [2021-05-03T10:50:47.811Z] #43 4.114 Note: Building without GnuTLS support
10:50:47 [2021-05-03T10:50:47.811Z] #43 4.126 Makefile.config:39: Warn: you have no libnftables installed
10:50:47 [2021-05-03T10:50:47.811Z] #43 4.126 Makefile.config:40: Warn: Building without nftables support
10:50:47 [2021-05-03T10:50:47.811Z] #43 6.103 fatal: not a git repository (or any of the parent directories): .git
10:50:47 [2021-05-03T10:50:47.811Z] #43 6.144   GEN      .gitid
10:50:47 [2021-05-03T10:50:47.811Z] #43 6.186   GEN      criu/include/version.h
10:50:47 [2021-05-03T10:50:47.811Z] #43 6.274   GEN      include/common/asm
10:50:47 [2021-05-03T10:50:47.811Z] #43 7.918   PBCC     images/timens.pb-c.c
10:50:47 [2021-05-03T10:50:47.811Z] #43 7.918   DEP      images/timens.pb-c.d
10:50:47 [2021-05-03T10:50:47.811Z] #43 7.974   PBCC     images/fown.pb-c.c
10:50:47 [2021-05-03T10:50:47.811Z] #43 8.026   PBCC     images/google/protobuf/descriptor.pb-c.c
10:50:47 [2021-05-03T10:50:47.811Z] #43 8.090   PBCC     images/opts.pb-c.c
10:50:47 [2021-05-03T10:50:47.811Z] #43 8.169   PBCC     images/memfd.pb-c.c
10:50:47 [2021-05-03T10:50:47.811Z] #43 8.238   DEP      images/fown.pb-c.d
10:50:47 [2021-05-03T10:50:47.811Z] #43 8.287   DEP      images/google/protobuf/descriptor.pb-c.d
10:50:47 [2021-05-03T10:50:47.811Z] #43 8.324   DEP      images/opts.pb-c.d
10:50:47 [2021-05-03T10:50:47.811Z] #43 8.389   DEP      images/memfd.pb-c.d
10:50:47 [2021-05-03T10:50:47.811Z] #43 8.450   PBCC     images/sit.pb-c.c
10:50:47 [2021-05-03T10:50:47.811Z] #43 8.515   DEP      images/sit.pb-c.d
10:50:47 [2021-05-03T10:50:47.876Z] #29 12.01 #=#=#                                                                         

                                                                           0.0%
                                                                           1.2%
#                                                                          2.5%
##                                                                         4.0%
###                                                                        5.1%
####                                                                       6.7%
####                                                                       6.8%
######                                                                     8.3%
######                                                                     9.0%
#######                                                                   10.2%
#######                                                                   11.1%
########                                                                  12.2%
#########                                                                 12.9%
#########                                                                 13.9%
##########                                                                14.2%
###########                                                               15.5%
############                                                              17.4%
#############                                                             19.1%
##############                                                            20.5%
###############                                                           21.8%
################                                                          22.6%
################                                                          23.6%
#################                                                         24.4%
##################                                                        25.6%
##################                                                        25.8%
###################                                                       27.2%
####################                                                      28.6%
####################                                                      28.6%
#####################                                                     29.9%
######################                                                    31.2%
######################                                                    31.6%
#######################                                                   32.7%
########################                                                  33.5%
########################                                                  33.5%
#########################                                                 35.1%
##########################                                                36.5%
##########################                                                37.4%
############################                                              38.9%
############################                                              39.1%
#############################                                             40.7%
###############################                                           43.2%
################################                                          44.9%
#################################                                         46.4%
10:50:47 [2021-05-03T10:50:47.876Z] #29 ...
10:50:47 [2021-05-03T10:50:47.876Z] 
10:50:47 [2021-05-03T10:50:47.876Z] #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
10:50:47 [2021-05-03T10:50:47.876Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
10:50:47 [2021-05-03T10:50:47.876Z] #13 17.88 Reading package lists...
10:50:47 [2021-05-03T10:50:47.876Z] #13 23.15 Reading package lists...
10:50:47 [2021-05-03T10:50:47.877Z] #13 28.92 Building dependency tree...
10:50:47 [2021-05-03T10:50:47.877Z] #13 31.63 The following additional packages will be installed:
10:50:47 [2021-05-03T10:50:47.877Z] #13 31.63   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
10:50:47 [2021-05-03T10:50:47.877Z] #13 31.63   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
10:50:47 [2021-05-03T10:50:47.877Z] #13 31.64   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
10:50:47 [2021-05-03T10:50:47.877Z] #13 31.64   libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1
10:50:47 [2021-05-03T10:50:47.877Z] #13 31.64   mingw-w64-common mingw-w64-x86-64-dev
10:50:47 [2021-05-03T10:50:47.877Z] #13 31.65 Suggested packages:
10:50:47 [2021-05-03T10:50:47.877Z] #13 31.65   gcc-8-locales seccomp wine64
10:50:47 [2021-05-03T10:50:47.877Z] #13 32.68 The following NEW packages will be installed:
10:50:47 [2021-05-03T10:50:47.877Z] #13 32.68   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
10:50:47 [2021-05-03T10:50:47.877Z] #13 32.68   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
10:50:47 [2021-05-03T10:50:47.877Z] #13 32.68   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
10:50:47 [2021-05-03T10:50:47.877Z] #13 32.68   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
10:50:47 [2021-05-03T10:50:47.877Z] #13 32.69   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
10:50:47 [2021-05-03T10:50:47.877Z] #13 32.69   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
10:50:47 [2021-05-03T10:50:47.877Z] #13 32.70 The following packages will be upgraded:
10:50:47 [2021-05-03T10:50:47.877Z] #13 32.71   libseccomp2 libsystemd0 libudev1
10:50:47 [2021-05-03T10:50:47.877Z] #13 ...
10:50:47 [2021-05-03T10:50:47.877Z] 
10:50:47 [2021-05-03T10:50:47.877Z] #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
10:50:47 [2021-05-03T10:50:47.877Z] #29 sha256:30f8f9ed6948556853b324ede7d9dd792659147bc343ab70600dbd402c22ac1b
10:50:47 [2021-05-03T10:50:47.890Z] 
10:50:47 [2021-05-03T10:50:47.890Z] #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
10:50:47 [2021-05-03T10:50:47.890Z] #56 sha256:f545d60addaebb7e7f1861dc856ac8b03b6dcf2543d98eb461686febf17948cb
10:50:47 [2021-05-03T10:50:47.890Z] #56 46.48 + export 'BUILDTAGS=netgo osusergo static_build'
10:50:47 [2021-05-03T10:50:47.890Z] #56 46.49 + BUILDTAGS='netgo osusergo static_build'
10:50:47 [2021-05-03T10:50:47.890Z] #56 46.49 + export EXTRA_FLAGS=-buildmode=pie
10:50:47 [2021-05-03T10:50:47.890Z] #56 46.49 + EXTRA_FLAGS=-buildmode=pie
10:50:47 [2021-05-03T10:50:47.890Z] #56 46.49 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
10:50:47 [2021-05-03T10:50:47.890Z] #56 46.49 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
10:50:47 [2021-05-03T10:50:47.890Z] #56 46.49 + '[' '' = dynamic ']'
10:50:47 [2021-05-03T10:50:47.890Z] #56 46.49 + make
10:50:47 [2021-05-03T10:50:47.890Z] #56 47.48 + bin/ctr
10:50:48 [2021-05-03T10:50:48.070Z] #43 8.570   PBCC     images/macvlan.pb-c.c
10:50:48 [2021-05-03T10:50:48.070Z] #43 8.617   DEP      images/macvlan.pb-c.d
10:50:48 [2021-05-03T10:50:48.070Z] #43 8.691   PBCC     images/autofs.pb-c.c
10:50:48 [2021-05-03T10:50:48.070Z] #43 8.747   DEP      images/autofs.pb-c.d
10:50:48 [2021-05-03T10:50:48.323Z] #53 ...
10:50:48 [2021-05-03T10:50:48.323Z] 
10:50:48 [2021-05-03T10:50:48.323Z] #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
10:50:48 [2021-05-03T10:50:48.323Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:50:48 [2021-05-03T10:50:48.323Z] #43 65.59   LINK     criu/pie/parasite.built-in.o
10:50:48 [2021-05-03T10:50:48.323Z] #43 65.62   GEN      criu/pie/parasite-blob.h
10:50:48 [2021-05-03T10:50:48.323Z] #43 65.64   CC       criu/pie/parasite-vdso.o
10:50:48 [2021-05-03T10:50:48.323Z] #43 66.27   CC       criu/arch/x86/vdso-pie.o
10:50:48 [2021-05-03T10:50:48.323Z] #43 66.64   CC       criu/arch/x86/restorer.o
10:50:48 [2021-05-03T10:50:48.323Z] #43 67.17   CC       criu/arch/x86/restorer_unmap.o
10:50:48 [2021-05-03T10:50:48.323Z] #43 67.22   CC       criu/arch/x86/sigaction_compat_pie.o
10:50:48 [2021-05-03T10:50:48.323Z] #43 67.50   CC       criu/pie/restorer.o
10:50:48 [2021-05-03T10:50:48.323Z] #43 70.66   LINK     criu/pie/restorer.built-in.o
10:50:48 [2021-05-03T10:50:48.323Z] #43 70.67   GEN      criu/pie/restorer-blob.h
10:50:48 [2021-05-03T10:50:48.323Z] #43 70.78   DEP      criu/vdso.d
10:50:48 [2021-05-03T10:50:48.323Z] #43 71.04   DEP      criu/vdso-compat.d
10:50:48 [2021-05-03T10:50:48.323Z] #43 71.23   DEP      criu/uts_ns.d
10:50:48 [2021-05-03T10:50:48.323Z] #43 71.39   DEP      criu/util.d
10:50:48 [2021-05-03T10:50:48.329Z] #43 8.810   PBCC     images/sysctl.pb-c.c
10:50:48 [2021-05-03T10:50:48.329Z] #43 8.856   DEP      images/sysctl.pb-c.d
10:50:48 [2021-05-03T10:50:48.329Z] #43 8.921   PBCC     images/time.pb-c.c
10:50:48 [2021-05-03T10:50:48.329Z] #43 8.971   DEP      images/time.pb-c.d
10:50:48 [2021-05-03T10:50:48.585Z] #43 71.59   DEP      criu/uffd.d
10:50:48 [2021-05-03T10:50:48.589Z] #43 9.043   PBCC     images/binfmt-misc.pb-c.c
10:50:48 [2021-05-03T10:50:48.589Z] #43 9.051   DEP      images/binfmt-misc.pb-c.d
10:50:48 [2021-05-03T10:50:48.589Z] #43 9.122   PBCC     images/seccomp.pb-c.c
10:50:48 [2021-05-03T10:50:48.589Z] #43 9.182   DEP      images/seccomp.pb-c.d
10:50:48 [2021-05-03T10:50:48.589Z] #43 9.246   PBCC     images/userns.pb-c.c
10:50:48 [2021-05-03T10:50:48.846Z] #43 71.78   DEP      criu/tun.d
10:50:48 [2021-05-03T10:50:48.846Z] #43 72.04   DEP      criu/tty.d
10:50:48 [2021-05-03T10:50:48.848Z] #43 9.303   DEP      images/userns.pb-c.d
10:50:48 [2021-05-03T10:50:48.848Z] #43 9.382   PBCC     images/cgroup.pb-c.c
10:50:48 [2021-05-03T10:50:48.848Z] #43 9.423   DEP      images/cgroup.pb-c.d
10:50:48 [2021-05-03T10:50:48.848Z] #43 9.483   PBCC     images/ext-file.pb-c.c
10:50:49 [2021-05-03T10:50:49.108Z] #43 9.511   DEP      images/ext-file.pb-c.d
10:50:49 [2021-05-03T10:50:49.108Z] #43 9.602   PBCC     images/rpc.pb-c.c
10:50:49 [2021-05-03T10:50:49.108Z] #43 9.636   DEP      images/rpc.pb-c.d
10:50:49 [2021-05-03T10:50:49.108Z] #43 9.699   PBCC     images/siginfo.pb-c.c
10:50:49 [2021-05-03T10:50:49.108Z] #43 9.722   DEP      images/siginfo.pb-c.d
10:50:49 [2021-05-03T10:50:49.110Z] #43 72.25   DEP      criu/timerfd.d
10:50:49 [2021-05-03T10:50:49.110Z] #43 ...
10:50:49 [2021-05-03T10:50:49.110Z] 
10:50:49 [2021-05-03T10:50:49.110Z] #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
10:50:49 [2021-05-03T10:50:49.110Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
10:50:49 [2021-05-03T10:50:49.110Z] #20 1.504 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
10:50:49 [2021-05-03T10:50:49.110Z] #20 1.613 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
10:50:49 [2021-05-03T10:50:49.110Z] #20 1.614 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
10:50:49 [2021-05-03T10:50:49.110Z] #20 1.653 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
10:50:49 [2021-05-03T10:50:49.110Z] #20 2.181 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [467 kB]
10:50:49 [2021-05-03T10:50:49.110Z] #20 3.149 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
10:50:49 [2021-05-03T10:50:49.110Z] #20 4.396 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [285 kB]
10:50:49 [2021-05-03T10:50:49.110Z] #20 6.000 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
10:50:49 [2021-05-03T10:50:49.110Z] #20 11.49 Fetched 8955 kB in 10s (875 kB/s)
10:50:49 [2021-05-03T10:50:49.367Z] #43 9.792   PBCC     images/pagemap.pb-c.c
10:50:49 [2021-05-03T10:50:49.367Z] #43 9.854   DEP      images/pagemap.pb-c.d
10:50:49 [2021-05-03T10:50:49.367Z] #43 ...
10:50:49 [2021-05-03T10:50:49.367Z] 
10:50:49 [2021-05-03T10:50:49.367Z] #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
10:50:49 [2021-05-03T10:50:49.367Z] #51 sha256:e901b71a63a78a914d589b7b1e8d048880f8b76b56766c8e93c470b6c423fa9a
10:50:49 [2021-05-03T10:50:49.367Z] #51 68.40 golang.org/x/sys/unix
10:50:49 [2021-05-03T10:50:49.367Z] #51 70.24 fmt
10:50:49 [2021-05-03T10:50:49.367Z] #51 74.46 encoding/json
10:50:49 [2021-05-03T10:50:49.367Z] #51 76.77 github.com/pkg/diff
10:50:49 [2021-05-03T10:50:49.367Z] #51 78.14 go/ast
10:50:49 [2021-05-03T10:50:49.367Z] #51 ...
10:50:49 [2021-05-03T10:50:49.367Z] 
10:50:49 [2021-05-03T10:50:49.367Z] #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
10:50:49 [2021-05-03T10:50:49.367Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:50:49 [2021-05-03T10:50:49.367Z] #43 9.903   PBCC     images/rlimit.pb-c.c
10:50:49 [2021-05-03T10:50:49.367Z] #43 9.949   DEP      images/rlimit.pb-c.d
10:50:49 [2021-05-03T10:50:49.371Z] #20 11.49 Reading package lists...
10:50:49 [2021-05-03T10:50:49.371Z] #20 ...
10:50:49 [2021-05-03T10:50:49.371Z] 
10:50:49 [2021-05-03T10:50:49.371Z] #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
10:50:49 [2021-05-03T10:50:49.371Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:50:49 [2021-05-03T10:50:49.371Z] #43 72.43   DEP      criu/timens.d
10:50:49 [2021-05-03T10:50:49.626Z] #43 10.01   PBCC     images/file-lock.pb-c.c
10:50:49 [2021-05-03T10:50:49.626Z] #43 10.07   DEP      images/file-lock.pb-c.d
10:50:49 [2021-05-03T10:50:49.626Z] #43 10.14   PBCC     images/tty.pb-c.c
10:50:49 [2021-05-03T10:50:49.626Z] #43 10.20   DEP      images/tty.pb-c.d
10:50:49 [2021-05-03T10:50:49.626Z] #43 10.24   PBCC     images/tun.pb-c.c
10:50:49 [2021-05-03T10:50:49.632Z] #43 72.66   DEP      criu/sysfs_parse.d
10:50:49 [2021-05-03T10:50:49.632Z] #43 72.83   DEP      criu/sysctl.d
10:50:49 [2021-05-03T10:50:49.890Z] #43 10.30   PBCC     images/netdev.pb-c.c
10:50:49 [2021-05-03T10:50:49.890Z] #43 10.34   DEP      images/tun.pb-c.d
10:50:49 [2021-05-03T10:50:49.890Z] #43 10.41   DEP      images/netdev.pb-c.d
10:50:49 [2021-05-03T10:50:49.890Z] #43 10.49   PBCC     images/vma.pb-c.c
10:50:49 [2021-05-03T10:50:49.890Z] #43 10.52   DEP      images/vma.pb-c.d
10:50:49 [2021-05-03T10:50:49.893Z] #43 73.01   DEP      criu/string.d
10:50:49 [2021-05-03T10:50:49.893Z] #43 73.08   DEP      criu/stats.d
10:50:50 [2021-05-03T10:50:50.149Z] #43 10.62   PBCC     images/creds.pb-c.c
10:50:50 [2021-05-03T10:50:50.149Z] #43 10.65   DEP      images/creds.pb-c.d
10:50:50 [2021-05-03T10:50:50.149Z] #43 10.69   PBCC     images/utsns.pb-c.c
10:50:50 [2021-05-03T10:50:50.149Z] #43 10.71   DEP      images/utsns.pb-c.d
10:50:50 [2021-05-03T10:50:50.149Z] #43 10.78   PBCC     images/ipc-desc.pb-c.c
10:50:50 [2021-05-03T10:50:50.154Z] #43 73.22   DEP      criu/sockets.d
10:50:50 [2021-05-03T10:50:50.408Z] #43 10.79   PBCC     images/ipc-sem.pb-c.c
10:50:50 [2021-05-03T10:50:50.408Z] #43 10.81   DEP      images/ipc-desc.pb-c.d
10:50:50 [2021-05-03T10:50:50.408Z] #43 10.87   DEP      images/ipc-sem.pb-c.d
10:50:50 [2021-05-03T10:50:50.408Z] #43 10.92   PBCC     images/ipc-msg.pb-c.c
10:50:50 [2021-05-03T10:50:50.408Z] #43 10.98   DEP      images/ipc-msg.pb-c.d
10:50:50 [2021-05-03T10:50:50.408Z] #43 11.03   PBCC     images/ipc-shm.pb-c.c
10:50:50 [2021-05-03T10:50:50.427Z] #43 73.48   DEP      criu/sk-unix.d
10:50:50 [2021-05-03T10:50:50.667Z] #43 11.05   DEP      images/ipc-shm.pb-c.d
10:50:50 [2021-05-03T10:50:50.668Z] #43 11.17   PBCC     images/ipc-var.pb-c.c
10:50:50 [2021-05-03T10:50:50.668Z] #43 11.17   DEP      images/ipc-var.pb-c.d
10:50:50 [2021-05-03T10:50:50.668Z] #43 11.22   PBCC     images/sk-opts.pb-c.c
10:50:50 [2021-05-03T10:50:50.668Z] #43 11.30   PBCC     images/packet-sock.pb-c.c
10:50:50 [2021-05-03T10:50:50.688Z] #43 73.67   DEP      criu/sk-tcp.d
10:50:50 [2021-05-03T10:50:50.688Z] #43 73.88   DEP      criu/sk-queue.d
10:50:50 [2021-05-03T10:50:50.731Z] #29 12.01 #=#=#                                                                         

                                                                           0.0%
                                                                           1.2%
#                                                                          2.5%
##                                                                         4.0%
###                                                                        5.1%
####                                                                       6.7%
####                                                                       6.8%
######                                                                     8.3%
######                                                                     9.0%
#######                                                                   10.2%
#######                                                                   11.1%
########                                                                  12.2%
#########                                                                 12.9%
#########                                                                 13.9%
##########                                                                14.2%
###########                                                               15.5%
############                                                              17.4%
#############                                                             19.1%
##############                                                            20.5%
###############                                                           21.8%
################                                                          22.6%
################                                                          23.6%
#################                                                         24.4%
##################                                                        25.6%
##################                                                        25.8%
###################                                                       27.2%
####################                                                      28.6%
####################                                                      28.6%
#####################                                                     29.9%
######################                                                    31.2%
######################                                                    31.6%
#######################                                                   32.7%
########################                                                  33.5%
########################                                                  33.5%
#########################                                                 35.1%
##########################                                                36.5%
##########################                                                37.4%
############################                                              38.9%
############################                                              39.1%
#############################                                             40.7%
###############################                                           43.2%
################################                                          44.9%
#################################                                         46.4%
##################################                                        48.1%
####################################                                      50.3%
#####################################                                     52.0%
######################################                                    53.0%
######################################                                    54.2%
#######################################                                   55.1%
########################################                                  55.7%
########################################                                  56.5%
#########################################                                 58.3%
##########################################                                58.5%
##########################################                                59.5%
############################################                              61.6%
#############################################                             63.0%
#############################################                             63.6%
##############################################                            64.8%
##############################################                            64.8%
###############################################                           66.5%
################################################                          67.8%
#################################################                         69.3%
####################################################                      72.3%
10:50:50 [2021-05-03T10:50:50.731Z] #29 ...
10:50:50 [2021-05-03T10:50:50.731Z] 
10:50:50 [2021-05-03T10:50:50.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
10:50:50 [2021-05-03T10:50:50.731Z] #45 sha256:26d463812ae3beab4d7f1f93e06732e330a4d8d816feedf46b9897c7fedb194d
10:50:50 [2021-05-03T10:50:50.731Z] #45 27.91 sync
10:50:50 [2021-05-03T10:50:50.731Z] #45 27.91 internal/reflectlite
10:50:50 [2021-05-03T10:50:50.731Z] #45 29.19 github.com/LK4D4/vndr/godl/singleflight
10:50:50 [2021-05-03T10:50:50.731Z] #45 29.19 math/rand
10:50:50 [2021-05-03T10:50:50.731Z] #45 29.20 internal/singleflight
10:50:50 [2021-05-03T10:50:50.731Z] #45 31.34 sort
10:50:50 [2021-05-03T10:50:50.731Z] #45 31.35 errors
10:50:50 [2021-05-03T10:50:50.731Z] #45 31.70 io
10:50:50 [2021-05-03T10:50:50.731Z] #45 31.71 strconv
10:50:50 [2021-05-03T10:50:50.731Z] #45 31.72 internal/oserror
10:50:50 [2021-05-03T10:50:50.731Z] #45 32.02 syscall
10:50:50 [2021-05-03T10:50:50.731Z] #45 33.09 vendor/golang.org/x/net/dns/dnsmessage
10:50:50 [2021-05-03T10:50:50.731Z] #45 34.18 bytes
10:50:50 [2021-05-03T10:50:50.731Z] #45 36.18 reflect
10:50:50 [2021-05-03T10:50:50.731Z] #45 37.01 bufio
10:50:50 [2021-05-03T10:50:50.731Z] #45 37.35 strings
10:50:50 [2021-05-03T10:50:50.927Z] #43 11.32   DEP      images/sk-opts.pb-c.d
10:50:50 [2021-05-03T10:50:50.927Z] #43 11.39   DEP      images/packet-sock.pb-c.d
10:50:50 [2021-05-03T10:50:50.927Z] #43 11.52   PBCC     images/sk-netlink.pb-c.c
10:50:50 [2021-05-03T10:50:50.927Z] #43 11.52   DEP      images/sk-netlink.pb-c.d
10:50:50 [2021-05-03T10:50:50.949Z] #43 74.03   DEP      criu/sk-packet.d
10:50:50 [2021-05-03T10:50:50.997Z] #45 ...
10:50:50 [2021-05-03T10:50:50.997Z] 
10:50:50 [2021-05-03T10:50:50.997Z] #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
10:50:50 [2021-05-03T10:50:50.997Z] #55 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb
10:50:50 [2021-05-03T10:50:50.997Z] #55 28.04 Building dependency tree...
10:50:50 [2021-05-03T10:50:50.997Z] #55 30.62 The following additional packages will be installed:
10:50:50 [2021-05-03T10:50:50.997Z] #55 30.63   libbtrfs0
10:50:50 [2021-05-03T10:50:50.997Z] #55 30.77 The following NEW packages will be installed:
10:50:50 [2021-05-03T10:50:50.997Z] #55 30.77   libbtrfs-dev libbtrfs0
10:50:50 [2021-05-03T10:50:50.997Z] #55 31.19 0 upgraded, 2 newly installed, 0 to remove and 29 not upgraded.
10:50:50 [2021-05-03T10:50:50.997Z] #55 31.19 Need to get 119 kB of archives.
10:50:50 [2021-05-03T10:50:50.997Z] #55 31.19 After this operation, 387 kB of additional disk space will be used.
10:50:50 [2021-05-03T10:50:50.997Z] #55 31.19 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB]
10:50:50 [2021-05-03T10:50:50.997Z] #55 31.19 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB]
10:50:50 [2021-05-03T10:50:50.997Z] #55 33.28 debconf: delaying package configuration, since apt-utils is not installed
10:50:50 [2021-05-03T10:50:50.997Z] #55 33.91 Fetched 119 kB in 0s (399 kB/s)
10:50:50 [2021-05-03T10:50:50.997Z] #55 35.79 Selecting previously unselected package libbtrfs0.
10:50:50 [2021-05-03T10:50:50.997Z] #55 35.79 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15383 files and directories currently installed.)
10:50:50 [2021-05-03T10:50:50.997Z] #55 35.99 Preparing to unpack .../libbtrfs0_4.20.1-2_arm64.deb ...
10:50:50 [2021-05-03T10:50:50.997Z] #55 37.33 Unpacking libbtrfs0 (4.20.1-2) ...
10:50:50 [2021-05-03T10:50:50.997Z] #55 ...
10:50:50 [2021-05-03T10:50:50.997Z] 
10:50:50 [2021-05-03T10:50:50.997Z] #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
10:50:50 [2021-05-03T10:50:50.997Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38
10:50:50 [2021-05-03T10:50:50.997Z] #42 23.45 Reading package lists...
10:50:50 [2021-05-03T10:50:50.997Z] #42 28.49 Building dependency tree...
10:50:50 [2021-05-03T10:50:50.997Z] #42 31.03 The following additional packages will be installed:
10:50:50 [2021-05-03T10:50:50.997Z] #42 31.03   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
10:50:50 [2021-05-03T10:50:50.997Z] #42 31.03   libprotoc17 python-pkg-resources python-six zlib1g-dev
10:50:50 [2021-05-03T10:50:50.997Z] #42 31.04 Suggested packages:
10:50:50 [2021-05-03T10:50:50.997Z] #42 31.05   manpages-dev python-setuptools
10:50:50 [2021-05-03T10:50:50.997Z] #42 32.08 The following NEW packages will be installed:
10:50:50 [2021-05-03T10:50:50.997Z] #42 32.09   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
10:50:50 [2021-05-03T10:50:50.997Z] #42 32.09   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
10:50:50 [2021-05-03T10:50:50.997Z] #42 32.09   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
10:50:50 [2021-05-03T10:50:50.997Z] #42 32.09   python-six zlib1g-dev
10:50:50 [2021-05-03T10:50:50.997Z] #42 32.53 0 upgraded, 17 newly installed, 0 to remove and 29 not upgraded.
10:50:50 [2021-05-03T10:50:50.997Z] #42 32.53 Need to get 3798 kB of archives.
10:50:50 [2021-05-03T10:50:50.997Z] #42 32.53 After this operation, 21.6 MB of additional disk space will be used.
10:50:50 [2021-05-03T10:50:50.997Z] #42 32.53 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libcap-dev arm64 1:2.25-2 [30.4 kB]
10:50:50 [2021-05-03T10:50:50.997Z] #42 32.56 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
10:50:50 [2021-05-03T10:50:50.997Z] #42 32.58 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1-dev arm64 1.1.6+dfsg-3.1 [117 kB]
10:50:50 [2021-05-03T10:50:50.997Z] #42 32.59 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB]
10:50:50 [2021-05-03T10:50:50.997Z] #42 32.61 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-dev arm64 3.4.0-1 [98.2 kB]
10:50:50 [2021-05-03T10:50:50.997Z] #42 32.63 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB]
10:50:50 [2021-05-03T10:50:50.997Z] #42 32.65 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c-dev arm64 1.3.1-1+b1 [33.4 kB]
10:50:50 [2021-05-03T10:50:50.997Z] #42 32.68 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-1 [210 kB]
10:50:50 [2021-05-03T10:50:50.997Z] #42 32.70 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf17 arm64 3.6.1.3-2 [714 kB]
10:50:50 [2021-05-03T10:50:50.997Z] #42 32.88 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-lite17 arm64 3.6.1.3-2 [150 kB]
10:50:50 [2021-05-03T10:50:50.997Z] #42 32.93 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-dev arm64 3.6.1.3-2 [1061 kB]
10:50:50 [2021-05-03T10:50:50.997Z] #42 33.01 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotoc17 arm64 3.6.1.3-2 [586 kB]
10:50:50 [2021-05-03T10:50:50.997Z] #42 33.06 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-c-compiler arm64 1.3.1-1+b1 [70.4 kB]
10:50:50 [2021-05-03T10:50:50.997Z] #42 33.07 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-compiler arm64 3.6.1.3-2 [64.7 kB]
10:50:50 [2021-05-03T10:50:50.997Z] #42 33.09 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pkg-resources all 40.8.0-1 [182 kB]
10:50:50 [2021-05-03T10:50:50.997Z] #42 33.10 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-six all 1.12.0-1 [15.7 kB]
10:50:50 [2021-05-03T10:50:50.997Z] #42 33.10 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-protobuf arm64 3.6.1.3-2 [328 kB]
10:50:50 [2021-05-03T10:50:50.997Z] #42 35.05 debconf: delaying package configuration, since apt-utils is not installed
10:50:50 [2021-05-03T10:50:50.997Z] #42 36.19 Fetched 3798 kB in 1s (4186 kB/s)
10:50:50 [2021-05-03T10:50:50.997Z] #42 38.09 Selecting previously unselected package libcap-dev:arm64.
10:50:50 [2021-05-03T10:50:50.997Z] #42 38.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 ... 15383 files and directories currently installed.)
10:50:50 [2021-05-03T10:50:50.997Z] #42 38.29 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_arm64.deb ...
10:50:51 [2021-05-03T10:50:51.187Z] #43 11.59   PBCC     images/sk-inet.pb-c.c
10:50:51 [2021-05-03T10:50:51.187Z] #43 11.64   DEP      images/sk-inet.pb-c.d
10:50:51 [2021-05-03T10:50:51.187Z] #43 11.69   PBCC     images/sk-unix.pb-c.c
10:50:51 [2021-05-03T10:50:51.187Z] #43 11.79   DEP      images/sk-unix.pb-c.d
10:50:51 [2021-05-03T10:50:51.210Z] #43 74.19   DEP      criu/sk-netlink.d
10:50:51 [2021-05-03T10:50:51.270Z] #42 ...
10:50:51 [2021-05-03T10:50:51.270Z] 
10:50:51 [2021-05-03T10:50:51.271Z] #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
10:50:51 [2021-05-03T10:50:51.271Z] #29 sha256:30f8f9ed6948556853b324ede7d9dd792659147bc343ab70600dbd402c22ac1b
10:50:51 [2021-05-03T10:50:51.271Z] #29 12.01 #=#=#                                                                         

                                                                           0.0%
                                                                           1.2%
#                                                                          2.5%
##                                                                         4.0%
###                                                                        5.1%
####                                                                       6.7%
####                                                                       6.8%
######                                                                     8.3%
######                                                                     9.0%
#######                                                                   10.2%
#######                                                                   11.1%
########                                                                  12.2%
#########                                                                 12.9%
#########                                                                 13.9%
##########                                                                14.2%
###########                                                               15.5%
############                                                              17.4%
#############                                                             19.1%
##############                                                            20.5%
###############                                                           21.8%
################                                                          22.6%
################                                                          23.6%
#################                                                         24.4%
##################                                                        25.6%
##################                                                        25.8%
###################                                                       27.2%
####################                                                      28.6%
####################                                                      28.6%
#####################                                                     29.9%
######################                                                    31.2%
######################                                                    31.6%
#######################                                                   32.7%
########################                                                  33.5%
########################                                                  33.5%
#########################                                                 35.1%
##########################                                                36.5%
##########################                                                37.4%
############################                                              38.9%
############################                                              39.1%
#############################                                             40.7%
###############################                                           43.2%
################################                                          44.9%
#################################                                         46.4%
##################################                                        48.1%
####################################                                      50.3%
#####################################                                     52.0%
######################################                                    53.0%
######################################                                    54.2%
#######################################                                   55.1%
########################################                                  55.7%
########################################                                  56.5%
#########################################                                 58.3%
##########################################                                58.5%
##########################################                                59.5%
############################################                              61.6%
#############################################                             63.0%
#############################################                             63.6%
##############################################                            64.8%
##############################################                            64.8%
###############################################                           66.5%
################################################                          67.8%
#################################################                         69.3%
####################################################                      72.3%
#####################################################                     74.5%
######################################################                    75.8%
#######################################################                   77.6%
10:50:51 [2021-05-03T10:50:51.271Z] #29 ...
10:50:51 [2021-05-03T10:50:51.271Z] 
10:50:51 [2021-05-03T10:50:51.271Z] #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
10:50:51 [2021-05-03T10:50:51.271Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9
10:50:51 [2021-05-03T10:50:51.271Z] #36 23.88 Reading package lists...
10:50:51 [2021-05-03T10:50:51.271Z] #36 28.75 Building dependency tree...
10:50:51 [2021-05-03T10:50:51.271Z] #36 31.86 The following additional packages will be installed:
10:50:51 [2021-05-03T10:50:51.271Z] #36 31.89   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
10:50:51 [2021-05-03T10:50:51.271Z] #36 31.89 Suggested packages:
10:50:51 [2021-05-03T10:50:51.271Z] #36 31.91   cmake-doc ninja-build lrzip
10:50:51 [2021-05-03T10:50:51.271Z] #36 31.91 Recommended packages:
10:50:51 [2021-05-03T10:50:51.271Z] #36 31.91   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
10:50:51 [2021-05-03T10:50:51.271Z] #36 32.66 The following NEW packages will be installed:
10:50:51 [2021-05-03T10:50:51.271Z] #36 32.68   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
10:50:51 [2021-05-03T10:50:51.271Z] #36 32.68   vim-common xxd
10:50:51 [2021-05-03T10:50:51.271Z] #36 33.04 0 upgraded, 10 newly installed, 0 to remove and 29 not upgraded.
10:50:51 [2021-05-03T10:50:51.271Z] #36 33.04 Need to get 14.2 MB of archives.
10:50:51 [2021-05-03T10:50:51.271Z] #36 33.04 After this operation, 60.0 MB of additional disk space will be used.
10:50:51 [2021-05-03T10:50:51.271Z] #36 33.04 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB]
10:50:51 [2021-05-03T10:50:51.271Z] #36 33.06 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB]
10:50:51 [2021-05-03T10:50:51.271Z] #36 33.09 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB]
10:50:51 [2021-05-03T10:50:51.271Z] #36 33.26 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB]
10:50:51 [2021-05-03T10:50:51.271Z] #36 34.76 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libxml2 arm64 2.9.4+dfsg1-7+deb10u1 [625 kB]
10:50:51 [2021-05-03T10:50:51.271Z] #36 34.83 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libarchive13 arm64 3.3.3-4+deb10u1 [291 kB]
10:50:51 [2021-05-03T10:50:51.271Z] #36 34.84 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB]
10:50:51 [2021-05-03T10:50:51.271Z] #36 34.84 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB]
10:50:51 [2021-05-03T10:50:51.271Z] #36 34.85 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1 [105 kB]
10:50:51 [2021-05-03T10:50:51.271Z] #36 34.86 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB]
10:50:51 [2021-05-03T10:50:51.271Z] #36 37.11 debconf: delaying package configuration, since apt-utils is not installed
10:50:51 [2021-05-03T10:50:51.271Z] #36 38.32 Fetched 14.2 MB in 3s (5225 kB/s)
10:50:51 [2021-05-03T10:50:51.447Z] #43 11.90   PBCC     images/mm.pb-c.c
10:50:51 [2021-05-03T10:50:51.447Z] #43 11.95   DEP      images/mm.pb-c.d
10:50:51 [2021-05-03T10:50:51.447Z] #43 12.02   PBCC     images/timerfd.pb-c.c
10:50:51 [2021-05-03T10:50:51.447Z] #43 12.08   DEP      images/timerfd.pb-c.d
10:50:51 [2021-05-03T10:50:51.471Z] #43 74.45   DEP      criu/sk-inet.d
10:50:51 [2021-05-03T10:50:51.513Z] 399f118dfaa9: Verifying Checksum
10:50:51 [2021-05-03T10:50:51.513Z] 399f118dfaa9: Download complete
10:50:51 [2021-05-03T10:50:51.556Z] #36 ...
10:50:51 [2021-05-03T10:50:51.556Z] 
10:50:51 [2021-05-03T10:50:51.556Z] #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
10:50:51 [2021-05-03T10:50:51.556Z] #29 sha256:30f8f9ed6948556853b324ede7d9dd792659147bc343ab70600dbd402c22ac1b
10:50:51 [2021-05-03T10:50:51.706Z] #43 12.14   PBCC     images/timer.pb-c.c
10:50:51 [2021-05-03T10:50:51.706Z] #43 12.17   DEP      images/timer.pb-c.d
10:50:51 [2021-05-03T10:50:51.706Z] #43 12.21   PBCC     images/sa.pb-c.c
10:50:51 [2021-05-03T10:50:51.706Z] #43 12.26   DEP      images/sa.pb-c.d
10:50:51 [2021-05-03T10:50:51.706Z] #43 12.30   PBCC     images/pipe-data.pb-c.c
10:50:51 [2021-05-03T10:50:51.706Z] #43 12.33   DEP      images/pipe-data.pb-c.d
10:50:51 [2021-05-03T10:50:51.733Z] #43 74.69   DEP      criu/signalfd.d
10:50:51 [2021-05-03T10:50:51.733Z] #43 74.85   DEP      criu/sigframe.d
10:50:51 [2021-05-03T10:50:51.919Z] #13 ...
10:50:51 [2021-05-03T10:50:51.919Z] 
10:50:51 [2021-05-03T10:50:51.919Z] #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
10:50:51 [2021-05-03T10:50:51.919Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
10:50:51 [2021-05-03T10:50:51.919Z] #42 77.78 Setting up libnl-3-dev:amd64 (3.4.0-1) ...
10:50:51 [2021-05-03T10:50:51.919Z] #42 77.80 Processing triggers for libc-bin (2.28-10) ...
10:50:51 [2021-05-03T10:50:51.919Z] #42 DONE 78.5s
10:50:51 [2021-05-03T10:50:51.919Z] 
10:50:51 [2021-05-03T10:50:51.919Z] #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
10:50:51 [2021-05-03T10:50:51.919Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:50:51 [2021-05-03T10:50:51.966Z] #43 12.39   PBCC     images/mnt.pb-c.c
10:50:51 [2021-05-03T10:50:51.966Z] #43 12.44   DEP      images/mnt.pb-c.d
10:50:51 [2021-05-03T10:50:51.966Z] #43 12.49   PBCC     images/sk-packet.pb-c.c
10:50:51 [2021-05-03T10:50:51.966Z] #43 12.52   DEP      images/sk-packet.pb-c.d
10:50:51 [2021-05-03T10:50:51.966Z] #43 12.57   PBCC     images/tcp-stream.pb-c.c
10:50:51 [2021-05-03T10:50:51.994Z] #43 74.96   DEP      criu/shmem.d
10:50:51 [2021-05-03T10:50:51.994Z] #43 75.19   DEP      criu/servicefd.d
10:50:52 [2021-05-03T10:50:52.075Z] #56 ...
10:50:52 [2021-05-03T10:50:52.075Z] 
10:50:52 [2021-05-03T10:50:52.075Z] #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
10:50:52 [2021-05-03T10:50:52.075Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:50:52 [2021-05-03T10:50:52.112Z] #29 12.01 #=#=#                                                                         

                                                                           0.0%
                                                                           1.2%
#                                                                          2.5%
##                                                                         4.0%
###                                                                        5.1%
####                                                                       6.7%
####                                                                       6.8%
######                                                                     8.3%
######                                                                     9.0%
#######                                                                   10.2%
#######                                                                   11.1%
########                                                                  12.2%
#########                                                                 12.9%
#########                                                                 13.9%
##########                                                                14.2%
###########                                                               15.5%
############                                                              17.4%
#############                                                             19.1%
##############                                                            20.5%
###############                                                           21.8%
################                                                          22.6%
################                                                          23.6%
#################                                                         24.4%
##################                                                        25.6%
##################                                                        25.8%
###################                                                       27.2%
####################                                                      28.6%
####################                                                      28.6%
#####################                                                     29.9%
######################                                                    31.2%
######################                                                    31.6%
#######################                                                   32.7%
########################                                                  33.5%
########################                                                  33.5%
#########################                                                 35.1%
##########################                                                36.5%
##########################                                                37.4%
############################                                              38.9%
############################                                              39.1%
#############################                                             40.7%
###############################                                           43.2%
################################                                          44.9%
#################################                                         46.4%
##################################                                        48.1%
####################################                                      50.3%
#####################################                                     52.0%
######################################                                    53.0%
######################################                                    54.2%
#######################################                                   55.1%
########################################                                  55.7%
########################################                                  56.5%
#########################################                                 58.3%
##########################################                                58.5%
##########################################                                59.5%
############################################                              61.6%
#############################################                             63.0%
#############################################                             63.6%
##############################################                            64.8%
##############################################                            64.8%
###############################################                           66.5%
################################################                          67.8%
#################################################                         69.3%
####################################################                      72.3%
#####################################################                     74.5%
######################################################                    75.8%
#######################################################                   77.6%
#######################################################                   77.6%
########################################################                  78.7%
##########################################################                80.7%
##########################################################                81.8%
############################################################              83.4%
10:50:52 [2021-05-03T10:50:52.112Z] #29 ...
10:50:52 [2021-05-03T10:50:52.112Z] 
10:50:52 [2021-05-03T10:50:52.113Z] #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
10:50:52 [2021-05-03T10:50:52.113Z] #32 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805
10:50:52 [2021-05-03T10:50:52.113Z] #32 28.84 Checking out files:  92% (1403/1521)   
Checking out files:  93% (1415/1521)   
Checking out files:  94% (1430/1521)   
Checking out files:  95% (1445/1521)   
Checking out files:  96% (1461/1521)   
Checking out files:  97% (1476/1521)   
Checking out files:  98% (1491/1521)   
Checking out files:  99% (1506/1521)   
Checking out files: 100% (1521/1521)   
Checking out files: 100% (1521/1521), done.
10:50:52 [2021-05-03T10:50:52.113Z] #32 28.99 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
10:50:52 [2021-05-03T10:50:52.113Z] #32 29.26 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
10:50:52 [2021-05-03T10:50:52.113Z] #32 ...
10:50:52 [2021-05-03T10:50:52.113Z] 
10:50:52 [2021-05-03T10:50:52.113Z] #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
10:50:52 [2021-05-03T10:50:52.113Z] #49 sha256:747d26d790ba66456381a333c10940d14d243aaa8678d192bf4c47c5deeb0da8
10:50:52 [2021-05-03T10:50:52.113Z] #49 39.49 go: finding github.com/fatih/color v1.7.0
10:50:52 [2021-05-03T10:50:52.226Z] #43 12.62   DEP      images/tcp-stream.pb-c.d
10:50:52 [2021-05-03T10:50:52.226Z] #43 12.69   PBCC     images/pipe.pb-c.c
10:50:52 [2021-05-03T10:50:52.226Z] #43 12.74   DEP      images/pipe.pb-c.d
10:50:52 [2021-05-03T10:50:52.226Z] #43 12.81   PBCC     images/pstree.pb-c.c
10:50:52 [2021-05-03T10:50:52.226Z] #43 12.85   DEP      images/pstree.pb-c.d
10:50:52 [2021-05-03T10:50:52.226Z] #43 12.91   PBCC     images/fs.pb-c.c
10:50:52 [2021-05-03T10:50:52.257Z] #43 75.34   DEP      criu/seize.d
10:50:52 [2021-05-03T10:50:52.257Z] #43 75.48   DEP      criu/seccomp.d
10:50:52 [2021-05-03T10:50:52.332Z] #13 108.8 Selecting previously unselected package g++-mingw-w64-x86-64.
10:50:52 [2021-05-03T10:50:52.332Z] #13 108.8 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
10:50:52 [2021-05-03T10:50:52.332Z] #13 108.8 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
10:50:52 [2021-05-03T10:50:52.485Z] #43 12.93   DEP      images/fs.pb-c.d
10:50:52 [2021-05-03T10:50:52.485Z] #43 12.97   PBCC     images/signalfd.pb-c.c
10:50:52 [2021-05-03T10:50:52.485Z] #43 13.02   DEP      images/signalfd.pb-c.d
10:50:52 [2021-05-03T10:50:52.485Z] #43 13.10   PBCC     images/fh.pb-c.c
10:50:52 [2021-05-03T10:50:52.485Z] #43 13.16   PBCC     images/fsnotify.pb-c.c
10:50:52 [2021-05-03T10:50:52.487Z] #43 ...
10:50:52 [2021-05-03T10:50:52.487Z] 
10:50:52 [2021-05-03T10:50:52.487Z] #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
10:50:52 [2021-05-03T10:50:52.487Z] #45 sha256:5be091d371b3ee9e5fdfa7afb55a5178f0911cf54926b027e86550f7bde27bc6
10:50:52 [2021-05-03T10:50:52.487Z] #45 69.70 time
10:50:52 [2021-05-03T10:50:52.487Z] #45 73.89 internal/fmtsort
10:50:52 [2021-05-03T10:50:52.487Z] #45 74.47 internal/poll
10:50:52 [2021-05-03T10:50:52.487Z] #45 74.69 internal/syscall/execenv
10:50:52 [2021-05-03T10:50:52.487Z] #45 75.01 internal/syscall/unix
10:50:52 [2021-05-03T10:50:52.487Z] #45 75.33 strings
10:50:52 [2021-05-03T10:50:52.487Z] #45 76.60 os
10:50:52 [2021-05-03T10:50:52.487Z] #45 77.98 regexp/syntax
10:50:52 [2021-05-03T10:50:52.515Z] #49 39.56 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
10:50:52 [2021-05-03T10:50:52.515Z] #49 39.60 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
10:50:52 [2021-05-03T10:50:52.515Z] #49 39.61 go: finding github.com/go-critic/go-critic v0.4.1
10:50:52 [2021-05-03T10:50:52.518Z] #43 75.65   DEP      criu/rst-malloc.d
10:50:52 [2021-05-03T10:50:52.518Z] #43 75.74   DEP      criu/rbtree.d
10:50:52 [2021-05-03T10:50:52.745Z] #43 13.22   DEP      images/fh.pb-c.d
10:50:52 [2021-05-03T10:50:52.745Z] #43 13.28   DEP      images/fsnotify.pb-c.d
10:50:52 [2021-05-03T10:50:52.745Z] #43 13.36   PBCC     images/eventpoll.pb-c.c
10:50:52 [2021-05-03T10:50:52.745Z] #43 13.37   DEP      images/eventpoll.pb-c.d
10:50:52 [2021-05-03T10:50:52.746Z] #45 ...
10:50:52 [2021-05-03T10:50:52.746Z] 
10:50:52 [2021-05-03T10:50:52.746Z] #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
10:50:52 [2021-05-03T10:50:52.746Z] #37 sha256:c7ed36b67b4889b6ae1f9a08c79ae21c683219c6e6cd795cc222363c845d84a3
10:50:52 [2021-05-03T10:50:52.746Z] #37 1.179 + RM_GOPATH=0
10:50:52 [2021-05-03T10:50:52.746Z] #37 1.180 + TMP_GOPATH=
10:50:52 [2021-05-03T10:50:52.746Z] #37 1.180 + : /build
10:50:52 [2021-05-03T10:50:52.746Z] #37 1.180 + '[' -z '' ']'
10:50:52 [2021-05-03T10:50:52.746Z] #37 1.187 ++ mktemp -d
10:50:52 [2021-05-03T10:50:52.746Z] #37 1.190 + export GOPATH=/tmp/tmp.0cHVQs2PER
10:50:52 [2021-05-03T10:50:52.746Z] #37 1.190 + GOPATH=/tmp/tmp.0cHVQs2PER
10:50:52 [2021-05-03T10:50:52.746Z] #37 1.190 + RM_GOPATH=1
10:50:52 [2021-05-03T10:50:52.746Z] #37 1.190 + case "$(go env GOARCH)" in
10:50:52 [2021-05-03T10:50:52.746Z] #37 1.191 ++ go env GOARCH
10:50:52 [2021-05-03T10:50:52.746Z] #37 1.219 + export GO_BUILDMODE=-buildmode=pie
10:50:52 [2021-05-03T10:50:52.746Z] #37 1.219 + GO_BUILDMODE=-buildmode=pie
10:50:52 [2021-05-03T10:50:52.746Z] #37 1.220 ++ dirname /tmp/install/install.sh
10:50:52 [2021-05-03T10:50:52.746Z] #37 1.227 + dir=/tmp/install
10:50:52 [2021-05-03T10:50:52.746Z] #37 1.234 + bin=tini
10:50:52 [2021-05-03T10:50:52.746Z] #37 1.234 + shift
10:50:52 [2021-05-03T10:50:52.746Z] #37 1.234 + '[' '!' -f /tmp/install/tini.installer ']'
10:50:52 [2021-05-03T10:50:52.746Z] #37 1.234 + . /tmp/install/tini.installer
10:50:52 [2021-05-03T10:50:52.746Z] #37 1.234 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
10:50:52 [2021-05-03T10:50:52.746Z] #37 1.235 + install_tini
10:50:52 [2021-05-03T10:50:52.746Z] #37 1.235 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
10:50:52 [2021-05-03T10:50:52.746Z] #37 1.235 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
10:50:52 [2021-05-03T10:50:52.746Z] #37 1.235 + git clone https://github.com/krallin/tini.git /tmp/tmp.0cHVQs2PER/tini
10:50:52 [2021-05-03T10:50:52.746Z] #37 1.237 Cloning into '/tmp/tmp.0cHVQs2PER/tini'...
10:50:52 [2021-05-03T10:50:52.746Z] #37 1.958 + cd /tmp/tmp.0cHVQs2PER/tini
10:50:52 [2021-05-03T10:50:52.746Z] #37 1.958 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
10:50:52 [2021-05-03T10:50:52.746Z] #37 1.972 + cmake .
10:50:52 [2021-05-03T10:50:52.746Z] #37 2.448 -- The C compiler identification is GNU 8.3.0
10:50:52 [2021-05-03T10:50:52.746Z] #37 2.492 -- Check for working C compiler: /usr/bin/cc
10:50:52 [2021-05-03T10:50:52.746Z] #37 3.242 -- Check for working C compiler: /usr/bin/cc -- works
10:50:52 [2021-05-03T10:50:52.746Z] #37 3.248 -- Detecting C compiler ABI info
10:50:52 [2021-05-03T10:50:52.746Z] #37 4.092 -- Detecting C compiler ABI info - done
10:50:52 [2021-05-03T10:50:52.746Z] #37 4.134 -- Detecting C compile features
10:50:52 [2021-05-03T10:50:52.779Z] #49 39.92 go: finding github.com/go-lintpack/lintpack v0.5.2
10:50:52 [2021-05-03T10:50:52.779Z] #49 39.92 go: finding github.com/mattn/go-colorable v0.1.4
10:50:52 [2021-05-03T10:50:52.779Z] #49 40.05 go: finding github.com/pkg/errors v0.8.1
10:50:52 [2021-05-03T10:50:52.780Z] #43 75.79   DEP      criu/pstree.d
10:50:53 [2021-05-03T10:50:53.011Z] #43 13.43   PBCC     images/eventfd.pb-c.c
10:50:53 [2021-05-03T10:50:53.011Z] #43 13.45   DEP      images/eventfd.pb-c.d
10:50:53 [2021-05-03T10:50:53.011Z] #43 13.51   PBCC     images/remap-file-path.pb-c.c
10:50:53 [2021-05-03T10:50:53.011Z] #43 13.54   DEP      images/remap-file-path.pb-c.d
10:50:53 [2021-05-03T10:50:53.011Z] #43 13.60   PBCC     images/fifo.pb-c.c
10:50:53 [2021-05-03T10:50:53.011Z] #43 13.63   DEP      images/fifo.pb-c.d
10:50:53 [2021-05-03T10:50:53.041Z] #43 75.94   DEP      criu/protobuf.d
10:50:53 [2021-05-03T10:50:53.041Z] #43 76.16   GEN      criu/protobuf-desc-gen.h
10:50:53 [2021-05-03T10:50:53.046Z] #49 40.14 go: finding github.com/mattn/go-isatty v0.0.8
10:50:53 [2021-05-03T10:50:53.046Z] #49 40.14 go: finding github.com/mitchellh/go-homedir v1.1.0
10:50:53 [2021-05-03T10:50:53.273Z] #43 13.69   PBCC     images/ghost-file.pb-c.c
10:50:53 [2021-05-03T10:50:53.273Z] #43 13.76   DEP      images/ghost-file.pb-c.d
10:50:53 [2021-05-03T10:50:53.273Z] #43 13.84   PBCC     images/regfile.pb-c.c
10:50:53 [2021-05-03T10:50:53.273Z] #43 13.91   DEP      images/regfile.pb-c.d
10:50:53 [2021-05-03T10:50:53.273Z] #43 13.96   PBCC     images/ns.pb-c.c
10:50:53 [2021-05-03T10:50:53.315Z] #49 40.54 go: finding github.com/go-toolsmith/astequal v1.0.0
10:50:53 [2021-05-03T10:50:53.315Z] #49 40.54 go: finding github.com/go-toolsmith/astfmt v1.0.0
10:50:53 [2021-05-03T10:50:53.320Z] #37 ...
10:50:53 [2021-05-03T10:50:53.320Z] 
10:50:53 [2021-05-03T10:50:53.320Z] #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
10:50:53 [2021-05-03T10:50:53.320Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:50:53 [2021-05-03T10:50:53.320Z] #13 75.63 Selecting previously unselected package mingw-w64-x86-64-dev.
10:50:53 [2021-05-03T10:50:53.320Z] #13 75.67 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
10:50:53 [2021-05-03T10:50:53.320Z] #13 75.68 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
10:50:53 [2021-05-03T10:50:53.532Z] #43 14.00   DEP      images/ns.pb-c.d
10:50:53 [2021-05-03T10:50:53.532Z] #43 14.04   PBCC     images/fdinfo.pb-c.c
10:50:53 [2021-05-03T10:50:53.532Z] #43 14.13   DEP      images/fdinfo.pb-c.d
10:50:53 [2021-05-03T10:50:53.532Z] #43 14.22   PBCC     images/core-aarch64.pb-c.c
10:50:53 [2021-05-03T10:50:53.532Z] #43 ...
10:50:53 [2021-05-03T10:50:53.532Z] 
10:50:53 [2021-05-03T10:50:53.532Z] #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
10:50:53 [2021-05-03T10:50:53.533Z] #45 sha256:420f325532c1ee2984a12f05e3c7f055e58b2ada76e1c2d087abdaee6c492b96
10:50:53 [2021-05-03T10:50:53.533Z] #45 72.79 flag
10:50:53 [2021-05-03T10:50:53.533Z] #45 72.83 go/token
10:50:53 [2021-05-03T10:50:53.533Z] #45 73.64 go/scanner
10:50:53 [2021-05-03T10:50:53.533Z] #45 74.39 regexp
10:50:53 [2021-05-03T10:50:53.533Z] #45 74.86 go/ast
10:50:53 [2021-05-03T10:50:53.533Z] #45 77.91 internal/lazyregexp
10:50:53 [2021-05-03T10:50:53.533Z] #45 78.25 path
10:50:53 [2021-05-03T10:50:53.533Z] #45 78.64 io/ioutil
10:50:53 [2021-05-03T10:50:53.533Z] #45 79.10 net/url
10:50:53 [2021-05-03T10:50:53.533Z] #45 80.18 text/template/parse
10:50:53 [2021-05-03T10:50:53.533Z] #45 80.66 go/parser
10:50:53 [2021-05-03T10:50:53.586Z] #49 40.63 go: finding github.com/spf13/viper v1.6.1
10:50:53 [2021-05-03T10:50:53.586Z] #49 40.63 go: finding github.com/go-toolsmith/astp v1.0.0
10:50:53 [2021-05-03T10:50:53.586Z] #49 40.67 go: finding github.com/go-toolsmith/astcast v1.0.0
10:50:53 [2021-05-03T10:50:53.586Z] #49 40.67 go: finding github.com/go-toolsmith/typep v1.0.0
10:50:53 [2021-05-03T10:50:53.586Z] #49 40.69 go: finding github.com/go-toolsmith/astcopy v1.0.0
10:50:53 [2021-05-03T10:50:53.586Z] #49 40.69 go: finding github.com/sirupsen/logrus v1.4.2
10:50:53 [2021-05-03T10:50:53.586Z] #49 40.78 go: finding github.com/stretchr/testify v1.4.0
10:50:53 [2021-05-03T10:50:53.586Z] #49 40.79 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
10:50:53 [2021-05-03T10:50:53.586Z] #49 40.85 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
10:50:53 [2021-05-03T10:50:53.792Z] #45 ...
10:50:53 [2021-05-03T10:50:53.792Z] 
10:50:53 [2021-05-03T10:50:53.792Z] #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
10:50:53 [2021-05-03T10:50:53.792Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:50:53 [2021-05-03T10:50:53.792Z] #43 14.29   PBCC     images/core-arm.pb-c.c
10:50:53 [2021-05-03T10:50:53.792Z] #43 14.39   PBCC     images/core-ppc64.pb-c.c
10:50:53 [2021-05-03T10:50:53.792Z] #43 14.45   PBCC     images/core-s390.pb-c.c
10:50:53 [2021-05-03T10:50:53.792Z] #43 14.49   PBCC     images/core-x86.pb-c.c
10:50:53 [2021-05-03T10:50:53.909Z] #49 40.87 go: finding github.com/go-toolsmith/strparse v1.0.0
10:50:54 [2021-05-03T10:50:54.051Z] #43 14.57   PBCC     images/core.pb-c.c
10:50:54 [2021-05-03T10:50:54.051Z] #43 14.66   PBCC     images/inventory.pb-c.c
10:50:54 [2021-05-03T10:50:54.051Z] #43 14.77   DEP      images/core-aarch64.pb-c.d
10:50:54 [2021-05-03T10:50:54.176Z] #49 41.30 go: finding github.com/bombsimon/wsl/v2 v2.0.0
10:50:54 [2021-05-03T10:50:54.176Z] #49 41.35 go: finding github.com/spf13/cobra v0.0.5
10:50:54 [2021-05-03T10:50:54.176Z] #49 41.37 go: finding github.com/fsnotify/fsnotify v1.4.7
10:50:54 [2021-05-03T10:50:54.176Z] #49 41.39 go: finding github.com/davecgh/go-spew v1.1.1
10:50:54 [2021-05-03T10:50:54.176Z] #49 41.39 go: finding github.com/gobwas/glob v0.2.3
10:50:54 [2021-05-03T10:50:54.310Z] #43 14.83   DEP      images/core-arm.pb-c.d
10:50:54 [2021-05-03T10:50:54.310Z] #43 14.87   DEP      images/core-ppc64.pb-c.d
10:50:54 [2021-05-03T10:50:54.310Z] #43 14.93   DEP      images/core-s390.pb-c.d
10:50:54 [2021-05-03T10:50:54.570Z] #43 15.01   DEP      images/core-x86.pb-c.d
10:50:54 [2021-05-03T10:50:54.570Z] #43 15.05   DEP      images/core.pb-c.d
10:50:54 [2021-05-03T10:50:54.570Z] #43 15.13   DEP      images/inventory.pb-c.d
10:50:54 [2021-05-03T10:50:54.570Z] #43 15.20   PBCC     images/cpuinfo.pb-c.c
10:50:54 [2021-05-03T10:50:54.570Z] #43 15.23   DEP      images/cpuinfo.pb-c.d
10:50:54 [2021-05-03T10:50:54.629Z] #49 41.68 go: finding github.com/pmezard/go-difflib v1.0.0
10:50:54 [2021-05-03T10:50:54.829Z] #43 15.30   PBCC     images/stats.pb-c.c
10:50:54 [2021-05-03T10:50:54.829Z] #43 15.35   DEP      images/stats.pb-c.d
10:50:54 [2021-05-03T10:50:54.925Z] #49 41.68 go: finding github.com/hashicorp/hcl v1.0.0
10:50:54 [2021-05-03T10:50:54.925Z] #49 41.69 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
10:50:54 [2021-05-03T10:50:54.925Z] #49 41.71 go: finding github.com/spf13/pflag v1.0.5
10:50:54 [2021-05-03T10:50:54.956Z] #43 77.86   DEP      criu/protobuf-desc.d
10:50:54 [2021-05-03T10:50:54.956Z] #43 78.01   DEP      criu/proc_parse.d
10:50:55 [2021-05-03T10:50:55.217Z] #43 78.26   DEP      criu/plugin.d
10:50:55 [2021-05-03T10:50:55.217Z] #43 ...
10:50:55 [2021-05-03T10:50:55.217Z] 
10:50:55 [2021-05-03T10:50:55.217Z] #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
10:50:55 [2021-05-03T10:50:55.217Z] #45 sha256:3c300042d3325d05ae0fd5f6c25145d6aaf7594723399bc80e89aa7cb3b81cad
10:50:55 [2021-05-03T10:50:55.217Z] #45 132.4 github.com/LK4D4/vndr/godl
10:50:55 [2021-05-03T10:50:55.217Z] #45 133.2 github.com/LK4D4/vndr
10:50:55 [2021-05-03T10:50:55.218Z] #49 42.17 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
10:50:55 [2021-05-03T10:50:55.218Z] #49 42.19 go: finding github.com/magiconair/properties v1.8.1
10:50:55 [2021-05-03T10:50:55.218Z] #49 42.21 go: finding github.com/stretchr/objx v0.2.0
10:50:55 [2021-05-03T10:50:55.218Z] #49 42.23 go: finding github.com/mitchellh/mapstructure v1.1.2
10:50:55 [2021-05-03T10:50:55.479Z] #45 ...
10:50:55 [2021-05-03T10:50:55.479Z] 
10:50:55 [2021-05-03T10:50:55.479Z] #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
10:50:55 [2021-05-03T10:50:55.479Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:50:55 [2021-05-03T10:50:55.479Z] #43 78.40   DEP      criu/pipes.d
10:50:55 [2021-05-03T10:50:55.479Z] #43 78.58   DEP      criu/pie-util.d
10:50:55 [2021-05-03T10:50:55.489Z] #49 42.51 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
10:50:55 [2021-05-03T10:50:55.489Z] #49 42.51 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
10:50:55 [2021-05-03T10:50:55.489Z] #49 42.52 go: finding gopkg.in/yaml.v2 v2.2.7
10:50:55 [2021-05-03T10:50:55.489Z] #49 42.54 go: finding github.com/pelletier/go-toml v1.2.0
10:50:55 [2021-05-03T10:50:55.489Z] #49 42.56 go: finding github.com/spf13/afero v1.1.2
10:50:55 [2021-05-03T10:50:55.489Z] #49 42.80 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
10:50:55 [2021-05-03T10:50:55.489Z] #49 42.80 go: finding github.com/spf13/cast v1.3.0
10:50:55 [2021-05-03T10:50:55.727Z] #13 ...
10:50:55 [2021-05-03T10:50:55.727Z] 
10:50:55 [2021-05-03T10:50:55.727Z] #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
10:50:55 [2021-05-03T10:50:55.727Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:50:55 [2021-05-03T10:50:55.727Z] #43 23.64   CC       images/fsnotify.o
10:50:55 [2021-05-03T10:50:55.727Z] #43 24.26   CC       images/signalfd.o
10:50:55 [2021-05-03T10:50:55.727Z] #43 24.63   CC       images/fs.o
10:50:55 [2021-05-03T10:50:55.727Z] #43 24.82   CC       images/pstree.o
10:50:55 [2021-05-03T10:50:55.727Z] #43 25.06   CC       images/pipe.o
10:50:55 [2021-05-03T10:50:55.727Z] #43 25.29   CC       images/tcp-stream.o
10:50:55 [2021-05-03T10:50:55.727Z] #43 25.52   CC       images/sk-packet.o
10:50:55 [2021-05-03T10:50:55.727Z] #43 25.88   CC       images/mnt.o
10:50:55 [2021-05-03T10:50:55.727Z] #43 26.26   CC       images/pipe-data.o
10:50:55 [2021-05-03T10:50:55.727Z] #43 26.62   CC       images/sa.o
10:50:55 [2021-05-03T10:50:55.727Z] #43 26.98   CC       images/timer.o
10:50:55 [2021-05-03T10:50:55.727Z] #43 27.30   CC       images/timerfd.o
10:50:55 [2021-05-03T10:50:55.727Z] #43 27.52   CC       images/mm.o
10:50:55 [2021-05-03T10:50:55.727Z] #43 27.81   CC       images/sk-opts.o
10:50:55 [2021-05-03T10:50:55.727Z] #43 27.99   CC       images/sk-unix.o
10:50:55 [2021-05-03T10:50:55.727Z] #43 28.34   CC       images/sk-inet.o
10:50:55 [2021-05-03T10:50:55.727Z] #43 28.77   CC       images/tun.o
10:50:55 [2021-05-03T10:50:55.727Z] #43 29.05   CC       images/sk-netlink.o
10:50:55 [2021-05-03T10:50:55.727Z] #43 29.26   CC       images/packet-sock.o
10:50:55 [2021-05-03T10:50:55.727Z] #43 29.57   CC       images/ipc-var.o
10:50:55 [2021-05-03T10:50:55.727Z] #43 29.84   CC       images/ipc-desc.o
10:50:55 [2021-05-03T10:50:55.727Z] #43 30.13   CC       images/ipc-shm.o
10:50:55 [2021-05-03T10:50:55.727Z] #43 30.31   CC       images/ipc-msg.o
10:50:55 [2021-05-03T10:50:55.727Z] #43 30.56   CC       images/ipc-sem.o
10:50:55 [2021-05-03T10:50:55.727Z] #43 30.76   CC       images/utsns.o
10:50:55 [2021-05-03T10:50:55.727Z] #43 30.92   CC       images/creds.o
10:50:55 [2021-05-03T10:50:55.727Z] #43 31.09   CC       images/vma.o
10:50:55 [2021-05-03T10:50:55.727Z] #43 31.28   CC       images/netdev.o
10:50:55 [2021-05-03T10:50:55.727Z] #43 31.61   CC       images/tty.o
10:50:55 [2021-05-03T10:50:55.727Z] #43 32.14   CC       images/file-lock.o
10:50:55 [2021-05-03T10:50:55.727Z] #43 32.32   CC       images/rlimit.o
10:50:55 [2021-05-03T10:50:55.727Z] #43 32.51   CC       images/pagemap.o
10:50:55 [2021-05-03T10:50:55.727Z] #43 32.79   CC       images/siginfo.o
10:50:55 [2021-05-03T10:50:55.727Z] #43 33.06   CC       images/rpc.o
10:50:55 [2021-05-03T10:50:55.741Z] #43 78.69   DEP      criu/pie-util-vdso.d
10:50:55 [2021-05-03T10:50:55.912Z] #49 42.86 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
10:50:55 [2021-05-03T10:50:55.912Z] #49 42.90 go: finding github.com/spf13/jwalterweatherman v1.0.0
10:50:56 [2021-05-03T10:50:56.002Z] #43 78.84   DEP      criu/pie-util-vdso-elf32.d
10:50:56 [2021-05-03T10:50:56.002Z] #43 78.99   DEP      criu/path.d
10:50:56 [2021-05-03T10:50:56.002Z] #43 79.13   DEP      criu/parasite-syscall.d
10:50:56 [2021-05-03T10:50:56.175Z] #49 43.33 go: finding golang.org/x/text v0.3.2
10:50:56 [2021-05-03T10:50:56.209Z] #43 16.79 make[1]: Nothing to be done for 'all'.
10:50:56 [2021-05-03T10:50:56.263Z] #43 ...
10:50:56 [2021-05-03T10:50:56.263Z] 
10:50:56 [2021-05-03T10:50:56.263Z] #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
10:50:56 [2021-05-03T10:50:56.263Z] #45 sha256:3c300042d3325d05ae0fd5f6c25145d6aaf7594723399bc80e89aa7cb3b81cad
10:50:56 [2021-05-03T10:50:56.263Z] #45 DONE 143.3s
10:50:56 [2021-05-03T10:50:56.263Z] 
10:50:56 [2021-05-03T10:50:56.263Z] #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
10:50:56 [2021-05-03T10:50:56.263Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:50:56 [2021-05-03T10:50:56.263Z] #43 79.40   DEP      criu/pagemap.d
10:50:56 [2021-05-03T10:50:56.290Z] #43 34.38   CC       images/ext-file.o
10:50:56 [2021-05-03T10:50:56.290Z] #43 34.62   CC       images/cgroup.o
10:50:56 [2021-05-03T10:50:56.443Z] #49 43.48 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
10:50:56 [2021-05-03T10:50:56.443Z] #49 43.55 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
10:50:56 [2021-05-03T10:50:56.443Z] #49 43.55 go: finding github.com/subosito/gotenv v1.2.0
10:50:56 [2021-05-03T10:50:56.524Z] #43 79.66   DEP      criu/pagemap-cache.d
10:50:56 [2021-05-03T10:50:56.617Z] #13 ...
10:50:56 [2021-05-03T10:50:56.617Z] 
10:50:56 [2021-05-03T10:50:56.617Z] #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
10:50:56 [2021-05-03T10:50:56.617Z] #37 sha256:c7ed36b67b4889b6ae1f9a08c79ae21c683219c6e6cd795cc222363c845d84a3
10:50:56 [2021-05-03T10:50:56.617Z] #37 6.497 -- Detecting C compile features - done
10:50:56 [2021-05-03T10:50:56.617Z] #37 6.529 -- Performing Test HAS_BUILTIN_FORTIFY
10:50:56 [2021-05-03T10:50:56.617Z] #37 6.763 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
10:50:56 [2021-05-03T10:50:56.617Z] #37 6.848 -- Configuring done
10:50:56 [2021-05-03T10:50:56.617Z] #37 6.864 -- Generating done
10:50:56 [2021-05-03T10:50:56.617Z] #37 6.866 -- Build files have been written to: /tmp/tmp.0cHVQs2PER/tini
10:50:56 [2021-05-03T10:50:56.617Z] #37 6.872 + make tini-static
10:50:56 [2021-05-03T10:50:56.617Z] #37 7.142 Scanning dependencies of target tini-static
10:50:56 [2021-05-03T10:50:56.617Z] #37 7.189 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
10:50:56 [2021-05-03T10:50:56.617Z] #37 8.380 [100%] Linking C executable tini-static
10:50:56 [2021-05-03T10:50:56.617Z] #37 8.940 [100%] Built target tini-static
10:50:56 [2021-05-03T10:50:56.617Z] #37 9.045 + mkdir -p /build
10:50:56 [2021-05-03T10:50:56.617Z] #37 9.049 + cp tini-static /build/docker-init
10:50:56 [2021-05-03T10:50:56.617Z] #37 DONE 9.3s
10:50:56 [2021-05-03T10:50:56.617Z] 
10:50:56 [2021-05-03T10:50:56.617Z] #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
10:50:56 [2021-05-03T10:50:56.617Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:50:56 [2021-05-03T10:50:56.617Z] #43 2.151 Note: Building without setproctitle() and strlcpy() support.
10:50:56 [2021-05-03T10:50:56.617Z] #43 2.151       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
10:50:56 [2021-05-03T10:50:56.617Z] #43 2.161 Note: Building without GnuTLS support
10:50:56 [2021-05-03T10:50:56.617Z] #43 2.165 Makefile.config:39: Warn: you have no libnftables installed
10:50:56 [2021-05-03T10:50:56.617Z] #43 2.165 Makefile.config:40: Warn: Building without nftables support
10:50:56 [2021-05-03T10:50:56.617Z] #43 3.980 fatal: not a git repository (or any of the parent directories): .git
10:50:56 [2021-05-03T10:50:56.617Z] #43 4.049   GEN      .gitid
10:50:56 [2021-05-03T10:50:56.617Z] #43 4.095   GEN      criu/include/version.h
10:50:56 [2021-05-03T10:50:56.617Z] #43 4.191   GEN      include/common/asm
10:50:56 [2021-05-03T10:50:56.705Z] #49 43.93 go: finding gopkg.in/ini.v1 v1.51.0
10:50:56 [2021-05-03T10:50:56.705Z] #49 43.94 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
10:50:56 [2021-05-03T10:50:56.705Z] #49 43.95 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
10:50:56 [2021-05-03T10:50:56.705Z] #49 43.96 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
10:50:56 [2021-05-03T10:50:56.785Z] #43 79.96   DEP      criu/page-xfer.d
10:50:56 [2021-05-03T10:50:56.876Z] #43 ...
10:50:56 [2021-05-03T10:50:56.876Z] 
10:50:56 [2021-05-03T10:50:56.876Z] #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
10:50:56 [2021-05-03T10:50:56.876Z] #51 sha256:cdeb27188b8eaaebac1e7f89a19cd73b6216a9777f838dbd1e8a7947c0202440
10:50:56 [2021-05-03T10:50:56.876Z] #51 74.06 context
10:50:56 [2021-05-03T10:50:56.876Z] #51 74.09 encoding/binary
10:50:56 [2021-05-03T10:50:56.876Z] #51 75.34 internal/poll
10:50:56 [2021-05-03T10:50:56.876Z] #51 76.08 encoding/base64
10:50:56 [2021-05-03T10:50:56.876Z] #51 76.92 strings
10:50:56 [2021-05-03T10:50:56.876Z] #51 77.52 os
10:50:56 [2021-05-03T10:50:56.876Z] #51 79.51 golang.org/x/sys/unix
10:50:56 [2021-05-03T10:50:56.876Z] #51 81.50 fmt
10:50:56 [2021-05-03T10:50:56.981Z] #49 ...
10:50:56 [2021-05-03T10:50:56.981Z] 
10:50:56 [2021-05-03T10:50:56.981Z] #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
10:50:56 [2021-05-03T10:50:56.981Z] #67 sha256:d3e2694ea0d9304327d45f6229cd8635cf2e4068ce2e4fba77e6ae9961852539
10:50:56 [2021-05-03T10:50:56.981Z] #67 DONE 44.0s
10:50:56 [2021-05-03T10:50:56.981Z] 
10:50:56 [2021-05-03T10:50:56.981Z] #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
10:50:56 [2021-05-03T10:50:56.981Z] #49 sha256:747d26d790ba66456381a333c10940d14d243aaa8678d192bf4c47c5deeb0da8
10:50:56 [2021-05-03T10:50:56.981Z] #49 44.13 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
10:50:56 [2021-05-03T10:50:56.981Z] #49 44.17 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
10:50:56 [2021-05-03T10:50:56.981Z] #49 44.18 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
10:50:56 [2021-05-03T10:50:56.981Z] #49 44.20 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
10:50:56 [2021-05-03T10:50:56.981Z] #49 44.25 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
10:50:57 [2021-05-03T10:50:57.046Z] #43 80.26   DEP      criu/page-pipe.d
10:50:57 [2021-05-03T10:50:57.220Z] #43 35.22   CC       images/userns.o
10:50:57 [2021-05-03T10:50:57.220Z] #43 35.44   CC       images/google/protobuf/descriptor.o
10:50:57 [2021-05-03T10:50:57.248Z] #49 44.29 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
10:50:57 [2021-05-03T10:50:57.248Z] #49 44.30 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
10:50:57 [2021-05-03T10:50:57.248Z] #49 44.34 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
10:50:57 [2021-05-03T10:50:57.248Z] #49 44.40 go: finding github.com/sourcegraph/go-diff v0.5.1
10:50:57 [2021-05-03T10:50:57.248Z] #49 44.41 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
10:50:57 [2021-05-03T10:50:57.248Z] #49 44.44 go: finding github.com/kisielk/gotool v1.0.0
10:50:57 [2021-05-03T10:50:57.248Z] #49 44.44 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
10:50:57 [2021-05-03T10:50:57.248Z] #49 44.48 go: finding github.com/tommy-muehle/go-mnd v1.1.1
10:50:57 [2021-05-03T10:50:57.248Z] #49 44.49 go: finding github.com/ultraware/funlen v0.0.2
10:50:57 [2021-05-03T10:50:57.248Z] #49 44.54 go: finding github.com/ultraware/whitespace v0.0.4
10:50:57 [2021-05-03T10:50:57.307Z] #43 80.36   DEP      criu/netfilter.d
10:50:57 [2021-05-03T10:50:57.307Z] #43 80.47   DEP      criu/net.d
10:50:57 [2021-05-03T10:50:57.541Z] #49 44.55 go: finding github.com/uudashr/gocognit v1.0.1
10:50:57 [2021-05-03T10:50:57.541Z] #49 44.62 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
10:50:57 [2021-05-03T10:50:57.541Z] #49 44.74 go: finding github.com/gogo/protobuf v1.2.1
10:50:57 [2021-05-03T10:50:57.567Z] #43 80.67   DEP      criu/namespaces.d
10:50:57 [2021-05-03T10:50:57.812Z] #49 44.89 go: finding honnef.co/go/tools v0.0.1-2019.2.3
10:50:57 [2021-05-03T10:50:57.813Z] #51 ...
10:50:57 [2021-05-03T10:50:57.813Z] 
10:50:57 [2021-05-03T10:50:57.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
10:50:57 [2021-05-03T10:50:57.813Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:50:57 [2021-05-03T10:50:57.813Z] #43 6.417   PBCC     images/timens.pb-c.c
10:50:57 [2021-05-03T10:50:57.813Z] #43 6.443   DEP      images/timens.pb-c.d
10:50:57 [2021-05-03T10:50:57.813Z] #43 6.499   PBCC     images/fown.pb-c.c
10:50:57 [2021-05-03T10:50:57.813Z] #43 6.523   PBCC     images/google/protobuf/descriptor.pb-c.c
10:50:57 [2021-05-03T10:50:57.813Z] #43 6.594   PBCC     images/opts.pb-c.c
10:50:57 [2021-05-03T10:50:57.813Z] #43 6.637   PBCC     images/memfd.pb-c.c
10:50:57 [2021-05-03T10:50:57.828Z] #43 80.83   DEP      criu/mount.d
10:50:57 [2021-05-03T10:50:57.828Z] #43 81.06   DEP      criu/memfd.d
10:50:58 [2021-05-03T10:50:58.072Z] #43 6.676   DEP      images/fown.pb-c.d
10:50:58 [2021-05-03T10:50:58.072Z] #43 6.711   DEP      images/google/protobuf/descriptor.pb-c.d
10:50:58 [2021-05-03T10:50:58.072Z] #43 6.799   DEP      images/opts.pb-c.d
10:50:58 [2021-05-03T10:50:58.072Z] #43 6.887   DEP      images/memfd.pb-c.d
10:50:58 [2021-05-03T10:50:58.075Z] #49 45.11 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
10:50:58 [2021-05-03T10:50:58.075Z] #49 45.11 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
10:50:58 [2021-05-03T10:50:58.075Z] #49 45.21 go: finding github.com/BurntSushi/toml v0.3.1
10:50:58 [2021-05-03T10:50:58.075Z] #49 ...
10:50:58 [2021-05-03T10:50:58.075Z] 
10:50:58 [2021-05-03T10:50:58.075Z] #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
10:50:58 [2021-05-03T10:50:58.075Z] #47 sha256:57aed46fde1721b1d22bd0f1d64cf064d2f4f9ab7088464589ae4a0f5b2e865d
10:50:58 [2021-05-03T10:50:58.075Z] #47 DONE 45.2s
10:50:58 [2021-05-03T10:50:58.075Z] 
10:50:58 [2021-05-03T10:50:58.075Z] #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
10:50:58 [2021-05-03T10:50:58.075Z] #55 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb
10:50:58 [2021-05-03T10:50:58.075Z] #55 40.19 Selecting previously unselected package libbtrfs-dev.
10:50:58 [2021-05-03T10:50:58.075Z] #55 40.22 Preparing to unpack .../libbtrfs-dev_4.20.1-2_arm64.deb ...
10:50:58 [2021-05-03T10:50:58.075Z] #55 40.64 Unpacking libbtrfs-dev (4.20.1-2) ...
10:50:58 [2021-05-03T10:50:58.075Z] #55 44.19 Setting up libbtrfs0 (4.20.1-2) ...
10:50:58 [2021-05-03T10:50:58.075Z] #55 44.32 Setting up libbtrfs-dev (4.20.1-2) ...
10:50:58 [2021-05-03T10:50:58.075Z] #55 44.41 Processing triggers for libc-bin (2.28-10) ...
10:50:58 [2021-05-03T10:50:58.075Z] #55 DONE 45.2s
10:50:58 [2021-05-03T10:50:58.117Z] #43 18.28   CC       images/stats.o
10:50:58 [2021-05-03T10:50:58.117Z] #43 18.75   CC       images/core.o
10:50:58 [2021-05-03T10:50:58.334Z] #43 6.946   PBCC     images/sit.pb-c.c
10:50:58 [2021-05-03T10:50:58.334Z] #43 7.001   DEP      images/sit.pb-c.d
10:50:58 [2021-05-03T10:50:58.334Z] #43 7.055   PBCC     images/macvlan.pb-c.c
10:50:58 [2021-05-03T10:50:58.334Z] #43 7.075   DEP      images/macvlan.pb-c.d
10:50:58 [2021-05-03T10:50:58.334Z] #43 7.135   PBCC     images/autofs.pb-c.c
10:50:58 [2021-05-03T10:50:58.334Z] #43 7.142   DEP      images/autofs.pb-c.d
10:50:58 [2021-05-03T10:50:58.334Z] #43 7.191   PBCC     images/sysctl.pb-c.c
10:50:58 [2021-05-03T10:50:58.337Z] 
10:50:58 [2021-05-03T10:50:58.337Z] #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
10:50:58 [2021-05-03T10:50:58.337Z] #29 sha256:30f8f9ed6948556853b324ede7d9dd792659147bc343ab70600dbd402c22ac1b
10:50:58 [2021-05-03T10:50:58.337Z] #29 12.01 #=#=#                                                                         

                                                                           0.0%
                                                                           1.2%
#                                                                          2.5%
##                                                                         4.0%
###                                                                        5.1%
####                                                                       6.7%
####                                                                       6.8%
######                                                                     8.3%
######                                                                     9.0%
#######                                                                   10.2%
#######                                                                   11.1%
########                                                                  12.2%
#########                                                                 12.9%
#########                                                                 13.9%
##########                                                                14.2%
###########                                                               15.5%
############                                                              17.4%
#############                                                             19.1%
##############                                                            20.5%
###############                                                           21.8%
################                                                          22.6%
################                                                          23.6%
#################                                                         24.4%
##################                                                        25.6%
##################                                                        25.8%
###################                                                       27.2%
####################                                                      28.6%
####################                                                      28.6%
#####################                                                     29.9%
######################                                                    31.2%
######################                                                    31.6%
#######################                                                   32.7%
########################                                                  33.5%
########################                                                  33.5%
#########################                                                 35.1%
##########################                                                36.5%
##########################                                                37.4%
############################                                              38.9%
############################                                              39.1%
#############################                                             40.7%
###############################                                           43.2%
################################                                          44.9%
#################################                                         46.4%
##################################                                        48.1%
####################################                                      50.3%
#####################################                                     52.0%
######################################                                    53.0%
######################################                                    54.2%
#######################################                                   55.1%
########################################                                  55.7%
########################################                                  56.5%
#########################################                                 58.3%
##########################################                                58.5%
##########################################                                59.5%
############################################                              61.6%
#############################################                             63.0%
#############################################                             63.6%
##############################################                            64.8%
##############################################                            64.8%
###############################################                           66.5%
################################################                          67.8%
#################################################                         69.3%
####################################################                      72.3%
#####################################################                     74.5%
######################################################                    75.8%
#######################################################                   77.6%
#######################################################                   77.6%
########################################################                  78.7%
##########################################################                80.7%
##########################################################                81.8%
############################################################              83.4%
############################################################              83.9%
#############################################################             85.3%
#############################################################             85.3%
##############################################################            87.1%
###############################################################           87.6%
###############################################################           88.5%
################################################################          89.9%
#################################################################         91.4%
###################################################################       93.3%
####################################################################      95.0%
#####################################################################     97.1%
#####################################################################     97.2%
#######################################################################   99.9%
######################################################################## 100.0%
10:50:58 [2021-05-03T10:50:58.337Z] #29 23.88 
10:50:58 [2021-05-03T10:50:58.337Z] #29 25.04 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
10:50:58 [2021-05-03T10:50:58.337Z] #29 25.29 
10:50:58 [2021-05-03T10:50:58.337Z] #29 25.52 
#                                                                          2.0%
######################################################################## 100.0%
10:50:58 [2021-05-03T10:50:58.337Z] #29 25.73 
10:50:58 [2021-05-03T10:50:58.337Z] #29 26.61 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
10:50:58 [2021-05-03T10:50:58.337Z] #29 26.95 
10:50:58 [2021-05-03T10:50:58.337Z] #29 27.21 
##                                                                         3.2%
#################################################################         91.5%
######################################################################## 100.0%
10:50:58 [2021-05-03T10:50:58.337Z] #29 27.57 
10:50:58 [2021-05-03T10:50:58.337Z] #29 ...
10:50:58 [2021-05-03T10:50:58.337Z] 
10:50:58 [2021-05-03T10:50:58.337Z] #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
10:50:58 [2021-05-03T10:50:58.337Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
10:50:58 [2021-05-03T10:50:58.337Z] #13 33.14 3 upgraded, 25 newly installed, 0 to remove and 27 not upgraded.
10:50:58 [2021-05-03T10:50:58.337Z] #13 33.14 Need to get 73.8 MB of archives.
10:50:58 [2021-05-03T10:50:58.337Z] #13 33.14 After this operation, 472 MB of additional disk space will be used.
10:50:58 [2021-05-03T10:50:58.337Z] #13 33.14 Get:1 http://deb.debian.org/debian buster-backports/main arm64 libseccomp2 arm64 2.4.4-1~bpo10+1 [44.2 kB]
10:50:58 [2021-05-03T10:50:58.337Z] #13 33.17 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd0 arm64 241-7~deb10u7 [314 kB]
10:50:58 [2021-05-03T10:50:58.337Z] #13 33.18 Get:3 http://deb.debian.org/debian buster-backports/main arm64 libseccomp-dev arm64 2.4.4-1~bpo10+1 [73.8 kB]
10:50:58 [2021-05-03T10:50:58.337Z] #13 33.25 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev1 arm64 241-7~deb10u7 [146 kB]
10:50:58 [2021-05-03T10:50:58.337Z] #13 33.27 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-i686 arm64 2.31.1-11+8.3 [2188 kB]
10:50:58 [2021-05-03T10:50:58.337Z] #13 33.48 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-x86-64 arm64 2.31.1-11+8.3 [2429 kB]
10:50:58 [2021-05-03T10:50:58.337Z] #13 34.21 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
10:50:58 [2021-05-03T10:50:58.337Z] #13 34.26 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB]
10:50:58 [2021-05-03T10:50:58.337Z] #13 34.27 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB]
10:50:58 [2021-05-03T10:50:58.337Z] #13 34.38 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-common all 6.0.0-3 [4910 kB]
10:50:58 [2021-05-03T10:50:58.337Z] #13 35.09 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
10:50:58 [2021-05-03T10:50:58.337Z] #13 35.59 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-base arm64 8.3.0-6+21.3~deb10u1 [175 kB]
10:50:58 [2021-05-03T10:50:58.337Z] #13 35.61 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-x86-64 arm64 8.3.0-6+21.3~deb10u1 [33.2 MB]
10:50:58 [2021-05-03T10:50:58.337Z] #13 39.22 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 g++-mingw-w64-x86-64 arm64 8.3.0-6+21.3~deb10u1 [24.0 MB]
10:50:58 [2021-05-03T10:50:58.337Z] #13 41.53 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB]
10:50:58 [2021-05-03T10:50:58.337Z] #13 41.54 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB]
10:50:58 [2021-05-03T10:50:58.337Z] #13 41.55 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB]
10:50:58 [2021-05-03T10:50:58.337Z] #13 41.55 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB]
10:50:58 [2021-05-03T10:50:58.337Z] #13 41.56 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.155-3 [21.7 kB]
10:50:58 [2021-05-03T10:50:58.337Z] #13 41.56 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u7 [110 kB]
10:50:58 [2021-05-03T10:50:58.337Z] #13 41.57 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB]
10:50:58 [2021-05-03T10:50:58.337Z] #13 41.58 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB]
10:50:58 [2021-05-03T10:50:58.337Z] #13 41.58 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB]
10:50:58 [2021-05-03T10:50:58.337Z] #13 41.60 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB]
10:50:58 [2021-05-03T10:50:58.337Z] #13 41.60 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB]
10:50:58 [2021-05-03T10:50:58.337Z] #13 41.64 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB]
10:50:58 [2021-05-03T10:50:58.337Z] #13 41.65 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-dev arm64 2:1.02.155-3 [51.4 kB]
10:50:58 [2021-05-03T10:50:58.337Z] #13 41.66 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u7 [322 kB]
10:50:58 [2021-05-03T10:50:58.337Z] #13 43.19 debconf: delaying package configuration, since apt-utils is not installed
10:50:58 [2021-05-03T10:50:58.400Z] #43 81.23   DEP      criu/mem.d
10:50:58 [2021-05-03T10:50:58.400Z] #43 81.40   DEP      criu/lsm.d
10:50:58 [2021-05-03T10:50:58.400Z] #43 81.51   DEP      criu/log.d
10:50:58 [2021-05-03T10:50:58.593Z] #43 7.224   DEP      images/sysctl.pb-c.d
10:50:58 [2021-05-03T10:50:58.593Z] #43 7.270   PBCC     images/time.pb-c.c
10:50:58 [2021-05-03T10:50:58.593Z] #43 7.294   DEP      images/time.pb-c.d
10:50:58 [2021-05-03T10:50:58.593Z] #43 7.336   PBCC     images/binfmt-misc.pb-c.c
10:50:58 [2021-05-03T10:50:58.593Z] #43 7.370   DEP      images/binfmt-misc.pb-c.d
10:50:58 [2021-05-03T10:50:58.593Z] #43 7.406   PBCC     images/seccomp.pb-c.c
10:50:58 [2021-05-03T10:50:58.593Z] #43 7.430   DEP      images/seccomp.pb-c.d
10:50:58 [2021-05-03T10:50:58.593Z] #43 7.471   PBCC     images/userns.pb-c.c
10:50:58 [2021-05-03T10:50:58.593Z] #43 7.520   DEP      images/userns.pb-c.d
10:50:58 [2021-05-03T10:50:58.611Z] #13 ...
10:50:58 [2021-05-03T10:50:58.612Z] 
10:50:58 [2021-05-03T10:50:58.612Z] #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
10:50:58 [2021-05-03T10:50:58.612Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9
10:50:58 [2021-05-03T10:50:58.612Z] #36 39.94 Selecting previously unselected package xxd.
10:50:58 [2021-05-03T10:50:58.612Z] #36 39.94 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15383 files and directories currently installed.)
10:50:58 [2021-05-03T10:50:58.612Z] #36 40.04 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_arm64.deb ...
10:50:58 [2021-05-03T10:50:58.612Z] #36 40.15 Unpacking xxd (2:8.1.0875-5) ...
10:50:58 [2021-05-03T10:50:58.612Z] #36 44.10 Selecting previously unselected package vim-common.
10:50:58 [2021-05-03T10:50:58.612Z] #36 44.13 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
10:50:58 [2021-05-03T10:50:58.612Z] #36 44.26 Unpacking vim-common (2:8.1.0875-5) ...
10:50:58 [2021-05-03T10:50:58.612Z] #36 45.50 Selecting previously unselected package cmake-data.
10:50:58 [2021-05-03T10:50:58.612Z] #36 45.51 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
10:50:58 [2021-05-03T10:50:58.612Z] #36 45.53 Unpacking cmake-data (3.13.4-1) ...
10:50:58 [2021-05-03T10:50:58.612Z] #36 ...
10:50:58 [2021-05-03T10:50:58.612Z] 
10:50:58 [2021-05-03T10:50:58.612Z] #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
10:50:58 [2021-05-03T10:50:58.612Z] #29 sha256:30f8f9ed6948556853b324ede7d9dd792659147bc343ab70600dbd402c22ac1b
10:50:58 [2021-05-03T10:50:58.612Z] #29 28.61 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)...
10:50:58 [2021-05-03T10:50:58.659Z] 4612f6d0b889: Verifying Checksum
10:50:58 [2021-05-03T10:50:58.659Z] 4612f6d0b889: Download complete
10:50:58 [2021-05-03T10:50:58.662Z] #43 81.65   DEP      criu/libnetlink.d
10:50:58 [2021-05-03T10:50:58.662Z] #43 81.76   DEP      criu/kerndat.d
10:50:58 [2021-05-03T10:50:58.853Z] #43 7.574   PBCC     images/cgroup.pb-c.c
10:50:58 [2021-05-03T10:50:58.853Z] #43 7.620   DEP      images/cgroup.pb-c.d
10:50:58 [2021-05-03T10:50:58.853Z] #43 7.691   PBCC     images/ext-file.pb-c.c
10:50:58 [2021-05-03T10:50:58.853Z] #43 7.711   DEP      images/ext-file.pb-c.d
10:50:58 [2021-05-03T10:50:58.853Z] #43 7.763   PBCC     images/rpc.pb-c.c
10:50:58 [2021-05-03T10:50:58.923Z] #43 81.92   DEP      criu/kcmp-ids.d
10:50:58 [2021-05-03T10:50:58.923Z] #43 81.98   DEP      criu/irmap.d
10:50:59 [2021-05-03T10:50:59.055Z] #43 19.46   CC       images/core-x86.o
10:50:59 [2021-05-03T10:50:59.112Z] #43 37.04   CC       images/opts.o
10:50:59 [2021-05-03T10:50:59.112Z] #43 37.21   CC       images/seccomp.o
10:50:59 [2021-05-03T10:50:59.112Z] #43 ...
10:50:59 [2021-05-03T10:50:59.112Z] 
10:50:59 [2021-05-03T10:50:59.112Z] #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
10:50:59 [2021-05-03T10:50:59.112Z] #45 sha256:7504d5111897f112af75a3b79cd6ee75bf518a7f9789364eccf3f9226afd32f2
10:50:59 [2021-05-03T10:50:59.112Z] #45 111.4 vendor/golang.org/x/text/unicode/bidi
10:50:59 [2021-05-03T10:50:59.112Z] #45 113.1 vendor/golang.org/x/text/secure/bidirule
10:50:59 [2021-05-03T10:50:59.112Z] #45 113.4 vendor/golang.org/x/text/unicode/norm
10:50:59 [2021-05-03T10:50:59.112Z] #45 117.0 vendor/golang.org/x/net/idna
10:50:59 [2021-05-03T10:50:59.112Z] #45 119.3 vendor/golang.org/x/net/http2/hpack
10:50:59 [2021-05-03T10:50:59.112Z] #45 120.3 mime
10:50:59 [2021-05-03T10:50:59.112Z] #43 7.793   DEP      images/rpc.pb-c.d
10:50:59 [2021-05-03T10:50:59.112Z] #43 7.845   PBCC     images/siginfo.pb-c.c
10:50:59 [2021-05-03T10:50:59.112Z] #43 7.879   DEP      images/siginfo.pb-c.d
10:50:59 [2021-05-03T10:50:59.112Z] #43 7.928   PBCC     images/pagemap.pb-c.c
10:50:59 [2021-05-03T10:50:59.112Z] #43 7.967   DEP      images/pagemap.pb-c.d
10:50:59 [2021-05-03T10:50:59.112Z] #43 8.025   PBCC     images/rlimit.pb-c.c
10:50:59 [2021-05-03T10:50:59.184Z] #43 82.07   DEP      criu/ipc_ns.d
10:50:59 [2021-05-03T10:50:59.184Z] #43 82.21   DEP      criu/image.d
10:50:59 [2021-05-03T10:50:59.184Z] #43 82.34   DEP      criu/image-desc.d
10:50:59 [2021-05-03T10:50:59.187Z] #29 28.91 
10:50:59 [2021-05-03T10:50:59.371Z] #43 8.083   DEP      images/rlimit.pb-c.d
10:50:59 [2021-05-03T10:50:59.371Z] #43 8.135   PBCC     images/file-lock.pb-c.c
10:50:59 [2021-05-03T10:50:59.371Z] #43 8.171   DEP      images/file-lock.pb-c.d
10:50:59 [2021-05-03T10:50:59.371Z] #43 8.229   PBCC     images/tty.pb-c.c
10:50:59 [2021-05-03T10:50:59.407Z] #45 ...
10:50:59 [2021-05-03T10:50:59.407Z] 
10:50:59 [2021-05-03T10:50:59.407Z] #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
10:50:59 [2021-05-03T10:50:59.407Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:50:59 [2021-05-03T10:50:59.407Z] #43 37.43   CC       images/binfmt-misc.o
10:50:59 [2021-05-03T10:50:59.407Z] #43 37.62   CC       images/time.o
10:50:59 [2021-05-03T10:50:59.445Z] #43 82.41   DEP      criu/fsnotify.d
10:50:59 [2021-05-03T10:50:59.624Z] #43 20.13   CC       images/core-arm.o
10:50:59 [2021-05-03T10:50:59.631Z] #43 8.320   DEP      images/tty.pb-c.d
10:50:59 [2021-05-03T10:50:59.631Z] #43 8.396   PBCC     images/tun.pb-c.c
10:50:59 [2021-05-03T10:50:59.631Z] #43 8.464   PBCC     images/netdev.pb-c.c
10:50:59 [2021-05-03T10:50:59.631Z] #43 8.520   DEP      images/tun.pb-c.d
10:50:59 [2021-05-03T10:50:59.706Z] #43 82.63   DEP      criu/filesystems.d
10:50:59 [2021-05-03T10:50:59.706Z] #43 82.77   DEP      criu/files.d
10:50:59 [2021-05-03T10:50:59.890Z] #43 8.587   DEP      images/netdev.pb-c.d
10:50:59 [2021-05-03T10:50:59.890Z] #43 8.634   PBCC     images/vma.pb-c.c
10:50:59 [2021-05-03T10:50:59.890Z] #43 8.685   DEP      images/vma.pb-c.d
10:50:59 [2021-05-03T10:50:59.890Z] #43 8.738   PBCC     images/creds.pb-c.c
10:50:59 [2021-05-03T10:50:59.967Z] #43 83.02   DEP      criu/files-reg.d
10:50:59 [2021-05-03T10:50:59.970Z] #43 37.98   CC       images/sysctl.o
10:50:59 [2021-05-03T10:50:59.970Z] #43 38.23   CC       images/autofs.o
10:51:00 [2021-05-03T10:51:00.149Z] #43 8.759   DEP      images/creds.pb-c.d
10:51:00 [2021-05-03T10:51:00.149Z] #43 8.789   PBCC     images/utsns.pb-c.c
10:51:00 [2021-05-03T10:51:00.149Z] #43 8.835   DEP      images/utsns.pb-c.d
10:51:00 [2021-05-03T10:51:00.149Z] #43 8.884   PBCC     images/ipc-desc.pb-c.c
10:51:00 [2021-05-03T10:51:00.149Z] #43 8.915   PBCC     images/ipc-sem.pb-c.c
10:51:00 [2021-05-03T10:51:00.149Z] #43 8.951   DEP      images/ipc-desc.pb-c.d
10:51:00 [2021-05-03T10:51:00.149Z] #43 8.995   DEP      images/ipc-sem.pb-c.d
10:51:00 [2021-05-03T10:51:00.194Z] #43 20.55   CC       images/core-aarch64.o
10:51:00 [2021-05-03T10:51:00.228Z] #43 83.25   DEP      criu/files-ext.d
10:51:00 [2021-05-03T10:51:00.228Z] #43 83.34   DEP      criu/file-lock.d
10:51:00 [2021-05-03T10:51:00.228Z] #43 83.44   DEP      criu/file-ids.d
10:51:00 [2021-05-03T10:51:00.408Z] #43 9.068   PBCC     images/ipc-msg.pb-c.c
10:51:00 [2021-05-03T10:51:00.408Z] #43 9.098   DEP      images/ipc-msg.pb-c.d
10:51:00 [2021-05-03T10:51:00.408Z] #43 9.158   PBCC     images/ipc-shm.pb-c.c
10:51:00 [2021-05-03T10:51:00.408Z] #43 9.186   DEP      images/ipc-shm.pb-c.d
10:51:00 [2021-05-03T10:51:00.408Z] #43 9.207   PBCC     images/ipc-var.pb-c.c
10:51:00 [2021-05-03T10:51:00.408Z] #43 9.227   DEP      images/ipc-var.pb-c.d
10:51:00 [2021-05-03T10:51:00.408Z] #43 9.295   PBCC     images/sk-opts.pb-c.c
10:51:00 [2021-05-03T10:51:00.408Z] #43 9.320   PBCC     images/packet-sock.pb-c.c
10:51:00 [2021-05-03T10:51:00.453Z] #43 21.02   CC       images/core-ppc64.o
10:51:00 [2021-05-03T10:51:00.489Z] #43 83.55   DEP      criu/fifo.d
10:51:00 [2021-05-03T10:51:00.533Z] #43 38.52   CC       images/macvlan.o
10:51:00 [2021-05-03T10:51:00.533Z] #43 38.78   CC       images/sit.o
10:51:00 [2021-05-03T10:51:00.667Z] #43 9.367   DEP      images/sk-opts.pb-c.d
10:51:00 [2021-05-03T10:51:00.667Z] #43 9.423   DEP      images/packet-sock.pb-c.d
10:51:00 [2021-05-03T10:51:00.667Z] #43 9.531   PBCC     images/sk-netlink.pb-c.c
10:51:00 [2021-05-03T10:51:00.750Z] #43 83.70   DEP      criu/fdstore.d
10:51:00 [2021-05-03T10:51:00.750Z] #43 83.79   DEP      criu/fault-injection.d
10:51:00 [2021-05-03T10:51:00.788Z] #43 39.01   CC       images/memfd.o
10:51:00 [2021-05-03T10:51:00.926Z] #43 9.599   DEP      images/sk-netlink.pb-c.d
10:51:00 [2021-05-03T10:51:00.926Z] #43 9.644   PBCC     images/sk-inet.pb-c.c
10:51:00 [2021-05-03T10:51:00.926Z] #43 9.687   DEP      images/sk-inet.pb-c.d
10:51:00 [2021-05-03T10:51:00.926Z] #43 9.749   PBCC     images/sk-unix.pb-c.c
10:51:00 [2021-05-03T10:51:00.926Z] #43 9.794   DEP      images/sk-unix.pb-c.d
10:51:01 [2021-05-03T10:51:01.011Z] #43 83.86   DEP      criu/external.d
10:51:01 [2021-05-03T10:51:01.011Z] #43 84.01   DEP      criu/eventpoll.d
10:51:01 [2021-05-03T10:51:01.025Z] #43 ...
10:51:01 [2021-05-03T10:51:01.025Z] 
10:51:01 [2021-05-03T10:51:01.025Z] #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
10:51:01 [2021-05-03T10:51:01.025Z] #51 sha256:e901b71a63a78a914d589b7b1e8d048880f8b76b56766c8e93c470b6c423fa9a
10:51:01 [2021-05-03T10:51:01.025Z] #51 80.15 golang.org/x/crypto/ssh/terminal
10:51:01 [2021-05-03T10:51:01.025Z] #51 81.52 mvdan.cc/editorconfig
10:51:01 [2021-05-03T10:51:01.025Z] #51 82.44 mvdan.cc/sh/v3/fileutil
10:51:01 [2021-05-03T10:51:01.025Z] #51 82.63 text/tabwriter
10:51:01 [2021-05-03T10:51:01.025Z] #51 83.01 mvdan.cc/sh/v3/syntax
10:51:01 [2021-05-03T10:51:01.025Z] #51 88.92 mvdan.cc/sh/v3/cmd/shfmt
10:51:01 [2021-05-03T10:51:01.025Z] #51 ...
10:51:01 [2021-05-03T10:51:01.025Z] 
10:51:01 [2021-05-03T10:51:01.025Z] #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
10:51:01 [2021-05-03T10:51:01.025Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:51:01 [2021-05-03T10:51:01.025Z] #43 21.64   CC       images/core-s390.o
10:51:01 [2021-05-03T10:51:01.044Z] #43 39.32   CC       images/timens.o
10:51:01 [2021-05-03T10:51:01.185Z] #43 9.861   PBCC     images/mm.pb-c.c
10:51:01 [2021-05-03T10:51:01.185Z] #43 9.930   DEP      images/mm.pb-c.d
10:51:01 [2021-05-03T10:51:01.185Z] #43 9.999   PBCC     images/timerfd.pb-c.c
10:51:01 [2021-05-03T10:51:01.185Z] #43 10.07   DEP      images/timerfd.pb-c.d
10:51:01 [2021-05-03T10:51:01.185Z] #43 10.12   PBCC     images/timer.pb-c.c
10:51:01 [2021-05-03T10:51:01.272Z] #43 84.18   DEP      criu/eventfd.d
10:51:01 [2021-05-03T10:51:01.272Z] #43 84.36   DEP      criu/crtools.d
10:51:01 [2021-05-03T10:51:01.299Z] #43 39.54   LINK     images/built-in.o
10:51:01 [2021-05-03T10:51:01.444Z] #43 10.17   DEP      images/timer.pb-c.d
10:51:01 [2021-05-03T10:51:01.444Z] #43 10.22   PBCC     images/sa.pb-c.c
10:51:01 [2021-05-03T10:51:01.533Z] #43 84.51   DEP      criu/cr-service.d
10:51:01 [2021-05-03T10:51:01.533Z] #43 84.65   DEP      criu/cr-restore.d
10:51:01 [2021-05-03T10:51:01.554Z] #43 39.73   GEN      compel/include/asm
10:51:01 [2021-05-03T10:51:01.554Z] #43 39.77   GEN      compel/include/version.h
10:51:01 [2021-05-03T10:51:01.554Z] #43 39.79 touch .config
10:51:01 [2021-05-03T10:51:01.554Z] #43 39.85   GEN      include/common/config.h
10:51:01 [2021-05-03T10:51:01.554Z] #43 39.93   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
10:51:01 [2021-05-03T10:51:01.621Z] #29 29.18 
                                                                           0.0%
#                                                                          2.7%
####                                                                       5.6%
#####                                                                      7.2%
######                                                                     8.8%
#######                                                                   10.4%
#########                                                                 13.4%
#############                                                             19.1%
##################                                                        25.6%
#####################                                                     30.1%
##########################                                                37.3%
#################################                                         46.0%
######################################                                    53.3%
###########################################                               60.7%
############################################                              62.2%
################################################                          67.7%
####################################################                      72.2%
10:51:01 [2021-05-03T10:51:01.621Z] #29 ...
10:51:01 [2021-05-03T10:51:01.621Z] 
10:51:01 [2021-05-03T10:51:01.621Z] #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
10:51:01 [2021-05-03T10:51:01.621Z] #45 sha256:26d463812ae3beab4d7f1f93e06732e330a4d8d816feedf46b9897c7fedb194d
10:51:01 [2021-05-03T10:51:01.621Z] #45 38.72 hash/crc32
10:51:01 [2021-05-03T10:51:01.621Z] #45 39.74 crypto/hmac
10:51:01 [2021-05-03T10:51:01.621Z] #45 40.09 vendor/golang.org/x/crypto/hkdf
10:51:01 [2021-05-03T10:51:01.621Z] #45 40.22 regexp/syntax
10:51:01 [2021-05-03T10:51:01.621Z] #45 40.33 time
10:51:01 [2021-05-03T10:51:01.621Z] #45 40.41 internal/syscall/execenv
10:51:01 [2021-05-03T10:51:01.621Z] #45 40.98 internal/syscall/unix
10:51:01 [2021-05-03T10:51:01.621Z] #45 44.59 context
10:51:01 [2021-05-03T10:51:01.621Z] #45 44.61 internal/poll
10:51:01 [2021-05-03T10:51:01.621Z] #45 44.88 regexp
10:51:01 [2021-05-03T10:51:01.621Z] #45 48.33 os
10:51:01 [2021-05-03T10:51:01.621Z] #45 ...
10:51:01 [2021-05-03T10:51:01.621Z] 
10:51:01 [2021-05-03T10:51:01.621Z] #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
10:51:01 [2021-05-03T10:51:01.621Z] #29 sha256:30f8f9ed6948556853b324ede7d9dd792659147bc343ab70600dbd402c22ac1b
10:51:01 [2021-05-03T10:51:01.704Z] #43 10.28   DEP      images/sa.pb-c.d
10:51:01 [2021-05-03T10:51:01.704Z] #43 10.32   PBCC     images/pipe-data.pb-c.c
10:51:01 [2021-05-03T10:51:01.704Z] #43 10.34   DEP      images/pipe-data.pb-c.d
10:51:01 [2021-05-03T10:51:01.704Z] #43 10.42   PBCC     images/mnt.pb-c.c
10:51:01 [2021-05-03T10:51:01.704Z] #43 10.49   DEP      images/mnt.pb-c.d
10:51:01 [2021-05-03T10:51:01.704Z] #43 10.54   PBCC     images/sk-packet.pb-c.c
10:51:01 [2021-05-03T10:51:01.704Z] #43 10.57   DEP      images/sk-packet.pb-c.d
10:51:01 [2021-05-03T10:51:01.704Z] #43 10.61   PBCC     images/tcp-stream.pb-c.c
10:51:01 [2021-05-03T10:51:01.810Z] #43 39.95   GEN      compel/plugins/include/uapi/std/syscall-64.h
10:51:01 [2021-05-03T10:51:01.810Z] #43 39.97   GEN      compel/arch/x86/plugins/std/syscalls-64.S
10:51:01 [2021-05-03T10:51:01.810Z] #43 39.99   DEP      compel/arch/x86/plugins/std/syscalls-64.d
10:51:01 [2021-05-03T10:51:01.810Z] #43 40.02   DEP      compel/arch/x86/plugins/std/memcpy.d
10:51:01 [2021-05-03T10:51:01.810Z] #43 40.04   DEP      compel/arch/x86/plugins/std/parasite-head.d
10:51:01 [2021-05-03T10:51:01.810Z] #43 40.07   GEN      compel/plugins/include/uapi/std/syscall.h
10:51:01 [2021-05-03T10:51:01.810Z] #43 40.10   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
10:51:01 [2021-05-03T10:51:01.810Z] #43 40.11   GEN      compel/plugins/include/uapi/std/syscall-codes.h
10:51:01 [2021-05-03T10:51:01.810Z] #43 40.14   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
10:51:01 [2021-05-03T10:51:01.810Z] #43 40.14   DEP      compel/plugins/std/infect.d
10:51:01 [2021-05-03T10:51:01.825Z] #43 84.89   DEP      criu/cr-errno.d
10:51:01 [2021-05-03T10:51:01.825Z] #43 84.93   DEP      criu/cr-dump.d
10:51:01 [2021-05-03T10:51:01.887Z] #29 29.18 
                                                                           0.0%
#                                                                          2.7%
####                                                                       5.6%
#####                                                                      7.2%
######                                                                     8.8%
#######                                                                   10.4%
#########                                                                 13.4%
#############                                                             19.1%
##################                                                        25.6%
#####################                                                     30.1%
##########################                                                37.3%
#################################                                         46.0%
######################################                                    53.3%
###########################################                               60.7%
############################################                              62.2%
################################################                          67.7%
####################################################                      72.2%
#######################################################                   77.6%
###########################################################               82.9%
################################################################          89.1%
###################################################################       94.1%
######################################################################## 100.0%
10:51:01 [2021-05-03T10:51:01.964Z] #43 10.65   DEP      images/tcp-stream.pb-c.d
10:51:01 [2021-05-03T10:51:01.964Z] #43 10.74   PBCC     images/pipe.pb-c.c
10:51:01 [2021-05-03T10:51:01.964Z] #43 10.78   DEP      images/pipe.pb-c.d
10:51:01 [2021-05-03T10:51:01.964Z] #43 22.38   CC       images/cpuinfo.o
10:51:02 [2021-05-03T10:51:02.066Z] #43 40.25   DEP      compel/plugins/std/string.d
10:51:02 [2021-05-03T10:51:02.087Z] #43 85.20   DEP      criu/cr-dedup.d
10:51:02 [2021-05-03T10:51:02.150Z] #29 32.00 
10:51:02 [2021-05-03T10:51:02.150Z] #29 ...
10:51:02 [2021-05-03T10:51:02.150Z] 
10:51:02 [2021-05-03T10:51:02.150Z] #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
10:51:02 [2021-05-03T10:51:02.150Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38
10:51:02 [2021-05-03T10:51:02.150Z] #42 39.20 Unpacking libcap-dev:arm64 (1:2.25-2) ...
10:51:02 [2021-05-03T10:51:02.150Z] #42 41.12 Selecting previously unselected package libnet1:arm64.
10:51:02 [2021-05-03T10:51:02.150Z] #42 41.14 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
10:51:02 [2021-05-03T10:51:02.150Z] #42 42.74 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
10:51:02 [2021-05-03T10:51:02.150Z] #42 44.24 Selecting previously unselected package libnet1-dev.
10:51:02 [2021-05-03T10:51:02.150Z] #42 44.24 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_arm64.deb ...
10:51:02 [2021-05-03T10:51:02.150Z] #42 44.30 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
10:51:02 [2021-05-03T10:51:02.150Z] #42 44.67 Selecting previously unselected package libnl-3-200:arm64.
10:51:02 [2021-05-03T10:51:02.150Z] #42 44.67 Preparing to unpack .../03-libnl-3-200_3.4.0-1_arm64.deb ...
10:51:02 [2021-05-03T10:51:02.150Z] #42 44.68 Unpacking libnl-3-200:arm64 (3.4.0-1) ...
10:51:02 [2021-05-03T10:51:02.150Z] #42 45.40 Selecting previously unselected package libnl-3-dev:arm64.
10:51:02 [2021-05-03T10:51:02.150Z] #42 45.40 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_arm64.deb ...
10:51:02 [2021-05-03T10:51:02.150Z] #42 45.43 Unpacking libnl-3-dev:arm64 (3.4.0-1) ...
10:51:02 [2021-05-03T10:51:02.150Z] #42 46.15 Selecting previously unselected package libprotobuf-c1:arm64.
10:51:02 [2021-05-03T10:51:02.150Z] #42 46.15 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_arm64.deb ...
10:51:02 [2021-05-03T10:51:02.150Z] #42 46.16 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ...
10:51:02 [2021-05-03T10:51:02.150Z] #42 46.37 Selecting previously unselected package libprotobuf-c-dev:arm64.
10:51:02 [2021-05-03T10:51:02.150Z] #42 46.37 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_arm64.deb ...
10:51:02 [2021-05-03T10:51:02.150Z] #42 46.37 Unpacking libprotobuf-c-dev:arm64 (1.3.1-1+b1) ...
10:51:02 [2021-05-03T10:51:02.150Z] #42 46.51 Selecting previously unselected package zlib1g-dev:arm64.
10:51:02 [2021-05-03T10:51:02.150Z] #42 46.51 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_arm64.deb ...
10:51:02 [2021-05-03T10:51:02.150Z] #42 46.54 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ...
10:51:02 [2021-05-03T10:51:02.150Z] #42 46.76 Selecting previously unselected package libprotobuf17:arm64.
10:51:02 [2021-05-03T10:51:02.150Z] #42 46.77 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_arm64.deb ...
10:51:02 [2021-05-03T10:51:02.150Z] #42 46.78 Unpacking libprotobuf17:arm64 (3.6.1.3-2) ...
10:51:02 [2021-05-03T10:51:02.150Z] #42 48.75 Selecting previously unselected package libprotobuf-lite17:arm64.
10:51:02 [2021-05-03T10:51:02.150Z] #42 48.75 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_arm64.deb ...
10:51:02 [2021-05-03T10:51:02.150Z] #42 48.77 Unpacking libprotobuf-lite17:arm64 (3.6.1.3-2) ...
10:51:02 [2021-05-03T10:51:02.150Z] #42 48.98 Selecting previously unselected package libprotobuf-dev:arm64.
10:51:02 [2021-05-03T10:51:02.150Z] #42 48.98 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_arm64.deb ...
10:51:02 [2021-05-03T10:51:02.150Z] #42 48.99 Unpacking libprotobuf-dev:arm64 (3.6.1.3-2) ...
10:51:02 [2021-05-03T10:51:02.150Z] #42 ...
10:51:02 [2021-05-03T10:51:02.150Z] 
10:51:02 [2021-05-03T10:51:02.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
10:51:02 [2021-05-03T10:51:02.150Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
10:51:02 [2021-05-03T10:51:02.150Z] #13 43.63 Fetched 73.8 MB in 9s (8375 kB/s)
10:51:02 [2021-05-03T10:51:02.150Z] #13 43.95 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15383 files and directories currently installed.)
10:51:02 [2021-05-03T10:51:02.150Z] #13 44.20 Preparing to unpack .../libsystemd0_241-7~deb10u7_arm64.deb ...
10:51:02 [2021-05-03T10:51:02.150Z] #13 44.34 Unpacking libsystemd0:arm64 (241-7~deb10u7) over (241-7~deb10u4) ...
10:51:02 [2021-05-03T10:51:02.150Z] #13 44.94 Setting up libsystemd0:arm64 (241-7~deb10u7) ...
10:51:02 [2021-05-03T10:51:02.150Z] #13 46.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 ... 15383 files and directories currently installed.)
10:51:02 [2021-05-03T10:51:02.150Z] #13 46.58 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_arm64.deb ...
10:51:02 [2021-05-03T10:51:02.150Z] #13 46.64 Unpacking libseccomp2:arm64 (2.4.4-1~bpo10+1) over (2.3.3-4) ...
10:51:02 [2021-05-03T10:51:02.150Z] #13 46.95 Setting up libseccomp2:arm64 (2.4.4-1~bpo10+1) ...
10:51:02 [2021-05-03T10:51:02.223Z] #43 10.84   PBCC     images/pstree.pb-c.c
10:51:02 [2021-05-03T10:51:02.223Z] #43 10.87   DEP      images/pstree.pb-c.d
10:51:02 [2021-05-03T10:51:02.223Z] #43 10.93   PBCC     images/fs.pb-c.c
10:51:02 [2021-05-03T10:51:02.223Z] #43 10.98   DEP      images/fs.pb-c.d
10:51:02 [2021-05-03T10:51:02.223Z] #43 11.03   PBCC     images/signalfd.pb-c.c
10:51:02 [2021-05-03T10:51:02.223Z] #43 11.09   DEP      images/signalfd.pb-c.d
10:51:02 [2021-05-03T10:51:02.223Z] #43 11.16   PBCC     images/fh.pb-c.c
10:51:02 [2021-05-03T10:51:02.224Z] #43 22.80   CC       images/inventory.o
10:51:02 [2021-05-03T10:51:02.322Z] #43 40.36   DEP      compel/plugins/std/log.d
10:51:02 [2021-05-03T10:51:02.322Z] #43 40.44   DEP      compel/plugins/std/fds.d
10:51:02 [2021-05-03T10:51:02.322Z] #43 40.53   DEP      compel/plugins/std/std.d
10:51:02 [2021-05-03T10:51:02.322Z] #43 40.60   DEP      compel/plugins/shmem/shmem.d
10:51:02 [2021-05-03T10:51:02.322Z] #43 40.72   DEP      compel/plugins/fds/fds.d
10:51:02 [2021-05-03T10:51:02.348Z] #43 85.43   DEP      criu/cr-check.d
10:51:02 [2021-05-03T10:51:02.413Z] #13 47.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 ... 15383 files and directories currently installed.)
10:51:02 [2021-05-03T10:51:02.413Z] #13 47.17 Preparing to unpack .../libudev1_241-7~deb10u7_arm64.deb ...
10:51:02 [2021-05-03T10:51:02.413Z] #13 47.20 Unpacking libudev1:arm64 (241-7~deb10u7) over (241-7~deb10u4) ...
10:51:02 [2021-05-03T10:51:02.482Z] #43 11.25   PBCC     images/fsnotify.pb-c.c
10:51:02 [2021-05-03T10:51:02.483Z] #43 23.12   CC       images/fdinfo.o
10:51:02 [2021-05-03T10:51:02.483Z] #43 ...
10:51:02 [2021-05-03T10:51:02.483Z] 
10:51:02 [2021-05-03T10:51:02.483Z] #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
10:51:02 [2021-05-03T10:51:02.483Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:51:02 [2021-05-03T10:51:02.483Z] #13 75.18 Selecting previously unselected package gcc-mingw-w64-base.
10:51:02 [2021-05-03T10:51:02.483Z] #13 75.20 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
10:51:02 [2021-05-03T10:51:02.483Z] #13 75.21 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
10:51:02 [2021-05-03T10:51:02.483Z] #13 75.36 Selecting previously unselected package gcc-mingw-w64-x86-64.
10:51:02 [2021-05-03T10:51:02.483Z] #13 75.36 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
10:51:02 [2021-05-03T10:51:02.483Z] #13 75.39 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
10:51:02 [2021-05-03T10:51:02.627Z] #43 85.65   DEP      criu/config.d
10:51:02 [2021-05-03T10:51:02.627Z] #43 85.76   DEP      criu/clone-noasan.d
10:51:02 [2021-05-03T10:51:02.676Z] #13 47.60 Setting up libudev1:arm64 (241-7~deb10u7) ...
10:51:02 [2021-05-03T10:51:02.676Z] #13 ...
10:51:02 [2021-05-03T10:51:02.676Z] 
10:51:02 [2021-05-03T10:51:02.676Z] #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
10:51:02 [2021-05-03T10:51:02.676Z] #51 sha256:e1d67f2413b11f5d2310673052745299db75963402f39e16f7a2395d04781d01
10:51:02 [2021-05-03T10:51:02.676Z] #51 40.00 syscall
10:51:02 [2021-05-03T10:51:02.676Z] #51 40.01 reflect
10:51:02 [2021-05-03T10:51:02.676Z] #51 40.05 text/tabwriter
10:51:02 [2021-05-03T10:51:02.676Z] #51 40.06 regexp/syntax
10:51:02 [2021-05-03T10:51:02.676Z] #51 45.16 regexp
10:51:02 [2021-05-03T10:51:02.676Z] #51 47.40 internal/poll
10:51:02 [2021-05-03T10:51:02.676Z] #51 49.43 os
10:51:02 [2021-05-03T10:51:02.742Z] #43 11.34   DEP      images/fh.pb-c.d
10:51:02 [2021-05-03T10:51:02.742Z] #43 11.40   DEP      images/fsnotify.pb-c.d
10:51:02 [2021-05-03T10:51:02.742Z] #43 11.46   PBCC     images/eventpoll.pb-c.c
10:51:02 [2021-05-03T10:51:02.742Z] #43 11.50   DEP      images/eventpoll.pb-c.d
10:51:02 [2021-05-03T10:51:02.742Z] #43 11.55   PBCC     images/eventfd.pb-c.c
10:51:02 [2021-05-03T10:51:02.742Z] #43 11.56   DEP      images/eventfd.pb-c.d
10:51:02 [2021-05-03T10:51:02.742Z] #43 11.60   PBCC     images/remap-file-path.pb-c.c
10:51:02 [2021-05-03T10:51:02.742Z] #43 ...
10:51:02 [2021-05-03T10:51:02.742Z] 
10:51:02 [2021-05-03T10:51:02.742Z] #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
10:51:02 [2021-05-03T10:51:02.742Z] #45 sha256:5be091d371b3ee9e5fdfa7afb55a5178f0911cf54926b027e86550f7bde27bc6
10:51:02 [2021-05-03T10:51:02.742Z] #45 80.05 fmt
10:51:02 [2021-05-03T10:51:02.742Z] #45 82.77 path/filepath
10:51:02 [2021-05-03T10:51:02.742Z] #45 84.24 regexp
10:51:02 [2021-05-03T10:51:02.742Z] #45 85.13 flag
10:51:02 [2021-05-03T10:51:02.742Z] #45 86.41 go/token
10:51:02 [2021-05-03T10:51:02.742Z] #45 87.16 go/scanner
10:51:02 [2021-05-03T10:51:02.742Z] #45 87.77 internal/lazyregexp
10:51:02 [2021-05-03T10:51:02.742Z] #45 88.02 path
10:51:02 [2021-05-03T10:51:02.742Z] #45 88.33 go/ast
10:51:02 [2021-05-03T10:51:02.742Z] #45 88.58 io/ioutil
10:51:02 [2021-05-03T10:51:02.742Z] #45 89.13 net/url
10:51:02 [2021-05-03T10:51:02.743Z] #13 ...
10:51:02 [2021-05-03T10:51:02.743Z] 
10:51:02 [2021-05-03T10:51:02.743Z] #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
10:51:02 [2021-05-03T10:51:02.743Z] #56 sha256:0a934dd8f8329695af74c2d9a5fec1023aad1f9c75e0c3435d4a4a325684cbf1
10:51:02 [2021-05-03T10:51:02.743Z] #56 46.32 Checking out files:  49% (1930/3907)   
Checking out files:  50% (1954/3907)   
Checking out files:  51% (1993/3907)   
Checking out files:  52% (2032/3907)   
Checking out files:  53% (2071/3907)   
Checking out files:  54% (2110/3907)   
Checking out files:  55% (2149/3907)   
Checking out files:  56% (2188/3907)   
Checking out files:  57% (2227/3907)   
Checking out files:  58% (2267/3907)   
Checking out files:  59% (2306/3907)   
Checking out files:  60% (2345/3907)   
Checking out files:  61% (2384/3907)   
Checking out files:  62% (2423/3907)   
Checking out files:  63% (2462/3907)   
Checking out files:  64% (2501/3907)   
Checking out files:  65% (2540/3907)   
Checking out files:  66% (2579/3907)   
Checking out files:  67% (2618/3907)   
Checking out files:  68% (2657/3907)   
Checking out files:  69% (2696/3907)   
Checking out files:  70% (2735/3907)   
Checking out files:  71% (2774/3907)   
Checking out files:  72% (2814/3907)   
Checking out files:  73% (2853/3907)   
Checking out files:  74% (2892/3907)   
Checking out files:  75% (2931/3907)   
Checking out files:  76% (2970/3907)   
Checking out files:  77% (3009/3907)   
Checking out files:  78% (3048/3907)   
Checking out files:  79% (3087/3907)   
Checking out files:  80% (3126/3907)   
Checking out files:  81% (3165/3907)   
Checking out files:  82% (3204/3907)   
Checking out files:  83% (3243/3907)   
Checking out files:  84% (3282/3907)   
Checking out files:  85% (3321/3907)   
Checking out files:  86% (3361/3907)   
Checking out files:  87% (3400/3907)   
Checking out files:  88% (3439/3907)   
Checking out files:  89% (3478/3907)   
Checking out files:  90% (3517/3907)   
Checking out files:  91% (3556/3907)   
Checking out files:  92% (3595/3907)   
Checking out files:  93% (3634/3907)   
Checking out files:  94% (3673/3907)   
Checking out files:  95% (3712/3907)   
Checking out files:  96% (3751/3907)   
Checking out files:  97% (3790/3907)   
Checking out files:  98% (3829/3907)   
Checking out files:  99% (3868/3907)   
Checking out files: 100% (3907/3907)   
Checking out files: 100% (3907/3907), done.
10:51:02 [2021-05-03T10:51:02.743Z] #56 47.70 + cd /tmp/tmp.dVLz4LN1vk/src/github.com/containerd/containerd
10:51:02 [2021-05-03T10:51:02.743Z] #56 47.70 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
10:51:02 [2021-05-03T10:51:02.883Z] #43 40.92   CC       compel/plugins/std/std.o
10:51:02 [2021-05-03T10:51:02.893Z] #43 85.86   DEP      criu/cgroup.d
10:51:02 [2021-05-03T10:51:02.893Z] #43 86.05   DEP      criu/cgroup-props.d
10:51:02 [2021-05-03T10:51:02.938Z] #51 ...
10:51:02 [2021-05-03T10:51:02.939Z] 
10:51:02 [2021-05-03T10:51:02.939Z] #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
10:51:02 [2021-05-03T10:51:02.939Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38
10:51:02 [2021-05-03T10:51:02.939Z] #42 50.10 Selecting previously unselected package libprotoc17:arm64.
10:51:02 [2021-05-03T10:51:02.939Z] #42 50.11 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_arm64.deb ...
10:51:02 [2021-05-03T10:51:02.939Z] #42 50.12 Unpacking libprotoc17:arm64 (3.6.1.3-2) ...
10:51:03 [2021-05-03T10:51:03.016Z] #45 ...
10:51:03 [2021-05-03T10:51:03.016Z] 
10:51:03 [2021-05-03T10:51:03.016Z] #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
10:51:03 [2021-05-03T10:51:03.016Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:51:03 [2021-05-03T10:51:03.016Z] #43 11.64   DEP      images/remap-file-path.pb-c.d
10:51:03 [2021-05-03T10:51:03.016Z] #43 11.72   PBCC     images/fifo.pb-c.c
10:51:03 [2021-05-03T10:51:03.016Z] #43 11.73   DEP      images/fifo.pb-c.d
10:51:03 [2021-05-03T10:51:03.016Z] #43 11.76   PBCC     images/ghost-file.pb-c.c
10:51:03 [2021-05-03T10:51:03.016Z] #43 11.83   DEP      images/ghost-file.pb-c.d
10:51:03 [2021-05-03T10:51:03.139Z] #43 41.17   CC       compel/plugins/std/fds.o
10:51:03 [2021-05-03T10:51:03.155Z] #43 86.14   DEP      criu/bitmap.d
10:51:03 [2021-05-03T10:51:03.155Z] #43 86.15   DEP      criu/bfd.d
10:51:03 [2021-05-03T10:51:03.155Z] #43 ...
10:51:03 [2021-05-03T10:51:03.155Z] 
10:51:03 [2021-05-03T10:51:03.155Z] #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
10:51:03 [2021-05-03T10:51:03.155Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
10:51:03 [2021-05-03T10:51:03.155Z] #20 11.49 Reading package lists...
10:51:03 [2021-05-03T10:51:03.155Z] #20 15.59 Reading package lists...
10:51:03 [2021-05-03T10:51:03.155Z] #20 19.88 Building dependency tree...
10:51:03 [2021-05-03T10:51:03.155Z] #20 21.75 libcap2-bin is already the newest version (1:2.25-2).
10:51:03 [2021-05-03T10:51:03.155Z] #20 21.75 The following additional packages will be installed:
10:51:03 [2021-05-03T10:51:03.155Z] #20 21.76   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
10:51:03 [2021-05-03T10:51:03.155Z] #20 21.76   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
10:51:03 [2021-05-03T10:51:03.155Z] #20 21.76   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
10:51:03 [2021-05-03T10:51:03.155Z] #20 21.76   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
10:51:03 [2021-05-03T10:51:03.155Z] #20 21.76   python3.7 python3.7-minimal vim-runtime xxd
10:51:03 [2021-05-03T10:51:03.155Z] #20 21.76 Suggested packages:
10:51:03 [2021-05-03T10:51:03.155Z] #20 21.76   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
10:51:03 [2021-05-03T10:51:03.155Z] #20 21.76   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
10:51:03 [2021-05-03T10:51:03.155Z] #20 21.76   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
10:51:03 [2021-05-03T10:51:03.155Z] #20 21.76 Recommended packages:
10:51:03 [2021-05-03T10:51:03.155Z] #20 21.76   aufs-dkms nftables build-essential python3-dev python3-keyring
10:51:03 [2021-05-03T10:51:03.155Z] #20 21.76   python3-keyrings.alt python3-xdg unzip
10:51:03 [2021-05-03T10:51:03.155Z] #20 23.65 The following NEW packages will be installed:
10:51:03 [2021-05-03T10:51:03.155Z] #20 23.66   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
10:51:03 [2021-05-03T10:51:03.155Z] #20 23.66   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
10:51:03 [2021-05-03T10:51:03.155Z] #20 23.66   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
10:51:03 [2021-05-03T10:51:03.155Z] #20 23.66   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
10:51:03 [2021-05-03T10:51:03.155Z] #20 23.66   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
10:51:03 [2021-05-03T10:51:03.155Z] #20 23.66   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
10:51:03 [2021-05-03T10:51:03.155Z] #20 23.66   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
10:51:03 [2021-05-03T10:51:03.155Z] #20 23.66   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
10:51:03 [2021-05-03T10:51:03.155Z] #20 23.66   xz-utils zip
10:51:03 [2021-05-03T10:51:03.155Z] #20 24.02 0 upgraded, 48 newly installed, 0 to remove and 27 not upgraded.
10:51:03 [2021-05-03T10:51:03.155Z] #20 24.02 Need to get 28.5 MB of archives.
10:51:03 [2021-05-03T10:51:03.155Z] #20 24.02 After this operation, 116 MB of additional disk space will be used.
10:51:03 [2021-05-03T10:51:03.155Z] #20 24.02 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
10:51:03 [2021-05-03T10:51:03.155Z] #20 24.02 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB]
10:51:03 [2021-05-03T10:51:03.155Z] #20 24.05 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB]
10:51:03 [2021-05-03T10:51:03.155Z] #20 24.15 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
10:51:03 [2021-05-03T10:51:03.155Z] #20 24.16 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
10:51:03 [2021-05-03T10:51:03.155Z] #20 24.16 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB]
10:51:03 [2021-05-03T10:51:03.155Z] #20 24.27 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB]
10:51:03 [2021-05-03T10:51:03.155Z] #20 24.29 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
10:51:03 [2021-05-03T10:51:03.155Z] #20 24.30 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
10:51:03 [2021-05-03T10:51:03.155Z] #20 24.30 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
10:51:03 [2021-05-03T10:51:03.155Z] #20 24.31 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
10:51:03 [2021-05-03T10:51:03.155Z] #20 24.32 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
10:51:03 [2021-05-03T10:51:03.155Z] #20 24.32 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
10:51:03 [2021-05-03T10:51:03.155Z] #20 24.33 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
10:51:03 [2021-05-03T10:51:03.155Z] #20 24.33 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
10:51:03 [2021-05-03T10:51:03.155Z] #20 24.33 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
10:51:03 [2021-05-03T10:51:03.155Z] #20 24.35 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
10:51:03 [2021-05-03T10:51:03.155Z] #20 24.37 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
10:51:03 [2021-05-03T10:51:03.155Z] #20 24.39 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
10:51:03 [2021-05-03T10:51:03.155Z] #20 24.41 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
10:51:03 [2021-05-03T10:51:03.155Z] #20 24.41 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
10:51:03 [2021-05-03T10:51:03.155Z] #20 24.43 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
10:51:03 [2021-05-03T10:51:03.155Z] #20 24.48 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
10:51:03 [2021-05-03T10:51:03.155Z] #20 24.48 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
10:51:03 [2021-05-03T10:51:03.155Z] #20 24.51 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
10:51:03 [2021-05-03T10:51:03.155Z] #20 24.51 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
10:51:03 [2021-05-03T10:51:03.155Z] #20 24.52 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
10:51:03 [2021-05-03T10:51:03.155Z] #20 24.52 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
10:51:03 [2021-05-03T10:51:03.155Z] #20 24.53 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
10:51:03 [2021-05-03T10:51:03.155Z] #20 25.13 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
10:51:03 [2021-05-03T10:51:03.155Z] #20 25.13 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
10:51:03 [2021-05-03T10:51:03.155Z] #20 25.13 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
10:51:03 [2021-05-03T10:51:03.155Z] #20 25.13 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
10:51:03 [2021-05-03T10:51:03.155Z] #20 25.13 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
10:51:03 [2021-05-03T10:51:03.155Z] #20 25.15 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
10:51:03 [2021-05-03T10:51:03.155Z] #20 25.24 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
10:51:03 [2021-05-03T10:51:03.155Z] #20 25.24 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
10:51:03 [2021-05-03T10:51:03.155Z] #20 25.26 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
10:51:03 [2021-05-03T10:51:03.155Z] #20 25.27 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
10:51:03 [2021-05-03T10:51:03.155Z] #20 25.28 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
10:51:03 [2021-05-03T10:51:03.155Z] #20 25.30 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
10:51:03 [2021-05-03T10:51:03.155Z] #20 25.30 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB]
10:51:03 [2021-05-03T10:51:03.155Z] #20 25.36 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
10:51:03 [2021-05-03T10:51:03.155Z] #20 25.40 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
10:51:03 [2021-05-03T10:51:03.155Z] #20 ...
10:51:03 [2021-05-03T10:51:03.155Z] 
10:51:03 [2021-05-03T10:51:03.155Z] #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
10:51:03 [2021-05-03T10:51:03.155Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:51:03 [2021-05-03T10:51:03.155Z] #43 86.28   DEP      criu/autofs.d
10:51:03 [2021-05-03T10:51:03.276Z] #43 11.88   PBCC     images/regfile.pb-c.c
10:51:03 [2021-05-03T10:51:03.276Z] #43 11.92   DEP      images/regfile.pb-c.d
10:51:03 [2021-05-03T10:51:03.276Z] #43 12.05   PBCC     images/ns.pb-c.c
10:51:03 [2021-05-03T10:51:03.276Z] #43 12.09   DEP      images/ns.pb-c.d
10:51:03 [2021-05-03T10:51:03.396Z] #43 41.57   CC       compel/plugins/std/log.o
10:51:03 [2021-05-03T10:51:03.416Z] #43 86.43   DEP      criu/aio.d
10:51:03 [2021-05-03T10:51:03.464Z] #42 50.58 Selecting previously unselected package protobuf-c-compiler.
10:51:03 [2021-05-03T10:51:03.465Z] #42 50.62 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_arm64.deb ...
10:51:03 [2021-05-03T10:51:03.465Z] #42 50.63 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
10:51:03 [2021-05-03T10:51:03.465Z] #42 50.78 Selecting previously unselected package protobuf-compiler.
10:51:03 [2021-05-03T10:51:03.465Z] #42 50.78 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_arm64.deb ...
10:51:03 [2021-05-03T10:51:03.465Z] #42 50.79 Unpacking protobuf-compiler (3.6.1.3-2) ...
10:51:03 [2021-05-03T10:51:03.535Z] #43 12.14   PBCC     images/fdinfo.pb-c.c
10:51:03 [2021-05-03T10:51:03.535Z] #43 12.24   DEP      images/fdinfo.pb-c.d
10:51:03 [2021-05-03T10:51:03.535Z] #43 12.31   PBCC     images/core-aarch64.pb-c.c
10:51:03 [2021-05-03T10:51:03.535Z] #43 12.36   PBCC     images/core-arm.pb-c.c
10:51:03 [2021-05-03T10:51:03.535Z] #43 12.40   PBCC     images/core-ppc64.pb-c.c
10:51:03 [2021-05-03T10:51:03.535Z] #43 12.46   PBCC     images/core-s390.pb-c.c
10:51:03 [2021-05-03T10:51:03.677Z] #43 86.64   DEP      criu/action-scripts.d
10:51:03 [2021-05-03T10:51:03.677Z] #43 ...
10:51:03 [2021-05-03T10:51:03.677Z] 
10:51:03 [2021-05-03T10:51:03.677Z] #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
10:51:03 [2021-05-03T10:51:03.677Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
10:51:03 [2021-05-03T10:51:03.677Z] #32 DONE 150.6s
10:51:03 [2021-05-03T10:51:03.795Z] #43 12.54   PBCC     images/core-x86.pb-c.c
10:51:03 [2021-05-03T10:51:03.795Z] #43 12.59   PBCC     images/core.pb-c.c
10:51:03 [2021-05-03T10:51:03.795Z] #43 12.66   PBCC     images/inventory.pb-c.c
10:51:03 [2021-05-03T10:51:03.795Z] #43 12.71   DEP      images/core-aarch64.pb-c.d
10:51:03 [2021-05-03T10:51:03.938Z] 
10:51:03 [2021-05-03T10:51:03.939Z] #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
10:51:03 [2021-05-03T10:51:03.939Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
10:51:03 [2021-05-03T10:51:03.939Z] #20 25.64 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
10:51:03 [2021-05-03T10:51:03.939Z] #20 26.05 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
10:51:03 [2021-05-03T10:51:03.939Z] #20 26.11 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
10:51:03 [2021-05-03T10:51:03.939Z] #20 26.17 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
10:51:04 [2021-05-03T10:51:04.043Z] #42 51.07 Selecting previously unselected package python-pkg-resources.
10:51:04 [2021-05-03T10:51:04.043Z] #42 51.07 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
10:51:04 [2021-05-03T10:51:04.043Z] #42 51.07 Unpacking python-pkg-resources (40.8.0-1) ...
10:51:04 [2021-05-03T10:51:04.043Z] #42 51.27 Selecting previously unselected package python-six.
10:51:04 [2021-05-03T10:51:04.043Z] #42 51.27 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
10:51:04 [2021-05-03T10:51:04.043Z] #42 51.29 Unpacking python-six (1.12.0-1) ...
10:51:04 [2021-05-03T10:51:04.043Z] #42 51.41 Selecting previously unselected package python-protobuf.
10:51:04 [2021-05-03T10:51:04.043Z] #42 51.41 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_arm64.deb ...
10:51:04 [2021-05-03T10:51:04.054Z] #43 12.78   DEP      images/core-arm.pb-c.d
10:51:04 [2021-05-03T10:51:04.054Z] #43 12.83   DEP      images/core-ppc64.pb-c.d
10:51:04 [2021-05-03T10:51:04.054Z] #43 12.91   DEP      images/core-s390.pb-c.d
10:51:04 [2021-05-03T10:51:04.054Z] #43 12.96   DEP      images/core-x86.pb-c.d
10:51:04 [2021-05-03T10:51:04.305Z] #42 51.44 Unpacking python-protobuf (3.6.1.3-2) ...
10:51:04 [2021-05-03T10:51:04.313Z] #43 13.00   DEP      images/core.pb-c.d
10:51:04 [2021-05-03T10:51:04.313Z] #43 13.04   DEP      images/inventory.pb-c.d
10:51:04 [2021-05-03T10:51:04.313Z] #43 13.07   PBCC     images/cpuinfo.pb-c.c
10:51:04 [2021-05-03T10:51:04.313Z] #43 13.09   DEP      images/cpuinfo.pb-c.d
10:51:04 [2021-05-03T10:51:04.313Z] #43 13.13   PBCC     images/stats.pb-c.c
10:51:04 [2021-05-03T10:51:04.313Z] #43 13.16   DEP      images/stats.pb-c.d
10:51:04 [2021-05-03T10:51:04.325Z] #43 42.40   CC       compel/plugins/std/string.o
10:51:04 [2021-05-03T10:51:04.651Z] #56 ...
10:51:04 [2021-05-03T10:51:04.651Z] 
10:51:04 [2021-05-03T10:51:04.651Z] #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
10:51:04 [2021-05-03T10:51:04.651Z] #45 sha256:420f325532c1ee2984a12f05e3c7f055e58b2ada76e1c2d087abdaee6c492b96
10:51:04 [2021-05-03T10:51:04.651Z] #45 83.60 log
10:51:04 [2021-05-03T10:51:04.651Z] #45 84.12 encoding/xml
10:51:04 [2021-05-03T10:51:04.651Z] #45 84.46 text/template
10:51:04 [2021-05-03T10:51:04.651Z] #45 88.91 go/doc
10:51:04 [2021-05-03T10:51:04.651Z] #45 89.63 github.com/LK4D4/vndr/versioned
10:51:04 [2021-05-03T10:51:04.651Z] #45 89.74 compress/flate
10:51:04 [2021-05-03T10:51:04.651Z] #45 92.24 github.com/LK4D4/vndr/build
10:51:04 [2021-05-03T10:51:04.651Z] #45 92.54 hash/crc32
10:51:04 [2021-05-03T10:51:04.651Z] #45 93.19 compress/gzip
10:51:04 [2021-05-03T10:51:04.651Z] #45 ...
10:51:04 [2021-05-03T10:51:04.651Z] 
10:51:04 [2021-05-03T10:51:04.651Z] #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
10:51:04 [2021-05-03T10:51:04.651Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:51:04 [2021-05-03T10:51:04.651Z] #43 23.49   CC       images/fown.o
10:51:04 [2021-05-03T10:51:04.651Z] #43 23.68   CC       images/ns.o
10:51:04 [2021-05-03T10:51:04.651Z] #43 23.86   CC       images/regfile.o
10:51:04 [2021-05-03T10:51:04.651Z] #43 24.11   CC       images/ghost-file.o
10:51:04 [2021-05-03T10:51:04.651Z] #43 24.43   CC       images/fifo.o
10:51:04 [2021-05-03T10:51:04.651Z] #43 24.72   CC       images/remap-file-path.o
10:51:04 [2021-05-03T10:51:04.651Z] #43 25.00   CC       images/eventfd.o
10:51:04 [2021-05-03T10:51:04.651Z] #43 25.27   CC       images/eventpoll.o
10:51:04 [2021-05-03T10:51:04.883Z] #20 27.27 debconf: delaying package configuration, since apt-utils is not installed
10:51:04 [2021-05-03T10:51:04.884Z] #42 52.04 Setting up python-pkg-resources (40.8.0-1) ...
10:51:04 [2021-05-03T10:51:04.888Z] #43 43.03   CC       compel/plugins/std/infect.o
10:51:05 [2021-05-03T10:51:05.144Z] #20 27.42 Fetched 28.5 MB in 2s (11.6 MB/s)
10:51:05 [2021-05-03T10:51:05.144Z] #43 43.47   CC       compel/arch/x86/plugins/std/parasite-head.o
10:51:05 [2021-05-03T10:51:05.220Z] #43 25.63   CC       images/fh.o
10:51:05 [2021-05-03T10:51:05.220Z] #43 25.86   CC       images/fsnotify.o
10:51:05 [2021-05-03T10:51:05.400Z] #43 43.51   CC       compel/arch/x86/plugins/std/memcpy.o
10:51:05 [2021-05-03T10:51:05.400Z] #43 43.59   CC       compel/arch/x86/plugins/std/syscalls-64.o
10:51:05 [2021-05-03T10:51:05.400Z] #43 43.66   AR       compel/plugins/std.lib.a
10:51:05 [2021-05-03T10:51:05.400Z] #43 43.74   CC       compel/plugins/fds/fds.o
10:51:05 [2021-05-03T10:51:05.405Z] #20 27.69 Selecting previously unselected package pigz.
10:51:05 [2021-05-03T10:51:05.405Z] #20 27.70 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23435 files and directories currently installed.)
10:51:05 [2021-05-03T10:51:05.405Z] #20 27.75 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
10:51:05 [2021-05-03T10:51:05.405Z] #20 27.77 Unpacking pigz (2.4-1) ...
10:51:05 [2021-05-03T10:51:05.405Z] #20 27.86 Selecting previously unselected package libpython3.7-minimal:amd64.
10:51:05 [2021-05-03T10:51:05.656Z] #43 43.99   AR       compel/plugins/fds.lib.a
10:51:05 [2021-05-03T10:51:05.666Z] #20 27.87 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
10:51:05 [2021-05-03T10:51:05.666Z] #20 27.87 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
10:51:05 [2021-05-03T10:51:05.789Z] #43 26.38   CC       images/signalfd.o
10:51:05 [2021-05-03T10:51:05.911Z] #43 44.05   HOSTDEP  compel/src/lib/log-host.d
10:51:05 [2021-05-03T10:51:05.911Z] #43 44.14   HOSTDEP  compel/src/lib/handle-elf-host.d
10:51:05 [2021-05-03T10:51:05.911Z] #43 44.25   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
10:51:05 [2021-05-03T10:51:05.927Z] #20 28.32 Selecting previously unselected package python3.7-minimal.
10:51:05 [2021-05-03T10:51:05.927Z] #20 28.33 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
10:51:05 [2021-05-03T10:51:05.927Z] #20 28.33 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
10:51:06 [2021-05-03T10:51:06.048Z] #43 ...
10:51:06 [2021-05-03T10:51:06.048Z] 
10:51:06 [2021-05-03T10:51:06.048Z] #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
10:51:06 [2021-05-03T10:51:06.048Z] #51 sha256:e901b71a63a78a914d589b7b1e8d048880f8b76b56766c8e93c470b6c423fa9a
10:51:06 [2021-05-03T10:51:06.048Z] #51 DONE 95.1s
10:51:06 [2021-05-03T10:51:06.048Z] 
10:51:06 [2021-05-03T10:51:06.048Z] #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
10:51:06 [2021-05-03T10:51:06.048Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:51:06 [2021-05-03T10:51:06.048Z] #43 26.64   CC       images/fs.o
10:51:06 [2021-05-03T10:51:06.166Z] #43 44.33   HOSTDEP  compel/src/main-host.d
10:51:06 [2021-05-03T10:51:06.166Z] #43 44.46   DEP      compel/src/lib/ptrace.d
10:51:06 [2021-05-03T10:51:06.228Z] #43 14.55 make[1]: Nothing to be done for 'all'.
10:51:06 [2021-05-03T10:51:06.422Z] #43 44.58   DEP      compel/src/lib/infect.d
10:51:06 [2021-05-03T10:51:06.617Z] #43 26.93   CC       images/pstree.o
10:51:06 [2021-05-03T10:51:06.617Z] #43 27.14   CC       images/pipe.o
10:51:06 [2021-05-03T10:51:06.678Z] #43 44.72   DEP      compel/src/lib/infect-util.d
10:51:06 [2021-05-03T10:51:06.678Z] #43 44.86   DEP      compel/src/lib/infect-rpc.d
10:51:06 [2021-05-03T10:51:06.678Z] #43 44.95   DEP      compel/arch/x86/src/lib/infect.d
10:51:06 [2021-05-03T10:51:06.869Z] #20 29.14 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
10:51:06 [2021-05-03T10:51:06.869Z] #20 29.17 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
10:51:06 [2021-05-03T10:51:06.877Z] #43 27.38   CC       images/tcp-stream.o
10:51:06 [2021-05-03T10:51:06.934Z] #43 45.08   DEP      compel/arch/x86/src/lib/cpu.d
10:51:06 [2021-05-03T10:51:06.934Z] #43 45.13   DEP      compel/src/lib/log.d
10:51:07 [2021-05-03T10:51:07.137Z] #43 27.61   CC       images/sk-packet.o
10:51:07 [2021-05-03T10:51:07.164Z] #43 15.86   CC       images/stats.o
10:51:07 [2021-05-03T10:51:07.191Z] #43 45.24   DEP      compel/src/main.d
10:51:07 [2021-05-03T10:51:07.191Z] #43 45.36   DEP      compel/src/lib/handle-elf.d
10:51:07 [2021-05-03T10:51:07.191Z] #43 45.44   DEP      compel/arch/x86/src/lib/handle-elf.d
10:51:07 [2021-05-03T10:51:07.397Z] #43 27.87   CC       images/mnt.o
10:51:07 [2021-05-03T10:51:07.447Z] #43 45.60   CC       compel/src/lib/log.o
10:51:07 [2021-05-03T10:51:07.447Z] #43 ...
10:51:07 [2021-05-03T10:51:07.447Z] 
10:51:07 [2021-05-03T10:51:07.447Z] #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
10:51:07 [2021-05-03T10:51:07.447Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:51:07 [2021-05-03T10:51:07.447Z] #13 124.3 Selecting previously unselected package libapparmor1:amd64.
10:51:07 [2021-05-03T10:51:07.656Z] #43 28.10   CC       images/pipe-data.o
10:51:07 [2021-05-03T10:51:07.703Z] #13 124.3 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
10:51:07 [2021-05-03T10:51:07.703Z] #13 124.3 Unpacking libapparmor1:amd64 (2.13.2-10) ...
10:51:07 [2021-05-03T10:51:07.703Z] #13 124.4 Selecting previously unselected package libapparmor-dev:amd64.
10:51:07 [2021-05-03T10:51:07.703Z] #13 124.4 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
10:51:07 [2021-05-03T10:51:07.703Z] #13 124.4 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
10:51:07 [2021-05-03T10:51:07.733Z] #43 16.36   CC       images/core.o
10:51:07 [2021-05-03T10:51:07.916Z] #43 28.35   CC       images/sa.o
10:51:07 [2021-05-03T10:51:07.959Z] #13 124.6 Selecting previously unselected package libbtrfs0.
10:51:07 [2021-05-03T10:51:07.960Z] #13 124.6 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
10:51:07 [2021-05-03T10:51:07.960Z] #13 124.7 Unpacking libbtrfs0 (4.20.1-2) ...
10:51:08 [2021-05-03T10:51:08.176Z] #43 28.62   CC       images/timer.o
10:51:08 [2021-05-03T10:51:08.197Z] #42 54.78 Setting up libprotobuf-lite17:arm64 (3.6.1.3-2) ...
10:51:08 [2021-05-03T10:51:08.197Z] #42 54.87 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
10:51:08 [2021-05-03T10:51:08.197Z] #42 ...
10:51:08 [2021-05-03T10:51:08.197Z] 
10:51:08 [2021-05-03T10:51:08.197Z] #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
10:51:08 [2021-05-03T10:51:08.197Z] #29 sha256:30f8f9ed6948556853b324ede7d9dd792659147bc343ab70600dbd402c22ac1b
10:51:08 [2021-05-03T10:51:08.197Z] #29 33.04 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
10:51:08 [2021-05-03T10:51:08.197Z] #29 33.37 
10:51:08 [2021-05-03T10:51:08.197Z] #29 33.51 
######################################################################## 100.0%
10:51:08 [2021-05-03T10:51:08.197Z] #29 33.58 
10:51:08 [2021-05-03T10:51:08.197Z] #29 34.33 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
10:51:08 [2021-05-03T10:51:08.197Z] #29 34.76 
10:51:08 [2021-05-03T10:51:08.197Z] #29 34.90 
######################################################################## 100.0%
10:51:08 [2021-05-03T10:51:08.197Z] #29 34.99 
10:51:08 [2021-05-03T10:51:08.197Z] #29 35.09 Download of images into '/build' complete.
10:51:08 [2021-05-03T10:51:08.197Z] #29 35.09 Use something like the following to load the result into a Docker daemon:
10:51:08 [2021-05-03T10:51:08.197Z] #29 35.09   tar -cC '/build' . | docker load
10:51:08 [2021-05-03T10:51:08.197Z] #29 DONE 37.9s
10:51:08 [2021-05-03T10:51:08.197Z] 
10:51:08 [2021-05-03T10:51:08.197Z] #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
10:51:08 [2021-05-03T10:51:08.197Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38
10:51:08 [2021-05-03T10:51:08.197Z] #42 55.24 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ...
10:51:08 [2021-05-03T10:51:08.197Z] #42 ...
10:51:08 [2021-05-03T10:51:08.197Z] 
10:51:08 [2021-05-03T10:51:08.197Z] #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
10:51:08 [2021-05-03T10:51:08.197Z] #56 sha256:d1ee646535d81cf39b951ffd72490fc4a2d3c8aea1bbf2d99a7cd306e6eb310d
10:51:08 [2021-05-03T10:51:08.197Z] #56 1.972 + RM_GOPATH=0
10:51:08 [2021-05-03T10:51:08.197Z] #56 1.972 + TMP_GOPATH=
10:51:08 [2021-05-03T10:51:08.197Z] #56 1.972 + : /build
10:51:08 [2021-05-03T10:51:08.197Z] #56 1.972 + '[' -z '' ']'
10:51:08 [2021-05-03T10:51:08.197Z] #56 1.974 ++ mktemp -d
10:51:08 [2021-05-03T10:51:08.197Z] #56 1.976 + export GOPATH=/tmp/tmp.RlrGl4MOq0
10:51:08 [2021-05-03T10:51:08.197Z] #56 1.976 + GOPATH=/tmp/tmp.RlrGl4MOq0
10:51:08 [2021-05-03T10:51:08.197Z] #56 1.976 + RM_GOPATH=1
10:51:08 [2021-05-03T10:51:08.197Z] #56 1.976 + case "$(go env GOARCH)" in
10:51:08 [2021-05-03T10:51:08.197Z] #56 1.977 ++ go env GOARCH
10:51:08 [2021-05-03T10:51:08.197Z] #56 2.010 + export GO_BUILDMODE=-buildmode=pie
10:51:08 [2021-05-03T10:51:08.197Z] #56 2.010 + GO_BUILDMODE=-buildmode=pie
10:51:08 [2021-05-03T10:51:08.197Z] #56 2.011 ++ dirname /tmp/install/install.sh
10:51:08 [2021-05-03T10:51:08.197Z] #56 2.023 + dir=/tmp/install
10:51:08 [2021-05-03T10:51:08.197Z] #56 2.025 + bin=containerd
10:51:08 [2021-05-03T10:51:08.197Z] #56 2.026 + shift
10:51:08 [2021-05-03T10:51:08.197Z] #56 2.028 + '[' '!' -f /tmp/install/containerd.installer ']'
10:51:08 [2021-05-03T10:51:08.197Z] #56 2.028 + . /tmp/install/containerd.installer
10:51:08 [2021-05-03T10:51:08.197Z] #56 2.029 ++ set -e
10:51:08 [2021-05-03T10:51:08.197Z] #56 2.030 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
10:51:08 [2021-05-03T10:51:08.197Z] #56 2.031 + install_containerd
10:51:08 [2021-05-03T10:51:08.197Z] #56 2.037 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e'
10:51:08 [2021-05-03T10:51:08.197Z] #56 2.038 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
10:51:08 [2021-05-03T10:51:08.197Z] #56 2.040 + git clone https://github.com/containerd/containerd.git /tmp/tmp.RlrGl4MOq0/src/github.com/containerd/containerd
10:51:08 [2021-05-03T10:51:08.197Z] #56 2.054 Cloning into '/tmp/tmp.RlrGl4MOq0/src/github.com/containerd/containerd'...
10:51:08 [2021-05-03T10:51:08.197Z] #56 ...
10:51:08 [2021-05-03T10:51:08.197Z] 
10:51:08 [2021-05-03T10:51:08.197Z] #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
10:51:08 [2021-05-03T10:51:08.197Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38
10:51:08 [2021-05-03T10:51:08.197Z] #42 55.39 Setting up libprotobuf-c-dev:arm64 (1.3.1-1+b1) ...
10:51:08 [2021-05-03T10:51:08.197Z] #42 55.41 Setting up python-six (1.12.0-1) ...
10:51:08 [2021-05-03T10:51:08.197Z] #42 ...
10:51:08 [2021-05-03T10:51:08.197Z] 
10:51:08 [2021-05-03T10:51:08.197Z] #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
10:51:08 [2021-05-03T10:51:08.197Z] #49 sha256:747d26d790ba66456381a333c10940d14d243aaa8678d192bf4c47c5deeb0da8
10:51:08 [2021-05-03T10:51:08.197Z] #49 45.40 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
10:51:08 [2021-05-03T10:51:08.216Z] #13 124.8 Selecting previously unselected package libbtrfs-dev.
10:51:08 [2021-05-03T10:51:08.216Z] #13 124.8 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
10:51:08 [2021-05-03T10:51:08.216Z] #13 124.9 Unpacking libbtrfs-dev (4.20.1-2) ...
10:51:08 [2021-05-03T10:51:08.216Z] #13 125.0 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
10:51:08 [2021-05-03T10:51:08.216Z] #13 125.0 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
10:51:08 [2021-05-03T10:51:08.216Z] #13 125.0 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
10:51:08 [2021-05-03T10:51:08.216Z] #13 125.0 Selecting previously unselected package libudev-dev:amd64.
10:51:08 [2021-05-03T10:51:08.301Z] #43 17.06   CC       images/core-x86.o
10:51:08 [2021-05-03T10:51:08.436Z] #43 28.97   CC       images/timerfd.o
10:51:08 [2021-05-03T10:51:08.459Z] #49 ...
10:51:08 [2021-05-03T10:51:08.459Z] 
10:51:08 [2021-05-03T10:51:08.459Z] #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
10:51:08 [2021-05-03T10:51:08.459Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
10:51:08 [2021-05-03T10:51:08.459Z] #13 47.74 Selecting previously unselected package binutils-mingw-w64-i686.
10:51:08 [2021-05-03T10:51:08.459Z] #13 47.74 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15383 files and directories currently installed.)
10:51:08 [2021-05-03T10:51:08.459Z] #13 47.91 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_arm64.deb ...
10:51:08 [2021-05-03T10:51:08.459Z] #13 47.91 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
10:51:08 [2021-05-03T10:51:08.459Z] #13 49.74 Selecting previously unselected package binutils-mingw-w64-x86-64.
10:51:08 [2021-05-03T10:51:08.459Z] #13 49.75 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_arm64.deb ...
10:51:08 [2021-05-03T10:51:08.459Z] #13 49.78 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
10:51:08 [2021-05-03T10:51:08.459Z] #13 52.93 Selecting previously unselected package binutils-mingw-w64.
10:51:08 [2021-05-03T10:51:08.459Z] #13 52.93 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
10:51:08 [2021-05-03T10:51:08.459Z] #13 52.96 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
10:51:08 [2021-05-03T10:51:08.459Z] #13 53.26 Selecting previously unselected package libdevmapper1.02.1:arm64.
10:51:08 [2021-05-03T10:51:08.459Z] #13 53.26 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ...
10:51:08 [2021-05-03T10:51:08.459Z] #13 53.27 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ...
10:51:08 [2021-05-03T10:51:08.459Z] #13 53.46 Selecting previously unselected package dmsetup.
10:51:08 [2021-05-03T10:51:08.459Z] #13 53.46 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_arm64.deb ...
10:51:08 [2021-05-03T10:51:08.459Z] #13 53.48 Unpacking dmsetup (2:1.02.155-3) ...
10:51:08 [2021-05-03T10:51:08.472Z] #13 125.0 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ...
10:51:08 [2021-05-03T10:51:08.472Z] #13 125.1 Unpacking libudev-dev:amd64 (241-7~deb10u7) ...
10:51:08 [2021-05-03T10:51:08.561Z] #43 ...
10:51:08 [2021-05-03T10:51:08.561Z] 
10:51:08 [2021-05-03T10:51:08.561Z] #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
10:51:08 [2021-05-03T10:51:08.561Z] #51 sha256:cdeb27188b8eaaebac1e7f89a19cd73b6216a9777f838dbd1e8a7947c0202440
10:51:08 [2021-05-03T10:51:08.561Z] #51 85.74 encoding/json
10:51:08 [2021-05-03T10:51:08.561Z] #51 88.30 github.com/pkg/diff
10:51:08 [2021-05-03T10:51:08.561Z] #51 89.44 go/ast
10:51:08 [2021-05-03T10:51:08.561Z] #51 90.96 golang.org/x/crypto/ssh/terminal
10:51:08 [2021-05-03T10:51:08.561Z] #51 92.28 mvdan.cc/editorconfig
10:51:08 [2021-05-03T10:51:08.561Z] #51 93.48 mvdan.cc/sh/v3/fileutil
10:51:08 [2021-05-03T10:51:08.561Z] #51 93.60 text/tabwriter
10:51:08 [2021-05-03T10:51:08.561Z] #51 94.01 mvdan.cc/sh/v3/syntax
10:51:08 [2021-05-03T10:51:08.561Z] #51 ...
10:51:08 [2021-05-03T10:51:08.561Z] 
10:51:08 [2021-05-03T10:51:08.561Z] #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
10:51:08 [2021-05-03T10:51:08.561Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:51:08 [2021-05-03T10:51:08.561Z] #13 82.43 Selecting previously unselected package gcc-mingw-w64-base.
10:51:08 [2021-05-03T10:51:08.561Z] #13 82.43 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
10:51:08 [2021-05-03T10:51:08.561Z] #13 82.47 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
10:51:08 [2021-05-03T10:51:08.561Z] #13 82.63 Selecting previously unselected package gcc-mingw-w64-x86-64.
10:51:08 [2021-05-03T10:51:08.561Z] #13 82.63 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
10:51:08 [2021-05-03T10:51:08.561Z] #13 82.63 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
10:51:08 [2021-05-03T10:51:08.695Z] #43 29.19   CC       images/mm.o
10:51:08 [2021-05-03T10:51:08.720Z] #13 53.68 Selecting previously unselected package mingw-w64-common.
10:51:08 [2021-05-03T10:51:08.720Z] #13 53.68 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
10:51:08 [2021-05-03T10:51:08.720Z] #13 53.70 Unpacking mingw-w64-common (6.0.0-3) ...
10:51:08 [2021-05-03T10:51:08.729Z] #13 125.2 Selecting previously unselected package libsepol1-dev:amd64.
10:51:08 [2021-05-03T10:51:08.729Z] #13 125.2 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
10:51:08 [2021-05-03T10:51:08.729Z] #13 125.2 Unpacking libsepol1-dev:amd64 (2.8-1) ...
10:51:08 [2021-05-03T10:51:08.784Z] #20 31.20 Selecting previously unselected package python3-minimal.
10:51:08 [2021-05-03T10:51:08.820Z] #13 ...
10:51:08 [2021-05-03T10:51:08.820Z] 
10:51:08 [2021-05-03T10:51:08.820Z] #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
10:51:08 [2021-05-03T10:51:08.820Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:51:08 [2021-05-03T10:51:08.820Z] #43 17.61   CC       images/core-arm.o
10:51:08 [2021-05-03T10:51:08.955Z] #43 29.58   CC       images/sk-opts.o
10:51:08 [2021-05-03T10:51:08.985Z] #13 125.5 Selecting previously unselected package libpcre16-3:amd64.
10:51:08 [2021-05-03T10:51:08.985Z] #13 125.5 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
10:51:08 [2021-05-03T10:51:08.985Z] #13 125.6 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
10:51:09 [2021-05-03T10:51:09.045Z] #20 31.20 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23684 files and directories currently installed.)
10:51:09 [2021-05-03T10:51:09.045Z] #20 31.27 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
10:51:09 [2021-05-03T10:51:09.045Z] #20 31.28 Unpacking python3-minimal (3.7.3-1) ...
10:51:09 [2021-05-03T10:51:09.045Z] #20 31.36 Selecting previously unselected package libmpdec2:amd64.
10:51:09 [2021-05-03T10:51:09.045Z] #20 31.37 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
10:51:09 [2021-05-03T10:51:09.045Z] #20 31.39 Unpacking libmpdec2:amd64 (2.4.2-2) ...
10:51:09 [2021-05-03T10:51:09.045Z] #20 31.49 Selecting previously unselected package libpython3.7-stdlib:amd64.
10:51:09 [2021-05-03T10:51:09.215Z] #43 29.83   CC       images/sk-unix.o
10:51:09 [2021-05-03T10:51:09.241Z] #13 125.8 Selecting previously unselected package libpcre32-3:amd64.
10:51:09 [2021-05-03T10:51:09.241Z] #13 125.8 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
10:51:09 [2021-05-03T10:51:09.241Z] #13 125.8 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
10:51:09 [2021-05-03T10:51:09.306Z] #20 31.49 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ...
10:51:09 [2021-05-03T10:51:09.306Z] #20 31.50 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
10:51:09 [2021-05-03T10:51:09.389Z] #43 17.96   CC       images/core-aarch64.o
10:51:09 [2021-05-03T10:51:09.389Z] #43 18.32   CC       images/core-ppc64.o
10:51:09 [2021-05-03T10:51:09.497Z] #13 126.0 Selecting previously unselected package libpcrecpp0v5:amd64.
10:51:09 [2021-05-03T10:51:09.497Z] #13 126.0 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
10:51:09 [2021-05-03T10:51:09.497Z] #13 126.0 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
10:51:09 [2021-05-03T10:51:09.498Z] #13 126.1 Selecting previously unselected package libpcre3-dev:amd64.
10:51:09 [2021-05-03T10:51:09.498Z] #13 126.2 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
10:51:09 [2021-05-03T10:51:09.498Z] #13 126.2 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
10:51:09 [2021-05-03T10:51:09.755Z] #13 ...
10:51:09 [2021-05-03T10:51:09.755Z] 
10:51:09 [2021-05-03T10:51:09.755Z] #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
10:51:09 [2021-05-03T10:51:09.755Z] #45 sha256:7504d5111897f112af75a3b79cd6ee75bf518a7f9789364eccf3f9226afd32f2
10:51:09 [2021-05-03T10:51:09.755Z] #45 122.2 mime/quotedprintable
10:51:09 [2021-05-03T10:51:09.755Z] #45 122.6 net/http/internal
10:51:09 [2021-05-03T10:51:09.755Z] #45 126.3 crypto/x509
10:51:09 [2021-05-03T10:51:09.755Z] #45 128.9 crypto/tls
10:51:09 [2021-05-03T10:51:09.784Z] #43 30.24   CC       images/sk-inet.o
10:51:10 [2021-05-03T10:51:10.011Z] #45 ...
10:51:10 [2021-05-03T10:51:10.012Z] 
10:51:10 [2021-05-03T10:51:10.012Z] #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
10:51:10 [2021-05-03T10:51:10.012Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:51:10 [2021-05-03T10:51:10.012Z] #13 126.7 Selecting previously unselected package libselinux1-dev:amd64.
10:51:10 [2021-05-03T10:51:10.012Z] #13 126.7 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
10:51:10 [2021-05-03T10:51:10.012Z] #13 126.7 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
10:51:10 [2021-05-03T10:51:10.044Z] #43 30.63   CC       images/tun.o
10:51:10 [2021-05-03T10:51:10.249Z] #20 32.46 Selecting previously unselected package python3.7.
10:51:10 [2021-05-03T10:51:10.249Z] #20 32.47 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ...
10:51:10 [2021-05-03T10:51:10.249Z] #20 32.48 Unpacking python3.7 (3.7.3-2+deb10u3) ...
10:51:10 [2021-05-03T10:51:10.249Z] #20 32.60 Selecting previously unselected package libpython3-stdlib:amd64.
10:51:10 [2021-05-03T10:51:10.249Z] #20 32.61 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
10:51:10 [2021-05-03T10:51:10.249Z] #20 32.62 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
10:51:10 [2021-05-03T10:51:10.269Z] #13 127.0 Selecting previously unselected package libdevmapper-dev:amd64.
10:51:10 [2021-05-03T10:51:10.269Z] #13 127.0 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
10:51:10 [2021-05-03T10:51:10.269Z] #13 127.0 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
10:51:10 [2021-05-03T10:51:10.269Z] #13 127.1 Selecting previously unselected package libseccomp-dev:amd64.
10:51:10 [2021-05-03T10:51:10.304Z] #43 30.96   CC       images/sk-netlink.o
10:51:10 [2021-05-03T10:51:10.327Z] #43 18.96   CC       images/core-s390.o
10:51:10 [2021-05-03T10:51:10.510Z] #20 32.76 Setting up python3-minimal (3.7.3-1) ...
10:51:10 [2021-05-03T10:51:10.526Z] #13 127.1 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ...
10:51:10 [2021-05-03T10:51:10.526Z] #13 127.1 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
10:51:10 [2021-05-03T10:51:10.526Z] #13 127.2 Selecting previously unselected package libsystemd-dev:amd64.
10:51:10 [2021-05-03T10:51:10.563Z] #43 31.14   CC       images/packet-sock.o
10:51:10 [2021-05-03T10:51:10.645Z] #13 ...
10:51:10 [2021-05-03T10:51:10.645Z] 
10:51:10 [2021-05-03T10:51:10.645Z] #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
10:51:10 [2021-05-03T10:51:10.645Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38
10:51:10 [2021-05-03T10:51:10.645Z] #42 57.60 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ...
10:51:10 [2021-05-03T10:51:10.645Z] #42 57.63 Setting up libnl-3-200:arm64 (3.4.0-1) ...
10:51:10 [2021-05-03T10:51:10.645Z] #42 57.70 Setting up libprotobuf17:arm64 (3.6.1.3-2) ...
10:51:10 [2021-05-03T10:51:10.645Z] #42 57.73 Setting up libcap-dev:arm64 (1:2.25-2) ...
10:51:10 [2021-05-03T10:51:10.645Z] #42 57.75 Setting up libprotoc17:arm64 (3.6.1.3-2) ...
10:51:10 [2021-05-03T10:51:10.645Z] #42 57.78 Setting up protobuf-compiler (3.6.1.3-2) ...
10:51:10 [2021-05-03T10:51:10.645Z] #42 57.80 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
10:51:10 [2021-05-03T10:51:10.645Z] #42 57.82 Setting up libprotobuf-dev:arm64 (3.6.1.3-2) ...
10:51:10 [2021-05-03T10:51:10.645Z] #42 57.84 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
10:51:10 [2021-05-03T10:51:10.645Z] #42 57.86 Setting up python-protobuf (3.6.1.3-2) ...
10:51:10 [2021-05-03T10:51:10.782Z] #13 127.2 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ...
10:51:10 [2021-05-03T10:51:10.782Z] #13 127.3 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ...
10:51:10 [2021-05-03T10:51:10.823Z] #43 31.52   CC       images/ipc-var.o
10:51:10 [2021-05-03T10:51:10.896Z] #43 19.66   CC       images/cpuinfo.o
10:51:11 [2021-05-03T10:51:11.038Z] #13 127.7 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
10:51:11 [2021-05-03T10:51:11.038Z] #13 127.8 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
10:51:11 [2021-05-03T10:51:11.038Z] #13 127.8 Setting up libapparmor1:amd64 (2.13.2-10) ...
10:51:11 [2021-05-03T10:51:11.294Z] #13 127.8 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
10:51:11 [2021-05-03T10:51:11.294Z] #13 127.8 Setting up libpcre16-3:amd64 (2:8.39-12) ...
10:51:11 [2021-05-03T10:51:11.294Z] #13 127.9 Setting up libsepol1-dev:amd64 (2.8-1) ...
10:51:11 [2021-05-03T10:51:11.294Z] #13 127.9 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
10:51:11 [2021-05-03T10:51:11.294Z] #13 127.9 Setting up libbtrfs0 (4.20.1-2) ...
10:51:11 [2021-05-03T10:51:11.294Z] #13 127.9 Setting up libpcre32-3:amd64 (2:8.39-12) ...
10:51:11 [2021-05-03T10:51:11.294Z] #13 127.9 Setting up libudev-dev:amd64 (241-7~deb10u7) ...
10:51:11 [2021-05-03T10:51:11.294Z] #13 128.0 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
10:51:11 [2021-05-03T10:51:11.294Z] #13 128.0 Setting up libbtrfs-dev (4.20.1-2) ...
10:51:11 [2021-05-03T10:51:11.294Z] #13 128.0 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
10:51:11 [2021-05-03T10:51:11.294Z] #13 128.0 Setting up mingw-w64-common (6.0.0-3) ...
10:51:11 [2021-05-03T10:51:11.392Z] #43 31.72   CC       images/ipc-desc.o
10:51:11 [2021-05-03T10:51:11.392Z] #43 31.95   CC       images/ipc-shm.o
10:51:11 [2021-05-03T10:51:11.392Z] #43 32.09   CC       images/ipc-msg.o
10:51:11 [2021-05-03T10:51:11.454Z] #20 33.63 Selecting previously unselected package python3.
10:51:11 [2021-05-03T10:51:11.454Z] #20 33.63 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24096 files and directories currently installed.)
10:51:11 [2021-05-03T10:51:11.454Z] #20 33.68 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
10:51:11 [2021-05-03T10:51:11.454Z] #20 33.71 Unpacking python3 (3.7.3-1) ...
10:51:11 [2021-05-03T10:51:11.454Z] #20 33.80 Selecting previously unselected package libip4tc0:amd64.
10:51:11 [2021-05-03T10:51:11.454Z] #20 33.84 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
10:51:11 [2021-05-03T10:51:11.454Z] #20 33.85 Unpacking libip4tc0:amd64 (1.8.2-4) ...
10:51:11 [2021-05-03T10:51:11.466Z] #43 20.04   CC       images/inventory.o
10:51:11 [2021-05-03T10:51:11.466Z] #43 20.29   CC       images/fdinfo.o
10:51:11 [2021-05-03T10:51:11.551Z] #13 128.0 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ...
10:51:11 [2021-05-03T10:51:11.551Z] #13 128.0 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
10:51:11 [2021-05-03T10:51:11.551Z] #13 128.1 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
10:51:11 [2021-05-03T10:51:11.551Z] #13 128.1 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
10:51:11 [2021-05-03T10:51:11.551Z] #13 128.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
10:51:11 [2021-05-03T10:51:11.551Z] #13 128.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
10:51:11 [2021-05-03T10:51:11.551Z] #13 128.1 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
10:51:11 [2021-05-03T10:51:11.551Z] #13 128.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
10:51:11 [2021-05-03T10:51:11.551Z] #13 128.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
10:51:11 [2021-05-03T10:51:11.551Z] #13 128.1 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
10:51:11 [2021-05-03T10:51:11.551Z] #13 128.1 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
10:51:11 [2021-05-03T10:51:11.551Z] #13 128.1 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
10:51:11 [2021-05-03T10:51:11.551Z] #13 128.2 Setting up dmsetup (2:1.02.155-3) ...
10:51:11 [2021-05-03T10:51:11.551Z] #13 128.2 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
10:51:11 [2021-05-03T10:51:11.551Z] #13 128.2 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
10:51:11 [2021-05-03T10:51:11.551Z] #13 128.2 Processing triggers for libc-bin (2.28-10) ...
10:51:11 [2021-05-03T10:51:11.715Z] #20 33.95 Selecting previously unselected package libip6tc0:amd64.
10:51:11 [2021-05-03T10:51:11.715Z] #20 33.96 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
10:51:11 [2021-05-03T10:51:11.715Z] #20 33.96 Unpacking libip6tc0:amd64 (1.8.2-4) ...
10:51:11 [2021-05-03T10:51:11.715Z] #20 34.04 Selecting previously unselected package libiptc0:amd64.
10:51:11 [2021-05-03T10:51:11.715Z] #20 34.04 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
10:51:11 [2021-05-03T10:51:11.715Z] #20 34.05 Unpacking libiptc0:amd64 (1.8.2-4) ...
10:51:11 [2021-05-03T10:51:11.961Z] #43 32.43   CC       images/ipc-sem.o
10:51:11 [2021-05-03T10:51:11.976Z] #20 34.16 Selecting previously unselected package libnfnetlink0:amd64.
10:51:11 [2021-05-03T10:51:11.976Z] #20 34.16 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
10:51:11 [2021-05-03T10:51:11.976Z] #20 34.16 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
10:51:11 [2021-05-03T10:51:11.976Z] #20 34.22 Selecting previously unselected package libnetfilter-conntrack3:amd64.
10:51:11 [2021-05-03T10:51:11.976Z] #20 34.22 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
10:51:11 [2021-05-03T10:51:11.976Z] #20 34.23 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
10:51:11 [2021-05-03T10:51:11.976Z] #20 34.31 Selecting previously unselected package libnftnl11:amd64.
10:51:11 [2021-05-03T10:51:11.976Z] #20 34.33 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
10:51:11 [2021-05-03T10:51:11.976Z] #20 34.33 Unpacking libnftnl11:amd64 (1.1.2-2) ...
10:51:12 [2021-05-03T10:51:12.039Z] #42 ...
10:51:12 [2021-05-03T10:51:12.039Z] 
10:51:12 [2021-05-03T10:51:12.039Z] #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
10:51:12 [2021-05-03T10:51:12.039Z] #45 sha256:26d463812ae3beab4d7f1f93e06732e330a4d8d816feedf46b9897c7fedb194d
10:51:12 [2021-05-03T10:51:12.039Z] #45 48.95 internal/fmtsort
10:51:12 [2021-05-03T10:51:12.039Z] #45 48.96 encoding/binary
10:51:12 [2021-05-03T10:51:12.039Z] #45 49.96 github.com/LK4D4/vndr/versioned
10:51:12 [2021-05-03T10:51:12.039Z] #45 50.91 encoding/base64
10:51:12 [2021-05-03T10:51:12.039Z] #45 50.91 crypto/cipher
10:51:12 [2021-05-03T10:51:12.039Z] #45 50.92 crypto/sha512
10:51:12 [2021-05-03T10:51:12.039Z] #45 52.02 crypto/ed25519/internal/edwards25519
10:51:12 [2021-05-03T10:51:12.039Z] #45 52.15 crypto/md5
10:51:12 [2021-05-03T10:51:12.039Z] #45 52.50 fmt
10:51:12 [2021-05-03T10:51:12.039Z] #45 53.53 internal/lazyregexp
10:51:12 [2021-05-03T10:51:12.039Z] #45 53.76 io/ioutil
10:51:12 [2021-05-03T10:51:12.039Z] #45 53.96 crypto/aes
10:51:12 [2021-05-03T10:51:12.039Z] #45 54.63 crypto/des
10:51:12 [2021-05-03T10:51:12.039Z] #45 55.04 crypto/sha1
10:51:12 [2021-05-03T10:51:12.039Z] #45 55.61 encoding/pem
10:51:12 [2021-05-03T10:51:12.039Z] #45 56.31 net
10:51:12 [2021-05-03T10:51:12.039Z] #45 56.43 vendor/golang.org/x/crypto/internal/chacha20
10:51:12 [2021-05-03T10:51:12.039Z] #45 56.71 vendor/golang.org/x/crypto/poly1305
10:51:12 [2021-05-03T10:51:12.039Z] #45 56.78 vendor/golang.org/x/crypto/curve25519
10:51:12 [2021-05-03T10:51:12.039Z] #45 57.13 vendor/golang.org/x/crypto/chacha20poly1305
10:51:12 [2021-05-03T10:51:12.039Z] #45 57.39 os/exec
10:51:12 [2021-05-03T10:51:12.039Z] #45 57.76 flag
10:51:12 [2021-05-03T10:51:12.039Z] #45 57.82 go/token
10:51:12 [2021-05-03T10:51:12.039Z] #45 58.73 go/scanner
10:51:12 [2021-05-03T10:51:12.039Z] #45 ...
10:51:12 [2021-05-03T10:51:12.039Z] 
10:51:12 [2021-05-03T10:51:12.039Z] #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
10:51:12 [2021-05-03T10:51:12.039Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9
10:51:12 [2021-05-03T10:51:12.039Z] #36 49.89 Selecting previously unselected package libicu63:arm64.
10:51:12 [2021-05-03T10:51:12.039Z] #36 49.90 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_arm64.deb ...
10:51:12 [2021-05-03T10:51:12.039Z] #36 49.94 Unpacking libicu63:arm64 (63.1-6+deb10u1) ...
10:51:12 [2021-05-03T10:51:12.039Z] #36 55.23 Selecting previously unselected package libxml2:arm64.
10:51:12 [2021-05-03T10:51:12.039Z] #36 55.24 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_arm64.deb ...
10:51:12 [2021-05-03T10:51:12.039Z] #36 55.25 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+deb10u1) ...
10:51:12 [2021-05-03T10:51:12.039Z] #36 56.00 Selecting previously unselected package libarchive13:arm64.
10:51:12 [2021-05-03T10:51:12.039Z] #36 56.00 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_arm64.deb ...
10:51:12 [2021-05-03T10:51:12.039Z] #36 56.03 Unpacking libarchive13:arm64 (3.3.3-4+deb10u1) ...
10:51:12 [2021-05-03T10:51:12.039Z] #36 56.35 Selecting previously unselected package libjsoncpp1:arm64.
10:51:12 [2021-05-03T10:51:12.039Z] #36 56.37 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_arm64.deb ...
10:51:12 [2021-05-03T10:51:12.039Z] #36 56.38 Unpacking libjsoncpp1:arm64 (1.7.4-3) ...
10:51:12 [2021-05-03T10:51:12.039Z] #36 57.15 Selecting previously unselected package librhash0:arm64.
10:51:12 [2021-05-03T10:51:12.039Z] #36 57.15 Preparing to unpack .../7-librhash0_1.3.8-1_arm64.deb ...
10:51:12 [2021-05-03T10:51:12.039Z] #36 57.18 Unpacking librhash0:arm64 (1.3.8-1) ...
10:51:12 [2021-05-03T10:51:12.039Z] #36 57.41 Selecting previously unselected package libuv1:arm64.
10:51:12 [2021-05-03T10:51:12.039Z] #36 57.42 Preparing to unpack .../8-libuv1_1.24.1-1_arm64.deb ...
10:51:12 [2021-05-03T10:51:12.039Z] #36 57.44 Unpacking libuv1:arm64 (1.24.1-1) ...
10:51:12 [2021-05-03T10:51:12.039Z] #36 57.69 Selecting previously unselected package cmake.
10:51:12 [2021-05-03T10:51:12.039Z] #36 57.70 Preparing to unpack .../9-cmake_3.13.4-1_arm64.deb ...
10:51:12 [2021-05-03T10:51:12.039Z] #36 57.72 Unpacking cmake (3.13.4-1) ...
10:51:12 [2021-05-03T10:51:12.041Z] #43 20.62   CC       images/fown.o
10:51:12 [2021-05-03T10:51:12.221Z] #43 32.70   CC       images/utsns.o
10:51:12 [2021-05-03T10:51:12.237Z] #20 34.42 Selecting previously unselected package iptables.
10:51:12 [2021-05-03T10:51:12.237Z] #20 34.42 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
10:51:12 [2021-05-03T10:51:12.237Z] #20 34.43 Unpacking iptables (1.8.2-4) ...
10:51:12 [2021-05-03T10:51:12.301Z] #43 20.94   CC       images/ns.o
10:51:12 [2021-05-03T10:51:12.301Z] #43 21.14   CC       images/regfile.o
10:51:12 [2021-05-03T10:51:12.481Z] #43 32.96   CC       images/creds.o
10:51:12 [2021-05-03T10:51:12.498Z] #20 34.75 Selecting previously unselected package xxd.
10:51:12 [2021-05-03T10:51:12.498Z] #20 34.77 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
10:51:12 [2021-05-03T10:51:12.498Z] #20 34.77 Unpacking xxd (2:8.1.0875-5) ...
10:51:12 [2021-05-03T10:51:12.498Z] #20 34.91 Selecting previously unselected package vim-common.
10:51:12 [2021-05-03T10:51:12.498Z] #20 34.93 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
10:51:12 [2021-05-03T10:51:12.498Z] #20 34.95 Unpacking vim-common (2:8.1.0875-5) ...
10:51:12 [2021-05-03T10:51:12.560Z] #43 21.42   CC       images/ghost-file.o
10:51:12 [2021-05-03T10:51:12.615Z] #36 59.83 Setting up libicu63:arm64 (63.1-6+deb10u1) ...
10:51:12 [2021-05-03T10:51:12.741Z] #43 33.17   CC       images/vma.o
10:51:12 [2021-05-03T10:51:12.741Z] #43 33.40   CC       images/netdev.o
10:51:12 [2021-05-03T10:51:12.759Z] #20 35.14 Selecting previously unselected package bash-completion.
10:51:12 [2021-05-03T10:51:12.759Z] #20 35.14 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
10:51:12 [2021-05-03T10:51:12.820Z] #43 21.68   CC       images/fifo.o
10:51:12 [2021-05-03T10:51:12.877Z] #36 59.94 Setting up xxd (2:8.1.0875-5) ...
10:51:12 [2021-05-03T10:51:12.877Z] #36 59.98 Setting up libuv1:arm64 (1.24.1-1) ...
10:51:12 [2021-05-03T10:51:12.877Z] #36 60.00 Setting up vim-common (2:8.1.0875-5) ...
10:51:12 [2021-05-03T10:51:12.877Z] #36 60.08 Setting up librhash0:arm64 (1.3.8-1) ...
10:51:12 [2021-05-03T10:51:12.877Z] #36 60.14 Setting up cmake-data (3.13.4-1) ...
10:51:13 [2021-05-03T10:51:13.080Z] #43 ...
10:51:13 [2021-05-03T10:51:13.080Z] 
10:51:13 [2021-05-03T10:51:13.080Z] #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
10:51:13 [2021-05-03T10:51:13.080Z] #45 sha256:5be091d371b3ee9e5fdfa7afb55a5178f0911cf54926b027e86550f7bde27bc6
10:51:13 [2021-05-03T10:51:13.080Z] #45 90.27 text/template/parse
10:51:13 [2021-05-03T10:51:13.080Z] #45 93.43 go/parser
10:51:13 [2021-05-03T10:51:13.080Z] #45 94.48 text/template
10:51:13 [2021-05-03T10:51:13.080Z] #45 97.09 log
10:51:13 [2021-05-03T10:51:13.080Z] #45 97.69 encoding/xml
10:51:13 [2021-05-03T10:51:13.080Z] #45 99.29 go/doc
10:51:13 [2021-05-03T10:51:13.080Z] #45 ...
10:51:13 [2021-05-03T10:51:13.080Z] 
10:51:13 [2021-05-03T10:51:13.080Z] #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
10:51:13 [2021-05-03T10:51:13.080Z] #56 sha256:c298d5f8ba2666c6b7255111270e8cc336aaefb4e07cb1e221cc09c6672a850a
10:51:13 [2021-05-03T10:51:13.080Z] #56 43.54 Checking out files:  45% (1762/3907)   
Checking out files:  46% (1798/3907)   
Checking out files:  47% (1837/3907)   
Checking out files:  48% (1876/3907)   
Checking out files:  49% (1915/3907)   
Checking out files:  50% (1954/3907)   
Checking out files:  51% (1993/3907)   
Checking out files:  52% (2032/3907)   
Checking out files:  53% (2071/3907)   
Checking out files:  54% (2110/3907)   
Checking out files:  55% (2149/3907)   
Checking out files:  56% (2188/3907)   
Checking out files:  57% (2227/3907)   
Checking out files:  58% (2267/3907)   
Checking out files:  59% (2306/3907)   
Checking out files:  60% (2345/3907)   
Checking out files:  61% (2384/3907)   
Checking out files:  62% (2423/3907)   
Checking out files:  63% (2462/3907)   
Checking out files:  64% (2501/3907)   
Checking out files:  65% (2540/3907)   
Checking out files:  66% (2579/3907)   
Checking out files:  67% (2618/3907)   
Checking out files:  68% (2657/3907)   
Checking out files:  69% (2696/3907)   
Checking out files:  70% (2735/3907)   
Checking out files:  71% (2774/3907)   
Checking out files:  72% (2814/3907)   
Checking out files:  73% (2853/3907)   
Checking out files:  74% (2892/3907)   
Checking out files:  75% (2931/3907)   
Checking out files:  76% (2970/3907)   
Checking out files:  77% (3009/3907)   
Checking out files:  78% (3048/3907)   
Checking out files:  79% (3087/3907)   
Checking out files:  80% (3126/3907)   
Checking out files:  81% (3165/3907)   
Checking out files:  82% (3204/3907)   
Checking out files:  83% (3243/3907)   
Checking out files:  84% (3282/3907)   
Checking out files:  85% (3321/3907)   
Checking out files:  85% (3351/3907)   
Checking out files:  86% (3361/3907)   
Checking out files:  87% (3400/3907)   
Checking out files:  88% (3439/3907)   
Checking out files:  89% (3478/3907)   
Checking out files:  90% (3517/3907)   
Checking out files:  91% (3556/3907)   
Checking out files:  92% (3595/3907)   
Checking out files:  93% (3634/3907)   
Checking out files:  94% (3673/3907)   
Checking out files:  95% (3712/3907)   
Checking out files:  96% (3751/3907)   
Checking out files:  97% (3790/3907)   
Checking out files:  98% (3829/3907)   
Checking out files:  99% (3868/3907)   
Checking out files: 100% (3907/3907)   
Checking out files: 100% (3907/3907), done.
10:51:13 [2021-05-03T10:51:13.080Z] #56 45.12 + cd /tmp/tmp.3l4Vk0zThk/src/github.com/containerd/containerd
10:51:13 [2021-05-03T10:51:13.080Z] #56 45.14 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
10:51:13 [2021-05-03T10:51:13.140Z] #36 60.22 Setting up libxml2:arm64 (2.9.4+dfsg1-7+deb10u1) ...
10:51:13 [2021-05-03T10:51:13.140Z] #36 60.26 Setting up libjsoncpp1:arm64 (1.7.4-3) ...
10:51:13 [2021-05-03T10:51:13.140Z] #36 60.32 Setting up libarchive13:arm64 (3.3.3-4+deb10u1) ...
10:51:13 [2021-05-03T10:51:13.140Z] #36 60.34 Setting up cmake (3.13.4-1) ...
10:51:13 [2021-05-03T10:51:13.140Z] #36 60.38 Processing triggers for libc-bin (2.28-10) ...
10:51:13 [2021-05-03T10:51:13.140Z] #36 ...
10:51:13 [2021-05-03T10:51:13.140Z] 
10:51:13 [2021-05-03T10:51:13.140Z] #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
10:51:13 [2021-05-03T10:51:13.140Z] #45 sha256:26d463812ae3beab4d7f1f93e06732e330a4d8d816feedf46b9897c7fedb194d
10:51:13 [2021-05-03T10:51:13.140Z] #45 60.38 net/url
10:51:13 [2021-05-03T10:51:13.310Z] #43 33.75   CC       images/tty.o
10:51:13 [2021-05-03T10:51:13.310Z] #43 ...
10:51:13 [2021-05-03T10:51:13.310Z] 
10:51:13 [2021-05-03T10:51:13.310Z] #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
10:51:13 [2021-05-03T10:51:13.310Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:51:13 [2021-05-03T10:51:13.310Z] #13 95.97 Selecting previously unselected package g++-mingw-w64-x86-64.
10:51:13 [2021-05-03T10:51:13.310Z] #13 95.98 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
10:51:13 [2021-05-03T10:51:13.310Z] #13 95.99 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
10:51:13 [2021-05-03T10:51:13.404Z] #45 60.52 text/template/parse
10:51:13 [2021-05-03T10:51:13.404Z] #45 60.60 go/ast
10:51:13 [2021-05-03T10:51:13.449Z] #13 DONE 130.2s
10:51:13 [2021-05-03T10:51:13.449Z] 
10:51:13 [2021-05-03T10:51:13.449Z] #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
10:51:13 [2021-05-03T10:51:13.449Z] #53 sha256:295136d4cb1e48d978e98030ed23992a96667859a0cd289e970f99590b30b9d2
10:51:14 [2021-05-03T10:51:14.145Z] #20 ...
10:51:14 [2021-05-03T10:51:14.145Z] 
10:51:14 [2021-05-03T10:51:14.145Z] #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
10:51:14 [2021-05-03T10:51:14.145Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:51:14 [2021-05-03T10:51:14.145Z] #43 87.00   CC       criu/action-scripts.o
10:51:14 [2021-05-03T10:51:14.145Z] #43 87.72   CC       criu/aio.o
10:51:14 [2021-05-03T10:51:14.145Z] #43 88.41   CC       criu/autofs.o
10:51:14 [2021-05-03T10:51:14.145Z] #43 89.78   CC       criu/bfd.o
10:51:14 [2021-05-03T10:51:14.145Z] #43 90.23   CC       criu/bitmap.o
10:51:14 [2021-05-03T10:51:14.145Z] #43 90.45   CC       criu/cgroup-props.o
10:51:14 [2021-05-03T10:51:14.145Z] #43 91.22   CC       criu/cgroup.o
10:51:14 [2021-05-03T10:51:14.145Z] #43 94.04   CC       criu/clone-noasan.o
10:51:14 [2021-05-03T10:51:14.145Z] #43 94.28   CC       criu/config.o
10:51:14 [2021-05-03T10:51:14.145Z] #43 95.57   CC       criu/cr-check.o
10:51:14 [2021-05-03T10:51:14.145Z] #43 97.21   CC       criu/cr-dedup.o
10:51:14 [2021-05-03T10:51:14.420Z] #45 ...
10:51:14 [2021-05-03T10:51:14.420Z] 
10:51:14 [2021-05-03T10:51:14.420Z] #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
10:51:14 [2021-05-03T10:51:14.420Z] #51 sha256:e1d67f2413b11f5d2310673052745299db75963402f39e16f7a2395d04781d01
10:51:14 [2021-05-03T10:51:14.420Z] #51 51.50 mvdan.cc/sh/v3/fileutil
10:51:14 [2021-05-03T10:51:14.420Z] #51 51.51 path/filepath
10:51:14 [2021-05-03T10:51:14.420Z] #51 52.37 fmt
10:51:14 [2021-05-03T10:51:14.420Z] #51 52.39 golang.org/x/sys/unix
10:51:14 [2021-05-03T10:51:14.420Z] #51 53.39 io/ioutil
10:51:14 [2021-05-03T10:51:14.420Z] #51 56.71 flag
10:51:14 [2021-05-03T10:51:14.420Z] #51 56.71 github.com/pkg/diff
10:51:14 [2021-05-03T10:51:14.420Z] #51 56.72 encoding/json
10:51:14 [2021-05-03T10:51:14.420Z] #51 59.00 go/scanner
10:51:14 [2021-05-03T10:51:14.420Z] #51 59.25 mvdan.cc/editorconfig
10:51:14 [2021-05-03T10:51:14.420Z] #51 60.20 golang.org/x/crypto/ssh/terminal
10:51:14 [2021-05-03T10:51:14.420Z] #51 61.20 mvdan.cc/sh/v3/syntax
10:51:14 [2021-05-03T10:51:14.420Z] #51 61.37 go/ast
10:51:14 [2021-05-03T10:51:14.717Z] #43 97.68   CC       criu/cr-dump.o
10:51:14 [2021-05-03T10:51:14.736Z] #13 ...
10:51:14 [2021-05-03T10:51:14.736Z] 
10:51:14 [2021-05-03T10:51:14.736Z] #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
10:51:14 [2021-05-03T10:51:14.736Z] #56 sha256:0a934dd8f8329695af74c2d9a5fec1023aad1f9c75e0c3435d4a4a325684cbf1
10:51:14 [2021-05-03T10:51:14.736Z] #56 49.84 + export 'BUILDTAGS=netgo osusergo static_build'
10:51:14 [2021-05-03T10:51:14.736Z] #56 49.84 + BUILDTAGS='netgo osusergo static_build'
10:51:14 [2021-05-03T10:51:14.736Z] #56 49.84 + export EXTRA_FLAGS=-buildmode=pie
10:51:14 [2021-05-03T10:51:14.736Z] #56 49.84 + EXTRA_FLAGS=-buildmode=pie
10:51:14 [2021-05-03T10:51:14.736Z] #56 49.84 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
10:51:14 [2021-05-03T10:51:14.736Z] #56 49.84 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
10:51:14 [2021-05-03T10:51:14.736Z] #56 49.84 + '[' '' = dynamic ']'
10:51:14 [2021-05-03T10:51:14.736Z] #56 49.84 + make
10:51:14 [2021-05-03T10:51:14.736Z] #56 50.87 + bin/ctr
10:51:14 [2021-05-03T10:51:14.994Z] #51 ...
10:51:14 [2021-05-03T10:51:14.994Z] 
10:51:14 [2021-05-03T10:51:14.994Z] #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
10:51:14 [2021-05-03T10:51:14.994Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38
10:51:14 [2021-05-03T10:51:14.994Z] #42 62.02 Setting up libnl-3-dev:arm64 (3.4.0-1) ...
10:51:14 [2021-05-03T10:51:14.996Z] #56 ...
10:51:14 [2021-05-03T10:51:14.996Z] 
10:51:14 [2021-05-03T10:51:14.996Z] #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
10:51:14 [2021-05-03T10:51:14.996Z] #45 sha256:420f325532c1ee2984a12f05e3c7f055e58b2ada76e1c2d087abdaee6c492b96
10:51:14 [2021-05-03T10:51:14.996Z] #45 93.96 net
10:51:14 [2021-05-03T10:51:14.996Z] #45 95.38 vendor/golang.org/x/text/transform
10:51:14 [2021-05-03T10:51:14.996Z] #45 96.31 vendor/golang.org/x/text/unicode/bidi
10:51:14 [2021-05-03T10:51:14.996Z] #45 98.15 vendor/golang.org/x/text/secure/bidirule
10:51:14 [2021-05-03T10:51:14.996Z] #45 98.48 vendor/golang.org/x/text/unicode/norm
10:51:14 [2021-05-03T10:51:14.996Z] #45 102.5 vendor/golang.org/x/net/idna
10:51:15 [2021-05-03T10:51:15.256Z] #45 ...
10:51:15 [2021-05-03T10:51:15.256Z] 
10:51:15 [2021-05-03T10:51:15.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
10:51:15 [2021-05-03T10:51:15.256Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:51:15 [2021-05-03T10:51:15.256Z] #43 34.32   CC       images/file-lock.o
10:51:15 [2021-05-03T10:51:15.256Z] #43 34.52   CC       images/rlimit.o
10:51:15 [2021-05-03T10:51:15.256Z] #43 34.72   CC       images/pagemap.o
10:51:15 [2021-05-03T10:51:15.256Z] #43 35.01   CC       images/siginfo.o
10:51:15 [2021-05-03T10:51:15.256Z] #43 35.29   CC       images/rpc.o
10:51:15 [2021-05-03T10:51:15.258Z] #42 62.39 Processing triggers for libc-bin (2.28-10) ...
10:51:15 [2021-05-03T10:51:15.289Z] #43 ...
10:51:15 [2021-05-03T10:51:15.289Z] 
10:51:15 [2021-05-03T10:51:15.290Z] #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
10:51:15 [2021-05-03T10:51:15.290Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
10:51:15 [2021-05-03T10:51:15.290Z] #20 37.75 Unpacking bash-completion (1:2.8-6) ...
10:51:15 [2021-05-03T10:51:15.353Z] #53 1.667 + RM_GOPATH=0
10:51:15 [2021-05-03T10:51:15.353Z] #53 1.667 + TMP_GOPATH=
10:51:15 [2021-05-03T10:51:15.353Z] #53 ...
10:51:15 [2021-05-03T10:51:15.353Z] 
10:51:15 [2021-05-03T10:51:15.353Z] #14 [dev-systemd-false  1/26] RUN groupadd -r docker
10:51:15 [2021-05-03T10:51:15.353Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815
10:51:15 [2021-05-03T10:51:15.353Z] #14 DONE 1.8s
10:51:15 [2021-05-03T10:51:15.353Z] 
10:51:15 [2021-05-03T10:51:15.353Z] #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
10:51:15 [2021-05-03T10:51:15.353Z] #53 sha256:295136d4cb1e48d978e98030ed23992a96667859a0cd289e970f99590b30b9d2
10:51:15 [2021-05-03T10:51:15.353Z] #53 1.668 + : /build
10:51:15 [2021-05-03T10:51:15.353Z] #53 1.668 + '[' -z '' ']'
10:51:15 [2021-05-03T10:51:15.353Z] #53 1.668 ++ mktemp -d
10:51:15 [2021-05-03T10:51:15.353Z] #53 1.670 + export GOPATH=/tmp/tmp.AQLy4WgcHe
10:51:15 [2021-05-03T10:51:15.353Z] #53 1.671 + GOPATH=/tmp/tmp.AQLy4WgcHe
10:51:15 [2021-05-03T10:51:15.353Z] #53 1.671 + RM_GOPATH=1
10:51:15 [2021-05-03T10:51:15.353Z] #53 1.671 + case "$(go env GOARCH)" in
10:51:15 [2021-05-03T10:51:15.353Z] #53 1.672 ++ go env GOARCH
10:51:15 [2021-05-03T10:51:15.353Z] #53 1.706 + export GO_BUILDMODE=-buildmode=pie
10:51:15 [2021-05-03T10:51:15.353Z] #53 1.706 + GO_BUILDMODE=-buildmode=pie
10:51:15 [2021-05-03T10:51:15.353Z] #53 1.707 ++ dirname /tmp/install/install.sh
10:51:15 [2021-05-03T10:51:15.353Z] #53 1.715 + dir=/tmp/install
10:51:15 [2021-05-03T10:51:15.353Z] #53 1.718 + bin=runc
10:51:15 [2021-05-03T10:51:15.353Z] #53 1.719 + shift
10:51:15 [2021-05-03T10:51:15.353Z] #53 1.720 + '[' '!' -f /tmp/install/runc.installer ']'
10:51:15 [2021-05-03T10:51:15.353Z] #53 1.720 + . /tmp/install/runc.installer
10:51:15 [2021-05-03T10:51:15.353Z] #53 1.720 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec
10:51:15 [2021-05-03T10:51:15.353Z] #53 1.720 + install_runc
10:51:15 [2021-05-03T10:51:15.353Z] #53 1.721 + grep -q '^3\.10\.0.*\.el7\.'
10:51:15 [2021-05-03T10:51:15.353Z] #53 1.724 + uname -r
10:51:15 [2021-05-03T10:51:15.353Z] #53 1.734 + RUNC_BUILDTAGS='seccomp '
10:51:15 [2021-05-03T10:51:15.353Z] #53 1.736 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )'
10:51:15 [2021-05-03T10:51:15.353Z] #53 1.736 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )
10:51:15 [2021-05-03T10:51:15.353Z] #53 1.736 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.AQLy4WgcHe/src/github.com/opencontainers/runc
10:51:15 [2021-05-03T10:51:15.353Z] #53 1.750 Cloning into '/tmp/tmp.AQLy4WgcHe/src/github.com/opencontainers/runc'...
10:51:15 [2021-05-03T10:51:15.526Z] #42 ...
10:51:15 [2021-05-03T10:51:15.526Z] 
10:51:15 [2021-05-03T10:51:15.526Z] #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
10:51:15 [2021-05-03T10:51:15.526Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9
10:51:15 [2021-05-03T10:51:15.526Z] #36 60.53 Processing triggers for mime-support (3.62) ...
10:51:15 [2021-05-03T10:51:15.526Z] #36 DONE 62.7s
10:51:15 [2021-05-03T10:51:15.526Z] 
10:51:15 [2021-05-03T10:51:15.526Z] #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
10:51:15 [2021-05-03T10:51:15.526Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
10:51:15 [2021-05-03T10:51:15.526Z] #13 60.05 Selecting previously unselected package mingw-w64-x86-64-dev.
10:51:15 [2021-05-03T10:51:15.526Z] #13 60.06 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
10:51:15 [2021-05-03T10:51:15.526Z] #13 60.10 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
10:51:15 [2021-05-03T10:51:15.618Z] #56 47.60 + export 'BUILDTAGS=netgo osusergo static_build'
10:51:15 [2021-05-03T10:51:15.619Z] #56 47.60 + BUILDTAGS='netgo osusergo static_build'
10:51:15 [2021-05-03T10:51:15.619Z] #56 47.60 + export EXTRA_FLAGS=-buildmode=pie
10:51:15 [2021-05-03T10:51:15.619Z] #56 47.60 + EXTRA_FLAGS=-buildmode=pie
10:51:15 [2021-05-03T10:51:15.619Z] #56 47.60 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
10:51:15 [2021-05-03T10:51:15.619Z] #56 47.60 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
10:51:15 [2021-05-03T10:51:15.619Z] #56 47.60 + '[' '' = dynamic ']'
10:51:15 [2021-05-03T10:51:15.619Z] #56 47.60 + make
10:51:15 [2021-05-03T10:51:15.825Z] #43 36.37   CC       images/ext-file.o
10:51:15 [2021-05-03T10:51:15.867Z] #20 38.16 Selecting previously unselected package bzip2.
10:51:15 [2021-05-03T10:51:15.867Z] #20 38.16 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
10:51:15 [2021-05-03T10:51:15.867Z] #20 38.17 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
10:51:15 [2021-05-03T10:51:15.867Z] #20 38.27 Selecting previously unselected package xz-utils.
10:51:15 [2021-05-03T10:51:15.867Z] #20 38.27 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ...
10:51:15 [2021-05-03T10:51:15.867Z] #20 38.29 Unpacking xz-utils (5.2.4-1) ...
10:51:16 [2021-05-03T10:51:16.085Z] #43 36.62   CC       images/cgroup.o
10:51:16 [2021-05-03T10:51:16.103Z] #13 ...
10:51:16 [2021-05-03T10:51:16.103Z] 
10:51:16 [2021-05-03T10:51:16.103Z] #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
10:51:16 [2021-05-03T10:51:16.103Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38
10:51:16 [2021-05-03T10:51:16.103Z] #42 DONE 63.4s
10:51:16 [2021-05-03T10:51:16.128Z] #20 38.51 Selecting previously unselected package apparmor.
10:51:16 [2021-05-03T10:51:16.128Z] #20 38.51 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ...
10:51:16 [2021-05-03T10:51:16.389Z] #20 38.60 Unpacking apparmor (2.13.2-10) ...
10:51:16 [2021-05-03T10:51:16.392Z] 
10:51:16 [2021-05-03T10:51:16.392Z] #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
10:51:16 [2021-05-03T10:51:16.392Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
10:51:16 [2021-05-03T10:51:16.558Z] #56 48.68 + bin/ctr
10:51:16 [2021-05-03T10:51:16.650Z] #20 38.92 Selecting previously unselected package aufs-tools.
10:51:16 [2021-05-03T10:51:16.650Z] #20 38.92 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
10:51:16 [2021-05-03T10:51:16.650Z] #20 38.94 Unpacking aufs-tools (1:4.14+20190211-1) ...
10:51:16 [2021-05-03T10:51:16.650Z] #20 39.05 Selecting previously unselected package libonig5:amd64.
10:51:16 [2021-05-03T10:51:16.650Z] #20 39.07 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ...
10:51:16 [2021-05-03T10:51:16.650Z] #20 39.07 Unpacking libonig5:amd64 (6.9.1-1) ...
10:51:16 [2021-05-03T10:51:16.654Z] #43 37.23   CC       images/userns.o
10:51:16 [2021-05-03T10:51:16.911Z] #20 39.23 Selecting previously unselected package libjq1:amd64.
10:51:16 [2021-05-03T10:51:16.911Z] #20 39.24 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ...
10:51:16 [2021-05-03T10:51:16.911Z] #20 39.25 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
10:51:16 [2021-05-03T10:51:16.911Z] #20 39.37 Selecting previously unselected package jq.
10:51:16 [2021-05-03T10:51:16.911Z] #20 39.37 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ...
10:51:16 [2021-05-03T10:51:16.911Z] #20 39.38 Unpacking jq (1.5+dfsg-2+b1) ...
10:51:16 [2021-05-03T10:51:16.914Z] #43 37.46   CC       images/google/protobuf/descriptor.o
10:51:17 [2021-05-03T10:51:17.172Z] #20 39.47 Selecting previously unselected package libaio1:amd64.
10:51:17 [2021-05-03T10:51:17.172Z] #20 39.50 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ...
10:51:17 [2021-05-03T10:51:17.172Z] #20 39.50 Unpacking libaio1:amd64 (0.3.112-3) ...
10:51:17 [2021-05-03T10:51:17.172Z] #20 39.58 Selecting previously unselected package libgpm2:amd64.
10:51:17 [2021-05-03T10:51:17.172Z] #20 39.60 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ...
10:51:17 [2021-05-03T10:51:17.172Z] #20 39.61 Unpacking libgpm2:amd64 (1.20.7-5) ...
10:51:17 [2021-05-03T10:51:17.172Z] #20 39.70 Selecting previously unselected package libicu63:amd64.
10:51:17 [2021-05-03T10:51:17.253Z] #53 ...
10:51:17 [2021-05-03T10:51:17.253Z] 
10:51:17 [2021-05-03T10:51:17.253Z] #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
10:51:17 [2021-05-03T10:51:17.253Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6
10:51:17 [2021-05-03T10:51:17.253Z] #15 DONE 1.6s
10:51:17 [2021-05-03T10:51:17.253Z] 
10:51:17 [2021-05-03T10:51:17.253Z] #16 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
10:51:17 [2021-05-03T10:51:17.253Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac
10:51:17 [2021-05-03T10:51:17.433Z] #20 39.70 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ...
10:51:17 [2021-05-03T10:51:17.433Z] #20 39.71 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
10:51:17 [2021-05-03T10:51:17.816Z] #16 ...
10:51:17 [2021-05-03T10:51:17.816Z] 
10:51:17 [2021-05-03T10:51:17.816Z] #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
10:51:17 [2021-05-03T10:51:17.816Z] #58 sha256:087c25f46df60f6b620226ac717f63f375f8529ce6af7b00c292f4d767a65a9a
10:51:17 [2021-05-03T10:51:17.816Z] #58 131.4 + for f in rootlesskit rootlesskit-docker-proxy
10:51:17 [2021-05-03T10:51:17.816Z] #58 131.4 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
10:51:17 [2021-05-03T10:51:17.816Z] #58 DONE 140.3s
10:51:17 [2021-05-03T10:51:17.816Z] 
10:51:17 [2021-05-03T10:51:17.816Z] #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
10:51:17 [2021-05-03T10:51:17.816Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:51:17 [2021-05-03T10:51:17.816Z] #43 45.91   CC       compel/arch/x86/src/lib/cpu.o
10:51:17 [2021-05-03T10:51:17.816Z] #43 46.59   CC       compel/arch/x86/src/lib/infect.o
10:51:17 [2021-05-03T10:51:17.816Z] #43 47.42   CC       compel/src/lib/infect-rpc.o
10:51:17 [2021-05-03T10:51:17.816Z] #43 47.79   CC       compel/src/lib/infect-util.o
10:51:17 [2021-05-03T10:51:17.816Z] #43 48.03   CC       compel/src/lib/infect.o
10:51:17 [2021-05-03T10:51:17.816Z] #43 50.32   CC       compel/src/lib/ptrace.o
10:51:17 [2021-05-03T10:51:17.816Z] #43 50.69   AR       compel/libcompel.a
10:51:17 [2021-05-03T10:51:17.816Z] #43 50.76   HOSTCC   compel/src/main-host.o
10:51:17 [2021-05-03T10:51:17.816Z] #43 51.08   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
10:51:17 [2021-05-03T10:51:17.816Z] #43 51.26   HOSTCC   compel/src/lib/handle-elf-host.o
10:51:17 [2021-05-03T10:51:17.816Z] #43 51.54   HOSTCC   compel/src/lib/log-host.o
10:51:17 [2021-05-03T10:51:17.816Z] #43 51.76   HOSTLINK compel/compel-host-bin
10:51:17 [2021-05-03T10:51:17.816Z] #43 51.98   DEP      soccr/soccr.d
10:51:17 [2021-05-03T10:51:17.816Z] #43 52.34   CC       soccr/soccr.o
10:51:17 [2021-05-03T10:51:17.816Z] #43 54.41   AR       soccr/libsoccr.a
10:51:17 [2021-05-03T10:51:17.816Z] #43 54.45 make[1]: 'soccr/libsoccr.a' is up to date.
10:51:17 [2021-05-03T10:51:17.816Z] #43 54.85   DEP      criu/arch/x86/sigframe.d
10:51:17 [2021-05-03T10:51:17.816Z] #43 54.98   DEP      criu/arch/x86/sigaction_compat.d
10:51:17 [2021-05-03T10:51:17.816Z] #43 55.08   DEP      criu/arch/x86/kerndat.d
10:51:17 [2021-05-03T10:51:17.816Z] #43 55.31   DEP      criu/arch/x86/crtools.d
10:51:17 [2021-05-03T10:51:17.816Z] #43 55.61   DEP      criu/arch/x86/cpu.d
10:51:17 [2021-05-03T10:51:17.816Z] #43 55.89   CC       criu/arch/x86/cpu.o
10:51:17 [2021-05-03T10:51:17.816Z] #43 ...
10:51:17 [2021-05-03T10:51:17.816Z] 
10:51:17 [2021-05-03T10:51:17.816Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
10:51:17 [2021-05-03T10:51:17.816Z] #59 sha256:cf403258a5464e7ec7c3331510fab86451a3e3a03fe9a4c7c97b4b9f5b09c7d2
10:51:18 [2021-05-03T10:51:18.073Z] #59 DONE 0.2s
10:51:18 [2021-05-03T10:51:18.073Z] 
10:51:18 [2021-05-03T10:51:18.073Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
10:51:18 [2021-05-03T10:51:18.073Z] #60 sha256:a0cf43bbde69c979d77309eda2f3771716b391c3f92352b8d1ab7803b3b23f5f
10:51:18 [2021-05-03T10:51:18.073Z] #60 DONE 0.2s
10:51:18 [2021-05-03T10:51:18.073Z] 
10:51:18 [2021-05-03T10:51:18.073Z] #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
10:51:18 [2021-05-03T10:51:18.073Z] #45 sha256:7504d5111897f112af75a3b79cd6ee75bf518a7f9789364eccf3f9226afd32f2
10:51:18 [2021-05-03T10:51:18.073Z] #45 135.2 net/http/httptrace
10:51:18 [2021-05-03T10:51:18.073Z] #45 135.4 net/http
10:51:18 [2021-05-03T10:51:18.642Z] #45 ...
10:51:18 [2021-05-03T10:51:18.642Z] 
10:51:18 [2021-05-03T10:51:18.642Z] #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
10:51:18 [2021-05-03T10:51:18.642Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:51:18 [2021-05-03T10:51:18.642Z] #43 56.87   CC       criu/arch/x86/crtools.o
10:51:18 [2021-05-03T10:51:18.821Z] #43 39.04   CC       images/opts.o
10:51:18 [2021-05-03T10:51:18.821Z] #43 39.23   CC       images/seccomp.o
10:51:18 [2021-05-03T10:51:18.821Z] #43 39.46   CC       images/binfmt-misc.o
10:51:18 [2021-05-03T10:51:18.903Z] #43 ...
10:51:18 [2021-05-03T10:51:18.903Z] 
10:51:18 [2021-05-03T10:51:18.903Z] #16 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
10:51:18 [2021-05-03T10:51:18.903Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac
10:51:18 [2021-05-03T10:51:18.903Z] #16 1.670 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
10:51:18 [2021-05-03T10:51:18.903Z] #16 DONE 1.8s
10:51:18 [2021-05-03T10:51:18.903Z] 
10:51:18 [2021-05-03T10:51:18.903Z] #17 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
10:51:18 [2021-05-03T10:51:18.903Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea
10:51:18 [2021-05-03T10:51:18.957Z] #43 2.740 Note: Building without setproctitle() and strlcpy() support.
10:51:18 [2021-05-03T10:51:18.957Z] #43 2.741       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
10:51:18 [2021-05-03T10:51:18.957Z] #43 2.772 Note: Building without GnuTLS support
10:51:18 [2021-05-03T10:51:18.957Z] #43 2.779 Makefile.config:39: Warn: you have no libnftables installed
10:51:18 [2021-05-03T10:51:18.957Z] #43 2.780 Makefile.config:40: Warn: Building without nftables support
10:51:19 [2021-05-03T10:51:19.081Z] #43 39.73   CC       images/time.o
10:51:19 [2021-05-03T10:51:19.097Z] #56 ...
10:51:19 [2021-05-03T10:51:19.097Z] 
10:51:19 [2021-05-03T10:51:19.097Z] #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
10:51:19 [2021-05-03T10:51:19.097Z] #51 sha256:cdeb27188b8eaaebac1e7f89a19cd73b6216a9777f838dbd1e8a7947c0202440
10:51:19 [2021-05-03T10:51:19.097Z] #51 99.93 mvdan.cc/sh/v3/cmd/shfmt
10:51:19 [2021-05-03T10:51:19.097Z] #51 DONE 106.1s
10:51:19 [2021-05-03T10:51:19.097Z] 
10:51:19 [2021-05-03T10:51:19.097Z] #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
10:51:19 [2021-05-03T10:51:19.097Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:51:19 [2021-05-03T10:51:19.097Z] #43 21.90   CC       images/remap-file-path.o
10:51:19 [2021-05-03T10:51:19.097Z] #43 22.18   CC       images/eventfd.o
10:51:19 [2021-05-03T10:51:19.097Z] #43 22.38   CC       images/eventpoll.o
10:51:19 [2021-05-03T10:51:19.097Z] #43 22.65   CC       images/fh.o
10:51:19 [2021-05-03T10:51:19.097Z] #43 23.03   CC       images/fsnotify.o
10:51:19 [2021-05-03T10:51:19.097Z] #43 23.68   CC       images/signalfd.o
10:51:19 [2021-05-03T10:51:19.097Z] #43 23.91   CC       images/fs.o
10:51:19 [2021-05-03T10:51:19.097Z] #43 24.10   CC       images/pstree.o
10:51:19 [2021-05-03T10:51:19.097Z] #43 24.29   CC       images/pipe.o
10:51:19 [2021-05-03T10:51:19.097Z] #43 24.51   CC       images/tcp-stream.o
10:51:19 [2021-05-03T10:51:19.097Z] #43 24.79   CC       images/sk-packet.o
10:51:19 [2021-05-03T10:51:19.097Z] #43 25.04   CC       images/mnt.o
10:51:19 [2021-05-03T10:51:19.097Z] #43 25.26   CC       images/pipe-data.o
10:51:19 [2021-05-03T10:51:19.097Z] #43 25.50   CC       images/sa.o
10:51:19 [2021-05-03T10:51:19.097Z] #43 25.68   CC       images/timer.o
10:51:19 [2021-05-03T10:51:19.097Z] #43 26.03   CC       images/timerfd.o
10:51:19 [2021-05-03T10:51:19.097Z] #43 26.26   CC       images/mm.o
10:51:19 [2021-05-03T10:51:19.097Z] #43 26.52   CC       images/sk-opts.o
10:51:19 [2021-05-03T10:51:19.097Z] #43 26.74   CC       images/sk-unix.o
10:51:19 [2021-05-03T10:51:19.097Z] #43 27.01   CC       images/sk-inet.o
10:51:19 [2021-05-03T10:51:19.097Z] #43 27.43   CC       images/tun.o
10:51:19 [2021-05-03T10:51:19.097Z] #43 27.69   CC       images/sk-netlink.o
10:51:19 [2021-05-03T10:51:19.097Z] #43 27.95   CC       images/packet-sock.o
10:51:19 [2021-05-03T10:51:19.341Z] #43 39.98   CC       images/sysctl.o
10:51:19 [2021-05-03T10:51:19.666Z] #43 28.37   CC       images/ipc-var.o
10:51:19 [2021-05-03T10:51:19.910Z] #43 40.22   CC       images/autofs.o
10:51:19 [2021-05-03T10:51:19.926Z] #43 28.66   CC       images/ipc-desc.o
10:51:20 [2021-05-03T10:51:20.170Z] #43 40.49   CC       images/macvlan.o
10:51:20 [2021-05-03T10:51:20.170Z] #43 40.75   CC       images/sit.o
10:51:20 [2021-05-03T10:51:20.186Z] #43 28.92   CC       images/ipc-shm.o
10:51:20 [2021-05-03T10:51:20.430Z] #43 41.00   CC       images/memfd.o
10:51:20 [2021-05-03T10:51:20.446Z] #43 29.07   CC       images/ipc-msg.o
10:51:20 [2021-05-03T10:51:20.690Z] #43 41.23   CC       images/timens.o
10:51:20 [2021-05-03T10:51:20.707Z] #43 29.40   CC       images/ipc-sem.o
10:51:20 [2021-05-03T10:51:20.707Z] #43 29.55   CC       images/utsns.o
10:51:20 [2021-05-03T10:51:20.734Z] #20 43.18 Selecting previously unselected package libnet1:amd64.
10:51:20 [2021-05-03T10:51:20.734Z] #20 43.18 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
10:51:20 [2021-05-03T10:51:20.734Z] #20 43.19 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
10:51:20 [2021-05-03T10:51:20.734Z] #20 43.28 Selecting previously unselected package libnl-3-200:amd64.
10:51:20 [2021-05-03T10:51:20.809Z] #17 DONE 1.9s
10:51:20 [2021-05-03T10:51:20.809Z] 
10:51:20 [2021-05-03T10:51:20.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
10:51:20 [2021-05-03T10:51:20.809Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:51:20 [2021-05-03T10:51:20.809Z] #43 58.96   CC       criu/arch/x86/kerndat.o
10:51:20 [2021-05-03T10:51:20.950Z] #43 41.47   LINK     images/built-in.o
10:51:20 [2021-05-03T10:51:20.950Z] #43 41.62   GEN      compel/include/asm
10:51:20 [2021-05-03T10:51:20.967Z] #43 29.71   CC       images/creds.o
10:51:20 [2021-05-03T10:51:20.996Z] #20 43.29 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ...
10:51:20 [2021-05-03T10:51:20.996Z] #20 43.30 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
10:51:20 [2021-05-03T10:51:20.996Z] #20 43.38 Selecting previously unselected package libprotobuf-c1:amd64.
10:51:20 [2021-05-03T10:51:20.996Z] #20 43.40 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
10:51:20 [2021-05-03T10:51:20.996Z] #20 43.40 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
10:51:21 [2021-05-03T10:51:21.209Z] #43 41.65   GEN      compel/include/version.h
10:51:21 [2021-05-03T10:51:21.209Z] #43 41.66 touch .config
10:51:21 [2021-05-03T10:51:21.209Z] #43 41.70   GEN      include/common/config.h
10:51:21 [2021-05-03T10:51:21.209Z] #43 41.78   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
10:51:21 [2021-05-03T10:51:21.209Z] #43 41.81   GEN      compel/plugins/include/uapi/std/syscall-64.h
10:51:21 [2021-05-03T10:51:21.209Z] #43 41.84   GEN      compel/arch/x86/plugins/std/syscalls-64.S
10:51:21 [2021-05-03T10:51:21.209Z] #43 41.86   DEP      compel/arch/x86/plugins/std/syscalls-64.d
10:51:21 [2021-05-03T10:51:21.209Z] #43 41.88   DEP      compel/arch/x86/plugins/std/memcpy.d
10:51:21 [2021-05-03T10:51:21.226Z] #43 29.94   CC       images/vma.o
10:51:21 [2021-05-03T10:51:21.257Z] #20 43.50 Selecting previously unselected package libreadline5:amd64.
10:51:21 [2021-05-03T10:51:21.257Z] #20 43.51 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
10:51:21 [2021-05-03T10:51:21.257Z] #20 43.52 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
10:51:21 [2021-05-03T10:51:21.257Z] #20 43.66 Selecting previously unselected package net-tools.
10:51:21 [2021-05-03T10:51:21.257Z] #20 43.66 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
10:51:21 [2021-05-03T10:51:21.257Z] #20 43.67 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
10:51:21 [2021-05-03T10:51:21.372Z] #43 59.73   CC       criu/arch/x86/sigaction_compat.o
10:51:21 [2021-05-03T10:51:21.469Z] #43 41.91   DEP      compel/arch/x86/plugins/std/parasite-head.d
10:51:21 [2021-05-03T10:51:21.469Z] #43 41.94   GEN      compel/plugins/include/uapi/std/syscall.h
10:51:21 [2021-05-03T10:51:21.469Z] #43 41.99   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
10:51:21 [2021-05-03T10:51:21.469Z] #43 42.01   GEN      compel/plugins/include/uapi/std/syscall-codes.h
10:51:21 [2021-05-03T10:51:21.469Z] #43 42.05   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
10:51:21 [2021-05-03T10:51:21.469Z] #43 42.05   DEP      compel/plugins/std/infect.d
10:51:21 [2021-05-03T10:51:21.486Z] #43 30.19   CC       images/netdev.o
10:51:21 [2021-05-03T10:51:21.515Z] #43 5.047 fatal: not a git repository (or any of the parent directories): .git
10:51:21 [2021-05-03T10:51:21.515Z] #43 5.113   GEN      .gitid
10:51:21 [2021-05-03T10:51:21.515Z] #43 5.168   GEN      criu/include/version.h
10:51:21 [2021-05-03T10:51:21.515Z] #43 5.292   GEN      include/common/asm
10:51:21 [2021-05-03T10:51:21.518Z] #20 43.86 Selecting previously unselected package python-pip-whl.
10:51:21 [2021-05-03T10:51:21.518Z] #20 43.87 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
10:51:21 [2021-05-03T10:51:21.518Z] #20 43.88 Unpacking python-pip-whl (18.1-5) ...
10:51:21 [2021-05-03T10:51:21.746Z] #43 30.54   CC       images/tty.o
10:51:21 [2021-05-03T10:51:21.770Z] #43 42.17   DEP      compel/plugins/std/string.d
10:51:21 [2021-05-03T10:51:21.770Z] #43 42.30   DEP      compel/plugins/std/log.d
10:51:21 [2021-05-03T10:51:21.770Z] #43 42.36   DEP      compel/plugins/std/fds.d
10:51:21 [2021-05-03T10:51:21.935Z] #43 ...
10:51:21 [2021-05-03T10:51:21.935Z] 
10:51:21 [2021-05-03T10:51:21.935Z] #18 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
10:51:21 [2021-05-03T10:51:21.935Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6
10:51:21 [2021-05-03T10:51:21.935Z] #18 DONE 1.3s
10:51:21 [2021-05-03T10:51:21.935Z] 
10:51:21 [2021-05-03T10:51:21.935Z] #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
10:51:21 [2021-05-03T10:51:21.935Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:51:21 [2021-05-03T10:51:21.935Z] #43 60.12   CC       criu/arch/x86/sigframe.o
10:51:22 [2021-05-03T10:51:22.033Z] #43 42.58   DEP      compel/plugins/std/std.d
10:51:22 [2021-05-03T10:51:22.088Z] #43 ...
10:51:22 [2021-05-03T10:51:22.088Z] 
10:51:22 [2021-05-03T10:51:22.088Z] #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
10:51:22 [2021-05-03T10:51:22.088Z] #51 sha256:e1d67f2413b11f5d2310673052745299db75963402f39e16f7a2395d04781d01
10:51:22 [2021-05-03T10:51:22.088Z] #51 69.11 mvdan.cc/sh/v3/cmd/shfmt
10:51:22 [2021-05-03T10:51:22.090Z] #20 44.44 Selecting previously unselected package python3-lib2to3.
10:51:22 [2021-05-03T10:51:22.090Z] #20 44.46 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
10:51:22 [2021-05-03T10:51:22.090Z] #20 44.47 Unpacking python3-lib2to3 (3.7.3-1) ...
10:51:22 [2021-05-03T10:51:22.292Z] #43 42.73   DEP      compel/plugins/shmem/shmem.d
10:51:22 [2021-05-03T10:51:22.292Z] #43 42.84   DEP      compel/plugins/fds/fds.d
10:51:22 [2021-05-03T10:51:22.292Z] #43 42.93   CC       compel/plugins/std/std.o
10:51:22 [2021-05-03T10:51:22.315Z] #43 ...
10:51:22 [2021-05-03T10:51:22.315Z] 
10:51:22 [2021-05-03T10:51:22.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
10:51:22 [2021-05-03T10:51:22.315Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:51:22 [2021-05-03T10:51:22.315Z] #13 104.5 Selecting previously unselected package g++-mingw-w64-x86-64.
10:51:22 [2021-05-03T10:51:22.315Z] #13 104.5 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
10:51:22 [2021-05-03T10:51:22.315Z] #13 104.5 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
10:51:22 [2021-05-03T10:51:22.352Z] #20 44.59 Selecting previously unselected package python3-distutils.
10:51:22 [2021-05-03T10:51:22.352Z] #20 44.61 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
10:51:22 [2021-05-03T10:51:22.352Z] #20 44.61 Unpacking python3-distutils (3.7.3-1) ...
10:51:22 [2021-05-03T10:51:22.352Z] #20 44.76 Selecting previously unselected package python3-pip.
10:51:22 [2021-05-03T10:51:22.352Z] #20 44.77 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
10:51:22 [2021-05-03T10:51:22.352Z] #20 44.78 Unpacking python3-pip (18.1-5) ...
10:51:22 [2021-05-03T10:51:22.498Z] #43 60.67   LINK     criu/arch/x86/crtools.built-in.o
10:51:22 [2021-05-03T10:51:22.498Z] #43 60.81   DEP      criu/pie/util-vdso-elf32.d
10:51:22 [2021-05-03T10:51:22.613Z] #20 44.92 Selecting previously unselected package python3-pkg-resources.
10:51:22 [2021-05-03T10:51:22.613Z] #20 44.92 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
10:51:22 [2021-05-03T10:51:22.613Z] #20 44.92 Unpacking python3-pkg-resources (40.8.0-1) ...
10:51:22 [2021-05-03T10:51:22.757Z] #43 60.93   DEP      criu/pie/util-vdso.d
10:51:22 [2021-05-03T10:51:22.873Z] #43 43.34   CC       compel/plugins/std/fds.o
10:51:22 [2021-05-03T10:51:22.874Z] #20 45.05 Selecting previously unselected package python3-setuptools.
10:51:22 [2021-05-03T10:51:22.874Z] #20 45.06 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
10:51:22 [2021-05-03T10:51:22.874Z] #20 45.06 Unpacking python3-setuptools (40.8.0-1) ...
10:51:22 [2021-05-03T10:51:22.874Z] #20 45.32 Selecting previously unselected package python3-wheel.
10:51:22 [2021-05-03T10:51:22.874Z] #20 45.32 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
10:51:22 [2021-05-03T10:51:22.874Z] #20 45.33 Unpacking python3-wheel (0.32.3-2) ...
10:51:23 [2021-05-03T10:51:23.014Z] #43 61.06   DEP      criu/pie/util.d
10:51:23 [2021-05-03T10:51:23.014Z] #43 61.22   CC       criu/pie/util.o
10:51:23 [2021-05-03T10:51:23.134Z] #43 43.85   CC       compel/plugins/std/log.o
10:51:23 [2021-05-03T10:51:23.135Z] #20 45.43 Selecting previously unselected package sudo.
10:51:23 [2021-05-03T10:51:23.135Z] #20 45.43 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ...
10:51:23 [2021-05-03T10:51:23.135Z] #20 45.44 Unpacking sudo (1.8.27-1+deb10u3) ...
10:51:23 [2021-05-03T10:51:23.272Z] #43 ...
10:51:23 [2021-05-03T10:51:23.272Z] 
10:51:23 [2021-05-03T10:51:23.272Z] #19 [dev-systemd-false  6/26] RUN ldconfig
10:51:23 [2021-05-03T10:51:23.272Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df
10:51:23 [2021-05-03T10:51:23.272Z] #19 DONE 1.3s
10:51:23 [2021-05-03T10:51:23.272Z] 
10:51:23 [2021-05-03T10:51:23.272Z] #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
10:51:23 [2021-05-03T10:51:23.272Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:51:23 [2021-05-03T10:51:23.272Z] #43 61.61   CC       criu/pie/util-vdso.o
10:51:23 [2021-05-03T10:51:23.708Z] #20 45.91 Selecting previously unselected package thin-provisioning-tools.
10:51:23 [2021-05-03T10:51:23.708Z] #20 45.92 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
10:51:23 [2021-05-03T10:51:23.708Z] #20 45.93 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
10:51:23 [2021-05-03T10:51:23.969Z] #20 46.17 Selecting previously unselected package uidmap.
10:51:23 [2021-05-03T10:51:23.969Z] #20 46.19 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ...
10:51:23 [2021-05-03T10:51:23.969Z] #20 46.19 Unpacking uidmap (1:4.5-1.1) ...
10:51:23 [2021-05-03T10:51:23.969Z] #20 46.31 Selecting previously unselected package vim-runtime.
10:51:23 [2021-05-03T10:51:23.969Z] #20 46.31 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
10:51:23 [2021-05-03T10:51:23.969Z] #20 46.35 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
10:51:23 [2021-05-03T10:51:23.969Z] #20 46.38 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
10:51:23 [2021-05-03T10:51:23.969Z] #20 46.38 Unpacking vim-runtime (2:8.1.0875-5) ...
10:51:24 [2021-05-03T10:51:24.201Z] #43 62.44   CC       criu/pie/util-vdso-elf32.o
10:51:24 [2021-05-03T10:51:24.512Z] #43 44.79   CC       compel/plugins/std/string.o
10:51:24 [2021-05-03T10:51:24.512Z] #43 ...
10:51:24 [2021-05-03T10:51:24.512Z] 
10:51:24 [2021-05-03T10:51:24.512Z] #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
10:51:24 [2021-05-03T10:51:24.512Z] #58 sha256:9a16da145a6c52873051c408b66e16c3627e26f03cb6572faddd8619d108111d
10:51:24 [2021-05-03T10:51:24.512Z] #58 113.5 + for f in rootlesskit rootlesskit-docker-proxy
10:51:24 [2021-05-03T10:51:24.512Z] #58 113.5 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
10:51:24 [2021-05-03T10:51:24.763Z] #43 63.06   AR       criu/pie/pie.lib.a
10:51:25 [2021-05-03T10:51:25.020Z] #43 63.15   DEP      criu/pie/restorer.d
10:51:25 [2021-05-03T10:51:25.020Z] #43 63.36   DEP      criu/arch/x86/sigaction_compat_pie.d
10:51:25 [2021-05-03T10:51:25.276Z] #43 63.50   DEP      criu/arch/x86/restorer_unmap.d
10:51:25 [2021-05-03T10:51:25.276Z] #43 63.53   DEP      criu/arch/x86/restorer.d
10:51:25 [2021-05-03T10:51:25.401Z] #51 ...
10:51:25 [2021-05-03T10:51:25.401Z] 
10:51:25 [2021-05-03T10:51:25.401Z] #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
10:51:25 [2021-05-03T10:51:25.401Z] #45 sha256:26d463812ae3beab4d7f1f93e06732e330a4d8d816feedf46b9897c7fedb194d
10:51:25 [2021-05-03T10:51:25.401Z] #45 62.02 log
10:51:25 [2021-05-03T10:51:25.401Z] #45 62.69 encoding/xml
10:51:25 [2021-05-03T10:51:25.401Z] #45 66.12 text/template
10:51:25 [2021-05-03T10:51:25.401Z] #45 67.11 go/parser
10:51:25 [2021-05-03T10:51:25.401Z] #45 72.05 crypto/rand
10:51:25 [2021-05-03T10:51:25.401Z] #45 ...
10:51:25 [2021-05-03T10:51:25.401Z] 
10:51:25 [2021-05-03T10:51:25.401Z] #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
10:51:25 [2021-05-03T10:51:25.401Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
10:51:25 [2021-05-03T10:51:25.401Z] #43 6.847   PBCC     images/timens.pb-c.c
10:51:25 [2021-05-03T10:51:25.401Z] #43 6.916   DEP      images/timens.pb-c.d
10:51:25 [2021-05-03T10:51:25.401Z] #43 7.022   PBCC     images/fown.pb-c.c
10:51:25 [2021-05-03T10:51:25.401Z] #43 7.060   PBCC     images/google/protobuf/descriptor.pb-c.c
10:51:25 [2021-05-03T10:51:25.401Z] #43 7.121   PBCC     images/opts.pb-c.c
10:51:25 [2021-05-03T10:51:25.401Z] #43 7.160   PBCC     images/memfd.pb-c.c
10:51:25 [2021-05-03T10:51:25.401Z] #43 7.196   DEP      images/fown.pb-c.d
10:51:25 [2021-05-03T10:51:25.401Z] #43 7.245   DEP      images/google/protobuf/descriptor.pb-c.d
10:51:25 [2021-05-03T10:51:25.401Z] #43 7.313   DEP      images/opts.pb-c.d
10:51:25 [2021-05-03T10:51:25.401Z] #43 7.420   DEP      images/memfd.pb-c.d
10:51:25 [2021-05-03T10:51:25.401Z] #43 7.497   PBCC     images/sit.pb-c.c
10:51:25 [2021-05-03T10:51:25.401Z] #43 7.536   DEP      images/sit.pb-c.d
10:51:25 [2021-05-03T10:51:25.401Z] #43 7.607   PBCC     images/macvlan.pb-c.c
10:51:25 [2021-05-03T10:51:25.401Z] #43 7.635   DEP      images/macvlan.pb-c.d
10:51:25 [2021-05-03T10:51:25.401Z] #43 7.729   PBCC     images/autofs.pb-c.c
10:51:25 [2021-05-03T10:51:25.401Z] #43 7.776   DEP      images/autofs.pb-c.d
10:51:25 [2021-05-03T10:51:25.401Z] #43 7.851   PBCC     images/sysctl.pb-c.c
10:51:25 [2021-05-03T10:51:25.401Z] #43 7.868   DEP      images/sysctl.pb-c.d
10:51:25 [2021-05-03T10:51:25.401Z] #43 7.934   PBCC     images/time.pb-c.c
10:51:25 [2021-05-03T10:51:25.401Z] #43 8.016   DEP      images/time.pb-c.d
10:51:25 [2021-05-03T10:51:25.401Z] #43 8.080   PBCC     images/binfmt-misc.pb-c.c
10:51:25 [2021-05-03T10:51:25.401Z] #43 8.104   DEP      images/binfmt-misc.pb-c.d
10:51:25 [2021-05-03T10:51:25.401Z] #43 8.176   PBCC     images/seccomp.pb-c.c
10:51:25 [2021-05-03T10:51:25.401Z] #43 8.216   DEP      images/seccomp.pb-c.d
10:51:25 [2021-05-03T10:51:25.401Z] #43 8.281   PBCC     images/userns.pb-c.c
10:51:25 [2021-05-03T10:51:25.401Z] #43 8.324   DEP      images/userns.pb-c.d
10:51:25 [2021-05-03T10:51:25.401Z] #43 8.376   PBCC     images/cgroup.pb-c.c
10:51:25 [2021-05-03T10:51:25.401Z] #43 8.407   DEP      images/cgroup.pb-c.d
10:51:25 [2021-05-03T10:51:25.401Z] #43 8.448   PBCC     images/ext-file.pb-c.c
10:51:25 [2021-05-03T10:51:25.401Z] #43 8.481   DEP      images/ext-file.pb-c.d
10:51:25 [2021-05-03T10:51:25.401Z] #43 8.580   PBCC     images/rpc.pb-c.c
10:51:25 [2021-05-03T10:51:25.401Z] #43 8.628   DEP      images/rpc.pb-c.d
10:51:25 [2021-05-03T10:51:25.401Z] #43 8.743   PBCC     images/siginfo.pb-c.c
10:51:25 [2021-05-03T10:51:25.401Z] #43 8.760   DEP      images/siginfo.pb-c.d
10:51:25 [2021-05-03T10:51:25.401Z] #43 8.886   PBCC     images/pagemap.pb-c.c
10:51:25 [2021-05-03T10:51:25.401Z] #43 8.960   DEP      images/pagemap.pb-c.d
10:51:25 [2021-05-03T10:51:25.401Z] #43 9.038   PBCC     images/rlimit.pb-c.c
10:51:25 [2021-05-03T10:51:25.401Z] #43 9.068   DEP      images/rlimit.pb-c.d
10:51:25 [2021-05-03T10:51:25.401Z] #43 9.104   PBCC     images/file-lock.pb-c.c
10:51:25 [2021-05-03T10:51:25.401Z] #43 9.116   DEP      images/file-lock.pb-c.d
10:51:25 [2021-05-03T10:51:25.401Z] #43 9.157   PBCC     images/tty.pb-c.c
10:51:25 [2021-05-03T10:51:25.401Z] #43 9.266   DEP      images/tty.pb-c.d
10:51:25 [2021-05-03T10:51:25.401Z] #43 9.379   PBCC     images/tun.pb-c.c
10:51:25 [2021-05-03T10:51:25.401Z] #43 ...
10:51:25 [2021-05-03T10:51:25.401Z] 
10:51:25 [2021-05-03T10:51:25.401Z] #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
10:51:25 [2021-05-03T10:51:25.401Z] #37 sha256:b4cd007d1da01d49c1e476a718fd6f5d487286fa2faa7e9fcb79b68f5b273cd0
10:51:25 [2021-05-03T10:51:25.401Z] #37 2.475 + RM_GOPATH=0
10:51:25 [2021-05-03T10:51:25.401Z] #37 2.475 + TMP_GOPATH=
10:51:25 [2021-05-03T10:51:25.401Z] #37 2.475 + : /build
10:51:25 [2021-05-03T10:51:25.401Z] #37 2.475 + '[' -z '' ']'
10:51:25 [2021-05-03T10:51:25.401Z] #37 2.475 ++ mktemp -d
10:51:25 [2021-05-03T10:51:25.401Z] #37 2.477 + export GOPATH=/tmp/tmp.qODyZ1eu6Q
10:51:25 [2021-05-03T10:51:25.401Z] #37 2.477 + GOPATH=/tmp/tmp.qODyZ1eu6Q
10:51:25 [2021-05-03T10:51:25.401Z] #37 2.477 + RM_GOPATH=1
10:51:25 [2021-05-03T10:51:25.401Z] #37 2.478 + case "$(go env GOARCH)" in
10:51:25 [2021-05-03T10:51:25.401Z] #37 2.483 ++ go env GOARCH
10:51:25 [2021-05-03T10:51:25.401Z] #37 2.515 + export GO_BUILDMODE=-buildmode=pie
10:51:25 [2021-05-03T10:51:25.401Z] #37 2.515 + GO_BUILDMODE=-buildmode=pie
10:51:25 [2021-05-03T10:51:25.401Z] #37 2.516 ++ dirname /tmp/install/install.sh
10:51:25 [2021-05-03T10:51:25.401Z] #37 2.524 + dir=/tmp/install
10:51:25 [2021-05-03T10:51:25.401Z] #37 2.524 + bin=tini
10:51:25 [2021-05-03T10:51:25.401Z] #37 2.524 + shift
10:51:25 [2021-05-03T10:51:25.401Z] #37 2.525 + '[' '!' -f /tmp/install/tini.installer ']'
10:51:25 [2021-05-03T10:51:25.401Z] #37 2.525 + . /tmp/install/tini.installer
10:51:25 [2021-05-03T10:51:25.401Z] #37 2.533 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
10:51:25 [2021-05-03T10:51:25.401Z] #37 2.535 + install_tini
10:51:25 [2021-05-03T10:51:25.401Z] #37 2.535 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
10:51:25 [2021-05-03T10:51:25.401Z] #37 2.536 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
10:51:25 [2021-05-03T10:51:25.401Z] #37 2.536 + git clone https://github.com/krallin/tini.git /tmp/tmp.qODyZ1eu6Q/tini
10:51:25 [2021-05-03T10:51:25.401Z] #37 2.549 Cloning into '/tmp/tmp.qODyZ1eu6Q/tini'...
10:51:25 [2021-05-03T10:51:25.401Z] #37 3.601 + cd /tmp/tmp.qODyZ1eu6Q/tini
10:51:25 [2021-05-03T10:51:25.401Z] #37 3.607 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
10:51:25 [2021-05-03T10:51:25.401Z] #37 3.625 + cmake .
10:51:25 [2021-05-03T10:51:25.401Z] #37 4.350 -- The C compiler identification is GNU 8.3.0
10:51:25 [2021-05-03T10:51:25.401Z] #37 4.398 -- Check for working C compiler: /usr/bin/cc
10:51:25 [2021-05-03T10:51:25.401Z] #37 5.143 -- Check for working C compiler: /usr/bin/cc -- works
10:51:25 [2021-05-03T10:51:25.401Z] #37 5.145 -- Detecting C compiler ABI info
10:51:25 [2021-05-03T10:51:25.401Z] #37 6.079 -- Detecting C compiler ABI info - done
10:51:25 [2021-05-03T10:51:25.401Z] #37 6.120 -- Detecting C compile features
10:51:25 [2021-05-03T10:51:25.401Z] #37 8.661 -- Detecting C compile features - done
10:51:25 [2021-05-03T10:51:25.401Z] #37 8.704 -- Performing Test HAS_BUILTIN_FORTIFY
10:51:25 [2021-05-03T10:51:25.401Z] #37 8.986 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
10:51:25 [2021-05-03T10:51:25.401Z] #37 9.100 -- Configuring done
10:51:25 [2021-05-03T10:51:25.401Z] #37 9.126 -- Generating done
10:51:25 [2021-05-03T10:51:25.401Z] #37 9.147 -- Build files have been written to: /tmp/tmp.qODyZ1eu6Q/tini
10:51:25 [2021-05-03T10:51:25.401Z] #37 9.153 + make tini-static
10:51:25 [2021-05-03T10:51:25.401Z] #37 9.703 Scanning dependencies of target tini-static
10:51:25 [2021-05-03T10:51:25.401Z] #37 9.774 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
10:51:25 [2021-05-03T10:51:25.450Z] #58 ...
10:51:25 [2021-05-03T10:51:25.450Z] 
10:51:25 [2021-05-03T10:51:25.450Z] #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
10:51:25 [2021-05-03T10:51:25.450Z] #45 sha256:420f325532c1ee2984a12f05e3c7f055e58b2ada76e1c2d087abdaee6c492b96
10:51:25 [2021-05-03T10:51:25.450Z] #45 104.4 vendor/golang.org/x/net/http2/hpack
10:51:25 [2021-05-03T10:51:25.450Z] #45 105.5 mime
10:51:25 [2021-05-03T10:51:25.450Z] #45 107.3 mime/quotedprintable
10:51:25 [2021-05-03T10:51:25.450Z] #45 107.6 net/http/internal
10:51:25 [2021-05-03T10:51:25.450Z] #45 111.0 net/textproto
10:51:25 [2021-05-03T10:51:25.450Z] #45 111.0 crypto/x509
10:51:25 [2021-05-03T10:51:25.450Z] #45 112.4 vendor/golang.org/x/net/http/httpguts
10:51:25 [2021-05-03T10:51:25.450Z] #45 112.7 vendor/golang.org/x/net/http/httpproxy
10:51:25 [2021-05-03T10:51:25.450Z] #45 113.2 mime/multipart
10:51:25 [2021-05-03T10:51:25.450Z] #45 ...
10:51:25 [2021-05-03T10:51:25.450Z] 
10:51:25 [2021-05-03T10:51:25.450Z] #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
10:51:25 [2021-05-03T10:51:25.450Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:51:25 [2021-05-03T10:51:25.450Z] #43 45.32   CC       compel/plugins/std/infect.o
10:51:25 [2021-05-03T10:51:25.450Z] #43 45.76   CC       compel/arch/x86/plugins/std/parasite-head.o
10:51:25 [2021-05-03T10:51:25.450Z] #43 45.83   CC       compel/arch/x86/plugins/std/memcpy.o
10:51:25 [2021-05-03T10:51:25.450Z] #43 45.90   CC       compel/arch/x86/plugins/std/syscalls-64.o
10:51:25 [2021-05-03T10:51:25.450Z] #43 46.00   AR       compel/plugins/std.lib.a
10:51:25 [2021-05-03T10:51:25.533Z] #43 63.73   DEP      criu/arch/x86/vdso-pie.d
10:51:25 [2021-05-03T10:51:25.607Z] #13 ...
10:51:25 [2021-05-03T10:51:25.607Z] 
10:51:25 [2021-05-03T10:51:25.607Z] #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
10:51:25 [2021-05-03T10:51:25.607Z] #45 sha256:5be091d371b3ee9e5fdfa7afb55a5178f0911cf54926b027e86550f7bde27bc6
10:51:25 [2021-05-03T10:51:25.607Z] #45 102.4 github.com/LK4D4/vndr/build
10:51:25 [2021-05-03T10:51:25.607Z] #45 102.7 github.com/LK4D4/vndr/versioned
10:51:25 [2021-05-03T10:51:25.607Z] #45 102.8 compress/flate
10:51:25 [2021-05-03T10:51:25.607Z] #45 105.4 hash/crc32
10:51:25 [2021-05-03T10:51:25.607Z] #45 106.0 compress/gzip
10:51:25 [2021-05-03T10:51:25.607Z] #45 106.1 net
10:51:25 [2021-05-03T10:51:25.607Z] #45 106.7 vendor/golang.org/x/crypto/chacha20poly1305
10:51:25 [2021-05-03T10:51:25.607Z] #45 108.0 vendor/golang.org/x/text/transform
10:51:25 [2021-05-03T10:51:25.607Z] #45 108.7 vendor/golang.org/x/text/unicode/bidi
10:51:25 [2021-05-03T10:51:25.607Z] #45 110.2 vendor/golang.org/x/text/secure/bidirule
10:51:25 [2021-05-03T10:51:25.607Z] #45 110.4 vendor/golang.org/x/text/unicode/norm
10:51:25 [2021-05-03T10:51:25.607Z] #45 ...
10:51:25 [2021-05-03T10:51:25.607Z] 
10:51:25 [2021-05-03T10:51:25.607Z] #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
10:51:25 [2021-05-03T10:51:25.607Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:51:25 [2021-05-03T10:51:25.607Z] #43 31.09   CC       images/file-lock.o
10:51:25 [2021-05-03T10:51:25.607Z] #43 31.32   CC       images/rlimit.o
10:51:25 [2021-05-03T10:51:25.607Z] #43 31.55   CC       images/pagemap.o
10:51:25 [2021-05-03T10:51:25.607Z] #43 31.81   CC       images/siginfo.o
10:51:25 [2021-05-03T10:51:25.607Z] #43 32.02   CC       images/rpc.o
10:51:25 [2021-05-03T10:51:25.607Z] #43 33.22   CC       images/ext-file.o
10:51:25 [2021-05-03T10:51:25.607Z] #43 33.44   CC       images/cgroup.o
10:51:25 [2021-05-03T10:51:25.607Z] #43 34.01   CC       images/userns.o
10:51:25 [2021-05-03T10:51:25.607Z] #43 34.35   CC       images/google/protobuf/descriptor.o
10:51:25 [2021-05-03T10:51:25.664Z] #37 ...
10:51:25 [2021-05-03T10:51:25.664Z] 
10:51:25 [2021-05-03T10:51:25.664Z] #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
10:51:25 [2021-05-03T10:51:25.664Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
10:51:25 [2021-05-03T10:51:25.664Z] #43 9.448   PBCC     images/netdev.pb-c.c
10:51:25 [2021-05-03T10:51:25.664Z] #43 9.548   DEP      images/tun.pb-c.d
10:51:25 [2021-05-03T10:51:25.664Z] #43 9.613   DEP      images/netdev.pb-c.d
10:51:25 [2021-05-03T10:51:25.709Z] #43 46.06   CC       compel/plugins/fds/fds.o
10:51:25 [2021-05-03T10:51:25.789Z] #43 63.85   DEP      criu/pie/parasite-vdso.d
10:51:25 [2021-05-03T10:51:25.789Z] #43 63.98   DEP      criu/pie/parasite.d
10:51:25 [2021-05-03T10:51:25.926Z] #43 9.718   PBCC     images/vma.pb-c.c
10:51:25 [2021-05-03T10:51:25.926Z] #43 9.794   DEP      images/vma.pb-c.d
10:51:25 [2021-05-03T10:51:25.926Z] #43 9.885   PBCC     images/creds.pb-c.c
10:51:25 [2021-05-03T10:51:25.926Z] #43 9.906   DEP      images/creds.pb-c.d
10:51:25 [2021-05-03T10:51:25.969Z] #43 46.39   AR       compel/plugins/fds.lib.a
10:51:25 [2021-05-03T10:51:25.969Z] #43 46.46   HOSTDEP  compel/src/lib/log-host.d
10:51:25 [2021-05-03T10:51:25.969Z] #43 46.55   HOSTDEP  compel/src/lib/handle-elf-host.d
10:51:26 [2021-05-03T10:51:26.045Z] #43 64.30   CC       criu/pie/parasite.o
10:51:26 [2021-05-03T10:51:26.189Z] #43 9.992   PBCC     images/utsns.pb-c.c
10:51:26 [2021-05-03T10:51:26.189Z] #43 10.02   DEP      images/utsns.pb-c.d
10:51:26 [2021-05-03T10:51:26.189Z] #43 10.07   PBCC     images/ipc-desc.pb-c.c
10:51:26 [2021-05-03T10:51:26.189Z] #43 10.10   PBCC     images/ipc-sem.pb-c.c
10:51:26 [2021-05-03T10:51:26.189Z] #43 10.13   DEP      images/ipc-desc.pb-c.d
10:51:26 [2021-05-03T10:51:26.229Z] #43 46.68   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
10:51:26 [2021-05-03T10:51:26.229Z] #43 46.74   HOSTDEP  compel/src/main-host.d
10:51:26 [2021-05-03T10:51:26.229Z] #43 46.85   DEP      compel/src/lib/ptrace.d
10:51:26 [2021-05-03T10:51:26.452Z] #43 10.21   DEP      images/ipc-sem.pb-c.d
10:51:26 [2021-05-03T10:51:26.452Z] #43 10.28   PBCC     images/ipc-msg.pb-c.c
10:51:26 [2021-05-03T10:51:26.452Z] #43 10.32   DEP      images/ipc-msg.pb-c.d
10:51:26 [2021-05-03T10:51:26.452Z] #43 10.38   PBCC     images/ipc-shm.pb-c.c
10:51:26 [2021-05-03T10:51:26.488Z] #43 47.01   DEP      compel/src/lib/infect.d
10:51:26 [2021-05-03T10:51:26.742Z] #43 10.39   DEP      images/ipc-shm.pb-c.d
10:51:26 [2021-05-03T10:51:26.742Z] #43 10.47   PBCC     images/ipc-var.pb-c.c
10:51:26 [2021-05-03T10:51:26.742Z] #43 10.51   DEP      images/ipc-var.pb-c.d
10:51:26 [2021-05-03T10:51:26.742Z] #43 10.61   PBCC     images/sk-opts.pb-c.c
10:51:26 [2021-05-03T10:51:26.742Z] #43 10.63   PBCC     images/packet-sock.pb-c.c
10:51:26 [2021-05-03T10:51:26.742Z] #43 10.70   DEP      images/sk-opts.pb-c.d
10:51:26 [2021-05-03T10:51:26.742Z] #43 10.74   DEP      images/packet-sock.pb-c.d
10:51:26 [2021-05-03T10:51:26.748Z] #43 47.21   DEP      compel/src/lib/infect-util.d
10:51:26 [2021-05-03T10:51:26.748Z] #43 47.33   DEP      compel/src/lib/infect-rpc.d
10:51:27 [2021-05-03T10:51:27.004Z] #43 10.80   PBCC     images/sk-netlink.pb-c.c
10:51:27 [2021-05-03T10:51:27.004Z] #43 10.82   DEP      images/sk-netlink.pb-c.d
10:51:27 [2021-05-03T10:51:27.004Z] #43 10.87   PBCC     images/sk-inet.pb-c.c
10:51:27 [2021-05-03T10:51:27.004Z] #43 10.93   DEP      images/sk-inet.pb-c.d
10:51:27 [2021-05-03T10:51:27.004Z] #43 10.97   PBCC     images/sk-unix.pb-c.c
10:51:27 [2021-05-03T10:51:27.008Z] #43 47.48   DEP      compel/arch/x86/src/lib/infect.d
10:51:27 [2021-05-03T10:51:27.008Z] #43 47.61   DEP      compel/arch/x86/src/lib/cpu.d
10:51:27 [2021-05-03T10:51:27.267Z] #43 11.00   DEP      images/sk-unix.pb-c.d
10:51:27 [2021-05-03T10:51:27.267Z] #43 11.07   PBCC     images/mm.pb-c.c
10:51:27 [2021-05-03T10:51:27.267Z] #43 11.11   DEP      images/mm.pb-c.d
10:51:27 [2021-05-03T10:51:27.267Z] #43 11.16   PBCC     images/timerfd.pb-c.c
10:51:27 [2021-05-03T10:51:27.267Z] #43 11.20   DEP      images/timerfd.pb-c.d
10:51:27 [2021-05-03T10:51:27.267Z] #43 11.23   PBCC     images/timer.pb-c.c
10:51:27 [2021-05-03T10:51:27.267Z] #43 47.69   DEP      compel/src/lib/log.d
10:51:27 [2021-05-03T10:51:27.267Z] #43 47.83   DEP      compel/src/main.d
10:51:27 [2021-05-03T10:51:27.272Z] #20 ...
10:51:27 [2021-05-03T10:51:27.272Z] 
10:51:27 [2021-05-03T10:51:27.272Z] #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
10:51:27 [2021-05-03T10:51:27.272Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:51:27 [2021-05-03T10:51:27.272Z] #43 100.1   CC       criu/cr-errno.o
10:51:27 [2021-05-03T10:51:27.272Z] #43 100.1   CC       criu/cr-restore.o
10:51:27 [2021-05-03T10:51:27.272Z] #43 104.4   CC       criu/cr-service.o
10:51:27 [2021-05-03T10:51:27.272Z] #43 106.1   CC       criu/crtools.o
10:51:27 [2021-05-03T10:51:27.272Z] #43 106.7   CC       criu/eventfd.o
10:51:27 [2021-05-03T10:51:27.272Z] #43 107.0   CC       criu/eventpoll.o
10:51:27 [2021-05-03T10:51:27.272Z] #43 108.0   CC       criu/external.o
10:51:27 [2021-05-03T10:51:27.272Z] #43 108.4   CC       criu/fault-injection.o
10:51:27 [2021-05-03T10:51:27.272Z] #43 108.5   CC       criu/fdstore.o
10:51:27 [2021-05-03T10:51:27.272Z] #43 108.8   CC       criu/fifo.o
10:51:27 [2021-05-03T10:51:27.272Z] #43 109.3   CC       criu/file-ids.o
10:51:27 [2021-05-03T10:51:27.272Z] #43 109.7   CC       criu/file-lock.o
10:51:27 [2021-05-03T10:51:27.272Z] #43 ...
10:51:27 [2021-05-03T10:51:27.272Z] 
10:51:27 [2021-05-03T10:51:27.272Z] #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
10:51:27 [2021-05-03T10:51:27.272Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
10:51:27 [2021-05-03T10:51:27.272Z] #20 49.49 Selecting previously unselected package vim.
10:51:27 [2021-05-03T10:51:27.272Z] #20 49.50 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ...
10:51:27 [2021-05-03T10:51:27.272Z] #20 49.52 Unpacking vim (2:8.1.0875-5) ...
10:51:27 [2021-05-03T10:51:27.514Z] #43 35.83   CC       images/opts.o
10:51:27 [2021-05-03T10:51:27.514Z] #43 36.11   CC       images/seccomp.o
10:51:27 [2021-05-03T10:51:27.527Z] #43 47.97   DEP      compel/src/lib/handle-elf.d
10:51:27 [2021-05-03T10:51:27.527Z] #43 48.05   DEP      compel/arch/x86/src/lib/handle-elf.d
10:51:27 [2021-05-03T10:51:27.527Z] #43 48.17   CC       compel/src/lib/log.o
10:51:27 [2021-05-03T10:51:27.530Z] #43 11.24   DEP      images/timer.pb-c.d
10:51:27 [2021-05-03T10:51:27.530Z] #43 11.27   PBCC     images/sa.pb-c.c
10:51:27 [2021-05-03T10:51:27.530Z] #43 11.29   DEP      images/sa.pb-c.d
10:51:27 [2021-05-03T10:51:27.530Z] #43 11.32   PBCC     images/pipe-data.pb-c.c
10:51:27 [2021-05-03T10:51:27.530Z] #43 11.33   DEP      images/pipe-data.pb-c.d
10:51:27 [2021-05-03T10:51:27.530Z] #43 11.37   PBCC     images/mnt.pb-c.c
10:51:27 [2021-05-03T10:51:27.530Z] #43 11.40   DEP      images/mnt.pb-c.d
10:51:27 [2021-05-03T10:51:27.774Z] #43 36.43   CC       images/binfmt-misc.o
10:51:27 [2021-05-03T10:51:27.774Z] #43 36.68   CC       images/time.o
10:51:27 [2021-05-03T10:51:27.793Z] #43 11.51   PBCC     images/sk-packet.pb-c.c
10:51:27 [2021-05-03T10:51:27.793Z] #43 11.54   DEP      images/sk-packet.pb-c.d
10:51:27 [2021-05-03T10:51:27.793Z] #43 11.60   PBCC     images/tcp-stream.pb-c.c
10:51:27 [2021-05-03T10:51:27.793Z] #43 11.66   DEP      images/tcp-stream.pb-c.d
10:51:27 [2021-05-03T10:51:27.793Z] #43 11.72   PBCC     images/pipe.pb-c.c
10:51:27 [2021-05-03T10:51:27.844Z] #20 50.08 Selecting previously unselected package xfsprogs.
10:51:27 [2021-05-03T10:51:27.844Z] #20 50.08 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ...
10:51:27 [2021-05-03T10:51:27.844Z] #20 50.09 Unpacking xfsprogs (4.20.0-1) ...
10:51:27 [2021-05-03T10:51:27.937Z] #43 65.79   LINK     criu/pie/parasite.built-in.o
10:51:27 [2021-05-03T10:51:27.937Z] #43 65.80   GEN      criu/pie/parasite-blob.h
10:51:27 [2021-05-03T10:51:27.937Z] #43 65.81   CC       criu/pie/parasite-vdso.o
10:51:28 [2021-05-03T10:51:28.034Z] #43 36.88   CC       images/sysctl.o
10:51:28 [2021-05-03T10:51:28.056Z] #43 11.80   DEP      images/pipe.pb-c.d
10:51:28 [2021-05-03T10:51:28.056Z] #43 11.85   PBCC     images/pstree.pb-c.c
10:51:28 [2021-05-03T10:51:28.056Z] #43 11.87   DEP      images/pstree.pb-c.d
10:51:28 [2021-05-03T10:51:28.056Z] #43 11.90   PBCC     images/fs.pb-c.c
10:51:28 [2021-05-03T10:51:28.056Z] #43 11.91   DEP      images/fs.pb-c.d
10:51:28 [2021-05-03T10:51:28.056Z] #43 11.95   PBCC     images/signalfd.pb-c.c
10:51:28 [2021-05-03T10:51:28.056Z] #43 11.99   DEP      images/signalfd.pb-c.d
10:51:28 [2021-05-03T10:51:28.096Z] #43 48.47   CC       compel/arch/x86/src/lib/cpu.o
10:51:28 [2021-05-03T10:51:28.105Z] #20 50.55 Selecting previously unselected package zip.
10:51:28 [2021-05-03T10:51:28.193Z] #43 66.44   CC       criu/arch/x86/vdso-pie.o
10:51:28 [2021-05-03T10:51:28.294Z] #43 37.05   CC       images/autofs.o
10:51:28 [2021-05-03T10:51:28.319Z] #43 12.03   PBCC     images/fh.pb-c.c
10:51:28 [2021-05-03T10:51:28.319Z] #43 12.09   PBCC     images/fsnotify.pb-c.c
10:51:28 [2021-05-03T10:51:28.319Z] #43 12.14   DEP      images/fh.pb-c.d
10:51:28 [2021-05-03T10:51:28.319Z] #43 12.22   DEP      images/fsnotify.pb-c.d
10:51:28 [2021-05-03T10:51:28.319Z] #43 12.30   PBCC     images/eventpoll.pb-c.c
10:51:28 [2021-05-03T10:51:28.319Z] #43 12.33   DEP      images/eventpoll.pb-c.d
10:51:28 [2021-05-03T10:51:28.366Z] #20 50.57 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ...
10:51:28 [2021-05-03T10:51:28.366Z] #20 50.58 Unpacking zip (3.0-11+b1) ...
10:51:28 [2021-05-03T10:51:28.366Z] #20 50.72 Setting up aufs-tools (1:4.14+20190211-1) ...
10:51:28 [2021-05-03T10:51:28.366Z] #20 50.74 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
10:51:28 [2021-05-03T10:51:28.366Z] #20 50.75 Setting up libip6tc0:amd64 (1.8.2-4) ...
10:51:28 [2021-05-03T10:51:28.366Z] #20 50.76 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
10:51:28 [2021-05-03T10:51:28.366Z] #20 50.78 Setting up libgpm2:amd64 (1.20.7-5) ...
10:51:28 [2021-05-03T10:51:28.366Z] #20 50.79 Setting up libip4tc0:amd64 (1.8.2-4) ...
10:51:28 [2021-05-03T10:51:28.366Z] #20 50.80 Setting up uidmap (1:4.5-1.1) ...
10:51:28 [2021-05-03T10:51:28.366Z] #20 50.81 Setting up libnftnl11:amd64 (1.1.2-2) ...
10:51:28 [2021-05-03T10:51:28.366Z] #20 50.82 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
10:51:28 [2021-05-03T10:51:28.366Z] #20 50.83 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
10:51:28 [2021-05-03T10:51:28.450Z] #43 66.76   CC       criu/arch/x86/restorer.o
10:51:28 [2021-05-03T10:51:28.553Z] #43 37.27   CC       images/macvlan.o
10:51:28 [2021-05-03T10:51:28.581Z] #43 12.40   PBCC     images/eventfd.pb-c.c
10:51:28 [2021-05-03T10:51:28.581Z] #43 12.44   DEP      images/eventfd.pb-c.d
10:51:28 [2021-05-03T10:51:28.581Z] #43 12.55   PBCC     images/remap-file-path.pb-c.c
10:51:28 [2021-05-03T10:51:28.627Z] #20 50.85 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
10:51:28 [2021-05-03T10:51:28.627Z] #20 50.86 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
10:51:28 [2021-05-03T10:51:28.627Z] #20 50.87 Setting up xxd (2:8.1.0875-5) ...
10:51:28 [2021-05-03T10:51:28.627Z] #20 50.88 Setting up zip (3.0-11+b1) ...
10:51:28 [2021-05-03T10:51:28.627Z] #20 50.89 Setting up vim-common (2:8.1.0875-5) ...
10:51:28 [2021-05-03T10:51:28.627Z] #20 50.93 Setting up bash-completion (1:2.8-6) ...
10:51:28 [2021-05-03T10:51:28.665Z] #43 49.21   CC       compel/arch/x86/src/lib/infect.o
10:51:28 [2021-05-03T10:51:28.706Z] #43 ...
10:51:28 [2021-05-03T10:51:28.706Z] 
10:51:28 [2021-05-03T10:51:28.706Z] #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
10:51:28 [2021-05-03T10:51:28.706Z] #45 sha256:7504d5111897f112af75a3b79cd6ee75bf518a7f9789364eccf3f9226afd32f2
10:51:28 [2021-05-03T10:51:28.706Z] #45 151.3 github.com/LK4D4/vndr/godl
10:51:28 [2021-05-03T10:51:28.813Z] #43 37.45   CC       images/sit.o
10:51:28 [2021-05-03T10:51:28.813Z] #43 37.68   CC       images/memfd.o
10:51:28 [2021-05-03T10:51:28.844Z] #43 12.58   DEP      images/remap-file-path.pb-c.d
10:51:28 [2021-05-03T10:51:28.844Z] #43 12.63   PBCC     images/fifo.pb-c.c
10:51:28 [2021-05-03T10:51:28.844Z] #43 12.65   DEP      images/fifo.pb-c.d
10:51:28 [2021-05-03T10:51:28.844Z] #43 12.70   PBCC     images/ghost-file.pb-c.c
10:51:28 [2021-05-03T10:51:28.844Z] #43 12.74   DEP      images/ghost-file.pb-c.d
10:51:28 [2021-05-03T10:51:28.844Z] #43 12.79   PBCC     images/regfile.pb-c.c
10:51:29 [2021-05-03T10:51:29.073Z] #43 37.91   CC       images/timens.o
10:51:29 [2021-05-03T10:51:29.107Z] #43 12.84   DEP      images/regfile.pb-c.d
10:51:29 [2021-05-03T10:51:29.107Z] #43 12.93   PBCC     images/ns.pb-c.c
10:51:29 [2021-05-03T10:51:29.107Z] #43 12.96   DEP      images/ns.pb-c.d
10:51:29 [2021-05-03T10:51:29.107Z] #43 12.99   PBCC     images/fdinfo.pb-c.c
10:51:29 [2021-05-03T10:51:29.370Z] #43 13.15   DEP      images/fdinfo.pb-c.d
10:51:29 [2021-05-03T10:51:29.370Z] #43 13.23   PBCC     images/core-aarch64.pb-c.c
10:51:29 [2021-05-03T10:51:29.370Z] #43 13.32   PBCC     images/core-arm.pb-c.c
10:51:29 [2021-05-03T10:51:29.604Z] #43 49.98   CC       compel/src/lib/infect-rpc.o
10:51:29 [2021-05-03T10:51:29.605Z] #43 50.26   CC       compel/src/lib/infect-util.o
10:51:29 [2021-05-03T10:51:29.633Z] #43 13.39   PBCC     images/core-ppc64.pb-c.c
10:51:29 [2021-05-03T10:51:29.633Z] #43 13.41   PBCC     images/core-s390.pb-c.c
10:51:29 [2021-05-03T10:51:29.633Z] #43 13.52   PBCC     images/core-x86.pb-c.c
10:51:29 [2021-05-03T10:51:29.633Z] #43 13.58   PBCC     images/core.pb-c.c
10:51:29 [2021-05-03T10:51:29.633Z] #43 13.64   PBCC     images/inventory.pb-c.c
10:51:29 [2021-05-03T10:51:29.635Z] #45 152.1 github.com/LK4D4/vndr
10:51:29 [2021-05-03T10:51:29.642Z] #43 38.22   LINK     images/built-in.o
10:51:29 [2021-05-03T10:51:29.642Z] #43 38.38   GEN      compel/include/asm
10:51:29 [2021-05-03T10:51:29.642Z] #43 38.40   GEN      compel/include/version.h
10:51:29 [2021-05-03T10:51:29.642Z] #43 38.42 touch .config
10:51:29 [2021-05-03T10:51:29.642Z] #43 38.47   GEN      include/common/config.h
10:51:29 [2021-05-03T10:51:29.864Z] #43 50.49   CC       compel/src/lib/infect.o
10:51:29 [2021-05-03T10:51:29.897Z] #43 13.70   DEP      images/core-aarch64.pb-c.d
10:51:29 [2021-05-03T10:51:29.897Z] #43 13.76   DEP      images/core-arm.pb-c.d
10:51:29 [2021-05-03T10:51:29.897Z] #43 13.88   DEP      images/core-ppc64.pb-c.d
10:51:29 [2021-05-03T10:51:29.902Z] #43 38.57   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
10:51:29 [2021-05-03T10:51:29.902Z] #43 38.59   GEN      compel/plugins/include/uapi/std/syscall-64.h
10:51:29 [2021-05-03T10:51:29.902Z] #43 38.61   GEN      compel/arch/x86/plugins/std/syscalls-64.S
10:51:29 [2021-05-03T10:51:29.902Z] #43 38.63   DEP      compel/arch/x86/plugins/std/syscalls-64.d
10:51:29 [2021-05-03T10:51:29.902Z] #43 38.67   DEP      compel/arch/x86/plugins/std/memcpy.d
10:51:29 [2021-05-03T10:51:29.902Z] #43 38.68   DEP      compel/arch/x86/plugins/std/parasite-head.d
10:51:29 [2021-05-03T10:51:29.902Z] #43 38.70   GEN      compel/plugins/include/uapi/std/syscall.h
10:51:29 [2021-05-03T10:51:29.902Z] #43 38.74   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
10:51:29 [2021-05-03T10:51:29.902Z] #43 38.75   GEN      compel/plugins/include/uapi/std/syscall-codes.h
10:51:29 [2021-05-03T10:51:29.902Z] #43 38.77   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
10:51:30 [2021-05-03T10:51:30.160Z] #43 13.95   DEP      images/core-s390.pb-c.d
10:51:30 [2021-05-03T10:51:30.160Z] #43 14.03   DEP      images/core-x86.pb-c.d
10:51:30 [2021-05-03T10:51:30.160Z] #43 14.13   DEP      images/core.pb-c.d
10:51:30 [2021-05-03T10:51:30.160Z] #43 14.17   DEP      images/inventory.pb-c.d
10:51:30 [2021-05-03T10:51:30.161Z] #43 38.79   DEP      compel/plugins/std/infect.d
10:51:30 [2021-05-03T10:51:30.161Z] #43 38.96   DEP      compel/plugins/std/string.d
10:51:30 [2021-05-03T10:51:30.161Z] #43 39.05   DEP      compel/plugins/std/log.d
10:51:30 [2021-05-03T10:51:30.421Z] #43 39.17   DEP      compel/plugins/std/fds.d
10:51:30 [2021-05-03T10:51:30.421Z] #43 39.24   DEP      compel/plugins/std/std.d
10:51:30 [2021-05-03T10:51:30.424Z] #43 14.28   PBCC     images/cpuinfo.pb-c.c
10:51:30 [2021-05-03T10:51:30.424Z] #43 ...
10:51:30 [2021-05-03T10:51:30.424Z] 
10:51:30 [2021-05-03T10:51:30.424Z] #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
10:51:30 [2021-05-03T10:51:30.424Z] #51 sha256:e1d67f2413b11f5d2310673052745299db75963402f39e16f7a2395d04781d01
10:51:30 [2021-05-03T10:51:30.424Z] #51 DONE 77.7s
10:51:30 [2021-05-03T10:51:30.424Z] 
10:51:30 [2021-05-03T10:51:30.424Z] #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
10:51:30 [2021-05-03T10:51:30.424Z] #37 sha256:b4cd007d1da01d49c1e476a718fd6f5d487286fa2faa7e9fcb79b68f5b273cd0
10:51:30 [2021-05-03T10:51:30.424Z] #37 11.20 [100%] Linking C executable tini-static
10:51:30 [2021-05-03T10:51:30.424Z] #37 12.00 [100%] Built target tini-static
10:51:30 [2021-05-03T10:51:30.424Z] #37 12.07 + mkdir -p /build
10:51:30 [2021-05-03T10:51:30.424Z] #37 12.07 + cp tini-static /build/docker-init
10:51:30 [2021-05-03T10:51:30.424Z] #37 DONE 15.1s
10:51:30 [2021-05-03T10:51:30.424Z] 
10:51:30 [2021-05-03T10:51:30.424Z] #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
10:51:30 [2021-05-03T10:51:30.424Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
10:51:30 [2021-05-03T10:51:30.424Z] #43 14.32   DEP      images/cpuinfo.pb-c.d
10:51:30 [2021-05-03T10:51:30.424Z] #43 14.43   PBCC     images/stats.pb-c.c
10:51:30 [2021-05-03T10:51:30.680Z] #43 39.41   DEP      compel/plugins/shmem/shmem.d
10:51:30 [2021-05-03T10:51:30.680Z] #43 39.48   DEP      compel/plugins/fds/fds.d
10:51:30 [2021-05-03T10:51:30.680Z] #43 39.60   CC       compel/plugins/std/std.o
10:51:30 [2021-05-03T10:51:30.686Z] #43 14.43   DEP      images/stats.pb-c.d
10:51:30 [2021-05-03T10:51:30.804Z] #43 ...
10:51:30 [2021-05-03T10:51:30.804Z] 
10:51:30 [2021-05-03T10:51:30.804Z] #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
10:51:30 [2021-05-03T10:51:30.804Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:51:30 [2021-05-03T10:51:30.804Z] #13 111.6 Selecting previously unselected package libapparmor1:amd64.
10:51:30 [2021-05-03T10:51:30.804Z] #13 111.6 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
10:51:30 [2021-05-03T10:51:30.804Z] #13 111.6 Unpacking libapparmor1:amd64 (2.13.2-10) ...
10:51:30 [2021-05-03T10:51:30.804Z] #13 111.7 Selecting previously unselected package libapparmor-dev:amd64.
10:51:30 [2021-05-03T10:51:30.804Z] #13 111.7 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
10:51:30 [2021-05-03T10:51:30.804Z] #13 111.7 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
10:51:30 [2021-05-03T10:51:30.804Z] #13 111.9 Selecting previously unselected package libbtrfs0.
10:51:30 [2021-05-03T10:51:30.804Z] #13 111.9 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
10:51:30 [2021-05-03T10:51:30.804Z] #13 111.9 Unpacking libbtrfs0 (4.20.1-2) ...
10:51:30 [2021-05-03T10:51:30.804Z] #13 112.0 Selecting previously unselected package libbtrfs-dev.
10:51:30 [2021-05-03T10:51:30.804Z] #13 112.0 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
10:51:30 [2021-05-03T10:51:30.804Z] #13 112.0 Unpacking libbtrfs-dev (4.20.1-2) ...
10:51:30 [2021-05-03T10:51:30.804Z] #13 112.1 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
10:51:30 [2021-05-03T10:51:30.804Z] #13 112.2 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
10:51:30 [2021-05-03T10:51:30.804Z] #13 112.2 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
10:51:30 [2021-05-03T10:51:30.804Z] #13 112.3 Selecting previously unselected package libudev-dev:amd64.
10:51:30 [2021-05-03T10:51:30.804Z] #13 112.3 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ...
10:51:30 [2021-05-03T10:51:30.804Z] #13 112.3 Unpacking libudev-dev:amd64 (241-7~deb10u7) ...
10:51:30 [2021-05-03T10:51:30.804Z] #13 112.5 Selecting previously unselected package libsepol1-dev:amd64.
10:51:30 [2021-05-03T10:51:30.804Z] #13 112.5 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
10:51:30 [2021-05-03T10:51:30.804Z] #13 112.5 Unpacking libsepol1-dev:amd64 (2.8-1) ...
10:51:30 [2021-05-03T10:51:30.804Z] #13 112.9 Selecting previously unselected package libpcre16-3:amd64.
10:51:30 [2021-05-03T10:51:30.804Z] #13 112.9 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
10:51:30 [2021-05-03T10:51:30.804Z] #13 112.9 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
10:51:30 [2021-05-03T10:51:30.804Z] #13 113.1 Selecting previously unselected package libpcre32-3:amd64.
10:51:30 [2021-05-03T10:51:30.804Z] #13 113.1 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
10:51:30 [2021-05-03T10:51:30.804Z] #13 113.1 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
10:51:30 [2021-05-03T10:51:30.804Z] #13 113.4 Selecting previously unselected package libpcrecpp0v5:amd64.
10:51:30 [2021-05-03T10:51:30.804Z] #13 113.4 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
10:51:30 [2021-05-03T10:51:30.804Z] #13 113.4 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
10:51:30 [2021-05-03T10:51:30.940Z] #43 39.86   CC       compel/plugins/std/fds.o
10:51:30 [2021-05-03T10:51:30.949Z] #43 ...
10:51:30 [2021-05-03T10:51:30.949Z] 
10:51:30 [2021-05-03T10:51:30.949Z] #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
10:51:30 [2021-05-03T10:51:30.949Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
10:51:30 [2021-05-03T10:51:30.949Z] #13 65.79 Selecting previously unselected package gcc-mingw-w64-base.
10:51:30 [2021-05-03T10:51:30.949Z] #13 65.79 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_arm64.deb ...
10:51:30 [2021-05-03T10:51:30.949Z] #13 65.81 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
10:51:30 [2021-05-03T10:51:30.949Z] #13 65.92 Selecting previously unselected package gcc-mingw-w64-x86-64.
10:51:30 [2021-05-03T10:51:30.949Z] #13 65.92 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ...
10:51:30 [2021-05-03T10:51:30.949Z] #13 65.94 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
10:51:30 [2021-05-03T10:51:30.949Z] #13 ...
10:51:30 [2021-05-03T10:51:30.949Z] 
10:51:30 [2021-05-03T10:51:30.949Z] #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
10:51:30 [2021-05-03T10:51:30.949Z] #45 sha256:26d463812ae3beab4d7f1f93e06732e330a4d8d816feedf46b9897c7fedb194d
10:51:30 [2021-05-03T10:51:30.949Z] #45 72.30 crypto/elliptic
10:51:30 [2021-05-03T10:51:30.949Z] #45 73.03 go/doc
10:51:30 [2021-05-03T10:51:30.949Z] #45 73.64 encoding/asn1
10:51:30 [2021-05-03T10:51:30.949Z] #45 75.66 crypto/rsa
10:51:30 [2021-05-03T10:51:30.949Z] #45 76.96 github.com/LK4D4/vndr/build
10:51:30 [2021-05-03T10:51:30.949Z] #45 77.62 crypto/ecdsa
10:51:30 [2021-05-03T10:51:30.949Z] #45 78.01 crypto/x509/pkix
10:51:31 [2021-05-03T10:51:31.374Z] #13 113.9 Selecting previously unselected package libpcre3-dev:amd64.
10:51:31 [2021-05-03T10:51:31.374Z] #13 113.9 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
10:51:31 [2021-05-03T10:51:31.508Z] #43 40.28   CC       compel/plugins/std/log.o
10:51:31 [2021-05-03T10:51:31.634Z] #13 114.1 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
10:51:31 [2021-05-03T10:51:31.929Z] #20 53.74 Setting up libiptc0:amd64 (1.8.2-4) ...
10:51:31 [2021-05-03T10:51:31.929Z] #20 53.76 Setting up xz-utils (5.2.4-1) ...
10:51:31 [2021-05-03T10:51:31.929Z] #20 53.77 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
10:51:31 [2021-05-03T10:51:31.929Z] #20 53.79 Setting up sudo (1.8.27-1+deb10u3) ...
10:51:31 [2021-05-03T10:51:31.929Z] #20 53.86 invoke-rc.d: could not determine current runlevel
10:51:31 [2021-05-03T10:51:31.929Z] #20 53.86 invoke-rc.d: policy-rc.d denied execution of start.
10:51:31 [2021-05-03T10:51:31.929Z] #20 53.88 Setting up pigz (2.4-1) ...
10:51:31 [2021-05-03T10:51:31.929Z] #20 53.89 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
10:51:31 [2021-05-03T10:51:31.929Z] #20 53.90 Setting up libnl-3-200:amd64 (3.4.0-1) ...
10:51:31 [2021-05-03T10:51:31.929Z] #20 53.93 Setting up python-pip-whl (18.1-5) ...
10:51:31 [2021-05-03T10:51:31.929Z] #20 53.94 Setting up libmpdec2:amd64 (2.4.2-2) ...
10:51:31 [2021-05-03T10:51:31.929Z] #20 53.96 Setting up vim-runtime (2:8.1.0875-5) ...
10:51:31 [2021-05-03T10:51:31.929Z] #20 54.35 Setting up libaio1:amd64 (0.3.112-3) ...
10:51:31 [2021-05-03T10:51:31.929Z] #20 54.37 Setting up libonig5:amd64 (6.9.1-1) ...
10:51:31 [2021-05-03T10:51:31.929Z] #20 54.40 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
10:51:32 [2021-05-03T10:51:32.158Z] #13 114.7 Selecting previously unselected package libselinux1-dev:amd64.
10:51:32 [2021-05-03T10:51:32.158Z] #13 114.7 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
10:51:32 [2021-05-03T10:51:32.158Z] #13 114.7 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
10:51:32 [2021-05-03T10:51:32.190Z] #20 54.41 Setting up vim (2:8.1.0875-5) ...
10:51:32 [2021-05-03T10:51:32.190Z] #20 54.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
10:51:32 [2021-05-03T10:51:32.190Z] #20 54.43 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
10:51:32 [2021-05-03T10:51:32.190Z] #20 54.44 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
10:51:32 [2021-05-03T10:51:32.190Z] #20 54.44 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
10:51:32 [2021-05-03T10:51:32.190Z] #20 54.45 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
10:51:32 [2021-05-03T10:51:32.190Z] #20 54.45 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
10:51:32 [2021-05-03T10:51:32.190Z] #20 54.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
10:51:32 [2021-05-03T10:51:32.190Z] #20 54.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
10:51:32 [2021-05-03T10:51:32.190Z] #20 54.49 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
10:51:32 [2021-05-03T10:51:32.190Z] #20 54.50 Setting up thin-provisioning-tools (0.7.6-2.1) ...
10:51:32 [2021-05-03T10:51:32.190Z] #20 54.55 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
10:51:32 [2021-05-03T10:51:32.190Z] #20 54.56 Setting up jq (1.5+dfsg-2+b1) ...
10:51:32 [2021-05-03T10:51:32.190Z] #20 54.58 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
10:51:32 [2021-05-03T10:51:32.190Z] #20 54.59 Setting up python3.7 (3.7.3-2+deb10u3) ...
10:51:32 [2021-05-03T10:51:32.341Z] #45 79.21 vendor/golang.org/x/crypto/cryptobyte
10:51:32 [2021-05-03T10:51:32.341Z] #45 79.33 vendor/golang.org/x/text/unicode/norm
10:51:32 [2021-05-03T10:51:32.447Z] #43 41.09   CC       compel/plugins/std/string.o
10:51:32 [2021-05-03T10:51:32.604Z] #45 ...
10:51:32 [2021-05-03T10:51:32.604Z] 
10:51:32 [2021-05-03T10:51:32.604Z] #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
10:51:32 [2021-05-03T10:51:32.604Z] #56 sha256:d1ee646535d81cf39b951ffd72490fc4a2d3c8aea1bbf2d99a7cd306e6eb310d
10:51:32 [2021-05-03T10:51:32.678Z] #13 115.2 Selecting previously unselected package libdevmapper-dev:amd64.#13 ...
10:51:32 [2021-05-03T10:51:32.678Z] 
10:51:32 [2021-05-03T10:51:32.678Z] #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
10:51:32 [2021-05-03T10:51:32.678Z] #58 sha256:9a16da145a6c52873051c408b66e16c3627e26f03cb6572faddd8619d108111d
10:51:32 [2021-05-03T10:51:32.678Z] #58 DONE 121.7s
10:51:32 [2021-05-03T10:51:32.678Z] 
10:51:32 [2021-05-03T10:51:32.678Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
10:51:32 [2021-05-03T10:51:32.678Z] #59 sha256:ce6515dc0b617f05102f7a006455c1176fea249c7e27ea37912ad7a7afae3187
10:51:32 [2021-05-03T10:51:32.678Z] #59 DONE 0.1s
10:51:32 [2021-05-03T10:51:32.678Z] 
10:51:32 [2021-05-03T10:51:32.678Z] #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
10:51:32 [2021-05-03T10:51:32.678Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:51:32 [2021-05-03T10:51:32.678Z] #13 115.2 Selecting previously unselected package libdevmapper-dev:amd64.
10:51:32 [2021-05-03T10:51:32.678Z] #13 115.2 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
10:51:32 [2021-05-03T10:51:32.678Z] #13 115.2 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
10:51:32 [2021-05-03T10:51:32.678Z] #13 115.3 Selecting previously unselected package libseccomp-dev:amd64.
10:51:32 [2021-05-03T10:51:32.678Z] #13 115.3 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ...
10:51:32 [2021-05-03T10:51:32.678Z] #13 115.3 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
10:51:32 [2021-05-03T10:51:32.938Z] #13 ...
10:51:32 [2021-05-03T10:51:32.938Z] 
10:51:32 [2021-05-03T10:51:32.938Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
10:51:32 [2021-05-03T10:51:32.938Z] #60 sha256:daed7fc6d2adc13c45095a1831361394e7e2ef44091de56fda52e885a1edade3
10:51:32 [2021-05-03T10:51:32.938Z] #60 DONE 0.2s
10:51:32 [2021-05-03T10:51:32.938Z] 
10:51:32 [2021-05-03T10:51:32.938Z] #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
10:51:32 [2021-05-03T10:51:32.938Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:51:32 [2021-05-03T10:51:32.938Z] #13 115.5 Selecting previously unselected package libsystemd-dev:amd64.
10:51:32 [2021-05-03T10:51:32.938Z] #13 115.5 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ...
10:51:32 [2021-05-03T10:51:32.938Z] #13 115.5 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ...
10:51:33 [2021-05-03T10:51:33.016Z] #43 41.70   CC       compel/plugins/std/infect.o
10:51:33 [2021-05-03T10:51:33.198Z] #13 116.0 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
10:51:33 [2021-05-03T10:51:33.198Z] #13 116.0 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
10:51:33 [2021-05-03T10:51:33.275Z] #43 42.15   CC       compel/arch/x86/plugins/std/parasite-head.o
10:51:33 [2021-05-03T10:51:33.458Z] #13 116.0 Setting up libapparmor1:amd64 (2.13.2-10) ...
10:51:33 [2021-05-03T10:51:33.458Z] #13 116.0 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
10:51:33 [2021-05-03T10:51:33.458Z] #13 116.1 Setting up libpcre16-3:amd64 (2:8.39-12) ...
10:51:33 [2021-05-03T10:51:33.458Z] #13 116.1 Setting up libsepol1-dev:amd64 (2.8-1) ...
10:51:33 [2021-05-03T10:51:33.458Z] #13 116.1 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
10:51:33 [2021-05-03T10:51:33.458Z] #13 116.1 Setting up libbtrfs0 (4.20.1-2) ...
10:51:33 [2021-05-03T10:51:33.458Z] #13 116.1 Setting up libpcre32-3:amd64 (2:8.39-12) ...
10:51:33 [2021-05-03T10:51:33.458Z] #13 116.2 Setting up libudev-dev:amd64 (241-7~deb10u7) ...
10:51:33 [2021-05-03T10:51:33.458Z] #13 116.2 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
10:51:33 [2021-05-03T10:51:33.458Z] #13 116.2 Setting up libbtrfs-dev (4.20.1-2) ...
10:51:33 [2021-05-03T10:51:33.458Z] #13 116.2 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
10:51:33 [2021-05-03T10:51:33.562Z] #43 42.24   CC       compel/arch/x86/plugins/std/memcpy.o
10:51:33 [2021-05-03T10:51:33.562Z] #43 42.29   CC       compel/arch/x86/plugins/std/syscalls-64.o
10:51:33 [2021-05-03T10:51:33.718Z] #13 116.3 Setting up mingw-w64-common (6.0.0-3) ...
10:51:33 [2021-05-03T10:51:33.718Z] #13 116.3 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ...
10:51:33 [2021-05-03T10:51:33.718Z] #13 116.3 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
10:51:33 [2021-05-03T10:51:33.718Z] #13 116.3 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
10:51:33 [2021-05-03T10:51:33.718Z] #13 116.3 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
10:51:33 [2021-05-03T10:51:33.718Z] #13 116.3 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
10:51:33 [2021-05-03T10:51:33.718Z] #13 116.3 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
10:51:33 [2021-05-03T10:51:33.718Z] #13 116.3 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
10:51:33 [2021-05-03T10:51:33.718Z] #13 116.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
10:51:33 [2021-05-03T10:51:33.718Z] #13 116.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
10:51:33 [2021-05-03T10:51:33.718Z] #13 116.4 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
10:51:33 [2021-05-03T10:51:33.718Z] #13 116.4 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
10:51:33 [2021-05-03T10:51:33.718Z] #13 116.4 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
10:51:33 [2021-05-03T10:51:33.718Z] #13 116.4 Setting up dmsetup (2:1.02.155-3) ...
10:51:33 [2021-05-03T10:51:33.806Z] #45 ...
10:51:33 [2021-05-03T10:51:33.806Z] 
10:51:33 [2021-05-03T10:51:33.806Z] #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
10:51:33 [2021-05-03T10:51:33.807Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
10:51:33 [2021-05-03T10:51:33.807Z] #20 1.489 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
10:51:33 [2021-05-03T10:51:33.807Z] #20 1.561 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
10:51:33 [2021-05-03T10:51:33.807Z] #20 1.587 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
10:51:33 [2021-05-03T10:51:33.807Z] #20 1.685 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
10:51:33 [2021-05-03T10:51:33.807Z] #20 2.106 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [467 kB]
10:51:33 [2021-05-03T10:51:33.807Z] #20 3.112 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
10:51:33 [2021-05-03T10:51:33.807Z] #20 4.323 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [285 kB]
10:51:33 [2021-05-03T10:51:33.807Z] #20 5.882 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
10:51:33 [2021-05-03T10:51:33.807Z] #20 ...
10:51:33 [2021-05-03T10:51:33.807Z] 
10:51:33 [2021-05-03T10:51:33.807Z] #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
10:51:33 [2021-05-03T10:51:33.807Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:51:33 [2021-05-03T10:51:33.807Z] #43 67.32   CC       criu/arch/x86/restorer_unmap.o
10:51:33 [2021-05-03T10:51:33.807Z] #43 67.39   CC       criu/arch/x86/sigaction_compat_pie.o
10:51:33 [2021-05-03T10:51:33.807Z] #43 67.66   CC       criu/pie/restorer.o
10:51:33 [2021-05-03T10:51:33.807Z] #43 70.75   LINK     criu/pie/restorer.built-in.o
10:51:33 [2021-05-03T10:51:33.807Z] #43 70.79   GEN      criu/pie/restorer-blob.h
10:51:33 [2021-05-03T10:51:33.807Z] #43 70.90   DEP      criu/vdso.d
10:51:33 [2021-05-03T10:51:33.807Z] #43 71.06   DEP      criu/vdso-compat.d
10:51:33 [2021-05-03T10:51:33.807Z] #43 71.25   DEP      criu/uts_ns.d
10:51:33 [2021-05-03T10:51:33.807Z] #43 71.47   DEP      criu/util.d
10:51:33 [2021-05-03T10:51:33.807Z] #43 71.74   DEP      criu/uffd.d
10:51:33 [2021-05-03T10:51:33.807Z] #43 71.96   DEP      criu/tun.d
10:51:33 [2021-05-03T10:51:33.807Z] #43 72.12   DEP      criu/tty.d
10:51:33 [2021-05-03T10:51:33.838Z] #43 42.37   AR       compel/plugins/std.lib.a
10:51:33 [2021-05-03T10:51:33.838Z] #43 42.44   CC       compel/plugins/fds/fds.o
10:51:33 [2021-05-03T10:51:33.980Z] #13 116.5 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
10:51:33 [2021-05-03T10:51:33.980Z] #13 116.5 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
10:51:33 [2021-05-03T10:51:33.980Z] #13 116.5 Processing triggers for libc-bin (2.28-10) ...
10:51:34 [2021-05-03T10:51:34.066Z] #43 72.29   DEP      criu/timerfd.d
10:51:34 [2021-05-03T10:51:34.099Z] #43 42.82   AR       compel/plugins/fds.lib.a
10:51:34 [2021-05-03T10:51:34.099Z] #43 42.85   HOSTDEP  compel/src/lib/log-host.d
10:51:34 [2021-05-03T10:51:34.099Z] #43 42.88   HOSTDEP  compel/src/lib/handle-elf-host.d
10:51:34 [2021-05-03T10:51:34.185Z] #56 34.66 Checking out files:  51% (2025/3907)   
Checking out files:  52% (2032/3907)   
Checking out files:  53% (2071/3907)   
Checking out files:  54% (2110/3907)   
Checking out files:  55% (2149/3907)   
Checking out files:  56% (2188/3907)   
Checking out files:  57% (2227/3907)   
Checking out files:  58% (2267/3907)   
Checking out files:  59% (2306/3907)   
Checking out files:  60% (2345/3907)   
Checking out files:  61% (2384/3907)   
Checking out files:  62% (2423/3907)   
Checking out files:  63% (2462/3907)   
Checking out files:  64% (2501/3907)   
Checking out files:  65% (2540/3907)   
Checking out files:  66% (2579/3907)   
Checking out files:  67% (2618/3907)   
Checking out files:  68% (2657/3907)   
Checking out files:  69% (2696/3907)   
Checking out files:  70% (2735/3907)   
Checking out files:  71% (2774/3907)   
Checking out files:  72% (2814/3907)   
Checking out files:  73% (2853/3907)   
Checking out files:  74% (2892/3907)   
Checking out files:  75% (2931/3907)   
Checking out files:  76% (2970/3907)   
Checking out files:  77% (3009/3907)   
Checking out files:  78% (3048/3907)   
Checking out files:  79% (3087/3907)   
Checking out files:  80% (3126/3907)   
Checking out files:  81% (3165/3907)   
Checking out files:  82% (3204/3907)   
Checking out files:  83% (3243/3907)   
Checking out files:  84% (3282/3907)   
Checking out files:  85% (3321/3907)   
Checking out files:  86% (3361/3907)   
Checking out files:  86% (3362/3907)   
Checking out files:  87% (3400/3907)   
Checking out files:  88% (3439/3907)   
Checking out files:  89% (3478/3907)   
Checking out files:  90% (3517/3907)   
Checking out files:  91% (3556/3907)   
Checking out files:  92% (3595/3907)   
Checking out files:  93% (3634/3907)   
Checking out files:  94% (3673/3907)   
Checking out files:  95% (3712/3907)   
Checking out files:  96% (3751/3907)   
Checking out files:  97% (3790/3907)   
Checking out files:  98% (3829/3907)   
Checking out files:  99% (3868/3907)   
Checking out files: 100% (3907/3907)   
Checking out files: 100% (3907/3907), done.
10:51:34 [2021-05-03T10:51:34.185Z] #56 36.25 + cd /tmp/tmp.RlrGl4MOq0/src/github.com/containerd/containerd
10:51:34 [2021-05-03T10:51:34.323Z] #43 72.51   DEP      criu/timens.d
10:51:34 [2021-05-03T10:51:34.360Z] #43 43.00   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
10:51:34 [2021-05-03T10:51:34.360Z] #43 43.07   HOSTDEP  compel/src/main-host.d
10:51:34 [2021-05-03T10:51:34.360Z] #43 43.16   DEP      compel/src/lib/ptrace.d
10:51:34 [2021-05-03T10:51:34.466Z] #56 36.25 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
10:51:34 [2021-05-03T10:51:34.579Z] #43 72.63   DEP      criu/sysfs_parse.d
10:51:34 [2021-05-03T10:51:34.579Z] #43 72.80   DEP      criu/sysctl.d
10:51:34 [2021-05-03T10:51:34.622Z] #43 43.27   DEP      compel/src/lib/infect.d
10:51:34 [2021-05-03T10:51:34.622Z] #43 43.50   DEP      compel/src/lib/infect-util.d
10:51:34 [2021-05-03T10:51:34.836Z] #43 72.94   DEP      criu/string.d
10:51:34 [2021-05-03T10:51:34.836Z] #43 72.98   DEP      criu/stats.d
10:51:34 [2021-05-03T10:51:34.836Z] #43 73.10   DEP      criu/sockets.d
10:51:34 [2021-05-03T10:51:34.885Z] #43 43.70   DEP      compel/src/lib/infect-rpc.d
10:51:34 [2021-05-03T10:51:34.920Z] #13 DONE 117.4s
10:51:34 [2021-05-03T10:51:34.920Z] 
10:51:34 [2021-05-03T10:51:34.920Z] #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
10:51:34 [2021-05-03T10:51:34.920Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:51:34 [2021-05-03T10:51:34.920Z] #43 52.54   CC       compel/src/lib/ptrace.o
10:51:34 [2021-05-03T10:51:34.920Z] #43 52.95   AR       compel/libcompel.a
10:51:34 [2021-05-03T10:51:34.920Z] #43 53.02   HOSTCC   compel/src/main-host.o
10:51:34 [2021-05-03T10:51:34.920Z] #43 53.36   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
10:51:34 [2021-05-03T10:51:34.920Z] #43 53.54   HOSTCC   compel/src/lib/handle-elf-host.o
10:51:34 [2021-05-03T10:51:34.920Z] #43 53.98   HOSTCC   compel/src/lib/log-host.o
10:51:34 [2021-05-03T10:51:34.920Z] #43 54.25   HOSTLINK compel/compel-host-bin
10:51:34 [2021-05-03T10:51:34.920Z] #43 54.39   DEP      soccr/soccr.d
10:51:34 [2021-05-03T10:51:34.920Z] #43 54.57   CC       soccr/soccr.o
10:51:35 [2021-05-03T10:51:35.092Z] #43 73.32   DEP      criu/sk-unix.d
10:51:35 [2021-05-03T10:51:35.145Z] #43 43.80   DEP      compel/arch/x86/src/lib/infect.d
10:51:35 [2021-05-03T10:51:35.181Z] #43 55.79   AR       soccr/libsoccr.a
10:51:35 [2021-05-03T10:51:35.181Z] #43 55.85 make[1]: 'soccr/libsoccr.a' is up to date.
10:51:35 [2021-05-03T10:51:35.351Z] #43 73.59   DEP      criu/sk-tcp.d
10:51:35 [2021-05-03T10:51:35.407Z] #43 43.97   DEP      compel/arch/x86/src/lib/cpu.d
10:51:35 [2021-05-03T10:51:35.407Z] #43 44.05   DEP      compel/src/lib/log.d
10:51:35 [2021-05-03T10:51:35.407Z] #43 44.22   DEP      compel/src/main.d
10:51:35 [2021-05-03T10:51:35.494Z] #20 57.35 Setting up iptables (1.8.2-4) ...
10:51:35 [2021-05-03T10:51:35.494Z] #20 57.36 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
10:51:35 [2021-05-03T10:51:35.494Z] #20 57.37 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
10:51:35 [2021-05-03T10:51:35.494Z] #20 57.38 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
10:51:35 [2021-05-03T10:51:35.494Z] #20 57.39 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
10:51:35 [2021-05-03T10:51:35.494Z] #20 57.39 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
10:51:35 [2021-05-03T10:51:35.494Z] #20 57.40 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
10:51:35 [2021-05-03T10:51:35.494Z] #20 57.41 Setting up python3 (3.7.3-1) ...
10:51:35 [2021-05-03T10:51:35.494Z] #20 57.81 Setting up python3-wheel (0.32.3-2) ...
10:51:35 [2021-05-03T10:51:35.608Z] #43 73.75   DEP      criu/sk-queue.d
10:51:35 [2021-05-03T10:51:35.666Z] #43 44.29   DEP      compel/src/lib/handle-elf.d
10:51:35 [2021-05-03T10:51:35.666Z] #43 44.42   DEP      compel/arch/x86/src/lib/handle-elf.d
10:51:35 [2021-05-03T10:51:35.750Z] #43 56.20   DEP      criu/arch/x86/sigframe.d
10:51:35 [2021-05-03T10:51:35.750Z] #43 56.40   DEP      criu/arch/x86/sigaction_compat.d
10:51:35 [2021-05-03T10:51:35.864Z] #56 37.54 + export 'BUILDTAGS=netgo osusergo static_build'
10:51:35 [2021-05-03T10:51:35.864Z] #56 37.54 + BUILDTAGS='netgo osusergo static_build'
10:51:35 [2021-05-03T10:51:35.864Z] #56 37.54 + export EXTRA_FLAGS=-buildmode=pie
10:51:35 [2021-05-03T10:51:35.864Z] #56 37.54 + EXTRA_FLAGS=-buildmode=pie
10:51:35 [2021-05-03T10:51:35.864Z] #56 37.55 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
10:51:35 [2021-05-03T10:51:35.864Z] #56 37.55 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
10:51:35 [2021-05-03T10:51:35.864Z] #56 37.55 + '[' '' = dynamic ']'
10:51:35 [2021-05-03T10:51:35.864Z] #56 37.55 + make
10:51:35 [2021-05-03T10:51:35.865Z] #43 73.92   DEP      criu/sk-packet.d
10:51:35 [2021-05-03T10:51:35.865Z] #43 74.13   DEP      criu/sk-netlink.d
10:51:35 [2021-05-03T10:51:35.925Z] #43 44.61   CC       compel/src/lib/log.o
10:51:36 [2021-05-03T10:51:36.010Z] #43 56.49   DEP      criu/arch/x86/kerndat.d
10:51:36 [2021-05-03T10:51:36.010Z] #43 56.59   DEP      criu/arch/x86/crtools.d
10:51:36 [2021-05-03T10:51:36.121Z] #43 74.32   DEP      criu/sk-inet.d
10:51:36 [2021-05-03T10:51:36.184Z] #43 44.92   CC       compel/arch/x86/src/lib/cpu.o
10:51:36 [2021-05-03T10:51:36.184Z] #43 ...
10:51:36 [2021-05-03T10:51:36.184Z] 
10:51:36 [2021-05-03T10:51:36.184Z] #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
10:51:36 [2021-05-03T10:51:36.184Z] #58 sha256:e6b8a9717b927bb5a5a04efeb11b16b02d2b69023de103d60a65e1836e402880
10:51:36 [2021-05-03T10:51:36.184Z] #58 123.5 + for f in rootlesskit rootlesskit-docker-proxy
10:51:36 [2021-05-03T10:51:36.270Z] #43 56.72   DEP      criu/arch/x86/cpu.d
10:51:36 [2021-05-03T10:51:36.270Z] #43 ...
10:51:36 [2021-05-03T10:51:36.270Z] 
10:51:36 [2021-05-03T10:51:36.270Z] #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
10:51:36 [2021-05-03T10:51:36.270Z] #45 sha256:420f325532c1ee2984a12f05e3c7f055e58b2ada76e1c2d087abdaee6c492b96
10:51:36 [2021-05-03T10:51:36.270Z] #45 115.4 crypto/tls
10:51:36 [2021-05-03T10:51:36.270Z] #45 121.3 net/http/httptrace
10:51:36 [2021-05-03T10:51:36.270Z] #45 121.5 net/http
10:51:36 [2021-05-03T10:51:36.378Z] #43 74.51   DEP      criu/signalfd.d
10:51:36 [2021-05-03T10:51:36.378Z] #43 74.68   DEP      criu/sigframe.d
10:51:36 [2021-05-03T10:51:36.438Z] #20 58.70 Setting up apparmor (2.13.2-10) ...
10:51:36 [2021-05-03T10:51:36.443Z] #58 123.5 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
10:51:36 [2021-05-03T10:51:36.529Z] #45 ...
10:51:36 [2021-05-03T10:51:36.529Z] 
10:51:36 [2021-05-03T10:51:36.529Z] #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
10:51:36 [2021-05-03T10:51:36.529Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:51:36 [2021-05-03T10:51:36.529Z] #43 56.92   CC       criu/arch/x86/cpu.o
10:51:36 [2021-05-03T10:51:36.634Z] #43 74.83   DEP      criu/shmem.d
10:51:36 [2021-05-03T10:51:36.702Z] #58 ...
10:51:36 [2021-05-03T10:51:36.702Z] 
10:51:36 [2021-05-03T10:51:36.702Z] #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
10:51:36 [2021-05-03T10:51:36.702Z] #45 sha256:5be091d371b3ee9e5fdfa7afb55a5178f0911cf54926b027e86550f7bde27bc6
10:51:36 [2021-05-03T10:51:36.702Z] #45 114.0 vendor/golang.org/x/net/idna
10:51:36 [2021-05-03T10:51:36.702Z] #45 116.2 vendor/golang.org/x/net/http2/hpack
10:51:36 [2021-05-03T10:51:36.702Z] #45 117.2 mime
10:51:36 [2021-05-03T10:51:36.702Z] #45 118.7 mime/quotedprintable
10:51:36 [2021-05-03T10:51:36.702Z] #45 119.1 net/http/internal
10:51:36 [2021-05-03T10:51:36.702Z] #45 122.7 crypto/tls
10:51:36 [2021-05-03T10:51:36.812Z] #56 38.96 + bin/ctr
10:51:36 [2021-05-03T10:51:36.891Z] #43 74.98   DEP      criu/servicefd.d
10:51:36 [2021-05-03T10:51:36.891Z] #43 ...
10:51:36 [2021-05-03T10:51:36.891Z] 
10:51:36 [2021-05-03T10:51:36.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
10:51:36 [2021-05-03T10:51:36.891Z] #53 sha256:295136d4cb1e48d978e98030ed23992a96667859a0cd289e970f99590b30b9d2
10:51:36 [2021-05-03T10:51:36.891Z] #53 13.24 + cd /tmp/tmp.AQLy4WgcHe/src/github.com/opencontainers/runc
10:51:36 [2021-05-03T10:51:36.891Z] #53 13.24 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec
10:51:36 [2021-05-03T10:51:36.891Z] #53 14.02 + '[' -z '' ']'
10:51:36 [2021-05-03T10:51:36.891Z] #53 14.03 + target=static
10:51:36 [2021-05-03T10:51:36.891Z] #53 14.03 + make 'BUILDTAGS=seccomp ' static
10:51:36 [2021-05-03T10:51:36.891Z] #53 14.44 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o runc .
10:51:36 [2021-05-03T10:51:36.891Z] #53 ...
10:51:36 [2021-05-03T10:51:36.891Z] 
10:51:36 [2021-05-03T10:51:36.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
10:51:36 [2021-05-03T10:51:36.891Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:51:36 [2021-05-03T10:51:36.891Z] #43 75.11   DEP      criu/seize.d
10:51:36 [2021-05-03T10:51:36.961Z] #45 ...
10:51:36 [2021-05-03T10:51:36.961Z] 
10:51:36 [2021-05-03T10:51:36.961Z] #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
10:51:36 [2021-05-03T10:51:36.961Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:51:36 [2021-05-03T10:51:36.961Z] #43 45.72   CC       compel/arch/x86/src/lib/infect.o
10:51:37 [2021-05-03T10:51:37.098Z] #43 57.48   CC       criu/arch/x86/crtools.o
10:51:37 [2021-05-03T10:51:37.147Z] #43 75.38   DEP      criu/seccomp.d
10:51:37 [2021-05-03T10:51:37.404Z] #43 75.61   DEP      criu/rst-malloc.d
10:51:37 [2021-05-03T10:51:37.660Z] #43 75.67   DEP      criu/rbtree.d
10:51:37 [2021-05-03T10:51:37.660Z] #43 75.70   DEP      criu/pstree.d
10:51:37 [2021-05-03T10:51:37.660Z] #43 75.92   DEP      criu/protobuf.d
10:51:37 [2021-05-03T10:51:37.824Z] #20 ...
10:51:37 [2021-05-03T10:51:37.824Z] 
10:51:37 [2021-05-03T10:51:37.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
10:51:37 [2021-05-03T10:51:37.824Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:51:37 [2021-05-03T10:51:37.824Z] #43 110.7   CC       criu/files-ext.o
10:51:37 [2021-05-03T10:51:37.824Z] #43 111.0   CC       criu/files-reg.o
10:51:37 [2021-05-03T10:51:37.824Z] #43 113.3   CC       criu/files.o
10:51:37 [2021-05-03T10:51:37.824Z] #43 115.4   CC       criu/filesystems.o
10:51:37 [2021-05-03T10:51:37.824Z] #43 116.1   CC       criu/fsnotify.o
10:51:37 [2021-05-03T10:51:37.824Z] #43 117.4   CC       criu/image-desc.o
10:51:37 [2021-05-03T10:51:37.824Z] #43 117.6   CC       criu/image.o
10:51:37 [2021-05-03T10:51:37.824Z] #43 118.5   CC       criu/ipc_ns.o
10:51:37 [2021-05-03T10:51:37.824Z] #43 119.5   CC       criu/irmap.o
10:51:37 [2021-05-03T10:51:37.824Z] #43 120.2   CC       criu/kcmp-ids.o
10:51:37 [2021-05-03T10:51:37.824Z] #43 120.5   CC       criu/kerndat.o
10:51:37 [2021-05-03T10:51:37.824Z] #43 ...
10:51:37 [2021-05-03T10:51:37.824Z] 
10:51:37 [2021-05-03T10:51:37.825Z] #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
10:51:37 [2021-05-03T10:51:37.825Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
10:51:37 [2021-05-03T10:51:37.825Z] #40 184.5 + dpkg --print-architecture
10:51:37 [2021-05-03T10:51:37.825Z] #40 184.5 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
10:51:37 [2021-05-03T10:51:37.825Z] #40 184.7 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
10:51:37 [2021-05-03T10:51:37.825Z] #40 184.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
10:51:37 [2021-05-03T10:51:37.898Z] #43 46.56   CC       compel/src/lib/infect-rpc.o
10:51:37 [2021-05-03T10:51:37.916Z] #43 76.09   GEN      criu/protobuf-desc-gen.h
10:51:38 [2021-05-03T10:51:38.037Z] #43 58.63   CC       criu/arch/x86/kerndat.o
10:51:38 [2021-05-03T10:51:38.158Z] #43 46.96   CC       compel/src/lib/infect-util.o
10:51:38 [2021-05-03T10:51:38.606Z] #43 59.11   CC       criu/arch/x86/sigaction_compat.o
10:51:38 [2021-05-03T10:51:38.727Z] #43 47.24   CC       compel/src/lib/infect.o
10:51:38 [2021-05-03T10:51:38.808Z] #56 ...
10:51:38 [2021-05-03T10:51:38.808Z] 
10:51:38 [2021-05-03T10:51:38.808Z] #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
10:51:38 [2021-05-03T10:51:38.808Z] #58 sha256:50814f4f3fefb88e33d481f2b34a6af78a66edf70dcb2149319be0f26d624354
10:51:38 [2021-05-03T10:51:38.808Z] #58 85.86 + for f in rootlesskit rootlesskit-docker-proxy
10:51:38 [2021-05-03T10:51:38.808Z] #58 85.86 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
10:51:38 [2021-05-03T10:51:38.866Z] #43 59.35   CC       criu/arch/x86/sigframe.o
10:51:39 [2021-05-03T10:51:39.125Z] #43 59.57   LINK     criu/arch/x86/crtools.built-in.o
10:51:39 [2021-05-03T10:51:39.125Z] #43 59.64   DEP      criu/pie/util-vdso-elf32.d
10:51:39 [2021-05-03T10:51:39.385Z] #43 59.85   DEP      criu/pie/util-vdso.d
10:51:39 [2021-05-03T10:51:39.385Z] #43 59.99   DEP      criu/pie/util.d
10:51:39 [2021-05-03T10:51:39.644Z] #43 60.11   CC       criu/pie/util.o
10:51:39 [2021-05-03T10:51:39.863Z] #43 ...
10:51:39 [2021-05-03T10:51:39.863Z] 
10:51:39 [2021-05-03T10:51:39.863Z] #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
10:51:39 [2021-05-03T10:51:39.863Z] #45 sha256:7504d5111897f112af75a3b79cd6ee75bf518a7f9789364eccf3f9226afd32f2
10:51:39 [2021-05-03T10:51:39.863Z] #45 DONE 162.3s
10:51:39 [2021-05-03T10:51:39.863Z] 
10:51:39 [2021-05-03T10:51:39.863Z] #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
10:51:39 [2021-05-03T10:51:39.863Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:51:39 [2021-05-03T10:51:39.863Z] #43 78.13   DEP      criu/protobuf-desc.d
10:51:39 [2021-05-03T10:51:39.904Z] #43 60.45   CC       criu/pie/util-vdso.o
10:51:39 [2021-05-03T10:51:39.904Z] #43 ...
10:51:39 [2021-05-03T10:51:39.904Z] 
10:51:39 [2021-05-03T10:51:39.904Z] #14 [dev-systemd-false  1/26] RUN groupadd -r docker
10:51:39 [2021-05-03T10:51:39.904Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815
10:51:39 [2021-05-03T10:51:39.904Z] #14 DONE 5.1s
10:51:40 [2021-05-03T10:51:40.118Z] #43 78.35   DEP      criu/proc_parse.d
10:51:40 [2021-05-03T10:51:40.164Z] 
10:51:40 [2021-05-03T10:51:40.164Z] #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
10:51:40 [2021-05-03T10:51:40.164Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6
10:51:40 [2021-05-03T10:51:40.375Z] #43 78.72   DEP      criu/plugin.d
10:51:40 [2021-05-03T10:51:40.631Z] #43 78.90   DEP      criu/pipes.d
10:51:40 [2021-05-03T10:51:40.887Z] #43 79.10   DEP      criu/pie-util.d
10:51:41 [2021-05-03T10:51:41.144Z] #43 79.33   DEP      criu/pie-util-vdso.d
10:51:41 [2021-05-03T10:51:41.144Z] #43 79.46   DEP      criu/pie-util-vdso-elf32.d
10:51:41 [2021-05-03T10:51:41.263Z] #43 49.52   CC       compel/src/lib/ptrace.o
10:51:41 [2021-05-03T10:51:41.263Z] #43 49.89   AR       compel/libcompel.a
10:51:41 [2021-05-03T10:51:41.263Z] #43 49.99   HOSTCC   compel/src/main-host.o
10:51:41 [2021-05-03T10:51:41.400Z] #43 79.55   DEP      criu/path.d
10:51:41 [2021-05-03T10:51:41.400Z] #43 79.65   DEP      criu/parasite-syscall.d
10:51:41 [2021-05-03T10:51:41.522Z] #43 50.28   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
10:51:41 [2021-05-03T10:51:41.656Z] #43 79.81   DEP      criu/pagemap.d
10:51:41 [2021-05-03T10:51:41.782Z] #43 50.48   HOSTCC   compel/src/lib/handle-elf-host.o
10:51:41 [2021-05-03T10:51:41.912Z] #43 79.92   DEP      criu/pagemap-cache.d
10:51:41 [2021-05-03T10:51:41.912Z] #43 80.07   DEP      criu/page-xfer.d
10:51:42 [2021-05-03T10:51:42.042Z] #43 50.82   HOSTCC   compel/src/lib/log-host.o
10:51:42 [2021-05-03T10:51:42.168Z] #43 80.22   DEP      criu/page-pipe.d
10:51:42 [2021-05-03T10:51:42.168Z] #43 80.28   DEP      criu/netfilter.d
10:51:42 [2021-05-03T10:51:42.168Z] #43 80.41   DEP      criu/net.d
10:51:42 [2021-05-03T10:51:42.303Z] #43 50.98   HOSTLINK compel/compel-host-bin
10:51:42 [2021-05-03T10:51:42.303Z] #43 51.12   DEP      soccr/soccr.d
10:51:42 [2021-05-03T10:51:42.303Z] #43 ...
10:51:42 [2021-05-03T10:51:42.303Z] 
10:51:42 [2021-05-03T10:51:42.303Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
10:51:42 [2021-05-03T10:51:42.303Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
10:51:42 [2021-05-03T10:51:42.303Z] #13 119.8 Selecting previously unselected package libapparmor1:amd64.
10:51:42 [2021-05-03T10:51:42.303Z] #13 119.8 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 119.8 Unpacking libapparmor1:amd64 (2.13.2-10) ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 120.0 Selecting previously unselected package libapparmor-dev:amd64.
10:51:42 [2021-05-03T10:51:42.303Z] #13 120.0 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 120.0 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 120.2 Selecting previously unselected package libbtrfs0.
10:51:42 [2021-05-03T10:51:42.303Z] #13 120.2 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 120.2 Unpacking libbtrfs0 (4.20.1-2) ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 120.2 Selecting previously unselected package libbtrfs-dev.
10:51:42 [2021-05-03T10:51:42.303Z] #13 120.2 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 120.2 Unpacking libbtrfs-dev (4.20.1-2) ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 120.4 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
10:51:42 [2021-05-03T10:51:42.303Z] #13 120.4 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 120.4 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 120.5 Selecting previously unselected package libudev-dev:amd64.
10:51:42 [2021-05-03T10:51:42.303Z] #13 120.5 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 120.5 Unpacking libudev-dev:amd64 (241-7~deb10u7) ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 120.6 Selecting previously unselected package libsepol1-dev:amd64.
10:51:42 [2021-05-03T10:51:42.303Z] #13 120.6 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 120.6 Unpacking libsepol1-dev:amd64 (2.8-1) ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 120.9 Selecting previously unselected package libpcre16-3:amd64.
10:51:42 [2021-05-03T10:51:42.303Z] #13 120.9 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 121.0 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 121.1 Selecting previously unselected package libpcre32-3:amd64.
10:51:42 [2021-05-03T10:51:42.303Z] #13 121.2 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 121.2 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 121.3 Selecting previously unselected package libpcrecpp0v5:amd64.
10:51:42 [2021-05-03T10:51:42.303Z] #13 121.3 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 121.3 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 121.4 Selecting previously unselected package libpcre3-dev:amd64.
10:51:42 [2021-05-03T10:51:42.303Z] #13 121.4 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 121.4 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 121.9 Selecting previously unselected package libselinux1-dev:amd64.
10:51:42 [2021-05-03T10:51:42.303Z] #13 121.9 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 121.9 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 122.1 Selecting previously unselected package libdevmapper-dev:amd64.
10:51:42 [2021-05-03T10:51:42.303Z] #13 122.1 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 122.2 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 122.3 Selecting previously unselected package libseccomp-dev:amd64.
10:51:42 [2021-05-03T10:51:42.303Z] #13 122.3 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 122.3 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 122.4 Selecting previously unselected package libsystemd-dev:amd64.
10:51:42 [2021-05-03T10:51:42.303Z] #13 122.4 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 122.4 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 122.9 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 123.0 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 123.0 Setting up libapparmor1:amd64 (2.13.2-10) ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 123.0 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 123.0 Setting up libpcre16-3:amd64 (2:8.39-12) ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 123.0 Setting up libsepol1-dev:amd64 (2.8-1) ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 123.0 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 123.1 Setting up libbtrfs0 (4.20.1-2) ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 123.1 Setting up libpcre32-3:amd64 (2:8.39-12) ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 123.1 Setting up libudev-dev:amd64 (241-7~deb10u7) ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 123.1 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 123.1 Setting up libbtrfs-dev (4.20.1-2) ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 123.1 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 123.1 Setting up mingw-w64-common (6.0.0-3) ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 123.1 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 123.2 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 123.2 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 123.2 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 123.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
10:51:42 [2021-05-03T10:51:42.303Z] #13 123.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
10:51:42 [2021-05-03T10:51:42.303Z] #13 123.2 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 123.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
10:51:42 [2021-05-03T10:51:42.303Z] #13 123.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
10:51:42 [2021-05-03T10:51:42.303Z] #13 123.2 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 123.3 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 123.3 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 123.3 Setting up dmsetup (2:1.02.155-3) ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 123.3 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 123.3 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
10:51:42 [2021-05-03T10:51:42.303Z] #13 123.3 Processing triggers for libc-bin (2.28-10) ...
10:51:42 [2021-05-03T10:51:42.425Z] #43 80.66   DEP      criu/namespaces.d
10:51:42 [2021-05-03T10:51:42.563Z] #13 DONE 124.9s
10:51:42 [2021-05-03T10:51:42.563Z] 
10:51:42 [2021-05-03T10:51:42.563Z] #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
10:51:42 [2021-05-03T10:51:42.563Z] #53 sha256:8804b25cd89d4c2afec646e6238991ba5a45dd30d434428f648a51674d1b717b
10:51:42 [2021-05-03T10:51:42.681Z] #43 80.84   DEP      criu/mount.d
10:51:42 [2021-05-03T10:51:42.937Z] #43 81.01   DEP      criu/memfd.d
10:51:42 [2021-05-03T10:51:42.937Z] #43 81.13   DEP      criu/mem.d
10:51:43 [2021-05-03T10:51:43.122Z] #40 ...
10:51:43 [2021-05-03T10:51:43.122Z] 
10:51:43 [2021-05-03T10:51:43.122Z] #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
10:51:43 [2021-05-03T10:51:43.122Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
10:51:43 [2021-05-03T10:51:43.122Z] #20 60.48 Setting up xfsprogs (4.20.0-1) ...
10:51:43 [2021-05-03T10:51:43.122Z] #20 60.50 Setting up python3-lib2to3 (3.7.3-1) ...
10:51:43 [2021-05-03T10:51:43.122Z] #20 60.85 Setting up python3-pkg-resources (40.8.0-1) ...
10:51:43 [2021-05-03T10:51:43.122Z] #20 61.77 Setting up python3-distutils (3.7.3-1) ...
10:51:43 [2021-05-03T10:51:43.122Z] #20 62.26 Setting up python3-setuptools (40.8.0-1) ...
10:51:43 [2021-05-03T10:51:43.122Z] #20 63.44 Setting up python3-pip (18.1-5) ...
10:51:43 [2021-05-03T10:51:43.123Z] #20 64.46 Processing triggers for libc-bin (2.28-10) ...
10:51:43 [2021-05-03T10:51:43.123Z] #20 64.52 Processing triggers for mime-support (3.62) ...
10:51:43 [2021-05-03T10:51:43.123Z] #20 DONE 65.6s
10:51:43 [2021-05-03T10:51:43.123Z] 
10:51:43 [2021-05-03T10:51:43.123Z] #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
10:51:43 [2021-05-03T10:51:43.123Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:51:43 [2021-05-03T10:51:43.123Z] #43 121.7   CC       criu/libnetlink.o
10:51:43 [2021-05-03T10:51:43.123Z] #43 122.1   CC       criu/log.o
10:51:43 [2021-05-03T10:51:43.123Z] #43 122.7   CC       criu/lsm.o
10:51:43 [2021-05-03T10:51:43.123Z] #43 123.2   CC       criu/mem.o
10:51:43 [2021-05-03T10:51:43.123Z] #43 125.0   CC       criu/memfd.o
10:51:43 [2021-05-03T10:51:43.123Z] #43 125.6   CC       criu/mount.o
10:51:43 [2021-05-03T10:51:43.193Z] #43 81.40   DEP      criu/lsm.d
10:51:43 [2021-05-03T10:51:43.193Z] #43 81.53   DEP      criu/log.d
10:51:43 [2021-05-03T10:51:43.449Z] #43 81.66   DEP      criu/libnetlink.d
10:51:43 [2021-05-03T10:51:43.449Z] #43 81.75   DEP      criu/kerndat.d
10:51:43 [2021-05-03T10:51:43.705Z] #43 81.92   DEP      criu/kcmp-ids.d
10:51:43 [2021-05-03T10:51:43.705Z] #43 82.05   DEP      criu/irmap.d
10:51:43 [2021-05-03T10:51:43.962Z] #43 82.22   DEP      criu/ipc_ns.d
10:51:43 [2021-05-03T10:51:43.962Z] #43 82.35   DEP      criu/image.d
10:51:44 [2021-05-03T10:51:44.110Z] #58 ...
10:51:44 [2021-05-03T10:51:44.110Z] 
10:51:44 [2021-05-03T10:51:44.110Z] #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
10:51:44 [2021-05-03T10:51:44.110Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
10:51:44 [2021-05-03T10:51:44.110Z] #43 17.07 make[1]: Nothing to be done for 'all'.
10:51:44 [2021-05-03T10:51:44.110Z] #43 18.54   CC       images/stats.o
10:51:44 [2021-05-03T10:51:44.110Z] #43 19.05   CC       images/core.o
10:51:44 [2021-05-03T10:51:44.110Z] #43 19.94   CC       images/core-x86.o
10:51:44 [2021-05-03T10:51:44.110Z] #43 20.59   CC       images/core-arm.o
10:51:44 [2021-05-03T10:51:44.110Z] #43 20.91   CC       images/core-aarch64.o
10:51:44 [2021-05-03T10:51:44.110Z] #43 21.45   CC       images/core-ppc64.o
10:51:44 [2021-05-03T10:51:44.110Z] #43 22.22   CC       images/core-s390.o
10:51:44 [2021-05-03T10:51:44.110Z] #43 22.91   CC       images/cpuinfo.o
10:51:44 [2021-05-03T10:51:44.110Z] #43 23.27   CC       images/inventory.o
10:51:44 [2021-05-03T10:51:44.110Z] #43 23.56   CC       images/fdinfo.o
10:51:44 [2021-05-03T10:51:44.110Z] #43 23.85   CC       images/fown.o
10:51:44 [2021-05-03T10:51:44.110Z] #43 24.17   CC       images/ns.o
10:51:44 [2021-05-03T10:51:44.110Z] #43 24.44   CC       images/regfile.o
10:51:44 [2021-05-03T10:51:44.110Z] #43 24.68   CC       images/ghost-file.o
10:51:44 [2021-05-03T10:51:44.110Z] #43 24.87   CC       images/fifo.o
10:51:44 [2021-05-03T10:51:44.110Z] #43 25.08   CC       images/remap-file-path.o
10:51:44 [2021-05-03T10:51:44.110Z] #43 25.34   CC       images/eventfd.o
10:51:44 [2021-05-03T10:51:44.110Z] #43 25.65   CC       images/eventpoll.o
10:51:44 [2021-05-03T10:51:44.110Z] #43 26.07   CC       images/fh.o
10:51:44 [2021-05-03T10:51:44.110Z] #43 26.33   CC       images/fsnotify.o
10:51:44 [2021-05-03T10:51:44.110Z] #43 27.16   CC       images/signalfd.o
10:51:44 [2021-05-03T10:51:44.110Z] #43 27.46   CC       images/fs.o
10:51:44 [2021-05-03T10:51:44.110Z] #43 27.73   CC       images/pstree.o
10:51:44 [2021-05-03T10:51:44.218Z] #43 82.50   DEP      criu/image-desc.d
10:51:44 [2021-05-03T10:51:44.363Z] #15 DONE 3.7s
10:51:44 [2021-05-03T10:51:44.363Z] 
10:51:44 [2021-05-03T10:51:44.363Z] #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
10:51:44 [2021-05-03T10:51:44.363Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:51:44 [2021-05-03T10:51:44.363Z] #43 61.23   CC       criu/pie/util-vdso-elf32.o
10:51:44 [2021-05-03T10:51:44.363Z] #43 62.03   AR       criu/pie/pie.lib.a
10:51:44 [2021-05-03T10:51:44.363Z] #43 62.09   DEP      criu/pie/restorer.d
10:51:44 [2021-05-03T10:51:44.363Z] #43 62.36   DEP      criu/arch/x86/sigaction_compat_pie.d
10:51:44 [2021-05-03T10:51:44.363Z] #43 62.49   DEP      criu/arch/x86/restorer_unmap.d
10:51:44 [2021-05-03T10:51:44.363Z] #43 62.51   DEP      criu/arch/x86/restorer.d
10:51:44 [2021-05-03T10:51:44.363Z] #43 62.73   DEP      criu/arch/x86/vdso-pie.d
10:51:44 [2021-05-03T10:51:44.363Z] #43 62.84   DEP      criu/pie/parasite-vdso.d
10:51:44 [2021-05-03T10:51:44.363Z] #43 63.06   DEP      criu/pie/parasite.d
10:51:44 [2021-05-03T10:51:44.363Z] #43 63.42   CC       criu/pie/parasite.o
10:51:44 [2021-05-03T10:51:44.363Z] #43 64.90   LINK     criu/pie/parasite.built-in.o
10:51:44 [2021-05-03T10:51:44.363Z] #43 64.95   GEN      criu/pie/parasite-blob.h
10:51:44 [2021-05-03T10:51:44.363Z] #43 64.96   CC       criu/pie/parasite-vdso.o
10:51:44 [2021-05-03T10:51:44.373Z] #43 28.00   CC       images/pipe.o
10:51:44 [2021-05-03T10:51:44.471Z] #53 ...
10:51:44 [2021-05-03T10:51:44.471Z] 
10:51:44 [2021-05-03T10:51:44.471Z] #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
10:51:44 [2021-05-03T10:51:44.471Z] #58 sha256:e6b8a9717b927bb5a5a04efeb11b16b02d2b69023de103d60a65e1836e402880
10:51:44 [2021-05-03T10:51:44.471Z] #58 DONE 131.4s
10:51:44 [2021-05-03T10:51:44.471Z] 
10:51:44 [2021-05-03T10:51:44.471Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
10:51:44 [2021-05-03T10:51:44.471Z] #59 sha256:a7540873f58719d1af91f0adb5593d0bc272fe6674fbad4e5828153c8ea292c9
10:51:44 [2021-05-03T10:51:44.471Z] #59 DONE 0.1s
10:51:44 [2021-05-03T10:51:44.471Z] 
10:51:44 [2021-05-03T10:51:44.471Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
10:51:44 [2021-05-03T10:51:44.471Z] #60 sha256:edef765184f1fbd53087e8b7e706a5bc126003a628271ecfd28f1afb2678ab54
10:51:44 [2021-05-03T10:51:44.471Z] #60 DONE 0.1s
10:51:44 [2021-05-03T10:51:44.471Z] 
10:51:44 [2021-05-03T10:51:44.471Z] #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
10:51:44 [2021-05-03T10:51:44.471Z] #45 sha256:5be091d371b3ee9e5fdfa7afb55a5178f0911cf54926b027e86550f7bde27bc6
10:51:44 [2021-05-03T10:51:44.471Z] #45 128.8 net/http/httptrace
10:51:44 [2021-05-03T10:51:44.471Z] #45 129.0 net/http
10:51:44 [2021-05-03T10:51:44.471Z] #45 ...
10:51:44 [2021-05-03T10:51:44.471Z] 
10:51:44 [2021-05-03T10:51:44.471Z] #14 [dev-systemd-false  1/26] RUN groupadd -r docker
10:51:44 [2021-05-03T10:51:44.471Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815
10:51:44 [2021-05-03T10:51:44.471Z] #14 DONE 2.0s
10:51:44 [2021-05-03T10:51:44.475Z] #43 82.57   DEP      criu/fsnotify.d
10:51:44 [2021-05-03T10:51:44.509Z] #43 ...
10:51:44 [2021-05-03T10:51:44.509Z] 
10:51:44 [2021-05-03T10:51:44.509Z] #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
10:51:44 [2021-05-03T10:51:44.509Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b
10:51:44 [2021-05-03T10:51:44.509Z] #21 1.016 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
10:51:44 [2021-05-03T10:51:44.509Z] #21 1.021 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
10:51:44 [2021-05-03T10:51:44.509Z] #21 1.024 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
10:51:44 [2021-05-03T10:51:44.509Z] #21 DONE 1.1s
10:51:44 [2021-05-03T10:51:44.509Z] 
10:51:44 [2021-05-03T10:51:44.509Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
10:51:44 [2021-05-03T10:51:44.509Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4
10:51:44 [2021-05-03T10:51:44.636Z] #43 28.37   CC       images/tcp-stream.o
10:51:44 [2021-05-03T10:51:44.731Z] #43 82.80   DEP      criu/filesystems.d
10:51:44 [2021-05-03T10:51:44.731Z] #43 ...
10:51:44 [2021-05-03T10:51:44.731Z] 
10:51:44 [2021-05-03T10:51:44.731Z] #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
10:51:44 [2021-05-03T10:51:44.731Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
10:51:44 [2021-05-03T10:51:44.731Z] #20 11.50 Fetched 8955 kB in 10s (872 kB/s)
10:51:44 [2021-05-03T10:51:44.731Z] #20 11.50 Reading package lists...
10:51:44 [2021-05-03T10:51:44.731Z] #20 15.68 Reading package lists...
10:51:44 [2021-05-03T10:51:44.731Z] #20 20.38 Building dependency tree...
10:51:44 [2021-05-03T10:51:44.731Z] #20 ...
10:51:44 [2021-05-03T10:51:44.731Z] 
10:51:44 [2021-05-03T10:51:44.731Z] #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
10:51:44 [2021-05-03T10:51:44.731Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:51:44 [2021-05-03T10:51:44.731Z] #43 82.99   DEP      criu/files.d
10:51:44 [2021-05-03T10:51:44.735Z] 
10:51:44 [2021-05-03T10:51:44.735Z] #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
10:51:44 [2021-05-03T10:51:44.735Z] #53 sha256:8804b25cd89d4c2afec646e6238991ba5a45dd30d434428f648a51674d1b717b
10:51:44 [2021-05-03T10:51:44.735Z] #53 2.036 + RM_GOPATH=0
10:51:44 [2021-05-03T10:51:44.735Z] #53 2.036 + TMP_GOPATH=
10:51:44 [2021-05-03T10:51:44.735Z] #53 2.036 + : /build
10:51:44 [2021-05-03T10:51:44.735Z] #53 2.036 + '[' -z '' ']'
10:51:44 [2021-05-03T10:51:44.735Z] #53 2.036 ++ mktemp -d
10:51:44 [2021-05-03T10:51:44.735Z] #53 2.036 + export GOPATH=/tmp/tmp.qXF3V4JE03
10:51:44 [2021-05-03T10:51:44.735Z] #53 2.036 + GOPATH=/tmp/tmp.qXF3V4JE03
10:51:44 [2021-05-03T10:51:44.735Z] #53 2.036 + RM_GOPATH=1
10:51:44 [2021-05-03T10:51:44.735Z] #53 2.036 + case "$(go env GOARCH)" in
10:51:44 [2021-05-03T10:51:44.735Z] #53 2.036 ++ go env GOARCH
10:51:44 [2021-05-03T10:51:44.735Z] #53 2.036 + export GO_BUILDMODE=-buildmode=pie
10:51:44 [2021-05-03T10:51:44.735Z] #53 2.036 + GO_BUILDMODE=-buildmode=pie
10:51:44 [2021-05-03T10:51:44.735Z] #53 2.036 ++ dirname /tmp/install/install.sh
10:51:44 [2021-05-03T10:51:44.735Z] #53 2.036 + dir=/tmp/install
10:51:44 [2021-05-03T10:51:44.735Z] #53 2.036 + bin=runc
10:51:44 [2021-05-03T10:51:44.735Z] #53 2.036 + shift
10:51:44 [2021-05-03T10:51:44.735Z] #53 2.036 + '[' '!' -f /tmp/install/runc.installer ']'
10:51:44 [2021-05-03T10:51:44.735Z] #53 2.036 + . /tmp/install/runc.installer
10:51:44 [2021-05-03T10:51:44.735Z] #53 2.036 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec
10:51:44 [2021-05-03T10:51:44.735Z] #53 2.036 + install_runc
10:51:44 [2021-05-03T10:51:44.735Z] #53 2.036 + grep -q '^3\.10\.0.*\.el7\.'
10:51:44 [2021-05-03T10:51:44.735Z] #53 2.036 + uname -r
10:51:44 [2021-05-03T10:51:44.735Z] #53 2.036 + RUNC_BUILDTAGS='seccomp '
10:51:44 [2021-05-03T10:51:44.735Z] #53 2.036 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )'
10:51:44 [2021-05-03T10:51:44.735Z] #53 2.036 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.qXF3V4JE03/src/github.com/opencontainers/runc
10:51:44 [2021-05-03T10:51:44.735Z] #53 2.036 Cloning into '/tmp/tmp.qXF3V4JE03/src/github.com/opencontainers/runc'...
10:51:44 [2021-05-03T10:51:44.735Z] #53 2.057 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )
10:51:44 [2021-05-03T10:51:44.900Z] #43 28.61   CC       images/sk-packet.o
10:51:44 [2021-05-03T10:51:44.900Z] #43 ...
10:51:44 [2021-05-03T10:51:44.900Z] 
10:51:44 [2021-05-03T10:51:44.900Z] #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
10:51:44 [2021-05-03T10:51:44.900Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
10:51:44 [2021-05-03T10:51:44.900Z] #13 79.69 Selecting previously unselected package g++-mingw-w64-x86-64.
10:51:44 [2021-05-03T10:51:44.900Z] #13 79.70 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ...
10:51:44 [2021-05-03T10:51:44.900Z] #13 79.71 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
10:51:44 [2021-05-03T10:51:44.900Z] #13 89.81 Selecting previously unselected package libapparmor1:arm64.
10:51:44 [2021-05-03T10:51:44.900Z] #13 89.82 Preparing to unpack .../10-libapparmor1_2.13.2-10_arm64.deb ...
10:51:44 [2021-05-03T10:51:44.900Z] #13 89.83 Unpacking libapparmor1:arm64 (2.13.2-10) ...
10:51:44 [2021-05-03T10:51:44.900Z] #13 ...
10:51:44 [2021-05-03T10:51:44.900Z] 
10:51:44 [2021-05-03T10:51:44.900Z] #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
10:51:44 [2021-05-03T10:51:44.900Z] #45 sha256:26d463812ae3beab4d7f1f93e06732e330a4d8d816feedf46b9897c7fedb194d
10:51:44 [2021-05-03T10:51:44.900Z] #45 82.48 mime
10:51:44 [2021-05-03T10:51:44.900Z] #45 82.73 mime/quotedprintable
10:51:44 [2021-05-03T10:51:44.900Z] #45 83.44 net/http/internal
10:51:44 [2021-05-03T10:51:44.900Z] #45 85.39 vendor/golang.org/x/net/idna
10:51:44 [2021-05-03T10:51:44.900Z] #45 88.51 vendor/golang.org/x/net/http/httpproxy
10:51:44 [2021-05-03T10:51:44.900Z] #45 88.52 net/textproto
10:51:44 [2021-05-03T10:51:44.900Z] #45 88.52 crypto/x509
10:51:44 [2021-05-03T10:51:44.900Z] #45 89.75 vendor/golang.org/x/net/http/httpguts
10:51:44 [2021-05-03T10:51:44.900Z] #45 89.76 mime/multipart
10:51:44 [2021-05-03T10:51:44.900Z] #45 91.75 crypto/tls
10:51:44 [2021-05-03T10:51:44.934Z] #43 ...
10:51:44 [2021-05-03T10:51:44.934Z] 
10:51:44 [2021-05-03T10:51:44.934Z] #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
10:51:44 [2021-05-03T10:51:44.934Z] #53 sha256:194c8af140754a7c18799114295519619bf081df19cdf58abc828a2cc813ceed
10:51:44 [2021-05-03T10:51:44.934Z] #53 4.888 + RM_GOPATH=0
10:51:44 [2021-05-03T10:51:44.934Z] #53 4.888 + TMP_GOPATH=
10:51:44 [2021-05-03T10:51:44.934Z] #53 4.888 + : /build
10:51:44 [2021-05-03T10:51:44.935Z] #53 4.888 + '[' -z '' ']'
10:51:44 [2021-05-03T10:51:44.935Z] #53 4.888 ++ mktemp -d
10:51:44 [2021-05-03T10:51:44.935Z] #53 4.888 + export GOPATH=/tmp/tmp.4a9fFy3uQg
10:51:44 [2021-05-03T10:51:44.935Z] #53 4.888 + GOPATH=/tmp/tmp.4a9fFy3uQg
10:51:44 [2021-05-03T10:51:44.935Z] #53 4.888 + RM_GOPATH=1
10:51:44 [2021-05-03T10:51:44.935Z] #53 4.888 + case "$(go env GOARCH)" in
10:51:44 [2021-05-03T10:51:44.935Z] #53 4.888 ++ go env GOARCH
10:51:44 [2021-05-03T10:51:44.935Z] #53 4.910 + export GO_BUILDMODE=-buildmode=pie
10:51:44 [2021-05-03T10:51:44.935Z] #53 4.910 + GO_BUILDMODE=-buildmode=pie
10:51:44 [2021-05-03T10:51:44.935Z] #53 4.920 ++ dirname /tmp/install/install.sh
10:51:44 [2021-05-03T10:51:44.935Z] #53 4.928 + dir=/tmp/install
10:51:44 [2021-05-03T10:51:44.935Z] #53 4.928 + bin=runc
10:51:44 [2021-05-03T10:51:44.935Z] #53 4.928 + shift
10:51:44 [2021-05-03T10:51:44.935Z] #53 4.928 + '[' '!' -f /tmp/install/runc.installer ']'
10:51:44 [2021-05-03T10:51:44.935Z] #53 4.928 + . /tmp/install/runc.installer
10:51:44 [2021-05-03T10:51:44.935Z] #53 4.928 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec
10:51:44 [2021-05-03T10:51:44.935Z] #53 4.928 + install_runc
10:51:44 [2021-05-03T10:51:44.935Z] #53 4.928 + grep -q '^3\.10\.0.*\.el7\.'
10:51:44 [2021-05-03T10:51:44.935Z] #53 4.928 + uname -r
10:51:44 [2021-05-03T10:51:44.935Z] #53 4.935 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )
10:51:44 [2021-05-03T10:51:44.935Z] #53 4.936 + RUNC_BUILDTAGS='seccomp '
10:51:44 [2021-05-03T10:51:44.935Z] #53 4.936 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )'
10:51:44 [2021-05-03T10:51:44.935Z] #53 4.936 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.4a9fFy3uQg/src/github.com/opencontainers/runc
10:51:44 [2021-05-03T10:51:44.935Z] #53 4.956 Cloning into '/tmp/tmp.4a9fFy3uQg/src/github.com/opencontainers/runc'...
10:51:44 [2021-05-03T10:51:44.935Z] #53 ...
10:51:44 [2021-05-03T10:51:44.935Z] 
10:51:44 [2021-05-03T10:51:44.935Z] #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
10:51:44 [2021-05-03T10:51:44.935Z] #45 sha256:420f325532c1ee2984a12f05e3c7f055e58b2ada76e1c2d087abdaee6c492b96
10:51:44 [2021-05-03T10:51:44.935Z] #45 133.7 github.com/LK4D4/vndr/godl
10:51:44 [2021-05-03T10:51:44.988Z] #43 83.15   DEP      criu/files-reg.d
10:51:44 [2021-05-03T10:51:44.988Z] #43 83.35   DEP      criu/files-ext.d
10:51:45 [2021-05-03T10:51:45.244Z] #43 ...
10:51:45 [2021-05-03T10:51:45.244Z] 
10:51:45 [2021-05-03T10:51:45.244Z] #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
10:51:45 [2021-05-03T10:51:45.244Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
10:51:45 [2021-05-03T10:51:45.244Z] #32 DONE 167.5s
10:51:45 [2021-05-03T10:51:45.244Z] 
10:51:45 [2021-05-03T10:51:45.244Z] #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
10:51:45 [2021-05-03T10:51:45.244Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:51:45 [2021-05-03T10:51:45.244Z] #43 83.49   DEP      criu/file-lock.d
10:51:45 [2021-05-03T10:51:45.287Z] #45 ...
10:51:45 [2021-05-03T10:51:45.287Z] 
10:51:45 [2021-05-03T10:51:45.287Z] #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
10:51:45 [2021-05-03T10:51:45.287Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
10:51:45 [2021-05-03T10:51:45.287Z] #13 89.99 Selecting previously unselected package libapparmor-dev:arm64.
10:51:45 [2021-05-03T10:51:45.287Z] #13 89.99 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_arm64.deb ...
10:51:45 [2021-05-03T10:51:45.287Z] #13 90.00 Unpacking libapparmor-dev:arm64 (2.13.2-10) ...
10:51:45 [2021-05-03T10:51:45.501Z] #43 83.64   DEP      criu/file-ids.d
10:51:45 [2021-05-03T10:51:45.506Z] #45 134.5 github.com/LK4D4/vndr
10:51:45 [2021-05-03T10:51:45.757Z] #43 83.77   DEP      criu/fifo.d
10:51:45 [2021-05-03T10:51:45.757Z] #43 84.04   DEP      criu/fdstore.d
10:51:46 [2021-05-03T10:51:46.013Z] #43 84.22   DEP      criu/fault-injection.d
10:51:46 [2021-05-03T10:51:46.269Z] #43 84.34   DEP      criu/external.d
10:51:46 [2021-05-03T10:51:46.269Z] #43 84.49   DEP      criu/eventpoll.d
10:51:46 [2021-05-03T10:51:46.445Z] #45 ...
10:51:46 [2021-05-03T10:51:46.445Z] 
10:51:46 [2021-05-03T10:51:46.445Z] #16 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
10:51:46 [2021-05-03T10:51:46.445Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac
10:51:46 [2021-05-03T10:51:46.445Z] #16 2.669 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
10:51:46 [2021-05-03T10:51:46.445Z] #16 DONE 2.8s
10:51:46 [2021-05-03T10:51:46.525Z] #43 84.66   DEP      criu/eventfd.d
10:51:46 [2021-05-03T10:51:46.525Z] #43 84.77   DEP      criu/crtools.d
10:51:46 [2021-05-03T10:51:46.525Z] #43 84.90   DEP      criu/cr-service.d
10:51:46 [2021-05-03T10:51:46.678Z] #13 91.49 Selecting previously unselected package libbtrfs0.
10:51:46 [2021-05-03T10:51:46.678Z] #13 91.49 Preparing to unpack .../12-libbtrfs0_4.20.1-2_arm64.deb ...
10:51:46 [2021-05-03T10:51:46.705Z] 
10:51:46 [2021-05-03T10:51:46.705Z] #17 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
10:51:46 [2021-05-03T10:51:46.705Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea
10:51:46 [2021-05-03T10:51:46.781Z] #43 85.02   DEP      criu/cr-restore.d
10:51:46 [2021-05-03T10:51:46.941Z] #13 91.79 Unpacking libbtrfs0 (4.20.1-2) ...
10:51:47 [2021-05-03T10:51:47.037Z] #43 85.21   DEP      criu/cr-errno.d
10:51:47 [2021-05-03T10:51:47.038Z] #43 85.25   DEP      criu/cr-dump.d
10:51:47 [2021-05-03T10:51:47.038Z] #43 85.41   DEP      criu/cr-dedup.d
10:51:47 [2021-05-03T10:51:47.271Z] #53 ...
10:51:47 [2021-05-03T10:51:47.271Z] 
10:51:47 [2021-05-03T10:51:47.271Z] #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
10:51:47 [2021-05-03T10:51:47.272Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6
10:51:47 [2021-05-03T10:51:47.272Z] #15 DONE 2.4s
10:51:47 [2021-05-03T10:51:47.272Z] 
10:51:47 [2021-05-03T10:51:47.272Z] #16 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
10:51:47 [2021-05-03T10:51:47.272Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac
10:51:47 [2021-05-03T10:51:47.600Z] #43 85.60   DEP      criu/cr-check.d
10:51:47 [2021-05-03T10:51:47.600Z] #43 85.77   DEP      criu/config.d
10:51:47 [2021-05-03T10:51:47.600Z] #43 85.98   DEP      criu/clone-noasan.d
10:51:47 [2021-05-03T10:51:47.856Z] #43 86.11   DEP      criu/cgroup.d
10:51:47 [2021-05-03T10:51:47.889Z] #13 ...
10:51:47 [2021-05-03T10:51:47.889Z] 
10:51:47 [2021-05-03T10:51:47.889Z] #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
10:51:47 [2021-05-03T10:51:47.889Z] #58 sha256:50814f4f3fefb88e33d481f2b34a6af78a66edf70dcb2149319be0f26d624354
10:51:47 [2021-05-03T10:51:47.890Z] #58 DONE 95.3s
10:51:47 [2021-05-03T10:51:47.890Z] 
10:51:47 [2021-05-03T10:51:47.890Z] #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
10:51:47 [2021-05-03T10:51:47.890Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
10:51:47 [2021-05-03T10:51:47.890Z] #13 92.86 Selecting previously unselected package libbtrfs-dev.
10:51:47 [2021-05-03T10:51:47.890Z] #13 92.86 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_arm64.deb ...
10:51:47 [2021-05-03T10:51:47.890Z] #13 92.88 Unpacking libbtrfs-dev (4.20.1-2) ...
10:51:48 [2021-05-03T10:51:48.112Z] #43 86.32   DEP      criu/cgroup-props.d
10:51:48 [2021-05-03T10:51:48.113Z] #43 86.37   DEP      criu/bitmap.d
10:51:48 [2021-05-03T10:51:48.113Z] #43 86.39   DEP      criu/bfd.d
10:51:48 [2021-05-03T10:51:48.155Z] #13 ...
10:51:48 [2021-05-03T10:51:48.155Z] 
10:51:48 [2021-05-03T10:51:48.155Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
10:51:48 [2021-05-03T10:51:48.155Z] #59 sha256:f8d221af6fe735bdba5b2039957901999e42c0acbd76382cf7a304abbbc256db
10:51:48 [2021-05-03T10:51:48.155Z] #59 DONE 0.1s
10:51:48 [2021-05-03T10:51:48.155Z] 
10:51:48 [2021-05-03T10:51:48.155Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
10:51:48 [2021-05-03T10:51:48.155Z] #60 sha256:ab9141d502df18ee617ca39a8ba02a9e00d3fc517450f386b14885916835e7a3
10:51:48 [2021-05-03T10:51:48.155Z] #60 DONE 0.1s
10:51:48 [2021-05-03T10:51:48.155Z] 
10:51:48 [2021-05-03T10:51:48.155Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
10:51:48 [2021-05-03T10:51:48.155Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
10:51:48 [2021-05-03T10:51:48.155Z] #13 93.09 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
10:51:48 [2021-05-03T10:51:48.155Z] #13 93.11 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ...
10:51:48 [2021-05-03T10:51:48.155Z] #13 93.13 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ...
10:51:48 [2021-05-03T10:51:48.209Z] #16 1.155 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
10:51:48 [2021-05-03T10:51:48.209Z] #16 DONE 1.3s
10:51:48 [2021-05-03T10:51:48.209Z] 
10:51:48 [2021-05-03T10:51:48.209Z] #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
10:51:48 [2021-05-03T10:51:48.209Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:51:48 [2021-05-03T10:51:48.209Z] #43 51.22   CC       soccr/soccr.o
10:51:48 [2021-05-03T10:51:48.209Z] #43 53.40   AR       soccr/libsoccr.a
10:51:48 [2021-05-03T10:51:48.209Z] #43 53.46 make[1]: 'soccr/libsoccr.a' is up to date.
10:51:48 [2021-05-03T10:51:48.209Z] #43 54.40   DEP      criu/arch/x86/sigframe.d
10:51:48 [2021-05-03T10:51:48.209Z] #43 54.61   DEP      criu/arch/x86/sigaction_compat.d
10:51:48 [2021-05-03T10:51:48.209Z] #43 54.82   DEP      criu/arch/x86/kerndat.d
10:51:48 [2021-05-03T10:51:48.209Z] #43 55.16   DEP      criu/arch/x86/crtools.d
10:51:48 [2021-05-03T10:51:48.209Z] #43 55.37   DEP      criu/arch/x86/cpu.d
10:51:48 [2021-05-03T10:51:48.209Z] #43 55.57   CC       criu/arch/x86/cpu.o
10:51:48 [2021-05-03T10:51:48.209Z] #43 56.52   CC       criu/arch/x86/crtools.o
10:51:48 [2021-05-03T10:51:48.369Z] #43 86.50   DEP      criu/autofs.d
10:51:48 [2021-05-03T10:51:48.369Z] #43 86.65   DEP      criu/aio.d
10:51:48 [2021-05-03T10:51:48.418Z] #13 93.36 Selecting previously unselected package libudev-dev:arm64.
10:51:48 [2021-05-03T10:51:48.418Z] #13 93.36 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_arm64.deb ...
10:51:48 [2021-05-03T10:51:48.418Z] #13 93.37 Unpacking libudev-dev:arm64 (241-7~deb10u7) ...
10:51:48 [2021-05-03T10:51:48.418Z] #13 93.49 Selecting previously unselected package libsepol1-dev:arm64.
10:51:48 [2021-05-03T10:51:48.418Z] #13 93.49 Preparing to unpack .../16-libsepol1-dev_2.8-1_arm64.deb ...
10:51:48 [2021-05-03T10:51:48.625Z] #43 86.74   DEP      criu/action-scripts.d
10:51:48 [2021-05-03T10:51:48.625Z] #43 86.92   CC       criu/action-scripts.o
10:51:48 [2021-05-03T10:51:48.683Z] #13 93.49 Unpacking libsepol1-dev:arm64 (2.8-1) ...
10:51:48 [2021-05-03T10:51:48.949Z] #13 93.80 Selecting previously unselected package libpcre16-3:arm64.
10:51:48 [2021-05-03T10:51:48.949Z] #13 93.80 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_arm64.deb ...
10:51:48 [2021-05-03T10:51:48.949Z] #13 93.81 Unpacking libpcre16-3:arm64 (2:8.39-12) ...
10:51:49 [2021-05-03T10:51:49.148Z] #43 58.03   CC       criu/arch/x86/kerndat.o
10:51:49 [2021-05-03T10:51:49.188Z] #43 87.28   CC       criu/aio.o
10:51:49 [2021-05-03T10:51:49.212Z] #13 94.01 Selecting previously unselected package libpcre32-3:arm64.
10:51:49 [2021-05-03T10:51:49.212Z] #13 94.03 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_arm64.deb ...
10:51:49 [2021-05-03T10:51:49.212Z] #13 94.04 Unpacking libpcre32-3:arm64 (2:8.39-12) ...
10:51:49 [2021-05-03T10:51:49.212Z] #13 94.28 Selecting previously unselected package libpcrecpp0v5:arm64.
10:51:49 [2021-05-03T10:51:49.212Z] #13 94.28 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_arm64.deb ...
10:51:49 [2021-05-03T10:51:49.245Z] #17 DONE 2.4s
10:51:49 [2021-05-03T10:51:49.245Z] 
10:51:49 [2021-05-03T10:51:49.245Z] #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
10:51:49 [2021-05-03T10:51:49.245Z] #53 sha256:194c8af140754a7c18799114295519619bf081df19cdf58abc828a2cc813ceed
10:51:49 [2021-05-03T10:51:49.245Z] #53 13.99 + cd /tmp/tmp.4a9fFy3uQg/src/github.com/opencontainers/runc
10:51:49 [2021-05-03T10:51:49.245Z] #53 13.99 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec
10:51:49 [2021-05-03T10:51:49.408Z] #43 ...
10:51:49 [2021-05-03T10:51:49.408Z] 
10:51:49 [2021-05-03T10:51:49.408Z] #17 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
10:51:49 [2021-05-03T10:51:49.408Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea
10:51:49 [2021-05-03T10:51:49.408Z] #17 DONE 1.2s
10:51:49 [2021-05-03T10:51:49.408Z] 
10:51:49 [2021-05-03T10:51:49.408Z] #18 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
10:51:49 [2021-05-03T10:51:49.408Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6
10:51:49 [2021-05-03T10:51:49.475Z] #13 94.29 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ...
10:51:49 [2021-05-03T10:51:49.475Z] #13 94.40 Selecting previously unselected package libpcre3-dev:arm64.
10:51:49 [2021-05-03T10:51:49.475Z] #13 94.40 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_arm64.deb ...
10:51:49 [2021-05-03T10:51:49.475Z] #13 94.41 Unpacking libpcre3-dev:arm64 (2:8.39-12) ...
10:51:49 [2021-05-03T10:51:49.750Z] #43 87.87   CC       criu/autofs.o
10:51:49 [2021-05-03T10:51:49.814Z] #53 14.80 + '[' -z '' ']'
10:51:49 [2021-05-03T10:51:49.814Z] #53 14.80 + target=static
10:51:49 [2021-05-03T10:51:49.814Z] #53 14.80 + make 'BUILDTAGS=seccomp ' static
10:51:49 [2021-05-03T10:51:49.877Z] #22 5.553 Collecting yamllint==1.26.1
10:51:50 [2021-05-03T10:51:50.057Z] #13 94.94 Selecting previously unselected package libselinux1-dev:arm64.
10:51:50 [2021-05-03T10:51:50.057Z] #13 94.94 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_arm64.deb ...
10:51:50 [2021-05-03T10:51:50.057Z] #13 94.96 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ...
10:51:50 [2021-05-03T10:51:50.074Z] #53 15.22 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o runc .
10:51:50 [2021-05-03T10:51:50.320Z] #13 95.32 Selecting previously unselected package libdevmapper-dev:arm64.
10:51:50 [2021-05-03T10:51:50.320Z] #13 95.35 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ...
10:51:50 [2021-05-03T10:51:50.583Z] #13 95.36 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ...
10:51:50 [2021-05-03T10:51:50.583Z] #13 95.50 Selecting previously unselected package libseccomp-dev:arm64.
10:51:50 [2021-05-03T10:51:50.583Z] #13 95.50 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_arm64.deb ...
10:51:50 [2021-05-03T10:51:50.583Z] #13 95.51 Unpacking libseccomp-dev:arm64 (2.4.4-1~bpo10+1) ...
10:51:50 [2021-05-03T10:51:50.790Z] #18 DONE 1.2s
10:51:50 [2021-05-03T10:51:50.790Z] 
10:51:50 [2021-05-03T10:51:50.790Z] #19 [dev-systemd-false  6/26] RUN ldconfig
10:51:50 [2021-05-03T10:51:50.790Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df
10:51:50 [2021-05-03T10:51:50.847Z] #13 95.67 Selecting previously unselected package libsystemd-dev:arm64.
10:51:50 [2021-05-03T10:51:50.847Z] #13 95.68 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_arm64.deb ...
10:51:50 [2021-05-03T10:51:50.847Z] #13 95.69 Unpacking libsystemd-dev:arm64 (241-7~deb10u7) ...
10:51:51 [2021-05-03T10:51:51.116Z] #43 89.20   CC       criu/bfd.o
10:51:51 [2021-05-03T10:51:51.429Z] #13 96.25 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ...
10:51:51 [2021-05-03T10:51:51.429Z] #13 96.28 Setting up libseccomp-dev:arm64 (2.4.4-1~bpo10+1) ...
10:51:51 [2021-05-03T10:51:51.429Z] #13 96.30 Setting up libapparmor1:arm64 (2.13.2-10) ...
10:51:51 [2021-05-03T10:51:51.429Z] #13 96.32 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
10:51:51 [2021-05-03T10:51:51.429Z] #13 96.34 Setting up libpcre16-3:arm64 (2:8.39-12) ...
10:51:51 [2021-05-03T10:51:51.429Z] #13 96.35 Setting up libsepol1-dev:arm64 (2.8-1) ...
10:51:51 [2021-05-03T10:51:51.429Z] #13 96.37 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
10:51:51 [2021-05-03T10:51:51.429Z] #13 96.38 Setting up libbtrfs0 (4.20.1-2) ...
10:51:51 [2021-05-03T10:51:51.429Z] #13 96.40 Setting up libpcre32-3:arm64 (2:8.39-12) ...
10:51:51 [2021-05-03T10:51:51.429Z] #13 96.42 Setting up libudev-dev:arm64 (241-7~deb10u7) ...
10:51:51 [2021-05-03T10:51:51.429Z] #13 96.46 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
10:51:51 [2021-05-03T10:51:51.456Z] #53 ...
10:51:51 [2021-05-03T10:51:51.456Z] 
10:51:51 [2021-05-03T10:51:51.456Z] #18 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
10:51:51 [2021-05-03T10:51:51.456Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6
10:51:51 [2021-05-03T10:51:51.456Z] #18 DONE 2.7s
10:51:51 [2021-05-03T10:51:51.679Z] #43 89.66   CC       criu/bitmap.o
10:51:51 [2021-05-03T10:51:51.679Z] #43 89.77   CC       criu/cgroup-props.o
10:51:51 [2021-05-03T10:51:51.692Z] #13 96.48 Setting up libbtrfs-dev (4.20.1-2) ...
10:51:51 [2021-05-03T10:51:51.692Z] #13 96.51 Setting up libapparmor-dev:arm64 (2.13.2-10) ...
10:51:51 [2021-05-03T10:51:51.692Z] #13 96.53 Setting up mingw-w64-common (6.0.0-3) ...
10:51:51 [2021-05-03T10:51:51.692Z] #13 96.55 Setting up libsystemd-dev:arm64 (241-7~deb10u7) ...
10:51:51 [2021-05-03T10:51:51.692Z] #13 96.57 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
10:51:51 [2021-05-03T10:51:51.692Z] #13 96.59 Setting up libpcre3-dev:arm64 (2:8.39-12) ...
10:51:51 [2021-05-03T10:51:51.692Z] #13 96.61 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
10:51:51 [2021-05-03T10:51:51.692Z] #13 96.62 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
10:51:51 [2021-05-03T10:51:51.692Z] #13 96.63 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
10:51:51 [2021-05-03T10:51:51.692Z] #13 96.64 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
10:51:51 [2021-05-03T10:51:51.692Z] #13 96.66 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
10:51:51 [2021-05-03T10:51:51.716Z] 
10:51:51 [2021-05-03T10:51:51.716Z] #19 [dev-systemd-false  6/26] RUN ldconfig
10:51:51 [2021-05-03T10:51:51.716Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df
10:51:51 [2021-05-03T10:51:51.729Z] #19 DONE 1.2s
10:51:51 [2021-05-03T10:51:51.729Z] 
10:51:51 [2021-05-03T10:51:51.729Z] #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
10:51:51 [2021-05-03T10:51:51.729Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:51:51 [2021-05-03T10:51:51.729Z] #43 58.80   CC       criu/arch/x86/sigaction_compat.o
10:51:51 [2021-05-03T10:51:51.729Z] #43 59.07   CC       criu/arch/x86/sigframe.o
10:51:51 [2021-05-03T10:51:51.729Z] #43 59.51   LINK     criu/arch/x86/crtools.built-in.o
10:51:51 [2021-05-03T10:51:51.729Z] #43 59.63   DEP      criu/pie/util-vdso-elf32.d
10:51:51 [2021-05-03T10:51:51.729Z] #43 59.92   DEP      criu/pie/util-vdso.d
10:51:51 [2021-05-03T10:51:51.729Z] #43 60.17   DEP      criu/pie/util.d
10:51:51 [2021-05-03T10:51:51.729Z] #43 60.43   CC       criu/pie/util.o
10:51:51 [2021-05-03T10:51:51.935Z] #43 ...
10:51:51 [2021-05-03T10:51:51.935Z] 
10:51:51 [2021-05-03T10:51:51.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
10:51:51 [2021-05-03T10:51:51.935Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
10:51:51 [2021-05-03T10:51:51.935Z] #20 22.01 libcap2-bin is already the newest version (1:2.25-2).
10:51:51 [2021-05-03T10:51:51.935Z] #20 22.01 The following additional packages will be installed:
10:51:51 [2021-05-03T10:51:51.935Z] #20 22.01   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
10:51:51 [2021-05-03T10:51:51.935Z] #20 22.01   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
10:51:51 [2021-05-03T10:51:51.935Z] #20 22.01   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
10:51:51 [2021-05-03T10:51:51.935Z] #20 22.02   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
10:51:51 [2021-05-03T10:51:51.935Z] #20 22.02   python3.7 python3.7-minimal vim-runtime xxd
10:51:51 [2021-05-03T10:51:51.935Z] #20 22.02 Suggested packages:
10:51:51 [2021-05-03T10:51:51.935Z] #20 22.02   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
10:51:51 [2021-05-03T10:51:51.935Z] #20 22.02   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
10:51:51 [2021-05-03T10:51:51.935Z] #20 22.02   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
10:51:51 [2021-05-03T10:51:51.935Z] #20 22.02 Recommended packages:
10:51:51 [2021-05-03T10:51:51.935Z] #20 22.02   aufs-dkms nftables build-essential python3-dev python3-keyring
10:51:51 [2021-05-03T10:51:51.935Z] #20 22.02   python3-keyrings.alt python3-xdg unzip
10:51:51 [2021-05-03T10:51:51.935Z] #20 23.99 The following NEW packages will be installed:
10:51:51 [2021-05-03T10:51:51.935Z] #20 24.00   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
10:51:51 [2021-05-03T10:51:51.935Z] #20 24.00   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
10:51:51 [2021-05-03T10:51:51.935Z] #20 24.00   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
10:51:51 [2021-05-03T10:51:51.935Z] #20 24.00   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
10:51:51 [2021-05-03T10:51:51.935Z] #20 24.01   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
10:51:51 [2021-05-03T10:51:51.935Z] #20 24.01   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
10:51:51 [2021-05-03T10:51:51.935Z] #20 24.01   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
10:51:51 [2021-05-03T10:51:51.935Z] #20 24.01   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
10:51:51 [2021-05-03T10:51:51.935Z] #20 24.01   xz-utils zip
10:51:51 [2021-05-03T10:51:51.935Z] #20 24.33 0 upgraded, 48 newly installed, 0 to remove and 27 not upgraded.
10:51:51 [2021-05-03T10:51:51.935Z] #20 24.33 Need to get 28.5 MB of archives.
10:51:51 [2021-05-03T10:51:51.935Z] #20 24.33 After this operation, 116 MB of additional disk space will be used.
10:51:51 [2021-05-03T10:51:51.936Z] #20 24.33 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
10:51:51 [2021-05-03T10:51:51.936Z] #20 24.33 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB]
10:51:51 [2021-05-03T10:51:51.936Z] #20 24.36 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB]
10:51:51 [2021-05-03T10:51:51.936Z] #20 24.46 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
10:51:51 [2021-05-03T10:51:51.936Z] #20 24.46 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
10:51:51 [2021-05-03T10:51:51.936Z] #20 24.47 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB]
10:51:51 [2021-05-03T10:51:51.936Z] #20 24.56 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB]
10:51:51 [2021-05-03T10:51:51.936Z] #20 24.58 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
10:51:51 [2021-05-03T10:51:51.936Z] #20 24.59 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
10:51:51 [2021-05-03T10:51:51.936Z] #20 24.59 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
10:51:51 [2021-05-03T10:51:51.936Z] #20 24.60 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
10:51:51 [2021-05-03T10:51:51.936Z] #20 24.60 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
10:51:51 [2021-05-03T10:51:51.936Z] #20 24.61 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
10:51:51 [2021-05-03T10:51:51.936Z] #20 24.61 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
10:51:51 [2021-05-03T10:51:51.936Z] #20 24.62 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
10:51:51 [2021-05-03T10:51:51.936Z] #20 24.62 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
10:51:51 [2021-05-03T10:51:51.936Z] #20 24.64 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
10:51:51 [2021-05-03T10:51:51.936Z] #20 24.64 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
10:51:51 [2021-05-03T10:51:51.936Z] #20 24.65 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
10:51:51 [2021-05-03T10:51:51.936Z] #20 24.67 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
10:51:51 [2021-05-03T10:51:51.936Z] #20 24.67 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
10:51:51 [2021-05-03T10:51:51.936Z] #20 24.68 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
10:51:51 [2021-05-03T10:51:51.936Z] #20 24.71 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
10:51:51 [2021-05-03T10:51:51.936Z] #20 24.72 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
10:51:51 [2021-05-03T10:51:51.936Z] #20 24.73 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
10:51:51 [2021-05-03T10:51:51.936Z] #20 24.75 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
10:51:51 [2021-05-03T10:51:51.936Z] #20 24.76 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
10:51:51 [2021-05-03T10:51:51.936Z] #20 24.76 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
10:51:51 [2021-05-03T10:51:51.936Z] #20 24.76 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
10:51:51 [2021-05-03T10:51:51.936Z] #20 25.25 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
10:51:51 [2021-05-03T10:51:51.936Z] #20 25.26 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
10:51:51 [2021-05-03T10:51:51.936Z] #20 25.26 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
10:51:51 [2021-05-03T10:51:51.936Z] #20 25.26 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
10:51:51 [2021-05-03T10:51:51.936Z] #20 25.27 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
10:51:51 [2021-05-03T10:51:51.936Z] #20 25.29 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
10:51:51 [2021-05-03T10:51:51.936Z] #20 25.38 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
10:51:51 [2021-05-03T10:51:51.936Z] #20 25.40 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
10:51:51 [2021-05-03T10:51:51.936Z] #20 25.40 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
10:51:51 [2021-05-03T10:51:51.936Z] #20 25.42 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
10:51:51 [2021-05-03T10:51:51.936Z] #20 25.43 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
10:51:51 [2021-05-03T10:51:51.936Z] #20 25.45 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
10:51:51 [2021-05-03T10:51:51.936Z] #20 25.45 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB]
10:51:51 [2021-05-03T10:51:51.936Z] #20 25.52 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
10:51:51 [2021-05-03T10:51:51.936Z] #20 25.55 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
10:51:51 [2021-05-03T10:51:51.936Z] #20 25.56 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
10:51:51 [2021-05-03T10:51:51.936Z] #20 25.87 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
10:51:51 [2021-05-03T10:51:51.936Z] #20 25.93 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
10:51:51 [2021-05-03T10:51:51.936Z] #20 25.97 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
10:51:51 [2021-05-03T10:51:51.936Z] #20 26.62 debconf: delaying package configuration, since apt-utils is not installed
10:51:51 [2021-05-03T10:51:51.936Z] #20 26.73 Fetched 28.5 MB in 2s (15.0 MB/s)
10:51:51 [2021-05-03T10:51:51.936Z] #20 26.80 Selecting previously unselected package pigz.
10:51:51 [2021-05-03T10:51:51.936Z] #20 26.80 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23435 files and directories currently installed.)
10:51:51 [2021-05-03T10:51:51.936Z] #20 26.85 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
10:51:51 [2021-05-03T10:51:51.936Z] #20 26.86 Unpacking pigz (2.4-1) ...
10:51:51 [2021-05-03T10:51:51.936Z] #20 26.96 Selecting previously unselected package libpython3.7-minimal:amd64.
10:51:51 [2021-05-03T10:51:51.936Z] #20 26.96 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
10:51:51 [2021-05-03T10:51:51.936Z] #20 26.97 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
10:51:51 [2021-05-03T10:51:51.936Z] #20 27.32 Selecting previously unselected package python3.7-minimal.
10:51:51 [2021-05-03T10:51:51.936Z] #20 27.34 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
10:51:51 [2021-05-03T10:51:51.936Z] #20 27.36 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
10:51:51 [2021-05-03T10:51:51.936Z] #20 28.11 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
10:51:51 [2021-05-03T10:51:51.936Z] #20 28.12 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
10:51:51 [2021-05-03T10:51:51.958Z] #13 96.67 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
10:51:51 [2021-05-03T10:51:51.958Z] #13 96.70 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
10:51:51 [2021-05-03T10:51:51.958Z] #13 96.71 Setting up libselinux1-dev:arm64 (2.8-1+b1) ...
10:51:51 [2021-05-03T10:51:51.958Z] #13 96.73 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ...
10:51:51 [2021-05-03T10:51:51.958Z] #13 96.74 Setting up dmsetup (2:1.02.155-3) ...
10:51:51 [2021-05-03T10:51:51.958Z] #13 96.77 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ...
10:51:51 [2021-05-03T10:51:51.958Z] #13 96.78 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ...
10:51:51 [2021-05-03T10:51:51.958Z] #13 96.80 Processing triggers for libc-bin (2.28-10) ...
10:51:52 [2021-05-03T10:51:52.303Z] #43 61.01   CC       criu/pie/util-vdso.o
10:51:52 [2021-05-03T10:51:52.424Z] #22 ...
10:51:52 [2021-05-03T10:51:52.424Z] 
10:51:52 [2021-05-03T10:51:52.424Z] #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
10:51:52 [2021-05-03T10:51:52.424Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:51:52 [2021-05-03T10:51:52.424Z] #43 130.0   CC       criu/namespaces.o
10:51:52 [2021-05-03T10:51:52.424Z] #43 132.2   CC       criu/net.o
10:51:52 [2021-05-03T10:51:52.424Z] #43 135.3   CC       criu/netfilter.o
10:51:52 [2021-05-03T10:51:52.533Z] #13 DONE 97.3s
10:51:52 [2021-05-03T10:51:52.533Z] 
10:51:52 [2021-05-03T10:51:52.533Z] #14 [dev-systemd-false  1/26] RUN groupadd -r docker
10:51:52 [2021-05-03T10:51:52.533Z] #14 sha256:8a6ac16c6f60b3ddd6666e188160503c9d1e0f23b198ede20cd2b4a914d2344c
10:51:52 [2021-05-03T10:51:52.685Z] #43 135.6   CC       criu/page-pipe.o
10:51:53 [2021-05-03T10:51:53.242Z] #43 61.84   CC       criu/pie/util-vdso-elf32.o
10:51:53 [2021-05-03T10:51:53.257Z] #43 136.3   CC       criu/page-xfer.o
10:51:53 [2021-05-03T10:51:53.303Z] #20 30.03 Selecting previously unselected package python3-minimal.
10:51:53 [2021-05-03T10:51:53.303Z] #20 30.03 (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.)
10:51:53 [2021-05-03T10:51:53.303Z] #20 30.09 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
10:51:53 [2021-05-03T10:51:53.303Z] #20 30.10 Unpacking python3-minimal (3.7.3-1) ...
10:51:53 [2021-05-03T10:51:53.303Z] #20 30.14 Selecting previously unselected package libmpdec2:amd64.
10:51:53 [2021-05-03T10:51:53.303Z] #20 30.16 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
10:51:53 [2021-05-03T10:51:53.303Z] #20 30.17 Unpacking libmpdec2:amd64 (2.4.2-2) ...
10:51:53 [2021-05-03T10:51:53.502Z] #43 62.42   AR       criu/pie/pie.lib.a
10:51:53 [2021-05-03T10:51:53.559Z] #20 30.26 Selecting previously unselected package libpython3.7-stdlib:amd64.
10:51:53 [2021-05-03T10:51:53.559Z] #20 30.28 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ...
10:51:53 [2021-05-03T10:51:53.559Z] #20 30.29 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
10:51:53 [2021-05-03T10:51:53.762Z] #43 62.52   DEP      criu/pie/restorer.d
10:51:54 [2021-05-03T10:51:54.021Z] #43 62.81   DEP      criu/arch/x86/sigaction_compat_pie.d
10:51:54 [2021-05-03T10:51:54.256Z] #19 DONE 2.6s
10:51:54 [2021-05-03T10:51:54.256Z] 
10:51:54 [2021-05-03T10:51:54.256Z] #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
10:51:54 [2021-05-03T10:51:54.256Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
10:51:54 [2021-05-03T10:51:54.282Z] #43 62.99   DEP      criu/arch/x86/restorer_unmap.d
10:51:54 [2021-05-03T10:51:54.282Z] #43 63.02   DEP      criu/arch/x86/restorer.d
10:51:54 [2021-05-03T10:51:54.461Z] #14 DONE 2.0s
10:51:54 [2021-05-03T10:51:54.461Z] 
10:51:54 [2021-05-03T10:51:54.461Z] #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
10:51:54 [2021-05-03T10:51:54.461Z] #15 sha256:daa9f6e8adf5b429e62d5ff15da3779572527060f146ba0a193beaf894564a3f
10:51:54 [2021-05-03T10:51:54.487Z] #20 31.16 Selecting previously unselected package python3.7.
10:51:54 [2021-05-03T10:51:54.487Z] #20 31.17 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ...
10:51:54 [2021-05-03T10:51:54.487Z] #20 31.18 Unpacking python3.7 (3.7.3-2+deb10u3) ...
10:51:54 [2021-05-03T10:51:54.487Z] #20 31.29 Selecting previously unselected package libpython3-stdlib:amd64.
10:51:54 [2021-05-03T10:51:54.487Z] #20 31.31 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
10:51:54 [2021-05-03T10:51:54.487Z] #20 31.32 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
10:51:54 [2021-05-03T10:51:54.541Z] #43 63.20   DEP      criu/arch/x86/vdso-pie.d
10:51:54 [2021-05-03T10:51:54.541Z] #43 63.34   DEP      criu/pie/parasite-vdso.d
10:51:54 [2021-05-03T10:51:54.743Z] #20 31.44 Setting up python3-minimal (3.7.3-1) ...
10:51:54 [2021-05-03T10:51:54.801Z] #43 63.57   DEP      criu/pie/parasite.d
10:51:55 [2021-05-03T10:51:55.037Z] #15 ...
10:51:55 [2021-05-03T10:51:55.038Z] 
10:51:55 [2021-05-03T10:51:55.038Z] #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
10:51:55 [2021-05-03T10:51:55.038Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
10:51:55 [2021-05-03T10:51:55.038Z] #43 28.94   CC       images/mnt.o
10:51:55 [2021-05-03T10:51:55.038Z] #43 29.35   CC       images/pipe-data.o
10:51:55 [2021-05-03T10:51:55.038Z] #43 29.61   CC       images/sa.o
10:51:55 [2021-05-03T10:51:55.038Z] #43 29.91   CC       images/timer.o
10:51:55 [2021-05-03T10:51:55.038Z] #43 30.42   CC       images/timerfd.o
10:51:55 [2021-05-03T10:51:55.038Z] #43 30.69   CC       images/mm.o
10:51:55 [2021-05-03T10:51:55.038Z] #43 31.07   CC       images/sk-opts.o
10:51:55 [2021-05-03T10:51:55.038Z] #43 31.37   CC       images/sk-unix.o
10:51:55 [2021-05-03T10:51:55.038Z] #43 31.72   CC       images/sk-inet.o
10:51:55 [2021-05-03T10:51:55.038Z] #43 32.19   CC       images/tun.o
10:51:55 [2021-05-03T10:51:55.038Z] #43 32.56   CC       images/sk-netlink.o
10:51:55 [2021-05-03T10:51:55.038Z] #43 32.91   CC       images/packet-sock.o
10:51:55 [2021-05-03T10:51:55.038Z] #43 33.52   CC       images/ipc-var.o
10:51:55 [2021-05-03T10:51:55.038Z] #43 33.86   CC       images/ipc-desc.o
10:51:55 [2021-05-03T10:51:55.038Z] #43 34.07   CC       images/ipc-shm.o
10:51:55 [2021-05-03T10:51:55.038Z] #43 34.26   CC       images/ipc-msg.o
10:51:55 [2021-05-03T10:51:55.038Z] #43 34.50   CC       images/ipc-sem.o
10:51:55 [2021-05-03T10:51:55.038Z] #43 34.76   CC       images/utsns.o
10:51:55 [2021-05-03T10:51:55.038Z] #43 35.05   CC       images/creds.o
10:51:55 [2021-05-03T10:51:55.038Z] #43 35.25   CC       images/vma.o
10:51:55 [2021-05-03T10:51:55.038Z] #43 35.47   CC       images/netdev.o
10:51:55 [2021-05-03T10:51:55.038Z] #43 35.74   CC       images/tty.o
10:51:55 [2021-05-03T10:51:55.038Z] #43 36.37   CC       images/file-lock.o
10:51:55 [2021-05-03T10:51:55.038Z] #43 36.60   CC       images/rlimit.o
10:51:55 [2021-05-03T10:51:55.038Z] #43 36.83   CC       images/pagemap.o
10:51:55 [2021-05-03T10:51:55.038Z] #43 37.22   CC       images/siginfo.o
10:51:55 [2021-05-03T10:51:55.038Z] #43 37.50   CC       images/rpc.o
10:51:55 [2021-05-03T10:51:55.038Z] #43 38.73   CC       images/ext-file.o
10:51:55 [2021-05-03T10:51:55.061Z] #43 63.84   CC       criu/pie/parasite.o
10:51:55 [2021-05-03T10:51:55.171Z] #43 137.8   CC       criu/pagemap-cache.o
10:51:55 [2021-05-03T10:51:55.171Z] #43 138.1   CC       criu/pagemap.o
10:51:55 [2021-05-03T10:51:55.171Z] #43 ...
10:51:55 [2021-05-03T10:51:55.171Z] 
10:51:55 [2021-05-03T10:51:55.171Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
10:51:55 [2021-05-03T10:51:55.171Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4
10:51:55 [2021-05-03T10:51:55.171Z] #22 11.00   Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB)
10:51:55 [2021-05-03T10:51:55.196Z] #20 ...
10:51:55 [2021-05-03T10:51:55.196Z] 
10:51:55 [2021-05-03T10:51:55.196Z] #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
10:51:55 [2021-05-03T10:51:55.196Z] #45 sha256:420f325532c1ee2984a12f05e3c7f055e58b2ada76e1c2d087abdaee6c492b96
10:51:55 [2021-05-03T10:51:55.196Z] #45 DONE 144.3s
10:51:55 [2021-05-03T10:51:55.196Z] 
10:51:55 [2021-05-03T10:51:55.196Z] #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
10:51:55 [2021-05-03T10:51:55.196Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:51:55 [2021-05-03T10:51:55.196Z] #43 65.69   CC       criu/arch/x86/vdso-pie.o
10:51:55 [2021-05-03T10:51:55.196Z] #43 66.04   CC       criu/arch/x86/restorer.o
10:51:55 [2021-05-03T10:51:55.196Z] #43 66.64   CC       criu/arch/x86/restorer_unmap.o
10:51:55 [2021-05-03T10:51:55.196Z] #43 66.71   CC       criu/arch/x86/sigaction_compat_pie.o
10:51:55 [2021-05-03T10:51:55.196Z] #43 67.04   CC       criu/pie/restorer.o
10:51:55 [2021-05-03T10:51:55.196Z] #43 70.33   LINK     criu/pie/restorer.built-in.o
10:51:55 [2021-05-03T10:51:55.196Z] #43 70.39   GEN      criu/pie/restorer-blob.h
10:51:55 [2021-05-03T10:51:55.196Z] #43 70.50   DEP      criu/vdso.d
10:51:55 [2021-05-03T10:51:55.196Z] #43 70.69   DEP      criu/vdso-compat.d
10:51:55 [2021-05-03T10:51:55.196Z] #43 70.83   DEP      criu/uts_ns.d
10:51:55 [2021-05-03T10:51:55.196Z] #43 70.99   DEP      criu/util.d
10:51:55 [2021-05-03T10:51:55.196Z] #43 71.18   DEP      criu/uffd.d
10:51:55 [2021-05-03T10:51:55.196Z] #43 71.44   DEP      criu/tun.d
10:51:55 [2021-05-03T10:51:55.196Z] #43 71.64   DEP      criu/tty.d
10:51:55 [2021-05-03T10:51:55.196Z] #43 71.89   DEP      criu/timerfd.d
10:51:55 [2021-05-03T10:51:55.196Z] #43 72.12   DEP      criu/timens.d
10:51:55 [2021-05-03T10:51:55.196Z] #43 72.43   DEP      criu/sysfs_parse.d
10:51:55 [2021-05-03T10:51:55.196Z] #43 72.69   DEP      criu/sysctl.d
10:51:55 [2021-05-03T10:51:55.196Z] #43 72.87   DEP      criu/string.d
10:51:55 [2021-05-03T10:51:55.196Z] #43 72.97   DEP      criu/stats.d
10:51:55 [2021-05-03T10:51:55.196Z] #43 73.15   DEP      criu/sockets.d
10:51:55 [2021-05-03T10:51:55.196Z] #43 73.39   DEP      criu/sk-unix.d
10:51:55 [2021-05-03T10:51:55.196Z] #43 73.61   DEP      criu/sk-tcp.d
10:51:55 [2021-05-03T10:51:55.196Z] #43 73.85   DEP      criu/sk-queue.d
10:51:55 [2021-05-03T10:51:55.196Z] #43 74.05   DEP      criu/sk-packet.d
10:51:55 [2021-05-03T10:51:55.196Z] #43 74.27   DEP      criu/sk-netlink.d
10:51:55 [2021-05-03T10:51:55.196Z] #43 74.48   DEP      criu/sk-inet.d
10:51:55 [2021-05-03T10:51:55.196Z] #43 74.75   DEP      criu/signalfd.d
10:51:55 [2021-05-03T10:51:55.196Z] #43 74.90   DEP      criu/sigframe.d
10:51:55 [2021-05-03T10:51:55.196Z] #43 75.08   DEP      criu/shmem.d
10:51:55 [2021-05-03T10:51:55.196Z] #43 75.33   DEP      criu/servicefd.d
10:51:55 [2021-05-03T10:51:55.196Z] #43 75.54   DEP      criu/seize.d
10:51:55 [2021-05-03T10:51:55.196Z] #43 75.68   DEP      criu/seccomp.d
10:51:55 [2021-05-03T10:51:55.300Z] #43 38.96   CC       images/cgroup.o
10:51:55 [2021-05-03T10:51:55.300Z] #43 ...
10:51:55 [2021-05-03T10:51:55.300Z] 
10:51:55 [2021-05-03T10:51:55.300Z] #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
10:51:55 [2021-05-03T10:51:55.300Z] #53 sha256:679b87c7ad5b3deb09076d4dd0c12894360556cdafc04a65176cf6873ad013b6
10:51:55 [2021-05-03T10:51:55.300Z] #53 1.732 + RM_GOPATH=0
10:51:55 [2021-05-03T10:51:55.300Z] #53 1.732 + TMP_GOPATH=
10:51:55 [2021-05-03T10:51:55.300Z] #53 1.732 + : /build
10:51:55 [2021-05-03T10:51:55.300Z] #53 1.732 + '[' -z '' ']'
10:51:55 [2021-05-03T10:51:55.300Z] #53 1.733 ++ mktemp -d
10:51:55 [2021-05-03T10:51:55.300Z] #53 1.736 + export GOPATH=/tmp/tmp.gF0S4jtQkW
10:51:55 [2021-05-03T10:51:55.300Z] #53 1.736 + GOPATH=/tmp/tmp.gF0S4jtQkW
10:51:55 [2021-05-03T10:51:55.300Z] #53 1.737 + RM_GOPATH=1
10:51:55 [2021-05-03T10:51:55.300Z] #53 1.737 + case "$(go env GOARCH)" in
10:51:55 [2021-05-03T10:51:55.300Z] #53 1.739 ++ go env GOARCH
10:51:55 [2021-05-03T10:51:55.300Z] #53 1.774 + export GO_BUILDMODE=-buildmode=pie
10:51:55 [2021-05-03T10:51:55.300Z] #53 1.775 + GO_BUILDMODE=-buildmode=pie
10:51:55 [2021-05-03T10:51:55.300Z] #53 1.776 ++ dirname /tmp/install/install.sh
10:51:55 [2021-05-03T10:51:55.300Z] #53 1.783 + dir=/tmp/install
10:51:55 [2021-05-03T10:51:55.300Z] #53 1.783 + bin=runc
10:51:55 [2021-05-03T10:51:55.300Z] #53 1.783 + shift
10:51:55 [2021-05-03T10:51:55.300Z] #53 1.783 + '[' '!' -f /tmp/install/runc.installer ']'
10:51:55 [2021-05-03T10:51:55.300Z] #53 1.783 + . /tmp/install/runc.installer
10:51:55 [2021-05-03T10:51:55.300Z] #53 1.784 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec
10:51:55 [2021-05-03T10:51:55.300Z] #53 1.784 + install_runc
10:51:55 [2021-05-03T10:51:55.300Z] #53 1.785 + grep -q '^3\.10\.0.*\.el7\.'
10:51:55 [2021-05-03T10:51:55.300Z] #53 1.785 + uname -r
10:51:55 [2021-05-03T10:51:55.300Z] #53 1.792 + RUNC_BUILDTAGS='seccomp '
10:51:55 [2021-05-03T10:51:55.300Z] #53 1.793 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )'
10:51:55 [2021-05-03T10:51:55.300Z] #53 1.793 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )
10:51:55 [2021-05-03T10:51:55.300Z] #53 1.793 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.gF0S4jtQkW/src/github.com/opencontainers/runc
10:51:55 [2021-05-03T10:51:55.300Z] #53 1.801 Cloning into '/tmp/tmp.gF0S4jtQkW/src/github.com/opencontainers/runc'...
10:51:55 [2021-05-03T10:51:55.333Z] #43 ...
10:51:55 [2021-05-03T10:51:55.333Z] 
10:51:55 [2021-05-03T10:51:55.333Z] #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
10:51:55 [2021-05-03T10:51:55.333Z] #53 sha256:8804b25cd89d4c2afec646e6238991ba5a45dd30d434428f648a51674d1b717b
10:51:55 [2021-05-03T10:51:55.333Z] #53 12.74 + cd /tmp/tmp.qXF3V4JE03/src/github.com/opencontainers/runc
10:51:55 [2021-05-03T10:51:55.333Z] #53 12.74 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec
10:51:55 [2021-05-03T10:51:55.349Z] #20 32.20 Selecting previously unselected package python3.
10:51:55 [2021-05-03T10:51:55.349Z] #20 32.20 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24096 files and directories currently installed.)
10:51:55 [2021-05-03T10:51:55.349Z] #20 32.25 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
10:51:55 [2021-05-03T10:51:55.455Z] #43 75.92   DEP      criu/rst-malloc.d
10:51:55 [2021-05-03T10:51:55.455Z] #43 75.99   DEP      criu/rbtree.d
10:51:55 [2021-05-03T10:51:55.455Z] #43 76.04   DEP      criu/pstree.d
10:51:55 [2021-05-03T10:51:55.605Z] #20 32.26 Unpacking python3 (3.7.3-1) ...
10:51:55 [2021-05-03T10:51:55.605Z] #20 32.37 Selecting previously unselected package libip4tc0:amd64.
10:51:55 [2021-05-03T10:51:55.605Z] #20 32.38 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
10:51:55 [2021-05-03T10:51:55.605Z] #20 32.39 Unpacking libip4tc0:amd64 (1.8.2-4) ...
10:51:55 [2021-05-03T10:51:55.715Z] #43 76.23   DEP      criu/protobuf.d
10:51:55 [2021-05-03T10:51:55.862Z] #20 32.48 Selecting previously unselected package libip6tc0:amd64.
10:51:55 [2021-05-03T10:51:55.862Z] #20 32.48 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
10:51:55 [2021-05-03T10:51:55.862Z] #20 32.49 Unpacking libip6tc0:amd64 (1.8.2-4) ...
10:51:55 [2021-05-03T10:51:55.862Z] #20 32.56 Selecting previously unselected package libiptc0:amd64.
10:51:55 [2021-05-03T10:51:55.862Z] #20 32.59 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
10:51:55 [2021-05-03T10:51:55.862Z] #20 32.60 Unpacking libiptc0:amd64 (1.8.2-4) ...
10:51:55 [2021-05-03T10:51:55.862Z] #20 32.68 Selecting previously unselected package libnfnetlink0:amd64.
10:51:55 [2021-05-03T10:51:55.862Z] #20 32.69 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
10:51:55 [2021-05-03T10:51:55.903Z] #53 13.30 + '[' -z '' ']'
10:51:55 [2021-05-03T10:51:55.903Z] #53 13.30 + target=static
10:51:55 [2021-05-03T10:51:55.903Z] #53 13.30 + make 'BUILDTAGS=seccomp ' static
10:51:55 [2021-05-03T10:51:55.975Z] #43 76.38   GEN      criu/protobuf-desc-gen.h
10:51:56 [2021-05-03T10:51:56.118Z] #20 32.70 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
10:51:56 [2021-05-03T10:51:56.118Z] #20 32.76 Selecting previously unselected package libnetfilter-conntrack3:amd64.
10:51:56 [2021-05-03T10:51:56.118Z] #20 32.77 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
10:51:56 [2021-05-03T10:51:56.118Z] #20 32.78 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
10:51:56 [2021-05-03T10:51:56.118Z] #20 32.85 Selecting previously unselected package libnftnl11:amd64.
10:51:56 [2021-05-03T10:51:56.118Z] #20 32.87 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
10:51:56 [2021-05-03T10:51:56.118Z] #20 32.88 Unpacking libnftnl11:amd64 (1.1.2-2) ...
10:51:56 [2021-05-03T10:51:56.162Z] #53 13.62 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o runc .
10:51:56 [2021-05-03T10:51:56.247Z] #53 ...
10:51:56 [2021-05-03T10:51:56.247Z] 
10:51:56 [2021-05-03T10:51:56.247Z] #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
10:51:56 [2021-05-03T10:51:56.247Z] #15 sha256:daa9f6e8adf5b429e62d5ff15da3779572527060f146ba0a193beaf894564a3f
10:51:56 [2021-05-03T10:51:56.247Z] #15 DONE 1.7s
10:51:56 [2021-05-03T10:51:56.247Z] 
10:51:56 [2021-05-03T10:51:56.247Z] #16 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
10:51:56 [2021-05-03T10:51:56.247Z] #16 sha256:65e089c5b1d7082ef58fefc5a2c440b5b720136eae7084c036f4b9a2be3fd5b1
10:51:56 [2021-05-03T10:51:56.375Z] #20 32.96 Selecting previously unselected package iptables.
10:51:56 [2021-05-03T10:51:56.375Z] #20 32.96 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
10:51:56 [2021-05-03T10:51:56.375Z] #20 32.97 Unpacking iptables (1.8.2-4) ...
10:51:56 [2021-05-03T10:51:56.557Z] #22 12.23 Collecting pathspec>=0.5.3 (from yamllint==1.26.1)
10:51:56 [2021-05-03T10:51:56.557Z] #22 12.30   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
10:51:56 [2021-05-03T10:51:56.631Z] #20 33.24 Selecting previously unselected package xxd.
10:51:56 [2021-05-03T10:51:56.631Z] #20 33.25 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
10:51:56 [2021-05-03T10:51:56.631Z] #20 33.26 Unpacking xxd (2:8.1.0875-5) ...
10:51:56 [2021-05-03T10:51:56.631Z] #20 33.37 Selecting previously unselected package vim-common.
10:51:56 [2021-05-03T10:51:56.631Z] #20 33.37 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
10:51:56 [2021-05-03T10:51:56.631Z] #20 33.41 Unpacking vim-common (2:8.1.0875-5) ...
10:51:56 [2021-05-03T10:51:56.818Z] #22 12.37 Collecting pyyaml (from yamllint==1.26.1)
10:51:56 [2021-05-03T10:51:56.818Z] #22 12.63   Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB)
10:51:56 [2021-05-03T10:51:56.888Z] #20 33.55 Selecting previously unselected package bash-completion.
10:51:56 [2021-05-03T10:51:56.888Z] #20 33.55 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
10:51:57 [2021-05-03T10:51:57.356Z] #43 77.93   DEP      criu/protobuf-desc.d
10:51:57 [2021-05-03T10:51:57.389Z] #22 12.96 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0)
10:51:57 [2021-05-03T10:51:57.389Z] #22 12.96 Building wheels for collected packages: yamllint
10:51:57 [2021-05-03T10:51:57.389Z] #22 12.97   Running setup.py bdist_wheel for yamllint: started
10:51:57 [2021-05-03T10:51:57.616Z] #43 78.07   DEP      criu/proc_parse.d
10:51:57 [2021-05-03T10:51:57.616Z] #43 78.28   DEP      criu/plugin.d
10:51:57 [2021-05-03T10:51:57.643Z] #16 1.392 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
10:51:57 [2021-05-03T10:51:57.643Z] #16 DONE 1.7s
10:51:57 [2021-05-03T10:51:57.643Z] 
10:51:57 [2021-05-03T10:51:57.643Z] #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
10:51:57 [2021-05-03T10:51:57.643Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
10:51:57 [2021-05-03T10:51:57.643Z] #43 39.44   CC       images/userns.o
10:51:57 [2021-05-03T10:51:57.643Z] #43 39.85   CC       images/google/protobuf/descriptor.o
10:51:57 [2021-05-03T10:51:57.643Z] #43 41.29   CC       images/opts.o
10:51:57 [2021-05-03T10:51:57.643Z] #43 41.45   CC       images/seccomp.o
10:51:57 [2021-05-03T10:51:57.885Z] #43 78.40   DEP      criu/pipes.d
10:51:57 [2021-05-03T10:51:57.911Z] #43 41.76   CC       images/binfmt-misc.o
10:51:58 [2021-05-03T10:51:58.145Z] #43 78.60   DEP      criu/pie-util.d
10:51:58 [2021-05-03T10:51:58.145Z] #43 78.67   DEP      criu/pie-util-vdso.d
10:51:58 [2021-05-03T10:51:58.334Z] #22 14.17   Running setup.py bdist_wheel for yamllint: finished with status 'done'
10:51:58 [2021-05-03T10:51:58.335Z] #22 14.17   Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627
10:51:58 [2021-05-03T10:51:58.335Z] #22 14.23 Successfully built yamllint
10:51:58 [2021-05-03T10:51:58.405Z] #43 78.79   DEP      criu/pie-util-vdso-elf32.d
10:51:58 [2021-05-03T10:51:58.405Z] #43 78.90   DEP      criu/path.d
10:51:58 [2021-05-03T10:51:58.405Z] #43 ...
10:51:58 [2021-05-03T10:51:58.405Z] 
10:51:58 [2021-05-03T10:51:58.405Z] #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
10:51:58 [2021-05-03T10:51:58.405Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
10:51:58 [2021-05-03T10:51:58.405Z] #20 4.216 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
10:51:58 [2021-05-03T10:51:58.486Z] #43 42.23   CC       images/time.o
10:51:58 [2021-05-03T10:51:58.486Z] #43 ...
10:51:58 [2021-05-03T10:51:58.486Z] 
10:51:58 [2021-05-03T10:51:58.486Z] #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
10:51:58 [2021-05-03T10:51:58.486Z] #45 sha256:26d463812ae3beab4d7f1f93e06732e330a4d8d816feedf46b9897c7fedb194d
10:51:58 [2021-05-03T10:51:58.486Z] #45 95.58 net/http/httptrace
10:51:58 [2021-05-03T10:51:58.486Z] #45 95.75 net/http
10:51:58 [2021-05-03T10:51:58.486Z] #45 ...
10:51:58 [2021-05-03T10:51:58.486Z] 
10:51:58 [2021-05-03T10:51:58.486Z] #17 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
10:51:58 [2021-05-03T10:51:58.486Z] #17 sha256:8adba43626e6c2ad9c104858cdfccc193309ce46f8df97e23fb1104bc3eb1997
10:51:58 [2021-05-03T10:51:58.596Z] #22 14.26 Installing collected packages: pathspec, pyyaml, yamllint
10:51:58 [2021-05-03T10:51:58.665Z] #20 4.285 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
10:51:58 [2021-05-03T10:51:58.665Z] #20 4.285 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
10:51:58 [2021-05-03T10:51:58.665Z] #20 4.285 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
10:51:58 [2021-05-03T10:51:58.857Z] #22 14.56 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1
10:51:59 [2021-05-03T10:51:59.234Z] #20 4.841 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [467 kB]
10:51:59 [2021-05-03T10:51:59.405Z] #20 36.04 Unpacking bash-completion (1:2.8-6) ...
10:51:59 [2021-05-03T10:51:59.430Z] #22 DONE 15.0s
10:51:59 [2021-05-03T10:51:59.430Z] 
10:51:59 [2021-05-03T10:51:59.430Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/cli
10:51:59 [2021-05-03T10:51:59.430Z] #25 sha256:3b99394fcf1df73196e24849bb29c0521f976002f58b8df95654c7279944ef24
10:51:59 [2021-05-03T10:51:59.662Z] #20 36.39 Selecting previously unselected package bzip2.
10:51:59 [2021-05-03T10:51:59.662Z] #20 36.40 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
10:51:59 [2021-05-03T10:51:59.662Z] #20 36.41 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
10:51:59 [2021-05-03T10:51:59.691Z] #25 DONE 0.3s
10:51:59 [2021-05-03T10:51:59.691Z] 
10:51:59 [2021-05-03T10:51:59.691Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
10:51:59 [2021-05-03T10:51:59.691Z] #30 sha256:2a3a1b24f446cceaa4083cdb66d6a0e06565d6d202f1f8b47dd1c35f394de9c6
10:51:59 [2021-05-03T10:51:59.878Z] #17 DONE 1.8s
10:51:59 [2021-05-03T10:51:59.878Z] 
10:51:59 [2021-05-03T10:51:59.878Z] #18 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
10:51:59 [2021-05-03T10:51:59.878Z] #18 sha256:3cacc04a1189660550b8cc885d68df049614571821b02a63bff579b9e9bd4f22
10:51:59 [2021-05-03T10:51:59.918Z] #20 36.51 Selecting previously unselected package xz-utils.
10:51:59 [2021-05-03T10:51:59.918Z] #20 36.51 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ...
10:51:59 [2021-05-03T10:51:59.918Z] #20 36.52 Unpacking xz-utils (5.2.4-1) ...
10:51:59 [2021-05-03T10:51:59.918Z] #20 36.69 Selecting previously unselected package apparmor.
10:51:59 [2021-05-03T10:51:59.918Z] #20 36.70 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ...
10:52:00 [2021-05-03T10:52:00.175Z] #20 36.80 Unpacking apparmor (2.13.2-10) ...
10:52:00 [2021-05-03T10:52:00.177Z] #20 5.846 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
10:52:00 [2021-05-03T10:52:00.431Z] #20 37.10 Selecting previously unselected package aufs-tools.
10:52:00 [2021-05-03T10:52:00.431Z] #20 37.11 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
10:52:00 [2021-05-03T10:52:00.431Z] #20 37.12 Unpacking aufs-tools (1:4.14+20190211-1) ...
10:52:00 [2021-05-03T10:52:00.431Z] #20 37.24 Selecting previously unselected package libonig5:amd64.
10:52:00 [2021-05-03T10:52:00.687Z] #20 37.24 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ...
10:52:00 [2021-05-03T10:52:00.687Z] #20 37.25 Unpacking libonig5:amd64 (6.9.1-1) ...
10:52:00 [2021-05-03T10:52:00.687Z] #20 37.39 Selecting previously unselected package libjq1:amd64.
10:52:00 [2021-05-03T10:52:00.687Z] #20 37.40 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ...
10:52:00 [2021-05-03T10:52:00.687Z] #20 37.41 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
10:52:00 [2021-05-03T10:52:00.687Z] #20 37.53 Selecting previously unselected package jq.
10:52:00 [2021-05-03T10:52:00.687Z] #20 37.55 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ...
10:52:00 [2021-05-03T10:52:00.687Z] #20 37.56 Unpacking jq (1.5+dfsg-2+b1) ...
10:52:00 [2021-05-03T10:52:00.687Z] #20 37.64 Selecting previously unselected package libaio1:amd64.
10:52:00 [2021-05-03T10:52:00.943Z] #20 37.65 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ...
10:52:00 [2021-05-03T10:52:00.943Z] #20 37.66 Unpacking libaio1:amd64 (0.3.112-3) ...
10:52:00 [2021-05-03T10:52:00.943Z] #20 37.72 Selecting previously unselected package libgpm2:amd64.
10:52:00 [2021-05-03T10:52:00.943Z] #20 37.72 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ...
10:52:00 [2021-05-03T10:52:00.943Z] #20 37.73 Unpacking libgpm2:amd64 (1.20.7-5) ...
10:52:01 [2021-05-03T10:52:01.199Z] #20 37.78 Selecting previously unselected package libicu63:amd64.
10:52:01 [2021-05-03T10:52:01.199Z] #20 37.79 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ...
10:52:01 [2021-05-03T10:52:01.199Z] #20 37.80 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
10:52:01 [2021-05-03T10:52:01.281Z] #18 DONE 1.6s
10:52:01 [2021-05-03T10:52:01.281Z] 
10:52:01 [2021-05-03T10:52:01.281Z] #19 [dev-systemd-false  6/26] RUN ldconfig
10:52:01 [2021-05-03T10:52:01.281Z] #19 sha256:4c1fddb96b703d3806ef5aae6835a85678c055f769b5f99c9926d604e1adf9d6
10:52:01 [2021-05-03T10:52:01.558Z] #20 ...
10:52:01 [2021-05-03T10:52:01.558Z] 
10:52:01 [2021-05-03T10:52:01.558Z] #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
10:52:01 [2021-05-03T10:52:01.558Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
10:52:01 [2021-05-03T10:52:01.558Z] #32 DONE 150.1s
10:52:01 [2021-05-03T10:52:01.558Z] 
10:52:01 [2021-05-03T10:52:01.558Z] #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
10:52:01 [2021-05-03T10:52:01.558Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:52:01 [2021-05-03T10:52:01.558Z] #43 79.11   DEP      criu/parasite-syscall.d
10:52:01 [2021-05-03T10:52:01.558Z] #43 79.44   DEP      criu/pagemap.d
10:52:01 [2021-05-03T10:52:01.558Z] #43 79.63   DEP      criu/pagemap-cache.d
10:52:01 [2021-05-03T10:52:01.558Z] #43 79.76   DEP      criu/page-xfer.d
10:52:01 [2021-05-03T10:52:01.558Z] #43 79.86   DEP      criu/page-pipe.d
10:52:01 [2021-05-03T10:52:01.558Z] #43 79.97   DEP      criu/netfilter.d
10:52:01 [2021-05-03T10:52:01.558Z] #43 80.15   DEP      criu/net.d
10:52:01 [2021-05-03T10:52:01.558Z] #43 80.36   DEP      criu/namespaces.d
10:52:01 [2021-05-03T10:52:01.558Z] #43 80.54   DEP      criu/mount.d
10:52:01 [2021-05-03T10:52:01.558Z] #43 80.69   DEP      criu/memfd.d
10:52:01 [2021-05-03T10:52:01.558Z] #43 80.91   DEP      criu/mem.d
10:52:01 [2021-05-03T10:52:01.558Z] #43 81.09   DEP      criu/lsm.d
10:52:01 [2021-05-03T10:52:01.558Z] #43 81.27   DEP      criu/log.d
10:52:01 [2021-05-03T10:52:01.558Z] #43 81.41   DEP      criu/libnetlink.d
10:52:01 [2021-05-03T10:52:01.558Z] #43 81.52   DEP      criu/kerndat.d
10:52:01 [2021-05-03T10:52:01.558Z] #43 81.69   DEP      criu/kcmp-ids.d
10:52:01 [2021-05-03T10:52:01.558Z] #43 81.77   DEP      criu/irmap.d
10:52:01 [2021-05-03T10:52:01.558Z] #43 81.95   DEP      criu/ipc_ns.d
10:52:01 [2021-05-03T10:52:01.818Z] #43 82.17   DEP      criu/image.d
10:52:01 [2021-05-03T10:52:01.818Z] #43 82.33   DEP      criu/image-desc.d
10:52:01 [2021-05-03T10:52:01.818Z] #43 82.41   DEP      criu/fsnotify.d
10:52:02 [2021-05-03T10:52:02.079Z] #43 82.62   DEP      criu/filesystems.d
10:52:02 [2021-05-03T10:52:02.339Z] #43 82.76   DEP      criu/files.d
10:52:02 [2021-05-03T10:52:02.339Z] #43 82.94   DEP      criu/files-reg.d
10:52:02 [2021-05-03T10:52:02.565Z] #20 ...
10:52:02 [2021-05-03T10:52:02.565Z] 
10:52:02 [2021-05-03T10:52:02.565Z] #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
10:52:02 [2021-05-03T10:52:02.565Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:52:02 [2021-05-03T10:52:02.565Z] #43 90.57   CC       criu/cgroup.o
10:52:02 [2021-05-03T10:52:02.565Z] #43 93.44   CC       criu/clone-noasan.o
10:52:02 [2021-05-03T10:52:02.565Z] #43 93.67   CC       criu/config.o
10:52:02 [2021-05-03T10:52:02.565Z] #43 95.09   CC       criu/cr-check.o
10:52:02 [2021-05-03T10:52:02.565Z] #43 96.89   CC       criu/cr-dedup.o
10:52:02 [2021-05-03T10:52:02.565Z] #43 97.33   CC       criu/cr-dump.o
10:52:02 [2021-05-03T10:52:02.565Z] #43 99.65   CC       criu/cr-errno.o
10:52:02 [2021-05-03T10:52:02.565Z] #43 99.76   CC       criu/cr-restore.o
10:52:02 [2021-05-03T10:52:02.599Z] #43 83.12   DEP      criu/files-ext.d
10:52:02 [2021-05-03T10:52:02.741Z] #53 ...
10:52:02 [2021-05-03T10:52:02.741Z] 
10:52:02 [2021-05-03T10:52:02.741Z] #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
10:52:02 [2021-05-03T10:52:02.741Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:52:02 [2021-05-03T10:52:02.741Z] #43 65.07   LINK     criu/pie/parasite.built-in.o
10:52:02 [2021-05-03T10:52:02.741Z] #43 65.10   GEN      criu/pie/parasite-blob.h
10:52:02 [2021-05-03T10:52:02.741Z] #43 65.10   CC       criu/pie/parasite-vdso.o
10:52:02 [2021-05-03T10:52:02.741Z] #43 65.79   CC       criu/arch/x86/vdso-pie.o
10:52:02 [2021-05-03T10:52:02.741Z] #43 66.18   CC       criu/arch/x86/restorer.o
10:52:02 [2021-05-03T10:52:02.741Z] #43 66.70   CC       criu/arch/x86/restorer_unmap.o
10:52:02 [2021-05-03T10:52:02.741Z] #43 66.74   CC       criu/arch/x86/sigaction_compat_pie.o
10:52:02 [2021-05-03T10:52:02.741Z] #43 66.99   CC       criu/pie/restorer.o
10:52:02 [2021-05-03T10:52:02.741Z] #43 70.14   LINK     criu/pie/restorer.built-in.o
10:52:02 [2021-05-03T10:52:02.741Z] #43 70.14   GEN      criu/pie/restorer-blob.h
10:52:02 [2021-05-03T10:52:02.741Z] #43 70.25   DEP      criu/vdso.d
10:52:02 [2021-05-03T10:52:02.741Z] #43 70.46   DEP      criu/vdso-compat.d
10:52:02 [2021-05-03T10:52:02.741Z] #43 70.66   DEP      criu/uts_ns.d
10:52:02 [2021-05-03T10:52:02.741Z] #43 ...
10:52:02 [2021-05-03T10:52:02.741Z] 
10:52:02 [2021-05-03T10:52:02.741Z] #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
10:52:02 [2021-05-03T10:52:02.741Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
10:52:02 [2021-05-03T10:52:02.741Z] #20 1.556 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
10:52:02 [2021-05-03T10:52:02.741Z] #20 1.557 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
10:52:02 [2021-05-03T10:52:02.741Z] #20 1.653 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
10:52:02 [2021-05-03T10:52:02.741Z] #20 1.777 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
10:52:02 [2021-05-03T10:52:02.741Z] #20 2.111 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [467 kB]
10:52:02 [2021-05-03T10:52:02.741Z] #20 3.098 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
10:52:02 [2021-05-03T10:52:02.741Z] #20 4.408 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [285 kB]
10:52:02 [2021-05-03T10:52:02.741Z] #20 5.841 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
10:52:02 [2021-05-03T10:52:02.741Z] #20 ...
10:52:02 [2021-05-03T10:52:02.741Z] 
10:52:02 [2021-05-03T10:52:02.741Z] #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
10:52:02 [2021-05-03T10:52:02.741Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:52:02 [2021-05-03T10:52:02.741Z] #43 70.89   DEP      criu/util.d
10:52:02 [2021-05-03T10:52:02.741Z] #43 71.12   DEP      criu/uffd.d
10:52:02 [2021-05-03T10:52:02.741Z] #43 71.39   DEP      criu/tun.d
10:52:02 [2021-05-03T10:52:02.741Z] #43 71.61   DEP      criu/tty.d
10:52:02 [2021-05-03T10:52:02.859Z] #43 83.30   DEP      criu/file-lock.d
10:52:02 [2021-05-03T10:52:02.859Z] #43 83.45   DEP      criu/file-ids.d
10:52:03 [2021-05-03T10:52:03.119Z] #43 83.60   DEP      criu/fifo.d
10:52:03 [2021-05-03T10:52:03.202Z] #19 DONE 2.1s
10:52:03 [2021-05-03T10:52:03.202Z] 
10:52:03 [2021-05-03T10:52:03.202Z] #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
10:52:03 [2021-05-03T10:52:03.202Z] #53 sha256:679b87c7ad5b3deb09076d4dd0c12894360556cdafc04a65176cf6873ad013b6
10:52:03 [2021-05-03T10:52:03.202Z] #53 10.06 + cd /tmp/tmp.gF0S4jtQkW/src/github.com/opencontainers/runc
10:52:03 [2021-05-03T10:52:03.202Z] #53 10.06 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec
10:52:03 [2021-05-03T10:52:03.202Z] #53 10.49 + '[' -z '' ']'
10:52:03 [2021-05-03T10:52:03.202Z] #53 10.49 + target=static
10:52:03 [2021-05-03T10:52:03.202Z] #53 10.49 + make 'BUILDTAGS=seccomp ' static
10:52:03 [2021-05-03T10:52:03.310Z] #43 71.91   DEP      criu/timerfd.d
10:52:03 [2021-05-03T10:52:03.310Z] #43 72.10   DEP      criu/timens.d
10:52:03 [2021-05-03T10:52:03.378Z] #43 83.76   DEP      criu/fdstore.d
10:52:03 [2021-05-03T10:52:03.378Z] #43 83.87   DEP      criu/fault-injection.d
10:52:03 [2021-05-03T10:52:03.378Z] #43 83.91   DEP      criu/external.d
10:52:03 [2021-05-03T10:52:03.465Z] #53 11.15 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o runc .
10:52:03 [2021-05-03T10:52:03.570Z] #43 72.31   DEP      criu/sysfs_parse.d
10:52:03 [2021-05-03T10:52:03.638Z] #43 84.07   DEP      criu/eventpoll.d
10:52:03 [2021-05-03T10:52:03.638Z] #43 84.28   DEP      criu/eventfd.d
10:52:03 [2021-05-03T10:52:03.830Z] #43 72.45   DEP      criu/sysctl.d
10:52:03 [2021-05-03T10:52:03.830Z] #43 72.61   DEP      criu/string.d
10:52:03 [2021-05-03T10:52:03.830Z] #43 72.64   DEP      criu/stats.d
10:52:03 [2021-05-03T10:52:03.900Z] #43 84.43   DEP      criu/crtools.d
10:52:03 [2021-05-03T10:52:03.900Z] #43 84.57   DEP      criu/cr-service.d
10:52:04 [2021-05-03T10:52:04.039Z] #53 ...
10:52:04 [2021-05-03T10:52:04.039Z] 
10:52:04 [2021-05-03T10:52:04.039Z] #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
10:52:04 [2021-05-03T10:52:04.039Z] #32 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805
10:52:04 [2021-05-03T10:52:04.039Z] #32 DONE 110.9s
10:52:04 [2021-05-03T10:52:04.090Z] #43 72.81   DEP      criu/sockets.d
10:52:04 [2021-05-03T10:52:04.159Z] #43 84.73   DEP      criu/cr-restore.d
10:52:04 [2021-05-03T10:52:04.300Z] 
10:52:04 [2021-05-03T10:52:04.300Z] #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
10:52:04 [2021-05-03T10:52:04.300Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
10:52:04 [2021-05-03T10:52:04.300Z] #43 42.47   CC       images/sysctl.o
10:52:04 [2021-05-03T10:52:04.300Z] #43 42.76   CC       images/autofs.o
10:52:04 [2021-05-03T10:52:04.300Z] #43 43.05   CC       images/macvlan.o
10:52:04 [2021-05-03T10:52:04.300Z] #43 43.32   CC       images/sit.o
10:52:04 [2021-05-03T10:52:04.300Z] #43 43.68   CC       images/memfd.o
10:52:04 [2021-05-03T10:52:04.300Z] #43 44.00   CC       images/timens.o
10:52:04 [2021-05-03T10:52:04.300Z] #43 44.29   LINK     images/built-in.o
10:52:04 [2021-05-03T10:52:04.300Z] #43 44.50   GEN      compel/include/asm
10:52:04 [2021-05-03T10:52:04.300Z] #43 44.59   GEN      compel/include/version.h
10:52:04 [2021-05-03T10:52:04.300Z] #43 44.62 touch .config
10:52:04 [2021-05-03T10:52:04.300Z] #43 44.78   GEN      include/common/config.h
10:52:04 [2021-05-03T10:52:04.300Z] #43 44.96   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
10:52:04 [2021-05-03T10:52:04.300Z] #43 44.97   GEN      compel/arch/aarch64/plugins/std/syscalls/syscalls.S
10:52:04 [2021-05-03T10:52:04.300Z] #43 45.03   DEP      compel/arch/aarch64/plugins/std/syscalls/syscalls.d
10:52:04 [2021-05-03T10:52:04.300Z] #43 45.10   DEP      compel/arch/aarch64/plugins/std/parasite-head.d
10:52:04 [2021-05-03T10:52:04.300Z] #43 45.14   DEP      compel/plugins/std/infect.d
10:52:04 [2021-05-03T10:52:04.300Z] #43 45.38   DEP      compel/plugins/std/string.d
10:52:04 [2021-05-03T10:52:04.300Z] #43 45.52   DEP      compel/plugins/std/log.d
10:52:04 [2021-05-03T10:52:04.300Z] #43 45.67   DEP      compel/plugins/std/fds.d
10:52:04 [2021-05-03T10:52:04.300Z] #43 45.83   DEP      compel/plugins/std/std.d
10:52:04 [2021-05-03T10:52:04.300Z] #43 46.01   DEP      compel/plugins/shmem/shmem.d
10:52:04 [2021-05-03T10:52:04.300Z] #43 46.16   DEP      compel/plugins/fds/fds.d
10:52:04 [2021-05-03T10:52:04.300Z] #43 46.32   CC       compel/plugins/std/std.o
10:52:04 [2021-05-03T10:52:04.300Z] #43 46.72   CC       compel/plugins/std/fds.o
10:52:04 [2021-05-03T10:52:04.300Z] #43 47.17   CC       compel/plugins/std/log.o
10:52:04 [2021-05-03T10:52:04.349Z] #43 73.09   DEP      criu/sk-unix.d
10:52:04 [2021-05-03T10:52:04.421Z] #43 84.94   DEP      criu/cr-errno.d
10:52:04 [2021-05-03T10:52:04.421Z] #43 84.95   DEP      criu/cr-dump.d
10:52:04 [2021-05-03T10:52:04.456Z] #43 ...
10:52:04 [2021-05-03T10:52:04.456Z] 
10:52:04 [2021-05-03T10:52:04.456Z] #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
10:52:04 [2021-05-03T10:52:04.456Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
10:52:04 [2021-05-03T10:52:04.456Z] #20 41.25 Selecting previously unselected package libnet1:amd64.
10:52:04 [2021-05-03T10:52:04.456Z] #20 41.26 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
10:52:04 [2021-05-03T10:52:04.566Z] #43 48.34   CC       compel/plugins/std/string.o
10:52:04 [2021-05-03T10:52:04.609Z] #43 73.32   DEP      criu/sk-tcp.d
10:52:04 [2021-05-03T10:52:04.680Z] #43 85.16   DEP      criu/cr-dedup.d
10:52:04 [2021-05-03T10:52:04.680Z] #43 85.30   DEP      criu/cr-check.d
10:52:04 [2021-05-03T10:52:04.712Z] #20 41.28 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
10:52:04 [2021-05-03T10:52:04.712Z] #20 41.36 Selecting previously unselected package libnl-3-200:amd64.
10:52:04 [2021-05-03T10:52:04.712Z] #20 41.37 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ...
10:52:04 [2021-05-03T10:52:04.712Z] #20 41.37 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
10:52:04 [2021-05-03T10:52:04.712Z] #20 41.48 Selecting previously unselected package libprotobuf-c1:amd64.
10:52:04 [2021-05-03T10:52:04.712Z] #20 41.50 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
10:52:04 [2021-05-03T10:52:04.712Z] #20 41.50 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
10:52:04 [2021-05-03T10:52:04.868Z] #43 73.55   DEP      criu/sk-queue.d
10:52:04 [2021-05-03T10:52:04.868Z] #43 73.68   DEP      criu/sk-packet.d
10:52:04 [2021-05-03T10:52:04.939Z] #43 85.48   DEP      criu/config.d
10:52:04 [2021-05-03T10:52:04.968Z] #20 41.56 Selecting previously unselected package libreadline5:amd64.
10:52:04 [2021-05-03T10:52:04.968Z] #20 41.57 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
10:52:04 [2021-05-03T10:52:04.968Z] #20 41.58 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
10:52:04 [2021-05-03T10:52:04.968Z] #20 41.70 Selecting previously unselected package net-tools.
10:52:04 [2021-05-03T10:52:04.968Z] #20 41.71 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
10:52:04 [2021-05-03T10:52:04.968Z] #20 41.72 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
10:52:04 [2021-05-03T10:52:04.976Z] #30 ...
10:52:04 [2021-05-03T10:52:04.976Z] 
10:52:04 [2021-05-03T10:52:04.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
10:52:04 [2021-05-03T10:52:04.976Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:52:04 [2021-05-03T10:52:04.976Z] #43 139.1   CC       criu/parasite-syscall.o
10:52:04 [2021-05-03T10:52:04.976Z] #43 140.3   CC       criu/path.o
10:52:04 [2021-05-03T10:52:04.976Z] #43 140.6   CC       criu/pie-util-vdso-elf32.o
10:52:04 [2021-05-03T10:52:04.976Z] #43 141.0   CC       criu/pie-util-vdso.o
10:52:04 [2021-05-03T10:52:04.976Z] #43 141.6   CC       criu/pie-util.o
10:52:04 [2021-05-03T10:52:04.976Z] #43 141.8   CC       criu/pipes.o
10:52:04 [2021-05-03T10:52:04.976Z] #43 142.9   CC       criu/plugin.o
10:52:04 [2021-05-03T10:52:04.976Z] #43 143.4   CC       criu/proc_parse.o
10:52:04 [2021-05-03T10:52:04.976Z] #43 145.9   CC       criu/protobuf-desc.o
10:52:04 [2021-05-03T10:52:04.976Z] #43 146.5   CC       criu/protobuf.o
10:52:04 [2021-05-03T10:52:04.976Z] #43 146.8   CC       criu/pstree.o
10:52:04 [2021-05-03T10:52:04.976Z] #43 147.6   CC       criu/rbtree.o
10:52:04 [2021-05-03T10:52:04.976Z] #43 147.9   CC       criu/rst-malloc.o
10:52:04 [2021-05-03T10:52:04.976Z] #43 148.2   CC       criu/seccomp.o
10:52:05 [2021-05-03T10:52:05.127Z] #43 73.94   DEP      criu/sk-netlink.d
10:52:05 [2021-05-03T10:52:05.142Z] #43 48.97   CC       compel/plugins/std/infect.o
10:52:05 [2021-05-03T10:52:05.200Z] #43 85.69   DEP      criu/clone-noasan.d
10:52:05 [2021-05-03T10:52:05.200Z] #43 85.74   DEP      criu/cgroup.d
10:52:05 [2021-05-03T10:52:05.200Z] #43 85.86   DEP      criu/cgroup-props.d
10:52:05 [2021-05-03T10:52:05.224Z] #20 41.90 Selecting previously unselected package python-pip-whl.
10:52:05 [2021-05-03T10:52:05.224Z] #20 41.91 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
10:52:05 [2021-05-03T10:52:05.224Z] #20 41.92 Unpacking python-pip-whl (18.1-5) ...
10:52:05 [2021-05-03T10:52:05.386Z] #43 74.15   DEP      criu/sk-inet.d
10:52:05 [2021-05-03T10:52:05.405Z] #43 49.25   CC       compel/arch/aarch64/plugins/std/parasite-head.o
10:52:05 [2021-05-03T10:52:05.405Z] #43 49.32   CC       compel/arch/aarch64/plugins/std/syscalls/syscalls.o
10:52:05 [2021-05-03T10:52:05.459Z] #43 85.96   DEP      criu/bitmap.d
10:52:05 [2021-05-03T10:52:05.459Z] #43 85.98   DEP      criu/bfd.d
10:52:05 [2021-05-03T10:52:05.459Z] #43 86.06   DEP      criu/autofs.d
10:52:05 [2021-05-03T10:52:05.546Z] #43 ...
10:52:05 [2021-05-03T10:52:05.546Z] 
10:52:05 [2021-05-03T10:52:05.546Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
10:52:05 [2021-05-03T10:52:05.546Z] #30 sha256:2a3a1b24f446cceaa4083cdb66d6a0e06565d6d202f1f8b47dd1c35f394de9c6
10:52:05 [2021-05-03T10:52:05.546Z] #30 DONE 5.8s
10:52:05 [2021-05-03T10:52:05.546Z] 
10:52:05 [2021-05-03T10:52:05.546Z] #33 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/bin/
10:52:05 [2021-05-03T10:52:05.546Z] #33 sha256:f611c6b30ea094bf0331fa2326ade44e91fdada791dcaf9294c3fcd84765b991
10:52:05 [2021-05-03T10:52:05.646Z] #43 74.34   DEP      criu/signalfd.d
10:52:05 [2021-05-03T10:52:05.668Z] #43 49.39   AR       compel/plugins/std.lib.a
10:52:05 [2021-05-03T10:52:05.668Z] #43 49.48   CC       compel/plugins/fds/fds.o
10:52:05 [2021-05-03T10:52:05.719Z] #43 86.20   DEP      criu/aio.d
10:52:05 [2021-05-03T10:52:05.719Z] #43 86.37   DEP      criu/action-scripts.d
10:52:05 [2021-05-03T10:52:05.787Z] #20 42.44 Selecting previously unselected package python3-lib2to3.
10:52:05 [2021-05-03T10:52:05.787Z] #20 42.45 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
10:52:05 [2021-05-03T10:52:05.787Z] #20 42.45 Unpacking python3-lib2to3 (3.7.3-1) ...
10:52:05 [2021-05-03T10:52:05.787Z] #20 42.56 Selecting previously unselected package python3-distutils.
10:52:05 [2021-05-03T10:52:05.787Z] #20 42.56 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
10:52:05 [2021-05-03T10:52:05.787Z] #20 42.57 Unpacking python3-distutils (3.7.3-1) ...
10:52:05 [2021-05-03T10:52:05.906Z] #43 74.59   DEP      criu/sigframe.d
10:52:05 [2021-05-03T10:52:05.906Z] #43 74.74   DEP      criu/shmem.d
10:52:05 [2021-05-03T10:52:05.979Z] #43 86.66   CC       criu/action-scripts.o
10:52:06 [2021-05-03T10:52:06.043Z] #20 42.70 Selecting previously unselected package python3-pip.
10:52:06 [2021-05-03T10:52:06.043Z] #20 42.71 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
10:52:06 [2021-05-03T10:52:06.043Z] #20 42.71 Unpacking python3-pip (18.1-5) ...
10:52:06 [2021-05-03T10:52:06.078Z] #43 49.84   AR       compel/plugins/fds.lib.a
10:52:06 [2021-05-03T10:52:06.117Z] #33 DONE 0.7s
10:52:06 [2021-05-03T10:52:06.117Z] 
10:52:06 [2021-05-03T10:52:06.117Z] #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
10:52:06 [2021-05-03T10:52:06.117Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:52:06 [2021-05-03T10:52:06.117Z] #43 148.9   CC       criu/seize.o
10:52:06 [2021-05-03T10:52:06.117Z] #43 ...
10:52:06 [2021-05-03T10:52:06.117Z] 
10:52:06 [2021-05-03T10:52:06.117Z] #35 [dev-systemd-false 13/26] COPY --from=tomll         /build/ /usr/local/bin/
10:52:06 [2021-05-03T10:52:06.117Z] #35 sha256:a7c955b6ae267df87e89660c0088897ef03120ead4a4cb0df1fd3e31bf418c20
10:52:06 [2021-05-03T10:52:06.117Z] #35 DONE 0.3s
10:52:06 [2021-05-03T10:52:06.168Z] #43 74.93   DEP      criu/servicefd.d
10:52:06 [2021-05-03T10:52:06.299Z] #20 42.88 Selecting previously unselected package python3-pkg-resources.
10:52:06 [2021-05-03T10:52:06.299Z] #20 42.89 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
10:52:06 [2021-05-03T10:52:06.299Z] #20 42.90 Unpacking python3-pkg-resources (40.8.0-1) ...
10:52:06 [2021-05-03T10:52:06.299Z] #20 43.04 Selecting previously unselected package python3-setuptools.
10:52:06 [2021-05-03T10:52:06.299Z] #20 43.05 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
10:52:06 [2021-05-03T10:52:06.299Z] #20 43.06 Unpacking python3-setuptools (40.8.0-1) ...
10:52:06 [2021-05-03T10:52:06.341Z] #43 50.10   HOSTDEP  compel/src/lib/log-host.d
10:52:06 [2021-05-03T10:52:06.341Z] #43 50.22   HOSTDEP  compel/src/lib/handle-elf-host.d
10:52:06 [2021-05-03T10:52:06.382Z] 
10:52:06 [2021-05-03T10:52:06.382Z] #38 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/bin/
10:52:06 [2021-05-03T10:52:06.382Z] #38 sha256:85b9f348d1730eeed24df39fa06a62a342d918051881d44e930e7fd71570dac9
10:52:06 [2021-05-03T10:52:06.382Z] #38 DONE 0.3s
10:52:06 [2021-05-03T10:52:06.382Z] 
10:52:06 [2021-05-03T10:52:06.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
10:52:06 [2021-05-03T10:52:06.382Z] #49 sha256:60457d8da35aac1df1f93bc45d1495f27a212b6c0901f3dfc4fe8474b3fba027
10:52:06 [2021-05-03T10:52:06.428Z] #43 75.07   DEP      criu/seize.d
10:52:06 [2021-05-03T10:52:06.548Z] #43 87.16   CC       criu/aio.o
10:52:06 [2021-05-03T10:52:06.555Z] #20 43.30 Selecting previously unselected package python3-wheel.
10:52:06 [2021-05-03T10:52:06.555Z] #20 43.31 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
10:52:06 [2021-05-03T10:52:06.555Z] #20 43.32 Unpacking python3-wheel (0.32.3-2) ...
10:52:06 [2021-05-03T10:52:06.555Z] #20 43.39 Selecting previously unselected package sudo.
10:52:06 [2021-05-03T10:52:06.555Z] #20 43.39 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ...
10:52:06 [2021-05-03T10:52:06.603Z] #43 50.29   HOSTDEP  compel/arch/aarch64/src/lib/handle-elf-host.d
10:52:06 [2021-05-03T10:52:06.603Z] #43 50.38   HOSTDEP  compel/src/main-host.d
10:52:06 [2021-05-03T10:52:06.603Z] #43 50.47   DEP      compel/src/lib/ptrace.d
10:52:06 [2021-05-03T10:52:06.690Z] #43 75.30   DEP      criu/seccomp.d
10:52:06 [2021-05-03T10:52:06.691Z] #43 75.50   DEP      criu/rst-malloc.d
10:52:06 [2021-05-03T10:52:06.691Z] #43 75.58   DEP      criu/rbtree.d
10:52:06 [2021-05-03T10:52:06.823Z] #20 43.40 Unpacking sudo (1.8.27-1+deb10u3) ...
10:52:06 [2021-05-03T10:52:06.866Z] #43 50.65   DEP      compel/src/lib/infect.d
10:52:06 [2021-05-03T10:52:06.955Z] #43 75.67   DEP      criu/pstree.d
10:52:06 [2021-05-03T10:52:06.955Z] #43 ...
10:52:06 [2021-05-03T10:52:06.955Z] 
10:52:06 [2021-05-03T10:52:06.955Z] #49 ...
10:52:06 [2021-05-03T10:52:06.955Z] #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
10:52:06 [2021-05-03T10:52:06.955Z] 
10:52:06 [2021-05-03T10:52:06.955Z] #45 sha256:5be091d371b3ee9e5fdfa7afb55a5178f0911cf54926b027e86550f7bde27bc6
10:52:06 [2021-05-03T10:52:06.955Z] #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
10:52:06 [2021-05-03T10:52:06.955Z] #45 144.1 github.com/LK4D4/vndr/godl
10:52:06 [2021-05-03T10:52:06.955Z] #45 144.9 github.com/LK4D4/vndr
10:52:06 [2021-05-03T10:52:06.955Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:52:06 [2021-05-03T10:52:06.955Z] #43 150.0   CC       criu/servicefd.o
10:52:06 [2021-05-03T10:52:06.955Z] #45 ...
10:52:06 [2021-05-03T10:52:06.955Z] 
10:52:06 [2021-05-03T10:52:06.955Z] #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
10:52:06 [2021-05-03T10:52:06.955Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:52:06 [2021-05-03T10:52:06.955Z] #43 75.85   DEP      criu/protobuf.d
10:52:07 [2021-05-03T10:52:07.079Z] #20 43.95 Selecting previously unselected package thin-provisioning-tools.
10:52:07 [2021-05-03T10:52:07.117Z] #43 87.70   CC       criu/autofs.o
10:52:07 [2021-05-03T10:52:07.129Z] #43 50.86   DEP      compel/src/lib/infect-util.d
10:52:07 [2021-05-03T10:52:07.129Z] #43 51.03   DEP      compel/src/lib/infect-rpc.d
10:52:07 [2021-05-03T10:52:07.215Z] #43 ...
10:52:07 [2021-05-03T10:52:07.215Z] 
10:52:07 [2021-05-03T10:52:07.215Z] #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
10:52:07 [2021-05-03T10:52:07.215Z] #45 sha256:5be091d371b3ee9e5fdfa7afb55a5178f0911cf54926b027e86550f7bde27bc6
10:52:07 [2021-05-03T10:52:07.215Z] #45 DONE 154.5s
10:52:07 [2021-05-03T10:52:07.215Z] 
10:52:07 [2021-05-03T10:52:07.215Z] #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
10:52:07 [2021-05-03T10:52:07.215Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:52:07 [2021-05-03T10:52:07.215Z] #43 76.01   GEN      criu/protobuf-desc-gen.h
10:52:07 [2021-05-03T10:52:07.336Z] #20 43.97 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
10:52:07 [2021-05-03T10:52:07.336Z] #20 43.97 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
10:52:07 [2021-05-03T10:52:07.392Z] #43 51.22   DEP      compel/arch/aarch64/src/lib/infect.d
10:52:07 [2021-05-03T10:52:07.529Z] #43 150.5   CC       criu/shmem.o
10:52:07 [2021-05-03T10:52:07.592Z] #20 44.21 Selecting previously unselected package uidmap.
10:52:07 [2021-05-03T10:52:07.592Z] #20 44.22 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ...
10:52:07 [2021-05-03T10:52:07.592Z] #20 44.23 Unpacking uidmap (1:4.5-1.1) ...
10:52:07 [2021-05-03T10:52:07.592Z] #20 44.34 Selecting previously unselected package vim-runtime.
10:52:07 [2021-05-03T10:52:07.592Z] #20 44.36 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
10:52:07 [2021-05-03T10:52:07.592Z] #20 44.40 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
10:52:07 [2021-05-03T10:52:07.592Z] #20 44.43 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
10:52:07 [2021-05-03T10:52:07.592Z] #20 44.43 Unpacking vim-runtime (2:8.1.0875-5) ...
10:52:07 [2021-05-03T10:52:07.655Z] #43 51.41   DEP      compel/arch/aarch64/src/lib/cpu.d
10:52:07 [2021-05-03T10:52:07.655Z] #43 51.44   DEP      compel/src/lib/log.d
10:52:07 [2021-05-03T10:52:07.655Z] #43 51.57   DEP      compel/src/main.d
10:52:07 [2021-05-03T10:52:07.918Z] #43 51.75   DEP      compel/src/lib/handle-elf.d
10:52:08 [2021-05-03T10:52:08.180Z] #43 51.90   DEP      compel/arch/aarch64/src/lib/handle-elf.d
10:52:08 [2021-05-03T10:52:08.180Z] #43 52.00   CC       compel/src/lib/log.o
10:52:08 [2021-05-03T10:52:08.443Z] #43 52.20   CC       compel/arch/aarch64/src/lib/cpu.o
10:52:08 [2021-05-03T10:52:08.443Z] #43 52.45   CC       compel/arch/aarch64/src/lib/infect.o
10:52:08 [2021-05-03T10:52:08.472Z] #43 151.4   CC       criu/sigframe.o
10:52:08 [2021-05-03T10:52:08.472Z] #43 151.6   CC       criu/signalfd.o
10:52:08 [2021-05-03T10:52:08.496Z] #43 89.13   CC       criu/bfd.o
10:52:08 [2021-05-03T10:52:08.706Z] #43 ...
10:52:08 [2021-05-03T10:52:08.706Z] 
10:52:08 [2021-05-03T10:52:08.706Z] #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
10:52:08 [2021-05-03T10:52:08.706Z] #45 sha256:26d463812ae3beab4d7f1f93e06732e330a4d8d816feedf46b9897c7fedb194d
10:52:08 [2021-05-03T10:52:08.706Z] #45 106.1 github.com/LK4D4/vndr/godl
10:52:08 [2021-05-03T10:52:08.706Z] #45 106.8 github.com/LK4D4/vndr
10:52:08 [2021-05-03T10:52:08.706Z] #45 DONE 116.0s
10:52:08 [2021-05-03T10:52:08.706Z] 
10:52:08 [2021-05-03T10:52:08.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
10:52:08 [2021-05-03T10:52:08.706Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
10:52:08 [2021-05-03T10:52:08.706Z] #43 52.70   CC       compel/src/lib/infect-rpc.o
10:52:08 [2021-05-03T10:52:08.706Z] #43 ...
10:52:08 [2021-05-03T10:52:08.706Z] 
10:52:08 [2021-05-03T10:52:08.707Z] #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
10:52:08 [2021-05-03T10:52:08.707Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379
10:52:08 [2021-05-03T10:52:08.707Z] #20 2.311 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
10:52:08 [2021-05-03T10:52:08.707Z] #20 2.354 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
10:52:08 [2021-05-03T10:52:08.707Z] #20 2.369 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
10:52:08 [2021-05-03T10:52:08.707Z] #20 2.424 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
10:52:08 [2021-05-03T10:52:08.707Z] #20 3.100 Get:5 http://deb.debian.org/debian buster-backports/main arm64 Packages [461 kB]
10:52:08 [2021-05-03T10:52:08.707Z] #20 3.864 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB]
10:52:08 [2021-05-03T10:52:08.707Z] #20 4.768 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [280 kB]
10:52:08 [2021-05-03T10:52:08.733Z] #43 151.8   CC       criu/sk-inet.o
10:52:08 [2021-05-03T10:52:08.994Z] #43 ...
10:52:08 [2021-05-03T10:52:08.994Z] 
10:52:08 [2021-05-03T10:52:08.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
10:52:08 [2021-05-03T10:52:08.994Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
10:52:08 [2021-05-03T10:52:08.994Z] #40 DONE 215.9s
10:52:09 [2021-05-03T10:52:09.254Z] 
10:52:09 [2021-05-03T10:52:09.254Z] #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
10:52:09 [2021-05-03T10:52:09.254Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:52:09 [2021-05-03T10:52:09.282Z] #20 5.920 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [10.8 kB]
10:52:09 [2021-05-03T10:52:09.434Z] #43 89.71   CC       criu/bitmap.o
10:52:09 [2021-05-03T10:52:09.434Z] #43 89.86   CC       criu/cgroup-props.o
10:52:09 [2021-05-03T10:52:09.545Z] #20 ...
10:52:09 [2021-05-03T10:52:09.545Z] 
10:52:09 [2021-05-03T10:52:09.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
10:52:09 [2021-05-03T10:52:09.545Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
10:52:09 [2021-05-03T10:52:09.545Z] #43 53.24   CC       compel/src/lib/infect-util.o
10:52:09 [2021-05-03T10:52:09.759Z] #43 78.41   DEP      criu/protobuf-desc.d
10:52:09 [2021-05-03T10:52:09.759Z] #43 78.53   DEP      criu/proc_parse.d
10:52:09 [2021-05-03T10:52:09.808Z] #43 53.63   CC       compel/src/lib/infect.o
10:52:09 [2021-05-03T10:52:09.826Z] #43 153.0   CC       criu/sk-netlink.o
10:52:10 [2021-05-03T10:52:10.004Z] #43 90.56   CC       criu/cgroup.o
10:52:10 [2021-05-03T10:52:10.019Z] #43 78.74   DEP      criu/plugin.d
10:52:10 [2021-05-03T10:52:10.019Z] #43 78.81   DEP      criu/pipes.d
10:52:10 [2021-05-03T10:52:10.019Z] #43 78.96   DEP      criu/pie-util.d
10:52:10 [2021-05-03T10:52:10.398Z] #43 153.5   CC       criu/sk-packet.o
10:52:10 [2021-05-03T10:52:10.587Z] #43 79.12   DEP      criu/pie-util-vdso.d
10:52:10 [2021-05-03T10:52:10.588Z] #43 79.30   DEP      criu/pie-util-vdso-elf32.d
10:52:10 [2021-05-03T10:52:10.847Z] #43 79.45   DEP      criu/path.d
10:52:10 [2021-05-03T10:52:10.847Z] #43 79.61   DEP      criu/parasite-syscall.d
10:52:10 [2021-05-03T10:52:10.971Z] #43 ...
10:52:10 [2021-05-03T10:52:10.971Z] 
10:52:10 [2021-05-03T10:52:10.971Z] #41 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/bin/
10:52:10 [2021-05-03T10:52:10.971Z] #41 sha256:421c9d9d3c56f6d0f1d76f26368bba70b37060955d1076f9f4169b565b8e4444
10:52:10 [2021-05-03T10:52:10.971Z] #41 DONE 0.6s
10:52:10 [2021-05-03T10:52:10.971Z] 
10:52:10 [2021-05-03T10:52:10.971Z] #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
10:52:10 [2021-05-03T10:52:10.971Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:52:10 [2021-05-03T10:52:10.971Z] #43 154.0   CC       criu/sk-queue.o
10:52:11 [2021-05-03T10:52:11.107Z] #43 79.81   DEP      criu/pagemap.d
10:52:11 [2021-05-03T10:52:11.107Z] #43 79.95   DEP      criu/pagemap-cache.d
10:52:11 [2021-05-03T10:52:11.118Z] #20 47.69 Selecting previously unselected package vim.
10:52:11 [2021-05-03T10:52:11.118Z] #20 47.71 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ...
10:52:11 [2021-05-03T10:52:11.118Z] #20 47.74 Unpacking vim (2:8.1.0875-5) ...
10:52:11 [2021-05-03T10:52:11.232Z] #43 154.4   CC       criu/sk-tcp.o
10:52:11 [2021-05-03T10:52:11.366Z] #43 80.13   DEP      criu/page-xfer.d
10:52:11 [2021-05-03T10:52:11.626Z] #43 80.30   DEP      criu/page-pipe.d
10:52:11 [2021-05-03T10:52:11.626Z] #43 80.40   DEP      criu/netfilter.d
10:52:11 [2021-05-03T10:52:11.681Z] #20 48.25 Selecting previously unselected package xfsprogs.
10:52:11 [2021-05-03T10:52:11.681Z] #20 48.27 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ...
10:52:11 [2021-05-03T10:52:11.681Z] #20 48.28 Unpacking xfsprogs (4.20.0-1) ...
10:52:11 [2021-05-03T10:52:11.804Z] #43 154.9   CC       criu/sk-unix.o
10:52:11 [2021-05-03T10:52:11.886Z] #43 80.58   DEP      criu/net.d
10:52:11 [2021-05-03T10:52:11.886Z] #43 80.77   DEP      criu/namespaces.d
10:52:11 [2021-05-03T10:52:11.966Z] #43 ...
10:52:11 [2021-05-03T10:52:11.966Z] 
10:52:11 [2021-05-03T10:52:11.966Z] #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
10:52:11 [2021-05-03T10:52:11.966Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
10:52:11 [2021-05-03T10:52:11.966Z] #20 7.337 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [285 kB]
10:52:11 [2021-05-03T10:52:11.966Z] #20 8.452 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
10:52:11 [2021-05-03T10:52:11.966Z] #20 12.64 Fetched 8955 kB in 9s (1031 kB/s)
10:52:11 [2021-05-03T10:52:11.966Z] #20 12.64 Reading package lists...
10:52:12 [2021-05-03T10:52:12.145Z] #43 81.02   DEP      criu/mount.d
10:52:12 [2021-05-03T10:52:12.193Z] #20 48.83 Selecting previously unselected package zip.
10:52:12 [2021-05-03T10:52:12.193Z] #20 48.84 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ...
10:52:12 [2021-05-03T10:52:12.193Z] #20 48.85 Unpacking zip (3.0-11+b1) ...
10:52:12 [2021-05-03T10:52:12.193Z] #20 49.04 Setting up aufs-tools (1:4.14+20190211-1) ...
10:52:12 [2021-05-03T10:52:12.193Z] #20 49.06 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
10:52:12 [2021-05-03T10:52:12.193Z] #20 49.09 Setting up libip6tc0:amd64 (1.8.2-4) ...
10:52:12 [2021-05-03T10:52:12.366Z] #43 55.98   CC       compel/src/lib/ptrace.o
10:52:12 [2021-05-03T10:52:12.405Z] #43 81.22   DEP      criu/memfd.d
10:52:12 [2021-05-03T10:52:12.450Z] #20 49.10 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
10:52:12 [2021-05-03T10:52:12.450Z] #20 49.11 Setting up libgpm2:amd64 (1.20.7-5) ...
10:52:12 [2021-05-03T10:52:12.450Z] #20 49.12 Setting up libip4tc0:amd64 (1.8.2-4) ...
10:52:12 [2021-05-03T10:52:12.450Z] #20 49.13 Setting up uidmap (1:4.5-1.1) ...
10:52:12 [2021-05-03T10:52:12.450Z] #20 49.14 Setting up libnftnl11:amd64 (1.1.2-2) ...
10:52:12 [2021-05-03T10:52:12.450Z] #20 49.17 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
10:52:12 [2021-05-03T10:52:12.450Z] #20 49.19 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
10:52:12 [2021-05-03T10:52:12.450Z] #20 49.20 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
10:52:12 [2021-05-03T10:52:12.450Z] #20 49.21 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
10:52:12 [2021-05-03T10:52:12.450Z] #20 49.22 Setting up xxd (2:8.1.0875-5) ...
10:52:12 [2021-05-03T10:52:12.450Z] #20 49.23 Setting up zip (3.0-11+b1) ...
10:52:12 [2021-05-03T10:52:12.450Z] #20 49.25 Setting up vim-common (2:8.1.0875-5) ...
10:52:12 [2021-05-03T10:52:12.450Z] #20 49.28 Setting up bash-completion (1:2.8-6) ...
10:52:12 [2021-05-03T10:52:12.629Z] #43 56.36   AR       compel/libcompel.a
10:52:12 [2021-05-03T10:52:12.629Z] #43 56.47   HOSTCC   compel/src/main-host.o
10:52:12 [2021-05-03T10:52:12.664Z] #43 81.36   DEP      criu/mem.d
10:52:12 [2021-05-03T10:52:12.924Z] #43 81.58   DEP      criu/lsm.d
10:52:12 [2021-05-03T10:52:12.924Z] #43 81.73   DEP      criu/log.d
10:52:12 [2021-05-03T10:52:12.945Z] #20 15.59 Reading package lists...
10:52:12 [2021-05-03T10:52:12.945Z] #20 ...
10:52:12 [2021-05-03T10:52:12.945Z] 
10:52:12 [2021-05-03T10:52:12.945Z] #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
10:52:12 [2021-05-03T10:52:12.945Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:52:12 [2021-05-03T10:52:12.945Z] #43 93.46   CC       criu/clone-noasan.o
10:52:13 [2021-05-03T10:52:13.183Z] #43 81.91   DEP      criu/libnetlink.d
10:52:13 [2021-05-03T10:52:13.183Z] #43 82.04   DEP      criu/kerndat.d
10:52:13 [2021-05-03T10:52:13.190Z] #43 ...
10:52:13 [2021-05-03T10:52:13.190Z] 
10:52:13 [2021-05-03T10:52:13.190Z] #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
10:52:13 [2021-05-03T10:52:13.190Z] #49 sha256:60457d8da35aac1df1f93bc45d1495f27a212b6c0901f3dfc4fe8474b3fba027
10:52:13 [2021-05-03T10:52:13.190Z] #49 219.6 + /build/golangci-lint --version
10:52:13 [2021-05-03T10:52:13.190Z] #49 219.9 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
10:52:13 [2021-05-03T10:52:13.190Z] #49 DONE 220.1s
10:52:13 [2021-05-03T10:52:13.190Z] 
10:52:13 [2021-05-03T10:52:13.190Z] #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
10:52:13 [2021-05-03T10:52:13.190Z] #53 sha256:e7d7def7797adfb0b906680a877494bf8a01a85e8057383058a06252c3cdf1ea
10:52:13 [2021-05-03T10:52:13.204Z] #43 56.82   HOSTCC   compel/arch/aarch64/src/lib/handle-elf-host.o
10:52:13 [2021-05-03T10:52:13.204Z] #43 57.01   HOSTCC   compel/src/lib/handle-elf-host.o
10:52:13 [2021-05-03T10:52:13.207Z] #43 93.73   CC       criu/config.o
10:52:13 [2021-05-03T10:52:13.444Z] #43 82.27   DEP      criu/kcmp-ids.d
10:52:13 [2021-05-03T10:52:13.444Z] #43 ...
10:52:13 [2021-05-03T10:52:13.444Z] 
10:52:13 [2021-05-03T10:52:13.444Z] #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
10:52:13 [2021-05-03T10:52:13.444Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
10:52:13 [2021-05-03T10:52:13.444Z] #20 11.57 Fetched 8955 kB in 10s (875 kB/s)
10:52:13 [2021-05-03T10:52:13.444Z] #20 11.57 Reading package lists...
10:52:13 [2021-05-03T10:52:13.444Z] #20 15.86 Reading package lists...
10:52:13 [2021-05-03T10:52:13.444Z] #20 19.99 Building dependency tree...
10:52:13 [2021-05-03T10:52:13.444Z] #20 21.45 libcap2-bin is already the newest version (1:2.25-2).
10:52:13 [2021-05-03T10:52:13.444Z] #20 21.45 The following additional packages will be installed:
10:52:13 [2021-05-03T10:52:13.444Z] #20 21.46   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
10:52:13 [2021-05-03T10:52:13.444Z] #20 21.46   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
10:52:13 [2021-05-03T10:52:13.444Z] #20 21.46   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
10:52:13 [2021-05-03T10:52:13.444Z] #20 21.46   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
10:52:13 [2021-05-03T10:52:13.444Z] #20 21.47   python3.7 python3.7-minimal vim-runtime xxd
10:52:13 [2021-05-03T10:52:13.444Z] #20 21.47 Suggested packages:
10:52:13 [2021-05-03T10:52:13.444Z] #20 21.47   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
10:52:13 [2021-05-03T10:52:13.444Z] #20 21.47   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
10:52:13 [2021-05-03T10:52:13.444Z] #20 21.47   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
10:52:13 [2021-05-03T10:52:13.444Z] #20 21.47 Recommended packages:
10:52:13 [2021-05-03T10:52:13.444Z] #20 21.47   aufs-dkms nftables build-essential python3-dev python3-keyring
10:52:13 [2021-05-03T10:52:13.444Z] #20 21.47   python3-keyrings.alt python3-xdg unzip
10:52:13 [2021-05-03T10:52:13.704Z] #20 ...
10:52:13 [2021-05-03T10:52:13.704Z] 
10:52:13 [2021-05-03T10:52:13.704Z] #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
10:52:13 [2021-05-03T10:52:13.704Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:52:13 [2021-05-03T10:52:13.704Z] #43 82.36   DEP      criu/irmap.d
10:52:13 [2021-05-03T10:52:13.704Z] #43 82.53   DEP      criu/ipc_ns.d
10:52:13 [2021-05-03T10:52:13.780Z] #43 57.44   HOSTCC   compel/src/lib/log-host.o
10:52:13 [2021-05-03T10:52:13.780Z] #43 57.67   HOSTLINK compel/compel-host-bin
10:52:13 [2021-05-03T10:52:13.963Z] #43 82.77   DEP      criu/image.d
10:52:14 [2021-05-03T10:52:14.043Z] #43 57.94   DEP      soccr/soccr.d
10:52:14 [2021-05-03T10:52:14.133Z] #53 ...
10:52:14 [2021-05-03T10:52:14.133Z] 
10:52:14 [2021-05-03T10:52:14.133Z] #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
10:52:14 [2021-05-03T10:52:14.133Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:52:14 [2021-05-03T10:52:14.133Z] #43 157.1   CC       criu/sockets.o
10:52:14 [2021-05-03T10:52:14.223Z] #43 82.92   DEP      criu/image-desc.d
10:52:14 [2021-05-03T10:52:14.223Z] #43 83.04   DEP      criu/fsnotify.d
10:52:14 [2021-05-03T10:52:14.305Z] #43 58.08   CC       soccr/soccr.o
10:52:14 [2021-05-03T10:52:14.482Z] #43 83.18   DEP      criu/filesystems.d
10:52:14 [2021-05-03T10:52:14.482Z] #43 83.32   DEP      criu/files.d
10:52:14 [2021-05-03T10:52:14.585Z] #43 95.04   CC       criu/cr-check.o
10:52:14 [2021-05-03T10:52:14.742Z] #43 83.56   DEP      criu/files-reg.d
10:52:14 [2021-05-03T10:52:14.881Z] #43 ...
10:52:14 [2021-05-03T10:52:14.881Z] 
10:52:14 [2021-05-03T10:52:14.881Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
10:52:14 [2021-05-03T10:52:14.881Z] #24 sha256:d8c1fb038e263bd253b4507910bb06f19bd6efaa2560290b740fc4c88428d428
10:52:15 [2021-05-03T10:52:15.002Z] #43 83.74   DEP      criu/files-ext.d
10:52:15 [2021-05-03T10:52:15.076Z] #43 158.0   CC       criu/stats.o
10:52:15 [2021-05-03T10:52:15.076Z] #43 158.2   CC       criu/string.o
10:52:15 [2021-05-03T10:52:15.261Z] #43 83.85   DEP      criu/file-lock.d
10:52:15 [2021-05-03T10:52:15.262Z] #43 83.96   DEP      criu/file-ids.d
10:52:15 [2021-05-03T10:52:15.262Z] #43 84.07   DEP      criu/fifo.d
10:52:15 [2021-05-03T10:52:15.262Z] #43 84.15   DEP      criu/fdstore.d
10:52:15 [2021-05-03T10:52:15.336Z] #43 158.3   CC       criu/sysctl.o
10:52:15 [2021-05-03T10:52:15.521Z] #43 84.27   DEP      criu/fault-injection.d
10:52:15 [2021-05-03T10:52:15.521Z] #43 84.32   DEP      criu/external.d
10:52:15 [2021-05-03T10:52:15.521Z] #43 84.42   DEP      criu/eventpoll.d
10:52:15 [2021-05-03T10:52:15.597Z] #43 158.8   CC       criu/sysfs_parse.o
10:52:15 [2021-05-03T10:52:15.718Z] #20 51.99 Setting up libiptc0:amd64 (1.8.2-4) ...
10:52:15 [2021-05-03T10:52:15.718Z] #20 52.00 Setting up xz-utils (5.2.4-1) ...
10:52:15 [2021-05-03T10:52:15.718Z] #20 52.02 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
10:52:15 [2021-05-03T10:52:15.718Z] #20 52.03 Setting up sudo (1.8.27-1+deb10u3) ...
10:52:15 [2021-05-03T10:52:15.718Z] #20 52.11 invoke-rc.d: could not determine current runlevel
10:52:15 [2021-05-03T10:52:15.718Z] #20 52.12 invoke-rc.d: policy-rc.d denied execution of start.
10:52:15 [2021-05-03T10:52:15.718Z] #20 52.13 Setting up pigz (2.4-1) ...
10:52:15 [2021-05-03T10:52:15.718Z] #20 52.15 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
10:52:15 [2021-05-03T10:52:15.718Z] #20 52.16 Setting up libnl-3-200:amd64 (3.4.0-1) ...
10:52:15 [2021-05-03T10:52:15.718Z] #20 52.18 Setting up python-pip-whl (18.1-5) ...
10:52:15 [2021-05-03T10:52:15.718Z] #20 52.19 Setting up libmpdec2:amd64 (2.4.2-2) ...
10:52:15 [2021-05-03T10:52:15.718Z] #20 52.20 Setting up vim-runtime (2:8.1.0875-5) ...
10:52:15 [2021-05-03T10:52:15.718Z] #20 52.63 Setting up libaio1:amd64 (0.3.112-3) ...
10:52:15 [2021-05-03T10:52:15.718Z] #20 52.64 Setting up libonig5:amd64 (6.9.1-1) ...
10:52:15 [2021-05-03T10:52:15.718Z] #20 52.65 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
10:52:15 [2021-05-03T10:52:15.974Z] #20 52.67 Setting up vim (2:8.1.0875-5) ...
10:52:15 [2021-05-03T10:52:15.974Z] #20 52.68 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
10:52:15 [2021-05-03T10:52:15.974Z] #20 52.69 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
10:52:15 [2021-05-03T10:52:15.974Z] #20 52.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
10:52:15 [2021-05-03T10:52:15.974Z] #20 52.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
10:52:15 [2021-05-03T10:52:15.974Z] #20 52.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
10:52:15 [2021-05-03T10:52:15.974Z] #20 52.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
10:52:15 [2021-05-03T10:52:15.974Z] #20 52.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
10:52:15 [2021-05-03T10:52:15.974Z] #20 52.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
10:52:15 [2021-05-03T10:52:15.974Z] #20 52.76 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
10:52:15 [2021-05-03T10:52:15.974Z] #20 52.77 Setting up thin-provisioning-tools (0.7.6-2.1) ...
10:52:15 [2021-05-03T10:52:15.974Z] #20 52.78 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
10:52:15 [2021-05-03T10:52:15.974Z] #20 52.79 Setting up jq (1.5+dfsg-2+b1) ...
10:52:15 [2021-05-03T10:52:15.974Z] #20 52.80 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
10:52:15 [2021-05-03T10:52:15.974Z] #20 52.82 Setting up python3.7 (3.7.3-2+deb10u3) ...
10:52:15 [2021-05-03T10:52:15.974Z] #20 ...
10:52:15 [2021-05-03T10:52:15.974Z] 
10:52:15 [2021-05-03T10:52:15.974Z] #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
10:52:15 [2021-05-03T10:52:15.974Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:52:15 [2021-05-03T10:52:15.974Z] #43 104.4   CC       criu/cr-service.o
10:52:15 [2021-05-03T10:52:15.974Z] #43 106.0   CC       criu/crtools.o
10:52:15 [2021-05-03T10:52:15.974Z] #43 106.5   CC       criu/eventfd.o
10:52:15 [2021-05-03T10:52:15.974Z] #43 106.9   CC       criu/eventpoll.o
10:52:15 [2021-05-03T10:52:15.974Z] #43 107.7   CC       criu/external.o
10:52:15 [2021-05-03T10:52:15.974Z] #43 108.0   CC       criu/fault-injection.o
10:52:15 [2021-05-03T10:52:15.974Z] #43 108.2   CC       criu/fdstore.o
10:52:15 [2021-05-03T10:52:15.974Z] #43 108.6   CC       criu/fifo.o
10:52:15 [2021-05-03T10:52:15.974Z] #43 109.0   CC       criu/file-ids.o
10:52:15 [2021-05-03T10:52:15.974Z] #43 109.4   CC       criu/file-lock.o
10:52:15 [2021-05-03T10:52:15.974Z] #43 110.3   CC       criu/files-ext.o
10:52:15 [2021-05-03T10:52:15.974Z] #43 110.7   CC       criu/files-reg.o
10:52:15 [2021-05-03T10:52:15.974Z] #43 112.9   CC       criu/files.o
10:52:16 [2021-05-03T10:52:16.091Z] #43 ...
10:52:16 [2021-05-03T10:52:16.091Z] 
10:52:16 [2021-05-03T10:52:16.091Z] #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
10:52:16 [2021-05-03T10:52:16.091Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
10:52:16 [2021-05-03T10:52:16.091Z] #32 DONE 162.9s
10:52:16 [2021-05-03T10:52:16.091Z] 
10:52:16 [2021-05-03T10:52:16.091Z] #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
10:52:16 [2021-05-03T10:52:16.091Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:52:16 [2021-05-03T10:52:16.091Z] #43 84.68   DEP      criu/eventfd.d
10:52:16 [2021-05-03T10:52:16.091Z] #43 84.91   DEP      criu/crtools.d
10:52:16 [2021-05-03T10:52:16.179Z] #43 159.1   CC       criu/timens.o
10:52:16 [2021-05-03T10:52:16.197Z] #24 120.1 Checking out files:  28% (3283/11350)   
Checking out files:  29% (3292/11350)   
Checking out files:  30% (3405/11350)   
Checking out files:  31% (3519/11350)   
Checking out files:  32% (3632/11350)   
Checking out files:  33% (3746/11350)   
Checking out files:  34% (3859/11350)   
Checking out files:  35% (3973/11350)   
Checking out files:  36% (4086/11350)   
Checking out files:  37% (4200/11350)   
Checking out files:  38% (4313/11350)   
Checking out files:  39% (4427/11350)   
Checking out files:  40% (4540/11350)   
Checking out files:  41% (4654/11350)   
Checking out files:  42% (4767/11350)   
Checking out files:  43% (4881/11350)   
Checking out files:  44% (4994/11350)   
Checking out files:  45% (5108/11350)   
Checking out files:  46% (5221/11350)   
Checking out files:  47% (5335/11350)   
Checking out files:  48% (5448/11350)   
Checking out files:  49% (5562/11350)   
Checking out files:  49% (5617/11350)   
Checking out files:  50% (5675/11350)   
Checking out files:  51% (5789/11350)   
Checking out files:  52% (5902/11350)   
Checking out files:  53% (6016/11350)   
Checking out files:  54% (6129/11350)   
Checking out files:  55% (6243/11350)   
Checking out files:  56% (6356/11350)   
Checking out files:  57% (6470/11350)   
Checking out files:  58% (6583/11350)   
Checking out files:  59% (6697/11350)   
Checking out files:  60% (6810/11350)   
Checking out files:  61% (6924/11350)   
Checking out files:  62% (7037/11350)   
Checking out files:  63% (7151/11350)   
Checking out files:  64% (7264/11350)   
Checking out files:  65% (7378/11350)   
Checking out files:  66% (7491/11350)   
Checking out files:  67% (7605/11350)   
Checking out files:  68% (7718/11350)   
Checking out files:  69% (7832/11350)   
Checking out files:  70% (7945/11350)   
Checking out files:  71% (8059/11350)   
Checking out files:  72% (8172/11350)   
Checking out files:  73% (8286/11350)   
Checking out files:  74% (8399/11350)   
Checking out files:  75% (8513/11350)   
Checking out files:  76% (8626/11350)   
Checking out files:  77% (8740/11350)   
Checking out files:  78% (8853/11350)   
Checking out files:  79% (8967/11350)   
Checking out files:  80% (9080/11350)   
Checking out files:  81% (9194/11350)   
Checking out files:  82% (9307/11350)   
Checking out files:  83% (9421/11350)   
Checking out files:  84% (9534/11350)   
Checking out files:  85% (9648/11350)   
Checking out files:  86% (9761/11350)   
Checking out files:  87% (9875/11350)   
Checking out files:  88% (9988/11350)   
Checking out files:  89% (10102/11350)   
Checking out files:  90% (10215/11350)   
Checking out files:  91% (10329/11350)   
Checking out files:  92% (10442/11350)   
Checking out files:  92% (10531/11350)   
Checking out files:  93% (10556/11350)   
Checking out files:  94% (10669/11350)   
Checking out files:  95% (10783/11350)   
Checking out files:  96% (10896/11350)   
Checking out files:  97% (11010/11350)   
Checking out files:  98% (11123/11350)   
Checking out files:  99% (11237/11350)   
Checking out files: 100% (11350/11350)   
Checking out files: 100% (11350/11350), done.
10:52:16 [2021-05-03T10:52:16.441Z] #43 159.3   CC       criu/timerfd.o
10:52:16 [2021-05-03T10:52:16.441Z] #43 159.5   CC       criu/tty.o
10:52:16 [2021-05-03T10:52:16.461Z] #24 123.6 + cd /tmp/tmp.ZuBg1Y0r0I/tmp/docker-ce
10:52:16 [2021-05-03T10:52:16.461Z] #24 123.6 + git checkout -q v17.06.2-ce
10:52:16 [2021-05-03T10:52:16.493Z] #43 96.83   CC       criu/cr-dedup.o
10:52:16 [2021-05-03T10:52:16.661Z] #43 85.20   DEP      criu/cr-service.d
10:52:16 [2021-05-03T10:52:16.661Z] #43 85.42   DEP      criu/cr-restore.d
10:52:16 [2021-05-03T10:52:16.753Z] #43 97.20   CC       criu/cr-dump.o
10:52:16 [2021-05-03T10:52:16.902Z] #43 115.1   CC       criu/filesystems.o
10:52:16 [2021-05-03T10:52:16.920Z] #43 85.77   DEP      criu/cr-errno.d
10:52:17 [2021-05-03T10:52:17.180Z] #43 85.80   DEP      criu/cr-dump.d
10:52:17 [2021-05-03T10:52:17.180Z] #43 86.00   DEP      criu/cr-dedup.d
10:52:17 [2021-05-03T10:52:17.439Z] #43 86.10   DEP      criu/cr-check.d
10:52:17 [2021-05-03T10:52:17.439Z] #43 86.31   DEP      criu/config.d
10:52:17 [2021-05-03T10:52:17.699Z] #43 86.45   DEP      criu/clone-noasan.d
10:52:17 [2021-05-03T10:52:17.826Z] #43 160.8   CC       criu/tun.o
10:52:17 [2021-05-03T10:52:17.912Z] #43 115.9   CC       criu/fsnotify.o
10:52:17 [2021-05-03T10:52:17.959Z] #43 86.54   DEP      criu/cgroup.d
10:52:17 [2021-05-03T10:52:17.959Z] #43 86.67   DEP      criu/cgroup-props.d
10:52:17 [2021-05-03T10:52:17.959Z] #43 86.75   DEP      criu/bitmap.d
10:52:17 [2021-05-03T10:52:17.959Z] #43 86.77   DEP      criu/bfd.d
10:52:18 [2021-05-03T10:52:18.087Z] #43 161.2   CC       criu/uffd.o
10:52:18 [2021-05-03T10:52:18.134Z] #43 ...
10:52:18 [2021-05-03T10:52:18.134Z] 
10:52:18 [2021-05-03T10:52:18.134Z] #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
10:52:18 [2021-05-03T10:52:18.134Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
10:52:18 [2021-05-03T10:52:18.134Z] #20 15.59 Reading package lists...
10:52:18 [2021-05-03T10:52:18.134Z] #20 18.85 Building dependency tree...
10:52:18 [2021-05-03T10:52:18.134Z] #20 20.24 libcap2-bin is already the newest version (1:2.25-2).
10:52:18 [2021-05-03T10:52:18.134Z] #20 20.24 The following additional packages will be installed:
10:52:18 [2021-05-03T10:52:18.134Z] #20 20.25   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
10:52:18 [2021-05-03T10:52:18.134Z] #20 20.26   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
10:52:18 [2021-05-03T10:52:18.134Z] #20 20.26   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
10:52:18 [2021-05-03T10:52:18.134Z] #20 20.26   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
10:52:18 [2021-05-03T10:52:18.134Z] #20 20.26   python3.7 python3.7-minimal vim-runtime xxd
10:52:18 [2021-05-03T10:52:18.134Z] #20 20.26 Suggested packages:
10:52:18 [2021-05-03T10:52:18.134Z] #20 20.27   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
10:52:18 [2021-05-03T10:52:18.134Z] #20 20.27   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
10:52:18 [2021-05-03T10:52:18.134Z] #20 20.27   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
10:52:18 [2021-05-03T10:52:18.134Z] #20 20.27 Recommended packages:
10:52:18 [2021-05-03T10:52:18.134Z] #20 20.27   aufs-dkms nftables build-essential python3-dev python3-keyring
10:52:18 [2021-05-03T10:52:18.134Z] #20 20.27   python3-keyrings.alt python3-xdg unzip
10:52:18 [2021-05-03T10:52:18.134Z] #20 21.83 The following NEW packages will be installed:
10:52:18 [2021-05-03T10:52:18.134Z] #20 21.84   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
10:52:18 [2021-05-03T10:52:18.134Z] #20 21.84   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
10:52:18 [2021-05-03T10:52:18.134Z] #20 21.84   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
10:52:18 [2021-05-03T10:52:18.134Z] #20 21.84   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
10:52:18 [2021-05-03T10:52:18.134Z] #20 21.84   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
10:52:18 [2021-05-03T10:52:18.134Z] #20 21.84   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
10:52:18 [2021-05-03T10:52:18.134Z] #20 21.84   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
10:52:18 [2021-05-03T10:52:18.134Z] #20 21.84   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
10:52:18 [2021-05-03T10:52:18.134Z] #20 21.84   xz-utils zip
10:52:18 [2021-05-03T10:52:18.134Z] #20 22.17 0 upgraded, 48 newly installed, 0 to remove and 27 not upgraded.
10:52:18 [2021-05-03T10:52:18.134Z] #20 22.17 Need to get 28.5 MB of archives.
10:52:18 [2021-05-03T10:52:18.134Z] #20 22.17 After this operation, 116 MB of additional disk space will be used.
10:52:18 [2021-05-03T10:52:18.134Z] #20 22.17 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
10:52:18 [2021-05-03T10:52:18.134Z] #20 22.17 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB]
10:52:18 [2021-05-03T10:52:18.134Z] #20 22.19 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB]
10:52:18 [2021-05-03T10:52:18.134Z] #20 22.27 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
10:52:18 [2021-05-03T10:52:18.134Z] #20 22.28 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
10:52:18 [2021-05-03T10:52:18.134Z] #20 22.28 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB]
10:52:18 [2021-05-03T10:52:18.134Z] #20 22.35 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB]
10:52:18 [2021-05-03T10:52:18.134Z] #20 22.35 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
10:52:18 [2021-05-03T10:52:18.134Z] #20 22.37 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
10:52:18 [2021-05-03T10:52:18.134Z] #20 22.37 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
10:52:18 [2021-05-03T10:52:18.134Z] #20 22.37 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
10:52:18 [2021-05-03T10:52:18.134Z] #20 22.37 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
10:52:18 [2021-05-03T10:52:18.134Z] #20 22.38 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
10:52:18 [2021-05-03T10:52:18.134Z] #20 22.39 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
10:52:18 [2021-05-03T10:52:18.134Z] #20 22.39 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
10:52:18 [2021-05-03T10:52:18.134Z] #20 22.39 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
10:52:18 [2021-05-03T10:52:18.134Z] #20 22.42 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
10:52:18 [2021-05-03T10:52:18.134Z] #20 22.42 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
10:52:18 [2021-05-03T10:52:18.134Z] #20 22.44 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
10:52:18 [2021-05-03T10:52:18.134Z] #20 22.44 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
10:52:18 [2021-05-03T10:52:18.134Z] #20 22.45 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
10:52:18 [2021-05-03T10:52:18.135Z] #20 22.45 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
10:52:18 [2021-05-03T10:52:18.135Z] #20 22.48 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
10:52:18 [2021-05-03T10:52:18.135Z] #20 22.48 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
10:52:18 [2021-05-03T10:52:18.135Z] #20 22.49 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
10:52:18 [2021-05-03T10:52:18.135Z] #20 22.50 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
10:52:18 [2021-05-03T10:52:18.135Z] #20 22.50 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
10:52:18 [2021-05-03T10:52:18.135Z] #20 22.51 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
10:52:18 [2021-05-03T10:52:18.135Z] #20 22.51 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
10:52:18 [2021-05-03T10:52:18.135Z] #20 22.93 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
10:52:18 [2021-05-03T10:52:18.135Z] #20 22.94 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
10:52:18 [2021-05-03T10:52:18.135Z] #20 22.94 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
10:52:18 [2021-05-03T10:52:18.135Z] #20 22.94 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
10:52:18 [2021-05-03T10:52:18.135Z] #20 22.94 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
10:52:18 [2021-05-03T10:52:18.135Z] #20 22.95 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
10:52:18 [2021-05-03T10:52:18.135Z] #20 23.03 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
10:52:18 [2021-05-03T10:52:18.135Z] #20 23.03 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
10:52:18 [2021-05-03T10:52:18.135Z] #20 23.04 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
10:52:18 [2021-05-03T10:52:18.135Z] #20 23.05 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
10:52:18 [2021-05-03T10:52:18.135Z] #20 23.07 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
10:52:18 [2021-05-03T10:52:18.135Z] #20 23.08 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
10:52:18 [2021-05-03T10:52:18.135Z] #20 23.08 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB]
10:52:18 [2021-05-03T10:52:18.135Z] #20 23.14 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
10:52:18 [2021-05-03T10:52:18.135Z] #20 23.16 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
10:52:18 [2021-05-03T10:52:18.135Z] #20 23.17 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
10:52:18 [2021-05-03T10:52:18.135Z] #20 23.49 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
10:52:18 [2021-05-03T10:52:18.135Z] #20 23.52 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
10:52:18 [2021-05-03T10:52:18.135Z] #20 23.56 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
10:52:18 [2021-05-03T10:52:18.219Z] #43 86.85   DEP      criu/autofs.d
10:52:18 [2021-05-03T10:52:18.219Z] #43 86.99   DEP      criu/aio.d
10:52:18 [2021-05-03T10:52:18.395Z] #20 24.12 debconf: delaying package configuration, since apt-utils is not installed
10:52:18 [2021-05-03T10:52:18.395Z] #20 24.23 Fetched 28.5 MB in 2s (17.2 MB/s)
10:52:18 [2021-05-03T10:52:18.479Z] #43 87.11   DEP      criu/action-scripts.d
10:52:18 [2021-05-03T10:52:18.479Z] #43 87.32   CC       criu/action-scripts.o
10:52:18 [2021-05-03T10:52:18.654Z] #20 24.30 Selecting previously unselected package pigz.
10:52:18 [2021-05-03T10:52:18.654Z] #20 24.30 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23435 files and directories currently installed.)
10:52:18 [2021-05-03T10:52:18.654Z] #20 24.38 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
10:52:18 [2021-05-03T10:52:18.654Z] #20 24.39 Unpacking pigz (2.4-1) ...
10:52:18 [2021-05-03T10:52:18.654Z] #20 24.49 Selecting previously unselected package libpython3.7-minimal:amd64.
10:52:18 [2021-05-03T10:52:18.849Z] #43 117.2   CC       criu/image-desc.o
10:52:18 [2021-05-03T10:52:18.915Z] #20 24.50 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
10:52:18 [2021-05-03T10:52:18.915Z] #20 24.52 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
10:52:18 [2021-05-03T10:52:18.915Z] #20 ...
10:52:18 [2021-05-03T10:52:18.915Z] 
10:52:18 [2021-05-03T10:52:18.915Z] #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
10:52:18 [2021-05-03T10:52:18.915Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:52:18 [2021-05-03T10:52:18.915Z] #43 99.56   CC       criu/cr-errno.o
10:52:19 [2021-05-03T10:52:19.030Z] #43 162.0   CC       criu/util.o
10:52:19 [2021-05-03T10:52:19.050Z] #43 87.74   CC       criu/aio.o
10:52:19 [2021-05-03T10:52:19.107Z] #43 117.3   CC       criu/image.o
10:52:19 [2021-05-03T10:52:19.107Z] #43 ...
10:52:19 [2021-05-03T10:52:19.107Z] 
10:52:19 [2021-05-03T10:52:19.107Z] #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
10:52:19 [2021-05-03T10:52:19.107Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
10:52:19 [2021-05-03T10:52:19.107Z] #20 56.00 Setting up iptables (1.8.2-4) ...
10:52:19 [2021-05-03T10:52:19.175Z] #43 99.64   CC       criu/cr-restore.o
10:52:19 [2021-05-03T10:52:19.310Z] #43 88.15   CC       criu/autofs.o
10:52:19 [2021-05-03T10:52:19.364Z] #20 56.02 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
10:52:19 [2021-05-03T10:52:19.364Z] #20 56.03 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
10:52:19 [2021-05-03T10:52:19.364Z] #20 56.04 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
10:52:19 [2021-05-03T10:52:19.364Z] #20 56.04 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
10:52:19 [2021-05-03T10:52:19.364Z] #20 56.05 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
10:52:19 [2021-05-03T10:52:19.364Z] #20 56.05 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
10:52:19 [2021-05-03T10:52:19.364Z] #20 56.06 Setting up python3 (3.7.3-1) ...
10:52:19 [2021-05-03T10:52:19.620Z] #20 56.41 Setting up python3-wheel (0.32.3-2) ...
10:52:19 [2021-05-03T10:52:19.841Z] #24 126.8 + mkdir -p /tmp/tmp.ZuBg1Y0r0I/src/github.com/docker
10:52:19 [2021-05-03T10:52:19.841Z] #24 126.8 + mv components/cli /tmp/tmp.ZuBg1Y0r0I/src/github.com/docker/cli
10:52:19 [2021-05-03T10:52:19.841Z] #24 126.8 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker
10:52:19 [2021-05-03T10:52:19.973Z] #43 162.8   CC       criu/uts_ns.o
10:52:19 [2021-05-03T10:52:19.973Z] #43 163.0   CC       criu/vdso-compat.o
10:52:20 [2021-05-03T10:52:20.234Z] #43 163.2   CC       criu/vdso.o
10:52:20 [2021-05-03T10:52:20.495Z] #43 163.6   LINK     criu/built-in.o
10:52:20 [2021-05-03T10:52:20.549Z] #20 57.24 Setting up apparmor (2.13.2-10) ...
10:52:20 [2021-05-03T10:52:20.690Z] #43 89.45   CC       criu/bfd.o
10:52:20 [2021-05-03T10:52:20.756Z] #43 163.7   LINK     criu/criu
10:52:21 [2021-05-03T10:52:21.017Z] #43 164.1   DEP      lib/c/criu.d
10:52:21 [2021-05-03T10:52:21.017Z] #43 164.2   CC       images/rpc.pb-c.o
10:52:21 [2021-05-03T10:52:21.260Z] #43 89.96   CC       criu/bitmap.o
10:52:21 [2021-05-03T10:52:21.260Z] #43 90.12   CC       criu/cgroup-props.o
10:52:21 [2021-05-03T10:52:21.589Z] #43 164.5   CC       lib/c/criu.o
10:52:21 [2021-05-03T10:52:21.829Z] #43 90.76   CC       criu/cgroup.o
10:52:22 [2021-05-03T10:52:22.161Z] #43 165.2   LINK     lib/c/built-in.o
10:52:22 [2021-05-03T10:52:22.161Z] #43 165.2   LINK     lib/c/libcriu.so
10:52:22 [2021-05-03T10:52:22.161Z] #43 165.3   LINK     lib/c/libcriu.a
10:52:22 [2021-05-03T10:52:22.397Z] #24 ...
10:52:22 [2021-05-03T10:52:22.397Z] 
10:52:22 [2021-05-03T10:52:22.397Z] #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
10:52:22 [2021-05-03T10:52:22.397Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379
10:52:22 [2021-05-03T10:52:22.397Z] #20 8.793 Fetched 8773 kB in 7s (1303 kB/s)
10:52:22 [2021-05-03T10:52:22.397Z] #20 8.793 Reading package lists...
10:52:22 [2021-05-03T10:52:22.397Z] #20 11.23 Reading package lists...
10:52:22 [2021-05-03T10:52:22.397Z] #20 13.88 Building dependency tree...
10:52:22 [2021-05-03T10:52:22.397Z] #20 15.17 libcap2-bin is already the newest version (1:2.25-2).
10:52:22 [2021-05-03T10:52:22.397Z] #20 15.17 The following additional packages will be installed:
10:52:22 [2021-05-03T10:52:22.397Z] #20 15.17   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
10:52:22 [2021-05-03T10:52:22.397Z] #20 15.17   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
10:52:22 [2021-05-03T10:52:22.397Z] #20 15.17   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
10:52:22 [2021-05-03T10:52:22.397Z] #20 15.17   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
10:52:22 [2021-05-03T10:52:22.397Z] #20 15.17   python3.7 python3.7-minimal vim-runtime xxd
10:52:22 [2021-05-03T10:52:22.397Z] #20 15.18 Suggested packages:
10:52:22 [2021-05-03T10:52:22.397Z] #20 15.18   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
10:52:22 [2021-05-03T10:52:22.397Z] #20 15.18   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
10:52:22 [2021-05-03T10:52:22.397Z] #20 15.18   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
10:52:22 [2021-05-03T10:52:22.397Z] #20 15.18 Recommended packages:
10:52:22 [2021-05-03T10:52:22.397Z] #20 15.18   aufs-dkms nftables build-essential python3-dev python3-keyring
10:52:22 [2021-05-03T10:52:22.397Z] #20 15.18   python3-keyrings.alt python3-xdg unzip
10:52:22 [2021-05-03T10:52:22.397Z] #20 16.62 The following NEW packages will be installed:
10:52:22 [2021-05-03T10:52:22.397Z] #20 16.63   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
10:52:22 [2021-05-03T10:52:22.397Z] #20 16.63   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
10:52:22 [2021-05-03T10:52:22.397Z] #20 16.63   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
10:52:22 [2021-05-03T10:52:22.397Z] #20 16.63   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
10:52:22 [2021-05-03T10:52:22.397Z] #20 16.63   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
10:52:22 [2021-05-03T10:52:22.397Z] #20 16.63   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
10:52:22 [2021-05-03T10:52:22.397Z] #20 16.64   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
10:52:22 [2021-05-03T10:52:22.397Z] #20 16.64   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
10:52:22 [2021-05-03T10:52:22.397Z] #20 16.64   xz-utils zip
10:52:22 [2021-05-03T10:52:22.397Z] #20 16.97 0 upgraded, 48 newly installed, 0 to remove and 27 not upgraded.
10:52:22 [2021-05-03T10:52:22.397Z] #20 16.97 Need to get 27.6 MB of archives.
10:52:22 [2021-05-03T10:52:22.397Z] #20 16.97 After this operation, 114 MB of additional disk space will be used.
10:52:22 [2021-05-03T10:52:22.397Z] #20 16.97 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 pigz arm64 2.4-1 [48.0 kB]
10:52:22 [2021-05-03T10:52:22.397Z] #20 16.98 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u3 [588 kB]
10:52:22 [2021-05-03T10:52:22.397Z] #20 17.00 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u3 [1404 kB]
10:52:22 [2021-05-03T10:52:22.397Z] #20 17.09 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB]
10:52:22 [2021-05-03T10:52:22.397Z] #20 17.10 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB]
10:52:22 [2021-05-03T10:52:22.397Z] #20 17.10 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u3 [1642 kB]
10:52:22 [2021-05-03T10:52:22.397Z] #20 17.17 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u3 [330 kB]
10:52:22 [2021-05-03T10:52:22.397Z] #20 17.18 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB]
10:52:22 [2021-05-03T10:52:22.397Z] #20 17.18 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB]
10:52:22 [2021-05-03T10:52:22.397Z] #20 17.20 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip4tc0 arm64 1.8.2-4 [69.6 kB]
10:52:22 [2021-05-03T10:52:22.397Z] #20 17.20 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip6tc0 arm64 1.8.2-4 [69.9 kB]
10:52:22 [2021-05-03T10:52:22.397Z] #20 17.20 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libiptc0 arm64 1.8.2-4 [59.7 kB]
10:52:22 [2021-05-03T10:52:22.397Z] #20 17.20 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB]
10:52:22 [2021-05-03T10:52:22.397Z] #20 17.21 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnetfilter-conntrack3 arm64 1.0.7-1 [34.4 kB]
10:52:22 [2021-05-03T10:52:22.397Z] #20 17.21 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnftnl11 arm64 1.1.2-2 [53.1 kB]
10:52:22 [2021-05-03T10:52:22.397Z] #20 17.21 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 iptables arm64 1.8.2-4 [385 kB]
10:52:22 [2021-05-03T10:52:22.397Z] #20 17.23 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB]
10:52:22 [2021-05-03T10:52:22.397Z] #20 17.24 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB]
10:52:22 [2021-05-03T10:52:22.397Z] #20 17.26 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB]
10:52:22 [2021-05-03T10:52:22.397Z] #20 17.26 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bzip2 arm64 1.0.6-9.2~deb10u1 [47.7 kB]
10:52:22 [2021-05-03T10:52:22.397Z] #20 17.27 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1 [182 kB]
10:52:22 [2021-05-03T10:52:22.397Z] #20 17.28 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 apparmor arm64 2.13.2-10 [504 kB]
10:52:22 [2021-05-03T10:52:22.397Z] #20 17.31 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 aufs-tools arm64 1:4.14+20190211-1 [104 kB]
10:52:22 [2021-05-03T10:52:22.397Z] #20 17.32 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB]
10:52:22 [2021-05-03T10:52:22.397Z] #20 17.34 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB]
10:52:22 [2021-05-03T10:52:22.397Z] #20 17.35 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB]
10:52:22 [2021-05-03T10:52:22.397Z] #20 17.35 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libaio1 arm64 0.3.112-3 [11.1 kB]
10:52:22 [2021-05-03T10:52:22.397Z] #20 17.35 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB]
10:52:22 [2021-05-03T10:52:22.397Z] #20 17.36 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB]
10:52:22 [2021-05-03T10:52:22.397Z] #20 17.86 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
10:52:22 [2021-05-03T10:52:22.397Z] #20 17.86 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB]
10:52:22 [2021-05-03T10:52:22.397Z] #20 17.86 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB]
10:52:22 [2021-05-03T10:52:22.397Z] #20 17.86 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libreadline5 arm64 5.2+dfsg-3+b13 [113 kB]
10:52:22 [2021-05-03T10:52:22.397Z] #20 17.86 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main arm64 net-tools arm64 1.60+git20180626.aebd88e-1 [247 kB]
10:52:22 [2021-05-03T10:52:22.397Z] #20 17.87 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pip-whl all 18.1-5 [1591 kB]
10:52:22 [2021-05-03T10:52:22.397Z] #20 17.95 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
10:52:22 [2021-05-03T10:52:22.397Z] #20 17.96 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-distutils all 3.7.3-1 [142 kB]
10:52:22 [2021-05-03T10:52:22.397Z] #20 17.96 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pip all 18.1-5 [171 kB]
10:52:22 [2021-05-03T10:52:22.397Z] #20 17.97 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB]
10:52:22 [2021-05-03T10:52:22.397Z] #20 17.98 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-setuptools all 40.8.0-1 [306 kB]
10:52:22 [2021-05-03T10:52:22.397Z] #20 17.99 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-wheel all 0.32.3-2 [19.4 kB]
10:52:22 [2021-05-03T10:52:22.397Z] #20 18.00 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main arm64 sudo arm64 1.8.27-1+deb10u3 [1208 kB]
10:52:22 [2021-05-03T10:52:22.397Z] #20 18.03 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main arm64 thin-provisioning-tools arm64 0.7.6-2.1 [318 kB]
10:52:22 [2021-05-03T10:52:22.397Z] #20 18.04 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main arm64 uidmap arm64 1:4.5-1.1 [257 kB]
10:52:22 [2021-05-03T10:52:22.397Z] #20 18.06 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-runtime all 2:8.1.0875-5 [5775 kB]
10:52:22 [2021-05-03T10:52:22.397Z] #20 18.23 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim arm64 2:8.1.0875-5 [1189 kB]
10:52:22 [2021-05-03T10:52:22.397Z] #20 18.26 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xfsprogs arm64 4.20.0-1 [874 kB]
10:52:22 [2021-05-03T10:52:22.397Z] #20 18.28 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zip arm64 3.0-11+b1 [225 kB]
10:52:22 [2021-05-03T10:52:22.397Z] #20 18.83 debconf: delaying package configuration, since apt-utils is not installed
10:52:22 [2021-05-03T10:52:22.397Z] #20 18.94 Fetched 27.6 MB in 2s (17.2 MB/s)
10:52:22 [2021-05-03T10:52:22.397Z] #20 19.02 Selecting previously unselected package pigz.
10:52:22 [2021-05-03T10:52:22.397Z] #20 19.02 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23408 files and directories currently installed.)
10:52:22 [2021-05-03T10:52:22.397Z] #20 19.15 Preparing to unpack .../archives/pigz_2.4-1_arm64.deb ...
10:52:22 [2021-05-03T10:52:22.397Z] #20 19.17 Unpacking pigz (2.4-1) ...
10:52:22 [2021-05-03T10:52:22.398Z] #43 ...
10:52:22 [2021-05-03T10:52:22.398Z] 
10:52:22 [2021-05-03T10:52:22.398Z] #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
10:52:22 [2021-05-03T10:52:22.398Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
10:52:22 [2021-05-03T10:52:22.398Z] #20 23.18 The following NEW packages will be installed:
10:52:22 [2021-05-03T10:52:22.398Z] #20 23.19   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
10:52:22 [2021-05-03T10:52:22.398Z] #20 23.19   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
10:52:22 [2021-05-03T10:52:22.398Z] #20 23.19   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
10:52:22 [2021-05-03T10:52:22.398Z] #20 23.19   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
10:52:22 [2021-05-03T10:52:22.398Z] #20 23.19   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
10:52:22 [2021-05-03T10:52:22.398Z] #20 23.20   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
10:52:22 [2021-05-03T10:52:22.398Z] #20 23.20   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
10:52:22 [2021-05-03T10:52:22.398Z] #20 23.20   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
10:52:22 [2021-05-03T10:52:22.398Z] #20 23.20   xz-utils zip
10:52:22 [2021-05-03T10:52:22.398Z] #20 23.51 0 upgraded, 48 newly installed, 0 to remove and 27 not upgraded.
10:52:22 [2021-05-03T10:52:22.398Z] #20 23.51 Need to get 28.5 MB of archives.
10:52:22 [2021-05-03T10:52:22.398Z] #20 23.51 After this operation, 116 MB of additional disk space will be used.
10:52:22 [2021-05-03T10:52:22.398Z] #20 23.51 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
10:52:22 [2021-05-03T10:52:22.398Z] #20 23.51 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB]
10:52:22 [2021-05-03T10:52:22.398Z] #20 23.53 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB]
10:52:22 [2021-05-03T10:52:22.398Z] #20 23.64 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
10:52:22 [2021-05-03T10:52:22.398Z] #20 23.65 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
10:52:22 [2021-05-03T10:52:22.398Z] #20 23.65 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB]
10:52:22 [2021-05-03T10:52:22.398Z] #20 23.76 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB]
10:52:22 [2021-05-03T10:52:22.398Z] #20 23.78 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
10:52:22 [2021-05-03T10:52:22.398Z] #20 23.78 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
10:52:22 [2021-05-03T10:52:22.398Z] #20 23.78 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
10:52:22 [2021-05-03T10:52:22.398Z] #20 23.79 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
10:52:22 [2021-05-03T10:52:22.398Z] #20 23.79 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
10:52:22 [2021-05-03T10:52:22.398Z] #20 23.80 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
10:52:22 [2021-05-03T10:52:22.398Z] #20 23.80 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
10:52:22 [2021-05-03T10:52:22.398Z] #20 23.81 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
10:52:22 [2021-05-03T10:52:22.398Z] #20 23.81 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
10:52:22 [2021-05-03T10:52:22.398Z] #20 23.84 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
10:52:22 [2021-05-03T10:52:22.398Z] #20 23.84 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
10:52:22 [2021-05-03T10:52:22.398Z] #20 23.86 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
10:52:22 [2021-05-03T10:52:22.398Z] #20 23.87 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
10:52:22 [2021-05-03T10:52:22.398Z] #20 23.87 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
10:52:22 [2021-05-03T10:52:22.398Z] #20 23.88 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
10:52:22 [2021-05-03T10:52:22.398Z] #20 23.91 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
10:52:22 [2021-05-03T10:52:22.398Z] #20 23.93 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
10:52:22 [2021-05-03T10:52:22.398Z] #20 23.94 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
10:52:22 [2021-05-03T10:52:22.398Z] #20 23.96 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
10:52:22 [2021-05-03T10:52:22.398Z] #20 23.96 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
10:52:22 [2021-05-03T10:52:22.398Z] #20 23.96 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
10:52:22 [2021-05-03T10:52:22.398Z] #20 23.96 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
10:52:22 [2021-05-03T10:52:22.398Z] #20 24.64 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
10:52:22 [2021-05-03T10:52:22.398Z] #20 24.64 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
10:52:22 [2021-05-03T10:52:22.398Z] #20 24.64 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
10:52:22 [2021-05-03T10:52:22.398Z] #20 24.65 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
10:52:22 [2021-05-03T10:52:22.398Z] #20 24.65 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
10:52:22 [2021-05-03T10:52:22.398Z] #20 24.67 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
10:52:22 [2021-05-03T10:52:22.398Z] #20 24.79 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
10:52:22 [2021-05-03T10:52:22.398Z] #20 24.79 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
10:52:22 [2021-05-03T10:52:22.398Z] #20 24.81 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
10:52:22 [2021-05-03T10:52:22.398Z] #20 24.83 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
10:52:22 [2021-05-03T10:52:22.398Z] #20 24.84 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
10:52:22 [2021-05-03T10:52:22.398Z] #20 24.87 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
10:52:22 [2021-05-03T10:52:22.398Z] #20 24.87 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB]
10:52:22 [2021-05-03T10:52:22.398Z] #20 24.99 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
10:52:22 [2021-05-03T10:52:22.398Z] #20 25.03 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
10:52:22 [2021-05-03T10:52:22.398Z] #20 25.05 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
10:52:22 [2021-05-03T10:52:22.399Z] #20 25.41 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
10:52:22 [2021-05-03T10:52:22.399Z] #20 25.45 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
10:52:22 [2021-05-03T10:52:22.399Z] #20 25.50 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
10:52:22 [2021-05-03T10:52:22.399Z] #20 26.25 debconf: delaying package configuration, since apt-utils is not installed
10:52:22 [2021-05-03T10:52:22.399Z] #20 26.35 Fetched 28.5 MB in 2s (12.6 MB/s)
10:52:22 [2021-05-03T10:52:22.399Z] #20 26.41 Selecting previously unselected package pigz.
10:52:22 [2021-05-03T10:52:22.399Z] #20 26.41 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23435 files and directories currently installed.)
10:52:22 [2021-05-03T10:52:22.399Z] #20 26.44 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
10:52:22 [2021-05-03T10:52:22.399Z] #20 26.45 Unpacking pigz (2.4-1) ...
10:52:22 [2021-05-03T10:52:22.399Z] #20 26.54 Selecting previously unselected package libpython3.7-minimal:amd64.
10:52:22 [2021-05-03T10:52:22.399Z] #20 26.54 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
10:52:22 [2021-05-03T10:52:22.399Z] #20 26.56 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
10:52:22 [2021-05-03T10:52:22.399Z] #20 27.02 Selecting previously unselected package python3.7-minimal.
10:52:22 [2021-05-03T10:52:22.399Z] #20 27.03 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
10:52:22 [2021-05-03T10:52:22.399Z] #20 27.05 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
10:52:22 [2021-05-03T10:52:22.399Z] #20 27.92 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
10:52:22 [2021-05-03T10:52:22.399Z] #20 27.95 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
10:52:22 [2021-05-03T10:52:22.399Z] #20 29.99 Selecting previously unselected package python3-minimal.
10:52:22 [2021-05-03T10:52:22.399Z] #20 29.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 ... 23684 files and directories currently installed.)
10:52:22 [2021-05-03T10:52:22.399Z] #20 30.06 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
10:52:22 [2021-05-03T10:52:22.399Z] #20 30.07 Unpacking python3-minimal (3.7.3-1) ...
10:52:22 [2021-05-03T10:52:22.399Z] #20 30.14 Selecting previously unselected package libmpdec2:amd64.
10:52:22 [2021-05-03T10:52:22.399Z] #20 30.16 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
10:52:22 [2021-05-03T10:52:22.399Z] #20 30.17 Unpacking libmpdec2:amd64 (2.4.2-2) ...
10:52:22 [2021-05-03T10:52:22.399Z] #20 30.25 Selecting previously unselected package libpython3.7-stdlib:amd64.
10:52:22 [2021-05-03T10:52:22.399Z] #20 30.26 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ...
10:52:22 [2021-05-03T10:52:22.399Z] #20 30.26 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
10:52:22 [2021-05-03T10:52:22.422Z] #43 165.4   GEN      magic.py
10:52:22 [2021-05-03T10:52:22.422Z] #43 165.5 Note: Building without setproctitle() and strlcpy() support.
10:52:22 [2021-05-03T10:52:22.422Z] #43 165.5       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
10:52:22 [2021-05-03T10:52:22.422Z] #43 165.5 Note: Building without GnuTLS support
10:52:22 [2021-05-03T10:52:22.422Z] #43 165.5 Makefile.config:39: Warn: you have no libnftables installed
10:52:22 [2021-05-03T10:52:22.422Z] #43 165.5 Makefile.config:40: Warn: Building without nftables support
10:52:22 [2021-05-03T10:52:22.440Z] #20 58.86 Setting up xfsprogs (4.20.0-1) ...
10:52:22 [2021-05-03T10:52:22.440Z] #20 58.88 Setting up python3-lib2to3 (3.7.3-1) ...
10:52:22 [2021-05-03T10:52:22.440Z] #20 59.25 Setting up python3-pkg-resources (40.8.0-1) ...
10:52:22 [2021-05-03T10:52:22.661Z] #20 19.29 Selecting previously unselected package libpython3.7-minimal:arm64.
10:52:22 [2021-05-03T10:52:22.661Z] #20 19.30 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_arm64.deb ...
10:52:22 [2021-05-03T10:52:22.661Z] #20 19.32 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u3) ...
10:52:22 [2021-05-03T10:52:22.994Z] #43 166.1 fatal: not a git repository (or any of the parent directories): .git
10:52:23 [2021-05-03T10:52:23.235Z] #20 19.82 Selecting previously unselected package python3.7-minimal.
10:52:23 [2021-05-03T10:52:23.235Z] #20 19.83 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_arm64.deb ...
10:52:23 [2021-05-03T10:52:23.235Z] #20 19.85 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
10:52:23 [2021-05-03T10:52:23.336Z] #20 31.25 Selecting previously unselected package python3.7.
10:52:23 [2021-05-03T10:52:23.337Z] #20 31.26 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ...
10:52:23 [2021-05-03T10:52:23.337Z] #20 31.28 Unpacking python3.7 (3.7.3-2+deb10u3) ...
10:52:23 [2021-05-03T10:52:23.337Z] #20 31.42 Selecting previously unselected package libpython3-stdlib:amd64.
10:52:23 [2021-05-03T10:52:23.337Z] #20 31.42 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
10:52:23 [2021-05-03T10:52:23.337Z] #20 31.43 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
10:52:23 [2021-05-03T10:52:23.376Z] #43 103.9   CC       criu/cr-service.o
10:52:23 [2021-05-03T10:52:23.565Z] #43 166.6 make[1]: Nothing to be done for 'all'.
10:52:23 [2021-05-03T10:52:23.596Z] #20 31.55 Setting up python3-minimal (3.7.3-1) ...
10:52:23 [2021-05-03T10:52:23.807Z] #20 60.32 Setting up python3-distutils (3.7.3-1) ...
10:52:23 [2021-05-03T10:52:23.808Z] #20 20.54 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u3) ...
10:52:23 [2021-05-03T10:52:23.808Z] #20 20.57 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
10:52:24 [2021-05-03T10:52:24.063Z] #20 60.87 Setting up python3-setuptools (40.8.0-1) ...
10:52:24 [2021-05-03T10:52:24.139Z] #43 167.1 make[1]: 'images/built-in.o' is up to date.
10:52:24 [2021-05-03T10:52:24.139Z] #43 167.1 make[1]: 'compel/plugins/std.lib.a' is up to date.
10:52:24 [2021-05-03T10:52:24.139Z] #43 167.1 make[1]: 'compel/plugins/fds.lib.a' is up to date.
10:52:24 [2021-05-03T10:52:24.139Z] #43 167.2 make[1]: 'compel/libcompel.a' is up to date.
10:52:24 [2021-05-03T10:52:24.139Z] #43 167.2 make[1]: 'compel/compel-host-bin' is up to date.
10:52:24 [2021-05-03T10:52:24.139Z] #43 167.2 make[1]: Nothing to be done for 'all'.
10:52:24 [2021-05-03T10:52:24.139Z] #43 167.2 make[1]: 'soccr/libsoccr.a' is up to date.
10:52:24 [2021-05-03T10:52:24.165Z] #20 32.39 Selecting previously unselected package python3.
10:52:24 [2021-05-03T10:52:24.400Z] #43 167.4 make[2]: Nothing to be done for 'all'.
10:52:24 [2021-05-03T10:52:24.400Z] #43 167.4 make[2]: Nothing to be done for 'all'.
10:52:24 [2021-05-03T10:52:24.400Z] #43 167.4 make[2]: Nothing to be done for 'all'.
10:52:24 [2021-05-03T10:52:24.400Z] #43 167.6 make[2]: Nothing to be done for 'all'.
10:52:24 [2021-05-03T10:52:24.400Z] #43 167.6 make[2]: Nothing to be done for 'all'.
10:52:24 [2021-05-03T10:52:24.425Z] #20 32.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 ... 24096 files and directories currently installed.)
10:52:24 [2021-05-03T10:52:24.425Z] #20 32.44 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
10:52:24 [2021-05-03T10:52:24.425Z] #20 32.45 Unpacking python3 (3.7.3-1) ...
10:52:24 [2021-05-03T10:52:24.425Z] #20 32.54 Selecting previously unselected package libip4tc0:amd64.
10:52:24 [2021-05-03T10:52:24.425Z] #20 32.54 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
10:52:24 [2021-05-03T10:52:24.425Z] #20 32.55 Unpacking libip4tc0:amd64 (1.8.2-4) ...
10:52:24 [2021-05-03T10:52:24.425Z] #20 32.62 Selecting previously unselected package libip6tc0:amd64.
10:52:24 [2021-05-03T10:52:24.425Z] #20 32.64 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
10:52:24 [2021-05-03T10:52:24.661Z] #43 167.6 make[2]: Nothing to be done for 'all'.
10:52:24 [2021-05-03T10:52:24.661Z] #43 167.7 make[2]: Nothing to be done for 'all'.
10:52:24 [2021-05-03T10:52:24.661Z] #43 167.7 make[2]: Nothing to be done for 'all'.
10:52:24 [2021-05-03T10:52:24.661Z] #43 167.7   INSTALL  criu/criu
10:52:24 [2021-05-03T10:52:24.685Z] #20 32.64 Unpacking libip6tc0:amd64 (1.8.2-4) ...
10:52:24 [2021-05-03T10:52:24.685Z] #20 32.74 Selecting previously unselected package libiptc0:amd64.
10:52:24 [2021-05-03T10:52:24.685Z] #20 32.74 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
10:52:24 [2021-05-03T10:52:24.685Z] #20 32.75 Unpacking libiptc0:amd64 (1.8.2-4) ...
10:52:24 [2021-05-03T10:52:24.685Z] #20 32.83 Selecting previously unselected package libnfnetlink0:amd64.
10:52:24 [2021-05-03T10:52:24.758Z] #43 ...
10:52:24 [2021-05-03T10:52:24.758Z] 
10:52:24 [2021-05-03T10:52:24.758Z] #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
10:52:24 [2021-05-03T10:52:24.758Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
10:52:24 [2021-05-03T10:52:24.758Z] #20 24.91 Selecting previously unselected package python3.7-minimal.
10:52:24 [2021-05-03T10:52:24.758Z] #20 24.91 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
10:52:24 [2021-05-03T10:52:24.758Z] #20 24.92 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
10:52:24 [2021-05-03T10:52:24.759Z] #20 25.73 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
10:52:24 [2021-05-03T10:52:24.759Z] #20 25.80 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
10:52:24 [2021-05-03T10:52:24.759Z] #20 27.74 Selecting previously unselected package python3-minimal.
10:52:24 [2021-05-03T10:52:24.759Z] #20 27.74 (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.)
10:52:24 [2021-05-03T10:52:24.759Z] #20 27.77 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
10:52:24 [2021-05-03T10:52:24.759Z] #20 27.77 Unpacking python3-minimal (3.7.3-1) ...
10:52:24 [2021-05-03T10:52:24.759Z] #20 27.85 Selecting previously unselected package libmpdec2:amd64.
10:52:24 [2021-05-03T10:52:24.759Z] #20 27.85 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
10:52:24 [2021-05-03T10:52:24.759Z] #20 27.87 Unpacking libmpdec2:amd64 (2.4.2-2) ...
10:52:24 [2021-05-03T10:52:24.759Z] #20 27.97 Selecting previously unselected package libpython3.7-stdlib:amd64.
10:52:24 [2021-05-03T10:52:24.759Z] #20 27.98 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ...
10:52:24 [2021-05-03T10:52:24.759Z] #20 27.98 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
10:52:24 [2021-05-03T10:52:24.759Z] #20 28.95 Selecting previously unselected package python3.7.
10:52:24 [2021-05-03T10:52:24.759Z] #20 28.96 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ...
10:52:24 [2021-05-03T10:52:24.759Z] #20 28.97 Unpacking python3.7 (3.7.3-2+deb10u3) ...
10:52:24 [2021-05-03T10:52:24.759Z] #20 29.07 Selecting previously unselected package libpython3-stdlib:amd64.
10:52:24 [2021-05-03T10:52:24.759Z] #20 29.09 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
10:52:24 [2021-05-03T10:52:24.759Z] #20 29.10 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
10:52:24 [2021-05-03T10:52:24.759Z] #20 29.22 Setting up python3-minimal (3.7.3-1) ...
10:52:24 [2021-05-03T10:52:24.759Z] #20 30.09 Selecting previously unselected package python3.
10:52:24 [2021-05-03T10:52:24.759Z] #20 30.09 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24096 files and directories currently installed.)
10:52:24 [2021-05-03T10:52:24.759Z] #20 30.14 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
10:52:24 [2021-05-03T10:52:24.759Z] #20 30.15 Unpacking python3 (3.7.3-1) ...
10:52:24 [2021-05-03T10:52:24.759Z] #20 30.26 Selecting previously unselected package libip4tc0:amd64.
10:52:24 [2021-05-03T10:52:24.759Z] #20 30.26 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
10:52:24 [2021-05-03T10:52:24.759Z] #20 30.27 Unpacking libip4tc0:amd64 (1.8.2-4) ...
10:52:24 [2021-05-03T10:52:24.759Z] #20 30.36 Selecting previously unselected package libip6tc0:amd64.
10:52:24 [2021-05-03T10:52:24.759Z] #20 30.36 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
10:52:24 [2021-05-03T10:52:24.759Z] #20 30.37 Unpacking libip6tc0:amd64 (1.8.2-4) ...
10:52:24 [2021-05-03T10:52:24.759Z] #20 30.47 Selecting previously unselected package libiptc0:amd64.
10:52:24 [2021-05-03T10:52:24.759Z] #20 30.47 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
10:52:24 [2021-05-03T10:52:24.759Z] #20 30.48 Unpacking libiptc0:amd64 (1.8.2-4) ...
10:52:24 [2021-05-03T10:52:24.759Z] #20 30.55 Selecting previously unselected package libnfnetlink0:amd64.
10:52:24 [2021-05-03T10:52:24.759Z] #20 30.56 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
10:52:24 [2021-05-03T10:52:24.759Z] #20 30.57 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
10:52:25 [2021-05-03T10:52:25.014Z] #20 32.84 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
10:52:25 [2021-05-03T10:52:25.014Z] #20 32.85 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
10:52:25 [2021-05-03T10:52:25.014Z] #20 32.92 Selecting previously unselected package libnetfilter-conntrack3:amd64.
10:52:25 [2021-05-03T10:52:25.014Z] #20 32.93 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
10:52:25 [2021-05-03T10:52:25.014Z] #20 32.93 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
10:52:25 [2021-05-03T10:52:25.014Z] #20 33.02 Selecting previously unselected package libnftnl11:amd64.
10:52:25 [2021-05-03T10:52:25.014Z] #20 33.04 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
10:52:25 [2021-05-03T10:52:25.014Z] #20 33.04 Unpacking libnftnl11:amd64 (1.1.2-2) ...
10:52:25 [2021-05-03T10:52:25.019Z] #20 30.63 Selecting previously unselected package libnetfilter-conntrack3:amd64.
10:52:25 [2021-05-03T10:52:25.019Z] #20 30.63 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
10:52:25 [2021-05-03T10:52:25.019Z] #20 30.64 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
10:52:25 [2021-05-03T10:52:25.019Z] #20 30.72 Selecting previously unselected package libnftnl11:amd64.
10:52:25 [2021-05-03T10:52:25.019Z] #20 30.72 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
10:52:25 [2021-05-03T10:52:25.019Z] #20 30.74 Unpacking libnftnl11:amd64 (1.1.2-2) ...
10:52:25 [2021-05-03T10:52:25.019Z] #20 30.82 Selecting previously unselected package iptables.
10:52:25 [2021-05-03T10:52:25.233Z] #43 DONE 168.2s
10:52:25 [2021-05-03T10:52:25.233Z] 
10:52:25 [2021-05-03T10:52:25.233Z] #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
10:52:25 [2021-05-03T10:52:25.233Z] #56 sha256:76c68447763085ba3a6097d149916c98b37b8ee4b7159200f3619501917db75c
10:52:25 [2021-05-03T10:52:25.279Z] #20 30.82 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
10:52:25 [2021-05-03T10:52:25.279Z] #20 30.84 Unpacking iptables (1.8.2-4) ...
10:52:25 [2021-05-03T10:52:25.280Z] #20 33.14 Selecting previously unselected package iptables.
10:52:25 [2021-05-03T10:52:25.280Z] #20 33.15 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
10:52:25 [2021-05-03T10:52:25.280Z] #20 33.16 Unpacking iptables (1.8.2-4) ...
10:52:25 [2021-05-03T10:52:25.431Z] #20 62.06 Setting up python3-pip (18.1-5) ...
10:52:25 [2021-05-03T10:52:25.539Z] #20 31.13 Selecting previously unselected package xxd.
10:52:25 [2021-05-03T10:52:25.539Z] #20 31.15 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
10:52:25 [2021-05-03T10:52:25.539Z] #20 31.15 Unpacking xxd (2:8.1.0875-5) ...
10:52:25 [2021-05-03T10:52:25.539Z] #20 31.29 Selecting previously unselected package vim-common.
10:52:25 [2021-05-03T10:52:25.539Z] #20 31.29 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
10:52:25 [2021-05-03T10:52:25.539Z] #20 31.31 Unpacking vim-common (2:8.1.0875-5) ...
10:52:25 [2021-05-03T10:52:25.549Z] #20 33.60 Selecting previously unselected package xxd.
10:52:25 [2021-05-03T10:52:25.549Z] #20 33.61 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
10:52:25 [2021-05-03T10:52:25.549Z] #20 33.61 Unpacking xxd (2:8.1.0875-5) ...
10:52:25 [2021-05-03T10:52:25.731Z] #20 ...
10:52:25 [2021-05-03T10:52:25.731Z] 
10:52:25 [2021-05-03T10:52:25.731Z] #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
10:52:25 [2021-05-03T10:52:25.731Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
10:52:25 [2021-05-03T10:52:25.731Z] #43 59.17   AR       soccr/libsoccr.a
10:52:25 [2021-05-03T10:52:25.731Z] #43 59.20 make[1]: 'soccr/libsoccr.a' is up to date.
10:52:25 [2021-05-03T10:52:25.731Z] #43 59.67   DEP      criu/arch/aarch64/sigframe.d
10:52:25 [2021-05-03T10:52:25.731Z] #43 59.81   DEP      criu/arch/aarch64/crtools.d
10:52:25 [2021-05-03T10:52:25.731Z] #43 60.08   DEP      criu/arch/aarch64/cpu.d
10:52:25 [2021-05-03T10:52:25.731Z] #43 60.12   DEP      criu/arch/aarch64/bitops.d
10:52:25 [2021-05-03T10:52:25.731Z] #43 60.18   CC       criu/arch/aarch64/bitops.o
10:52:25 [2021-05-03T10:52:25.731Z] #43 60.25   CC       criu/arch/aarch64/cpu.o
10:52:25 [2021-05-03T10:52:25.731Z] #43 60.37   CC       criu/arch/aarch64/crtools.o
10:52:25 [2021-05-03T10:52:25.731Z] #43 60.76   CC       criu/arch/aarch64/sigframe.o
10:52:25 [2021-05-03T10:52:25.731Z] #43 61.06   LINK     criu/arch/aarch64/crtools.built-in.o
10:52:25 [2021-05-03T10:52:25.731Z] #43 61.14   DEP      criu/pie/util-vdso.d
10:52:25 [2021-05-03T10:52:25.731Z] #43 61.35   DEP      criu/pie/util.d
10:52:25 [2021-05-03T10:52:25.731Z] #43 61.54   CC       criu/pie/util.o
10:52:25 [2021-05-03T10:52:25.731Z] #43 61.77   CC       criu/pie/util-vdso.o
10:52:25 [2021-05-03T10:52:25.731Z] #43 62.16   AR       criu/pie/pie.lib.a
10:52:25 [2021-05-03T10:52:25.731Z] #43 62.21   DEP      criu/pie/restorer.d
10:52:25 [2021-05-03T10:52:25.731Z] #43 62.37   DEP      criu/arch/aarch64/intraprocedure.d
10:52:25 [2021-05-03T10:52:25.731Z] #43 62.38   DEP      criu/arch/aarch64/restorer.d
10:52:25 [2021-05-03T10:52:25.731Z] #43 62.53   DEP      criu/arch/aarch64/vdso-pie.d
10:52:25 [2021-05-03T10:52:25.731Z] #43 62.71   DEP      criu/pie/parasite-vdso.d
10:52:25 [2021-05-03T10:52:25.732Z] #43 62.95   DEP      criu/pie/parasite.d
10:52:25 [2021-05-03T10:52:25.732Z] #43 63.34   CC       criu/pie/parasite.o
10:52:25 [2021-05-03T10:52:25.732Z] #43 64.64   LINK     criu/pie/parasite.built-in.o
10:52:25 [2021-05-03T10:52:25.732Z] #43 64.66   GEN      criu/pie/parasite-blob.h
10:52:25 [2021-05-03T10:52:25.732Z] #43 64.67   CC       criu/pie/parasite-vdso.o
10:52:25 [2021-05-03T10:52:25.732Z] #43 65.41   CC       criu/arch/aarch64/vdso-pie.o
10:52:25 [2021-05-03T10:52:25.732Z] #43 65.67   CC       criu/arch/aarch64/restorer.o
10:52:25 [2021-05-03T10:52:25.732Z] #43 65.99   CC       criu/arch/aarch64/intraprocedure.o
10:52:25 [2021-05-03T10:52:25.732Z] #43 66.04   CC       criu/pie/restorer.o
10:52:25 [2021-05-03T10:52:25.732Z] #43 68.42   LINK     criu/pie/restorer.built-in.o
10:52:25 [2021-05-03T10:52:25.732Z] #43 68.44   GEN      criu/pie/restorer-blob.h
10:52:25 [2021-05-03T10:52:25.732Z] #43 68.52   DEP      criu/vdso.d
10:52:25 [2021-05-03T10:52:25.732Z] #43 68.83   DEP      criu/uts_ns.d
10:52:25 [2021-05-03T10:52:25.732Z] #43 69.06   DEP      criu/util.d
10:52:25 [2021-05-03T10:52:25.732Z] #43 69.40   DEP      criu/uffd.d
10:52:25 [2021-05-03T10:52:25.732Z] #43 69.68   DEP      criu/tun.d
10:52:25 [2021-05-03T10:52:25.799Z] #20 31.50 Selecting previously unselected package bash-completion.
10:52:25 [2021-05-03T10:52:25.799Z] #20 31.51 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
10:52:25 [2021-05-03T10:52:25.809Z] #20 33.79 Selecting previously unselected package vim-common.
10:52:25 [2021-05-03T10:52:25.809Z] #20 33.80 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
10:52:25 [2021-05-03T10:52:25.809Z] #20 33.85 Unpacking vim-common (2:8.1.0875-5) ...
10:52:25 [2021-05-03T10:52:25.994Z] #43 69.85   DEP      criu/tty.d
10:52:26 [2021-05-03T10:52:26.069Z] #20 34.06 Selecting previously unselected package bash-completion.
10:52:26 [2021-05-03T10:52:26.069Z] #20 34.06 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
10:52:26 [2021-05-03T10:52:26.176Z] #56 ...
10:52:26 [2021-05-03T10:52:26.176Z] 
10:52:26 [2021-05-03T10:52:26.176Z] #44 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
10:52:26 [2021-05-03T10:52:26.176Z] #44 sha256:1cc00d21cced72926321a70d46580c9c46c1348fea4ca3ea40d7f88f71a98beb
10:52:26 [2021-05-03T10:52:26.176Z] #44 DONE 0.1s
10:52:26 [2021-05-03T10:52:26.176Z] 
10:52:26 [2021-05-03T10:52:26.176Z] #46 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/bin/
10:52:26 [2021-05-03T10:52:26.176Z] #46 sha256:13e4f664a0527f046de00a384ed097e6a271a1bf15d5bd709962eff6f54f8bc7
10:52:26 [2021-05-03T10:52:26.261Z] #43 70.08   DEP      criu/timerfd.d
10:52:26 [2021-05-03T10:52:26.261Z] #43 ...
10:52:26 [2021-05-03T10:52:26.261Z] 
10:52:26 [2021-05-03T10:52:26.261Z] #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
10:52:26 [2021-05-03T10:52:26.261Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379
10:52:26 [2021-05-03T10:52:26.261Z] #20 23.09 Selecting previously unselected package python3-minimal.
10:52:26 [2021-05-03T10:52:26.360Z] #20 63.10 Processing triggers for libc-bin (2.28-10) ...
10:52:26 [2021-05-03T10:52:26.360Z] #20 63.13 Processing triggers for mime-support (3.62) ...
10:52:26 [2021-05-03T10:52:26.437Z] #46 DONE 0.2s
10:52:26 [2021-05-03T10:52:26.437Z] 
10:52:26 [2021-05-03T10:52:26.437Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/bin/
10:52:26 [2021-05-03T10:52:26.437Z] #48 sha256:e20a46a1f2fd9a3f6dc4cc0f2db7122d77d553857b4e72e5897d6c6b5f07fb82
10:52:26 [2021-05-03T10:52:26.437Z] #48 DONE 0.1s
10:52:26 [2021-05-03T10:52:26.437Z] 
10:52:26 [2021-05-03T10:52:26.437Z] #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
10:52:26 [2021-05-03T10:52:26.437Z] #53 sha256:e7d7def7797adfb0b906680a877494bf8a01a85e8057383058a06252c3cdf1ea
10:52:26 [2021-05-03T10:52:26.437Z] #53 ...
10:52:26 [2021-05-03T10:52:26.437Z] 
10:52:26 [2021-05-03T10:52:26.437Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/
10:52:26 [2021-05-03T10:52:26.437Z] #50 sha256:8c65743a9d24b6b8e803ea6017ccb9e709ab81814a8520374b6298b562ecca2d
10:52:26 [2021-05-03T10:52:26.524Z] #20 23.09 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23657 files and directories currently installed.)
10:52:26 [2021-05-03T10:52:26.524Z] #20 23.22 Preparing to unpack .../python3-minimal_3.7.3-1_arm64.deb ...
10:52:26 [2021-05-03T10:52:26.524Z] #20 23.24 Unpacking python3-minimal (3.7.3-1) ...
10:52:26 [2021-05-03T10:52:26.699Z] #50 DONE 0.4s
10:52:26 [2021-05-03T10:52:26.699Z] 
10:52:26 [2021-05-03T10:52:26.699Z] #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
10:52:26 [2021-05-03T10:52:26.699Z] #56 sha256:76c68447763085ba3a6097d149916c98b37b8ee4b7159200f3619501917db75c
10:52:26 [2021-05-03T10:52:26.787Z] #20 23.37 Selecting previously unselected package libmpdec2:arm64.
10:52:26 [2021-05-03T10:52:26.787Z] #20 23.37 Preparing to unpack .../libmpdec2_2.4.2-2_arm64.deb ...
10:52:26 [2021-05-03T10:52:26.787Z] #20 23.38 Unpacking libmpdec2:arm64 (2.4.2-2) ...
10:52:26 [2021-05-03T10:52:26.787Z] #20 23.52 Selecting previously unselected package libpython3.7-stdlib:arm64.
10:52:26 [2021-05-03T10:52:26.787Z] #20 23.54 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_arm64.deb ...
10:52:26 [2021-05-03T10:52:26.787Z] #20 23.56 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u3) ...
10:52:26 [2021-05-03T10:52:26.960Z] #56 ...
10:52:26 [2021-05-03T10:52:26.960Z] 
10:52:26 [2021-05-03T10:52:26.960Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/bin/
10:52:26 [2021-05-03T10:52:26.960Z] #52 sha256:45ffcb0f15a0e62b7a0fc9fa7b0535c42310a928478e23c9f657cc4dde4aa05c
10:52:26 [2021-05-03T10:52:26.960Z] #52 DONE 0.1s
10:52:27 [2021-05-03T10:52:27.221Z] 
10:52:27 [2021-05-03T10:52:27.221Z] #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
10:52:27 [2021-05-03T10:52:27.221Z] #56 sha256:76c68447763085ba3a6097d149916c98b37b8ee4b7159200f3619501917db75c
10:52:27 [2021-05-03T10:52:27.288Z] #20 DONE 64.0s
10:52:27 [2021-05-03T10:52:27.288Z] 
10:52:27 [2021-05-03T10:52:27.288Z] #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
10:52:27 [2021-05-03T10:52:27.288Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b
10:52:27 [2021-05-03T10:52:27.735Z] #20 24.27 Selecting previously unselected package python3.7.
10:52:27 [2021-05-03T10:52:27.735Z] #20 24.27 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_arm64.deb ...
10:52:27 [2021-05-03T10:52:27.735Z] #20 24.28 Unpacking python3.7 (3.7.3-2+deb10u3) ...
10:52:27 [2021-05-03T10:52:27.735Z] #20 24.41 Selecting previously unselected package libpython3-stdlib:arm64.
10:52:27 [2021-05-03T10:52:27.735Z] #20 24.42 Preparing to unpack .../libpython3-stdlib_3.7.3-1_arm64.deb ...
10:52:27 [2021-05-03T10:52:27.735Z] #20 24.43 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ...
10:52:27 [2021-05-03T10:52:27.998Z] #20 24.63 Setting up python3-minimal (3.7.3-1) ...
10:52:28 [2021-05-03T10:52:28.218Z] #21 1.081 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
10:52:28 [2021-05-03T10:52:28.339Z] #20 34.07 Unpacking bash-completion (1:2.8-6) ...
10:52:28 [2021-05-03T10:52:28.474Z] #21 1.091 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
10:52:28 [2021-05-03T10:52:28.474Z] #21 1.094 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
10:52:28 [2021-05-03T10:52:28.474Z] #21 DONE 1.2s
10:52:28 [2021-05-03T10:52:28.474Z] 
10:52:28 [2021-05-03T10:52:28.474Z] #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
10:52:28 [2021-05-03T10:52:28.474Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
10:52:28 [2021-05-03T10:52:28.474Z] #40 204.1 + dpkg --print-architecture
10:52:28 [2021-05-03T10:52:28.474Z] #40 204.1 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
10:52:28 [2021-05-03T10:52:28.474Z] #40 204.6 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
10:52:28 [2021-05-03T10:52:28.474Z] #40 204.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
10:52:28 [2021-05-03T10:52:28.611Z] #20 36.78 Unpacking bash-completion (1:2.8-6) ...
10:52:28 [2021-05-03T10:52:28.871Z] #20 37.13 Selecting previously unselected package bzip2.
10:52:28 [2021-05-03T10:52:28.876Z] #20 34.47 Selecting previously unselected package bzip2.
10:52:28 [2021-05-03T10:52:28.876Z] #20 34.49 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
10:52:28 [2021-05-03T10:52:28.876Z] #20 34.50 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
10:52:28 [2021-05-03T10:52:28.876Z] #20 34.61 Selecting previously unselected package xz-utils.
10:52:28 [2021-05-03T10:52:28.876Z] #20 34.62 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ...
10:52:28 [2021-05-03T10:52:28.876Z] #20 34.62 Unpacking xz-utils (5.2.4-1) ...
10:52:28 [2021-05-03T10:52:28.946Z] #20 25.66 Selecting previously unselected package python3.
10:52:28 [2021-05-03T10:52:28.946Z] #20 25.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 ... 24069 files and directories currently installed.)
10:52:28 [2021-05-03T10:52:28.946Z] #20 25.72 Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ...
10:52:28 [2021-05-03T10:52:28.946Z] #20 25.74 Unpacking python3 (3.7.3-1) ...
10:52:29 [2021-05-03T10:52:29.131Z] #20 37.14 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
10:52:29 [2021-05-03T10:52:29.131Z] #20 37.15 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
10:52:29 [2021-05-03T10:52:29.131Z] #20 37.25 Selecting previously unselected package xz-utils.
10:52:29 [2021-05-03T10:52:29.131Z] #20 37.26 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ...
10:52:29 [2021-05-03T10:52:29.131Z] #20 37.27 Unpacking xz-utils (5.2.4-1) ...
10:52:29 [2021-05-03T10:52:29.135Z] #20 34.81 Selecting previously unselected package apparmor.
10:52:29 [2021-05-03T10:52:29.135Z] #20 34.82 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ...
10:52:29 [2021-05-03T10:52:29.135Z] #20 34.89 Unpacking apparmor (2.13.2-10) ...
10:52:29 [2021-05-03T10:52:29.208Z] #20 25.90 Selecting previously unselected package libip4tc0:arm64.
10:52:29 [2021-05-03T10:52:29.208Z] #20 25.93 Preparing to unpack .../01-libip4tc0_1.8.2-4_arm64.deb ...
10:52:29 [2021-05-03T10:52:29.208Z] #20 25.93 Unpacking libip4tc0:arm64 (1.8.2-4) ...
10:52:29 [2021-05-03T10:52:29.208Z] #20 26.05 Selecting previously unselected package libip6tc0:arm64.
10:52:29 [2021-05-03T10:52:29.391Z] #20 37.46 Selecting previously unselected package apparmor.
10:52:29 [2021-05-03T10:52:29.391Z] #20 37.46 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ...
10:52:29 [2021-05-03T10:52:29.391Z] #20 37.54 Unpacking apparmor (2.13.2-10) ...
10:52:29 [2021-05-03T10:52:29.396Z] #20 35.26 Selecting previously unselected package aufs-tools.
10:52:29 [2021-05-03T10:52:29.396Z] #20 35.26 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
10:52:29 [2021-05-03T10:52:29.471Z] #20 26.06 Preparing to unpack .../02-libip6tc0_1.8.2-4_arm64.deb ...
10:52:29 [2021-05-03T10:52:29.471Z] #20 26.06 Unpacking libip6tc0:arm64 (1.8.2-4) ...
10:52:29 [2021-05-03T10:52:29.471Z] #20 26.17 Selecting previously unselected package libiptc0:arm64.
10:52:29 [2021-05-03T10:52:29.471Z] #20 26.18 Preparing to unpack .../03-libiptc0_1.8.2-4_arm64.deb ...
10:52:29 [2021-05-03T10:52:29.471Z] #20 26.20 Unpacking libiptc0:arm64 (1.8.2-4) ...
10:52:29 [2021-05-03T10:52:29.471Z] #20 26.30 Selecting previously unselected package libnfnetlink0:arm64.
10:52:29 [2021-05-03T10:52:29.656Z] #20 35.27 Unpacking aufs-tools (1:4.14+20190211-1) ...
10:52:29 [2021-05-03T10:52:29.656Z] #20 35.40 Selecting previously unselected package libonig5:amd64.
10:52:29 [2021-05-03T10:52:29.656Z] #20 35.41 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ...
10:52:29 [2021-05-03T10:52:29.656Z] #20 35.42 Unpacking libonig5:amd64 (6.9.1-1) ...
10:52:29 [2021-05-03T10:52:29.733Z] #20 26.30 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_arm64.deb ...
10:52:29 [2021-05-03T10:52:29.733Z] #20 26.32 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ...
10:52:29 [2021-05-03T10:52:29.733Z] #20 26.42 Selecting previously unselected package libnetfilter-conntrack3:arm64.
10:52:29 [2021-05-03T10:52:29.733Z] #20 26.43 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_arm64.deb ...
10:52:29 [2021-05-03T10:52:29.733Z] #20 26.44 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-1) ...
10:52:29 [2021-05-03T10:52:29.915Z] #20 35.57 Selecting previously unselected package libjq1:amd64.
10:52:29 [2021-05-03T10:52:29.915Z] #20 35.57 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ...
10:52:29 [2021-05-03T10:52:29.915Z] #20 35.58 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
10:52:29 [2021-05-03T10:52:29.915Z] #20 35.68 Selecting previously unselected package jq.
10:52:29 [2021-05-03T10:52:29.915Z] #20 35.69 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ...
10:52:29 [2021-05-03T10:52:29.915Z] #20 35.70 Unpacking jq (1.5+dfsg-2+b1) ...
10:52:29 [2021-05-03T10:52:29.915Z] #20 35.80 Selecting previously unselected package libaio1:amd64.
10:52:29 [2021-05-03T10:52:29.961Z] #20 37.90 Selecting previously unselected package aufs-tools.
10:52:29 [2021-05-03T10:52:29.961Z] #20 37.91 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
10:52:29 [2021-05-03T10:52:29.961Z] #20 37.92 Unpacking aufs-tools (1:4.14+20190211-1) ...
10:52:29 [2021-05-03T10:52:29.961Z] #20 38.05 Selecting previously unselected package libonig5:amd64.
10:52:29 [2021-05-03T10:52:29.961Z] #20 38.06 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ...
10:52:29 [2021-05-03T10:52:29.961Z] #20 38.07 Unpacking libonig5:amd64 (6.9.1-1) ...
10:52:29 [2021-05-03T10:52:29.996Z] #20 26.53 Selecting previously unselected package libnftnl11:arm64.
10:52:29 [2021-05-03T10:52:29.996Z] #20 26.54 Preparing to unpack .../06-libnftnl11_1.1.2-2_arm64.deb ...
10:52:29 [2021-05-03T10:52:29.996Z] #20 26.55 Unpacking libnftnl11:arm64 (1.1.2-2) ...
10:52:29 [2021-05-03T10:52:29.996Z] #20 26.65 Selecting previously unselected package iptables.
10:52:29 [2021-05-03T10:52:29.996Z] #20 26.65 Preparing to unpack .../07-iptables_1.8.2-4_arm64.deb ...
10:52:29 [2021-05-03T10:52:29.996Z] #20 26.66 Unpacking iptables (1.8.2-4) ...
10:52:30 [2021-05-03T10:52:30.175Z] #20 35.80 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ...
10:52:30 [2021-05-03T10:52:30.175Z] #20 35.81 Unpacking libaio1:amd64 (0.3.112-3) ...
10:52:30 [2021-05-03T10:52:30.175Z] #20 35.88 Selecting previously unselected package libgpm2:amd64.
10:52:30 [2021-05-03T10:52:30.175Z] #20 35.89 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ...
10:52:30 [2021-05-03T10:52:30.175Z] #20 35.90 Unpacking libgpm2:amd64 (1.20.7-5) ...
10:52:30 [2021-05-03T10:52:30.175Z] #20 35.96 Selecting previously unselected package libicu63:amd64.
10:52:30 [2021-05-03T10:52:30.175Z] #20 35.97 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ...
10:52:30 [2021-05-03T10:52:30.175Z] #20 35.97 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
10:52:30 [2021-05-03T10:52:30.221Z] #20 38.24 Selecting previously unselected package libjq1:amd64.
10:52:30 [2021-05-03T10:52:30.221Z] #20 38.25 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ...
10:52:30 [2021-05-03T10:52:30.221Z] #20 38.26 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
10:52:30 [2021-05-03T10:52:30.221Z] #20 38.37 Selecting previously unselected package jq.
10:52:30 [2021-05-03T10:52:30.221Z] #20 38.38 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ...
10:52:30 [2021-05-03T10:52:30.221Z] #20 38.39 Unpacking jq (1.5+dfsg-2+b1) ...
10:52:30 [2021-05-03T10:52:30.368Z] #40 ...
10:52:30 [2021-05-03T10:52:30.368Z] 
10:52:30 [2021-05-03T10:52:30.368Z] #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
10:52:30 [2021-05-03T10:52:30.368Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:52:30 [2021-05-03T10:52:30.368Z] #43 118.2   CC       criu/ipc_ns.o
10:52:30 [2021-05-03T10:52:30.368Z] #43 119.5   CC       criu/irmap.o
10:52:30 [2021-05-03T10:52:30.368Z] #43 120.2   CC       criu/kcmp-ids.o
10:52:30 [2021-05-03T10:52:30.368Z] #43 120.6   CC       criu/kerndat.o
10:52:30 [2021-05-03T10:52:30.368Z] #43 121.9   CC       criu/libnetlink.o
10:52:30 [2021-05-03T10:52:30.368Z] #43 122.2   CC       criu/log.o
10:52:30 [2021-05-03T10:52:30.368Z] #43 122.8   CC       criu/lsm.o
10:52:30 [2021-05-03T10:52:30.368Z] #43 123.2   CC       criu/mem.o
10:52:30 [2021-05-03T10:52:30.368Z] #43 124.9   CC       criu/memfd.o
10:52:30 [2021-05-03T10:52:30.368Z] #43 125.6   CC       criu/mount.o
10:52:30 [2021-05-03T10:52:30.480Z] #20 38.48 Selecting previously unselected package libaio1:amd64.
10:52:30 [2021-05-03T10:52:30.480Z] #20 38.49 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ...
10:52:30 [2021-05-03T10:52:30.480Z] #20 38.50 Unpacking libaio1:amd64 (0.3.112-3) ...
10:52:30 [2021-05-03T10:52:30.480Z] #20 38.56 Selecting previously unselected package libgpm2:amd64.
10:52:30 [2021-05-03T10:52:30.480Z] #20 38.57 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ...
10:52:30 [2021-05-03T10:52:30.480Z] #20 38.57 Unpacking libgpm2:amd64 (1.20.7-5) ...
10:52:30 [2021-05-03T10:52:30.571Z] #20 27.09 Selecting previously unselected package xxd.
10:52:30 [2021-05-03T10:52:30.571Z] #20 27.10 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_arm64.deb ...
10:52:30 [2021-05-03T10:52:30.571Z] #20 27.11 Unpacking xxd (2:8.1.0875-5) ...
10:52:30 [2021-05-03T10:52:30.571Z] #20 27.30 Selecting previously unselected package vim-common.
10:52:30 [2021-05-03T10:52:30.571Z] #20 27.30 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
10:52:30 [2021-05-03T10:52:30.571Z] #20 27.33 Unpacking vim-common (2:8.1.0875-5) ...
10:52:30 [2021-05-03T10:52:30.740Z] #20 38.65 Selecting previously unselected package libicu63:amd64.
10:52:30 [2021-05-03T10:52:30.740Z] #20 38.66 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ...
10:52:30 [2021-05-03T10:52:30.740Z] #20 38.66 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
10:52:31 [2021-05-03T10:52:31.519Z] #20 28.07 Selecting previously unselected package bash-completion.
10:52:31 [2021-05-03T10:52:31.519Z] #20 28.07 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
10:52:31 [2021-05-03T10:52:31.782Z] #20 ...
10:52:31 [2021-05-03T10:52:31.782Z] 
10:52:31 [2021-05-03T10:52:31.782Z] #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
10:52:31 [2021-05-03T10:52:31.782Z] #40 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926
10:52:31 [2021-05-03T10:52:31.782Z] #40 137.3 + dpkg --print-architecture
10:52:31 [2021-05-03T10:52:31.782Z] #40 DONE 138.5s
10:52:31 [2021-05-03T10:52:31.782Z] 
10:52:31 [2021-05-03T10:52:31.782Z] #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
10:52:31 [2021-05-03T10:52:31.782Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
10:52:31 [2021-05-03T10:52:31.782Z] #43 70.29   DEP      criu/timens.d
10:52:31 [2021-05-03T10:52:31.782Z] #43 70.47   DEP      criu/sysfs_parse.d
10:52:31 [2021-05-03T10:52:31.782Z] #43 70.60   DEP      criu/sysctl.d
10:52:31 [2021-05-03T10:52:31.782Z] #43 70.70   DEP      criu/string.d
10:52:31 [2021-05-03T10:52:31.782Z] #43 70.74   DEP      criu/stats.d
10:52:31 [2021-05-03T10:52:31.782Z] #43 70.92   DEP      criu/sockets.d
10:52:31 [2021-05-03T10:52:31.782Z] #43 71.12   DEP      criu/sk-unix.d
10:52:31 [2021-05-03T10:52:31.782Z] #43 71.38   DEP      criu/sk-tcp.d
10:52:31 [2021-05-03T10:52:31.782Z] #43 71.66   DEP      criu/sk-queue.d
10:52:31 [2021-05-03T10:52:31.782Z] #43 71.90   DEP      criu/sk-packet.d
10:52:31 [2021-05-03T10:52:31.782Z] #43 72.10   DEP      criu/sk-netlink.d
10:52:31 [2021-05-03T10:52:31.782Z] #43 72.25   DEP      criu/sk-inet.d
10:52:31 [2021-05-03T10:52:31.782Z] #43 72.51   DEP      criu/signalfd.d
10:52:31 [2021-05-03T10:52:31.782Z] #43 72.75   DEP      criu/sigframe.d
10:52:31 [2021-05-03T10:52:31.782Z] #43 72.96   DEP      criu/shmem.d
10:52:31 [2021-05-03T10:52:31.782Z] #43 73.12   DEP      criu/servicefd.d
10:52:31 [2021-05-03T10:52:31.782Z] #43 73.34   DEP      criu/seize.d
10:52:31 [2021-05-03T10:52:31.782Z] #43 73.47   DEP      criu/seccomp.d
10:52:31 [2021-05-03T10:52:31.782Z] #43 73.74   DEP      criu/rst-malloc.d
10:52:31 [2021-05-03T10:52:31.782Z] #43 73.90   DEP      criu/rbtree.d
10:52:31 [2021-05-03T10:52:31.782Z] #43 73.95   DEP      criu/pstree.d
10:52:31 [2021-05-03T10:52:31.782Z] #43 74.17   DEP      criu/protobuf.d
10:52:31 [2021-05-03T10:52:31.782Z] #43 74.32   GEN      criu/protobuf-desc-gen.h
10:52:32 [2021-05-03T10:52:32.511Z] #56 196.3 + bin/containerd
10:52:32 [2021-05-03T10:52:32.731Z] #43 76.45   DEP      criu/protobuf-desc.d
10:52:32 [2021-05-03T10:52:32.731Z] #43 76.62   DEP      criu/proc_parse.d
10:52:32 [2021-05-03T10:52:32.888Z] #43 130.6   CC       criu/namespaces.o
10:52:33 [2021-05-03T10:52:33.307Z] #43 76.92   DEP      criu/plugin.d
10:52:33 [2021-05-03T10:52:33.307Z] #43 77.02   DEP      criu/pipes.d
10:52:33 [2021-05-03T10:52:33.307Z] #43 77.21   DEP      criu/pie-util.d
10:52:33 [2021-05-03T10:52:33.469Z] #20 39.35 Selecting previously unselected package libnet1:amd64.
10:52:33 [2021-05-03T10:52:33.569Z] #43 77.31   DEP      criu/pie-util-vdso.d
10:52:33 [2021-05-03T10:52:33.570Z] #43 77.42   DEP      criu/path.d
10:52:33 [2021-05-03T10:52:33.729Z] #20 39.35 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
10:52:33 [2021-05-03T10:52:33.729Z] #20 39.36 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
10:52:33 [2021-05-03T10:52:33.729Z] #20 39.46 Selecting previously unselected package libnl-3-200:amd64.
10:52:33 [2021-05-03T10:52:33.729Z] #20 39.46 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ...
10:52:33 [2021-05-03T10:52:33.729Z] #20 39.47 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
10:52:33 [2021-05-03T10:52:33.832Z] #43 77.57   DEP      criu/parasite-syscall.d
10:52:33 [2021-05-03T10:52:33.989Z] #20 39.58 Selecting previously unselected package libprotobuf-c1:amd64.
10:52:33 [2021-05-03T10:52:33.989Z] #20 39.59 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
10:52:33 [2021-05-03T10:52:33.989Z] #20 39.59 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
10:52:33 [2021-05-03T10:52:33.989Z] #20 39.67 Selecting previously unselected package libreadline5:amd64.
10:52:33 [2021-05-03T10:52:33.989Z] #20 39.67 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
10:52:33 [2021-05-03T10:52:33.989Z] #20 39.68 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
10:52:33 [2021-05-03T10:52:33.989Z] #20 39.78 Selecting previously unselected package net-tools.
10:52:33 [2021-05-03T10:52:33.989Z] #20 39.78 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
10:52:33 [2021-05-03T10:52:33.989Z] #20 39.79 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
10:52:34 [2021-05-03T10:52:34.095Z] #43 77.85   DEP      criu/pagemap.d
10:52:34 [2021-05-03T10:52:34.095Z] #43 78.03   DEP      criu/pagemap-cache.d
10:52:34 [2021-05-03T10:52:34.095Z] #43 ...
10:52:34 [2021-05-03T10:52:34.095Z] 
10:52:34 [2021-05-03T10:52:34.095Z] #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
10:52:34 [2021-05-03T10:52:34.095Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379
10:52:34 [2021-05-03T10:52:34.095Z] #20 30.93 Unpacking bash-completion (1:2.8-6) ...
10:52:34 [2021-05-03T10:52:34.249Z] #20 40.00 Selecting previously unselected package python-pip-whl.
10:52:34 [2021-05-03T10:52:34.249Z] #20 40.02 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
10:52:34 [2021-05-03T10:52:34.249Z] #20 40.03 Unpacking python-pip-whl (18.1-5) ...
10:52:34 [2021-05-03T10:52:34.255Z] #43 132.5   CC       criu/net.o
10:52:34 [2021-05-03T10:52:34.293Z] #20 42.21 Selecting previously unselected package libnet1:amd64.
10:52:34 [2021-05-03T10:52:34.293Z] #20 42.22 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
10:52:34 [2021-05-03T10:52:34.293Z] #20 42.23 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
10:52:34 [2021-05-03T10:52:34.293Z] #20 42.33 Selecting previously unselected package libnl-3-200:amd64.
10:52:34 [2021-05-03T10:52:34.293Z] #20 42.34 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ...
10:52:34 [2021-05-03T10:52:34.293Z] #20 42.34 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
10:52:34 [2021-05-03T10:52:34.553Z] #20 42.44 Selecting previously unselected package libprotobuf-c1:amd64.
10:52:34 [2021-05-03T10:52:34.553Z] #20 42.45 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
10:52:34 [2021-05-03T10:52:34.553Z] #20 42.46 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
10:52:34 [2021-05-03T10:52:34.553Z] #20 42.51 Selecting previously unselected package libreadline5:amd64.
10:52:34 [2021-05-03T10:52:34.553Z] #20 42.52 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
10:52:34 [2021-05-03T10:52:34.553Z] #20 42.53 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
10:52:34 [2021-05-03T10:52:34.553Z] #20 ...
10:52:34 [2021-05-03T10:52:34.553Z] 
10:52:34 [2021-05-03T10:52:34.553Z] #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
10:52:34 [2021-05-03T10:52:34.553Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:52:34 [2021-05-03T10:52:34.553Z] #43 93.24   CC       criu/clone-noasan.o
10:52:34 [2021-05-03T10:52:34.553Z] #43 93.43   CC       criu/config.o
10:52:34 [2021-05-03T10:52:34.553Z] #43 94.90   CC       criu/cr-check.o
10:52:34 [2021-05-03T10:52:34.553Z] #43 96.55   CC       criu/cr-dedup.o
10:52:34 [2021-05-03T10:52:34.553Z] #43 96.95   CC       criu/cr-dump.o
10:52:34 [2021-05-03T10:52:34.553Z] #43 98.93   CC       criu/cr-errno.o
10:52:34 [2021-05-03T10:52:34.553Z] #43 99.03   CC       criu/cr-restore.o
10:52:34 [2021-05-03T10:52:34.553Z] #43 103.3   CC       criu/cr-service.o
10:52:34 [2021-05-03T10:52:34.553Z] #43 ...
10:52:34 [2021-05-03T10:52:34.553Z] 
10:52:34 [2021-05-03T10:52:34.553Z] #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
10:52:34 [2021-05-03T10:52:34.553Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
10:52:34 [2021-05-03T10:52:34.553Z] #20 42.65 Selecting previously unselected package net-tools.
10:52:34 [2021-05-03T10:52:34.553Z] #20 42.66 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
10:52:34 [2021-05-03T10:52:34.553Z] #20 42.68 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
10:52:34 [2021-05-03T10:52:34.812Z] #20 42.86 Selecting previously unselected package python-pip-whl.
10:52:34 [2021-05-03T10:52:34.812Z] #20 42.86 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
10:52:34 [2021-05-03T10:52:34.812Z] #20 42.87 Unpacking python-pip-whl (18.1-5) ...
10:52:34 [2021-05-03T10:52:34.819Z] #20 40.55 Selecting previously unselected package python3-lib2to3.
10:52:34 [2021-05-03T10:52:34.819Z] #20 40.55 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
10:52:34 [2021-05-03T10:52:34.819Z] #20 40.55 Unpacking python3-lib2to3 (3.7.3-1) ...
10:52:34 [2021-05-03T10:52:34.819Z] #20 40.69 Selecting previously unselected package python3-distutils.
10:52:34 [2021-05-03T10:52:34.819Z] #20 40.69 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
10:52:34 [2021-05-03T10:52:34.819Z] #20 ...
10:52:34 [2021-05-03T10:52:34.819Z] 
10:52:34 [2021-05-03T10:52:34.819Z] #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
10:52:34 [2021-05-03T10:52:34.819Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:52:34 [2021-05-03T10:52:34.819Z] #43 105.4   CC       criu/crtools.o
10:52:34 [2021-05-03T10:52:34.819Z] #43 106.0   CC       criu/eventfd.o
10:52:34 [2021-05-03T10:52:34.819Z] #43 106.4   CC       criu/eventpoll.o
10:52:34 [2021-05-03T10:52:34.819Z] #43 107.4   CC       criu/external.o
10:52:34 [2021-05-03T10:52:34.819Z] #43 107.8   CC       criu/fault-injection.o
10:52:34 [2021-05-03T10:52:34.819Z] #43 108.0   CC       criu/fdstore.o
10:52:34 [2021-05-03T10:52:34.819Z] #43 108.3   CC       criu/fifo.o
10:52:34 [2021-05-03T10:52:34.819Z] #43 108.7   CC       criu/file-ids.o
10:52:34 [2021-05-03T10:52:34.819Z] #43 109.0   CC       criu/file-lock.o
10:52:34 [2021-05-03T10:52:34.819Z] #43 110.0   CC       criu/files-ext.o
10:52:34 [2021-05-03T10:52:34.819Z] #43 110.4   CC       criu/files-reg.o
10:52:34 [2021-05-03T10:52:34.819Z] #43 112.5   CC       criu/files.o
10:52:34 [2021-05-03T10:52:34.819Z] #43 114.7   CC       criu/filesystems.o
10:52:34 [2021-05-03T10:52:34.819Z] #43 115.3   CC       criu/fsnotify.o
10:52:34 [2021-05-03T10:52:34.932Z] #20 31.43 Selecting previously unselected package bzip2.
10:52:34 [2021-05-03T10:52:34.932Z] #20 31.44 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_arm64.deb ...
10:52:34 [2021-05-03T10:52:34.932Z] #20 31.44 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
10:52:34 [2021-05-03T10:52:34.932Z] #20 31.56 Selecting previously unselected package xz-utils.
10:52:34 [2021-05-03T10:52:34.932Z] #20 31.57 Preparing to unpack .../12-xz-utils_5.2.4-1_arm64.deb ...
10:52:34 [2021-05-03T10:52:34.932Z] #20 31.58 Unpacking xz-utils (5.2.4-1) ...
10:52:35 [2021-05-03T10:52:35.079Z] #43 ...
10:52:35 [2021-05-03T10:52:35.079Z] 
10:52:35 [2021-05-03T10:52:35.079Z] #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
10:52:35 [2021-05-03T10:52:35.079Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
10:52:35 [2021-05-03T10:52:35.079Z] #20 40.71 Unpacking python3-distutils (3.7.3-1) ...
10:52:35 [2021-05-03T10:52:35.079Z] #20 40.84 Selecting previously unselected package python3-pip.
10:52:35 [2021-05-03T10:52:35.079Z] #20 40.84 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
10:52:35 [2021-05-03T10:52:35.079Z] #20 40.86 Unpacking python3-pip (18.1-5) ...
10:52:35 [2021-05-03T10:52:35.194Z] #20 31.76 Selecting previously unselected package apparmor.
10:52:35 [2021-05-03T10:52:35.194Z] #20 31.78 Preparing to unpack .../13-apparmor_2.13.2-10_arm64.deb ...
10:52:35 [2021-05-03T10:52:35.194Z] #20 31.86 Unpacking apparmor (2.13.2-10) ...
10:52:35 [2021-05-03T10:52:35.381Z] #20 43.43 Selecting previously unselected package python3-lib2to3.
10:52:35 [2021-05-03T10:52:35.381Z] #20 43.43 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
10:52:35 [2021-05-03T10:52:35.381Z] #20 43.44 Unpacking python3-lib2to3 (3.7.3-1) ...
10:52:35 [2021-05-03T10:52:35.456Z] #20 32.16 Selecting previously unselected package aufs-tools.
10:52:35 [2021-05-03T10:52:35.456Z] #20 32.17 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_arm64.deb ...
10:52:35 [2021-05-03T10:52:35.456Z] #20 32.18 Unpacking aufs-tools (1:4.14+20190211-1) ...
10:52:35 [2021-05-03T10:52:35.641Z] #20 43.56 Selecting previously unselected package python3-distutils.
10:52:35 [2021-05-03T10:52:35.641Z] #20 43.58 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
10:52:35 [2021-05-03T10:52:35.641Z] #20 43.58 Unpacking python3-distutils (3.7.3-1) ...
10:52:35 [2021-05-03T10:52:35.641Z] #20 43.75 Selecting previously unselected package python3-pip.
10:52:35 [2021-05-03T10:52:35.641Z] #20 43.76 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
10:52:35 [2021-05-03T10:52:35.641Z] #20 43.76 Unpacking python3-pip (18.1-5) ...
10:52:35 [2021-05-03T10:52:35.649Z] #20 41.16 Selecting previously unselected package python3-pkg-resources.
10:52:35 [2021-05-03T10:52:35.649Z] #20 41.16 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
10:52:35 [2021-05-03T10:52:35.649Z] #20 41.17 Unpacking python3-pkg-resources (40.8.0-1) ...
10:52:35 [2021-05-03T10:52:35.649Z] #20 41.35 Selecting previously unselected package python3-setuptools.
10:52:35 [2021-05-03T10:52:35.649Z] #20 41.36 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
10:52:35 [2021-05-03T10:52:35.649Z] #20 41.36 Unpacking python3-setuptools (40.8.0-1) ...
10:52:35 [2021-05-03T10:52:35.719Z] #20 32.33 Selecting previously unselected package libonig5:arm64.
10:52:35 [2021-05-03T10:52:35.719Z] #20 32.33 Preparing to unpack .../15-libonig5_6.9.1-1_arm64.deb ...
10:52:35 [2021-05-03T10:52:35.719Z] #20 32.34 Unpacking libonig5:arm64 (6.9.1-1) ...
10:52:35 [2021-05-03T10:52:35.719Z] #20 32.47 Selecting previously unselected package libjq1:arm64.
10:52:35 [2021-05-03T10:52:35.719Z] #20 32.48 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_arm64.deb ...
10:52:35 [2021-05-03T10:52:35.719Z] #20 32.49 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ...
10:52:35 [2021-05-03T10:52:35.901Z] #20 43.95 Selecting previously unselected package python3-pkg-resources.
10:52:35 [2021-05-03T10:52:35.901Z] #20 43.96 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
10:52:35 [2021-05-03T10:52:35.901Z] #20 43.96 Unpacking python3-pkg-resources (40.8.0-1) ...
10:52:35 [2021-05-03T10:52:35.908Z] #20 41.58 Selecting previously unselected package python3-wheel.
10:52:35 [2021-05-03T10:52:35.909Z] #20 41.58 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
10:52:35 [2021-05-03T10:52:35.909Z] #20 41.59 Unpacking python3-wheel (0.32.3-2) ...
10:52:35 [2021-05-03T10:52:35.909Z] #20 41.71 Selecting previously unselected package sudo.
10:52:35 [2021-05-03T10:52:35.982Z] #20 32.59 Selecting previously unselected package jq.
10:52:35 [2021-05-03T10:52:35.982Z] #20 32.59 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_arm64.deb ...
10:52:35 [2021-05-03T10:52:35.982Z] #20 32.60 Unpacking jq (1.5+dfsg-2+b1) ...
10:52:35 [2021-05-03T10:52:35.982Z] #20 32.71 Selecting previously unselected package libaio1:arm64.
10:52:35 [2021-05-03T10:52:35.982Z] #20 32.71 Preparing to unpack .../18-libaio1_0.3.112-3_arm64.deb ...
10:52:35 [2021-05-03T10:52:35.982Z] #20 32.72 Unpacking libaio1:arm64 (0.3.112-3) ...
10:52:36 [2021-05-03T10:52:36.160Z] #20 44.09 Selecting previously unselected package python3-setuptools.
10:52:36 [2021-05-03T10:52:36.160Z] #20 44.11 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
10:52:36 [2021-05-03T10:52:36.160Z] #20 44.12 Unpacking python3-setuptools (40.8.0-1) ...
10:52:36 [2021-05-03T10:52:36.160Z] #20 44.35 Selecting previously unselected package python3-wheel.
10:52:36 [2021-05-03T10:52:36.168Z] #20 41.71 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ...
10:52:36 [2021-05-03T10:52:36.168Z] #20 41.73 Unpacking sudo (1.8.27-1+deb10u3) ...
10:52:36 [2021-05-03T10:52:36.244Z] #20 32.81 Selecting previously unselected package libgpm2:arm64.
10:52:36 [2021-05-03T10:52:36.244Z] #20 32.82 Preparing to unpack .../19-libgpm2_1.20.7-5_arm64.deb ...
10:52:36 [2021-05-03T10:52:36.244Z] #20 32.83 Unpacking libgpm2:arm64 (1.20.7-5) ...
10:52:36 [2021-05-03T10:52:36.244Z] #20 32.92 Selecting previously unselected package libicu63:arm64.
10:52:36 [2021-05-03T10:52:36.244Z] #20 32.93 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_arm64.deb ...
10:52:36 [2021-05-03T10:52:36.244Z] #20 32.94 Unpacking libicu63:arm64 (63.1-6+deb10u1) ...
10:52:36 [2021-05-03T10:52:36.420Z] #20 44.35 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
10:52:36 [2021-05-03T10:52:36.420Z] #20 44.35 Unpacking python3-wheel (0.32.3-2) ...
10:52:36 [2021-05-03T10:52:36.420Z] #20 44.42 Selecting previously unselected package sudo.
10:52:36 [2021-05-03T10:52:36.420Z] #20 44.42 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ...
10:52:36 [2021-05-03T10:52:36.420Z] #20 44.43 Unpacking sudo (1.8.27-1+deb10u3) ...
10:52:36 [2021-05-03T10:52:36.428Z] #20 42.19 Selecting previously unselected package thin-provisioning-tools.
10:52:36 [2021-05-03T10:52:36.428Z] #20 42.19 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
10:52:36 [2021-05-03T10:52:36.428Z] #20 42.21 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
10:52:36 [2021-05-03T10:52:36.688Z] #20 42.46 Selecting previously unselected package uidmap.
10:52:36 [2021-05-03T10:52:36.688Z] #20 42.46 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ...
10:52:36 [2021-05-03T10:52:36.688Z] #20 42.46 Unpacking uidmap (1:4.5-1.1) ...
10:52:36 [2021-05-03T10:52:36.948Z] #20 42.60 Selecting previously unselected package vim-runtime.
10:52:36 [2021-05-03T10:52:36.948Z] #20 42.61 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
10:52:36 [2021-05-03T10:52:36.948Z] #20 42.64 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
10:52:36 [2021-05-03T10:52:36.948Z] #20 42.67 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
10:52:36 [2021-05-03T10:52:36.948Z] #20 42.67 Unpacking vim-runtime (2:8.1.0875-5) ...
10:52:36 [2021-05-03T10:52:36.989Z] #20 44.96 Selecting previously unselected package thin-provisioning-tools.
10:52:36 [2021-05-03T10:52:36.989Z] #20 44.98 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
10:52:36 [2021-05-03T10:52:36.989Z] #20 44.99 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
10:52:36 [2021-05-03T10:52:36.989Z] #20 45.23 Selecting previously unselected package uidmap.
10:52:37 [2021-05-03T10:52:37.248Z] #20 45.24 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ...
10:52:37 [2021-05-03T10:52:37.248Z] #20 45.24 Unpacking uidmap (1:4.5-1.1) ...
10:52:37 [2021-05-03T10:52:37.248Z] #20 45.35 Selecting previously unselected package vim-runtime.
10:52:37 [2021-05-03T10:52:37.248Z] #20 45.35 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
10:52:37 [2021-05-03T10:52:37.248Z] #20 45.39 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
10:52:37 [2021-05-03T10:52:37.248Z] #20 45.42 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
10:52:37 [2021-05-03T10:52:37.248Z] #20 45.43 Unpacking vim-runtime (2:8.1.0875-5) ...
10:52:37 [2021-05-03T10:52:37.526Z] #43 135.5   CC       criu/netfilter.o
10:52:37 [2021-05-03T10:52:37.526Z] #43 135.7   CC       criu/page-pipe.o
10:52:37 [2021-05-03T10:52:37.864Z] #56 ...
10:52:37 [2021-05-03T10:52:37.864Z] 
10:52:37 [2021-05-03T10:52:37.864Z] #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
10:52:37 [2021-05-03T10:52:37.864Z] #53 sha256:e7d7def7797adfb0b906680a877494bf8a01a85e8057383058a06252c3cdf1ea
10:52:37 [2021-05-03T10:52:37.864Z] #53 127.5 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
10:52:37 [2021-05-03T10:52:37.864Z] #53 128.5 + mkdir -p /build
10:52:37 [2021-05-03T10:52:37.864Z] #53 128.5 + cp runc /build/runc
10:52:37 [2021-05-03T10:52:37.864Z] #53 DONE 128.8s
10:52:37 [2021-05-03T10:52:37.864Z] 
10:52:37 [2021-05-03T10:52:37.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
10:52:37 [2021-05-03T10:52:37.864Z] #56 sha256:76c68447763085ba3a6097d149916c98b37b8ee4b7159200f3619501917db75c
10:52:38 [2021-05-03T10:52:38.455Z] #43 136.3   CC       criu/page-xfer.o
10:52:38 [2021-05-03T10:52:38.455Z] #43 ...
10:52:38 [2021-05-03T10:52:38.455Z] 
10:52:38 [2021-05-03T10:52:38.455Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
10:52:38 [2021-05-03T10:52:38.455Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4
10:52:38 [2021-05-03T10:52:38.455Z] #22 5.246 Collecting yamllint==1.26.1
10:52:38 [2021-05-03T10:52:38.800Z] #20 35.21 Selecting previously unselected package libnet1:arm64.
10:52:38 [2021-05-03T10:52:38.800Z] #20 35.21 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
10:52:38 [2021-05-03T10:52:38.800Z] #20 35.22 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
10:52:38 [2021-05-03T10:52:38.800Z] #20 35.31 Selecting previously unselected package libnl-3-200:arm64.
10:52:38 [2021-05-03T10:52:38.800Z] #20 35.31 Preparing to unpack .../22-libnl-3-200_3.4.0-1_arm64.deb ...
10:52:38 [2021-05-03T10:52:38.800Z] #20 35.32 Unpacking libnl-3-200:arm64 (3.4.0-1) ...
10:52:38 [2021-05-03T10:52:38.800Z] #20 35.42 Selecting previously unselected package libprotobuf-c1:arm64.
10:52:38 [2021-05-03T10:52:38.800Z] #20 35.42 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_arm64.deb ...
10:52:38 [2021-05-03T10:52:38.800Z] #20 35.43 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ...
10:52:38 [2021-05-03T10:52:38.800Z] #20 35.55 Selecting previously unselected package libreadline5:arm64.
10:52:38 [2021-05-03T10:52:38.800Z] #20 35.55 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_arm64.deb ...
10:52:38 [2021-05-03T10:52:38.800Z] #20 35.56 Unpacking libreadline5:arm64 (5.2+dfsg-3+b13) ...
10:52:38 [2021-05-03T10:52:38.800Z] #20 35.68 Selecting previously unselected package net-tools.
10:52:39 [2021-05-03T10:52:39.018Z] #22 10.67   Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB)
10:52:39 [2021-05-03T10:52:39.062Z] #20 35.69 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_arm64.deb ...
10:52:39 [2021-05-03T10:52:39.062Z] #20 35.70 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
10:52:39 [2021-05-03T10:52:39.062Z] #20 35.88 Selecting previously unselected package python-pip-whl.
10:52:39 [2021-05-03T10:52:39.062Z] #20 35.89 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
10:52:39 [2021-05-03T10:52:39.062Z] #20 35.91 Unpacking python-pip-whl (18.1-5) ...
10:52:39 [2021-05-03T10:52:39.250Z] #56 ...
10:52:39 [2021-05-03T10:52:39.250Z] 
10:52:39 [2021-05-03T10:52:39.250Z] #54 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/bin/
10:52:39 [2021-05-03T10:52:39.250Z] #54 sha256:adf0f5efc55e5aeb2e40cb698cc610aacba5cd1cc48439b9c410d38acf3a434e
10:52:39 [2021-05-03T10:52:39.510Z] #54 DONE 0.2s
10:52:39 [2021-05-03T10:52:39.511Z] 
10:52:39 [2021-05-03T10:52:39.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
10:52:39 [2021-05-03T10:52:39.511Z] #56 sha256:76c68447763085ba3a6097d149916c98b37b8ee4b7159200f3619501917db75c
10:52:39 [2021-05-03T10:52:39.580Z] #22 ...
10:52:39 [2021-05-03T10:52:39.580Z] 
10:52:39 [2021-05-03T10:52:39.580Z] #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
10:52:39 [2021-05-03T10:52:39.580Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:52:39 [2021-05-03T10:52:39.580Z] #43 137.8   CC       criu/pagemap-cache.o
10:52:39 [2021-05-03T10:52:39.648Z] #20 36.34 Selecting previously unselected package python3-lib2to3.
10:52:39 [2021-05-03T10:52:39.648Z] #20 36.35 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
10:52:39 [2021-05-03T10:52:39.648Z] #20 36.36 Unpacking python3-lib2to3 (3.7.3-1) ...
10:52:39 [2021-05-03T10:52:39.926Z] #20 36.54 Selecting previously unselected package python3-distutils.
10:52:39 [2021-05-03T10:52:39.926Z] #20 36.55 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
10:52:39 [2021-05-03T10:52:39.926Z] #20 36.55 Unpacking python3-distutils (3.7.3-1) ...
10:52:39 [2021-05-03T10:52:39.926Z] #20 36.71 Selecting previously unselected package python3-pip.
10:52:39 [2021-05-03T10:52:39.926Z] #20 36.71 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
10:52:39 [2021-05-03T10:52:39.926Z] #20 36.72 Unpacking python3-pip (18.1-5) ...
10:52:40 [2021-05-03T10:52:40.142Z] #43 138.2   CC       criu/pagemap.o
10:52:40 [2021-05-03T10:52:40.189Z] #20 36.95 Selecting previously unselected package python3-pkg-resources.
10:52:40 [2021-05-03T10:52:40.189Z] #20 36.96 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
10:52:40 [2021-05-03T10:52:40.189Z] #20 36.99 Unpacking python3-pkg-resources (40.8.0-1) ...
10:52:40 [2021-05-03T10:52:40.247Z] #20 45.78 Selecting previously unselected package vim.
10:52:40 [2021-05-03T10:52:40.247Z] #20 45.78 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ...
10:52:40 [2021-05-03T10:52:40.247Z] #20 45.80 Unpacking vim (2:8.1.0875-5) ...
10:52:40 [2021-05-03T10:52:40.452Z] #20 37.20 Selecting previously unselected package python3-setuptools.
10:52:40 [2021-05-03T10:52:40.506Z] #20 46.37 Selecting previously unselected package xfsprogs.
10:52:40 [2021-05-03T10:52:40.542Z] #20 48.54 Selecting previously unselected package vim.
10:52:40 [2021-05-03T10:52:40.542Z] #20 48.54 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ...
10:52:40 [2021-05-03T10:52:40.542Z] #20 48.57 Unpacking vim (2:8.1.0875-5) ...
10:52:40 [2021-05-03T10:52:40.714Z] #20 37.21 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
10:52:40 [2021-05-03T10:52:40.714Z] #20 37.22 Unpacking python3-setuptools (40.8.0-1) ...
10:52:40 [2021-05-03T10:52:40.714Z] #20 37.46 Selecting previously unselected package python3-wheel.
10:52:40 [2021-05-03T10:52:40.714Z] #20 37.46 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
10:52:40 [2021-05-03T10:52:40.714Z] #20 37.48 Unpacking python3-wheel (0.32.3-2) ...
10:52:40 [2021-05-03T10:52:40.714Z] #20 37.58 Selecting previously unselected package sudo.
10:52:40 [2021-05-03T10:52:40.766Z] #20 46.38 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ...
10:52:40 [2021-05-03T10:52:40.766Z] #20 46.38 Unpacking xfsprogs (4.20.0-1) ...
10:52:40 [2021-05-03T10:52:40.977Z] #20 37.59 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_arm64.deb ...
10:52:40 [2021-05-03T10:52:40.977Z] #20 37.61 Unpacking sudo (1.8.27-1+deb10u3) ...
10:52:41 [2021-05-03T10:52:41.026Z] #20 46.86 Selecting previously unselected package zip.
10:52:41 [2021-05-03T10:52:41.026Z] #20 46.87 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ...
10:52:41 [2021-05-03T10:52:41.026Z] #20 46.88 Unpacking zip (3.0-11+b1) ...
10:52:41 [2021-05-03T10:52:41.071Z] #43 139.3   CC       criu/parasite-syscall.o
10:52:41 [2021-05-03T10:52:41.111Z] #20 49.11 Selecting previously unselected package xfsprogs.
10:52:41 [2021-05-03T10:52:41.111Z] #20 49.12 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ...
10:52:41 [2021-05-03T10:52:41.111Z] #20 49.13 Unpacking xfsprogs (4.20.0-1) ...
10:52:41 [2021-05-03T10:52:41.239Z] #20 38.08 Selecting previously unselected package thin-provisioning-tools.
10:52:41 [2021-05-03T10:52:41.286Z] #20 47.04 Setting up aufs-tools (1:4.14+20190211-1) ...
10:52:41 [2021-05-03T10:52:41.286Z] #20 47.09 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
10:52:41 [2021-05-03T10:52:41.286Z] #20 47.10 Setting up libip6tc0:amd64 (1.8.2-4) ...
10:52:41 [2021-05-03T10:52:41.286Z] #20 47.12 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
10:52:41 [2021-05-03T10:52:41.503Z] #20 38.09 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_arm64.deb ...
10:52:41 [2021-05-03T10:52:41.503Z] #20 38.10 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
10:52:41 [2021-05-03T10:52:41.548Z] #20 47.13 Setting up libgpm2:amd64 (1.20.7-5) ...
10:52:41 [2021-05-03T10:52:41.548Z] #20 47.17 Setting up libip4tc0:amd64 (1.8.2-4) ...
10:52:41 [2021-05-03T10:52:41.548Z] #20 47.19 Setting up uidmap (1:4.5-1.1) ...
10:52:41 [2021-05-03T10:52:41.548Z] #20 47.21 Setting up libnftnl11:amd64 (1.1.2-2) ...
10:52:41 [2021-05-03T10:52:41.548Z] #20 47.23 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
10:52:41 [2021-05-03T10:52:41.548Z] #20 47.24 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
10:52:41 [2021-05-03T10:52:41.548Z] #20 47.26 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
10:52:41 [2021-05-03T10:52:41.548Z] #20 47.29 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
10:52:41 [2021-05-03T10:52:41.548Z] #20 47.34 Setting up xxd (2:8.1.0875-5) ...
10:52:41 [2021-05-03T10:52:41.548Z] #20 47.37 Setting up zip (3.0-11+b1) ...
10:52:41 [2021-05-03T10:52:41.680Z] #20 49.58 Selecting previously unselected package zip.
10:52:41 [2021-05-03T10:52:41.680Z] #20 49.59 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ...
10:52:41 [2021-05-03T10:52:41.680Z] #20 49.60 Unpacking zip (3.0-11+b1) ...
10:52:41 [2021-05-03T10:52:41.680Z] #20 49.80 Setting up aufs-tools (1:4.14+20190211-1) ...
10:52:41 [2021-05-03T10:52:41.680Z] #20 49.82 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
10:52:41 [2021-05-03T10:52:41.680Z] #20 49.83 Setting up libip6tc0:amd64 (1.8.2-4) ...
10:52:41 [2021-05-03T10:52:41.680Z] #20 49.84 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
10:52:41 [2021-05-03T10:52:41.680Z] #20 49.85 Setting up libgpm2:amd64 (1.20.7-5) ...
10:52:41 [2021-05-03T10:52:41.680Z] #20 49.86 Setting up libip4tc0:amd64 (1.8.2-4) ...
10:52:41 [2021-05-03T10:52:41.680Z] #20 49.88 Setting up uidmap (1:4.5-1.1) ...
10:52:41 [2021-05-03T10:52:41.680Z] #20 49.89 Setting up libnftnl11:amd64 (1.1.2-2) ...
10:52:41 [2021-05-03T10:52:41.680Z] #20 49.90 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
10:52:41 [2021-05-03T10:52:41.680Z] #20 49.91 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
10:52:41 [2021-05-03T10:52:41.765Z] #20 38.33 Selecting previously unselected package uidmap.
10:52:41 [2021-05-03T10:52:41.766Z] #20 38.34 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_arm64.deb ...
10:52:41 [2021-05-03T10:52:41.766Z] #20 38.35 Unpacking uidmap (1:4.5-1.1) ...
10:52:41 [2021-05-03T10:52:41.766Z] #20 38.50 Selecting previously unselected package vim-runtime.
10:52:41 [2021-05-03T10:52:41.766Z] #20 38.50 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
10:52:41 [2021-05-03T10:52:41.766Z] #20 38.54 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
10:52:41 [2021-05-03T10:52:41.766Z] #20 38.57 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
10:52:41 [2021-05-03T10:52:41.766Z] #20 38.58 Unpacking vim-runtime (2:8.1.0875-5) ...
10:52:41 [2021-05-03T10:52:41.808Z] #20 47.38 Setting up vim-common (2:8.1.0875-5) ...
10:52:41 [2021-05-03T10:52:41.808Z] #20 47.40 Setting up bash-completion (1:2.8-6) ...
10:52:41 [2021-05-03T10:52:41.940Z] #20 49.92 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
10:52:41 [2021-05-03T10:52:41.940Z] #20 49.93 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
10:52:41 [2021-05-03T10:52:41.940Z] #20 49.94 Setting up xxd (2:8.1.0875-5) ...
10:52:41 [2021-05-03T10:52:41.940Z] #20 49.96 Setting up zip (3.0-11+b1) ...
10:52:41 [2021-05-03T10:52:41.940Z] #20 49.97 Setting up vim-common (2:8.1.0875-5) ...
10:52:41 [2021-05-03T10:52:41.940Z] #20 50.01 Setting up bash-completion (1:2.8-6) ...
10:52:42 [2021-05-03T10:52:42.439Z] #43 140.4   CC       criu/path.o
10:52:42 [2021-05-03T10:52:42.439Z] #43 140.7   CC       criu/pie-util-vdso-elf32.o
10:52:43 [2021-05-03T10:52:43.002Z] #43 ...
10:52:43 [2021-05-03T10:52:43.002Z] 
10:52:43 [2021-05-03T10:52:43.002Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
10:52:43 [2021-05-03T10:52:43.002Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4
10:52:43 [2021-05-03T10:52:43.002Z] #22 11.80 Collecting pathspec>=0.5.3 (from yamllint==1.26.1)
10:52:43 [2021-05-03T10:52:43.002Z] #22 11.86   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
10:52:43 [2021-05-03T10:52:43.002Z] #22 11.93 Collecting pyyaml (from yamllint==1.26.1)
10:52:43 [2021-05-03T10:52:43.002Z] #22 12.20   Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB)
10:52:43 [2021-05-03T10:52:43.002Z] #22 12.51 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0)
10:52:43 [2021-05-03T10:52:43.002Z] #22 12.52 Building wheels for collected packages: yamllint
10:52:43 [2021-05-03T10:52:43.002Z] #22 12.52   Running setup.py bdist_wheel for yamllint: started
10:52:43 [2021-05-03T10:52:43.002Z] #22 13.63   Running setup.py bdist_wheel for yamllint: finished with status 'done'
10:52:43 [2021-05-03T10:52:43.002Z] #22 13.64   Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627
10:52:43 [2021-05-03T10:52:43.002Z] #22 13.69 Successfully built yamllint
10:52:43 [2021-05-03T10:52:43.002Z] #22 13.72 Installing collected packages: pathspec, pyyaml, yamllint
10:52:43 [2021-05-03T10:52:43.002Z] #22 14.07 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1
10:52:43 [2021-05-03T10:52:43.002Z] #22 DONE 14.4s
10:52:43 [2021-05-03T10:52:43.002Z] 
10:52:43 [2021-05-03T10:52:43.002Z] #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
10:52:43 [2021-05-03T10:52:43.002Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:52:43 [2021-05-03T10:52:43.002Z] #43 141.3   CC       criu/pie-util-vdso.o
10:52:43 [2021-05-03T10:52:43.258Z] #43 ...
10:52:43 [2021-05-03T10:52:43.258Z] 
10:52:43 [2021-05-03T10:52:43.258Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/cli
10:52:43 [2021-05-03T10:52:43.258Z] #25 sha256:008996d0ca08662ec7cbd34a99c9305eb944f49c914acdae2451917cc4004a78
10:52:43 [2021-05-03T10:52:43.258Z] #25 DONE 0.4s
10:52:43 [2021-05-03T10:52:43.515Z] 
10:52:43 [2021-05-03T10:52:43.515Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
10:52:43 [2021-05-03T10:52:43.515Z] #30 sha256:80e9d66ca20987a39ee0d715ec0e80e41c571a42a0367cc8e5813bed0e03bf7b
10:52:44 [2021-05-03T10:52:44.336Z] #20 41.08 Selecting previously unselected package vim.
10:52:44 [2021-05-03T10:52:44.336Z] #20 41.09 Preparing to unpack .../37-vim_2%3a8.1.0875-5_arm64.deb ...
10:52:44 [2021-05-03T10:52:44.337Z] #20 41.11 Unpacking vim (2:8.1.0875-5) ...
10:52:44 [2021-05-03T10:52:44.337Z] #20 ...
10:52:44 [2021-05-03T10:52:44.337Z] 
10:52:44 [2021-05-03T10:52:44.337Z] #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
10:52:44 [2021-05-03T10:52:44.337Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
10:52:44 [2021-05-03T10:52:44.337Z] #43 78.20   DEP      criu/page-xfer.d
10:52:44 [2021-05-03T10:52:44.337Z] #43 78.46   DEP      criu/page-pipe.d
10:52:44 [2021-05-03T10:52:44.337Z] #43 78.60   DEP      criu/netfilter.d
10:52:44 [2021-05-03T10:52:44.337Z] #43 78.82   DEP      criu/net.d
10:52:44 [2021-05-03T10:52:44.337Z] #43 78.98   DEP      criu/namespaces.d
10:52:44 [2021-05-03T10:52:44.337Z] #43 79.14   DEP      criu/mount.d
10:52:44 [2021-05-03T10:52:44.337Z] #43 79.39   DEP      criu/memfd.d
10:52:44 [2021-05-03T10:52:44.337Z] #43 79.55   DEP      criu/mem.d
10:52:44 [2021-05-03T10:52:44.337Z] #43 79.77   DEP      criu/lsm.d
10:52:44 [2021-05-03T10:52:44.337Z] #43 79.94   DEP      criu/log.d
10:52:44 [2021-05-03T10:52:44.337Z] #43 80.11   DEP      criu/libnetlink.d
10:52:44 [2021-05-03T10:52:44.337Z] #43 80.34   DEP      criu/kerndat.d
10:52:44 [2021-05-03T10:52:44.337Z] #43 80.54   DEP      criu/kcmp-ids.d
10:52:44 [2021-05-03T10:52:44.337Z] #43 80.61   DEP      criu/irmap.d
10:52:44 [2021-05-03T10:52:44.337Z] #43 80.71   DEP      criu/ipc_ns.d
10:52:44 [2021-05-03T10:52:44.337Z] #43 80.88   DEP      criu/image.d
10:52:44 [2021-05-03T10:52:44.337Z] #43 81.03   DEP      criu/image-desc.d
10:52:44 [2021-05-03T10:52:44.337Z] #43 81.11   DEP      criu/fsnotify.d
10:52:44 [2021-05-03T10:52:44.337Z] #43 81.28   DEP      criu/filesystems.d
10:52:44 [2021-05-03T10:52:44.337Z] #43 81.48   DEP      criu/files.d
10:52:44 [2021-05-03T10:52:44.337Z] #43 81.68   DEP      criu/files-reg.d
10:52:44 [2021-05-03T10:52:44.337Z] #43 81.96   DEP      criu/files-ext.d
10:52:44 [2021-05-03T10:52:44.337Z] #43 82.11   DEP      criu/file-lock.d
10:52:44 [2021-05-03T10:52:44.337Z] #43 82.28   DEP      criu/file-ids.d
10:52:44 [2021-05-03T10:52:44.337Z] #43 82.44   DEP      criu/fifo.d
10:52:44 [2021-05-03T10:52:44.337Z] #43 82.64   DEP      criu/fdstore.d
10:52:44 [2021-05-03T10:52:44.337Z] #43 82.72   DEP      criu/fault-injection.d
10:52:44 [2021-05-03T10:52:44.337Z] #43 82.77   DEP      criu/external.d
10:52:44 [2021-05-03T10:52:44.337Z] #43 82.92   DEP      criu/eventpoll.d
10:52:44 [2021-05-03T10:52:44.337Z] #43 83.12   DEP      criu/eventfd.d
10:52:44 [2021-05-03T10:52:44.337Z] #43 83.24   DEP      criu/crtools.d
10:52:44 [2021-05-03T10:52:44.337Z] #43 83.36   DEP      criu/cr-service.d
10:52:44 [2021-05-03T10:52:44.337Z] #43 83.61   DEP      criu/cr-restore.d
10:52:44 [2021-05-03T10:52:44.337Z] #43 83.92   DEP      criu/cr-errno.d
10:52:44 [2021-05-03T10:52:44.337Z] #43 83.94   DEP      criu/cr-dump.d
10:52:44 [2021-05-03T10:52:44.337Z] #43 84.09   DEP      criu/cr-dedup.d
10:52:44 [2021-05-03T10:52:44.337Z] #43 84.20   DEP      criu/cr-check.d
10:52:44 [2021-05-03T10:52:44.337Z] #43 84.35   DEP      criu/config.d
10:52:44 [2021-05-03T10:52:44.337Z] #43 84.55   DEP      criu/clone-noasan.d
10:52:44 [2021-05-03T10:52:44.337Z] #43 84.62   DEP      criu/cgroup.d
10:52:44 [2021-05-03T10:52:44.337Z] #43 84.78   DEP      criu/cgroup-props.d
10:52:44 [2021-05-03T10:52:44.337Z] #43 84.96   DEP      criu/bitmap.d
10:52:44 [2021-05-03T10:52:44.337Z] #43 84.98   DEP      criu/bfd.d
10:52:44 [2021-05-03T10:52:44.337Z] #43 85.18   DEP      criu/autofs.d
10:52:44 [2021-05-03T10:52:44.337Z] #43 85.33   DEP      criu/aio.d
10:52:44 [2021-05-03T10:52:44.337Z] #43 85.49   DEP      criu/action-scripts.d
10:52:44 [2021-05-03T10:52:44.337Z] #43 85.81   CC       criu/action-scripts.o
10:52:44 [2021-05-03T10:52:44.337Z] #43 86.30   CC       criu/aio.o
10:52:44 [2021-05-03T10:52:44.337Z] #43 86.86   CC       criu/autofs.o
10:52:44 [2021-05-03T10:52:44.337Z] #43 88.06   CC       criu/bfd.o
10:52:44 [2021-05-03T10:52:44.599Z] #43 88.51   CC       criu/bitmap.o
10:52:44 [2021-05-03T10:52:44.862Z] #43 88.62   CC       criu/cgroup-props.o
10:52:44 [2021-05-03T10:52:44.862Z] #43 ...
10:52:44 [2021-05-03T10:52:44.862Z] 
10:52:44 [2021-05-03T10:52:44.862Z] #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
10:52:44 [2021-05-03T10:52:44.862Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379
10:52:44 [2021-05-03T10:52:44.862Z] #20 41.50 Selecting previously unselected package xfsprogs.
10:52:44 [2021-05-03T10:52:44.862Z] #20 41.51 Preparing to unpack .../38-xfsprogs_4.20.0-1_arm64.deb ...
10:52:44 [2021-05-03T10:52:44.862Z] #20 41.52 Unpacking xfsprogs (4.20.0-1) ...
10:52:45 [2021-05-03T10:52:45.103Z] #20 50.23 Setting up libiptc0:amd64 (1.8.2-4) ...
10:52:45 [2021-05-03T10:52:45.103Z] #20 50.24 Setting up xz-utils (5.2.4-1) ...
10:52:45 [2021-05-03T10:52:45.103Z] #20 50.26 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
10:52:45 [2021-05-03T10:52:45.103Z] #20 50.29 Setting up sudo (1.8.27-1+deb10u3) ...
10:52:45 [2021-05-03T10:52:45.103Z] #20 50.34 invoke-rc.d: could not determine current runlevel
10:52:45 [2021-05-03T10:52:45.103Z] #20 50.36 invoke-rc.d: policy-rc.d denied execution of start.
10:52:45 [2021-05-03T10:52:45.103Z] #20 50.37 Setting up pigz (2.4-1) ...
10:52:45 [2021-05-03T10:52:45.103Z] #20 50.39 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
10:52:45 [2021-05-03T10:52:45.103Z] #20 50.40 Setting up libnl-3-200:amd64 (3.4.0-1) ...
10:52:45 [2021-05-03T10:52:45.103Z] #20 50.42 Setting up python-pip-whl (18.1-5) ...
10:52:45 [2021-05-03T10:52:45.103Z] #20 50.43 Setting up libmpdec2:amd64 (2.4.2-2) ...
10:52:45 [2021-05-03T10:52:45.103Z] #20 50.45 Setting up vim-runtime (2:8.1.0875-5) ...
10:52:45 [2021-05-03T10:52:45.103Z] #20 50.89 Setting up libaio1:amd64 (0.3.112-3) ...
10:52:45 [2021-05-03T10:52:45.103Z] #20 50.91 Setting up libonig5:amd64 (6.9.1-1) ...
10:52:45 [2021-05-03T10:52:45.103Z] #20 50.93 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
10:52:45 [2021-05-03T10:52:45.103Z] #20 50.94 Setting up vim (2:8.1.0875-5) ...
10:52:45 [2021-05-03T10:52:45.103Z] #20 50.95 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
10:52:45 [2021-05-03T10:52:45.103Z] #20 50.96 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
10:52:45 [2021-05-03T10:52:45.103Z] #20 50.96 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
10:52:45 [2021-05-03T10:52:45.103Z] #20 50.97 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
10:52:45 [2021-05-03T10:52:45.103Z] #20 50.98 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
10:52:45 [2021-05-03T10:52:45.103Z] #20 50.98 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
10:52:45 [2021-05-03T10:52:45.103Z] #20 50.99 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
10:52:45 [2021-05-03T10:52:45.232Z] #20 52.77 Setting up libiptc0:amd64 (1.8.2-4) ...
10:52:45 [2021-05-03T10:52:45.232Z] #20 52.79 Setting up xz-utils (5.2.4-1) ...
10:52:45 [2021-05-03T10:52:45.232Z] #20 52.80 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
10:52:45 [2021-05-03T10:52:45.232Z] #20 52.81 Setting up sudo (1.8.27-1+deb10u3) ...
10:52:45 [2021-05-03T10:52:45.232Z] #20 52.89 invoke-rc.d: could not determine current runlevel
10:52:45 [2021-05-03T10:52:45.232Z] #20 52.90 invoke-rc.d: policy-rc.d denied execution of start.
10:52:45 [2021-05-03T10:52:45.232Z] #20 52.91 Setting up pigz (2.4-1) ...
10:52:45 [2021-05-03T10:52:45.232Z] #20 52.92 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
10:52:45 [2021-05-03T10:52:45.232Z] #20 52.94 Setting up libnl-3-200:amd64 (3.4.0-1) ...
10:52:45 [2021-05-03T10:52:45.232Z] #20 52.96 Setting up python-pip-whl (18.1-5) ...
10:52:45 [2021-05-03T10:52:45.232Z] #20 52.97 Setting up libmpdec2:amd64 (2.4.2-2) ...
10:52:45 [2021-05-03T10:52:45.232Z] #20 52.98 Setting up vim-runtime (2:8.1.0875-5) ...
10:52:45 [2021-05-03T10:52:45.232Z] #20 53.40 Setting up libaio1:amd64 (0.3.112-3) ...
10:52:45 [2021-05-03T10:52:45.232Z] #20 53.41 Setting up libonig5:amd64 (6.9.1-1) ...
10:52:45 [2021-05-03T10:52:45.232Z] #20 53.42 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
10:52:45 [2021-05-03T10:52:45.363Z] #20 51.00 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
10:52:45 [2021-05-03T10:52:45.363Z] #20 51.02 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
10:52:45 [2021-05-03T10:52:45.363Z] #20 51.04 Setting up thin-provisioning-tools (0.7.6-2.1) ...
10:52:45 [2021-05-03T10:52:45.363Z] #20 51.05 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
10:52:45 [2021-05-03T10:52:45.363Z] #20 51.06 Setting up jq (1.5+dfsg-2+b1) ...
10:52:45 [2021-05-03T10:52:45.363Z] #20 51.07 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
10:52:45 [2021-05-03T10:52:45.363Z] #20 51.09 Setting up python3.7 (3.7.3-2+deb10u3) ...
10:52:45 [2021-05-03T10:52:45.388Z] #20 41.90 Selecting previously unselected package zip.
10:52:45 [2021-05-03T10:52:45.388Z] #20 41.92 Preparing to unpack .../39-zip_3.0-11+b1_arm64.deb ...
10:52:45 [2021-05-03T10:52:45.388Z] #20 41.92 Unpacking zip (3.0-11+b1) ...
10:52:45 [2021-05-03T10:52:45.388Z] #20 42.15 Setting up aufs-tools (1:4.14+20190211-1) ...
10:52:45 [2021-05-03T10:52:45.388Z] #20 42.18 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
10:52:45 [2021-05-03T10:52:45.388Z] #20 42.20 Setting up libip6tc0:arm64 (1.8.2-4) ...
10:52:45 [2021-05-03T10:52:45.388Z] #20 42.22 Setting up libreadline5:arm64 (5.2+dfsg-3+b13) ...
10:52:45 [2021-05-03T10:52:45.388Z] #20 42.24 Setting up libgpm2:arm64 (1.20.7-5) ...
10:52:45 [2021-05-03T10:52:45.492Z] #20 53.50 Setting up vim (2:8.1.0875-5) ...
10:52:45 [2021-05-03T10:52:45.492Z] #20 53.51 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
10:52:45 [2021-05-03T10:52:45.492Z] #20 53.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
10:52:45 [2021-05-03T10:52:45.492Z] #20 53.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
10:52:45 [2021-05-03T10:52:45.492Z] #20 53.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
10:52:45 [2021-05-03T10:52:45.492Z] #20 53.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
10:52:45 [2021-05-03T10:52:45.492Z] #20 53.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
10:52:45 [2021-05-03T10:52:45.492Z] #20 53.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
10:52:45 [2021-05-03T10:52:45.492Z] #20 53.58 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
10:52:45 [2021-05-03T10:52:45.492Z] #20 53.61 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
10:52:45 [2021-05-03T10:52:45.492Z] #20 53.63 Setting up thin-provisioning-tools (0.7.6-2.1) ...
10:52:45 [2021-05-03T10:52:45.492Z] #20 53.65 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
10:52:45 [2021-05-03T10:52:45.654Z] #20 42.26 Setting up libip4tc0:arm64 (1.8.2-4) ...
10:52:45 [2021-05-03T10:52:45.654Z] #20 42.28 Setting up uidmap (1:4.5-1.1) ...
10:52:45 [2021-05-03T10:52:45.654Z] #20 42.31 Setting up libnftnl11:arm64 (1.1.2-2) ...
10:52:45 [2021-05-03T10:52:45.654Z] #20 42.32 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
10:52:45 [2021-05-03T10:52:45.654Z] #20 42.34 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
10:52:45 [2021-05-03T10:52:45.654Z] #20 42.35 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ...
10:52:45 [2021-05-03T10:52:45.654Z] #20 42.37 Setting up libicu63:arm64 (63.1-6+deb10u1) ...
10:52:45 [2021-05-03T10:52:45.654Z] #20 42.38 Setting up xxd (2:8.1.0875-5) ...
10:52:45 [2021-05-03T10:52:45.654Z] #20 42.40 Setting up zip (3.0-11+b1) ...
10:52:45 [2021-05-03T10:52:45.654Z] #20 42.42 Setting up vim-common (2:8.1.0875-5) ...
10:52:45 [2021-05-03T10:52:45.654Z] #20 42.47 Setting up bash-completion (1:2.8-6) ...
10:52:45 [2021-05-03T10:52:45.752Z] #20 53.76 Setting up jq (1.5+dfsg-2+b1) ...
10:52:45 [2021-05-03T10:52:45.752Z] #20 53.78 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
10:52:45 [2021-05-03T10:52:45.752Z] #20 53.79 Setting up python3.7 (3.7.3-2+deb10u3) ...
10:52:45 [2021-05-03T10:52:45.985Z] #20 ...
10:52:45 [2021-05-03T10:52:45.985Z] 
10:52:45 [2021-05-03T10:52:45.985Z] #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
10:52:45 [2021-05-03T10:52:45.985Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:52:45 [2021-05-03T10:52:45.985Z] #43 116.6   CC       criu/image-desc.o
10:52:45 [2021-05-03T10:52:45.985Z] #43 116.8   CC       criu/image.o
10:52:45 [2021-05-03T10:52:45.985Z] #43 117.7   CC       criu/ipc_ns.o
10:52:45 [2021-05-03T10:52:45.985Z] #43 119.0   CC       criu/irmap.o
10:52:45 [2021-05-03T10:52:45.985Z] #43 119.6   CC       criu/kcmp-ids.o
10:52:45 [2021-05-03T10:52:45.985Z] #43 119.9   CC       criu/kerndat.o
10:52:45 [2021-05-03T10:52:45.985Z] #43 121.0   CC       criu/libnetlink.o
10:52:45 [2021-05-03T10:52:45.985Z] #43 121.4   CC       criu/log.o
10:52:45 [2021-05-03T10:52:45.985Z] #43 121.9   CC       criu/lsm.o
10:52:45 [2021-05-03T10:52:45.985Z] #43 122.3   CC       criu/mem.o
10:52:45 [2021-05-03T10:52:45.985Z] #43 124.2   CC       criu/memfd.o
10:52:45 [2021-05-03T10:52:45.985Z] #43 124.9   CC       criu/mount.o
10:52:46 [2021-05-03T10:52:46.246Z] #43 ...
10:52:46 [2021-05-03T10:52:46.246Z] 
10:52:46 [2021-05-03T10:52:46.246Z] #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
10:52:46 [2021-05-03T10:52:46.246Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
10:52:46 [2021-05-03T10:52:46.246Z] #40 185.1 + dpkg --print-architecture
10:52:46 [2021-05-03T10:52:46.246Z] #40 185.1 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
10:52:46 [2021-05-03T10:52:46.246Z] #40 185.8 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
10:52:46 [2021-05-03T10:52:46.246Z] #40 185.8 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
10:52:46 [2021-05-03T10:52:46.321Z] #20 ...
10:52:46 [2021-05-03T10:52:46.321Z] 
10:52:46 [2021-05-03T10:52:46.321Z] #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
10:52:46 [2021-05-03T10:52:46.321Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:52:46 [2021-05-03T10:52:46.321Z] #43 105.0   CC       criu/crtools.o
10:52:46 [2021-05-03T10:52:46.321Z] #43 105.7   CC       criu/eventfd.o
10:52:46 [2021-05-03T10:52:46.321Z] #43 106.0   CC       criu/eventpoll.o
10:52:46 [2021-05-03T10:52:46.321Z] #43 106.8   CC       criu/external.o
10:52:46 [2021-05-03T10:52:46.321Z] #43 107.2   CC       criu/fault-injection.o
10:52:46 [2021-05-03T10:52:46.321Z] #43 107.4   CC       criu/fdstore.o
10:52:46 [2021-05-03T10:52:46.321Z] #43 107.7   CC       criu/fifo.o
10:52:46 [2021-05-03T10:52:46.321Z] #43 108.1   CC       criu/file-ids.o
10:52:46 [2021-05-03T10:52:46.321Z] #43 108.4   CC       criu/file-lock.o
10:52:46 [2021-05-03T10:52:46.321Z] #43 109.4   CC       criu/files-ext.o
10:52:46 [2021-05-03T10:52:46.321Z] #43 109.8   CC       criu/files-reg.o
10:52:46 [2021-05-03T10:52:46.321Z] #43 111.9   CC       criu/files.o
10:52:46 [2021-05-03T10:52:46.321Z] #43 114.1   CC       criu/filesystems.o
10:52:46 [2021-05-03T10:52:46.321Z] #43 114.7   CC       criu/fsnotify.o
10:52:47 [2021-05-03T10:52:47.701Z] #43 116.1   CC       criu/image-desc.o
10:52:47 [2021-05-03T10:52:47.701Z] #43 116.3   CC       criu/image.o
10:52:47 [2021-05-03T10:52:47.701Z] #30 DONE 4.5s
10:52:47 [2021-05-03T10:52:47.701Z] 
10:52:47 [2021-05-03T10:52:47.701Z] #33 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/bin/
10:52:47 [2021-05-03T10:52:47.701Z] #33 sha256:8e4df7dd8e49aac24d5bec844bef27410403a555d2667a50cdd87caa3abe52c1
10:52:48 [2021-05-03T10:52:48.154Z] #40 ...
10:52:48 [2021-05-03T10:52:48.154Z] 
10:52:48 [2021-05-03T10:52:48.154Z] #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
10:52:48 [2021-05-03T10:52:48.154Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
10:52:48 [2021-05-03T10:52:48.154Z] #20 53.77 Setting up iptables (1.8.2-4) ...
10:52:48 [2021-05-03T10:52:48.154Z] #20 53.80 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
10:52:48 [2021-05-03T10:52:48.154Z] #20 53.80 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
10:52:48 [2021-05-03T10:52:48.154Z] #20 53.81 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
10:52:48 [2021-05-03T10:52:48.154Z] #20 53.82 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
10:52:48 [2021-05-03T10:52:48.154Z] #20 53.82 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
10:52:48 [2021-05-03T10:52:48.154Z] #20 53.82 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
10:52:48 [2021-05-03T10:52:48.154Z] #20 53.85 Setting up python3 (3.7.3-1) ...
10:52:48 [2021-05-03T10:52:48.263Z] #33 DONE 0.4s
10:52:48 [2021-05-03T10:52:48.263Z] 
10:52:48 [2021-05-03T10:52:48.263Z] #35 [dev-systemd-false 13/26] COPY --from=tomll         /build/ /usr/local/bin/
10:52:48 [2021-05-03T10:52:48.263Z] #35 sha256:d5a63bec88b898d9177989e87f9afdf4c0702fc5141120f58d33936bf74cf75e
10:52:48 [2021-05-03T10:52:48.521Z] #35 DONE 0.5s
10:52:48 [2021-05-03T10:52:48.521Z] 
10:52:48 [2021-05-03T10:52:48.521Z] #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
10:52:48 [2021-05-03T10:52:48.521Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:52:48 [2021-05-03T10:52:48.521Z] #43 141.9   CC       criu/pie-util.o
10:52:48 [2021-05-03T10:52:48.521Z] #43 142.1   CC       criu/pipes.o
10:52:48 [2021-05-03T10:52:48.521Z] #43 142.9   CC       criu/plugin.o
10:52:48 [2021-05-03T10:52:48.521Z] #43 143.3   CC       criu/proc_parse.o
10:52:48 [2021-05-03T10:52:48.521Z] #43 145.6   CC       criu/protobuf-desc.o
10:52:48 [2021-05-03T10:52:48.521Z] #43 146.3   CC       criu/protobuf.o
10:52:48 [2021-05-03T10:52:48.521Z] #43 146.7   CC       criu/pstree.o
10:52:48 [2021-05-03T10:52:48.639Z] #43 117.3   CC       criu/ipc_ns.o
10:52:48 [2021-05-03T10:52:48.639Z] #43 ...
10:52:48 [2021-05-03T10:52:48.639Z] 
10:52:48 [2021-05-03T10:52:48.639Z] #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
10:52:48 [2021-05-03T10:52:48.639Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
10:52:48 [2021-05-03T10:52:48.639Z] #20 56.45 Setting up iptables (1.8.2-4) ...
10:52:48 [2021-05-03T10:52:48.639Z] #20 56.47 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
10:52:48 [2021-05-03T10:52:48.639Z] #20 56.47 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
10:52:48 [2021-05-03T10:52:48.639Z] #20 56.49 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
10:52:48 [2021-05-03T10:52:48.639Z] #20 56.49 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
10:52:48 [2021-05-03T10:52:48.639Z] #20 56.50 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
10:52:48 [2021-05-03T10:52:48.639Z] #20 56.51 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
10:52:48 [2021-05-03T10:52:48.639Z] #20 56.51 Setting up python3 (3.7.3-1) ...
10:52:48 [2021-05-03T10:52:48.724Z] #20 54.38 Setting up python3-wheel (0.32.3-2) ...
10:52:48 [2021-05-03T10:52:48.777Z] #43 ...
10:52:48 [2021-05-03T10:52:48.777Z] 
10:52:48 [2021-05-03T10:52:48.777Z] #38 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/bin/
10:52:48 [2021-05-03T10:52:48.777Z] #38 sha256:cfaccb0daba303f1107f27b27eb394516bed23c24ab0842871ded6cb293960a8
10:52:48 [2021-05-03T10:52:48.777Z] #38 DONE 0.0s
10:52:48 [2021-05-03T10:52:48.777Z] 
10:52:48 [2021-05-03T10:52:48.777Z] #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
10:52:48 [2021-05-03T10:52:48.777Z] #53 sha256:295136d4cb1e48d978e98030ed23992a96667859a0cd289e970f99590b30b9d2
10:52:48 [2021-05-03T10:52:48.899Z] #20 56.89 Setting up python3-wheel (0.32.3-2) ...
10:52:49 [2021-05-03T10:52:49.031Z] #20 45.77 Setting up libiptc0:arm64 (1.8.2-4) ...
10:52:49 [2021-05-03T10:52:49.031Z] #20 45.79 Setting up xz-utils (5.2.4-1) ...
10:52:49 [2021-05-03T10:52:49.031Z] #20 45.83 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
10:52:49 [2021-05-03T10:52:49.032Z] #20 45.88 Setting up sudo (1.8.27-1+deb10u3) ...
10:52:49 [2021-05-03T10:52:49.305Z] #20 46.01 invoke-rc.d: could not determine current runlevel
10:52:49 [2021-05-03T10:52:49.305Z] #20 46.03 invoke-rc.d: policy-rc.d denied execution of start.
10:52:49 [2021-05-03T10:52:49.305Z] #20 46.05 Setting up pigz (2.4-1) ...
10:52:49 [2021-05-03T10:52:49.305Z] #20 46.08 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ...
10:52:49 [2021-05-03T10:52:49.305Z] #20 46.11 Setting up libnl-3-200:arm64 (3.4.0-1) ...
10:52:49 [2021-05-03T10:52:49.582Z] #20 46.15 Setting up python-pip-whl (18.1-5) ...
10:52:49 [2021-05-03T10:52:49.582Z] #20 46.21 Setting up libmpdec2:arm64 (2.4.2-2) ...
10:52:49 [2021-05-03T10:52:49.582Z] #20 46.24 Setting up vim-runtime (2:8.1.0875-5) ...
10:52:49 [2021-05-03T10:52:49.663Z] #20 55.15 Setting up apparmor (2.13.2-10) ...
10:52:49 [2021-05-03T10:52:49.706Z] #53 ...
10:52:49 [2021-05-03T10:52:49.706Z] 
10:52:49 [2021-05-03T10:52:49.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
10:52:49 [2021-05-03T10:52:49.706Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:52:49 [2021-05-03T10:52:49.706Z] #43 147.9   CC       criu/rbtree.o
10:52:49 [2021-05-03T10:52:49.756Z] #20 57.60 Setting up apparmor (2.13.2-10) ...
10:52:49 [2021-05-03T10:52:49.962Z] #43 148.2   CC       criu/rst-malloc.o
10:52:50 [2021-05-03T10:52:50.158Z] #20 46.68 Setting up libaio1:arm64 (0.3.112-3) ...
10:52:50 [2021-05-03T10:52:50.158Z] #20 46.69 Setting up libonig5:arm64 (6.9.1-1) ...
10:52:50 [2021-05-03T10:52:50.158Z] #20 46.71 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u3) ...
10:52:50 [2021-05-03T10:52:50.158Z] #20 46.73 Setting up vim (2:8.1.0875-5) ...
10:52:50 [2021-05-03T10:52:50.158Z] #20 46.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
10:52:50 [2021-05-03T10:52:50.158Z] #20 46.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
10:52:50 [2021-05-03T10:52:50.158Z] #20 46.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
10:52:50 [2021-05-03T10:52:50.158Z] #20 46.80 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
10:52:50 [2021-05-03T10:52:50.158Z] #20 46.80 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
10:52:50 [2021-05-03T10:52:50.158Z] #20 46.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
10:52:50 [2021-05-03T10:52:50.158Z] #20 46.83 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
10:52:50 [2021-05-03T10:52:50.158Z] #20 46.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
10:52:50 [2021-05-03T10:52:50.158Z] #20 46.87 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ...
10:52:50 [2021-05-03T10:52:50.158Z] #20 46.89 Setting up thin-provisioning-tools (0.7.6-2.1) ...
10:52:50 [2021-05-03T10:52:50.158Z] #20 46.92 Setting up libnetfilter-conntrack3:arm64 (1.0.7-1) ...
10:52:50 [2021-05-03T10:52:50.158Z] #20 46.93 Setting up jq (1.5+dfsg-2+b1) ...
10:52:50 [2021-05-03T10:52:50.158Z] #20 46.95 Setting up libpython3-stdlib:arm64 (3.7.3-1) ...
10:52:50 [2021-05-03T10:52:50.158Z] #20 46.97 Setting up python3.7 (3.7.3-2+deb10u3) ...
10:52:50 [2021-05-03T10:52:50.218Z] #43 148.5   CC       criu/seccomp.o
10:52:51 [2021-05-03T10:52:51.146Z] #43 149.3   CC       criu/seize.o
10:52:51 [2021-05-03T10:52:51.572Z] #20 57.04 Setting up xfsprogs (4.20.0-1) ...
10:52:51 [2021-05-03T10:52:51.572Z] #20 57.06 Setting up python3-lib2to3 (3.7.3-1) ...
10:52:51 [2021-05-03T10:52:51.673Z] #20 59.54 Setting up xfsprogs (4.20.0-1) ...
10:52:51 [2021-05-03T10:52:51.673Z] #20 59.59 Setting up python3-lib2to3 (3.7.3-1) ...
10:52:51 [2021-05-03T10:52:51.831Z] #20 57.43 Setting up python3-pkg-resources (40.8.0-1) ...
10:52:51 [2021-05-03T10:52:51.933Z] #20 60.03 Setting up python3-pkg-resources (40.8.0-1) ...
10:52:52 [2021-05-03T10:52:52.075Z] #43 150.1   CC       criu/servicefd.o
10:52:52 [2021-05-03T10:52:52.335Z] #43 150.4   CC       criu/shmem.o
10:52:52 [2021-05-03T10:52:52.593Z] #43 ...
10:52:52 [2021-05-03T10:52:52.593Z] 
10:52:52 [2021-05-03T10:52:52.593Z] #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
10:52:52 [2021-05-03T10:52:52.593Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
10:52:52 [2021-05-03T10:52:52.593Z] #40 DONE 234.7s
10:52:52 [2021-05-03T10:52:52.714Z] #20 49.40 Setting up iptables (1.8.2-4) ...
10:52:52 [2021-05-03T10:52:52.715Z] #20 49.44 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
10:52:52 [2021-05-03T10:52:52.715Z] #20 49.45 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
10:52:52 [2021-05-03T10:52:52.715Z] #20 49.47 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
10:52:52 [2021-05-03T10:52:52.715Z] #20 49.48 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
10:52:52 [2021-05-03T10:52:52.715Z] #20 49.49 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
10:52:52 [2021-05-03T10:52:52.770Z] #20 58.37 Setting up python3-distutils (3.7.3-1) ...
10:52:52 [2021-05-03T10:52:52.850Z] 
10:52:52 [2021-05-03T10:52:52.850Z] #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
10:52:52 [2021-05-03T10:52:52.850Z] #56 sha256:f545d60addaebb7e7f1861dc856ac8b03b6dcf2543d98eb461686febf17948cb
10:52:52 [2021-05-03T10:52:52.872Z] #20 60.87 Setting up python3-distutils (3.7.3-1) ...
10:52:52 [2021-05-03T10:52:52.977Z] #20 49.50 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
10:52:52 [2021-05-03T10:52:52.977Z] #20 49.52 Setting up python3 (3.7.3-1) ...
10:52:53 [2021-05-03T10:52:53.030Z] #20 58.81 Setting up python3-setuptools (40.8.0-1) ...
10:52:53 [2021-05-03T10:52:53.390Z] #20 61.39 Setting up python3-setuptools (40.8.0-1) ...
10:52:53 [2021-05-03T10:52:53.412Z] #56 ...
10:52:53 [2021-05-03T10:52:53.412Z] 
10:52:53 [2021-05-03T10:52:53.412Z] #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
10:52:53 [2021-05-03T10:52:53.412Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:52:53 [2021-05-03T10:52:53.412Z] #43 151.6   CC       criu/sigframe.o
10:52:53 [2021-05-03T10:52:53.554Z] #20 50.21 Setting up python3-wheel (0.32.3-2) ...
10:52:53 [2021-05-03T10:52:53.669Z] #43 151.9   CC       criu/signalfd.o
10:52:54 [2021-05-03T10:52:54.231Z] #43 152.4   CC       criu/sk-inet.o
10:52:54 [2021-05-03T10:52:54.329Z] #20 62.50 Setting up python3-pip (18.1-5) ...
10:52:54 [2021-05-03T10:52:54.411Z] #20 59.98 Setting up python3-pip (18.1-5) ...
10:52:54 [2021-05-03T10:52:54.502Z] #20 51.11 Setting up apparmor (2.13.2-10) ...
10:52:54 [2021-05-03T10:52:54.794Z] #43 ...
10:52:54 [2021-05-03T10:52:54.794Z] 
10:52:54 [2021-05-03T10:52:54.794Z] #41 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/bin/
10:52:54 [2021-05-03T10:52:54.794Z] #41 sha256:bd17ceb3429fcf2cb67d8aca9edb0a9a373814fe3b75e3d149fe64e615eafbd0
10:52:54 [2021-05-03T10:52:54.794Z] #41 DONE 0.6s
10:52:54 [2021-05-03T10:52:54.794Z] 
10:52:54 [2021-05-03T10:52:54.794Z] #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
10:52:54 [2021-05-03T10:52:54.794Z] #53 sha256:295136d4cb1e48d978e98030ed23992a96667859a0cd289e970f99590b30b9d2
10:52:55 [2021-05-03T10:52:55.049Z] #53 ...
10:52:55 [2021-05-03T10:52:55.049Z] 
10:52:55 [2021-05-03T10:52:55.049Z] #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
10:52:55 [2021-05-03T10:52:55.049Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:52:55 [2021-05-03T10:52:55.049Z] #43 153.3   CC       criu/sk-netlink.o
10:52:55 [2021-05-03T10:52:55.305Z] #43 153.7   CC       criu/sk-packet.o
10:52:55 [2021-05-03T10:52:55.355Z] #20 60.97 Processing triggers for libc-bin (2.28-10) ...
10:52:55 [2021-05-03T10:52:55.355Z] #20 61.01 Processing triggers for mime-support (3.62) ...
10:52:55 [2021-05-03T10:52:55.449Z] #20 ...
10:52:55 [2021-05-03T10:52:55.449Z] 
10:52:55 [2021-05-03T10:52:55.449Z] #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
10:52:55 [2021-05-03T10:52:55.449Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
10:52:55 [2021-05-03T10:52:55.449Z] #43 89.35   CC       criu/cgroup.o
10:52:55 [2021-05-03T10:52:55.449Z] #43 91.87   CC       criu/clone-noasan.o
10:52:55 [2021-05-03T10:52:55.449Z] #43 92.09   CC       criu/config.o
10:52:55 [2021-05-03T10:52:55.449Z] #43 93.26   CC       criu/cr-check.o
10:52:55 [2021-05-03T10:52:55.449Z] #43 94.73   CC       criu/cr-dedup.o
10:52:55 [2021-05-03T10:52:55.449Z] #43 95.23   CC       criu/cr-dump.o
10:52:55 [2021-05-03T10:52:55.449Z] #43 97.49   CC       criu/cr-errno.o
10:52:55 [2021-05-03T10:52:55.449Z] #43 97.61   CC       criu/cr-restore.o
10:52:55 [2021-05-03T10:52:55.615Z] #20 DONE 61.3s
10:52:55 [2021-05-03T10:52:55.615Z] 
10:52:55 [2021-05-03T10:52:55.615Z] #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
10:52:55 [2021-05-03T10:52:55.615Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b
10:52:55 [2021-05-03T10:52:55.710Z] #20 63.58 Processing triggers for libc-bin (2.28-10) ...
10:52:55 [2021-05-03T10:52:55.710Z] #20 63.61 Processing triggers for mime-support (3.62) ...
10:52:56 [2021-05-03T10:52:56.233Z] #43 154.2   CC       criu/sk-queue.o
10:52:56 [2021-05-03T10:52:56.402Z] #43 ...
10:52:56 [2021-05-03T10:52:56.402Z] 
10:52:56 [2021-05-03T10:52:56.402Z] #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
10:52:56 [2021-05-03T10:52:56.402Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379
10:52:56 [2021-05-03T10:52:56.489Z] #43 ...
10:52:56 [2021-05-03T10:52:56.489Z] 
10:52:56 [2021-05-03T10:52:56.489Z] #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
10:52:56 [2021-05-03T10:52:56.489Z] #49 sha256:bb9a44ada7999bf3a3dfd509e3782559d4eedc16639da928020de7d918d7609c
10:52:56 [2021-05-03T10:52:56.489Z] #49 238.3 + /build/golangci-lint --version
10:52:56 [2021-05-03T10:52:56.489Z] #49 238.6 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
10:52:56 [2021-05-03T10:52:56.489Z] #49 DONE 238.9s
10:52:56 [2021-05-03T10:52:56.489Z] 
10:52:56 [2021-05-03T10:52:56.489Z] #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
10:52:56 [2021-05-03T10:52:56.489Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:52:56 [2021-05-03T10:52:56.489Z] #43 154.6   CC       criu/sk-tcp.o
10:52:56 [2021-05-03T10:52:56.658Z] #20 DONE 64.5s
10:52:56 [2021-05-03T10:52:56.659Z] 
10:52:56 [2021-05-03T10:52:56.659Z] #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
10:52:56 [2021-05-03T10:52:56.659Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b
10:52:56 [2021-05-03T10:52:56.665Z] #20 53.14 Setting up xfsprogs (4.20.0-1) ...
10:52:56 [2021-05-03T10:52:56.665Z] #20 53.16 Setting up python3-lib2to3 (3.7.3-1) ...
10:52:56 [2021-05-03T10:52:56.927Z] #20 53.56 Setting up python3-pkg-resources (40.8.0-1) ...
10:52:57 [2021-05-03T10:52:57.052Z] #43 155.2   CC       criu/sk-unix.o
10:52:57 [2021-05-03T10:52:57.523Z] #21 1.704 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
10:52:57 [2021-05-03T10:52:57.523Z] #21 1.707 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
10:52:57 [2021-05-03T10:52:57.523Z] #21 1.711 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
10:52:57 [2021-05-03T10:52:57.523Z] #21 DONE 1.8s
10:52:57 [2021-05-03T10:52:57.523Z] 
10:52:57 [2021-05-03T10:52:57.523Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
10:52:57 [2021-05-03T10:52:57.523Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4
10:52:57 [2021-05-03T10:52:57.608Z] #21 1.051 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
10:52:57 [2021-05-03T10:52:57.608Z] #21 1.055 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
10:52:57 [2021-05-03T10:52:57.608Z] #21 1.061 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
10:52:57 [2021-05-03T10:52:57.608Z] #21 DONE 1.1s
10:52:57 [2021-05-03T10:52:57.608Z] 
10:52:57 [2021-05-03T10:52:57.608Z] #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
10:52:57 [2021-05-03T10:52:57.608Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
10:52:57 [2021-05-03T10:52:57.608Z] #40 197.1 + dpkg --print-architecture
10:52:57 [2021-05-03T10:52:57.608Z] #40 197.1 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
10:52:57 [2021-05-03T10:52:57.608Z] #40 197.5 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
10:52:57 [2021-05-03T10:52:57.608Z] #40 197.5 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
10:52:57 [2021-05-03T10:52:57.608Z] #40 ...
10:52:57 [2021-05-03T10:52:57.608Z] 
10:52:57 [2021-05-03T10:52:57.608Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
10:52:57 [2021-05-03T10:52:57.608Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4
10:52:58 [2021-05-03T10:52:58.320Z] #20 54.73 Setting up python3-distutils (3.7.3-1) ...
10:52:58 [2021-05-03T10:52:58.463Z] #22 ...
10:52:58 [2021-05-03T10:52:58.463Z] 
10:52:58 [2021-05-03T10:52:58.463Z] #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
10:52:58 [2021-05-03T10:52:58.463Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:52:58 [2021-05-03T10:52:58.463Z] #43 128.8   CC       criu/namespaces.o
10:52:58 [2021-05-03T10:52:58.463Z] #43 130.8   CC       criu/net.o
10:52:58 [2021-05-03T10:52:58.463Z] #43 134.4   CC       criu/netfilter.o
10:52:58 [2021-05-03T10:52:58.463Z] #43 134.9   CC       criu/page-pipe.o
10:52:58 [2021-05-03T10:52:58.463Z] #43 135.6   CC       criu/page-xfer.o
10:52:58 [2021-05-03T10:52:58.463Z] #43 137.5   CC       criu/pagemap-cache.o
10:52:58 [2021-05-03T10:52:58.463Z] #43 138.0   CC       criu/pagemap.o
10:52:58 [2021-05-03T10:52:58.583Z] #20 55.29 Setting up python3-setuptools (40.8.0-1) ...
10:52:58 [2021-05-03T10:52:58.722Z] #43 139.2   CC       criu/parasite-syscall.o
10:52:58 [2021-05-03T10:52:58.943Z] #43 157.0   CC       criu/sockets.o
10:52:59 [2021-05-03T10:52:59.199Z] #43 157.5   CC       criu/stats.o
10:52:59 [2021-05-03T10:52:59.456Z] #43 157.7   CC       criu/string.o
10:52:59 [2021-05-03T10:52:59.456Z] #43 157.8   CC       criu/sysctl.o
10:52:59 [2021-05-03T10:52:59.662Z] #43 140.1   CC       criu/path.o
10:52:59 [2021-05-03T10:52:59.922Z] #43 140.5   CC       criu/pie-util-vdso-elf32.o
10:52:59 [2021-05-03T10:52:59.976Z] #20 56.37 Setting up python3-pip (18.1-5) ...
10:53:00 [2021-05-03T10:53:00.018Z] #43 158.3   CC       criu/sysfs_parse.o
10:53:00 [2021-05-03T10:53:00.150Z] #22 ...
10:53:00 [2021-05-03T10:53:00.150Z] 
10:53:00 [2021-05-03T10:53:00.150Z] #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
10:53:00 [2021-05-03T10:53:00.150Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:53:00 [2021-05-03T10:53:00.150Z] #43 118.6   CC       criu/irmap.o
10:53:00 [2021-05-03T10:53:00.150Z] #43 119.3   CC       criu/kcmp-ids.o
10:53:00 [2021-05-03T10:53:00.150Z] #43 119.6   CC       criu/kerndat.o
10:53:00 [2021-05-03T10:53:00.150Z] #43 120.9   CC       criu/libnetlink.o
10:53:00 [2021-05-03T10:53:00.150Z] #43 121.2   CC       criu/log.o
10:53:00 [2021-05-03T10:53:00.150Z] #43 121.8   CC       criu/lsm.o
10:53:00 [2021-05-03T10:53:00.150Z] #43 122.3   CC       criu/mem.o
10:53:00 [2021-05-03T10:53:00.150Z] #43 124.0   CC       criu/memfd.o
10:53:00 [2021-05-03T10:53:00.150Z] #43 124.7   CC       criu/mount.o
10:53:00 [2021-05-03T10:53:00.324Z] #43 158.6   CC       criu/timens.o
10:53:00 [2021-05-03T10:53:00.491Z] #43 141.1   CC       criu/pie-util-vdso.o
10:53:00 [2021-05-03T10:53:00.581Z] #43 158.8   CC       criu/timerfd.o
10:53:00 [2021-05-03T10:53:00.719Z] #43 129.5   CC       criu/namespaces.o
10:53:00 [2021-05-03T10:53:00.840Z] #43 159.1   CC       criu/tty.o
10:53:00 [2021-05-03T10:53:00.925Z] #20 57.64 Processing triggers for libc-bin (2.28-10) ...
10:53:00 [2021-05-03T10:53:00.925Z] #20 57.69 Processing triggers for mime-support (3.62) ...
10:53:01 [2021-05-03T10:53:01.061Z] #43 141.6   CC       criu/pie-util.o
10:53:01 [2021-05-03T10:53:01.061Z] #43 141.8   CC       criu/pipes.o
10:53:02 [2021-05-03T10:53:02.000Z] #43 142.5   CC       criu/plugin.o
10:53:02 [2021-05-03T10:53:02.228Z] #43 160.2   CC       criu/tun.o
10:53:02 [2021-05-03T10:53:02.228Z] #43 160.5   CC       criu/uffd.o
10:53:02 [2021-05-03T10:53:02.260Z] #43 142.9   CC       criu/proc_parse.o
10:53:02 [2021-05-03T10:53:02.627Z] #43 ...
10:53:02 [2021-05-03T10:53:02.627Z] 
10:53:02 [2021-05-03T10:53:02.627Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
10:53:02 [2021-05-03T10:53:02.627Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4
10:53:02 [2021-05-03T10:53:02.627Z] #22 4.985 Collecting yamllint==1.26.1
10:53:03 [2021-05-03T10:53:03.155Z] #43 161.3   CC       criu/util.o
10:53:03 [2021-05-03T10:53:03.641Z] #43 ...
10:53:03 [2021-05-03T10:53:03.641Z] 
10:53:03 [2021-05-03T10:53:03.641Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
10:53:03 [2021-05-03T10:53:03.641Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4
10:53:03 [2021-05-03T10:53:03.641Z] #22 5.983 Collecting yamllint==1.26.1
10:53:03 [2021-05-03T10:53:03.718Z] #43 162.1   CC       criu/uts_ns.o
10:53:03 [2021-05-03T10:53:03.732Z] #20 DONE 60.0s
10:53:03 [2021-05-03T10:53:03.732Z] 
10:53:03 [2021-05-03T10:53:03.732Z] #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
10:53:03 [2021-05-03T10:53:03.732Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
10:53:03 [2021-05-03T10:53:03.732Z] #43 101.8   CC       criu/cr-service.o
10:53:03 [2021-05-03T10:53:03.732Z] #43 103.7   CC       criu/crtools.o
10:53:03 [2021-05-03T10:53:03.732Z] #43 104.2   CC       criu/eventfd.o
10:53:03 [2021-05-03T10:53:03.732Z] #43 104.6   CC       criu/eventpoll.o
10:53:03 [2021-05-03T10:53:03.732Z] #43 105.4   CC       criu/external.o
10:53:03 [2021-05-03T10:53:03.732Z] #43 105.8   CC       criu/fault-injection.o
10:53:03 [2021-05-03T10:53:03.732Z] #43 105.8   CC       criu/fdstore.o
10:53:03 [2021-05-03T10:53:03.732Z] #43 106.3   CC       criu/fifo.o
10:53:03 [2021-05-03T10:53:03.732Z] #43 106.7   CC       criu/file-ids.o
10:53:03 [2021-05-03T10:53:03.732Z] #43 107.0   CC       criu/file-lock.o
10:53:04 [2021-05-03T10:53:04.004Z] #43 107.9   CC       criu/files-ext.o
10:53:04 [2021-05-03T10:53:04.015Z] #43 162.3   CC       criu/vdso-compat.o
10:53:04 [2021-05-03T10:53:04.272Z] #43 162.4   CC       criu/vdso.o
10:53:04 [2021-05-03T10:53:04.578Z] #43 108.3   CC       criu/files-reg.o
10:53:04 [2021-05-03T10:53:04.838Z] #43 162.9   LINK     criu/built-in.o
10:53:04 [2021-05-03T10:53:04.838Z] #43 163.0   LINK     criu/criu
10:53:05 [2021-05-03T10:53:05.096Z] #43 163.2   DEP      lib/c/criu.d
10:53:05 [2021-05-03T10:53:05.096Z] #43 163.3   CC       images/rpc.pb-c.o
10:53:05 [2021-05-03T10:53:05.662Z] #43 163.7   CC       lib/c/criu.o
10:53:05 [2021-05-03T10:53:05.969Z] #43 ...
10:53:05 [2021-05-03T10:53:05.969Z] 
10:53:05 [2021-05-03T10:53:05.969Z] #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
10:53:05 [2021-05-03T10:53:05.969Z] #21 sha256:3a04c6fdd7ef5872a267faf8a5f2edcdb730aaf9dae03f62142eed23000d4fab
10:53:05 [2021-05-03T10:53:05.969Z] #21 1.348 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
10:53:05 [2021-05-03T10:53:05.969Z] #21 1.354 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
10:53:05 [2021-05-03T10:53:05.969Z] #21 1.360 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
10:53:06 [2021-05-03T10:53:06.086Z] #56 227.7 + bin/containerd-stress
10:53:06 [2021-05-03T10:53:06.086Z] #56 229.7 + bin/containerd-shim
10:53:06 [2021-05-03T10:53:06.225Z] #43 164.4   LINK     lib/c/built-in.o
10:53:06 [2021-05-03T10:53:06.225Z] #43 164.4   LINK     lib/c/libcriu.so
10:53:06 [2021-05-03T10:53:06.225Z] #43 164.4   LINK     lib/c/libcriu.a
10:53:06 [2021-05-03T10:53:06.225Z] #43 164.5   GEN      magic.py
10:53:06 [2021-05-03T10:53:06.232Z] #21 DONE 2.9s
10:53:06 [2021-05-03T10:53:06.232Z] 
10:53:06 [2021-05-03T10:53:06.232Z] #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
10:53:06 [2021-05-03T10:53:06.232Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
10:53:06 [2021-05-03T10:53:06.232Z] #43 110.1   CC       criu/files.o
10:53:06 [2021-05-03T10:53:06.481Z] #43 164.6 Note: Building without setproctitle() and strlcpy() support.
10:53:06 [2021-05-03T10:53:06.481Z] #43 164.6       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
10:53:06 [2021-05-03T10:53:06.481Z] #43 164.6 Note: Building without GnuTLS support
10:53:06 [2021-05-03T10:53:06.481Z] #43 164.6 Makefile.config:39: Warn: you have no libnftables installed
10:53:06 [2021-05-03T10:53:06.481Z] #43 164.6 Makefile.config:40: Warn: Building without nftables support
10:53:07 [2021-05-03T10:53:07.044Z] #43 165.3 fatal: not a git repository (or any of the parent directories): .git
10:53:07 [2021-05-03T10:53:07.607Z] #43 165.8 make[1]: Nothing to be done for 'all'.
10:53:07 [2021-05-03T10:53:07.625Z] #43 ...
10:53:07 [2021-05-03T10:53:07.625Z] 
10:53:07 [2021-05-03T10:53:07.625Z] #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
10:53:07 [2021-05-03T10:53:07.625Z] #49 sha256:747d26d790ba66456381a333c10940d14d243aaa8678d192bf4c47c5deeb0da8
10:53:07 [2021-05-03T10:53:07.625Z] #49 173.8 + /build/golangci-lint --version
10:53:07 [2021-05-03T10:53:07.625Z] #49 174.3 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
10:53:07 [2021-05-03T10:53:07.625Z] #49 DONE 174.7s
10:53:07 [2021-05-03T10:53:07.625Z] 
10:53:07 [2021-05-03T10:53:07.625Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
10:53:07 [2021-05-03T10:53:07.625Z] #22 sha256:828ffd8e1dc815641f30bb5bb583e958b4c6e9831dc05d10effd12fa54d04780
10:53:07 [2021-05-03T10:53:07.893Z] #22 ...
10:53:07 [2021-05-03T10:53:07.893Z] 
10:53:07 [2021-05-03T10:53:07.893Z] #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
10:53:07 [2021-05-03T10:53:07.893Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
10:53:07 [2021-05-03T10:53:07.893Z] #40 DONE 216.6s
10:53:07 [2021-05-03T10:53:07.915Z] #22 10.40   Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB)
10:53:08 [2021-05-03T10:53:08.162Z] 
10:53:08 [2021-05-03T10:53:08.162Z] #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
10:53:08 [2021-05-03T10:53:08.162Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:53:08 [2021-05-03T10:53:08.162Z] #43 145.5   CC       criu/protobuf-desc.o
10:53:08 [2021-05-03T10:53:08.162Z] #43 146.4   CC       criu/protobuf.o
10:53:08 [2021-05-03T10:53:08.162Z] #43 146.9   CC       criu/pstree.o
10:53:08 [2021-05-03T10:53:08.162Z] #43 148.1   CC       criu/rbtree.o
10:53:08 [2021-05-03T10:53:08.162Z] #43 148.4   CC       criu/rst-malloc.o
10:53:08 [2021-05-03T10:53:08.162Z] #43 148.7   CC       criu/seccomp.o
10:53:08 [2021-05-03T10:53:08.170Z] #43 166.4 make[1]: 'images/built-in.o' is up to date.
10:53:08 [2021-05-03T10:53:08.170Z] #43 166.4 make[1]: 'compel/plugins/std.lib.a' is up to date.
10:53:08 [2021-05-03T10:53:08.170Z] #43 166.4 make[1]: 'compel/plugins/fds.lib.a' is up to date.
10:53:08 [2021-05-03T10:53:08.170Z] #43 166.5 make[1]: 'compel/libcompel.a' is up to date.
10:53:08 [2021-05-03T10:53:08.170Z] #43 166.5 make[1]: 'compel/compel-host-bin' is up to date.
10:53:08 [2021-05-03T10:53:08.170Z] #43 166.5 make[1]: Nothing to be done for 'all'.
10:53:08 [2021-05-03T10:53:08.170Z] #43 166.5 make[1]: 'soccr/libsoccr.a' is up to date.
10:53:08 [2021-05-03T10:53:08.469Z] #43 166.6 make[2]: Nothing to be done for 'all'.
10:53:08 [2021-05-03T10:53:08.469Z] #43 166.7 make[2]: Nothing to be done for 'all'.
10:53:08 [2021-05-03T10:53:08.469Z] #43 166.7 make[2]: Nothing to be done for 'all'.
10:53:08 [2021-05-03T10:53:08.726Z] #43 166.8 make[2]: Nothing to be done for 'all'.
10:53:08 [2021-05-03T10:53:08.726Z] #43 166.8 make[2]: Nothing to be done for 'all'.
10:53:08 [2021-05-03T10:53:08.726Z] #43 166.9 make[2]: Nothing to be done for 'all'.
10:53:08 [2021-05-03T10:53:08.726Z] #43 166.9 make[2]: Nothing to be done for 'all'.
10:53:08 [2021-05-03T10:53:08.726Z] #43 167.0 make[2]: Nothing to be done for 'all'.
10:53:08 [2021-05-03T10:53:08.726Z] #43 167.0   INSTALL  criu/criu
10:53:08 [2021-05-03T10:53:08.984Z] #43 DONE 167.2s
10:53:08 [2021-05-03T10:53:08.984Z] 
10:53:08 [2021-05-03T10:53:08.984Z] #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
10:53:08 [2021-05-03T10:53:08.984Z] #53 sha256:295136d4cb1e48d978e98030ed23992a96667859a0cd289e970f99590b30b9d2
10:53:09 [2021-05-03T10:53:09.102Z] #43 149.6   CC       criu/seize.o
10:53:09 [2021-05-03T10:53:09.296Z] #22 11.64 Collecting pathspec>=0.5.3 (from yamllint==1.26.1)
10:53:09 [2021-05-03T10:53:09.296Z] #22 11.69   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
10:53:09 [2021-05-03T10:53:09.296Z] #22 11.74 Collecting pyyaml (from yamllint==1.26.1)
10:53:09 [2021-05-03T10:53:09.555Z] #22 11.95   Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB)
10:53:09 [2021-05-03T10:53:09.815Z] #22 12.30 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0)
10:53:09 [2021-05-03T10:53:09.815Z] #22 12.30 Building wheels for collected packages: yamllint
10:53:09 [2021-05-03T10:53:09.815Z] #22 12.31   Running setup.py bdist_wheel for yamllint: started
10:53:09 [2021-05-03T10:53:09.927Z] #53 ...
10:53:09 [2021-05-03T10:53:09.927Z] 
10:53:09 [2021-05-03T10:53:09.927Z] #44 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
10:53:09 [2021-05-03T10:53:09.927Z] #44 sha256:50d9571251cbe90244419f625aa6592540096d7f7ee49f2b73fd5884d980fa8e
10:53:10 [2021-05-03T10:53:10.189Z] 4612f6d0b889: Pull complete
10:53:10 [2021-05-03T10:53:10.196Z] #44 DONE 0.1s
10:53:10 [2021-05-03T10:53:10.196Z] 
10:53:10 [2021-05-03T10:53:10.196Z] #46 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/bin/
10:53:10 [2021-05-03T10:53:10.196Z] #46 sha256:ec2cd3c3d48626d5fc4c65f12c4ad62efce52169a2e2fac2cbd32d37b078ee86
10:53:10 [2021-05-03T10:53:10.196Z] #46 DONE 0.1s
10:53:10 [2021-05-03T10:53:10.196Z] 
10:53:10 [2021-05-03T10:53:10.196Z] #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
10:53:10 [2021-05-03T10:53:10.196Z] #53 sha256:295136d4cb1e48d978e98030ed23992a96667859a0cd289e970f99590b30b9d2
10:53:10 [2021-05-03T10:53:10.196Z] #53 ...
10:53:10 [2021-05-03T10:53:10.196Z] 
10:53:10 [2021-05-03T10:53:10.196Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/bin/
10:53:10 [2021-05-03T10:53:10.196Z] #48 sha256:9e7a084550040301ce2f3c24014c4a5bed2b433c9278e1ed60b9a384dc5a1bc2
10:53:10 [2021-05-03T10:53:10.196Z] #48 DONE 0.1s
10:53:10 [2021-05-03T10:53:10.196Z] 
10:53:10 [2021-05-03T10:53:10.196Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/
10:53:10 [2021-05-03T10:53:10.196Z] #50 sha256:72590b944717e857dc7ead5519a2dc9b5b17092b0fc58484fd7c6c63cce0568c
10:53:10 [2021-05-03T10:53:10.453Z] #50 DONE 0.1s
10:53:10 [2021-05-03T10:53:10.453Z] 
10:53:10 [2021-05-03T10:53:10.453Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/bin/
10:53:10 [2021-05-03T10:53:10.453Z] #52 sha256:169b49ae25083849a6bd392b19006431a8ecf045769ad6a3d456cfd9c0c1751e
10:53:10 [2021-05-03T10:53:10.453Z] #52 DONE 0.0s
10:53:10 [2021-05-03T10:53:10.453Z] 
10:53:10 [2021-05-03T10:53:10.453Z] #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
10:53:10 [2021-05-03T10:53:10.453Z] #53 sha256:295136d4cb1e48d978e98030ed23992a96667859a0cd289e970f99590b30b9d2
10:53:10 [2021-05-03T10:53:10.479Z] #43 150.7   CC       criu/servicefd.o
10:53:10 [2021-05-03T10:53:10.738Z] #43 151.2   CC       criu/shmem.o
10:53:10 [2021-05-03T10:53:10.997Z] #43 ...
10:53:10 [2021-05-03T10:53:10.997Z] 
10:53:10 [2021-05-03T10:53:10.997Z] #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
10:53:10 [2021-05-03T10:53:10.997Z] #49 sha256:83716a12778e80b04746817decbf1060e77c2bc9a043a1a4b46e748b30c45354
10:53:10 [2021-05-03T10:53:10.997Z] #49 220.0 + /build/golangci-lint --version
10:53:11 [2021-05-03T10:53:11.194Z] #22 13.42   Running setup.py bdist_wheel for yamllint: finished with status 'done'
10:53:11 [2021-05-03T10:53:11.194Z] #22 13.42   Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627
10:53:11 [2021-05-03T10:53:11.194Z] #22 13.47 Successfully built yamllint
10:53:11 [2021-05-03T10:53:11.194Z] #22 13.49 Installing collected packages: pathspec, pyyaml, yamllint
10:53:11 [2021-05-03T10:53:11.257Z] #49 220.5 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
10:53:11 [2021-05-03T10:53:11.454Z] #22 13.87 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1
10:53:11 [2021-05-03T10:53:11.516Z] #49 DONE 220.8s
10:53:11 [2021-05-03T10:53:11.516Z] 
10:53:11 [2021-05-03T10:53:11.516Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
10:53:11 [2021-05-03T10:53:11.516Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4
10:53:11 [2021-05-03T10:53:11.516Z] #22 11.35   Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB)
10:53:11 [2021-05-03T10:53:11.516Z] #22 12.53 Collecting pathspec>=0.5.3 (from yamllint==1.26.1)
10:53:11 [2021-05-03T10:53:11.516Z] #22 12.55   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
10:53:11 [2021-05-03T10:53:11.516Z] #22 12.72 Collecting pyyaml (from yamllint==1.26.1)
10:53:11 [2021-05-03T10:53:11.516Z] #22 12.87   Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB)
10:53:11 [2021-05-03T10:53:11.516Z] #22 13.16 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0)
10:53:11 [2021-05-03T10:53:11.516Z] #22 13.16 Building wheels for collected packages: yamllint
10:53:11 [2021-05-03T10:53:11.516Z] #22 13.16   Running setup.py bdist_wheel for yamllint: started
10:53:11 [2021-05-03T10:53:11.775Z] #22 14.34   Running setup.py bdist_wheel for yamllint: finished with status 'done'
10:53:11 [2021-05-03T10:53:11.775Z] #22 14.34   Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627
10:53:11 [2021-05-03T10:53:11.775Z] #22 14.41 Successfully built yamllint
10:53:11 [2021-05-03T10:53:11.775Z] #22 14.42 Installing collected packages: pathspec, pyyaml, yamllint
10:53:11 [2021-05-03T10:53:11.857Z] #22 5.308 Collecting yamllint==1.26.1
10:53:12 [2021-05-03T10:53:12.023Z] #22 DONE 14.3s
10:53:12 [2021-05-03T10:53:12.023Z] 
10:53:12 [2021-05-03T10:53:12.023Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/cli
10:53:12 [2021-05-03T10:53:12.023Z] #25 sha256:363434ced5ca242977f7c4ff299c94564cc95e31f220b1e5332a70383ff25927
10:53:12 [2021-05-03T10:53:12.283Z] #25 DONE 0.3s
10:53:12 [2021-05-03T10:53:12.283Z] 
10:53:12 [2021-05-03T10:53:12.283Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
10:53:12 [2021-05-03T10:53:12.283Z] #30 sha256:501ae40dbc91d3542aa903a94b46147f6337a68eaebb8b0c9f04365403a61b2e
10:53:12 [2021-05-03T10:53:12.343Z] #22 14.80 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1
10:53:12 [2021-05-03T10:53:12.435Z] #22 ...
10:53:12 [2021-05-03T10:53:12.435Z] 
10:53:12 [2021-05-03T10:53:12.435Z] #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
10:53:12 [2021-05-03T10:53:12.435Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
10:53:12 [2021-05-03T10:53:12.435Z] #43 112.1   CC       criu/filesystems.o
10:53:12 [2021-05-03T10:53:12.435Z] #43 113.1   CC       criu/fsnotify.o
10:53:12 [2021-05-03T10:53:12.435Z] #43 114.4   CC       criu/image-desc.o
10:53:12 [2021-05-03T10:53:12.435Z] #43 114.6   CC       criu/image.o
10:53:12 [2021-05-03T10:53:12.435Z] #43 115.6   CC       criu/ipc_ns.o
10:53:12 [2021-05-03T10:53:12.602Z] #22 DONE 15.1s
10:53:12 [2021-05-03T10:53:12.602Z] 
10:53:12 [2021-05-03T10:53:12.602Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/cli
10:53:12 [2021-05-03T10:53:12.602Z] #25 sha256:9591cab0c6dc544f6169fb19fa924bd5f6213c576e9e118792c80a490111d0e8
10:53:12 [2021-05-03T10:53:12.673Z] #56 236.5 + bin/containerd-shim-runc-v1
10:53:12 [2021-05-03T10:53:12.698Z] #43 116.5   CC       criu/irmap.o
10:53:12 [2021-05-03T10:53:12.853Z] #30 ...
10:53:12 [2021-05-03T10:53:12.853Z] 
10:53:12 [2021-05-03T10:53:12.853Z] #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
10:53:12 [2021-05-03T10:53:12.853Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:53:12 [2021-05-03T10:53:12.853Z] #43 131.5   CC       criu/net.o
10:53:12 [2021-05-03T10:53:12.853Z] #43 134.4   CC       criu/netfilter.o
10:53:12 [2021-05-03T10:53:12.853Z] #43 134.7   CC       criu/page-pipe.o
10:53:12 [2021-05-03T10:53:12.853Z] #43 135.3   CC       criu/page-xfer.o
10:53:12 [2021-05-03T10:53:12.853Z] #43 136.7   CC       criu/pagemap-cache.o
10:53:12 [2021-05-03T10:53:12.853Z] #43 137.0   CC       criu/pagemap.o
10:53:12 [2021-05-03T10:53:12.853Z] #43 138.1   CC       criu/parasite-syscall.o
10:53:12 [2021-05-03T10:53:12.853Z] #43 139.2   CC       criu/path.o
10:53:12 [2021-05-03T10:53:12.853Z] #43 139.5   CC       criu/pie-util-vdso-elf32.o
10:53:12 [2021-05-03T10:53:12.853Z] #43 140.0   CC       criu/pie-util-vdso.o
10:53:12 [2021-05-03T10:53:12.853Z] #43 140.6   CC       criu/pie-util.o
10:53:12 [2021-05-03T10:53:12.853Z] #43 141.0   CC       criu/pipes.o
10:53:13 [2021-05-03T10:53:13.113Z] #43 142.0   CC       criu/plugin.o
10:53:13 [2021-05-03T10:53:13.170Z] #25 DONE 0.4s
10:53:13 [2021-05-03T10:53:13.170Z] 
10:53:13 [2021-05-03T10:53:13.170Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
10:53:13 [2021-05-03T10:53:13.170Z] #30 sha256:4c62e704837287362537f00d6eb66250cd3920b869126b63f1ab80f50dc8cf25
10:53:13 [2021-05-03T10:53:13.274Z] #43 117.1   CC       criu/kcmp-ids.o
10:53:13 [2021-05-03T10:53:13.536Z] #43 117.4   CC       criu/kerndat.o
10:53:13 [2021-05-03T10:53:13.681Z] #43 142.4   CC       criu/proc_parse.o
10:53:14 [2021-05-03T10:53:14.484Z] #43 118.3   CC       criu/libnetlink.o
10:53:14 [2021-05-03T10:53:14.746Z] #43 118.6   CC       criu/log.o
10:53:15 [2021-05-03T10:53:15.321Z] #43 119.1   CC       criu/lsm.o
10:53:15 [2021-05-03T10:53:15.583Z] #43 119.5   CC       criu/mem.o
10:53:16 [2021-05-03T10:53:16.219Z] #43 144.6   CC       criu/protobuf-desc.o
10:53:16 [2021-05-03T10:53:16.479Z] #43 145.2   CC       criu/protobuf.o
10:53:16 [2021-05-03T10:53:16.479Z] #43 145.4   CC       criu/pstree.o
10:53:16 [2021-05-03T10:53:16.739Z] #43 ...
10:53:16 [2021-05-03T10:53:16.739Z] 
10:53:16 [2021-05-03T10:53:16.739Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
10:53:16 [2021-05-03T10:53:16.739Z] #30 sha256:501ae40dbc91d3542aa903a94b46147f6337a68eaebb8b0c9f04365403a61b2e
10:53:16 [2021-05-03T10:53:16.739Z] #30 DONE 4.6s
10:53:16 [2021-05-03T10:53:16.875Z] #56 241.0 + bin/containerd-shim-runc-v2
10:53:16 [2021-05-03T10:53:16.976Z] #43 ...
10:53:16 [2021-05-03T10:53:16.976Z] 
10:53:16 [2021-05-03T10:53:16.976Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
10:53:16 [2021-05-03T10:53:16.976Z] #22 sha256:828ffd8e1dc815641f30bb5bb583e958b4c6e9831dc05d10effd12fa54d04780
10:53:16 [2021-05-03T10:53:16.976Z] #22 10.75   Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB)
10:53:16 [2021-05-03T10:53:16.993Z] #53 ...
10:53:16 [2021-05-03T10:53:16.993Z] 
10:53:16 [2021-05-03T10:53:16.993Z] #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
10:53:16 [2021-05-03T10:53:16.993Z] #56 sha256:f545d60addaebb7e7f1861dc856ac8b03b6dcf2543d98eb461686febf17948cb
10:53:16 [2021-05-03T10:53:16.993Z] #56 197.6 + bin/containerd
10:53:16 [2021-05-03T10:53:16.998Z] 
10:53:16 [2021-05-03T10:53:16.998Z] #33 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/bin/
10:53:16 [2021-05-03T10:53:16.999Z] #33 sha256:aa4a52b8afc9e1f42ba4856994fdb5f4dac8f4e754e974036c109f4cde989758
10:53:17 [2021-05-03T10:53:17.568Z] #33 DONE 0.5s
10:53:17 [2021-05-03T10:53:17.568Z] 
10:53:17 [2021-05-03T10:53:17.568Z] #35 [dev-systemd-false 13/26] COPY --from=tomll         /build/ /usr/local/bin/
10:53:17 [2021-05-03T10:53:17.568Z] #35 sha256:fc6bbbd6b8d621504ee855ab30f3fc595ac869424366e3263926e8809b2d375b
10:53:17 [2021-05-03T10:53:17.568Z] #35 DONE 0.1s
10:53:17 [2021-05-03T10:53:17.568Z] 
10:53:17 [2021-05-03T10:53:17.568Z] #38 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/bin/
10:53:17 [2021-05-03T10:53:17.568Z] #38 sha256:0f5b3ffd40ac98ffb3a067642841a027d149dfab160e82203ac34a09ae2b425c
10:53:17 [2021-05-03T10:53:17.568Z] #38 DONE 0.1s
10:53:17 [2021-05-03T10:53:17.568Z] 
10:53:17 [2021-05-03T10:53:17.568Z] #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
10:53:17 [2021-05-03T10:53:17.568Z] #49 sha256:0645f72c0a46020b1c6de062066eb84a6ca75ff61a3a4b44b89cf13fbbe0d20c
10:53:17 [2021-05-03T10:53:17.828Z] #49 ...
10:53:17 [2021-05-03T10:53:17.828Z] 
10:53:17 [2021-05-03T10:53:17.828Z] #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
10:53:17 [2021-05-03T10:53:17.828Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:53:17 [2021-05-03T10:53:17.828Z] #43 146.6   CC       criu/rbtree.o
10:53:18 [2021-05-03T10:53:18.087Z] #43 146.8   CC       criu/rst-malloc.o
10:53:18 [2021-05-03T10:53:18.257Z] #56 242.0 + binaries
10:53:18 [2021-05-03T10:53:18.257Z] #56 242.0 + install -D bin/containerd /build/containerd
10:53:18 [2021-05-03T10:53:18.257Z] #56 242.1 + install -D bin/containerd-shim /build/containerd-shim
10:53:18 [2021-05-03T10:53:18.257Z] #56 242.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
10:53:18 [2021-05-03T10:53:18.257Z] #56 242.1 + install -D bin/ctr /build/ctr
10:53:18 [2021-05-03T10:53:18.367Z] #22 11.87 Collecting pathspec>=0.5.3 (from yamllint==1.26.1)
10:53:18 [2021-05-03T10:53:18.368Z] #22 11.95   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
10:53:18 [2021-05-03T10:53:18.368Z] #22 12.02 Collecting pyyaml (from yamllint==1.26.1)
10:53:18 [2021-05-03T10:53:18.444Z] #30 ...
10:53:18 [2021-05-03T10:53:18.444Z] 
10:53:18 [2021-05-03T10:53:18.444Z] #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
10:53:18 [2021-05-03T10:53:18.444Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:53:18 [2021-05-03T10:53:18.444Z] #43 152.3   CC       criu/sigframe.o
10:53:18 [2021-05-03T10:53:18.444Z] #43 152.5   CC       criu/signalfd.o
10:53:18 [2021-05-03T10:53:18.444Z] #43 152.8   CC       criu/sk-inet.o
10:53:18 [2021-05-03T10:53:18.444Z] #43 153.7   CC       criu/sk-netlink.o
10:53:18 [2021-05-03T10:53:18.444Z] #43 154.0   CC       criu/sk-packet.o
10:53:18 [2021-05-03T10:53:18.444Z] #43 154.5   CC       criu/sk-queue.o
10:53:18 [2021-05-03T10:53:18.444Z] #43 154.9   CC       criu/sk-tcp.o
10:53:18 [2021-05-03T10:53:18.444Z] #43 155.4   CC       criu/sk-unix.o
10:53:18 [2021-05-03T10:53:18.444Z] #43 156.8   CC       criu/sockets.o
10:53:18 [2021-05-03T10:53:18.444Z] #43 157.4   CC       criu/stats.o
10:53:18 [2021-05-03T10:53:18.444Z] #43 157.6   CC       criu/string.o
10:53:18 [2021-05-03T10:53:18.444Z] #43 157.7   CC       criu/sysctl.o
10:53:18 [2021-05-03T10:53:18.444Z] #43 158.3   CC       criu/sysfs_parse.o
10:53:18 [2021-05-03T10:53:18.444Z] #43 158.6   CC       criu/timens.o
10:53:18 [2021-05-03T10:53:18.444Z] #43 158.8   CC       criu/timerfd.o
10:53:18 [2021-05-03T10:53:18.444Z] #43 159.1   CC       criu/tty.o
10:53:18 [2021-05-03T10:53:18.630Z] #22 12.32   Downloading https://files.pythonhosted.org/packages/a0/a4/d63f2d7597e1a4b55aa3b4d6c5b029991d3b824b5bd331af8d4ab1ed687d/PyYAML-5.4.1.tar.gz (175kB)
10:53:18 [2021-05-03T10:53:18.659Z] #43 147.3   CC       criu/seccomp.o
10:53:19 [2021-05-03T10:53:19.206Z] #22 12.99   Installing build dependencies: started
10:53:19 [2021-05-03T10:53:19.228Z] #43 148.0   CC       criu/seize.o
10:53:19 [2021-05-03T10:53:19.383Z] #43 ...
10:53:19 [2021-05-03T10:53:19.383Z] 
10:53:19 [2021-05-03T10:53:19.383Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
10:53:19 [2021-05-03T10:53:19.383Z] #30 sha256:4c62e704837287362537f00d6eb66250cd3920b869126b63f1ab80f50dc8cf25
10:53:19 [2021-05-03T10:53:19.383Z] #30 DONE 6.4s
10:53:19 [2021-05-03T10:53:19.383Z] 
10:53:19 [2021-05-03T10:53:19.383Z] #33 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/bin/
10:53:19 [2021-05-03T10:53:19.383Z] #33 sha256:9d3baefe5e7d40e972c2bc90242a1f0b527da0c0672c2077ddf8220b2fe71107
10:53:19 [2021-05-03T10:53:19.953Z] #33 DONE 0.4s
10:53:19 [2021-05-03T10:53:19.953Z] 
10:53:19 [2021-05-03T10:53:19.953Z] #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
10:53:19 [2021-05-03T10:53:19.953Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:53:19 [2021-05-03T10:53:19.953Z] #43 160.4   CC       criu/tun.o
10:53:19 [2021-05-03T10:53:19.953Z] #43 ...
10:53:19 [2021-05-03T10:53:19.953Z] 
10:53:19 [2021-05-03T10:53:19.953Z] #35 [dev-systemd-false 13/26] COPY --from=tomll         /build/ /usr/local/bin/
10:53:19 [2021-05-03T10:53:19.953Z] #35 sha256:4308beaf6a350e8fbd61d2518b9e01e7a80837e0deca6dc691c9b80c099503a1
10:53:19 [2021-05-03T10:53:19.953Z] #35 DONE 0.1s
10:53:20 [2021-05-03T10:53:20.164Z] #56 DONE 244.0s
10:53:20 [2021-05-03T10:53:20.166Z] #43 148.9   CC       criu/servicefd.o
10:53:20 [2021-05-03T10:53:20.212Z] 
10:53:20 [2021-05-03T10:53:20.212Z] #38 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/bin/
10:53:20 [2021-05-03T10:53:20.212Z] #38 sha256:35c6cc3654a428e3f3c7cf2d2043c04170b4b622e595ca03947a0472e202865e
10:53:20 [2021-05-03T10:53:20.212Z] #38 DONE 0.1s
10:53:20 [2021-05-03T10:53:20.212Z] 
10:53:20 [2021-05-03T10:53:20.212Z] #41 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/bin/
10:53:20 [2021-05-03T10:53:20.212Z] #41 sha256:8125f8a41d2bb37915f507900375c6b474740ae8a98353b14f7f673663e92aa7
10:53:20 [2021-05-03T10:53:20.426Z] #43 149.3   CC       criu/shmem.o
10:53:20 [2021-05-03T10:53:20.739Z] 
10:53:20 [2021-05-03T10:53:20.739Z] #57 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/bin/
10:53:20 [2021-05-03T10:53:20.739Z] #57 sha256:025dc5e041af1d09ea0dfd2ee2aca57206e9a390ab45a4f3211c8b82a21dcc81
10:53:21 [2021-05-03T10:53:21.152Z] #41 DONE 0.9s
10:53:21 [2021-05-03T10:53:21.152Z] 
10:53:21 [2021-05-03T10:53:21.152Z] #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
10:53:21 [2021-05-03T10:53:21.152Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:53:21 [2021-05-03T10:53:21.152Z] #43 160.9   CC       criu/uffd.o
10:53:21 [2021-05-03T10:53:21.152Z] #43 161.6   CC       criu/util.o
10:53:21 [2021-05-03T10:53:21.364Z] #43 ...
10:53:21 [2021-05-03T10:53:21.364Z] 
10:53:21 [2021-05-03T10:53:21.364Z] #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
10:53:21 [2021-05-03T10:53:21.364Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
10:53:21 [2021-05-03T10:53:21.364Z] #40 DONE 228.3s
10:53:21 [2021-05-03T10:53:21.364Z] 
10:53:21 [2021-05-03T10:53:21.364Z] #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
10:53:21 [2021-05-03T10:53:21.364Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:53:21 [2021-05-03T10:53:21.364Z] #43 150.1   CC       criu/sigframe.o
10:53:21 [2021-05-03T10:53:21.624Z] #43 150.3   CC       criu/signalfd.o
10:53:21 [2021-05-03T10:53:21.677Z] #57 DONE 0.9s
10:53:21 [2021-05-03T10:53:21.677Z] 
10:53:21 [2021-05-03T10:53:21.677Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
10:53:21 [2021-05-03T10:53:21.677Z] #61 sha256:0da5c05758607674bb5b446a9aadf6fd8aa9cfa4de23f5ad51fcc45b1e4a97cf
10:53:21 [2021-05-03T10:53:21.677Z] #61 DONE 0.2s
10:53:21 [2021-05-03T10:53:21.883Z] #43 150.7   CC       criu/sk-inet.o
10:53:21 [2021-05-03T10:53:21.937Z] 
10:53:21 [2021-05-03T10:53:21.937Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit        /build/ /usr/local/bin/
10:53:21 [2021-05-03T10:53:21.937Z] #66 sha256:b73bc9398820a7c511db9cd2a006569ae1e709368878883ddd29213aa2328065
10:53:22 [2021-05-03T10:53:22.091Z] #43 162.5   CC       criu/uts_ns.o
10:53:22 [2021-05-03T10:53:22.091Z] #43 162.6   CC       criu/vdso-compat.o
10:53:22 [2021-05-03T10:53:22.091Z] #43 162.7   CC       criu/vdso.o
10:53:22 [2021-05-03T10:53:22.241Z] #56 ...
10:53:22 [2021-05-03T10:53:22.241Z] 
10:53:22 [2021-05-03T10:53:22.241Z] #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
10:53:22 [2021-05-03T10:53:22.241Z] #53 sha256:295136d4cb1e48d978e98030ed23992a96667859a0cd289e970f99590b30b9d2
10:53:22 [2021-05-03T10:53:22.241Z] #53 127.4 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
10:53:22 [2021-05-03T10:53:22.241Z] #53 128.4 + mkdir -p /build
10:53:22 [2021-05-03T10:53:22.241Z] #53 128.4 + cp runc /build/runc
10:53:22 [2021-05-03T10:53:22.241Z] #53 DONE 128.7s
10:53:22 [2021-05-03T10:53:22.241Z] 
10:53:22 [2021-05-03T10:53:22.241Z] #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
10:53:22 [2021-05-03T10:53:22.241Z] #56 sha256:f545d60addaebb7e7f1861dc856ac8b03b6dcf2543d98eb461686febf17948cb
10:53:22 [2021-05-03T10:53:22.505Z] #66 DONE 0.9s
10:53:22 [2021-05-03T10:53:22.660Z] #43 163.2   LINK     criu/built-in.o
10:53:22 [2021-05-03T10:53:22.660Z] #43 163.3   LINK     criu/criu
10:53:22 [2021-05-03T10:53:22.765Z] 
10:53:22 [2021-05-03T10:53:22.765Z] #68 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/bin/
10:53:22 [2021-05-03T10:53:22.765Z] #68 sha256:d3b2663f17fe0393d2155e981d4e9bb95221ef9c0c8982217732a5694df23da2
10:53:22 [2021-05-03T10:53:22.765Z] #68 DONE 0.0s
10:53:22 [2021-05-03T10:53:22.765Z] 
10:53:22 [2021-05-03T10:53:22.765Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
10:53:22 [2021-05-03T10:53:22.765Z] #69 sha256:5003a6d1b23071197fce0662aca19271630390b6d130c0176a3af6b2e3f1739b
10:53:22 [2021-05-03T10:53:22.765Z] #69 DONE 0.0s
10:53:22 [2021-05-03T10:53:22.765Z] 
10:53:22 [2021-05-03T10:53:22.765Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker
10:53:22 [2021-05-03T10:53:22.765Z] #70 sha256:9e37825175ffe509c297100b8e4e131575805841a845a8ffd26709d88c4459c7
10:53:22 [2021-05-03T10:53:22.920Z] #43 163.6   DEP      lib/c/criu.d
10:53:23 [2021-05-03T10:53:23.180Z] #43 163.7   CC       images/rpc.pb-c.o
10:53:23 [2021-05-03T10:53:23.440Z] #43 164.1   CC       lib/c/criu.o
10:53:23 [2021-05-03T10:53:23.608Z] #56 ...
10:53:23 [2021-05-03T10:53:23.608Z] 
10:53:23 [2021-05-03T10:53:23.608Z] #54 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/bin/
10:53:23 [2021-05-03T10:53:23.608Z] #54 sha256:cd9b9cbb9f091658729465fac2b98eb2d855ee84a27b59984bf8b5cbae70a1fc
10:53:23 [2021-05-03T10:53:23.608Z] #54 DONE 0.2s
10:53:23 [2021-05-03T10:53:23.608Z] 
10:53:23 [2021-05-03T10:53:23.608Z] #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
10:53:23 [2021-05-03T10:53:23.608Z] #56 sha256:f545d60addaebb7e7f1861dc856ac8b03b6dcf2543d98eb461686febf17948cb
10:53:23 [2021-05-03T10:53:23.848Z] #43 152.2   CC       criu/sk-netlink.o
10:53:23 [2021-05-03T10:53:23.848Z] #43 ...
10:53:23 [2021-05-03T10:53:23.848Z] 
10:53:23 [2021-05-03T10:53:23.848Z] #41 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/bin/
10:53:23 [2021-05-03T10:53:23.848Z] #41 sha256:67e8fea7b9cc6bf255940e6408bc7ebe91c90ec74029a6e949ecd42dab7476bb
10:53:23 [2021-05-03T10:53:23.848Z] #41 DONE 0.7s
10:53:23 [2021-05-03T10:53:23.848Z] 
10:53:23 [2021-05-03T10:53:23.848Z] #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
10:53:23 [2021-05-03T10:53:23.848Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:53:23 [2021-05-03T10:53:23.848Z] #43 152.5   CC       criu/sk-packet.o
10:53:24 [2021-05-03T10:53:24.379Z] #43 164.8   LINK     lib/c/built-in.o
10:53:24 [2021-05-03T10:53:24.379Z] #43 164.8   LINK     lib/c/libcriu.so
10:53:24 [2021-05-03T10:53:24.379Z] #43 164.9   LINK     lib/c/libcriu.a
10:53:24 [2021-05-03T10:53:24.379Z] #43 164.9   GEN      magic.py
10:53:24 [2021-05-03T10:53:24.428Z] #43 153.0   CC       criu/sk-queue.o
10:53:24 [2021-05-03T10:53:24.639Z] #43 165.0 Note: Building without setproctitle() and strlcpy() support.
10:53:24 [2021-05-03T10:53:24.639Z] #43 165.0       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
10:53:24 [2021-05-03T10:53:24.639Z] #43 165.0 Note: Building without GnuTLS support
10:53:24 [2021-05-03T10:53:24.639Z] #43 165.1 Makefile.config:39: Warn: you have no libnftables installed
10:53:24 [2021-05-03T10:53:24.639Z] #43 165.1 Makefile.config:40: Warn: Building without nftables support
10:53:24 [2021-05-03T10:53:24.688Z] #43 153.5   CC       criu/sk-tcp.o
10:53:24 [2021-05-03T10:53:24.969Z] #43 ...
10:53:24 [2021-05-03T10:53:24.969Z] 
10:53:24 [2021-05-03T10:53:24.969Z] #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
10:53:24 [2021-05-03T10:53:24.969Z] #49 sha256:0645f72c0a46020b1c6de062066eb84a6ca75ff61a3a4b44b89cf13fbbe0d20c
10:53:24 [2021-05-03T10:53:24.969Z] #49 231.6 + /build/golangci-lint --version
10:53:24 [2021-05-03T10:53:24.969Z] #49 231.9 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
10:53:24 [2021-05-03T10:53:24.969Z] #49 DONE 232.1s
10:53:24 [2021-05-03T10:53:24.969Z] 
10:53:24 [2021-05-03T10:53:24.969Z] #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
10:53:24 [2021-05-03T10:53:24.969Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
10:53:25 [2021-05-03T10:53:25.208Z] #43 165.7 fatal: not a git repository (or any of the parent directories): .git
10:53:25 [2021-05-03T10:53:25.248Z] #43 154.1   CC       criu/sk-unix.o
10:53:25 [2021-05-03T10:53:25.778Z] #43 166.2 make[1]: Nothing to be done for 'all'.
10:53:26 [2021-05-03T10:53:26.348Z] #43 166.7 make[1]: 'images/built-in.o' is up to date.
10:53:26 [2021-05-03T10:53:26.348Z] #43 166.7 make[1]: 'compel/plugins/std.lib.a' is up to date.
10:53:26 [2021-05-03T10:53:26.348Z] #43 166.7 make[1]: 'compel/plugins/fds.lib.a' is up to date.
10:53:26 [2021-05-03T10:53:26.348Z] #43 166.8 make[1]: 'compel/libcompel.a' is up to date.
10:53:26 [2021-05-03T10:53:26.348Z] #43 166.8 make[1]: 'compel/compel-host-bin' is up to date.
10:53:26 [2021-05-03T10:53:26.348Z] #43 166.8 make[1]: Nothing to be done for 'all'.
10:53:26 [2021-05-03T10:53:26.348Z] #43 166.8 make[1]: 'soccr/libsoccr.a' is up to date.
10:53:26 [2021-05-03T10:53:26.348Z] #43 167.0 make[2]: Nothing to be done for 'all'.
10:53:26 [2021-05-03T10:53:26.348Z] #43 167.0 make[2]: Nothing to be done for 'all'.
10:53:26 [2021-05-03T10:53:26.348Z] #43 167.0 make[2]: Nothing to be done for 'all'.
10:53:26 [2021-05-03T10:53:26.608Z] #43 167.1 make[2]: Nothing to be done for 'all'.
10:53:26 [2021-05-03T10:53:26.608Z] #43 167.2 make[2]: Nothing to be done for 'all'.
10:53:26 [2021-05-03T10:53:26.608Z] #43 167.2 make[2]: Nothing to be done for 'all'.
10:53:26 [2021-05-03T10:53:26.608Z] #43 167.2 make[2]: Nothing to be done for 'all'.
10:53:26 [2021-05-03T10:53:26.868Z] #43 167.3 make[2]: Nothing to be done for 'all'.
10:53:26 [2021-05-03T10:53:26.868Z] #43 167.3   INSTALL  criu/criu
10:53:27 [2021-05-03T10:53:27.128Z] #43 DONE 167.7s
10:53:27 [2021-05-03T10:53:27.128Z] 
10:53:27 [2021-05-03T10:53:27.128Z] #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
10:53:27 [2021-05-03T10:53:27.128Z] #56 sha256:0a934dd8f8329695af74c2d9a5fec1023aad1f9c75e0c3435d4a4a325684cbf1
10:53:27 [2021-05-03T10:53:27.176Z] #43 156.0   CC       criu/sockets.o
10:53:27 [2021-05-03T10:53:27.364Z] #22 ...
10:53:27 [2021-05-03T10:53:27.364Z] 
10:53:27 [2021-05-03T10:53:27.364Z] #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
10:53:27 [2021-05-03T10:53:27.364Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
10:53:27 [2021-05-03T10:53:27.364Z] #43 121.0   CC       criu/memfd.o
10:53:27 [2021-05-03T10:53:27.364Z] #43 121.6   CC       criu/mount.o
10:53:27 [2021-05-03T10:53:27.364Z] #43 124.7   CC       criu/namespaces.o
10:53:27 [2021-05-03T10:53:27.364Z] #43 126.3   CC       criu/net.o
10:53:27 [2021-05-03T10:53:27.364Z] #43 128.6   CC       criu/netfilter.o
10:53:27 [2021-05-03T10:53:27.364Z] #43 128.9   CC       criu/page-pipe.o
10:53:27 [2021-05-03T10:53:27.364Z] #43 129.5   CC       criu/page-xfer.o
10:53:27 [2021-05-03T10:53:27.364Z] #43 131.0   CC       criu/pagemap-cache.o
10:53:27 [2021-05-03T10:53:27.626Z] #43 131.3   CC       criu/pagemap.o
10:53:27 [2021-05-03T10:53:27.745Z] #43 156.6   CC       criu/stats.o
10:53:28 [2021-05-03T10:53:28.005Z] #43 156.8   CC       criu/string.o
10:53:28 [2021-05-03T10:53:28.005Z] #43 156.9   CC       criu/sysctl.o
10:53:28 [2021-05-03T10:53:28.043Z] #70 DONE 4.4s
10:53:28 [2021-05-03T10:53:28.043Z] 
10:53:28 [2021-05-03T10:53:28.043Z] #71 exporting to image
10:53:28 [2021-05-03T10:53:28.043Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
10:53:28 [2021-05-03T10:53:28.043Z] #71 exporting layers
10:53:28 [2021-05-03T10:53:28.201Z] #43 132.0   CC       criu/parasite-syscall.o
10:53:28 [2021-05-03T10:53:28.574Z] #43 157.4   CC       criu/sysfs_parse.o
10:53:28 [2021-05-03T10:53:28.834Z] #43 157.7   CC       criu/timens.o
10:53:29 [2021-05-03T10:53:29.036Z] #56 ...
10:53:29 [2021-05-03T10:53:29.036Z] 
10:53:29 [2021-05-03T10:53:29.036Z] #44 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
10:53:29 [2021-05-03T10:53:29.036Z] #44 sha256:5c70feed2aa0d6b72626409d2aa20a30434a83761108d6bc576aaa99c58a5d35
10:53:29 [2021-05-03T10:53:29.093Z] #43 157.9   CC       criu/timerfd.o
10:53:29 [2021-05-03T10:53:29.149Z] #43 132.8   CC       criu/path.o
10:53:29 [2021-05-03T10:53:29.149Z] #43 133.1   CC       criu/pie-util-vdso.o
10:53:29 [2021-05-03T10:53:29.296Z] #44 DONE 0.1s
10:53:29 [2021-05-03T10:53:29.296Z] 
10:53:29 [2021-05-03T10:53:29.296Z] #46 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/bin/
10:53:29 [2021-05-03T10:53:29.296Z] #46 sha256:2da7d80f286e30d53e265ed8e3ebaf7d23c419d7e49873707bf195ae404598a0
10:53:29 [2021-05-03T10:53:29.353Z] #43 158.2   CC       criu/tty.o
10:53:29 [2021-05-03T10:53:29.556Z] #46 DONE 0.4s
10:53:29 [2021-05-03T10:53:29.556Z] 
10:53:29 [2021-05-03T10:53:29.556Z] #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
10:53:29 [2021-05-03T10:53:29.556Z] #53 sha256:194c8af140754a7c18799114295519619bf081df19cdf58abc828a2cc813ceed
10:53:29 [2021-05-03T10:53:29.724Z] #43 133.6   CC       criu/pie-util.o
10:53:29 [2021-05-03T10:53:29.816Z] #53 ...
10:53:29 [2021-05-03T10:53:29.816Z] 
10:53:29 [2021-05-03T10:53:29.816Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/bin/
10:53:29 [2021-05-03T10:53:29.816Z] #48 sha256:c0a0ed40e584738a0d50f934fe0b6f8e7975f5179d312df943e08211803d2fbf
10:53:29 [2021-05-03T10:53:29.816Z] #48 DONE 0.1s
10:53:29 [2021-05-03T10:53:29.816Z] 
10:53:29 [2021-05-03T10:53:29.816Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/
10:53:29 [2021-05-03T10:53:29.816Z] #50 sha256:da77fe532a61a9ebccf1be50b197830cb9185fcb18b347affdc14fcbc3d3908f
10:53:29 [2021-05-03T10:53:29.988Z] #43 133.7   CC       criu/pipes.o
10:53:30 [2021-05-03T10:53:30.385Z] #50 DONE 0.6s
10:53:30 [2021-05-03T10:53:30.385Z] 
10:53:30 [2021-05-03T10:53:30.385Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/bin/
10:53:30 [2021-05-03T10:53:30.385Z] #52 sha256:88978cfe4dd75b07705b857de4ba1e6b3c134f116c5a614c4631074bc6059bc7
10:53:30 [2021-05-03T10:53:30.385Z] #52 DONE 0.1s
10:53:30 [2021-05-03T10:53:30.385Z] 
10:53:30 [2021-05-03T10:53:30.385Z] #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
10:53:30 [2021-05-03T10:53:30.385Z] #56 sha256:0a934dd8f8329695af74c2d9a5fec1023aad1f9c75e0c3435d4a4a325684cbf1
10:53:30 [2021-05-03T10:53:30.564Z] #43 134.3   CC       criu/plugin.o
10:53:30 [2021-05-03T10:53:30.732Z] #43 159.4   CC       criu/tun.o
10:53:30 [2021-05-03T10:53:30.827Z] #43 134.6   CC       criu/proc_parse.o
10:53:30 [2021-05-03T10:53:30.992Z] #43 159.7   CC       criu/uffd.o
10:53:31 [2021-05-03T10:53:31.775Z] #43 ...
10:53:31 [2021-05-03T10:53:31.775Z] 
10:53:31 [2021-05-03T10:53:31.775Z] #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
10:53:31 [2021-05-03T10:53:31.775Z] #56 sha256:d1ee646535d81cf39b951ffd72490fc4a2d3c8aea1bbf2d99a7cd306e6eb310d
10:53:31 [2021-05-03T10:53:31.775Z] #56 153.8 + bin/containerd
10:53:31 [2021-05-03T10:53:31.931Z] #43 160.4   CC       criu/util.o
10:53:32 [2021-05-03T10:53:32.500Z] #43 161.3   CC       criu/uts_ns.o
10:53:32 [2021-05-03T10:53:32.500Z] #43 161.4   CC       criu/vdso-compat.o
10:53:32 [2021-05-03T10:53:32.759Z] #43 161.5   CC       criu/vdso.o
10:53:33 [2021-05-03T10:53:33.328Z] #43 162.0   LINK     criu/built-in.o
10:53:33 [2021-05-03T10:53:33.588Z] #43 162.2   LINK     criu/criu
10:53:33 [2021-05-03T10:53:33.848Z] #43 162.5   DEP      lib/c/criu.d
10:53:33 [2021-05-03T10:53:33.848Z] #43 162.5   CC       images/rpc.pb-c.o
10:53:34 [2021-05-03T10:53:34.107Z] #43 162.9   CC       lib/c/criu.o
10:53:34 [2021-05-03T10:53:34.624Z] #71 exporting layers 7.6s done
10:53:34 [2021-05-03T10:53:34.624Z] #71 writing image sha256:730951b4f9a8e2be35ab91fce73cb3ebe7d26f3ab1b190e4a66b3899e2631d24 done
10:53:34 [2021-05-03T10:53:34.624Z] #71 naming to docker.io/library/docker:19b7f7f3484697146ca76b75346365080b99a3b2 done
10:53:34 [2021-05-03T10:53:34.624Z] #71 DONE 7.6s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] sh
10:53:34 [2021-05-03T10:53:34.993Z] + trap exit INT TERM
10:53:34 [2021-05-03T10:53:34.993Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT
10:53:34 [2021-05-03T10:53:34.993Z] + CONTAINER_NAME=docker-pr2
10:53:34 [2021-05-03T10:53:34.993Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42329/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42329/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=19b7f7f3484697146ca76b75346365080b99a3b2 -e DOCKER_GRAPHDRIVER docker:19b7f7f3484697146ca76b75346365080b99a3b2 hack/make.sh dynbinary-daemon
10:53:35 [2021-05-03T10:53:35.046Z] #43 163.6   LINK     lib/c/built-in.o
10:53:35 [2021-05-03T10:53:35.046Z] #43 163.6   LINK     lib/c/libcriu.so
10:53:35 [2021-05-03T10:53:35.046Z] #43 163.7   LINK     lib/c/libcriu.a
10:53:35 [2021-05-03T10:53:35.046Z] #43 163.8   GEN      magic.py
10:53:35 [2021-05-03T10:53:35.305Z] #43 163.9 Note: Building without setproctitle() and strlcpy() support.
10:53:35 [2021-05-03T10:53:35.305Z] #43 163.9       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
10:53:35 [2021-05-03T10:53:35.305Z] #43 163.9 Note: Building without GnuTLS support
10:53:35 [2021-05-03T10:53:35.305Z] #43 163.9 Makefile.config:39: Warn: you have no libnftables installed
10:53:35 [2021-05-03T10:53:35.305Z] #43 163.9 Makefile.config:40: Warn: Building without nftables support
10:53:35 [2021-05-03T10:53:35.563Z] 
10:53:35 [2021-05-03T10:53:35.563Z] Removing bundles/
10:53:35 [2021-05-03T10:53:35.563Z] 
10:53:35 [2021-05-03T10:53:35.563Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon)
10:53:35 [2021-05-03T10:53:35.563Z] Building: bundles/dynbinary-daemon/dockerd-dev
10:53:35 [2021-05-03T10:53:35.563Z] GOOS="" GOARCH="" GOARM=""
10:53:35 [2021-05-03T10:53:35.664Z] #56 200.4 + bin/containerd
10:53:35 [2021-05-03T10:53:35.874Z] #43 164.6 fatal: not a git repository (or any of the parent directories): .git
10:53:36 [2021-05-03T10:53:36.444Z] #43 165.1 make[1]: Nothing to be done for 'all'.
10:53:37 [2021-05-03T10:53:37.013Z] #43 165.6 make[1]: 'images/built-in.o' is up to date.
10:53:37 [2021-05-03T10:53:37.013Z] #43 165.6 make[1]: 'compel/plugins/std.lib.a' is up to date.
10:53:37 [2021-05-03T10:53:37.013Z] #43 165.7 make[1]: 'compel/plugins/fds.lib.a' is up to date.
10:53:37 [2021-05-03T10:53:37.013Z] #43 165.7 make[1]: 'compel/libcompel.a' is up to date.
10:53:37 [2021-05-03T10:53:37.013Z] #43 165.7 make[1]: 'compel/compel-host-bin' is up to date.
10:53:37 [2021-05-03T10:53:37.013Z] #43 165.7 make[1]: Nothing to be done for 'all'.
10:53:37 [2021-05-03T10:53:37.013Z] #43 165.8 make[1]: 'soccr/libsoccr.a' is up to date.
10:53:37 [2021-05-03T10:53:37.013Z] #43 165.9 make[2]: Nothing to be done for 'all'.
10:53:37 [2021-05-03T10:53:37.273Z] #43 165.9 make[2]: Nothing to be done for 'all'.
10:53:37 [2021-05-03T10:53:37.273Z] #43 166.0 make[2]: Nothing to be done for 'all'.
10:53:37 [2021-05-03T10:53:37.273Z] #43 166.1 make[2]: Nothing to be done for 'all'.
10:53:37 [2021-05-03T10:53:37.273Z] #43 166.1 make[2]: Nothing to be done for 'all'.
10:53:37 [2021-05-03T10:53:37.273Z] #43 166.1 make[2]: Nothing to be done for 'all'.
10:53:37 [2021-05-03T10:53:37.273Z] #43 166.2 make[2]: Nothing to be done for 'all'.
10:53:37 [2021-05-03T10:53:37.532Z] #43 166.3 make[2]: Nothing to be done for 'all'.
10:53:37 [2021-05-03T10:53:37.532Z] #43 166.3   INSTALL  criu/criu
10:53:37 [2021-05-03T10:53:37.792Z] #43 DONE 166.6s
10:53:37 [2021-05-03T10:53:37.792Z] 
10:53:37 [2021-05-03T10:53:37.792Z] #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
10:53:37 [2021-05-03T10:53:37.792Z] #56 sha256:c298d5f8ba2666c6b7255111270e8cc336aaefb4e07cb1e221cc09c6672a850a
10:53:38 [2021-05-03T10:53:38.384Z] #56 ...
10:53:38 [2021-05-03T10:53:38.384Z] 
10:53:38 [2021-05-03T10:53:38.384Z] #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
10:53:38 [2021-05-03T10:53:38.384Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
10:53:38 [2021-05-03T10:53:38.384Z] #43 136.7   CC       criu/protobuf-desc.o
10:53:38 [2021-05-03T10:53:38.384Z] #43 137.5   CC       criu/protobuf.o
10:53:38 [2021-05-03T10:53:38.384Z] #43 137.8   CC       criu/pstree.o
10:53:38 [2021-05-03T10:53:38.384Z] #43 139.0   CC       criu/rbtree.o
10:53:38 [2021-05-03T10:53:38.384Z] #43 139.3   CC       criu/rst-malloc.o
10:53:38 [2021-05-03T10:53:38.384Z] #43 139.6   CC       criu/seccomp.o
10:53:38 [2021-05-03T10:53:38.384Z] #43 140.1   CC       criu/seize.o
10:53:38 [2021-05-03T10:53:38.384Z] #43 141.0   CC       criu/servicefd.o
10:53:38 [2021-05-03T10:53:38.384Z] #43 141.4   CC       criu/shmem.o
10:53:38 [2021-05-03T10:53:38.384Z] #43 142.3   CC       criu/sigframe.o
10:53:38 [2021-05-03T10:53:38.646Z] #43 142.4   CC       criu/signalfd.o
10:53:38 [2021-05-03T10:53:38.733Z] #56 ...
10:53:38 [2021-05-03T10:53:38.733Z] 
10:53:38 [2021-05-03T10:53:38.733Z] #44 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
10:53:38 [2021-05-03T10:53:38.733Z] #44 sha256:61d47bb12fd73635667080965a6e26445f68bf05ba081055c720f2097da6b1b7
10:53:38 [2021-05-03T10:53:38.909Z] #43 142.7   CC       criu/sk-inet.o
10:53:38 [2021-05-03T10:53:38.994Z] #44 DONE 0.1s
10:53:38 [2021-05-03T10:53:38.994Z] 
10:53:38 [2021-05-03T10:53:38.994Z] #46 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/bin/
10:53:38 [2021-05-03T10:53:38.994Z] #46 sha256:e2a008b4dc1aabae2a36796c8ad7bdc67b408a86972456389299e3f6ca24af30
10:53:38 [2021-05-03T10:53:38.994Z] #46 DONE 0.2s
10:53:38 [2021-05-03T10:53:38.994Z] 
10:53:38 [2021-05-03T10:53:38.994Z] #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
10:53:38 [2021-05-03T10:53:38.994Z] #56 sha256:c298d5f8ba2666c6b7255111270e8cc336aaefb4e07cb1e221cc09c6672a850a
10:53:39 [2021-05-03T10:53:39.254Z] #56 ...
10:53:39 [2021-05-03T10:53:39.254Z] 
10:53:39 [2021-05-03T10:53:39.254Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/bin/
10:53:39 [2021-05-03T10:53:39.254Z] #48 sha256:7fbff47c6ce57bd7fe987f734f2a5e190e444f57f5092e353304a60daac0eb63
10:53:39 [2021-05-03T10:53:39.254Z] #48 DONE 0.1s
10:53:39 [2021-05-03T10:53:39.254Z] 
10:53:39 [2021-05-03T10:53:39.254Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/
10:53:39 [2021-05-03T10:53:39.254Z] #50 sha256:92f3423353cc2a122e02e3e88f4656bdc804b2bf0d7e46135ecb9527fc8e633f
10:53:39 [2021-05-03T10:53:39.823Z] #50 DONE 0.5s
10:53:39 [2021-05-03T10:53:39.823Z] 
10:53:39 [2021-05-03T10:53:39.823Z] #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
10:53:39 [2021-05-03T10:53:39.823Z] #56 sha256:c298d5f8ba2666c6b7255111270e8cc336aaefb4e07cb1e221cc09c6672a850a
10:53:39 [2021-05-03T10:53:39.823Z] #56 ...
10:53:39 [2021-05-03T10:53:39.823Z] 
10:53:39 [2021-05-03T10:53:39.823Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/bin/
10:53:39 [2021-05-03T10:53:39.823Z] #52 sha256:0a6e142e605cca393a0bec32e9690df2793bbe9630d7c6a107b3a272c9e81d49
10:53:39 [2021-05-03T10:53:39.823Z] #52 DONE 0.1s
10:53:40 [2021-05-03T10:53:40.083Z] 
10:53:40 [2021-05-03T10:53:40.083Z] #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
10:53:40 [2021-05-03T10:53:40.083Z] #56 sha256:c298d5f8ba2666c6b7255111270e8cc336aaefb4e07cb1e221cc09c6672a850a
10:53:40 [2021-05-03T10:53:40.302Z] #43 143.7   CC       criu/sk-netlink.o
10:53:40 [2021-05-03T10:53:40.302Z] #43 144.1   CC       criu/sk-packet.o
10:53:40 [2021-05-03T10:53:40.302Z] #43 ...
10:53:40 [2021-05-03T10:53:40.302Z] 
10:53:40 [2021-05-03T10:53:40.302Z] #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
10:53:40 [2021-05-03T10:53:40.302Z] #53 sha256:679b87c7ad5b3deb09076d4dd0c12894360556cdafc04a65176cf6873ad013b6
10:53:40 [2021-05-03T10:53:40.302Z] #53 108.0 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
10:53:40 [2021-05-03T10:53:40.943Z] #56 ...
10:53:40 [2021-05-03T10:53:40.943Z] 
10:53:40 [2021-05-03T10:53:40.943Z] #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
10:53:40 [2021-05-03T10:53:40.943Z] #53 sha256:194c8af140754a7c18799114295519619bf081df19cdf58abc828a2cc813ceed
10:53:40 [2021-05-03T10:53:40.943Z] #53 124.9 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
10:53:40 [2021-05-03T10:53:40.943Z] #53 126.0 + mkdir -p /build
10:53:40 [2021-05-03T10:53:40.943Z] #53 126.0 + cp runc /build/runc
10:53:41 [2021-05-03T10:53:41.513Z] #53 DONE 126.5s
10:53:41 [2021-05-03T10:53:41.513Z] 
10:53:41 [2021-05-03T10:53:41.513Z] #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
10:53:41 [2021-05-03T10:53:41.513Z] #56 sha256:0a934dd8f8329695af74c2d9a5fec1023aad1f9c75e0c3435d4a4a325684cbf1
10:53:42 [2021-05-03T10:53:42.452Z] #56 ...
10:53:42 [2021-05-03T10:53:42.452Z] 
10:53:42 [2021-05-03T10:53:42.452Z] #54 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/bin/
10:53:42 [2021-05-03T10:53:42.452Z] #54 sha256:db92490fc387efaad1b523cb18dd1c3a6df0fe457e0f501544325248c54c4a27
10:53:42 [2021-05-03T10:53:42.711Z] #54 DONE 0.1s
10:53:42 [2021-05-03T10:53:42.711Z] 
10:53:42 [2021-05-03T10:53:42.711Z] #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
10:53:42 [2021-05-03T10:53:42.711Z] #56 sha256:0a934dd8f8329695af74c2d9a5fec1023aad1f9c75e0c3435d4a4a325684cbf1
10:53:43 [2021-05-03T10:53:43.614Z] #53 110.6 + mkdir -p /build
10:53:43 [2021-05-03T10:53:43.614Z] #53 110.6 + cp runc /build/runc
10:53:43 [2021-05-03T10:53:43.614Z] #53 ...
10:53:43 [2021-05-03T10:53:43.614Z] 
10:53:43 [2021-05-03T10:53:43.614Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
10:53:43 [2021-05-03T10:53:43.614Z] #22 sha256:828ffd8e1dc815641f30bb5bb583e958b4c6e9831dc05d10effd12fa54d04780
10:53:43 [2021-05-03T10:53:43.614Z] #22 27.12   Installing build dependencies: finished with status 'done'
10:53:43 [2021-05-03T10:53:43.614Z] #22 32.35 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0)
10:53:43 [2021-05-03T10:53:43.614Z] #22 32.35 Building wheels for collected packages: yamllint, pyyaml
10:53:43 [2021-05-03T10:53:43.614Z] #22 32.35   Running setup.py bdist_wheel for yamllint: started
10:53:43 [2021-05-03T10:53:43.614Z] #22 33.36   Running setup.py bdist_wheel for yamllint: finished with status 'done'
10:53:43 [2021-05-03T10:53:43.614Z] #22 33.37   Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627
10:53:43 [2021-05-03T10:53:43.614Z] #22 33.42   Running setup.py bdist_wheel for pyyaml: started
10:53:43 [2021-05-03T10:53:43.614Z] #22 34.72   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
10:53:43 [2021-05-03T10:53:43.614Z] #22 34.72   Stored in directory: /root/.cache/pip/wheels/2a/d4/92/cf299bdf4162957ca8126b46e913e29f76a4f17ca762c45028
10:53:43 [2021-05-03T10:53:43.614Z] #22 34.88 Successfully built yamllint pyyaml
10:53:43 [2021-05-03T10:53:43.614Z] #22 34.90 Installing collected packages: pathspec, pyyaml, yamllint
10:53:43 [2021-05-03T10:53:43.614Z] #22 35.22 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1
10:53:43 [2021-05-03T10:53:43.614Z] #22 ...
10:53:43 [2021-05-03T10:53:43.614Z] 
10:53:43 [2021-05-03T10:53:43.614Z] #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
10:53:43 [2021-05-03T10:53:43.614Z] #24 sha256:d8c1fb038e263bd253b4507910bb06f19bd6efaa2560290b740fc4c88428d428
10:53:43 [2021-05-03T10:53:43.614Z] #24 210.4 + return
10:53:44 [2021-05-03T10:53:44.566Z] #24 DONE 211.8s
10:53:44 [2021-05-03T10:53:44.566Z] 
10:53:44 [2021-05-03T10:53:44.566Z] #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
10:53:44 [2021-05-03T10:53:44.566Z] #53 sha256:679b87c7ad5b3deb09076d4dd0c12894360556cdafc04a65176cf6873ad013b6
10:53:44 [2021-05-03T10:53:44.566Z] #53 DONE 112.2s
10:53:44 [2021-05-03T10:53:44.566Z] 
10:53:44 [2021-05-03T10:53:44.566Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
10:53:44 [2021-05-03T10:53:44.566Z] #22 sha256:828ffd8e1dc815641f30bb5bb583e958b4c6e9831dc05d10effd12fa54d04780
10:53:44 [2021-05-03T10:53:44.566Z] #22 DONE 38.5s
10:53:44 [2021-05-03T10:53:44.566Z] 
10:53:44 [2021-05-03T10:53:44.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
10:53:44 [2021-05-03T10:53:44.566Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
10:53:44 [2021-05-03T10:53:44.566Z] #43 144.7   CC       criu/sk-queue.o
10:53:44 [2021-05-03T10:53:44.566Z] #43 145.2   CC       criu/sk-tcp.o
10:53:44 [2021-05-03T10:53:44.566Z] #43 145.7   CC       criu/sk-unix.o
10:53:44 [2021-05-03T10:53:44.566Z] #43 147.5   CC       criu/sockets.o
10:53:44 [2021-05-03T10:53:44.566Z] #43 148.3   CC       criu/stats.o
10:53:44 [2021-05-03T10:53:44.835Z] #43 148.6   CC       criu/string.o
10:53:44 [2021-05-03T10:53:44.835Z] #43 148.7   CC       criu/sysctl.o
10:53:45 [2021-05-03T10:53:45.361Z] #56 197.2 + bin/containerd
10:53:45 [2021-05-03T10:53:45.409Z] #43 149.3   CC       criu/sysfs_parse.o
10:53:45 [2021-05-03T10:53:45.671Z] #43 149.7   CC       criu/timens.o
10:53:45 [2021-05-03T10:53:45.933Z] #43 149.9   CC       criu/timerfd.o
10:53:46 [2021-05-03T10:53:46.508Z] #43 150.3   CC       criu/tty.o
10:53:47 [2021-05-03T10:53:47.459Z] #43 ...
10:53:47 [2021-05-03T10:53:47.459Z] 
10:53:47 [2021-05-03T10:53:47.459Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/cli
10:53:47 [2021-05-03T10:53:47.459Z] #25 sha256:3aac9284d89a2d47141a61cf4b4421d00b14dbf15475116eebd25bf0176f4f84
10:53:48 [2021-05-03T10:53:48.035Z] #25 DONE 0.7s
10:53:48 [2021-05-03T10:53:48.035Z] 
10:53:48 [2021-05-03T10:53:48.035Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
10:53:48 [2021-05-03T10:53:48.035Z] #30 sha256:fa2e12cad9a77ade7c1c6b570dfce4a1e0d6c82cce896a4e728cc6c43f6fad19
10:53:49 [2021-05-03T10:53:49.563Z] #56 ...
10:53:49 [2021-05-03T10:53:49.563Z] 
10:53:49 [2021-05-03T10:53:49.563Z] #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
10:53:49 [2021-05-03T10:53:49.563Z] #53 sha256:8804b25cd89d4c2afec646e6238991ba5a45dd30d434428f648a51674d1b717b
10:53:49 [2021-05-03T10:53:49.563Z] #53 125.6 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
10:53:49 [2021-05-03T10:53:49.563Z] #53 126.6 + mkdir -p /build
10:53:49 [2021-05-03T10:53:49.563Z] #53 126.6 + cp runc /build/runc
10:53:49 [2021-05-03T10:53:49.563Z] #53 DONE 127.0s
10:53:49 [2021-05-03T10:53:49.823Z] 
10:53:49 [2021-05-03T10:53:49.823Z] #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
10:53:49 [2021-05-03T10:53:49.823Z] #56 sha256:c298d5f8ba2666c6b7255111270e8cc336aaefb4e07cb1e221cc09c6672a850a
10:53:50 [2021-05-03T10:53:50.109Z] #56 228.5 + bin/containerd-stress
10:53:50 [2021-05-03T10:53:50.109Z] #56 230.4 + bin/containerd-shim
10:53:50 [2021-05-03T10:53:50.763Z] #56 ...
10:53:50 [2021-05-03T10:53:50.763Z] 
10:53:50 [2021-05-03T10:53:50.763Z] #54 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/bin/
10:53:50 [2021-05-03T10:53:50.763Z] #54 sha256:61b66e4e844d4ef1306115ef4b1d36f3327bc3a468062ab9b6f4a5c02b6e3af3
10:53:51 [2021-05-03T10:53:51.022Z] #54 DONE 0.1s
10:53:51 [2021-05-03T10:53:51.022Z] 
10:53:51 [2021-05-03T10:53:51.022Z] #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
10:53:51 [2021-05-03T10:53:51.022Z] #56 sha256:c298d5f8ba2666c6b7255111270e8cc336aaefb4e07cb1e221cc09c6672a850a
10:53:54 [2021-05-03T10:53:54.644Z] #30 ...
10:53:54 [2021-05-03T10:53:54.644Z] 
10:53:54 [2021-05-03T10:53:54.644Z] #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
10:53:54 [2021-05-03T10:53:54.644Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
10:53:54 [2021-05-03T10:53:54.644Z] #43 151.9   CC       criu/tun.o
10:53:54 [2021-05-03T10:53:54.644Z] #43 152.4   CC       criu/uffd.o
10:53:54 [2021-05-03T10:53:54.644Z] #43 153.6   CC       criu/util.o
10:53:54 [2021-05-03T10:53:54.644Z] #43 154.7   CC       criu/uts_ns.o
10:53:54 [2021-05-03T10:53:54.644Z] #43 154.9   CC       criu/vdso.o
10:53:54 [2021-05-03T10:53:54.644Z] #43 155.4   LINK     criu/built-in.o
10:53:54 [2021-05-03T10:53:54.644Z] #43 155.5   LINK     criu/criu
10:53:54 [2021-05-03T10:53:54.644Z] #43 155.9   DEP      lib/c/criu.d
10:53:54 [2021-05-03T10:53:54.644Z] #43 156.0   CC       images/rpc.pb-c.o
10:53:54 [2021-05-03T10:53:54.644Z] #43 156.5   CC       lib/c/criu.o
10:53:54 [2021-05-03T10:53:54.644Z] #43 157.5   LINK     lib/c/built-in.o
10:53:54 [2021-05-03T10:53:54.644Z] #43 157.5   LINK     lib/c/libcriu.so
10:53:54 [2021-05-03T10:53:54.644Z] #43 157.6   LINK     lib/c/libcriu.a
10:53:54 [2021-05-03T10:53:54.644Z] #43 157.8   GEN      magic.py
10:53:54 [2021-05-03T10:53:54.644Z] #43 158.0 Note: Building without setproctitle() and strlcpy() support.
10:53:54 [2021-05-03T10:53:54.644Z] #43 158.0       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
10:53:54 [2021-05-03T10:53:54.644Z] #43 158.0 Note: Building without GnuTLS support
10:53:54 [2021-05-03T10:53:54.644Z] #43 158.0 Makefile.config:39: Warn: you have no libnftables installed
10:53:54 [2021-05-03T10:53:54.644Z] #43 158.0 Makefile.config:40: Warn: Building without nftables support
10:53:54 [2021-05-03T10:53:54.911Z] #43 ...
10:53:54 [2021-05-03T10:53:54.911Z] 
10:53:54 [2021-05-03T10:53:54.911Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
10:53:54 [2021-05-03T10:53:54.911Z] #30 sha256:fa2e12cad9a77ade7c1c6b570dfce4a1e0d6c82cce896a4e728cc6c43f6fad19
10:53:54 [2021-05-03T10:53:54.911Z] #30 DONE 6.7s
10:53:54 [2021-05-03T10:53:54.911Z] 
10:53:54 [2021-05-03T10:53:54.911Z] #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
10:53:54 [2021-05-03T10:53:54.911Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
10:53:54 [2021-05-03T10:53:54.911Z] #43 158.7 fatal: not a git repository (or any of the parent directories): .git
10:53:55 [2021-05-03T10:53:55.485Z] #43 ...
10:53:55 [2021-05-03T10:53:55.485Z] 
10:53:55 [2021-05-03T10:53:55.485Z] #33 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/bin/
10:53:55 [2021-05-03T10:53:55.485Z] #33 sha256:76a8d62c98c2fc770985c0680dc01db1076b6640a9e1b8998bce71cf84d2abd6
10:53:55 [2021-05-03T10:53:55.485Z] #33 DONE 0.6s
10:53:55 [2021-05-03T10:53:55.485Z] 
10:53:55 [2021-05-03T10:53:55.485Z] #35 [dev-systemd-false 13/26] COPY --from=tomll         /build/ /usr/local/bin/
10:53:55 [2021-05-03T10:53:55.485Z] #35 sha256:a0390abe22d7f2360fcc1ee8864912039ca4c7f3dcdc3890a7fd343f8bcafe42
10:53:55 [2021-05-03T10:53:55.485Z] #35 DONE 0.1s
10:53:55 [2021-05-03T10:53:55.485Z] 
10:53:55 [2021-05-03T10:53:55.485Z] #38 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/bin/
10:53:55 [2021-05-03T10:53:55.485Z] #38 sha256:ff8c505e812106358664b9633002eb6f7986a456fbda5005d8b5089673d80d70
10:53:55 [2021-05-03T10:53:55.746Z] #38 DONE 0.1s
10:53:55 [2021-05-03T10:53:55.746Z] 
10:53:55 [2021-05-03T10:53:55.746Z] #41 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/bin/
10:53:55 [2021-05-03T10:53:55.746Z] #41 sha256:3c51da3f5a8631e7875840d64348963b798eafa9a755c2a08825602bce867078
10:53:56 [2021-05-03T10:53:56.337Z] #41 DONE 0.5s
10:53:56 [2021-05-03T10:53:56.337Z] 
10:53:56 [2021-05-03T10:53:56.337Z] #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
10:53:56 [2021-05-03T10:53:56.337Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
10:53:56 [2021-05-03T10:53:56.337Z] #43 159.6 make[1]: Nothing to be done for 'all'.
10:53:56 [2021-05-03T10:53:56.610Z] #43 160.5 make[1]: 'images/built-in.o' is up to date.
10:53:56 [2021-05-03T10:53:56.610Z] #43 160.5 make[1]: 'compel/plugins/std.lib.a' is up to date.
10:53:56 [2021-05-03T10:53:56.610Z] #43 160.6 make[1]: 'compel/plugins/fds.lib.a' is up to date.
10:53:56 [2021-05-03T10:53:56.654Z] #56 237.1 + bin/containerd-shim-runc-v1
10:53:56 [2021-05-03T10:53:56.871Z] #43 160.7 make[1]: 'compel/libcompel.a' is up to date.
10:53:56 [2021-05-03T10:53:56.871Z] #43 160.7 make[1]: 'compel/compel-host-bin' is up to date.
10:53:56 [2021-05-03T10:53:56.871Z] #43 160.8 make[1]: Nothing to be done for 'all'.
10:53:56 [2021-05-03T10:53:56.871Z] #43 160.8 make[1]: 'soccr/libsoccr.a' is up to date.
10:53:57 [2021-05-03T10:53:57.143Z] #43 161.1 make[2]: Nothing to be done for 'all'.
10:53:57 [2021-05-03T10:53:57.410Z] #43 161.2 make[2]: Nothing to be done for 'all'.
10:53:57 [2021-05-03T10:53:57.410Z] #43 161.2 make[2]: Nothing to be done for 'all'.
10:53:57 [2021-05-03T10:53:57.410Z] #43 161.3 make[2]: Nothing to be done for 'all'.
10:53:57 [2021-05-03T10:53:57.410Z] #43 161.4 make[2]: Nothing to be done for 'all'.
10:53:57 [2021-05-03T10:53:57.671Z] #43 161.4 make[2]: Nothing to be done for 'all'.
10:53:57 [2021-05-03T10:53:57.671Z] #43 161.5 make[2]: Nothing to be done for 'all'.
10:53:57 [2021-05-03T10:53:57.671Z] #43 161.6 make[2]: Nothing to be done for 'all'.
10:53:57 [2021-05-03T10:53:57.671Z] #43 161.6   INSTALL  criu/criu
10:53:57 [2021-05-03T10:53:57.933Z] #43 DONE 161.8s
10:53:57 [2021-05-03T10:53:57.933Z] 
10:53:57 [2021-05-03T10:53:57.933Z] #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
10:53:57 [2021-05-03T10:53:57.933Z] #56 sha256:d1ee646535d81cf39b951ffd72490fc4a2d3c8aea1bbf2d99a7cd306e6eb310d
10:53:59 [2021-05-03T10:53:59.857Z] #56 ...
10:53:59 [2021-05-03T10:53:59.857Z] 
10:53:59 [2021-05-03T10:53:59.857Z] #44 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
10:53:59 [2021-05-03T10:53:59.857Z] #44 sha256:58a93f20eeabb61dfafde2bc71b09bc85d57627b83b0c9e4f63852aa44c62857
10:53:59 [2021-05-03T10:53:59.857Z] #44 DONE 0.3s
10:53:59 [2021-05-03T10:53:59.857Z] 
10:53:59 [2021-05-03T10:53:59.857Z] #46 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/bin/
10:53:59 [2021-05-03T10:53:59.857Z] #46 sha256:a0f5431a0a14c96eca0e70314ebe6b18b5556898ddcba2eef7973e3b0c15972e
10:54:00 [2021-05-03T10:54:00.120Z] #46 DONE 0.4s
10:54:00 [2021-05-03T10:54:00.120Z] 
10:54:00 [2021-05-03T10:54:00.120Z] #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
10:54:00 [2021-05-03T10:54:00.120Z] #56 sha256:d1ee646535d81cf39b951ffd72490fc4a2d3c8aea1bbf2d99a7cd306e6eb310d
10:54:00 [2021-05-03T10:54:00.381Z] #56 ...
10:54:00 [2021-05-03T10:54:00.381Z] 
10:54:00 [2021-05-03T10:54:00.381Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/bin/
10:54:00 [2021-05-03T10:54:00.381Z] #48 sha256:f23c3a7ef6c3d50e7a79e854b3772311e5951634ad294708883bf1b489504357
10:54:00 [2021-05-03T10:54:00.381Z] #48 DONE 0.1s
10:54:00 [2021-05-03T10:54:00.643Z] 
10:54:00 [2021-05-03T10:54:00.643Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/
10:54:00 [2021-05-03T10:54:00.643Z] #50 sha256:b47016e9da94922a7650a4233b67df8f9042956c07a95b1bc1ebc4e9daaf45d2
10:54:00 [2021-05-03T10:54:00.825Z] #56 241.6 + bin/containerd-shim-runc-v2
10:54:01 [2021-05-03T10:54:01.585Z] #50 DONE 1.1s
10:54:01 [2021-05-03T10:54:01.585Z] 
10:54:01 [2021-05-03T10:54:01.585Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/bin/
10:54:01 [2021-05-03T10:54:01.585Z] #52 sha256:dc7dcc042550bd51464f520ec520bada9b9ed3f5281ce540edcb6bd54e90f8bf
10:54:01 [2021-05-03T10:54:01.585Z] #52 DONE 0.1s
10:54:01 [2021-05-03T10:54:01.585Z] 
10:54:01 [2021-05-03T10:54:01.585Z] #54 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/bin/
10:54:01 [2021-05-03T10:54:01.585Z] #54 sha256:1c40e62504c5063fc7803ab86df077f254681d6c7e4b0917237919ed5afd6cb5
10:54:01 [2021-05-03T10:54:01.753Z] #56 242.5 + binaries
10:54:01 [2021-05-03T10:54:01.753Z] #56 242.5 + install -D bin/containerd /build/containerd
10:54:01 [2021-05-03T10:54:01.753Z] #56 242.6 + install -D bin/containerd-shim /build/containerd-shim
10:54:01 [2021-05-03T10:54:01.753Z] #56 242.6 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
10:54:01 [2021-05-03T10:54:01.753Z] #56 242.6 + install -D bin/ctr /build/ctr
10:54:01 [2021-05-03T10:54:01.846Z] #54 DONE 0.5s
10:54:01 [2021-05-03T10:54:01.846Z] 
10:54:01 [2021-05-03T10:54:01.846Z] #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
10:54:01 [2021-05-03T10:54:01.846Z] #56 sha256:d1ee646535d81cf39b951ffd72490fc4a2d3c8aea1bbf2d99a7cd306e6eb310d
10:54:03 [2021-05-03T10:54:03.114Z] #56 DONE 243.9s
10:54:04 [2021-05-03T10:54:04.039Z] 
10:54:04 [2021-05-03T10:54:04.039Z] #57 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/bin/
10:54:04 [2021-05-03T10:54:04.039Z] #57 sha256:38055233bae63afbf870763a5a46457f0bf5794f183d5961665dbb5cfa3467ae
10:54:04 [2021-05-03T10:54:04.964Z] #57 DONE 0.9s
10:54:05 [2021-05-03T10:54:05.220Z] 
10:54:05 [2021-05-03T10:54:05.220Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
10:54:05 [2021-05-03T10:54:05.220Z] #61 sha256:25151a4c52517af886f0172700ce174fd43bee0a17cc2ee0c1641c83886f52f2
10:54:05 [2021-05-03T10:54:05.220Z] #61 DONE 0.2s
10:54:05 [2021-05-03T10:54:05.220Z] 
10:54:05 [2021-05-03T10:54:05.220Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit        /build/ /usr/local/bin/
10:54:05 [2021-05-03T10:54:05.220Z] #66 sha256:d10f5e325d526f164a0e052cf8f23086e2baf3bce7ec628cc1e0ce1535d061c5
10:54:06 [2021-05-03T10:54:06.144Z] #66 DONE 0.9s
10:54:06 [2021-05-03T10:54:06.144Z] 
10:54:06 [2021-05-03T10:54:06.144Z] #68 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/bin/
10:54:06 [2021-05-03T10:54:06.144Z] #68 sha256:b677e4c529f689241bb357f74e9dcc46b3ced75087522ecfe8a835e0a53ae8c8
10:54:06 [2021-05-03T10:54:06.144Z] #68 DONE 0.0s
10:54:06 [2021-05-03T10:54:06.144Z] 
10:54:06 [2021-05-03T10:54:06.144Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
10:54:06 [2021-05-03T10:54:06.144Z] #69 sha256:a78469460e6974e25851758a23ebe2b24ad9df42f2e2a84aabc4a5c6b480188d
10:54:06 [2021-05-03T10:54:06.144Z] #69 DONE 0.0s
10:54:06 [2021-05-03T10:54:06.399Z] 
10:54:06 [2021-05-03T10:54:06.399Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker
10:54:06 [2021-05-03T10:54:06.399Z] #70 sha256:0b024172f28eecf36964691d01ee539af5668fa9aab560ef8f6938c08f9bbce1
10:54:09 [2021-05-03T10:54:09.273Z] #56 231.3 + bin/containerd-stress
10:54:09 [2021-05-03T10:54:09.273Z] #56 233.2 + bin/containerd-shim
10:54:10 [2021-05-03T10:54:10.560Z] #70 DONE 3.9s
10:54:10 [2021-05-03T10:54:10.560Z] 
10:54:10 [2021-05-03T10:54:10.560Z] #71 exporting to image
10:54:10 [2021-05-03T10:54:10.560Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
10:54:10 [2021-05-03T10:54:10.560Z] #71 exporting layers
10:54:15 [2021-05-03T10:54:15.847Z] #56 239.9 + bin/containerd-shim-runc-v1
10:54:16 [2021-05-03T10:54:16.751Z] #56 198.6 + bin/containerd-stress
10:54:17 [2021-05-03T10:54:17.141Z] #71 exporting layers 6.8s done
10:54:17 [2021-05-03T10:54:17.141Z] #71 writing image sha256:96d76c74002277dd5c85db1e78bb5838d77bbd48d048f87bfb636d5e1d17989a 0.0s done
10:54:17 [2021-05-03T10:54:17.141Z] #71 naming to docker.io/library/docker:19b7f7f3484697146ca76b75346365080b99a3b2 done
10:54:17 [2021-05-03T10:54:17.141Z] #71 DONE 6.8s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate)
[Pipeline] sh
10:54:17 [2021-05-03T10:54:17.496Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42329/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42329/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=19b7f7f3484697146ca76b75346365080b99a3b2 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:19b7f7f3484697146ca76b75346365080b99a3b2 hack/validate/default
10:54:17 [2021-05-03T10:54:17.581Z] #56 227.4 + bin/containerd-stress
10:54:17 [2021-05-03T10:54:17.581Z] #56 229.5 + bin/containerd-shim
10:54:19 [2021-05-03T10:54:19.381Z] Congratulations!  All commits are properly signed with the DCO!
10:54:19 [2021-05-03T10:54:19.381Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
10:54:19 [2021-05-03T10:54:19.381Z] No api/types/ or api/swagger.yaml changes in diff.
10:54:19 [2021-05-03T10:54:19.381Z] Congratulations!  All TOML source files changed here have valid syntax.
10:54:19 [2021-05-03T10:54:19.381Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
10:54:19 [2021-05-03T10:54:19.381Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
10:54:19 [2021-05-03T10:54:19.381Z] Congratulations!  No new tests were added to integration-cli.
10:54:19 [2021-05-03T10:54:19.381Z] 
10:54:19 [2021-05-03T10:54:19.381Z] INFO Start validation with golang-ci-lint
10:54:19 [2021-05-03T10:54:19.381Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
10:54:19 [2021-05-03T10:54:19.381Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
10:54:19 [2021-05-03T10:54:19.381Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
10:54:20 [2021-05-03T10:54:20.042Z] #56 244.4 + bin/containerd-shim-runc-v2
10:54:20 [2021-05-03T10:54:20.052Z] #56 202.0 + bin/containerd-shim
10:54:20 [2021-05-03T10:54:20.301Z] #56 245.3 + binaries
10:54:20 [2021-05-03T10:54:20.301Z] #56 245.3 + install -D bin/containerd /build/containerd
10:54:20 [2021-05-03T10:54:20.301Z] #56 245.4 + install -D bin/containerd-shim /build/containerd-shim
10:54:20 [2021-05-03T10:54:20.301Z] #56 245.4 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
10:54:20 [2021-05-03T10:54:20.301Z] #56 245.4 + install -D bin/ctr /build/ctr
10:54:22 [2021-05-03T10:54:22.203Z] #56 DONE 247.2s
10:54:23 [2021-05-03T10:54:23.139Z] 
10:54:23 [2021-05-03T10:54:23.139Z] #57 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/bin/
10:54:23 [2021-05-03T10:54:23.139Z] #57 sha256:2c033e6e9746446a9828b1d73c3be3a22fe46d7ad538048cbd9053d29659e8b6
10:54:24 [2021-05-03T10:54:24.150Z] #56 236.1 + bin/containerd-shim-runc-v1
10:54:24 [2021-05-03T10:54:24.515Z] #57 DONE 1.2s
10:54:24 [2021-05-03T10:54:24.515Z] 
10:54:24 [2021-05-03T10:54:24.515Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
10:54:24 [2021-05-03T10:54:24.515Z] #61 sha256:eabfd10abfbdaad6fa6ad339616754fa72f8e39d893a4b435d889b765b80f207
10:54:24 [2021-05-03T10:54:24.774Z] #61 DONE 0.3s
10:54:24 [2021-05-03T10:54:24.774Z] 
10:54:24 [2021-05-03T10:54:24.774Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit        /build/ /usr/local/bin/
10:54:24 [2021-05-03T10:54:24.774Z] #66 sha256:250c1dc78145fb1966cae5e7fceeccd00559e3f792661b2d13a9dfb16518d274
10:54:26 [2021-05-03T10:54:26.150Z] #66 DONE 1.2s
10:54:26 [2021-05-03T10:54:26.150Z] 
10:54:26 [2021-05-03T10:54:26.150Z] #68 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/bin/
10:54:26 [2021-05-03T10:54:26.150Z] #68 sha256:f012b8b9d7af67deff0169a07f6db67db5805e9583b3febd4ccb0889c5ab907f
10:54:26 [2021-05-03T10:54:26.150Z] #68 DONE 0.1s
10:54:26 [2021-05-03T10:54:26.150Z] 
10:54:26 [2021-05-03T10:54:26.150Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
10:54:26 [2021-05-03T10:54:26.150Z] #69 sha256:75eed8f47ec309748c9d70158e93ddd56a7d0cb2d97b5427aafded2f3746584c
10:54:26 [2021-05-03T10:54:26.150Z] #69 DONE 0.0s
10:54:26 [2021-05-03T10:54:26.150Z] 
10:54:26 [2021-05-03T10:54:26.150Z] #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
10:54:26 [2021-05-03T10:54:26.150Z] #70 sha256:548973e4365bae7e5011c1a016eca6337311e01122e86a9d0a3107b726a530cb
10:54:26 [2021-05-03T10:54:26.648Z] #56 207.7 + bin/containerd-shim-runc-v1
10:54:26 [2021-05-03T10:54:26.716Z] #70 0.698 Hit:1 http://deb.debian.org/debian buster-backports InRelease
10:54:26 [2021-05-03T10:54:26.975Z] #70 0.852 Hit:2 http://cdn-fastly.deb.debian.org/debian buster InRelease
10:54:26 [2021-05-03T10:54:26.975Z] #70 0.934 Hit:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease
10:54:26 [2021-05-03T10:54:26.975Z] #70 0.934 Hit:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease
10:54:27 [2021-05-03T10:54:27.544Z] #70 1.116 Reading package lists...
10:54:28 [2021-05-03T10:54:28.374Z] #70 1.746 Reading package lists...
10:54:28 [2021-05-03T10:54:28.633Z] #70 2.370 Building dependency tree...
10:54:28 [2021-05-03T10:54:28.633Z] #70 2.488 Reading state information...
10:54:28 [2021-05-03T10:54:28.633Z] #70 2.593 The following additional packages will be installed:
10:54:28 [2021-05-03T10:54:28.633Z] #70 2.593   libargon2-1 libcryptsetup12 libdbus-1-3 libidn11 libjson-c3 libkmod2
10:54:28 [2021-05-03T10:54:28.633Z] #70 2.593   libpam-systemd
10:54:28 [2021-05-03T10:54:28.633Z] #70 2.594 Suggested packages:
10:54:28 [2021-05-03T10:54:28.633Z] #70 2.594   systemd-container policykit-1
10:54:28 [2021-05-03T10:54:28.633Z] #70 2.594 Recommended packages:
10:54:28 [2021-05-03T10:54:28.633Z] #70 2.594   libnss-systemd
10:54:28 [2021-05-03T10:54:28.633Z] #70 2.673 The following NEW packages will be installed:
10:54:28 [2021-05-03T10:54:28.633Z] #70 2.673   dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libidn11
10:54:28 [2021-05-03T10:54:28.633Z] #70 2.674   libjson-c3 libkmod2 libpam-systemd systemd systemd-sysv
10:54:28 [2021-05-03T10:54:28.902Z] #70 2.939 0 upgraded, 11 newly installed, 0 to remove and 27 not upgraded.
10:54:28 [2021-05-03T10:54:28.902Z] #70 2.939 Need to get 4762 kB of archives.
10:54:28 [2021-05-03T10:54:28.902Z] #70 2.939 After this operation, 16.6 MB of additional disk space will be used.
10:54:28 [2021-05-03T10:54:28.902Z] #70 2.939 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]
10:54:28 [2021-05-03T10:54:28.902Z] #70 2.941 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjson-c3 amd64 0.12.1+ds-2+deb10u1 [27.3 kB]
10:54:28 [2021-05-03T10:54:28.902Z] #70 2.941 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcryptsetup12 amd64 2:2.1.0-5+deb10u2 [193 kB]
10:54:28 [2021-05-03T10:54:28.902Z] #70 2.945 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libidn11 amd64 1.33-2.2 [116 kB]
10:54:28 [2021-05-03T10:54:28.902Z] #70 2.946 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libkmod2 amd64 26-1 [52.7 kB]
10:54:28 [2021-05-03T10:54:28.902Z] #70 2.947 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd amd64 241-7~deb10u7 [3499 kB]
10:54:28 [2021-05-03T10:54:28.902Z] #70 3.012 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd-sysv amd64 241-7~deb10u7 [100 kB]
10:54:29 [2021-05-03T10:54:29.162Z] #70 3.013 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdbus-1-3 amd64 1.12.20-0+deb10u1 [215 kB]
10:54:29 [2021-05-03T10:54:29.162Z] #70 3.015 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus amd64 1.12.20-0+deb10u1 [236 kB]
10:54:29 [2021-05-03T10:54:29.162Z] #70 3.017 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpam-systemd amd64 241-7~deb10u7 [209 kB]
10:54:29 [2021-05-03T10:54:29.162Z] #70 3.019 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus-user-session amd64 1.12.20-0+deb10u1 [94.5 kB]
10:54:29 [2021-05-03T10:54:29.162Z] #70 3.195 debconf: delaying package configuration, since apt-utils is not installed
10:54:29 [2021-05-03T10:54:29.162Z] #70 3.219 Fetched 4762 kB in 0s (14.2 MB/s)
10:54:29 [2021-05-03T10:54:29.162Z] #70 3.248 Selecting previously unselected package libargon2-1:amd64.
10:54:29 [2021-05-03T10:54:29.162Z] #70 3.248 (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.)
10:54:29 [2021-05-03T10:54:29.162Z] #70 3.259 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ...
10:54:29 [2021-05-03T10:54:29.162Z] #70 3.268 Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
10:54:29 [2021-05-03T10:54:29.421Z] #70 3.307 Selecting previously unselected package libjson-c3:amd64.
10:54:29 [2021-05-03T10:54:29.421Z] #70 3.309 Preparing to unpack .../1-libjson-c3_0.12.1+ds-2+deb10u1_amd64.deb ...
10:54:29 [2021-05-03T10:54:29.421Z] #70 3.314 Unpacking libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ...
10:54:29 [2021-05-03T10:54:29.421Z] #70 3.352 Selecting previously unselected package libcryptsetup12:amd64.
10:54:29 [2021-05-03T10:54:29.421Z] #70 3.354 Preparing to unpack .../2-libcryptsetup12_2%3a2.1.0-5+deb10u2_amd64.deb ...
10:54:29 [2021-05-03T10:54:29.421Z] #70 3.359 Unpacking libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ...
10:54:29 [2021-05-03T10:54:29.421Z] #70 3.442 Selecting previously unselected package libidn11:amd64.
10:54:29 [2021-05-03T10:54:29.421Z] #70 3.445 Preparing to unpack .../3-libidn11_1.33-2.2_amd64.deb ...
10:54:29 [2021-05-03T10:54:29.421Z] #70 3.450 Unpacking libidn11:amd64 (1.33-2.2) ...
10:54:29 [2021-05-03T10:54:29.421Z] #70 3.496 Selecting previously unselected package libkmod2:amd64.
10:54:29 [2021-05-03T10:54:29.421Z] #70 3.500 Preparing to unpack .../4-libkmod2_26-1_amd64.deb ...
10:54:29 [2021-05-03T10:54:29.421Z] #70 3.504 Unpacking libkmod2:amd64 (26-1) ...
10:54:29 [2021-05-03T10:54:29.421Z] #70 3.550 Selecting previously unselected package systemd.
10:54:29 [2021-05-03T10:54:29.423Z] #56 240.6 + bin/containerd-shim-runc-v2
10:54:29 [2021-05-03T10:54:29.680Z] #70 3.552 Preparing to unpack .../5-systemd_241-7~deb10u7_amd64.deb ...
10:54:29 [2021-05-03T10:54:29.681Z] #70 3.592 Unpacking systemd (241-7~deb10u7) ...
10:54:29 [2021-05-03T10:54:29.682Z] #56 241.6 + binaries
10:54:29 [2021-05-03T10:54:29.682Z] #56 241.6 + install -D bin/containerd /build/containerd
10:54:29 [2021-05-03T10:54:29.682Z] #56 241.6 + install -D bin/containerd-shim /build/containerd-shim
10:54:29 [2021-05-03T10:54:29.682Z] #56 241.6 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
10:54:29 [2021-05-03T10:54:29.682Z] #56 241.6 + install -D bin/ctr /build/ctr
10:54:29 [2021-05-03T10:54:29.947Z] #70 4.083 Setting up libargon2-1:amd64 (0~20171227-0.2) ...
10:54:29 [2021-05-03T10:54:29.947Z] #70 4.098 Setting up libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ...
10:54:29 [2021-05-03T10:54:29.947Z] #70 4.110 Setting up libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ...
10:54:29 [2021-05-03T10:54:29.969Z] #56 211.7 + bin/containerd-shim-runc-v2
10:54:30 [2021-05-03T10:54:30.210Z] #70 4.121 Setting up libidn11:amd64 (1.33-2.2) ...
10:54:30 [2021-05-03T10:54:30.210Z] #70 4.156 Setting up libkmod2:amd64 (26-1) ...
10:54:30 [2021-05-03T10:54:30.210Z] #70 4.170 Setting up systemd (241-7~deb10u7) ...
10:54:30 [2021-05-03T10:54:30.210Z] #70 4.224 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
10:54:30 [2021-05-03T10:54:30.210Z] #70 4.226 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
10:54:30 [2021-05-03T10:54:30.210Z] #70 4.229 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
10:54:30 [2021-05-03T10:54:30.210Z] #70 4.229 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
10:54:30 [2021-05-03T10:54:30.248Z] #56 DONE 242.2s
10:54:30 [2021-05-03T10:54:30.777Z] #70 4.740 Selecting previously unselected package systemd-sysv.
10:54:30 [2021-05-03T10:54:30.777Z] #70 4.740 (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.)
10:54:30 [2021-05-03T10:54:30.777Z] #70 4.753 Preparing to unpack .../systemd-sysv_241-7~deb10u7_amd64.deb ...
10:54:30 [2021-05-03T10:54:30.777Z] #70 4.757 Unpacking systemd-sysv (241-7~deb10u7) ...
10:54:30 [2021-05-03T10:54:30.777Z] #70 4.802 Selecting previously unselected package libdbus-1-3:amd64.
10:54:30 [2021-05-03T10:54:30.777Z] #70 4.804 Preparing to unpack .../libdbus-1-3_1.12.20-0+deb10u1_amd64.deb ...
10:54:30 [2021-05-03T10:54:30.777Z] #70 4.808 Unpacking libdbus-1-3:amd64 (1.12.20-0+deb10u1) ...
10:54:30 [2021-05-03T10:54:30.777Z] #70 4.877 Selecting previously unselected package dbus.
10:54:30 [2021-05-03T10:54:30.777Z] #70 4.877 Preparing to unpack .../dbus_1.12.20-0+deb10u1_amd64.deb ...
10:54:30 [2021-05-03T10:54:30.777Z] #70 4.888 Unpacking dbus (1.12.20-0+deb10u1) ...
10:54:31 [2021-05-03T10:54:31.036Z] #70 4.957 Selecting previously unselected package libpam-systemd:amd64.
10:54:31 [2021-05-03T10:54:31.036Z] #70 4.960 Preparing to unpack .../libpam-systemd_241-7~deb10u7_amd64.deb ...
10:54:31 [2021-05-03T10:54:31.036Z] #70 4.965 Unpacking libpam-systemd:amd64 (241-7~deb10u7) ...
10:54:31 [2021-05-03T10:54:31.036Z] #70 5.009 Selecting previously unselected package dbus-user-session.
10:54:31 [2021-05-03T10:54:31.036Z] #70 5.012 Preparing to unpack .../dbus-user-session_1.12.20-0+deb10u1_amd64.deb ...
10:54:31 [2021-05-03T10:54:31.036Z] #70 5.016 Unpacking dbus-user-session (1.12.20-0+deb10u1) ...
10:54:31 [2021-05-03T10:54:31.184Z] 
10:54:31 [2021-05-03T10:54:31.184Z] #57 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/bin/
10:54:31 [2021-05-03T10:54:31.184Z] #57 sha256:af3cb0aa41484f0a2423ec4e5fbb49d66eee5b23ad9a5c801b80cf3e8f0442de
10:54:31 [2021-05-03T10:54:31.294Z] #70 5.111 Setting up systemd-sysv (241-7~deb10u7) ...
10:54:31 [2021-05-03T10:54:31.294Z] #70 5.124 Setting up libdbus-1-3:amd64 (1.12.20-0+deb10u1) ...
10:54:31 [2021-05-03T10:54:31.294Z] #70 5.135 Setting up dbus (1.12.20-0+deb10u1) ...
10:54:31 [2021-05-03T10:54:31.294Z] #70 5.267 invoke-rc.d: could not determine current runlevel
10:54:31 [2021-05-03T10:54:31.294Z] #70 5.270 invoke-rc.d: policy-rc.d denied execution of start.
10:54:31 [2021-05-03T10:54:31.294Z] #70 5.274 Setting up libpam-systemd:amd64 (241-7~deb10u7) ...
10:54:31 [2021-05-03T10:54:31.352Z] #56 213.0 + binaries
10:54:31 [2021-05-03T10:54:31.352Z] #56 213.0 + install -D bin/containerd /build/containerd
10:54:31 [2021-05-03T10:54:31.352Z] #56 213.1 + install -D bin/containerd-shim /build/containerd-shim
10:54:31 [2021-05-03T10:54:31.352Z] #56 213.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
10:54:31 [2021-05-03T10:54:31.352Z] #56 213.1 + install -D bin/ctr /build/ctr
10:54:31 [2021-05-03T10:54:31.553Z] #70 5.416 Setting up dbus-user-session (1.12.20-0+deb10u1) ...
10:54:31 [2021-05-03T10:54:31.553Z] #70 5.438 Processing triggers for systemd (241-7~deb10u7) ...
10:54:31 [2021-05-03T10:54:31.553Z] #70 5.446 Processing triggers for libc-bin (2.28-10) ...
10:54:31 [2021-05-03T10:54:31.553Z] #70 DONE 5.6s
10:54:31 [2021-05-03T10:54:31.553Z] 
10:54:31 [2021-05-03T10:54:31.553Z] #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
10:54:31 [2021-05-03T10:54:31.553Z] #71 sha256:00843cc94dab48442b5af313f3e74886c4b2b3177852aba1e0e088167caaaf95
10:54:32 [2021-05-03T10:54:32.122Z] #71 0.477   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
10:54:32 [2021-05-03T10:54:32.122Z] #71 0.477                                  Dload  Upload   Total   Spent    Left  Speed
10:54:32 [2021-05-03T10:54:32.122Z] #71 0.477 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  1823  100  1823    0     0  16572      0 --:--:-- --:--:-- --:--:-- 16572
10:54:32 [2021-05-03T10:54:32.122Z] #71 DONE 0.6s
10:54:32 [2021-05-03T10:54:32.122Z] 
10:54:32 [2021-05-03T10:54:32.122Z] #72 [final 1/1] COPY . /go/src/github.com/docker/docker
10:54:32 [2021-05-03T10:54:32.122Z] #72 sha256:a1e173652c2d3d5fd634cc285796f7fbee843fe6e77e44337e77beff27b2f118
10:54:32 [2021-05-03T10:54:32.123Z] #57 DONE 0.8s
10:54:32 [2021-05-03T10:54:32.123Z] 
10:54:32 [2021-05-03T10:54:32.123Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
10:54:32 [2021-05-03T10:54:32.123Z] #61 sha256:0cdad3364ca1145ce7eb9032c22661cd104dedb1ca959188dc42002b03936b16
10:54:32 [2021-05-03T10:54:32.381Z] #61 DONE 0.2s
10:54:32 [2021-05-03T10:54:32.381Z] 
10:54:32 [2021-05-03T10:54:32.381Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit        /build/ /usr/local/bin/
10:54:32 [2021-05-03T10:54:32.381Z] #66 sha256:260f391000deca865f837e76d291161e6e2aae90468a1c23fe8e810ed674d92c
10:54:32 [2021-05-03T10:54:32.948Z] #66 DONE 0.9s
10:54:33 [2021-05-03T10:54:33.058Z] #72 DONE 0.8s
10:54:33 [2021-05-03T10:54:33.058Z] 
10:54:33 [2021-05-03T10:54:33.058Z] #73 exporting to image
10:54:33 [2021-05-03T10:54:33.058Z] #73 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
10:54:33 [2021-05-03T10:54:33.058Z] #73 exporting layers
10:54:33 [2021-05-03T10:54:33.206Z] 
10:54:33 [2021-05-03T10:54:33.206Z] #68 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/bin/
10:54:33 [2021-05-03T10:54:33.206Z] #68 sha256:7e0c9cb8df2cd7bd7aa4710cab2e226576f7cd32da70c8bd11be4d846790896a
10:54:33 [2021-05-03T10:54:33.206Z] #68 DONE 0.0s
10:54:33 [2021-05-03T10:54:33.206Z] 
10:54:33 [2021-05-03T10:54:33.206Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
10:54:33 [2021-05-03T10:54:33.206Z] #69 sha256:6ed54213df17ebebe290717e9e335fb3bc8eba177e08d6f1a6d703e52d07c6eb
10:54:33 [2021-05-03T10:54:33.206Z] #69 DONE 0.0s
10:54:33 [2021-05-03T10:54:33.206Z] 
10:54:33 [2021-05-03T10:54:33.206Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker
10:54:33 [2021-05-03T10:54:33.206Z] #70 sha256:282d30dbf7d33c1dfb19f291b3273a271cbc58305a833c3f705d65645d374b0c
10:54:34 [2021-05-03T10:54:34.648Z] #56 DONE 216.7s
10:54:35 [2021-05-03T10:54:35.109Z] #70 DONE 1.8s
10:54:35 [2021-05-03T10:54:35.109Z] 
10:54:35 [2021-05-03T10:54:35.109Z] #71 exporting to image
10:54:35 [2021-05-03T10:54:35.109Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
10:54:35 [2021-05-03T10:54:35.109Z] #71 exporting layers
10:54:36 [2021-05-03T10:54:36.561Z] 
10:54:36 [2021-05-03T10:54:36.561Z] #57 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/bin/
10:54:36 [2021-05-03T10:54:36.561Z] #57 sha256:0ce0947bef6ac7c3dd221916c921a6a06e6dd6f78983d783f25fa004c5f71ed6
10:54:38 [2021-05-03T10:54:38.471Z] #57 DONE 2.0s
10:54:38 [2021-05-03T10:54:38.471Z] 
10:54:38 [2021-05-03T10:54:38.471Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
10:54:38 [2021-05-03T10:54:38.471Z] #61 sha256:dca0813db449c02e0b4ffbcab96365a3ed79413316ff2452301b5e8f3a9dc716
10:54:38 [2021-05-03T10:54:38.731Z] #61 DONE 0.5s
10:54:38 [2021-05-03T10:54:38.731Z] 
10:54:38 [2021-05-03T10:54:38.731Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit        /build/ /usr/local/bin/
10:54:38 [2021-05-03T10:54:38.731Z] #66 sha256:f6284cbbec4fa7654745c7e9ab989b9a46b58d465f6ac37eea0cf134bd44820e
10:54:41 [2021-05-03T10:54:41.178Z] #73 exporting layers 6.8s done
10:54:41 [2021-05-03T10:54:41.178Z] #73 writing image sha256:02c827ddec45214638e6629bf34295e5813266b3733972148ad7c5e54a4d2e61 done
10:54:41 [2021-05-03T10:54:41.178Z] #73 naming to docker.io/library/docker:19b7f7f3484697146ca76b75346365080b99a3b2 done
10:54:41 [2021-05-03T10:54:41.178Z] #73 DONE 6.8s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
10:54:41 [2021-05-03T10:54:41.272Z] #66 DONE 2.1s
10:54:41 [2021-05-03T10:54:41.272Z] 
10:54:41 [2021-05-03T10:54:41.272Z] #68 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/bin/
10:54:41 [2021-05-03T10:54:41.272Z] #68 sha256:881e59a32dd597e6981374651ee94e83a2de9bba11528dabce3e806ee516d4b0
10:54:41 [2021-05-03T10:54:41.272Z] #68 DONE 0.1s
10:54:41 [2021-05-03T10:54:41.272Z] 
10:54:41 [2021-05-03T10:54:41.272Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
10:54:41 [2021-05-03T10:54:41.272Z] #69 sha256:e67686a79e6b8d5b788b8122958079b6e6e85574ce56be0efaf3e84e1c9555f2
10:54:41 [2021-05-03T10:54:41.272Z] #69 DONE 0.0s
10:54:41 [2021-05-03T10:54:41.272Z] 
10:54:41 [2021-05-03T10:54:41.272Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker
10:54:41 [2021-05-03T10:54:41.272Z] #70 sha256:d6d93514a33480da5c573f407a74b70e66a8cba85994062678c158c4743fc159
10:54:41 [2021-05-03T10:54:41.540Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42329/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=19b7f7f3484697146ca76b75346365080b99a3b2 -e DOCKER_GRAPHDRIVER -e DOCKER_EXPERIMENTAL -e DOCKER_SYSTEMD -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:19b7f7f3484697146ca76b75346365080b99a3b2 hack/make.sh dynbinary test-integration
10:54:41 [2021-05-03T10:54:41.675Z] #71 exporting layers 6.7s done
10:54:41 [2021-05-03T10:54:41.675Z] #71 writing image sha256:77ca19cbe99fff7f14045fc996015231045377b5c86bfaa18d88a01b65372445 done
10:54:41 [2021-05-03T10:54:41.675Z] #71 naming to docker.io/library/docker:19b7f7f3484697146ca76b75346365080b99a3b2 done
10:54:41 [2021-05-03T10:54:41.675Z] #71 DONE 6.7s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
10:54:42 [2021-05-03T10:54:42.028Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42329/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=19b7f7f3484697146ca76b75346365080b99a3b2 -e DOCKER_GRAPHDRIVER -e DOCKER_EXPERIMENTAL -e DOCKER_ROOTLESS -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:19b7f7f3484697146ca76b75346365080b99a3b2 hack/make.sh dynbinary test-integration
10:54:42 [2021-05-03T10:54:42.657Z] #70 DONE 1.9s
10:54:42 [2021-05-03T10:54:42.920Z] 
10:54:42 [2021-05-03T10:54:42.920Z] #71 exporting to image
10:54:42 [2021-05-03T10:54:42.920Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
10:54:42 [2021-05-03T10:54:42.920Z] #71 exporting layers
10:54:42 [2021-05-03T10:54:42.968Z] 
10:54:42 [2021-05-03T10:54:42.968Z] Removing bundles/
10:54:42 [2021-05-03T10:54:42.968Z] 
10:54:42 [2021-05-03T10:54:42.968Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
10:54:42 [2021-05-03T10:54:42.968Z] Building: bundles/dynbinary-daemon/dockerd-dev
10:54:42 [2021-05-03T10:54:42.968Z] GOOS="" GOARCH="" GOARM=""
10:54:43 [2021-05-03T10:54:43.442Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null.
10:54:43 [2021-05-03T10:54:43.443Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null.
10:54:43 [2021-05-03T10:54:43.443Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service.
10:54:43 [2021-05-03T10:54:43.443Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target
10:54:43 [2021-05-03T10:54:43.443Z] 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)
10:54:43 [2021-05-03T10:54:43.443Z] Detected virtualization docker.
10:54:43 [2021-05-03T10:54:43.443Z] Detected architecture x86-64.
10:54:43 [2021-05-03T10:54:43.443Z] Set hostname to <c6b010da79c5>.
10:54:43 [2021-05-03T10:54:43.702Z] + source /etc/docker-entrypoint-cmd
10:54:43 [2021-05-03T10:54:43.702Z] ++ hack/make.sh dynbinary test-integration
10:54:43 [2021-05-03T10:54:43.702Z] 
10:54:43 [2021-05-03T10:54:43.702Z] Removing bundles/
10:54:43 [2021-05-03T10:54:43.702Z] 
10:54:43 [2021-05-03T10:54:43.702Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
10:54:43 [2021-05-03T10:54:43.702Z] Building: bundles/dynbinary-daemon/dockerd-dev
10:54:43 [2021-05-03T10:54:43.702Z] GOOS="" GOARCH="" GOARM=""
10:54:47 [2021-05-03T10:54:47.131Z] #71 exporting layers 4.0s done
10:54:47 [2021-05-03T10:54:47.131Z] #71 writing image sha256:f3c8a8191d54f541f0ef47ef5e8170b838fba34ece742c39519c294207bcfcb8 done
10:54:47 [2021-05-03T10:54:47.131Z] #71 naming to docker.io/library/docker:19b7f7f3484697146ca76b75346365080b99a3b2 done
10:54:47 [2021-05-03T10:54:47.131Z] #71 DONE 4.0s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
10:54:47 [2021-05-03T10:54:47.476Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42329/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=19b7f7f3484697146ca76b75346365080b99a3b2 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:19b7f7f3484697146ca76b75346365080b99a3b2 hack/test/unit
10:54:52 [2021-05-03T10:54:52.768Z] ?   	github.com/docker/docker/api	[no test files]
10:55:05 [2021-05-03T10:55:05.024Z] ok  	github.com/docker/docker/api/server	0.029s	coverage: 9.0% of statements
10:55:12 [2021-05-03T10:55:12.063Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
10:55:12 [2021-05-03T10:55:12.063Z] 
10:55:12 [2021-05-03T10:55:12.063Z] + TEST_INTEGRATION_DEST=2
10:55:12 [2021-05-03T10:55:12.063Z] + CONTAINER_NAME=docker-pr2-2
10:55:12 [2021-05-03T10:55:12.063Z] + TEST_SKIP_INTEGRATION=1
10:55:12 [2021-05-03T10:55:12.063Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/'
10:55:12 [2021-05-03T10:55:12.063Z] + run_tests
10:55:12 [2021-05-03T10:55:12.063Z] + c=0
10:55:12 [2021-05-03T10:55:12.063Z] + '[' -n 0 ']'
10:55:12 [2021-05-03T10:55:12.063Z] + rm=
10:55:12 [2021-05-03T10:55:12.063Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42329/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42329/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42329/.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=19b7f7f3484697146ca76b75346365080b99a3b2 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:19b7f7f3484697146ca76b75346365080b99a3b2 hack/make.sh '' test-integration
10:55:12 [2021-05-03T10:55:12.063Z] + TEST_INTEGRATION_DEST=1
10:55:12 [2021-05-03T10:55:12.063Z] + CONTAINER_NAME=docker-pr2-1
10:55:12 [2021-05-03T10:55:12.063Z] + TEST_SKIP_INTEGRATION_CLI=1
10:55:12 [2021-05-03T10:55:12.063Z] + run_tests test-integration-flaky
10:55:12 [2021-05-03T10:55:12.063Z] + '[' -n 0 ']'
10:55:12 [2021-05-03T10:55:12.063Z] + rm=
10:55:12 [2021-05-03T10:55:12.063Z] + TEST_INTEGRATION_DEST=3
10:55:12 [2021-05-03T10:55:12.063Z] + CONTAINER_NAME=docker-pr2-3
10:55:12 [2021-05-03T10:55:12.063Z] + TEST_SKIP_INTEGRATION=1
10:55:12 [2021-05-03T10:55:12.063Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/'
10:55:12 [2021-05-03T10:55:12.063Z] + run_tests
10:55:12 [2021-05-03T10:55:12.063Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42329/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42329/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42329/.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=19b7f7f3484697146ca76b75346365080b99a3b2 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:19b7f7f3484697146ca76b75346365080b99a3b2 hack/make.sh test-integration-flaky test-integration
10:55:12 [2021-05-03T10:55:12.063Z] + '[' -n 0 ']'
10:55:12 [2021-05-03T10:55:12.063Z] + rm=
10:55:12 [2021-05-03T10:55:12.063Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42329/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42329/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42329/.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=19b7f7f3484697146ca76b75346365080b99a3b2 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:19b7f7f3484697146ca76b75346365080b99a3b2 hack/make.sh '' test-integration
10:55:12 [2021-05-03T10:55:12.063Z] ++ jobs -p
10:55:12 [2021-05-03T10:55:12.063Z] + for job in $(jobs -p)
10:55:12 [2021-05-03T10:55:12.063Z] + wait 9928
10:55:12 [2021-05-03T10:55:12.063Z] 
10:55:12 [2021-05-03T10:55:12.063Z] ---> Making bundle: test-integration (in bundles/test-integration)
10:55:12 [2021-05-03T10:55:12.063Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
10:55:12 [2021-05-03T10:55:12.063Z] HOSTNAME=71cc097ee3c0
10:55:12 [2021-05-03T10:55:12.063Z] TEST_SKIP_INTEGRATION=1
10:55:12 [2021-05-03T10:55:12.063Z] TESTDEBUG=0
10:55:12 [2021-05-03T10:55:12.063Z] DEST=bundles/test-integration
10:55:12 [2021-05-03T10:55:12.063Z] PWD=/go/src/github.com/docker/docker
10:55:12 [2021-05-03T10:55:12.063Z] KEEPBUNDLE=1
10:55:12 [2021-05-03T10:55:12.063Z] DOCKER_GITCOMMIT=19b7f7f3484697146ca76b75346365080b99a3b2
10:55:12 [2021-05-03T10:55:12.063Z] container=docker
10:55:12 [2021-05-03T10:55:12.063Z] HOME=/root
10:55:12 [2021-05-03T10:55:12.063Z] GOLANG_VERSION=1.13.15
10:55:12 [2021-05-03T10:55:12.063Z] VALIDATE_REPO=https://github.com/moby/moby.git
10:55:12 [2021-05-03T10:55:12.063Z] VALIDATE_BRANCH=master
10:55:12 [2021-05-03T10:55:12.063Z] TERM=xterm
10:55:12 [2021-05-03T10:55:12.063Z] DOCKER_PKG=github.com/docker/docker
10:55:12 [2021-05-03T10:55:12.063Z] SHLVL=1
10:55:12 [2021-05-03T10:55:12.063Z] TIMEOUT=120m
10:55:12 [2021-05-03T10:55:12.063Z] DOCKER_BUILDTAGS=apparmor seccomp journald
10:55:12 [2021-05-03T10:55:12.063Z] DOCKER_GRAPHDRIVER=overlay2
10:55:12 [2021-05-03T10:55:12.063Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
10:55:12 [2021-05-03T10:55:12.063Z] GO111MODULE=off
10:55:12 [2021-05-03T10:55:12.063Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
10:55:12 [2021-05-03T10:55:12.063Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
10:55:12 [2021-05-03T10:55:12.063Z] GOPATH=/go
10:55:12 [2021-05-03T10:55:12.063Z] PKG_CONFIG=pkg-config
10:55:12 [2021-05-03T10:55:12.063Z] _=/usr/bin/env
10:55:12 [2021-05-03T10:55:12.063Z] Building test suite binary ./integration-cli/test.main
10:55:12 [2021-05-03T10:55:12.063Z] 
10:55:12 [2021-05-03T10:55:12.063Z] 
10:55:12 [2021-05-03T10:55:12.063Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky)
10:55:12 [2021-05-03T10:55:12.063Z] ---> Making bundle: test-integration (in bundles/test-integration)
10:55:12 [2021-05-03T10:55:12.063Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
10:55:12 [2021-05-03T10:55:12.063Z] HOSTNAME=95c05959beb0
10:55:12 [2021-05-03T10:55:12.063Z] TEST_SKIP_INTEGRATION=1
10:55:12 [2021-05-03T10:55:12.063Z] TESTDEBUG=0
10:55:12 [2021-05-03T10:55:12.063Z] DEST=bundles/test-integration
10:55:12 [2021-05-03T10:55:12.063Z] PWD=/go/src/github.com/docker/docker
10:55:12 [2021-05-03T10:55:12.063Z] KEEPBUNDLE=1
10:55:12 [2021-05-03T10:55:12.063Z] DOCKER_GITCOMMIT=19b7f7f3484697146ca76b75346365080b99a3b2
10:55:12 [2021-05-03T10:55:12.063Z] container=docker
10:55:12 [2021-05-03T10:55:12.063Z] HOME=/root
10:55:12 [2021-05-03T10:55:12.063Z] GOLANG_VERSION=1.13.15
10:55:12 [2021-05-03T10:55:12.063Z] VALIDATE_REPO=https://github.com/moby/moby.git
10:55:12 [2021-05-03T10:55:12.063Z] VALIDATE_BRANCH=master
10:55:12 [2021-05-03T10:55:12.063Z] TERM=xterm
10:55:12 [2021-05-03T10:55:12.063Z] DOCKER_PKG=github.com/docker/docker
10:55:12 [2021-05-03T10:55:12.063Z] SHLVL=1
10:55:12 [2021-05-03T10:55:12.063Z] TIMEOUT=120m
10:55:12 [2021-05-03T10:55:12.063Z] DOCKER_BUILDTAGS=apparmor seccomp journald
10:55:12 [2021-05-03T10:55:12.063Z] DOCKER_GRAPHDRIVER=overlay2
10:55:12 [2021-05-03T10:55:12.063Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/
10:55:12 [2021-05-03T10:55:12.063Z] GO111MODULE=off
10:55:12 [2021-05-03T10:55:12.063Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
10:55:12 [2021-05-03T10:55:12.063Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
10:55:12 [2021-05-03T10:55:12.063Z] GOPATH=/go
10:55:12 [2021-05-03T10:55:12.063Z] PKG_CONFIG=pkg-config
10:55:12 [2021-05-03T10:55:12.063Z] _=/usr/bin/env
10:55:12 [2021-05-03T10:55:12.063Z] Building test suite binary ./integration-cli/test.main
10:55:12 [2021-05-03T10:55:12.063Z] No new tests added to integration.
10:55:12 [2021-05-03T10:55:12.063Z] 
10:55:12 [2021-05-03T10:55:12.063Z] ---> Making bundle: test-integration (in bundles/test-integration)
10:55:12 [2021-05-03T10:55:12.063Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
10:55:12 [2021-05-03T10:55:12.063Z] HOSTNAME=26bfeb4214f4
10:55:12 [2021-05-03T10:55:12.063Z] TESTDEBUG=0
10:55:12 [2021-05-03T10:55:12.063Z] DEST=bundles/test-integration
10:55:12 [2021-05-03T10:55:12.063Z] PWD=/go/src/github.com/docker/docker
10:55:12 [2021-05-03T10:55:12.063Z] KEEPBUNDLE=1
10:55:12 [2021-05-03T10:55:12.063Z] DOCKER_GITCOMMIT=19b7f7f3484697146ca76b75346365080b99a3b2
10:55:12 [2021-05-03T10:55:12.063Z] container=docker
10:55:12 [2021-05-03T10:55:12.063Z] HOME=/root
10:55:12 [2021-05-03T10:55:12.063Z] GOLANG_VERSION=1.13.15
10:55:12 [2021-05-03T10:55:12.063Z] VALIDATE_REPO=https://github.com/moby/moby.git
10:55:12 [2021-05-03T10:55:12.063Z] VALIDATE_BRANCH=master
10:55:12 [2021-05-03T10:55:12.063Z] TERM=xterm
10:55:12 [2021-05-03T10:55:12.063Z] DOCKER_PKG=github.com/docker/docker
10:55:12 [2021-05-03T10:55:12.063Z] SHLVL=1
10:55:12 [2021-05-03T10:55:12.063Z] TIMEOUT=120m
10:55:12 [2021-05-03T10:55:12.063Z] DOCKER_BUILDTAGS=apparmor seccomp journald
10:55:12 [2021-05-03T10:55:12.063Z] DOCKER_GRAPHDRIVER=overlay2
10:55:12 [2021-05-03T10:55:12.063Z] GO111MODULE=off
10:55:12 [2021-05-03T10:55:12.063Z] TEST_SKIP_INTEGRATION_CLI=1
10:55:12 [2021-05-03T10:55:12.063Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
10:55:12 [2021-05-03T10:55:12.063Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
10:55:12 [2021-05-03T10:55:12.063Z] GOPATH=/go
10:55:12 [2021-05-03T10:55:12.063Z] PKG_CONFIG=pkg-config
10:55:12 [2021-05-03T10:55:12.063Z] _=/usr/bin/env
10:55:12 [2021-05-03T10:55:12.063Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
10:55:21 [2021-05-03T10:55:21.714Z] 399f118dfaa9: Pull complete
10:55:21 [2021-05-03T10:55:21.714Z] Digest: sha256:1bb6543a7fe87bb95d9adfa4c53ea3469c1c846ad63baf32729078062e8c1127
10:55:21 [2021-05-03T10:55:21.714Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019
10:55:21 [2021-05-03T10:55:21.714Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully
10:55:21 [2021-05-03T10:55:21.714Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test
10:55:21 [2021-05-03T10:55:21.714Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1879'
10:55:21 [2021-05-03T10:55:21.714Z] WARN: Skipping validation tests
10:55:21 [2021-05-03T10:55:21.714Z] INFO: Running unit tests at 05/03/2021 10:55:12...
10:55:21 [2021-05-03T10:55:21.714Z] INFO: make.ps1 starting at 05/03/2021 10:55:16
10:55:21 [2021-05-03T10:55:21.714Z] INFO: Git commit (abfd9aed1c) assumed from DOCKER_GITCOMMIT environment variable
10:55:21 [2021-05-03T10:55:21.714Z] INFO: Invoking autogen...
10:55:21 [2021-05-03T10:55:21.714Z] INFO: Running unit tests...
10:55:28 [2021-05-03T10:55:28.745Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml --  -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/dockerd github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/lcow github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/signal/testfiles github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils
10:55:39 [2021-05-03T10:55:39.006Z] ?   	github.com/docker/docker/api	[no test files]
10:55:53 [2021-05-03T10:55:53.749Z] === RUN   TestMiddlewares
10:55:53 [2021-05-03T10:55:53.749Z] --- PASS: TestMiddlewares (0.00s)
10:55:53 [2021-05-03T10:55:53.749Z] PASS
10:55:53 [2021-05-03T10:55:53.749Z] coverage: 9.0% of statements
10:55:53 [2021-05-03T10:55:53.749Z] ok  	github.com/docker/docker/api/server	0.085s	coverage: 9.0% of statements
10:56:01 [2021-05-03T10:56:01.382Z] ok  	github.com/docker/docker/api/server/httputils	0.049s	coverage: 14.7% of statements
10:56:01 [2021-05-03T10:56:01.382Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
10:56:01 [2021-05-03T10:56:01.382Z] ok  	github.com/docker/docker/api/server/middleware	0.013s	coverage: 37.7% of statements
10:56:01 [2021-05-03T10:56:01.382Z] ?   	github.com/docker/docker/api/server/router	[no test files]
10:56:01 [2021-05-03T10:56:01.382Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
10:56:01 [2021-05-03T10:56:01.382Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
10:56:01 [2021-05-03T10:56:01.382Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
10:56:01 [2021-05-03T10:56:01.382Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
10:56:01 [2021-05-03T10:56:01.382Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
10:56:01 [2021-05-03T10:56:01.382Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
10:56:01 [2021-05-03T10:56:01.382Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
10:56:01 [2021-05-03T10:56:01.382Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
10:56:01 [2021-05-03T10:56:01.957Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
10:56:01 [2021-05-03T10:56:01.957Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
10:56:02 [2021-05-03T10:56:02.220Z] ok  	github.com/docker/docker/api/types/strslice	0.015s	coverage: 90.0% of statements
10:56:02 [2021-05-03T10:56:02.220Z] ok  	github.com/docker/docker/api/types/filters	0.032s	coverage: 92.2% of statements
10:56:02 [2021-05-03T10:56:02.482Z] ok  	github.com/docker/docker/api/server/router/swarm	0.037s	coverage: 5.7% of statements
10:56:02 [2021-05-03T10:56:02.482Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
10:56:02 [2021-05-03T10:56:02.482Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
10:56:02 [2021-05-03T10:56:02.482Z] ?   	github.com/docker/docker/api/types	[no test files]
10:56:02 [2021-05-03T10:56:02.482Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
10:56:02 [2021-05-03T10:56:02.482Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
10:56:02 [2021-05-03T10:56:02.482Z] ?   	github.com/docker/docker/api/types/container	[no test files]
10:56:02 [2021-05-03T10:56:02.482Z] ?   	github.com/docker/docker/api/types/events	[no test files]
10:56:02 [2021-05-03T10:56:02.482Z] ?   	github.com/docker/docker/api/types/image	[no test files]
10:56:02 [2021-05-03T10:56:02.482Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
10:56:02 [2021-05-03T10:56:02.482Z] ?   	github.com/docker/docker/api/types/network	[no test files]
10:56:02 [2021-05-03T10:56:02.482Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
10:56:02 [2021-05-03T10:56:02.482Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
10:56:02 [2021-05-03T10:56:02.482Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
10:56:02 [2021-05-03T10:56:02.482Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
10:56:02 [2021-05-03T10:56:02.744Z] ok  	github.com/docker/docker/api/types/time	0.053s	coverage: 100.0% of statements
10:56:02 [2021-05-03T10:56:02.744Z] ok  	github.com/docker/docker/api/types/versions	0.014s	coverage: 75.0% of statements
10:56:02 [2021-05-03T10:56:02.744Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
10:56:02 [2021-05-03T10:56:02.744Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
10:56:02 [2021-05-03T10:56:02.744Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
10:56:02 [2021-05-03T10:56:02.744Z] ?   	github.com/docker/docker/builder	[no test files]
10:56:02 [2021-05-03T10:56:02.744Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
10:56:02 [2021-05-03T10:56:02.744Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
10:56:02 [2021-05-03T10:56:02.744Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
10:56:02 [2021-05-03T10:56:02.744Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
10:56:02 [2021-05-03T10:56:02.744Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
10:56:02 [2021-05-03T10:56:02.744Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
10:56:02 [2021-05-03T10:56:02.744Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
10:56:06 [2021-05-03T10:56:06.057Z] ok  	github.com/docker/docker/cli/debug	0.023s	coverage: 100.0% of statements
10:56:06 [2021-05-03T10:56:06.632Z] ok  	github.com/docker/docker/builder/remotecontext	0.182s	coverage: 13.7% of statements
10:56:07 [2021-05-03T10:56:07.206Z] ok  	github.com/docker/docker/builder/dockerfile	0.463s	coverage: 48.5% of statements
10:56:07 [2021-05-03T10:56:07.206Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
10:56:08 [2021-05-03T10:56:08.596Z] ok  	github.com/docker/docker/builder/remotecontext/git	4.212s	coverage: 86.3% of statements
10:56:08 [2021-05-03T10:56:08.596Z] ?   	github.com/docker/docker/cli	[no test files]
10:56:08 [2021-05-03T10:56:08.596Z] ?   	github.com/docker/docker/cli/config	[no test files]
10:56:13 [2021-05-03T10:56:13.897Z] ok  	github.com/docker/docker/client	0.293s	coverage: 75.4% of statements
10:56:19 [2021-05-03T10:56:19.498Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
10:56:19 [2021-05-03T10:56:19.498Z] 
10:56:19 [2021-05-03T10:56:19.498Z] ---> Making bundle: test-integration (in bundles/test-integration)
10:56:19 [2021-05-03T10:56:19.498Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
10:56:19 [2021-05-03T10:56:19.499Z] HOSTNAME=f3caaa4f3ad1
10:56:19 [2021-05-03T10:56:19.499Z] DEST=bundles/test-integration
10:56:19 [2021-05-03T10:56:19.499Z] PWD=/go/src/github.com/docker/docker
10:56:19 [2021-05-03T10:56:19.499Z] DOCKER_ROOTLESS=1
10:56:19 [2021-05-03T10:56:19.499Z] DOCKER_GITCOMMIT=19b7f7f3484697146ca76b75346365080b99a3b2
10:56:19 [2021-05-03T10:56:19.499Z] container=docker
10:56:19 [2021-05-03T10:56:19.499Z] HOME=/root
10:56:19 [2021-05-03T10:56:19.499Z] GOLANG_VERSION=1.13.15
10:56:19 [2021-05-03T10:56:19.499Z] VALIDATE_REPO=https://github.com/moby/moby.git
10:56:19 [2021-05-03T10:56:19.499Z] VALIDATE_BRANCH=master
10:56:19 [2021-05-03T10:56:19.499Z] TERM=xterm
10:56:19 [2021-05-03T10:56:19.499Z] DOCKER_PKG=github.com/docker/docker
10:56:19 [2021-05-03T10:56:19.499Z] SHLVL=1
10:56:19 [2021-05-03T10:56:19.499Z] TIMEOUT=120m
10:56:19 [2021-05-03T10:56:19.499Z] DOCKER_BUILDTAGS=apparmor seccomp journald
10:56:19 [2021-05-03T10:56:19.499Z] DOCKER_GRAPHDRIVER=overlay2
10:56:19 [2021-05-03T10:56:19.499Z] GO111MODULE=off
10:56:19 [2021-05-03T10:56:19.499Z] DOCKER_EXPERIMENTAL=1
10:56:19 [2021-05-03T10:56:19.499Z] TEST_SKIP_INTEGRATION_CLI=1
10:56:19 [2021-05-03T10:56:19.499Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
10:56:19 [2021-05-03T10:56:19.499Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
10:56:19 [2021-05-03T10:56:19.499Z] GOPATH=/go
10:56:19 [2021-05-03T10:56:19.499Z] PKG_CONFIG=pkg-config
10:56:19 [2021-05-03T10:56:19.499Z] _=/usr/bin/env
10:56:19 [2021-05-03T10:56:19.499Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
10:56:20 [2021-05-03T10:56:20.168Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
10:56:20 [2021-05-03T10:56:20.168Z] 
10:56:20 [2021-05-03T10:56:20.168Z] ---> Making bundle: test-integration (in bundles/test-integration)
10:56:20 [2021-05-03T10:56:20.168Z] DOCKER_SYSTEMD=1
10:56:20 [2021-05-03T10:56:20.168Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
10:56:20 [2021-05-03T10:56:20.168Z] HOSTNAME=c6b010da79c5
10:56:20 [2021-05-03T10:56:20.168Z] DEST=bundles/test-integration
10:56:20 [2021-05-03T10:56:20.168Z] PWD=/go/src/github.com/docker/docker
10:56:20 [2021-05-03T10:56:20.168Z] DOCKER_GITCOMMIT=19b7f7f3484697146ca76b75346365080b99a3b2
10:56:20 [2021-05-03T10:56:20.168Z] container=docker
10:56:20 [2021-05-03T10:56:20.168Z] HOME=/root
10:56:20 [2021-05-03T10:56:20.168Z] LANG=C.UTF-8
10:56:20 [2021-05-03T10:56:20.168Z] INVOCATION_ID=51ea0965b856423586ffc42b2fbe848a
10:56:20 [2021-05-03T10:56:20.168Z] GOLANG_VERSION=1.13.15
10:56:20 [2021-05-03T10:56:20.168Z] VALIDATE_REPO=https://github.com/moby/moby.git
10:56:20 [2021-05-03T10:56:20.168Z] VALIDATE_BRANCH=master
10:56:20 [2021-05-03T10:56:20.168Z] TERM=xterm
10:56:20 [2021-05-03T10:56:20.168Z] DOCKER_PKG=github.com/docker/docker
10:56:20 [2021-05-03T10:56:20.168Z] SHLVL=3
10:56:20 [2021-05-03T10:56:20.168Z] TIMEOUT=120m
10:56:20 [2021-05-03T10:56:20.168Z] DOCKER_BUILDTAGS=apparmor seccomp journald
10:56:20 [2021-05-03T10:56:20.168Z] DOCKER_GRAPHDRIVER=overlay2
10:56:20 [2021-05-03T10:56:20.168Z] GO111MODULE=off
10:56:20 [2021-05-03T10:56:20.168Z] DOCKER_EXPERIMENTAL=1
10:56:20 [2021-05-03T10:56:20.168Z] TEST_SKIP_INTEGRATION_CLI=1
10:56:20 [2021-05-03T10:56:20.168Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
10:56:20 [2021-05-03T10:56:20.168Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
10:56:20 [2021-05-03T10:56:20.168Z] GOPATH=/go
10:56:20 [2021-05-03T10:56:20.168Z] PKG_CONFIG=pkg-config
10:56:20 [2021-05-03T10:56:20.168Z] _=/usr/bin/env
10:56:20 [2021-05-03T10:56:20.168Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
10:56:25 [2021-05-03T10:56:25.763Z] INFO [loader] Go packages loading at mode 575 (types_sizes|compiled_files|name|deps|exports_file|files|imports) took 2m0.349631552s 
10:56:25 [2021-05-03T10:56:25.763Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 465.986587ms 
10:56:46 [2021-05-03T10:56:46.031Z] ok  	github.com/docker/docker/cmd/dockerd	0.125s	coverage: 29.1% of statements
10:56:46 [2021-05-03T10:56:46.031Z] ok  	github.com/docker/docker/container	0.150s	coverage: 34.7% of statements
10:56:46 [2021-05-03T10:56:46.032Z] ?   	github.com/docker/docker/container/stream	[no test files]
10:56:46 [2021-05-03T10:56:46.032Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
10:56:46 [2021-05-03T10:56:46.032Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
10:56:46 [2021-05-03T10:56:46.032Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
10:56:46 [2021-05-03T10:56:46.032Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.092s	coverage: 65.3% of statements
10:56:46 [2021-05-03T10:56:46.049Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
10:56:46 [2021-05-03T10:56:46.049Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
10:56:46 [2021-05-03T10:56:46.606Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.044s	coverage: 35.9% of statements
10:56:49 [2021-05-03T10:56:49.917Z] ok  	github.com/docker/docker/daemon/cluster	0.160s	coverage: 0.5% of statements
10:56:52 [2021-05-03T10:56:52.262Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
10:56:52 [2021-05-03T10:56:52.262Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
10:56:52 [2021-05-03T10:56:52.477Z] ok  	github.com/docker/docker/daemon/discovery	0.024s	coverage: 30.0% of statements
10:56:53 [2021-05-03T10:56:53.060Z] ok  	github.com/docker/docker/daemon/config	0.115s	coverage: 81.8% of statements
10:56:53 [2021-05-03T10:56:53.633Z] ok  	github.com/docker/docker/daemon/events	0.070s	coverage: 50.0% of statements
10:56:54 [2021-05-03T10:56:54.091Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestBoolValue
10:56:54 [2021-05-03T10:56:54.091Z] --- PASS: TestBoolValue (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestBoolValueOrDefault
10:56:54 [2021-05-03T10:56:54.091Z] --- PASS: TestBoolValueOrDefault (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestInt64ValueOrZero
10:56:54 [2021-05-03T10:56:54.091Z] --- PASS: TestInt64ValueOrZero (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestInt64ValueOrDefault
10:56:54 [2021-05-03T10:56:54.091Z] --- PASS: TestInt64ValueOrDefault (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestInt64ValueOrDefaultWithError
10:56:54 [2021-05-03T10:56:54.091Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestJsonContentType
10:56:54 [2021-05-03T10:56:54.091Z] --- PASS: TestJsonContentType (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z] PASS
10:56:54 [2021-05-03T10:56:54.091Z] coverage: 14.7% of statements
10:56:54 [2021-05-03T10:56:54.091Z] ok  	github.com/docker/docker/api/server/httputils	0.080s	coverage: 14.7% of statements
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestMaskSecretKeys
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestMaskSecretKeys/secret/config_create_and_update_requests
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestMaskSecretKeys/masking_other_fields_(recursively)
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestMaskSecretKeys/case_insensitive_field_matching
10:56:54 [2021-05-03T10:56:54.091Z] --- PASS: TestMaskSecretKeys (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z]     --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z]     --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z]     --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestVersionMiddlewareVersion
10:56:54 [2021-05-03T10:56:54.091Z] --- PASS: TestVersionMiddlewareVersion (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestVersionMiddlewareWithErrorsReturnsHeaders
10:56:54 [2021-05-03T10:56:54.091Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z] PASS
10:56:54 [2021-05-03T10:56:54.091Z] coverage: 37.7% of statements
10:56:54 [2021-05-03T10:56:54.091Z] ok  	github.com/docker/docker/api/server/middleware	0.108s	coverage: 37.7% of statements
10:56:54 [2021-05-03T10:56:54.091Z] ?   	github.com/docker/docker/api/server/router	[no test files]
10:56:54 [2021-05-03T10:56:54.091Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
10:56:54 [2021-05-03T10:56:54.091Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
10:56:54 [2021-05-03T10:56:54.091Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
10:56:54 [2021-05-03T10:56:54.091Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
10:56:54 [2021-05-03T10:56:54.091Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
10:56:54 [2021-05-03T10:56:54.091Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
10:56:54 [2021-05-03T10:56:54.091Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
10:56:54 [2021-05-03T10:56:54.091Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
10:56:54 [2021-05-03T10:56:54.091Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
10:56:54 [2021-05-03T10:56:54.091Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestToJSON
10:56:54 [2021-05-03T10:56:54.091Z] --- PASS: TestToJSON (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestToParamWithVersion
10:56:54 [2021-05-03T10:56:54.091Z] --- PASS: TestToParamWithVersion (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestFromJSON
10:56:54 [2021-05-03T10:56:54.091Z] --- PASS: TestFromJSON (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestEmpty
10:56:54 [2021-05-03T10:56:54.091Z] --- PASS: TestEmpty (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestArgsMatchKVListEmptySources
10:56:54 [2021-05-03T10:56:54.091Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestArgsMatchKVList
10:56:54 [2021-05-03T10:56:54.091Z] --- PASS: TestArgsMatchKVList (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestArgsMatch
10:56:54 [2021-05-03T10:56:54.091Z] --- PASS: TestArgsMatch (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestAdd
10:56:54 [2021-05-03T10:56:54.091Z] --- PASS: TestAdd (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestDel
10:56:54 [2021-05-03T10:56:54.091Z] --- PASS: TestDel (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestLen
10:56:54 [2021-05-03T10:56:54.091Z] --- PASS: TestLen (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestExactMatch
10:56:54 [2021-05-03T10:56:54.091Z] --- PASS: TestExactMatch (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestOnlyOneExactMatch
10:56:54 [2021-05-03T10:56:54.091Z] --- PASS: TestOnlyOneExactMatch (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestContains
10:56:54 [2021-05-03T10:56:54.091Z] --- PASS: TestContains (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestValidate
10:56:54 [2021-05-03T10:56:54.091Z] --- PASS: TestValidate (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestWalkValues
10:56:54 [2021-05-03T10:56:54.091Z] --- PASS: TestWalkValues (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestFuzzyMatch
10:56:54 [2021-05-03T10:56:54.091Z] --- PASS: TestFuzzyMatch (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestClone
10:56:54 [2021-05-03T10:56:54.091Z] --- PASS: TestClone (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z] PASS
10:56:54 [2021-05-03T10:56:54.091Z] coverage: 92.2% of statements
10:56:54 [2021-05-03T10:56:54.091Z] ok  	github.com/docker/docker/api/types/filters	0.162s	coverage: 92.2% of statements
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestStrSliceMarshalJSON
10:56:54 [2021-05-03T10:56:54.091Z] --- PASS: TestStrSliceMarshalJSON (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestStrSliceUnmarshalJSON
10:56:54 [2021-05-03T10:56:54.091Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestStrSliceUnmarshalString
10:56:54 [2021-05-03T10:56:54.091Z] --- PASS: TestStrSliceUnmarshalString (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestStrSliceUnmarshalSlice
10:56:54 [2021-05-03T10:56:54.091Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z] PASS
10:56:54 [2021-05-03T10:56:54.091Z] coverage: 90.0% of statements
10:56:54 [2021-05-03T10:56:54.091Z] ok  	github.com/docker/docker/api/types/strslice	0.062s	coverage: 90.0% of statements
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestAdjustForAPIVersion
10:56:54 [2021-05-03T10:56:54.091Z] --- PASS: TestAdjustForAPIVersion (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z] PASS
10:56:54 [2021-05-03T10:56:54.091Z] coverage: 5.7% of statements
10:56:54 [2021-05-03T10:56:54.091Z] ok  	github.com/docker/docker/api/server/router/swarm	0.060s	coverage: 5.7% of statements
10:56:54 [2021-05-03T10:56:54.091Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
10:56:54 [2021-05-03T10:56:54.091Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
10:56:54 [2021-05-03T10:56:54.091Z] ?   	github.com/docker/docker/api/types	[no test files]
10:56:54 [2021-05-03T10:56:54.091Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
10:56:54 [2021-05-03T10:56:54.091Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
10:56:54 [2021-05-03T10:56:54.091Z] ?   	github.com/docker/docker/api/types/container	[no test files]
10:56:54 [2021-05-03T10:56:54.091Z] ?   	github.com/docker/docker/api/types/events	[no test files]
10:56:54 [2021-05-03T10:56:54.091Z] ?   	github.com/docker/docker/api/types/image	[no test files]
10:56:54 [2021-05-03T10:56:54.091Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
10:56:54 [2021-05-03T10:56:54.091Z] ?   	github.com/docker/docker/api/types/network	[no test files]
10:56:54 [2021-05-03T10:56:54.091Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
10:56:54 [2021-05-03T10:56:54.091Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
10:56:54 [2021-05-03T10:56:54.091Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
10:56:54 [2021-05-03T10:56:54.091Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestDurationToSecondsString
10:56:54 [2021-05-03T10:56:54.091Z] --- PASS: TestDurationToSecondsString (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestGetTimestamp
10:56:54 [2021-05-03T10:56:54.091Z] --- PASS: TestGetTimestamp (0.16s)
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestParseTimestamps
10:56:54 [2021-05-03T10:56:54.091Z] --- PASS: TestParseTimestamps (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z] PASS
10:56:54 [2021-05-03T10:56:54.091Z] coverage: 100.0% of statements
10:56:54 [2021-05-03T10:56:54.091Z] ok  	github.com/docker/docker/api/types/time	0.206s	coverage: 100.0% of statements
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestCompareVersion
10:56:54 [2021-05-03T10:56:54.091Z] --- PASS: TestCompareVersion (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z] PASS
10:56:54 [2021-05-03T10:56:54.091Z] coverage: 75.0% of statements
10:56:54 [2021-05-03T10:56:54.091Z] ok  	github.com/docker/docker/api/types/versions	0.043s	coverage: 75.0% of statements
10:56:54 [2021-05-03T10:56:54.091Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
10:56:54 [2021-05-03T10:56:54.091Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
10:56:54 [2021-05-03T10:56:54.091Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
10:56:54 [2021-05-03T10:56:54.091Z] ?   	github.com/docker/docker/autogen/winresources/dockerd	[no test files]
10:56:54 [2021-05-03T10:56:54.091Z] ?   	github.com/docker/docker/builder	[no test files]
10:56:54 [2021-05-03T10:56:54.091Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
10:56:54 [2021-05-03T10:56:54.091Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
10:56:54 [2021-05-03T10:56:54.091Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
10:56:54 [2021-05-03T10:56:54.091Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
10:56:54 [2021-05-03T10:56:54.091Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
10:56:54 [2021-05-03T10:56:54.091Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
10:56:54 [2021-05-03T10:56:54.091Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestParseRemoteURL
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestParseRemoteURL/git_scheme,_no_url-fragment
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestParseRemoteURL/git_scheme,_with_url-fragment
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestParseRemoteURL/https_scheme,_no_url-fragment
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestParseRemoteURL/https_scheme,_with_url-fragment
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestParseRemoteURL/git@,_no_url-fragment
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestParseRemoteURL/git@,_with_url-fragment
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestParseRemoteURL/ssh,_no_url-fragment
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestParseRemoteURL/ssh,_with_url-fragment
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestParseRemoteURL/ssh,_with_url-fragment_and_user
10:56:54 [2021-05-03T10:56:54.091Z] --- PASS: TestParseRemoteURL (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z]     --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z]     --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z]     --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z]     --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z]     --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z]     --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z]     --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z]     --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z]     --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z]     --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestCloneArgsSmartHttp
10:56:54 [2021-05-03T10:56:54.091Z] --- PASS: TestCloneArgsSmartHttp (0.01s)
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestCloneArgsDumbHttp
10:56:54 [2021-05-03T10:56:54.091Z] --- PASS: TestCloneArgsDumbHttp (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestCloneArgsGit
10:56:54 [2021-05-03T10:56:54.091Z] --- PASS: TestCloneArgsGit (0.00s)
10:56:54 [2021-05-03T10:56:54.091Z] === RUN   TestCheckoutGit
10:56:55 [2021-05-03T10:56:55.031Z] ok  	github.com/docker/docker/daemon/graphdriver	0.015s	coverage: 2.2% of statements
10:56:55 [2021-05-03T10:56:55.613Z] === RUN   TestEnable
10:56:55 [2021-05-03T10:56:55.613Z] --- PASS: TestEnable (0.00s)
10:56:55 [2021-05-03T10:56:55.613Z] === RUN   TestDisable
10:56:55 [2021-05-03T10:56:55.613Z] --- PASS: TestDisable (0.00s)
10:56:55 [2021-05-03T10:56:55.613Z] === RUN   TestEnabled
10:56:55 [2021-05-03T10:56:55.613Z] --- PASS: TestEnabled (0.00s)
10:56:55 [2021-05-03T10:56:55.613Z] PASS
10:56:55 [2021-05-03T10:56:55.613Z] coverage: 100.0% of statements
10:56:55 [2021-05-03T10:56:55.613Z] ok  	github.com/docker/docker/cli/debug	0.041s	coverage: 100.0% of statements
10:56:56 [2021-05-03T10:56:56.067Z] === RUN   TestProcessShouldRemoveDockerfileDockerignore
10:56:56 [2021-05-03T10:56:56.067Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s)
10:56:56 [2021-05-03T10:56:56.067Z] === RUN   TestProcessNoDockerignore
10:56:56 [2021-05-03T10:56:56.067Z] --- PASS: TestProcessNoDockerignore (0.00s)
10:56:56 [2021-05-03T10:56:56.067Z] === RUN   TestProcessShouldLeaveAllFiles
10:56:56 [2021-05-03T10:56:56.067Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s)
10:56:56 [2021-05-03T10:56:56.067Z] === RUN   TestDetectContentType
10:56:56 [2021-05-03T10:56:56.067Z] --- PASS: TestDetectContentType (0.00s)
10:56:56 [2021-05-03T10:56:56.067Z] === RUN   TestSelectAcceptableMIME
10:56:56 [2021-05-03T10:56:56.067Z] --- PASS: TestSelectAcceptableMIME (0.00s)
10:56:56 [2021-05-03T10:56:56.067Z] === RUN   TestInspectEmptyResponse
10:56:56 [2021-05-03T10:56:56.067Z] --- PASS: TestInspectEmptyResponse (0.00s)
10:56:56 [2021-05-03T10:56:56.067Z] === RUN   TestInspectResponseBinary
10:56:56 [2021-05-03T10:56:56.067Z] --- PASS: TestInspectResponseBinary (0.00s)
10:56:56 [2021-05-03T10:56:56.067Z] === RUN   TestResponseUnsupportedContentType
10:56:56 [2021-05-03T10:56:56.067Z] --- PASS: TestResponseUnsupportedContentType (0.00s)
10:56:56 [2021-05-03T10:56:56.067Z] === RUN   TestInspectResponseTextSimple
10:56:56 [2021-05-03T10:56:56.067Z] --- PASS: TestInspectResponseTextSimple (0.00s)
10:56:56 [2021-05-03T10:56:56.067Z] === RUN   TestInspectResponseEmptyContentType
10:56:56 [2021-05-03T10:56:56.067Z] --- PASS: TestInspectResponseEmptyContentType (0.00s)
10:56:56 [2021-05-03T10:56:56.067Z] === RUN   TestUnknownContentLength
10:56:56 [2021-05-03T10:56:56.067Z] --- PASS: TestUnknownContentLength (0.00s)
10:56:56 [2021-05-03T10:56:56.067Z] === RUN   TestDownloadRemote
10:56:56 [2021-05-03T10:56:56.520Z] --- PASS: TestDownloadRemote (0.09s)
10:56:56 [2021-05-03T10:56:56.520Z] === RUN   TestGetWithStatusError
10:56:56 [2021-05-03T10:56:56.520Z] --- PASS: TestGetWithStatusError (0.00s)
10:56:56 [2021-05-03T10:56:56.520Z] === RUN   TestCloseRootDirectory
10:56:56 [2021-05-03T10:56:56.520Z] --- SKIP: TestCloseRootDirectory (0.00s)
10:56:56 [2021-05-03T10:56:56.520Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
10:56:56 [2021-05-03T10:56:56.520Z] === RUN   TestHashFile
10:56:56 [2021-05-03T10:56:56.520Z] --- SKIP: TestHashFile (0.00s)
10:56:56 [2021-05-03T10:56:56.520Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
10:56:56 [2021-05-03T10:56:56.520Z] === RUN   TestHashSubdir
10:56:56 [2021-05-03T10:56:56.520Z] --- SKIP: TestHashSubdir (0.01s)
10:56:56 [2021-05-03T10:56:56.520Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
10:56:56 [2021-05-03T10:56:56.520Z] === RUN   TestRemoveDirectory
10:56:56 [2021-05-03T10:56:56.520Z] --- SKIP: TestRemoveDirectory (0.00s)
10:56:56 [2021-05-03T10:56:56.520Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
10:56:56 [2021-05-03T10:56:56.520Z] PASS
10:56:56 [2021-05-03T10:56:56.520Z] coverage: 9.3% of statements
10:56:56 [2021-05-03T10:56:56.520Z] ok  	github.com/docker/docker/builder/remotecontext	0.486s	coverage: 9.3% of statements
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestGetAllAllowed
10:56:56 [2021-05-03T10:56:56.973Z] --- PASS: TestGetAllAllowed (0.00s)
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestGetAllMeta
10:56:56 [2021-05-03T10:56:56.973Z] --- PASS: TestGetAllMeta (0.00s)
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestWarnOnUnusedBuildArgs
10:56:56 [2021-05-03T10:56:56.973Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s)
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestIsUnreferencedBuiltin
10:56:56 [2021-05-03T10:56:56.973Z] --- PASS: TestIsUnreferencedBuiltin (0.00s)
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestIsExistingDirectory
10:56:56 [2021-05-03T10:56:56.973Z] --- PASS: TestIsExistingDirectory (0.00s)
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestGetFilenameForDownload
10:56:56 [2021-05-03T10:56:56.973Z] --- PASS: TestGetFilenameForDownload (0.00s)
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestEnv2Variables
10:56:56 [2021-05-03T10:56:56.973Z] --- PASS: TestEnv2Variables (0.00s)
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestEnvValueWithExistingRunConfigEnv
10:56:56 [2021-05-03T10:56:56.973Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s)
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestMaintainer
10:56:56 [2021-05-03T10:56:56.973Z] --- PASS: TestMaintainer (0.00s)
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestLabel
10:56:56 [2021-05-03T10:56:56.973Z] --- PASS: TestLabel (0.00s)
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestFromScratch
10:56:56 [2021-05-03T10:56:56.973Z] --- PASS: TestFromScratch (0.00s)
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestFromWithArg
10:56:56 [2021-05-03T10:56:56.973Z] --- PASS: TestFromWithArg (0.00s)
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestFromWithArgButBuildArgsNotGiven
10:56:56 [2021-05-03T10:56:56.973Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s)
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestFromWithUndefinedArg
10:56:56 [2021-05-03T10:56:56.973Z] --- PASS: TestFromWithUndefinedArg (0.00s)
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestFromMultiStageWithNamedStage
10:56:56 [2021-05-03T10:56:56.973Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s)
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestOnbuild
10:56:56 [2021-05-03T10:56:56.973Z] --- PASS: TestOnbuild (0.00s)
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestWorkdir
10:56:56 [2021-05-03T10:56:56.973Z] --- PASS: TestWorkdir (0.00s)
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestCmd
10:56:56 [2021-05-03T10:56:56.973Z] --- PASS: TestCmd (0.00s)
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestHealthcheckNone
10:56:56 [2021-05-03T10:56:56.973Z] --- PASS: TestHealthcheckNone (0.00s)
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestHealthcheckCmd
10:56:56 [2021-05-03T10:56:56.973Z] --- PASS: TestHealthcheckCmd (0.00s)
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestEntrypoint
10:56:56 [2021-05-03T10:56:56.973Z] --- PASS: TestEntrypoint (0.00s)
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestExpose
10:56:56 [2021-05-03T10:56:56.973Z] --- PASS: TestExpose (0.00s)
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestUser
10:56:56 [2021-05-03T10:56:56.973Z] --- PASS: TestUser (0.00s)
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestVolume
10:56:56 [2021-05-03T10:56:56.973Z] --- PASS: TestVolume (0.00s)
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestStopSignal
10:56:56 [2021-05-03T10:56:56.973Z] --- SKIP: TestStopSignal (0.00s)
10:56:56 [2021-05-03T10:56:56.973Z]     dispatchers_test.go:377: Windows does not support stopsignal
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestArg
10:56:56 [2021-05-03T10:56:56.973Z] --- PASS: TestArg (0.00s)
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestShell
10:56:56 [2021-05-03T10:56:56.973Z] --- PASS: TestShell (0.00s)
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestPrependEnvOnCmd
10:56:56 [2021-05-03T10:56:56.973Z] --- PASS: TestPrependEnvOnCmd (0.00s)
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestRunWithBuildArgs
10:56:56 [2021-05-03T10:56:56.973Z] --- PASS: TestRunWithBuildArgs (0.00s)
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestRunIgnoresHealthcheck
10:56:56 [2021-05-03T10:56:56.973Z] --- PASS: TestRunIgnoresHealthcheck (0.00s)
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestDispatchUnsupportedOptions
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestDispatchUnsupportedOptions/ADD_with_chmod
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestDispatchUnsupportedOptions/COPY_with_chmod
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestDispatchUnsupportedOptions/RUN_with_unsupported_options
10:56:56 [2021-05-03T10:56:56.973Z] --- PASS: TestDispatchUnsupportedOptions (0.00s)
10:56:56 [2021-05-03T10:56:56.973Z]     --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s)
10:56:56 [2021-05-03T10:56:56.973Z]     --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s)
10:56:56 [2021-05-03T10:56:56.973Z]     --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s)
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestNormalizeWorkdir
10:56:56 [2021-05-03T10:56:56.973Z] --- PASS: TestNormalizeWorkdir (0.00s)
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestDispatch
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestDispatch/ADD_multiple_files_to_file
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestDispatch/Wildcard_ADD_multiple_files_to_file
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestDispatch/COPY_multiple_files_to_file
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestDispatch/ADD_multiple_files_to_file_with_whitespace
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestDispatch/COPY_multiple_files_to_file_with_whitespace
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestDispatch/COPY_wildcard_no_files
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestDispatch/COPY_url
10:56:56 [2021-05-03T10:56:56.973Z] --- PASS: TestDispatch (0.10s)
10:56:56 [2021-05-03T10:56:56.973Z]     --- PASS: TestDispatch/ADD_multiple_files_to_file (0.03s)
10:56:56 [2021-05-03T10:56:56.973Z]     --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s)
10:56:56 [2021-05-03T10:56:56.973Z]     --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s)
10:56:56 [2021-05-03T10:56:56.973Z]     --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.02s)
10:56:56 [2021-05-03T10:56:56.973Z]     --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s)
10:56:56 [2021-05-03T10:56:56.973Z]     --- PASS: TestDispatch/COPY_wildcard_no_files (0.01s)
10:56:56 [2021-05-03T10:56:56.973Z]     --- PASS: TestDispatch/COPY_url (0.01s)
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestAddScratchImageAddsToMounts
10:56:56 [2021-05-03T10:56:56.973Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s)
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestAddFromScratchPopulatesPlatform
10:56:56 [2021-05-03T10:56:56.973Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s)
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestAddFromScratchDoesNotModifyArgPlatform
10:56:56 [2021-05-03T10:56:56.973Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s)
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestAddFromScratchPopulatesPlatformIfNil
10:56:56 [2021-05-03T10:56:56.973Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s)
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestImageSourceGetAddsToMounts
10:56:56 [2021-05-03T10:56:56.973Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s)
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestEmptyDockerfile
10:56:56 [2021-05-03T10:56:56.973Z] --- PASS: TestEmptyDockerfile (0.00s)
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestSymlinkDockerfile
10:56:56 [2021-05-03T10:56:56.973Z] --- PASS: TestSymlinkDockerfile (0.02s)
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestDockerfileOutsideTheBuildContext
10:56:56 [2021-05-03T10:56:56.973Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s)
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestNonExistingDockerfile
10:56:56 [2021-05-03T10:56:56.973Z] --- PASS: TestNonExistingDockerfile (0.00s)
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestCopyRunConfig
10:56:56 [2021-05-03T10:56:56.973Z] --- PASS: TestCopyRunConfig (0.00s)
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestDeepCopyRunConfig
10:56:56 [2021-05-03T10:56:56.973Z] --- PASS: TestDeepCopyRunConfig (0.00s)
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestExportImage
10:56:56 [2021-05-03T10:56:56.973Z] --- PASS: TestExportImage (0.00s)
10:56:56 [2021-05-03T10:56:56.973Z] === RUN   TestNormalizeDest
10:56:56 [2021-05-03T10:56:56.973Z] --- PASS: TestNormalizeDest (0.00s)
10:56:56 [2021-05-03T10:56:56.973Z] PASS
10:56:56 [2021-05-03T10:56:56.973Z] coverage: 46.8% of statements
10:56:56 [2021-05-03T10:56:56.973Z] ok  	github.com/docker/docker/builder/dockerfile	0.304s	coverage: 46.8% of statements
10:56:57 [2021-05-03T10:56:57.427Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
10:56:58 [2021-05-03T10:56:58.336Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.529s	coverage: 14.0% of statements
10:56:58 [2021-05-03T10:56:58.598Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	3.042s	coverage: 73.3% of statements
10:56:58 [2021-05-03T10:56:58.860Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.039s	coverage: 3.1% of statements
10:57:00 [2021-05-03T10:57:00.303Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.695s	coverage: 56.2% of statements
10:57:01 [2021-05-03T10:57:01.690Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.045s	coverage: 1.9% of statements
10:57:03 [2021-05-03T10:57:03.680Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
10:57:03 [2021-05-03T10:57:03.680Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
10:57:03 [2021-05-03T10:57:03.682Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.822s	coverage: 49.4% of statements
10:57:05 [2021-05-03T10:57:05.609Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	1.493s	coverage: 57.7% of statements
10:57:05 [2021-05-03T10:57:05.870Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	4.152s	coverage: 46.2% of statements
10:57:05 [2021-05-03T10:57:05.870Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.019s	coverage: 57.5% of statements
10:57:06 [2021-05-03T10:57:06.443Z] ok  	github.com/docker/docker/daemon/links	0.009s	coverage: 93.0% of statements
10:57:07 [2021-05-03T10:57:07.835Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.022s	coverage: 3.0% of statements
10:57:07 [2021-05-03T10:57:07.984Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
10:57:08 [2021-05-03T10:57:08.098Z] ok  	github.com/docker/docker/daemon	12.252s	coverage: 17.3% of statements
10:57:08 [2021-05-03T10:57:08.098Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
10:57:08 [2021-05-03T10:57:08.098Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
10:57:08 [2021-05-03T10:57:08.098Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
10:57:08 [2021-05-03T10:57:08.098Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
10:57:08 [2021-05-03T10:57:08.098Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
10:57:08 [2021-05-03T10:57:08.098Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
10:57:08 [2021-05-03T10:57:08.098Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
10:57:09 [2021-05-03T10:57:09.490Z] ok  	github.com/docker/docker/daemon/logger	0.287s	coverage: 43.2% of statements
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestCheckpointCreateError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestCheckpointCreateError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestCheckpointCreate
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestCheckpointCreate (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestCheckpointDeleteError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestCheckpointDeleteError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestCheckpointDelete
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestCheckpointDelete (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestCheckpointListError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestCheckpointListError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestCheckpointList
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestCheckpointList (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestCheckpointListContainerNotFound
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestCheckpointListContainerNotFound (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestNewClientWithOpsFromEnv
10:57:09 [2021-05-03T10:57:09.757Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z]     client_test.go:23: runtime.GOOS == "windows"
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestGetAPIPath
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestGetAPIPath (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestParseHostURL
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestParseHostURL (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestNewClientWithOpsFromEnvSetsDefaultVersion
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestNegotiateAPIVersionEmpty
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestNegotiateAPIVersion
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestNegotiateAPIVersion (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestNegotiateAPVersionOverride
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestNegotiateAPVersionOverride (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestNegotiateAPIVersionAutomatic
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestNegotiateAPIVersionWithEmptyVersion
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestNegotiateAPIVersionWithFixedVersion
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestClientRedirect
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestClientRedirect (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestConfigCreateUnsupported
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestConfigCreateUnsupported (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestConfigCreateError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestConfigCreateError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestConfigCreate
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestConfigCreate (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestConfigInspectNotFound
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestConfigInspectNotFound (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestConfigInspectWithEmptyID
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestConfigInspectWithEmptyID (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestConfigInspectUnsupported
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestConfigInspectUnsupported (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestConfigInspectError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestConfigInspectError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestConfigInspectConfigNotFound
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestConfigInspectConfigNotFound (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestConfigInspect
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestConfigInspect (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestConfigListUnsupported
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestConfigListUnsupported (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestConfigListError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestConfigListError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestConfigList
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestConfigList (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestConfigRemoveUnsupported
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestConfigRemoveUnsupported (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestConfigRemoveError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestConfigRemoveError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestConfigRemove
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestConfigRemove (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestConfigUpdateUnsupported
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestConfigUpdateUnsupported (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestConfigUpdateError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestConfigUpdateError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestConfigUpdate
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestConfigUpdate (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerCommitError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerCommitError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerCommit
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerCommit (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerStatPathError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerStatPathError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerStatPathNotFoundError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerStatPathNotFoundError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerStatPathNoHeaderError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerStatPath
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerStatPath (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestCopyToContainerError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestCopyToContainerError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestCopyToContainerNotFoundError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestCopyToContainerNotFoundError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestCopyToContainerNotStatusOKError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestCopyToContainer
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestCopyToContainer (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestCopyFromContainerError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestCopyFromContainerError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestCopyFromContainerNotFoundError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestCopyFromContainerNotStatusOKError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestCopyFromContainerNoHeaderError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestCopyFromContainer
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestCopyFromContainer (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerCreateError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerCreateError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerCreateImageNotFound
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerCreateImageNotFound (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerCreateWithName
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerCreateWithName (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerCreateAutoRemove
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerCreateAutoRemove (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerDiffError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerDiffError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerDiff
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerDiff (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerExecCreateError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerExecCreateError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerExecCreate
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerExecCreate (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerExecStartError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerExecStartError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerExecStart
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerExecStart (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerExecInspectError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerExecInspectError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerExecInspect
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerExecInspect (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerExportError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerExportError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerExport
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerExport (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerInspectError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerInspectError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerInspectContainerNotFound
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerInspectContainerNotFound (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerInspectWithEmptyID
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerInspectWithEmptyID (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerInspect
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerInspect (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerInspectNode
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerInspectNode (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerKillError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerKillError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerKill
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerKill (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerListError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerListError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerList
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerList (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerLogsNotFoundError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerLogsNotFoundError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerLogsError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerLogsError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerLogs
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerLogs (0.18s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerPauseError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerPauseError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerPause
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerPause (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainersPruneError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainersPruneError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainersPrune
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainersPrune (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerRemoveError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerRemoveError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerRemoveNotFoundError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerRemoveNotFoundError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerRemove
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerRemove (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerRenameError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerRenameError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerRename
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerRename (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerResizeError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerResizeError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerExecResizeError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerExecResizeError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerResize
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerResize (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerExecResize
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerExecResize (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerRestartError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerRestartError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerRestart
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerRestart (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerStartError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerStartError (0.02s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerStart
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerStart (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerStatsError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerStatsError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerStats
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerStats (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerStopError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerStopError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerStop
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerStop (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerTopError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerTopError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerTop
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerTop (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerUnpauseError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerUnpauseError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerUnpause
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerUnpause (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerUpdateError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerUpdateError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerUpdate
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerUpdate (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerWaitError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerWaitError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestContainerWait
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestContainerWait (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestDiskUsageError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestDiskUsageError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestDiskUsage
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestDiskUsage (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestDistributionInspectUnsupported
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestDistributionInspectUnsupported (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestDistributionInspectWithEmptyID
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestEventsErrorInOptions
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestEventsErrorInOptions (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestEventsErrorFromServer
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestEventsErrorFromServer (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestEvents
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestEvents (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestTLSCloseWriter
10:57:09 [2021-05-03T10:57:09.757Z] === PAUSE TestTLSCloseWriter
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestImageBuildError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestImageBuildError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestImageBuild
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestImageBuild (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestGetDockerOS
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestGetDockerOS (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestImageCreateError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestImageCreateError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestImageCreate
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestImageCreate (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestImageHistoryError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestImageHistoryError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestImageHistory
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestImageHistory (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestImageImportError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestImageImportError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestImageImport
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestImageImport (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestImageInspectError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestImageInspectError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestImageInspectImageNotFound
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestImageInspectImageNotFound (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestImageInspectWithEmptyID
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestImageInspectWithEmptyID (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestImageInspect
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestImageInspect (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestImageListError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestImageListError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestImageList
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestImageList (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestImageListApiBefore125
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestImageListApiBefore125 (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestImageLoadError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestImageLoadError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestImageLoad
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestImageLoad (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestImagesPruneError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestImagesPruneError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestImagesPrune
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestImagesPrune (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestImagePullReferenceParseError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestImagePullReferenceParseError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestImagePullAnyError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestImagePullAnyError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestImagePullStatusUnauthorizedError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestImagePullWithPrivilegedFuncNoError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestImagePullWithoutErrors
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestImagePullWithoutErrors (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestImagePushReferenceError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestImagePushReferenceError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestImagePushAnyError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestImagePushAnyError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestImagePushStatusUnauthorizedError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestImagePushWithPrivilegedFuncNoError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestImagePushWithoutErrors
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestImagePushWithoutErrors/myimage,all-tags=false
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestImagePushWithoutErrors/myimage:tag,all-tags=false
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestImagePushWithoutErrors/myimage,all-tags=true
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestImagePushWithoutErrors/myimage:anything,all-tags=true
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestImagePushWithoutErrors (0.01s)
10:57:09 [2021-05-03T10:57:09.757Z]     --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z]     --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z]     --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z]     --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestImageRemoveError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestImageRemoveError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestImageRemoveImageNotFound
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestImageRemoveImageNotFound (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestImageRemove
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestImageRemove (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestImageSaveError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestImageSaveError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestImageSave
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestImageSave (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestImageSearchAnyError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestImageSearchAnyError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestImageSearchStatusUnauthorizedError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
10:57:09 [2021-05-03T10:57:09.757Z] === RUN   TestImageSearchWithPrivilegedFuncNoError
10:57:09 [2021-05-03T10:57:09.757Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestImageSearchWithoutErrors
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestImageSearchWithoutErrors (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestImageTagError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestImageTagError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestImageTagInvalidReference
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestImageTagInvalidReference (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestImageTagInvalidSourceImageName
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestImageTagHexSource
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestImageTagHexSource (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestImageTag
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestImageTag (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestInfoServerError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestInfoServerError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestInfoInvalidResponseJSONError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestInfo
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestInfo (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestNetworkConnectError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestNetworkConnectError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestNetworkConnectEmptyNilEndpointSettings
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestNetworkConnect
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestNetworkConnect (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestNetworkCreateError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestNetworkCreateError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestNetworkCreate
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestNetworkCreate (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestNetworkDisconnectError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestNetworkDisconnectError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestNetworkDisconnect
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestNetworkDisconnect (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestNetworkInspectError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestNetworkInspectError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestNetworkInspectNotFoundError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestNetworkInspectNotFoundError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestNetworkInspectWithEmptyID
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestNetworkInspect
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestNetworkInspect (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestNetworkListError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestNetworkListError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestNetworkList
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestNetworkList (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestNetworksPruneError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestNetworksPruneError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestNetworksPrune
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestNetworksPrune (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestNetworkRemoveError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestNetworkRemoveError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestNetworkRemove
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestNetworkRemove (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestNodeInspectError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestNodeInspectError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestNodeInspectNodeNotFound
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestNodeInspectNodeNotFound (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestNodeInspectWithEmptyID
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestNodeInspectWithEmptyID (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestNodeInspect
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestNodeInspect (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestNodeListError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestNodeListError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestNodeList
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestNodeList (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestNodeRemoveError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestNodeRemoveError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestNodeRemove
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestNodeRemove (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestNodeUpdateError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestNodeUpdateError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestNodeUpdate
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestNodeUpdate (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestOptionWithTimeout
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestOptionWithTimeout (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestPingFail
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestPingFail (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestPingWithError
10:57:09 [2021-05-03T10:57:09.758Z] 2021/05/03 10:57:08 RoundTripper returned a response & error; ignoring response
10:57:09 [2021-05-03T10:57:09.758Z] 2021/05/03 10:57:08 RoundTripper returned a response & error; ignoring response
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestPingWithError (0.02s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestPingSuccess
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestPingSuccess (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestPingHeadFallback
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestPingHeadFallback/OK
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestPingHeadFallback/Internal_Server_Error
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestPingHeadFallback/Not_Found
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestPingHeadFallback/Method_Not_Allowed
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestPingHeadFallback (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z]     --- PASS: TestPingHeadFallback/OK (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z]     --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z]     --- PASS: TestPingHeadFallback/Not_Found (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z]     --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestPluginDisableError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestPluginDisableError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestPluginDisable
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestPluginDisable (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestPluginEnableError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestPluginEnableError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestPluginEnable
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestPluginEnable (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestPluginInspectError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestPluginInspectError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestPluginInspectWithEmptyID
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestPluginInspectWithEmptyID (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestPluginInspect
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestPluginInspect (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestPluginListError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestPluginListError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestPluginList
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestPluginList (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestPluginPushError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestPluginPushError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestPluginPush
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestPluginPush (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestPluginRemoveError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestPluginRemoveError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestPluginRemove
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestPluginRemove (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestPluginSetError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestPluginSetError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestPluginSet
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestPluginSet (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestSetHostHeader
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestSetHostHeader (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestPlainTextError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestPlainTextError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestInfiniteError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestInfiniteError (0.05s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestSecretCreateUnsupported
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestSecretCreateUnsupported (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestSecretCreateError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestSecretCreateError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestSecretCreate
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestSecretCreate (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestSecretInspectUnsupported
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestSecretInspectUnsupported (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestSecretInspectError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestSecretInspectError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestSecretInspectSecretNotFound
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestSecretInspectSecretNotFound (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestSecretInspectWithEmptyID
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestSecretInspectWithEmptyID (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestSecretInspect
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestSecretInspect (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestSecretListUnsupported
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestSecretListUnsupported (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestSecretListError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestSecretListError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestSecretList
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestSecretList (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestSecretRemoveUnsupported
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestSecretRemoveUnsupported (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestSecretRemoveError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestSecretRemoveError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestSecretRemove
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestSecretRemove (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestSecretUpdateUnsupported
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestSecretUpdateUnsupported (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestSecretUpdateError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestSecretUpdateError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestSecretUpdate
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestSecretUpdate (0.01s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestServiceCreateError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestServiceCreateError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestServiceCreate
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestServiceCreate (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestServiceCreateCompatiblePlatforms
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestServiceCreateDigestPinning
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestServiceCreateDigestPinning (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestServiceInspectError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestServiceInspectError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestServiceInspectServiceNotFound
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestServiceInspectServiceNotFound (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestServiceInspectWithEmptyID
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestServiceInspectWithEmptyID (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestServiceInspect
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestServiceInspect (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestServiceListError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestServiceListError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestServiceList
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestServiceList (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestServiceLogsError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestServiceLogsError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestServiceLogs
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestServiceLogs (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestServiceRemoveError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestServiceRemoveError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestServiceRemoveNotFoundError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestServiceRemoveNotFoundError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestServiceRemove
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestServiceRemove (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestServiceUpdateError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestServiceUpdateError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestServiceUpdate
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestServiceUpdate (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestSwarmGetUnlockKeyError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestSwarmGetUnlockKey
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestSwarmGetUnlockKey (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestSwarmInitError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestSwarmInitError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestSwarmInit
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestSwarmInit (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestSwarmInspectError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestSwarmInspectError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestSwarmInspect
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestSwarmInspect (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestSwarmJoinError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestSwarmJoinError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestSwarmJoin
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestSwarmJoin (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestSwarmLeaveError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestSwarmLeaveError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestSwarmLeave
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestSwarmLeave (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestSwarmUnlockError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestSwarmUnlockError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestSwarmUnlock
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestSwarmUnlock (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestSwarmUpdateError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestSwarmUpdateError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestSwarmUpdate
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestSwarmUpdate (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestTaskInspectError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestTaskInspectError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestTaskInspectWithEmptyID
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestTaskInspectWithEmptyID (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestTaskInspect
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestTaskInspect (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestTaskListError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestTaskListError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestTaskList
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestTaskList (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestVolumeCreateError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestVolumeCreateError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestVolumeCreate
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestVolumeCreate (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestVolumeInspectError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestVolumeInspectError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestVolumeInspectNotFound
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestVolumeInspectNotFound (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestVolumeInspectWithEmptyID
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestVolumeInspect
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestVolumeInspect (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestVolumeListError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestVolumeListError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestVolumeList
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestVolumeList (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestVolumeRemoveError
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestVolumeRemoveError (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === RUN   TestVolumeRemove
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestVolumeRemove (0.00s)
10:57:09 [2021-05-03T10:57:09.758Z] === CONT  TestTLSCloseWriter
10:57:09 [2021-05-03T10:57:09.758Z] --- PASS: TestTLSCloseWriter (0.01s)
10:57:09 [2021-05-03T10:57:09.758Z] PASS
10:57:09 [2021-05-03T10:57:09.758Z] coverage: 74.9% of statements
10:57:09 [2021-05-03T10:57:09.758Z] ok  	github.com/docker/docker/client	0.630s	coverage: 74.9% of statements
10:57:10 [2021-05-03T10:57:10.066Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.032s	coverage: 67.0% of statements
10:57:10 [2021-05-03T10:57:10.328Z] ok  	github.com/docker/docker/daemon/images	0.128s	coverage: 6.7% of statements
10:57:10 [2021-05-03T10:57:10.328Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
10:57:10 [2021-05-03T10:57:10.328Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
10:57:11 [2021-05-03T10:57:11.276Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.400s	coverage: 77.8% of statements
10:57:11 [2021-05-03T10:57:11.276Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
10:57:11 [2021-05-03T10:57:11.276Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
10:57:11 [2021-05-03T10:57:11.276Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.021s	coverage: 87.2% of statements
10:57:11 [2021-05-03T10:57:11.538Z] ok  	github.com/docker/docker/daemon/logger/journald	0.044s	coverage: 23.9% of statements
10:57:12 [2021-05-03T10:57:12.114Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.040s	coverage: 69.9% of statements
10:57:13 [2021-05-03T10:57:13.508Z] ok  	github.com/docker/docker/daemon/logger/local	0.066s	coverage: 75.2% of statements
10:57:13 [2021-05-03T10:57:13.508Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
10:57:13 [2021-05-03T10:57:13.771Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.092s	coverage: 58.6% of statements
10:57:13 [2021-05-03T10:57:13.771Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.028s	coverage: 31.5% of statements
10:57:14 [2021-05-03T10:57:14.237Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
10:57:14 [2021-05-03T10:57:14.346Z] ok  	github.com/docker/docker/daemon/logger/templates	0.026s	coverage: 8.3% of statements
10:57:15 [2021-05-03T10:57:15.293Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.023s	coverage: 46.8% of statements
10:57:15 [2021-05-03T10:57:15.867Z] ok  	github.com/docker/docker/daemon/network	0.055s	coverage: 63.8% of statements
10:57:16 [2021-05-03T10:57:16.441Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.970s	coverage: 82.5% of statements
10:57:16 [2021-05-03T10:57:16.441Z] ?   	github.com/docker/docker/daemon/names	[no test files]
10:57:16 [2021-05-03T10:57:16.441Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
10:57:17 [2021-05-03T10:57:17.387Z] ok  	github.com/docker/docker/distribution/metadata	0.199s	coverage: 48.2% of statements
10:57:17 [2021-05-03T10:57:17.964Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
10:57:17 [2021-05-03T10:57:17.964Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
10:57:18 [2021-05-03T10:57:18.335Z] ok  	github.com/docker/docker/distribution	0.299s	coverage: 25.2% of statements
10:57:18 [2021-05-03T10:57:18.335Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
10:57:18 [2021-05-03T10:57:18.335Z] ok  	github.com/docker/docker/errdefs	0.015s	coverage: 53.1% of statements
10:57:18 [2021-05-03T10:57:18.903Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
10:57:19 [2021-05-03T10:57:19.281Z] ok  	github.com/docker/docker/image	0.067s	coverage: 86.6% of statements
10:57:19 [2021-05-03T10:57:19.859Z] ok  	github.com/docker/docker/image/cache	0.029s	coverage: 19.2% of statements
10:57:19 [2021-05-03T10:57:19.859Z] ok  	github.com/docker/docker/distribution/xfer	1.738s	coverage: 85.1% of statements
10:57:19 [2021-05-03T10:57:19.859Z] ?   	github.com/docker/docker/dockerversion	[no test files]
10:57:20 [2021-05-03T10:57:20.282Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
10:57:20 [2021-05-03T10:57:20.282Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
10:57:20 [2021-05-03T10:57:20.440Z] ok  	github.com/docker/docker/image/tarexport	0.022s	coverage: 0.6% of statements
10:57:20 [2021-05-03T10:57:20.703Z] ok  	github.com/docker/docker/libcontainerd/queue	0.055s	coverage: 100.0% of statements
10:57:20 [2021-05-03T10:57:20.966Z] ok  	github.com/docker/docker/image/v1	0.030s	coverage: 25.0% of statements
10:57:20 [2021-05-03T10:57:20.966Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
10:57:21 [2021-05-03T10:57:21.663Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
10:57:22 [2021-05-03T10:57:22.359Z] ok  	github.com/docker/docker/oci	0.038s	coverage: 45.2% of statements
10:57:22 [2021-05-03T10:57:22.359Z] ok  	github.com/docker/docker/opts	0.054s	coverage: 67.1% of statements
10:57:22 [2021-05-03T10:57:22.359Z] ok  	github.com/docker/docker/pkg/aaparser	0.010s	coverage: 52.9% of statements
10:57:22 [2021-05-03T10:57:22.396Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
10:57:22 [2021-05-03T10:57:22.656Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
10:57:23 [2021-05-03T10:57:23.323Z] ok  	github.com/docker/docker/pkg/broadcaster	0.041s	coverage: 100.0% of statements
10:57:24 [2021-05-03T10:57:24.036Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
10:57:24 [2021-05-03T10:57:24.267Z] ok  	github.com/docker/docker/pkg/capabilities	0.013s	coverage: 87.5% of statements
10:57:24 [2021-05-03T10:57:24.840Z] ok  	github.com/docker/docker/pkg/authorization	0.788s	coverage: 68.3% of statements
10:57:25 [2021-05-03T10:57:25.413Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
10:57:25 [2021-05-03T10:57:25.413Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
10:57:25 [2021-05-03T10:57:25.785Z] ok  	github.com/docker/docker/pkg/directory	0.015s	coverage: 80.0% of statements
10:57:25 [2021-05-03T10:57:25.786Z] ok  	github.com/docker/docker/pkg/archive	1.208s	coverage: 82.3% of statements
10:57:25 [2021-05-03T10:57:25.855Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
10:57:26 [2021-05-03T10:57:26.359Z] ok  	github.com/docker/docker/pkg/discovery	0.011s	coverage: 58.3% of statements
10:57:26 [2021-05-03T10:57:26.359Z] ok  	github.com/docker/docker/pkg/discovery/file	0.013s	coverage: 97.6% of statements
10:57:27 [2021-05-03T10:57:27.302Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.010s	coverage: 92.3% of statements
10:57:27 [2021-05-03T10:57:27.317Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
10:57:27 [2021-05-03T10:57:27.779Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
10:57:27 [2021-05-03T10:57:27.874Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.010s	coverage: 93.8% of statements
10:57:28 [2021-05-03T10:57:28.135Z] ok  	github.com/docker/docker/pkg/dmesg	0.019s	coverage: 83.3% of statements
10:57:28 [2021-05-03T10:57:28.135Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.936s	coverage: 43.2% of statements
10:57:29 [2021-05-03T10:57:29.081Z] ok  	github.com/docker/docker/pkg/fileutils	0.015s	coverage: 89.5% of statements
10:57:29 [2021-05-03T10:57:29.158Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
10:57:29 [2021-05-03T10:57:29.342Z] ok  	github.com/docker/docker/pkg/filenotify	0.611s	coverage: 67.0% of statements
10:57:29 [2021-05-03T10:57:29.417Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
10:57:29 [2021-05-03T10:57:29.916Z] ok  	github.com/docker/docker/pkg/fsutils	0.294s	coverage: 85.1% of statements
10:57:29 [2021-05-03T10:57:29.916Z] ok  	github.com/docker/docker/pkg/homedir	0.012s	coverage: 11.4% of statements
10:57:30 [2021-05-03T10:57:30.489Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.097s	coverage: 84.1% of statements
10:57:30 [2021-05-03T10:57:30.792Z] --- PASS: TestCheckoutGit (34.48s)
10:57:30 [2021-05-03T10:57:30.792Z] === RUN   TestValidGitTransport
10:57:30 [2021-05-03T10:57:30.792Z] --- PASS: TestValidGitTransport (0.00s)
10:57:30 [2021-05-03T10:57:30.792Z] === RUN   TestGitInvalidRef
10:57:30 [2021-05-03T10:57:30.792Z] --- PASS: TestGitInvalidRef (0.22s)
10:57:30 [2021-05-03T10:57:30.792Z] PASS
10:57:30 [2021-05-03T10:57:30.792Z] coverage: 86.3% of statements
10:57:30 [2021-05-03T10:57:30.792Z] ok  	github.com/docker/docker/builder/remotecontext/git	34.852s	coverage: 86.3% of statements
10:57:30 [2021-05-03T10:57:30.792Z] ?   	github.com/docker/docker/cli	[no test files]
10:57:30 [2021-05-03T10:57:30.792Z] ?   	github.com/docker/docker/cli/config	[no test files]
10:57:31 [2021-05-03T10:57:31.063Z] ok  	github.com/docker/docker/layer	7.814s	coverage: 68.8% of statements
10:57:31 [2021-05-03T10:57:31.063Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
10:57:31 [2021-05-03T10:57:31.063Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
10:57:31 [2021-05-03T10:57:31.063Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
10:57:31 [2021-05-03T10:57:31.063Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
10:57:31 [2021-05-03T10:57:31.063Z] ?   	github.com/docker/docker/oci/caps	[no test files]
10:57:31 [2021-05-03T10:57:31.063Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
10:57:31 [2021-05-03T10:57:31.063Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
10:57:31 [2021-05-03T10:57:31.323Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
10:57:31 [2021-05-03T10:57:31.324Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.016s	coverage: 91.7% of statements
10:57:31 [2021-05-03T10:57:31.589Z] ok  	github.com/docker/docker/pkg/ioutils	0.581s	coverage: 70.1% of statements
10:57:31 [2021-05-03T10:57:31.589Z] ok  	github.com/docker/docker/pkg/idtools	0.893s	coverage: 69.5% of statements
10:57:31 [2021-05-03T10:57:31.589Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
10:57:31 [2021-05-03T10:57:31.851Z] ok  	github.com/docker/docker/pkg/longpath	0.022s	coverage: 100.0% of statements
10:57:31 [2021-05-03T10:57:31.851Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
10:57:31 [2021-05-03T10:57:31.851Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
10:57:31 [2021-05-03T10:57:31.851Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.041s	coverage: 85.7% of statements
10:57:31 [2021-05-03T10:57:31.851Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
10:57:31 [2021-05-03T10:57:31.891Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
10:57:32 [2021-05-03T10:57:32.426Z] ok  	github.com/docker/docker/pkg/parsers	0.019s	coverage: 97.0% of statements
10:57:32 [2021-05-03T10:57:32.426Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.028s	coverage: 60.0% of statements
10:57:32 [2021-05-03T10:57:32.426Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.018s	coverage: 86.7% of statements
10:57:32 [2021-05-03T10:57:32.594Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
10:57:32 [2021-05-03T10:57:32.689Z] ok  	github.com/docker/docker/pkg/pidfile	0.045s	coverage: 82.4% of statements
10:57:32 [2021-05-03T10:57:32.689Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
10:57:32 [2021-05-03T10:57:32.689Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
10:57:33 [2021-05-03T10:57:33.262Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.053s	coverage: 56.8% of statements
10:57:33 [2021-05-03T10:57:33.535Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
10:57:33 [2021-05-03T10:57:33.797Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
10:57:33 [2021-05-03T10:57:33.835Z] ok  	github.com/docker/docker/pkg/pools	0.024s	coverage: 88.2% of statements
10:57:34 [2021-05-03T10:57:34.097Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.018s	coverage: 85.7% of statements
10:57:34 [2021-05-03T10:57:34.097Z] ok  	github.com/docker/docker/pkg/progress	0.011s	coverage: 75.9% of statements
10:57:34 [2021-05-03T10:57:34.670Z] ok  	github.com/docker/docker/pkg/reexec	0.021s	coverage: 82.4% of statements
10:57:34 [2021-05-03T10:57:34.733Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
10:57:35 [2021-05-03T10:57:35.283Z] ok  	github.com/docker/docker/pkg/stdcopy	0.012s	coverage: 100.0% of statements
10:57:35 [2021-05-03T10:57:35.440Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
10:57:35 [2021-05-03T10:57:35.549Z] ok  	github.com/docker/docker/pkg/pubsub	1.080s	coverage: 75.0% of statements
10:57:35 [2021-05-03T10:57:35.671Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
10:57:35 [2021-05-03T10:57:35.699Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
10:57:36 [2021-05-03T10:57:36.126Z] ok  	github.com/docker/docker/pkg/stringid	0.009s	coverage: 70.6% of statements
10:57:36 [2021-05-03T10:57:36.126Z] ok  	github.com/docker/docker/pkg/streamformatter	0.011s	coverage: 66.2% of statements
10:57:36 [2021-05-03T10:57:36.542Z] === RUN   TestLoadDaemonCliConfigWithoutOverriding
10:57:36 [2021-05-03T10:57:36.542Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s)
10:57:36 [2021-05-03T10:57:36.542Z] === RUN   TestLoadDaemonCliConfigWithTLS
10:57:36 [2021-05-03T10:57:36.542Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s)
10:57:36 [2021-05-03T10:57:36.542Z] === RUN   TestLoadDaemonCliConfigWithConflicts
10:57:36 [2021-05-03T10:57:36.542Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s)
10:57:36 [2021-05-03T10:57:36.542Z] === RUN   TestLoadDaemonCliWithConflictingNodeGenericResources
10:57:36 [2021-05-03T10:57:36.542Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s)
10:57:36 [2021-05-03T10:57:36.542Z] === RUN   TestLoadDaemonCliWithConflictingLabels
10:57:36 [2021-05-03T10:57:36.542Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s)
10:57:36 [2021-05-03T10:57:36.542Z] === RUN   TestLoadDaemonCliWithDuplicateLabels
10:57:36 [2021-05-03T10:57:36.542Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s)
10:57:36 [2021-05-03T10:57:36.542Z] === RUN   TestLoadDaemonCliConfigWithTLSVerify
10:57:36 [2021-05-03T10:57:36.542Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s)
10:57:36 [2021-05-03T10:57:36.542Z] === RUN   TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse
10:57:36 [2021-05-03T10:57:36.542Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s)
10:57:36 [2021-05-03T10:57:36.542Z] === RUN   TestLoadDaemonCliConfigWithoutTLSVerify
10:57:36 [2021-05-03T10:57:36.542Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.01s)
10:57:36 [2021-05-03T10:57:36.542Z] === RUN   TestLoadDaemonCliConfigWithLogLevel
10:57:36 [2021-05-03T10:57:36.542Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s)
10:57:36 [2021-05-03T10:57:36.542Z] === RUN   TestLoadDaemonConfigWithEmbeddedOptions
10:57:36 [2021-05-03T10:57:36.542Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s)
10:57:36 [2021-05-03T10:57:36.542Z] === RUN   TestLoadDaemonConfigWithRegistryOptions
10:57:36 [2021-05-03T10:57:36.542Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s)
10:57:36 [2021-05-03T10:57:36.542Z] === RUN   TestConfigureDaemonLogs
10:57:36 [2021-05-03T10:57:36.542Z] --- PASS: TestConfigureDaemonLogs (0.00s)
10:57:36 [2021-05-03T10:57:36.542Z] === RUN   TestCommonOptionsInstallFlags
10:57:36 [2021-05-03T10:57:36.542Z] --- PASS: TestCommonOptionsInstallFlags (0.00s)
10:57:36 [2021-05-03T10:57:36.542Z] === RUN   TestCommonOptionsInstallFlagsWithDefaults
10:57:36 [2021-05-03T10:57:36.542Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s)
10:57:36 [2021-05-03T10:57:36.542Z] PASS
10:57:36 [2021-05-03T10:57:36.542Z] coverage: 18.4% of statements
10:57:36 [2021-05-03T10:57:36.542Z] ok  	github.com/docker/docker/cmd/dockerd	0.313s	coverage: 18.4% of statements
10:57:36 [2021-05-03T10:57:36.608Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
10:57:36 [2021-05-03T10:57:36.608Z] Using test binary docker
10:57:36 [2021-05-03T10:57:36.608Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
10:57:36 [2021-05-03T10:57:36.608Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
10:57:36 [2021-05-03T10:57:36.608Z] INFO: Waiting for daemon to start...
10:57:36 [2021-05-03T10:57:36.608Z] Starting dockerd
10:57:37 [2021-05-03T10:57:37.071Z] ok  	github.com/docker/docker/pkg/sysinfo	0.018s	coverage: 54.9% of statements
10:57:37 [2021-05-03T10:57:37.332Z] ok  	github.com/docker/docker/pkg/system	0.014s	coverage: 36.9% of statements
10:57:37 [2021-05-03T10:57:37.604Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
10:57:37 [2021-05-03T10:57:37.905Z] ok  	github.com/docker/docker/pkg/signal	2.884s	coverage: 61.0% of statements
10:57:37 [2021-05-03T10:57:37.905Z] ok  	github.com/docker/docker/pkg/tailfile	0.162s	coverage: 88.6% of statements
10:57:38 [2021-05-03T10:57:38.166Z] ok  	github.com/docker/docker/pkg/tarsum	0.131s	coverage: 89.3% of statements
10:57:38 [2021-05-03T10:57:38.166Z] testing: warning: no tests to run
10:57:38 [2021-05-03T10:57:38.166Z] coverage: [no statements]
10:57:38 [2021-05-03T10:57:38.166Z] ok  	github.com/docker/docker/pkg/term/windows	0.014s	coverage: [no statements] [no tests to run]
10:57:38 [2021-05-03T10:57:38.427Z] ok  	github.com/docker/docker/pkg/truncindex	0.109s	coverage: 91.5% of statements
10:57:38 [2021-05-03T10:57:38.541Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
10:57:38 [2021-05-03T10:57:38.689Z] ok  	github.com/docker/docker/pkg/urlutil	0.027s	coverage: 100.0% of statements
10:57:38 [2021-05-03T10:57:38.689Z] ok  	github.com/docker/docker/pkg/useragent	0.009s	coverage: 88.9% of statements
10:57:38 [2021-05-03T10:57:38.699Z] === RUN   TestContainerStopSignal
10:57:38 [2021-05-03T10:57:38.699Z] --- PASS: TestContainerStopSignal (0.00s)
10:57:38 [2021-05-03T10:57:38.699Z] === RUN   TestContainerStopTimeout
10:57:38 [2021-05-03T10:57:38.699Z] --- PASS: TestContainerStopTimeout (0.00s)
10:57:38 [2021-05-03T10:57:38.699Z] === RUN   TestContainerSecretReferenceDestTarget
10:57:38 [2021-05-03T10:57:38.699Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s)
10:57:38 [2021-05-03T10:57:38.699Z] === RUN   TestContainerLogPathSetForJSONFileLogger
10:57:38 [2021-05-03T10:57:38.699Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s)
10:57:38 [2021-05-03T10:57:38.699Z] === RUN   TestContainerLogPathSetForRingLogger
10:57:38 [2021-05-03T10:57:38.699Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s)
10:57:38 [2021-05-03T10:57:38.699Z] === RUN   TestReplaceAndAppendEnvVars
10:57:38 [2021-05-03T10:57:38.699Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s)
10:57:38 [2021-05-03T10:57:38.699Z]     env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm]
10:57:38 [2021-05-03T10:57:38.699Z] === RUN   TestNewMemoryStore
10:57:38 [2021-05-03T10:57:38.699Z] --- PASS: TestNewMemoryStore (0.00s)
10:57:38 [2021-05-03T10:57:38.699Z] === RUN   TestAddContainers
10:57:38 [2021-05-03T10:57:38.699Z] --- PASS: TestAddContainers (0.00s)
10:57:38 [2021-05-03T10:57:38.699Z] === RUN   TestGetContainer
10:57:38 [2021-05-03T10:57:38.699Z] --- PASS: TestGetContainer (0.00s)
10:57:38 [2021-05-03T10:57:38.699Z] === RUN   TestDeleteContainer
10:57:38 [2021-05-03T10:57:38.699Z] --- PASS: TestDeleteContainer (0.00s)
10:57:38 [2021-05-03T10:57:38.699Z] === RUN   TestListContainers
10:57:38 [2021-05-03T10:57:38.699Z] --- PASS: TestListContainers (0.00s)
10:57:38 [2021-05-03T10:57:38.699Z] === RUN   TestFirstContainer
10:57:38 [2021-05-03T10:57:38.699Z] --- PASS: TestFirstContainer (0.00s)
10:57:38 [2021-05-03T10:57:38.699Z] === RUN   TestApplyAllContainer
10:57:38 [2021-05-03T10:57:38.699Z] --- PASS: TestApplyAllContainer (0.00s)
10:57:38 [2021-05-03T10:57:38.699Z] === RUN   TestIsValidHealthString
10:57:38 [2021-05-03T10:57:38.699Z] --- PASS: TestIsValidHealthString (0.00s)
10:57:38 [2021-05-03T10:57:38.699Z] === RUN   TestStateRunStop
10:57:38 [2021-05-03T10:57:38.699Z] --- PASS: TestStateRunStop (0.00s)
10:57:38 [2021-05-03T10:57:38.699Z] === RUN   TestStateTimeoutWait
10:57:38 [2021-05-03T10:57:38.699Z] --- PASS: TestStateTimeoutWait (0.10s)
10:57:38 [2021-05-03T10:57:38.699Z]     state_test.go:141: Stop callback fired
10:57:38 [2021-05-03T10:57:38.699Z]     state_test.go:165: Stop callback fired
10:57:38 [2021-05-03T10:57:38.699Z] === RUN   TestIsValidStateString
10:57:38 [2021-05-03T10:57:38.699Z] --- PASS: TestIsValidStateString (0.00s)
10:57:38 [2021-05-03T10:57:38.699Z] === RUN   TestViewSaveDelete
10:57:38 [2021-05-03T10:57:38.699Z] --- PASS: TestViewSaveDelete (0.02s)
10:57:38 [2021-05-03T10:57:38.699Z] === RUN   TestViewAll
10:57:38 [2021-05-03T10:57:38.699Z] --- PASS: TestViewAll (0.02s)
10:57:38 [2021-05-03T10:57:38.699Z] === RUN   TestViewGet
10:57:38 [2021-05-03T10:57:38.699Z] --- PASS: TestViewGet (0.01s)
10:57:38 [2021-05-03T10:57:38.699Z] === RUN   TestNames
10:57:38 [2021-05-03T10:57:38.699Z] --- PASS: TestNames (0.00s)
10:57:38 [2021-05-03T10:57:38.699Z] === RUN   TestViewWithHealthCheck
10:57:38 [2021-05-03T10:57:38.699Z] --- PASS: TestViewWithHealthCheck (0.01s)
10:57:38 [2021-05-03T10:57:38.699Z] PASS
10:57:38 [2021-05-03T10:57:38.699Z] coverage: 41.6% of statements
10:57:38 [2021-05-03T10:57:38.699Z] ok  	github.com/docker/docker/container	0.344s	coverage: 41.6% of statements
10:57:38 [2021-05-03T10:57:38.699Z] ?   	github.com/docker/docker/container/stream	[no test files]
10:57:38 [2021-05-03T10:57:38.699Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
10:57:38 [2021-05-03T10:57:38.699Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
10:57:38 [2021-05-03T10:57:38.699Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
10:57:40 [2021-05-03T10:57:40.079Z] ok  	github.com/docker/docker/plugin/v2	0.028s	coverage: 14.5% of statements
10:57:40 [2021-05-03T10:57:40.341Z] ok  	github.com/docker/docker/profiles/seccomp	0.034s	coverage: 85.4% of statements
10:57:40 [2021-05-03T10:57:40.446Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
10:57:40 [2021-05-03T10:57:40.830Z] .
10:57:40 [2021-05-03T10:57:40.830Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
10:57:40 [2021-05-03T10:57:40.830Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
10:57:40 [2021-05-03T10:57:40.830Z] Error: No such image: emptyfs
10:57:40 [2021-05-03T10:57:40.830Z] Running integration-test (iteration 1)
10:57:40 [2021-05-03T10:57:40.830Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
10:57:41 [2021-05-03T10:57:41.284Z] ok  	github.com/docker/docker/reference	0.017s	coverage: 84.4% of statements
10:57:41 [2021-05-03T10:57:41.545Z] ok  	github.com/docker/docker/plugin	0.546s	coverage: 23.2% of statements
10:57:41 [2021-05-03T10:57:41.580Z] === RUN   TestPrepare
10:57:41 [2021-05-03T10:57:41.580Z] --- PASS: TestPrepare (0.00s)
10:57:41 [2021-05-03T10:57:41.580Z] === RUN   TestStart
10:57:41 [2021-05-03T10:57:41.580Z] --- PASS: TestStart (0.00s)
10:57:41 [2021-05-03T10:57:41.580Z] === RUN   TestWaitCancel
10:57:41 [2021-05-03T10:57:41.580Z] --- PASS: TestWaitCancel (0.00s)
10:57:41 [2021-05-03T10:57:41.580Z] === RUN   TestWaitDisabled
10:57:41 [2021-05-03T10:57:41.580Z] --- PASS: TestWaitDisabled (0.00s)
10:57:41 [2021-05-03T10:57:41.580Z] === RUN   TestWaitEnabled
10:57:41 [2021-05-03T10:57:41.580Z] --- PASS: TestWaitEnabled (0.00s)
10:57:41 [2021-05-03T10:57:41.580Z] === RUN   TestRemove
10:57:41 [2021-05-03T10:57:41.580Z] --- PASS: TestRemove (0.00s)
10:57:41 [2021-05-03T10:57:41.580Z] PASS
10:57:41 [2021-05-03T10:57:41.580Z] coverage: 65.3% of statements
10:57:41 [2021-05-03T10:57:41.580Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	1.155s	coverage: 65.3% of statements
10:57:41 [2021-05-03T10:57:41.830Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
10:57:43 [2021-05-03T10:57:43.208Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
10:57:43 [2021-05-03T10:57:43.469Z] ok  	github.com/docker/docker/quota	0.492s	coverage: 71.4% of statements
10:57:43 [2021-05-03T10:57:43.469Z] ok  	github.com/docker/docker/registry/resumable	0.034s	coverage: 100.0% of statements
10:57:43 [2021-05-03T10:57:43.469Z] ok  	github.com/docker/docker/registry	0.194s	coverage: 58.8% of statements
10:57:43 [2021-05-03T10:57:43.731Z] ok  	github.com/docker/docker/restartmanager	0.013s	coverage: 45.3% of statements
10:57:44 [2021-05-03T10:57:44.146Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
10:57:44 [2021-05-03T10:57:44.146Z] Using test binary docker
10:57:44 [2021-05-03T10:57:44.146Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
10:57:44 [2021-05-03T10:57:44.305Z] ok  	github.com/docker/docker/testutil	0.043s	coverage: 62.5% of statements
10:57:44 [2021-05-03T10:57:44.404Z] Starting apparmor (via systemctl): apparmor.service.
10:57:44 [2021-05-03T10:57:44.404Z] INFO: Waiting for daemon to start...
10:57:44 [2021-05-03T10:57:44.404Z] Starting dockerd
10:57:44 [2021-05-03T10:57:44.461Z] === RUN   TestNewListSecretsFilters
10:57:44 [2021-05-03T10:57:44.461Z] --- PASS: TestNewListSecretsFilters (0.00s)
10:57:44 [2021-05-03T10:57:44.461Z] === RUN   TestNewListConfigsFilters
10:57:44 [2021-05-03T10:57:44.461Z] --- PASS: TestNewListConfigsFilters (0.00s)
10:57:44 [2021-05-03T10:57:44.461Z] PASS
10:57:44 [2021-05-03T10:57:44.461Z] coverage: 0.5% of statements
10:57:44 [2021-05-03T10:57:44.461Z] ok  	github.com/docker/docker/daemon/cluster	0.412s	coverage: 0.5% of statements
10:57:44 [2021-05-03T10:57:44.461Z] === RUN   TestNetworkConvertBasicNetworkFromGRPCCreatedAt
10:57:44 [2021-05-03T10:57:44.461Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.17s)
10:57:44 [2021-05-03T10:57:44.461Z] === RUN   TestServiceConvertFromGRPCRuntimeContainer
10:57:44 [2021-05-03T10:57:44.461Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s)
10:57:44 [2021-05-03T10:57:44.461Z] === RUN   TestServiceConvertFromGRPCGenericRuntimePlugin
10:57:44 [2021-05-03T10:57:44.461Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s)
10:57:44 [2021-05-03T10:57:44.461Z] === RUN   TestServiceConvertToGRPCGenericRuntimePlugin
10:57:44 [2021-05-03T10:57:44.461Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s)
10:57:44 [2021-05-03T10:57:44.461Z] === RUN   TestServiceConvertToGRPCContainerRuntime
10:57:44 [2021-05-03T10:57:44.461Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s)
10:57:44 [2021-05-03T10:57:44.461Z] === RUN   TestServiceConvertToGRPCGenericRuntimeCustom
10:57:44 [2021-05-03T10:57:44.461Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s)
10:57:44 [2021-05-03T10:57:44.461Z] === RUN   TestServiceConvertToGRPCIsolation
10:57:44 [2021-05-03T10:57:44.461Z] === RUN   TestServiceConvertToGRPCIsolation/empty
10:57:44 [2021-05-03T10:57:44.461Z] === RUN   TestServiceConvertToGRPCIsolation/default
10:57:44 [2021-05-03T10:57:44.461Z] === RUN   TestServiceConvertToGRPCIsolation/process
10:57:44 [2021-05-03T10:57:44.461Z] === RUN   TestServiceConvertToGRPCIsolation/hyperv
10:57:44 [2021-05-03T10:57:44.462Z] === RUN   TestServiceConvertToGRPCIsolation/proCess
10:57:44 [2021-05-03T10:57:44.462Z] === RUN   TestServiceConvertToGRPCIsolation/hypErv
10:57:44 [2021-05-03T10:57:44.462Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s)
10:57:44 [2021-05-03T10:57:44.462Z]     --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s)
10:57:44 [2021-05-03T10:57:44.462Z]     --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s)
10:57:44 [2021-05-03T10:57:44.462Z]     --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s)
10:57:44 [2021-05-03T10:57:44.462Z]     --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s)
10:57:44 [2021-05-03T10:57:44.462Z]     --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s)
10:57:44 [2021-05-03T10:57:44.462Z]     --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s)
10:57:44 [2021-05-03T10:57:44.462Z] === RUN   TestServiceConvertFromGRPCIsolation
10:57:44 [2021-05-03T10:57:44.462Z] === RUN   TestServiceConvertFromGRPCIsolation/default
10:57:44 [2021-05-03T10:57:44.462Z] === RUN   TestServiceConvertFromGRPCIsolation/process
10:57:44 [2021-05-03T10:57:44.462Z] === RUN   TestServiceConvertFromGRPCIsolation/hyperv
10:57:44 [2021-05-03T10:57:44.462Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s)
10:57:44 [2021-05-03T10:57:44.462Z]     --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s)
10:57:44 [2021-05-03T10:57:44.462Z]     --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s)
10:57:44 [2021-05-03T10:57:44.462Z]     --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s)
10:57:44 [2021-05-03T10:57:44.462Z] === RUN   TestServiceConvertToGRPCCredentialSpec
10:57:44 [2021-05-03T10:57:44.462Z] === RUN   TestServiceConvertToGRPCCredentialSpec/empty_credential_spec
10:57:44 [2021-05-03T10:57:44.462Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec
10:57:44 [2021-05-03T10:57:44.462Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec
10:57:44 [2021-05-03T10:57:44.462Z] === RUN   TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec
10:57:44 [2021-05-03T10:57:44.462Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec
10:57:44 [2021-05-03T10:57:44.462Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_credential_spec
10:57:44 [2021-05-03T10:57:44.462Z] === RUN   TestServiceConvertToGRPCCredentialSpec/file_credential_spec
10:57:44 [2021-05-03T10:57:44.462Z] === RUN   TestServiceConvertToGRPCCredentialSpec/registry_credential_spec
10:57:44 [2021-05-03T10:57:44.566Z] ok  	github.com/docker/docker/runconfig	0.037s	coverage: 66.1% of statements
10:57:44 [2021-05-03T10:57:44.922Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s)
10:57:44 [2021-05-03T10:57:44.922Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s)
10:57:44 [2021-05-03T10:57:44.922Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s)
10:57:44 [2021-05-03T10:57:44.922Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s)
10:57:44 [2021-05-03T10:57:44.922Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s)
10:57:44 [2021-05-03T10:57:44.922Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s)
10:57:44 [2021-05-03T10:57:44.922Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s)
10:57:44 [2021-05-03T10:57:44.922Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s)
10:57:44 [2021-05-03T10:57:44.922Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s)
10:57:44 [2021-05-03T10:57:44.922Z] === RUN   TestServiceConvertFromGRPCCredentialSpec
10:57:44 [2021-05-03T10:57:44.922Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec
10:57:44 [2021-05-03T10:57:44.922Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/config_credential_spec
10:57:44 [2021-05-03T10:57:44.922Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/file_credential_spec
10:57:44 [2021-05-03T10:57:44.922Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec
10:57:44 [2021-05-03T10:57:44.922Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s)
10:57:44 [2021-05-03T10:57:44.922Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s)
10:57:44 [2021-05-03T10:57:44.922Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s)
10:57:44 [2021-05-03T10:57:44.922Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s)
10:57:44 [2021-05-03T10:57:44.922Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s)
10:57:44 [2021-05-03T10:57:44.922Z] === RUN   TestServiceConvertToGRPCNetworkAtachmentRuntime
10:57:44 [2021-05-03T10:57:44.922Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s)
10:57:44 [2021-05-03T10:57:44.922Z] === RUN   TestServiceConvertToGRPCMismatchedRuntime
10:57:44 [2021-05-03T10:57:44.922Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s)
10:57:44 [2021-05-03T10:57:44.922Z] === RUN   TestTaskConvertFromGRPCNetworkAttachment
10:57:44 [2021-05-03T10:57:44.922Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s)
10:57:44 [2021-05-03T10:57:44.922Z] === RUN   TestServiceConvertFromGRPCConfigs
10:57:44 [2021-05-03T10:57:44.922Z] === RUN   TestServiceConvertFromGRPCConfigs/file
10:57:44 [2021-05-03T10:57:44.922Z] === RUN   TestServiceConvertFromGRPCConfigs/runtime
10:57:44 [2021-05-03T10:57:44.922Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s)
10:57:44 [2021-05-03T10:57:44.923Z]     --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s)
10:57:44 [2021-05-03T10:57:44.923Z]     --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s)
10:57:44 [2021-05-03T10:57:44.923Z] === RUN   TestServiceConvertToGRPCConfigs
10:57:44 [2021-05-03T10:57:44.923Z] === RUN   TestServiceConvertToGRPCConfigs/file
10:57:44 [2021-05-03T10:57:44.923Z] === RUN   TestServiceConvertToGRPCConfigs/runtime
10:57:44 [2021-05-03T10:57:44.923Z] === RUN   TestServiceConvertToGRPCConfigs/file_and_runtime
10:57:44 [2021-05-03T10:57:44.923Z] === RUN   TestServiceConvertToGRPCConfigs/none
10:57:44 [2021-05-03T10:57:44.923Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s)
10:57:44 [2021-05-03T10:57:44.923Z]     --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s)
10:57:44 [2021-05-03T10:57:44.923Z]     --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s)
10:57:44 [2021-05-03T10:57:44.923Z]     --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s)
10:57:44 [2021-05-03T10:57:44.923Z]     --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s)
10:57:44 [2021-05-03T10:57:44.923Z] PASS
10:57:44 [2021-05-03T10:57:44.923Z] coverage: 35.9% of statements
10:57:44 [2021-05-03T10:57:44.923Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.406s	coverage: 35.9% of statements
10:57:46 [2021-05-03T10:57:46.305Z] .
10:57:46 [2021-05-03T10:57:46.305Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
10:57:46 [2021-05-03T10:57:46.305Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
10:57:46 [2021-05-03T10:57:46.305Z] Error: No such image: emptyfs
10:57:46 [2021-05-03T10:57:46.486Z] ok  	github.com/docker/docker/volume/drivers	0.024s	coverage: 36.1% of statements
10:57:46 [2021-05-03T10:57:46.564Z] Running integration-test (iteration 1)
10:57:46 [2021-05-03T10:57:46.564Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
10:57:47 [2021-05-03T10:57:47.061Z] ok  	github.com/docker/docker/volume/mounts	0.087s	coverage: 67.0% of statements
10:57:47 [2021-05-03T10:57:47.133Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m10.701352995s with top 10 stages: buildssa: 1m40.49281464s, goimports: 21.852268913s, unconvert: 11.275598709s, gosec: 10.156695482s, golint: 6.298400404s, misspell: 4.256591675s, ineffassign: 4.191318106s, inspect: 3.194689869s, vrp: 2.373217933s, printf: 1.983367643s 
10:57:47 [2021-05-03T10:57:47.634Z] ok  	github.com/docker/docker/volume/local	0.172s	coverage: 76.4% of statements
10:57:49 [2021-05-03T10:57:49.020Z] ok  	github.com/docker/docker/volume/service	0.029s	coverage: 73.1% of statements
10:57:49 [2021-05-03T10:57:49.639Z] === RUN   TestDiscoveryOptsErrors
10:57:49 [2021-05-03T10:57:49.639Z] --- PASS: TestDiscoveryOptsErrors (0.00s)
10:57:49 [2021-05-03T10:57:49.639Z] === RUN   TestDiscoveryOpts
10:57:49 [2021-05-03T10:57:49.639Z] --- PASS: TestDiscoveryOpts (0.00s)
10:57:49 [2021-05-03T10:57:49.639Z] PASS
10:57:49 [2021-05-03T10:57:49.639Z] coverage: 30.0% of statements
10:57:49 [2021-05-03T10:57:49.639Z] ok  	github.com/docker/docker/daemon/discovery	0.051s	coverage: 30.0% of statements
10:57:49 [2021-05-03T10:57:49.639Z] === RUN   TestBuilderGC
10:57:49 [2021-05-03T10:57:49.639Z] --- PASS: TestBuilderGC (0.00s)
10:57:49 [2021-05-03T10:57:49.639Z] === RUN   TestDaemonConfigurationNotFound
10:57:49 [2021-05-03T10:57:49.639Z] --- PASS: TestDaemonConfigurationNotFound (0.00s)
10:57:49 [2021-05-03T10:57:49.639Z] === RUN   TestDaemonBrokenConfiguration
10:57:49 [2021-05-03T10:57:49.639Z] --- PASS: TestDaemonBrokenConfiguration (0.00s)
10:57:49 [2021-05-03T10:57:49.639Z] === RUN   TestParseClusterAdvertiseSettings
10:57:49 [2021-05-03T10:57:49.639Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s)
10:57:49 [2021-05-03T10:57:49.639Z] === RUN   TestFindConfigurationConflicts
10:57:49 [2021-05-03T10:57:49.639Z] --- PASS: TestFindConfigurationConflicts (0.00s)
10:57:49 [2021-05-03T10:57:49.639Z] === RUN   TestFindConfigurationConflictsWithNamedOptions
10:57:49 [2021-05-03T10:57:49.639Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s)
10:57:49 [2021-05-03T10:57:49.639Z] === RUN   TestDaemonConfigurationMergeConflicts
10:57:49 [2021-05-03T10:57:49.639Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s)
10:57:49 [2021-05-03T10:57:49.639Z] === RUN   TestDaemonConfigurationMergeConcurrent
10:57:49 [2021-05-03T10:57:49.639Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s)
10:57:49 [2021-05-03T10:57:49.639Z] === RUN   TestDaemonConfigurationMergeConcurrentError
10:57:49 [2021-05-03T10:57:49.639Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s)
10:57:49 [2021-05-03T10:57:49.639Z] === RUN   TestDaemonConfigurationMergeConflictsWithInnerStructs
10:57:49 [2021-05-03T10:57:49.639Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s)
10:57:49 [2021-05-03T10:57:49.639Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools
10:57:49 [2021-05-03T10:57:49.639Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file
10:57:49 [2021-05-03T10:57:49.639Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/config_file
10:57:49 [2021-05-03T10:57:49.639Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options
10:57:49 [2021-05-03T10:57:49.639Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s)
10:57:49 [2021-05-03T10:57:49.639Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s)
10:57:49 [2021-05-03T10:57:49.639Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s)
10:57:49 [2021-05-03T10:57:49.639Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s)
10:57:49 [2021-05-03T10:57:49.640Z] === RUN   TestFindConfigurationConflictsWithUnknownKeys
10:57:49 [2021-05-03T10:57:49.640Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s)
10:57:49 [2021-05-03T10:57:49.640Z] === RUN   TestFindConfigurationConflictsWithMergedValues
10:57:49 [2021-05-03T10:57:49.640Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s)
10:57:49 [2021-05-03T10:57:49.640Z] === RUN   TestValidateConfigurationErrors
10:57:49 [2021-05-03T10:57:49.640Z] === RUN   TestValidateConfigurationErrors/single_label_without_value
10:57:49 [2021-05-03T10:57:49.640Z] === RUN   TestValidateConfigurationErrors/multiple_label_without_value
10:57:49 [2021-05-03T10:57:49.640Z] === RUN   TestValidateConfigurationErrors/single_DNS,_invalid_IP-address
10:57:49 [2021-05-03T10:57:49.640Z] === RUN   TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address
10:57:49 [2021-05-03T10:57:49.640Z] === RUN   TestValidateConfigurationErrors/single_DNSSearch
10:57:49 [2021-05-03T10:57:49.640Z] === RUN   TestValidateConfigurationErrors/multiple_DNSSearch
10:57:49 [2021-05-03T10:57:49.640Z] === RUN   TestValidateConfigurationErrors/negative_max-concurrent-downloads
10:57:49 [2021-05-03T10:57:49.640Z] === RUN   TestValidateConfigurationErrors/negative_max-concurrent-uploads
10:57:49 [2021-05-03T10:57:49.640Z] === RUN   TestValidateConfigurationErrors/negative_max-download-attempts
10:57:49 [2021-05-03T10:57:49.640Z] === RUN   TestValidateConfigurationErrors/zero_max-download-attempts
10:57:49 [2021-05-03T10:57:49.640Z] === RUN   TestValidateConfigurationErrors/generic_resource_without_=
10:57:49 [2021-05-03T10:57:49.640Z] === RUN   TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete
10:57:49 [2021-05-03T10:57:49.640Z] --- PASS: TestValidateConfigurationErrors (0.00s)
10:57:49 [2021-05-03T10:57:49.640Z]     --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s)
10:57:49 [2021-05-03T10:57:49.640Z]     --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s)
10:57:49 [2021-05-03T10:57:49.640Z]     --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s)
10:57:49 [2021-05-03T10:57:49.640Z]     --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s)
10:57:49 [2021-05-03T10:57:49.640Z]     --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s)
10:57:49 [2021-05-03T10:57:49.640Z]     --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s)
10:57:49 [2021-05-03T10:57:49.640Z]     --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s)
10:57:49 [2021-05-03T10:57:49.640Z]     --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s)
10:57:49 [2021-05-03T10:57:49.640Z]     --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s)
10:57:49 [2021-05-03T10:57:49.640Z]     --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s)
10:57:50 [2021-05-03T10:57:50.095Z]     --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s)
10:57:50 [2021-05-03T10:57:50.095Z]     --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s)
10:57:50 [2021-05-03T10:57:50.095Z] === RUN   TestValidateConfiguration
10:57:50 [2021-05-03T10:57:50.095Z] === RUN   TestValidateConfiguration/with_label
10:57:50 [2021-05-03T10:57:50.095Z] === RUN   TestValidateConfiguration/with_dns
10:57:50 [2021-05-03T10:57:50.095Z] === RUN   TestValidateConfiguration/with_dns-search
10:57:50 [2021-05-03T10:57:50.095Z] === RUN   TestValidateConfiguration/with_max-concurrent-downloads
10:57:50 [2021-05-03T10:57:50.095Z] === RUN   TestValidateConfiguration/with_max-concurrent-uploads
10:57:50 [2021-05-03T10:57:50.095Z] === RUN   TestValidateConfiguration/with_max-download-attempts
10:57:50 [2021-05-03T10:57:50.095Z] === RUN   TestValidateConfiguration/with_multiple_node_generic_resources
10:57:50 [2021-05-03T10:57:50.095Z] === RUN   TestValidateConfiguration/with_node_generic_resources
10:57:50 [2021-05-03T10:57:50.095Z] --- PASS: TestValidateConfiguration (0.00s)
10:57:50 [2021-05-03T10:57:50.095Z]     --- PASS: TestValidateConfiguration/with_label (0.00s)
10:57:50 [2021-05-03T10:57:50.095Z]     --- PASS: TestValidateConfiguration/with_dns (0.00s)
10:57:50 [2021-05-03T10:57:50.095Z]     --- PASS: TestValidateConfiguration/with_dns-search (0.00s)
10:57:50 [2021-05-03T10:57:50.095Z]     --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s)
10:57:50 [2021-05-03T10:57:50.095Z]     --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s)
10:57:50 [2021-05-03T10:57:50.095Z]     --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s)
10:57:50 [2021-05-03T10:57:50.095Z]     --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s)
10:57:50 [2021-05-03T10:57:50.095Z]     --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s)
10:57:50 [2021-05-03T10:57:50.095Z] === RUN   TestModifiedDiscoverySettings
10:57:50 [2021-05-03T10:57:50.095Z] --- PASS: TestModifiedDiscoverySettings (0.00s)
10:57:50 [2021-05-03T10:57:50.095Z] === RUN   TestReloadSetConfigFileNotExist
10:57:50 [2021-05-03T10:57:50.095Z] time="2021-05-03T10:57:49Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json"
10:57:50 [2021-05-03T10:57:50.095Z] --- PASS: TestReloadSetConfigFileNotExist (0.17s)
10:57:50 [2021-05-03T10:57:50.095Z] === RUN   TestReloadDefaultConfigNotExist
10:57:50 [2021-05-03T10:57:50.095Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s)
10:57:50 [2021-05-03T10:57:50.095Z]     config_test.go:527: os.Getuid() != 0: skipping test that requires root
10:57:50 [2021-05-03T10:57:50.095Z] === RUN   TestReloadBadDefaultConfig
10:57:50 [2021-05-03T10:57:50.095Z] time="2021-05-03T10:57:49Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-470884891"
10:57:50 [2021-05-03T10:57:50.095Z] --- PASS: TestReloadBadDefaultConfig (0.00s)
10:57:50 [2021-05-03T10:57:50.095Z] === RUN   TestReloadWithConflictingLabels
10:57:50 [2021-05-03T10:57:50.095Z] time="2021-05-03T10:57:49Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-054847678"
10:57:50 [2021-05-03T10:57:50.095Z] --- PASS: TestReloadWithConflictingLabels (0.00s)
10:57:50 [2021-05-03T10:57:50.095Z] === RUN   TestReloadWithDuplicateLabels
10:57:50 [2021-05-03T10:57:50.095Z] time="2021-05-03T10:57:49Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-059816709"
10:57:50 [2021-05-03T10:57:50.095Z] --- PASS: TestReloadWithDuplicateLabels (0.00s)
10:57:50 [2021-05-03T10:57:50.095Z] === RUN   TestDaemonConfigurationMerge
10:57:50 [2021-05-03T10:57:50.095Z] --- PASS: TestDaemonConfigurationMerge (0.00s)
10:57:50 [2021-05-03T10:57:50.095Z] PASS
10:57:50 [2021-05-03T10:57:50.095Z] coverage: 79.7% of statements
10:57:50 [2021-05-03T10:57:50.095Z] ok  	github.com/docker/docker/daemon/config	0.644s	coverage: 79.7% of statements
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestVerifyNetworkingConfig
10:57:51 [2021-05-03T10:57:51.616Z] --- PASS: TestVerifyNetworkingConfig (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestGetContainer
10:57:51 [2021-05-03T10:57:51.616Z] --- PASS: TestGetContainer (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestValidContainerNames
10:57:51 [2021-05-03T10:57:51.616Z] --- PASS: TestValidContainerNames (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestContainerInitDNS
10:57:51 [2021-05-03T10:57:51.616Z] --- SKIP: TestContainerInitDNS (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z]     daemon_test.go:147: root required
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestMerge
10:57:51 [2021-05-03T10:57:51.616Z] --- PASS: TestMerge (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestValidateContainerIsolation
10:57:51 [2021-05-03T10:57:51.616Z] --- PASS: TestValidateContainerIsolation (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestFindNetworkErrorType
10:57:51 [2021-05-03T10:57:51.616Z] --- PASS: TestFindNetworkErrorType (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestEnsureServicesExist
10:57:51 [2021-05-03T10:57:51.616Z] --- PASS: TestEnsureServicesExist (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestEnsureServicesExistErrors
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestEnsureServicesExistErrors/daemon_windows_test_fakeservice
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice
10:57:51 [2021-05-03T10:57:51.616Z] --- PASS: TestEnsureServicesExistErrors (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z]     --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z]     --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z]     --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestContainerDelete
10:57:51 [2021-05-03T10:57:51.616Z] --- PASS: TestContainerDelete (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestContainerDoubleDelete
10:57:51 [2021-05-03T10:57:51.616Z] --- PASS: TestContainerDoubleDelete (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestLogContainerEventCopyLabels
10:57:51 [2021-05-03T10:57:51.616Z] --- PASS: TestLogContainerEventCopyLabels (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestLogContainerEventWithAttributes
10:57:51 [2021-05-03T10:57:51.616Z] --- PASS: TestLogContainerEventWithAttributes (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestNoneHealthcheck
10:57:51 [2021-05-03T10:57:51.616Z] --- PASS: TestNoneHealthcheck (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestHealthStates
10:57:51 [2021-05-03T10:57:51.616Z] time="2021-05-03T10:57:51Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
10:57:51 [2021-05-03T10:57:51.616Z] time="2021-05-03T10:57:51Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
10:57:51 [2021-05-03T10:57:51.616Z] time="2021-05-03T10:57:51Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
10:57:51 [2021-05-03T10:57:51.616Z] time="2021-05-03T10:57:51Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
10:57:51 [2021-05-03T10:57:51.616Z] time="2021-05-03T10:57:51Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
10:57:51 [2021-05-03T10:57:51.616Z] time="2021-05-03T10:57:51Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
10:57:51 [2021-05-03T10:57:51.616Z] time="2021-05-03T10:57:51Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
10:57:51 [2021-05-03T10:57:51.616Z] time="2021-05-03T10:57:51Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
10:57:51 [2021-05-03T10:57:51.616Z] time="2021-05-03T10:57:51Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
10:57:51 [2021-05-03T10:57:51.616Z] time="2021-05-03T10:57:51Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon"
10:57:51 [2021-05-03T10:57:51.616Z] --- PASS: TestHealthStates (0.19s)
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestMaskURLCredentials
10:57:51 [2021-05-03T10:57:51.616Z] --- PASS: TestMaskURLCredentials (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestGetInspectData
10:57:51 [2021-05-03T10:57:51.616Z] --- PASS: TestGetInspectData (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestFillLicense
10:57:51 [2021-05-03T10:57:51.616Z] --- PASS: TestFillLicense (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestListInvalidFilter
10:57:51 [2021-05-03T10:57:51.616Z] --- PASS: TestListInvalidFilter (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestNameFilter
10:57:51 [2021-05-03T10:57:51.616Z] --- PASS: TestNameFilter (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestMergeAndVerifyLogConfigNilConfig
10:57:51 [2021-05-03T10:57:51.616Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestSetWindowsCredentialSpecInSpec
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw
10:57:51 [2021-05-03T10:57:51.616Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s)
10:57:51 [2021-05-03T10:57:51.616Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestDaemonReloadLabels
10:57:51 [2021-05-03T10:57:51.616Z] --- PASS: TestDaemonReloadLabels (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestDaemonReloadAllowNondistributableArtifacts
10:57:51 [2021-05-03T10:57:51.616Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestDaemonReloadMirrors
10:57:51 [2021-05-03T10:57:51.616Z] --- PASS: TestDaemonReloadMirrors (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestDaemonReloadInsecureRegistries
10:57:51 [2021-05-03T10:57:51.616Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestDaemonReloadNotAffectOthers
10:57:51 [2021-05-03T10:57:51.616Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestDaemonDiscoveryReload
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestEventsLog
10:57:51 [2021-05-03T10:57:51.616Z] --- PASS: TestEventsLog (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestEventsLogTimeout
10:57:51 [2021-05-03T10:57:51.616Z] --- PASS: TestEventsLogTimeout (0.00s)
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestLogEvents
10:57:51 [2021-05-03T10:57:51.616Z] --- PASS: TestLogEvents (0.05s)
10:57:51 [2021-05-03T10:57:51.616Z] === RUN   TestLoadBufferedEvents
10:57:52 [2021-05-03T10:57:52.071Z] --- PASS: TestLoadBufferedEvents (0.15s)
10:57:52 [2021-05-03T10:57:52.071Z] === RUN   TestLoadBufferedEventsOnlyFromPast
10:57:52 [2021-05-03T10:57:52.071Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s)
10:57:52 [2021-05-03T10:57:52.071Z] === RUN   TestIgnoreBufferedWhenNoTimes
10:57:52 [2021-05-03T10:57:52.071Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s)
10:57:52 [2021-05-03T10:57:52.071Z] PASS
10:57:52 [2021-05-03T10:57:52.071Z] coverage: 50.0% of statements
10:57:52 [2021-05-03T10:57:52.071Z] ok  	github.com/docker/docker/daemon/events	0.363s	coverage: 50.0% of statements
10:57:52 [2021-05-03T10:57:52.526Z] === RUN   TestWaitNodeAttachment
10:57:52 [2021-05-03T10:57:52.526Z] --- PASS: TestDaemonDiscoveryReload (1.00s)
10:57:52 [2021-05-03T10:57:52.526Z] === RUN   TestDaemonDiscoveryReloadFromEmptyDiscovery
10:57:52 [2021-05-03T10:57:52.980Z] === RUN   TestIsEmptyDir
10:57:52 [2021-05-03T10:57:52.980Z] --- PASS: TestWaitNodeAttachment (0.40s)
10:57:52 [2021-05-03T10:57:52.980Z] === RUN   TestIsolationConversion
10:57:52 [2021-05-03T10:57:52.980Z] === RUN   TestIsolationConversion/default
10:57:52 [2021-05-03T10:57:52.980Z] === RUN   TestIsolationConversion/process
10:57:52 [2021-05-03T10:57:52.980Z] === RUN   TestIsolationConversion/hyperv
10:57:52 [2021-05-03T10:57:52.980Z] --- PASS: TestIsolationConversion (0.00s)
10:57:52 [2021-05-03T10:57:52.980Z]     --- PASS: TestIsolationConversion/default (0.00s)
10:57:52 [2021-05-03T10:57:52.980Z]     --- PASS: TestIsolationConversion/process (0.00s)
10:57:52 [2021-05-03T10:57:52.980Z]     --- PASS: TestIsolationConversion/hyperv (0.00s)
10:57:52 [2021-05-03T10:57:52.980Z] === RUN   TestContainerLabels
10:57:52 [2021-05-03T10:57:52.980Z] --- PASS: TestContainerLabels (0.00s)
10:57:52 [2021-05-03T10:57:52.980Z] === RUN   TestCredentialSpecConversion
10:57:52 [2021-05-03T10:57:52.980Z] === RUN   TestCredentialSpecConversion/none
10:57:52 [2021-05-03T10:57:52.980Z] === RUN   TestCredentialSpecConversion/config
10:57:52 [2021-05-03T10:57:52.980Z] === RUN   TestCredentialSpecConversion/file
10:57:52 [2021-05-03T10:57:52.980Z] === RUN   TestCredentialSpecConversion/registry
10:57:52 [2021-05-03T10:57:52.980Z] --- PASS: TestCredentialSpecConversion (0.00s)
10:57:52 [2021-05-03T10:57:52.980Z]     --- PASS: TestCredentialSpecConversion/none (0.00s)
10:57:52 [2021-05-03T10:57:52.980Z]     --- PASS: TestCredentialSpecConversion/config (0.00s)
10:57:52 [2021-05-03T10:57:52.980Z]     --- PASS: TestCredentialSpecConversion/file (0.00s)
10:57:52 [2021-05-03T10:57:52.980Z]     --- PASS: TestCredentialSpecConversion/registry (0.00s)
10:57:52 [2021-05-03T10:57:52.980Z] === RUN   TestControllerValidateMountBind
10:57:52 [2021-05-03T10:57:52.980Z] --- PASS: TestIsEmptyDir (0.01s)
10:57:52 [2021-05-03T10:57:52.980Z] PASS
10:57:52 [2021-05-03T10:57:52.980Z] --- PASS: TestControllerValidateMountBind (0.00s)
10:57:52 [2021-05-03T10:57:52.980Z] === RUN   TestControllerValidateMountVolume
10:57:52 [2021-05-03T10:57:52.980Z] --- PASS: TestControllerValidateMountVolume (0.00s)
10:57:52 [2021-05-03T10:57:52.980Z] === RUN   TestControllerValidateMountTarget
10:57:52 [2021-05-03T10:57:52.980Z] coverage: 2.3% of statements
10:57:52 [2021-05-03T10:57:52.980Z] --- PASS: TestControllerValidateMountTarget (0.00s)
10:57:52 [2021-05-03T10:57:52.980Z] === RUN   TestControllerValidateMountTmpfs
10:57:52 [2021-05-03T10:57:52.980Z] --- PASS: TestControllerValidateMountTmpfs (0.00s)
10:57:52 [2021-05-03T10:57:52.980Z] === RUN   TestControllerValidateMountInvalidType
10:57:52 [2021-05-03T10:57:52.980Z] --- PASS: TestControllerValidateMountInvalidType (0.00s)
10:57:52 [2021-05-03T10:57:52.980Z] === RUN   TestControllerValidateMountNamedPipe
10:57:52 [2021-05-03T10:57:52.980Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s)
10:57:52 [2021-05-03T10:57:52.980Z] PASS
10:57:52 [2021-05-03T10:57:52.980Z] coverage: 11.3% of statements
10:57:52 [2021-05-03T10:57:52.980Z] ok  	github.com/docker/docker/daemon/graphdriver	0.082s	coverage: 2.3% of statements
10:57:52 [2021-05-03T10:57:52.980Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	0.780s	coverage: 11.3% of statements
10:57:52 [2021-05-03T10:57:52.980Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s)
10:57:52 [2021-05-03T10:57:52.980Z] === RUN   TestDaemonDiscoveryReloadOnlyClusterAdvertise
10:57:53 [2021-05-03T10:57:53.434Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.52s)
10:57:53 [2021-05-03T10:57:53.434Z] === RUN   TestDaemonReloadNetworkDiagnosticPort
10:57:53 [2021-05-03T10:57:53.434Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s)
10:57:53 [2021-05-03T10:57:53.434Z]     reload_test.go:520: root required
10:57:53 [2021-05-03T10:57:53.434Z] === RUN   TestLoadOrCreateTrustKeyInvalidKeyFile
10:57:53 [2021-05-03T10:57:53.434Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s)
10:57:53 [2021-05-03T10:57:53.434Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist
10:57:53 [2021-05-03T10:57:53.888Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.04s)
10:57:53 [2021-05-03T10:57:53.888Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist
10:57:53 [2021-05-03T10:57:53.888Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.03s)
10:57:53 [2021-05-03T10:57:53.888Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyNoPath
10:57:53 [2021-05-03T10:57:53.888Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.02s)
10:57:53 [2021-05-03T10:57:53.888Z] === RUN   TestLoadOrCreateTrustKeyLoadValidKey
10:57:53 [2021-05-03T10:57:53.888Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s)
10:57:53 [2021-05-03T10:57:53.888Z] === RUN   TestParseVolumesFrom
10:57:53 [2021-05-03T10:57:53.888Z] --- PASS: TestParseVolumesFrom (0.00s)
10:57:53 [2021-05-03T10:57:53.888Z] PASS
10:57:53 [2021-05-03T10:57:53.888Z] coverage: 9.0% of statements
10:57:53 [2021-05-03T10:57:53.888Z] ok  	github.com/docker/docker/daemon	2.890s	coverage: 9.0% of statements
10:57:53 [2021-05-03T10:57:53.888Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
10:57:53 [2021-05-03T10:57:53.888Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
10:57:53 [2021-05-03T10:57:53.888Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
10:57:53 [2021-05-03T10:57:53.888Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
10:57:53 [2021-05-03T10:57:53.888Z] ?   	github.com/docker/docker/daemon/graphdriver/btrfs	[no test files]
10:57:53 [2021-05-03T10:57:53.888Z] ?   	github.com/docker/docker/daemon/graphdriver/devmapper	[no test files]
10:57:53 [2021-05-03T10:57:53.888Z] ?   	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	[no test files]
10:57:53 [2021-05-03T10:57:53.888Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
10:57:53 [2021-05-03T10:57:53.888Z] ?   	github.com/docker/docker/daemon/graphdriver/lcow	[no test files]
10:57:53 [2021-05-03T10:57:53.888Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay	[no test files]
10:57:53 [2021-05-03T10:57:53.888Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay2	[no test files]
10:57:53 [2021-05-03T10:57:53.888Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
10:57:53 [2021-05-03T10:57:53.888Z] ?   	github.com/docker/docker/daemon/graphdriver/vfs	[no test files]
10:57:53 [2021-05-03T10:57:53.888Z] ?   	github.com/docker/docker/daemon/graphdriver/windows	[no test files]
10:57:53 [2021-05-03T10:57:53.888Z] ?   	github.com/docker/docker/daemon/graphdriver/zfs	[no test files]
10:57:53 [2021-05-03T10:57:53.888Z] === RUN   TestLinkNaming
10:57:53 [2021-05-03T10:57:53.888Z] --- PASS: TestLinkNaming (0.00s)
10:57:53 [2021-05-03T10:57:53.888Z] === RUN   TestLinkNew
10:57:53 [2021-05-03T10:57:53.888Z] --- PASS: TestLinkNew (0.00s)
10:57:53 [2021-05-03T10:57:53.888Z] === RUN   TestLinkEnv
10:57:53 [2021-05-03T10:57:53.888Z] --- PASS: TestLinkEnv (0.00s)
10:57:53 [2021-05-03T10:57:53.888Z] === RUN   TestLinkMultipleEnv
10:57:53 [2021-05-03T10:57:53.888Z] --- PASS: TestLinkMultipleEnv (0.00s)
10:57:53 [2021-05-03T10:57:53.888Z] === RUN   TestLinkPortRangeEnv
10:57:53 [2021-05-03T10:57:53.888Z] --- PASS: TestLinkPortRangeEnv (0.00s)
10:57:53 [2021-05-03T10:57:53.888Z] PASS
10:57:53 [2021-05-03T10:57:53.888Z] coverage: 93.0% of statements
10:57:53 [2021-05-03T10:57:53.888Z] ok  	github.com/docker/docker/daemon/links	0.052s	coverage: 93.0% of statements
10:57:56 [2021-05-03T10:57:56.046Z] === RUN   TestAdapterReadLogs
10:57:56 [2021-05-03T10:57:56.046Z] --- PASS: TestAdapterReadLogs (0.00s)
10:57:56 [2021-05-03T10:57:56.046Z] === RUN   TestCopier
10:57:56 [2021-05-03T10:57:56.046Z] --- PASS: TestCopier (0.00s)
10:57:56 [2021-05-03T10:57:56.046Z] === RUN   TestCopierLongLines
10:57:56 [2021-05-03T10:57:56.046Z] --- PASS: TestCopierLongLines (0.00s)
10:57:56 [2021-05-03T10:57:56.046Z] === RUN   TestCopierSlow
10:57:56 [2021-05-03T10:57:56.046Z] --- PASS: TestCopierSlow (0.20s)
10:57:56 [2021-05-03T10:57:56.046Z] === RUN   TestCopierWithSized
10:57:56 [2021-05-03T10:57:56.046Z] === RUN   TestCopierWithSized/as_is
10:57:56 [2021-05-03T10:57:56.046Z] === RUN   TestCopierWithSized/With_RingLogger
10:57:56 [2021-05-03T10:57:56.046Z] --- PASS: TestCopierWithSized (0.01s)
10:57:56 [2021-05-03T10:57:56.046Z]     --- PASS: TestCopierWithSized/as_is (0.00s)
10:57:56 [2021-05-03T10:57:56.046Z]     --- PASS: TestCopierWithSized/With_RingLogger (0.01s)
10:57:56 [2021-05-03T10:57:56.047Z] === RUN   TestCopierWithPartial
10:57:56 [2021-05-03T10:57:56.047Z] --- PASS: TestCopierWithPartial (0.00s)
10:57:56 [2021-05-03T10:57:56.047Z] === RUN   TestRingLogger
10:57:56 [2021-05-03T10:57:56.047Z] --- PASS: TestRingLogger (0.00s)
10:57:56 [2021-05-03T10:57:56.047Z] === RUN   TestRingCap
10:57:56 [2021-05-03T10:57:56.047Z] --- PASS: TestRingCap (0.00s)
10:57:56 [2021-05-03T10:57:56.047Z] === RUN   TestRingClose
10:57:56 [2021-05-03T10:57:56.047Z] --- PASS: TestRingClose (0.00s)
10:57:56 [2021-05-03T10:57:56.047Z] === RUN   TestRingDrain
10:57:56 [2021-05-03T10:57:56.047Z] --- PASS: TestRingDrain (0.00s)
10:57:56 [2021-05-03T10:57:56.047Z] PASS
10:57:56 [2021-05-03T10:57:56.047Z] coverage: 43.0% of statements
10:57:56 [2021-05-03T10:57:56.500Z] ok  	github.com/docker/docker/daemon/logger	0.438s	coverage: 43.0% of statements
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestNewStreamConfig
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestNewStreamConfig/defaults
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestNewStreamConfig/invalid_create_group
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestNewStreamConfig/invalid_flush_interval
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestNewStreamConfig/invalid_max_buffered_events
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestNewStreamConfig/invalid_multiline_pattern
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestNewStreamConfig/flush_interval_at_15
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestNewStreamConfig/max_buffered_events_at_1024
10:57:58 [2021-05-03T10:57:58.022Z] --- PASS: TestNewStreamConfig (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z]     --- PASS: TestNewStreamConfig/defaults (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z]     --- PASS: TestNewStreamConfig/invalid_create_group (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z]     --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z]     --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z]     --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z]     --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z]     --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestNewAWSLogsClientUserAgentHandler
10:57:58 [2021-05-03T10:57:58.022Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestNewAWSLogsClientAWSLogsEndpoint
10:57:58 [2021-05-03T10:57:58.022Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestNewAWSLogsClientRegionDetect
10:57:58 [2021-05-03T10:57:58.022Z] time="2021-05-03T10:57:57Z" level=info msg="Trying to get region from EC2 Metadata"
10:57:58 [2021-05-03T10:57:58.022Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.17s)
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestCreateSuccess
10:57:58 [2021-05-03T10:57:58.022Z] --- PASS: TestCreateSuccess (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestCreateLogGroupSuccess
10:57:58 [2021-05-03T10:57:58.022Z] --- PASS: TestCreateLogGroupSuccess (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestCreateError
10:57:58 [2021-05-03T10:57:58.022Z] --- PASS: TestCreateError (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestCreateAlreadyExists
10:57:58 [2021-05-03T10:57:58.022Z] time="2021-05-03T10:57:57Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="<nil>"
10:57:58 [2021-05-03T10:57:58.022Z] --- PASS: TestCreateAlreadyExists (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestLogClosed
10:57:58 [2021-05-03T10:57:58.022Z] --- PASS: TestLogClosed (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestLogBlocking
10:57:58 [2021-05-03T10:57:58.022Z] --- PASS: TestLogBlocking (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestLogNonBlockingBufferEmpty
10:57:58 [2021-05-03T10:57:58.022Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestLogNonBlockingBufferFull
10:57:58 [2021-05-03T10:57:58.022Z] --- PASS: TestLogNonBlockingBufferFull (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestPublishBatchSuccess
10:57:58 [2021-05-03T10:57:58.022Z] --- PASS: TestPublishBatchSuccess (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestPublishBatchError
10:57:58 [2021-05-03T10:57:58.022Z] time="2021-05-03T10:57:57Z" level=error msg=Error
10:57:58 [2021-05-03T10:57:58.022Z] --- PASS: TestPublishBatchError (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestPublishBatchInvalidSeqSuccess
10:57:58 [2021-05-03T10:57:58.022Z] time="2021-05-03T10:57:57Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="<nil>"
10:57:58 [2021-05-03T10:57:58.022Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestPublishBatchAlreadyAccepted
10:57:58 [2021-05-03T10:57:58.022Z] time="2021-05-03T10:57:57Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="<nil>"
10:57:58 [2021-05-03T10:57:58.022Z] time="2021-05-03T10:57:57Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token"
10:57:58 [2021-05-03T10:57:58.022Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestCollectBatchSimple
10:57:58 [2021-05-03T10:57:58.022Z] --- PASS: TestCollectBatchSimple (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestCollectBatchTicker
10:57:58 [2021-05-03T10:57:58.022Z] --- PASS: TestCollectBatchTicker (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestCollectBatchMultilinePattern
10:57:58 [2021-05-03T10:57:58.022Z] --- PASS: TestCollectBatchMultilinePattern (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestCollectBatchMultilinePatternMaxEventAge
10:57:58 [2021-05-03T10:57:58.022Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestCollectBatchMultilinePatternNegativeEventAge
10:57:58 [2021-05-03T10:57:58.022Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestCollectBatchMultilinePatternMaxEventSize
10:57:58 [2021-05-03T10:57:58.022Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s)
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestCollectBatchClose
10:57:58 [2021-05-03T10:57:58.022Z] --- PASS: TestCollectBatchClose (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestEffectiveLen
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestEffectiveLen/0/Hello
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestEffectiveLen/1/\x01\x02\x03\x04
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestEffectiveLen/2/🙃
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestEffectiveLen/3/����
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestEffectiveLen/4/He��o
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestEffectiveLen/5/
10:57:58 [2021-05-03T10:57:58.022Z] --- PASS: TestEffectiveLen (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z]     --- PASS: TestEffectiveLen/0/Hello (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z]     --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z]     --- PASS: TestEffectiveLen/2/🙃 (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z]     --- PASS: TestEffectiveLen/3/���� (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z]     --- PASS: TestEffectiveLen/4/He��o (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z]     --- PASS: TestEffectiveLen/5/ (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestFindValidSplit
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestFindValidSplit/0/
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestFindValidSplit/1/Hello
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestFindValidSplit/2/Hello
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestFindValidSplit/3/Hello
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestFindValidSplit/4/🙃
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestFindValidSplit/5/🙃
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestFindValidSplit/6/a�
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestFindValidSplit/7/a�
10:57:58 [2021-05-03T10:57:58.022Z] --- PASS: TestFindValidSplit (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z]     --- PASS: TestFindValidSplit/0/ (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z]         cloudwatchlogs_test.go:1044: 
10:57:58 [2021-05-03T10:57:58.022Z]         cloudwatchlogs_test.go:1045: 
10:57:58 [2021-05-03T10:57:58.022Z]     --- PASS: TestFindValidSplit/1/Hello (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z]         cloudwatchlogs_test.go:1044: Hello
10:57:58 [2021-05-03T10:57:58.022Z]         cloudwatchlogs_test.go:1045: 
10:57:58 [2021-05-03T10:57:58.022Z]     --- PASS: TestFindValidSplit/2/Hello (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z]         cloudwatchlogs_test.go:1044: He
10:57:58 [2021-05-03T10:57:58.022Z]         cloudwatchlogs_test.go:1045: llo
10:57:58 [2021-05-03T10:57:58.022Z]     --- PASS: TestFindValidSplit/3/Hello (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z]         cloudwatchlogs_test.go:1044: 
10:57:58 [2021-05-03T10:57:58.022Z]         cloudwatchlogs_test.go:1045: Hello
10:57:58 [2021-05-03T10:57:58.022Z]     --- PASS: TestFindValidSplit/4/🙃 (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z]         cloudwatchlogs_test.go:1044: 
10:57:58 [2021-05-03T10:57:58.022Z]         cloudwatchlogs_test.go:1045: 🙃
10:57:58 [2021-05-03T10:57:58.022Z]     --- PASS: TestFindValidSplit/5/🙃 (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z]         cloudwatchlogs_test.go:1044: 🙃
10:57:58 [2021-05-03T10:57:58.022Z]         cloudwatchlogs_test.go:1045: 
10:57:58 [2021-05-03T10:57:58.022Z]     --- PASS: TestFindValidSplit/6/a� (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z]         cloudwatchlogs_test.go:1044: a
10:57:58 [2021-05-03T10:57:58.022Z]         cloudwatchlogs_test.go:1045: �
10:57:58 [2021-05-03T10:57:58.022Z]     --- PASS: TestFindValidSplit/7/a� (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z]         cloudwatchlogs_test.go:1044: a�
10:57:58 [2021-05-03T10:57:58.022Z]         cloudwatchlogs_test.go:1045: 
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestProcessEventEmoji
10:57:58 [2021-05-03T10:57:58.022Z] --- PASS: TestProcessEventEmoji (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestCollectBatchLineSplit
10:57:58 [2021-05-03T10:57:58.022Z] --- PASS: TestCollectBatchLineSplit (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestCollectBatchLineSplitWithBinary
10:57:58 [2021-05-03T10:57:58.022Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestCollectBatchMaxEvents
10:57:58 [2021-05-03T10:57:58.022Z] --- PASS: TestCollectBatchMaxEvents (0.03s)
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestCollectBatchMaxTotalBytes
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestJSONFileLogger
10:57:58 [2021-05-03T10:57:58.022Z] --- PASS: TestJSONFileLogger (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestJSONFileLoggerWithTags
10:57:58 [2021-05-03T10:57:58.022Z] --- PASS: TestCollectBatchMaxTotalBytes (0.02s)
10:57:58 [2021-05-03T10:57:58.022Z] --- PASS: TestJSONFileLoggerWithTags (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestCollectBatchMaxTotalBytesWithBinary
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestJSONFileLoggerWithOpts
10:57:58 [2021-05-03T10:57:58.022Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s)
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestJSONFileLoggerWithLabelsEnv
10:57:58 [2021-05-03T10:57:58.022Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s)
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestEncodeDecode
10:57:58 [2021-05-03T10:57:58.022Z] === PAUSE TestEncodeDecode
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestUnexpectedEOF
10:57:58 [2021-05-03T10:57:58.022Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s)
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestCollectBatchWithDuplicateTimestamps
10:57:58 [2021-05-03T10:57:58.022Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.07s)
10:57:58 [2021-05-03T10:57:58.022Z] === RUN   TestParseLogOptionsMultilinePattern
10:57:58 [2021-05-03T10:57:58.022Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s)
10:57:58 [2021-05-03T10:57:58.023Z] === RUN   TestParseLogOptionsDatetimeFormat
10:57:58 [2021-05-03T10:57:58.023Z] === RUN   TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT
10:57:58 [2021-05-03T10:57:58.023Z] === RUN   TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200
10:57:58 [2021-05-03T10:57:58.023Z] === RUN   TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec
10:57:58 [2021-05-03T10:57:58.023Z] === RUN   TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December
10:57:58 [2021-05-03T10:57:58.023Z] === RUN   TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday
10:57:58 [2021-05-03T10:57:58.023Z] === RUN   TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun
10:57:58 [2021-05-03T10:57:58.023Z] === RUN   TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091
10:57:58 [2021-05-03T10:57:58.023Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s)
10:57:58 [2021-05-03T10:57:58.023Z]     --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s)
10:57:58 [2021-05-03T10:57:58.023Z]     --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s)
10:57:58 [2021-05-03T10:57:58.023Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s)
10:57:58 [2021-05-03T10:57:58.023Z]     --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s)
10:57:58 [2021-05-03T10:57:58.023Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s)
10:57:58 [2021-05-03T10:57:58.023Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s)
10:57:58 [2021-05-03T10:57:58.023Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s)
10:57:58 [2021-05-03T10:57:58.023Z] === RUN   TestValidateLogOptionsDatetimeFormatAndMultilinePattern
10:57:58 [2021-05-03T10:57:58.023Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s)
10:57:58 [2021-05-03T10:57:58.023Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds
10:57:58 [2021-05-03T10:57:58.023Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/0
10:57:58 [2021-05-03T10:57:58.023Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/-1
10:57:58 [2021-05-03T10:57:58.023Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/a
10:57:58 [2021-05-03T10:57:58.023Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/10
10:57:58 [2021-05-03T10:57:58.476Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s)
10:57:58 [2021-05-03T10:57:58.476Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s)
10:57:58 [2021-05-03T10:57:58.476Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s)
10:57:58 [2021-05-03T10:57:58.476Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s)
10:57:58 [2021-05-03T10:57:58.476Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s)
10:57:58 [2021-05-03T10:57:58.476Z] === RUN   TestValidateLogOptionsMaxBufferedEvents
10:57:58 [2021-05-03T10:57:58.476Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/0
10:57:58 [2021-05-03T10:57:58.476Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/-1
10:57:58 [2021-05-03T10:57:58.476Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/a
10:57:58 [2021-05-03T10:57:58.476Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/10
10:57:58 [2021-05-03T10:57:58.476Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s)
10:57:58 [2021-05-03T10:57:58.476Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s)
10:57:58 [2021-05-03T10:57:58.476Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s)
10:57:58 [2021-05-03T10:57:58.476Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s)
10:57:58 [2021-05-03T10:57:58.476Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s)
10:57:58 [2021-05-03T10:57:58.476Z] === RUN   TestCreateTagSuccess
10:57:58 [2021-05-03T10:57:58.476Z] --- PASS: TestCreateTagSuccess (0.00s)
10:57:58 [2021-05-03T10:57:58.476Z] === RUN   TestNewAWSLogsClientCredentialEndpointDetect
10:57:58 [2021-05-03T10:57:58.476Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s)
10:57:58 [2021-05-03T10:57:58.476Z] === RUN   TestNewAWSLogsClientCredentialEnvironmentVariable
10:57:58 [2021-05-03T10:57:58.476Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s)
10:57:58 [2021-05-03T10:57:58.476Z] === RUN   TestNewAWSLogsClientCredentialSharedFile
10:57:58 [2021-05-03T10:57:58.476Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s)
10:57:58 [2021-05-03T10:57:58.476Z] PASS
10:57:58 [2021-05-03T10:57:58.476Z] coverage: 77.8% of statements
10:57:58 [2021-05-03T10:57:58.476Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.502s	coverage: 77.8% of statements
10:57:58 [2021-05-03T10:57:58.476Z] time="2021-05-03T10:57:57Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0
10:57:58 [2021-05-03T10:57:58.476Z] time="2021-05-03T10:57:57Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0
10:57:58 [2021-05-03T10:57:58.476Z] --- PASS: TestUnexpectedEOF (0.16s)
10:57:58 [2021-05-03T10:57:58.476Z] === CONT  TestEncodeDecode
10:57:58 [2021-05-03T10:57:58.476Z] --- PASS: TestEncodeDecode (0.00s)
10:57:58 [2021-05-03T10:57:58.476Z] PASS
10:57:58 [2021-05-03T10:57:58.476Z] coverage: 69.9% of statements
10:57:58 [2021-05-03T10:57:58.476Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.328s	coverage: 69.9% of statements
10:57:58 [2021-05-03T10:57:58.476Z] === RUN   TestJSONLogsMarshalJSONBuf
10:57:58 [2021-05-03T10:57:58.476Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s)
10:57:58 [2021-05-03T10:57:58.476Z] === RUN   TestFastTimeMarshalJSONWithInvalidYear
10:57:58 [2021-05-03T10:57:58.476Z] === RUN   TestSearchRegistryForImagesErrors
10:57:58 [2021-05-03T10:57:58.476Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s)
10:57:58 [2021-05-03T10:57:58.476Z] === RUN   TestSearchRegistryForImages
10:57:58 [2021-05-03T10:57:58.476Z] --- PASS: TestSearchRegistryForImages (0.00s)
10:57:58 [2021-05-03T10:57:58.476Z] === RUN   TestOnlyPlatformWithFallback
10:57:58 [2021-05-03T10:57:58.476Z] --- PASS: TestOnlyPlatformWithFallback (0.00s)
10:57:58 [2021-05-03T10:57:58.476Z] === RUN   TestImageDelete
10:57:58 [2021-05-03T10:57:58.476Z] === RUN   TestImageDelete/no_lease
10:57:58 [2021-05-03T10:57:58.476Z] === RUN   TestImageDelete/lease_exists
10:57:58 [2021-05-03T10:57:58.476Z] --- PASS: TestImageDelete (0.05s)
10:57:58 [2021-05-03T10:57:58.476Z]     --- PASS: TestImageDelete/no_lease (0.01s)
10:57:58 [2021-05-03T10:57:58.476Z]     --- PASS: TestImageDelete/lease_exists (0.02s)
10:57:58 [2021-05-03T10:57:58.476Z] === RUN   TestContentStoreForPull
10:57:58 [2021-05-03T10:57:58.476Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.17s)
10:57:58 [2021-05-03T10:57:58.476Z] === RUN   TestFastTimeMarshalJSON
10:57:58 [2021-05-03T10:57:58.476Z] --- PASS: TestFastTimeMarshalJSON (0.02s)
10:57:58 [2021-05-03T10:57:58.771Z] Loaded image: buildpack-deps:buster
10:57:58 [2021-05-03T10:57:58.930Z] Loaded image: buildpack-deps:buster
10:57:58 [2021-05-03T10:57:58.930Z] Loaded image: busybox:latest
10:57:58 [2021-05-03T10:57:58.930Z] PASS
10:57:58 [2021-05-03T10:57:58.930Z] coverage: 87.2% of statements
10:57:58 [2021-05-03T10:57:58.931Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.397s	coverage: 87.2% of statements
10:57:58 [2021-05-03T10:57:58.931Z] --- PASS: TestContentStoreForPull (0.22s)
10:57:58 [2021-05-03T10:57:58.931Z] PASS
10:57:58 [2021-05-03T10:57:58.931Z] coverage: 6.7% of statements
10:57:58 [2021-05-03T10:57:58.931Z] ok  	github.com/docker/docker/daemon/images	0.512s	coverage: 6.7% of statements
10:57:58 [2021-05-03T10:57:58.931Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
10:57:58 [2021-05-03T10:57:58.931Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
10:57:58 [2021-05-03T10:57:58.931Z] ?   	github.com/docker/docker/daemon/logger/etwlogs	[no test files]
10:57:58 [2021-05-03T10:57:58.931Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
10:57:58 [2021-05-03T10:57:58.931Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
10:57:58 [2021-05-03T10:57:58.931Z] ?   	github.com/docker/docker/daemon/logger/gelf	[no test files]
10:57:58 [2021-05-03T10:57:58.931Z] ?   	github.com/docker/docker/daemon/logger/journald	[no test files]
10:57:59 [2021-05-03T10:57:59.030Z] Loaded image: busybox:latest
10:57:59 [2021-05-03T10:57:59.188Z] Loaded image: busybox:glibc
10:57:59 [2021-05-03T10:57:59.289Z] Loaded image: busybox:glibc
10:58:01 [2021-05-03T10:58:01.090Z] === RUN   TestWriteLog
10:58:01 [2021-05-03T10:58:01.090Z] === PAUSE TestWriteLog
10:58:01 [2021-05-03T10:58:01.090Z] === RUN   TestReadLog
10:58:01 [2021-05-03T10:58:01.090Z] === PAUSE TestReadLog
10:58:01 [2021-05-03T10:58:01.090Z] === CONT  TestWriteLog
10:58:01 [2021-05-03T10:58:01.090Z] === CONT  TestReadLog
10:58:01 [2021-05-03T10:58:01.090Z] === RUN   TestReadLog/tail_exact
10:58:01 [2021-05-03T10:58:01.090Z] --- PASS: TestWriteLog (0.00s)
10:58:01 [2021-05-03T10:58:01.090Z] === RUN   TestOpenFileDelete
10:58:01 [2021-05-03T10:58:01.090Z] --- PASS: TestOpenFileDelete (0.00s)
10:58:01 [2021-05-03T10:58:01.090Z] === RUN   TestOpenFileRename
10:58:01 [2021-05-03T10:58:01.090Z] --- PASS: TestOpenFileRename (0.00s)
10:58:01 [2021-05-03T10:58:01.090Z] === RUN   TestParseLogTagDefaultTag
10:58:01 [2021-05-03T10:58:01.090Z] --- PASS: TestParseLogTagDefaultTag (0.00s)
10:58:01 [2021-05-03T10:58:01.090Z] === RUN   TestParseLogTag
10:58:01 [2021-05-03T10:58:01.090Z] --- PASS: TestParseLogTag (0.00s)
10:58:01 [2021-05-03T10:58:01.090Z] === RUN   TestParseLogTagEmptyTag
10:58:01 [2021-05-03T10:58:01.090Z] --- PASS: TestParseLogTagEmptyTag (0.00s)
10:58:01 [2021-05-03T10:58:01.090Z] === RUN   TestTailFiles
10:58:01 [2021-05-03T10:58:01.090Z] --- PASS: TestTailFiles (0.00s)
10:58:01 [2021-05-03T10:58:01.090Z] === RUN   TestFollowLogsConsumerGone
10:58:01 [2021-05-03T10:58:01.090Z] --- PASS: TestFollowLogsConsumerGone (0.01s)
10:58:01 [2021-05-03T10:58:01.090Z] === RUN   TestFollowLogsProducerGone
10:58:01 [2021-05-03T10:58:01.090Z] --- PASS: TestFollowLogsProducerGone (0.00s)
10:58:01 [2021-05-03T10:58:01.090Z]     logfile_test.go:232: messages sent: 4098, received: 4098
10:58:01 [2021-05-03T10:58:01.090Z]     logfile_test.go:179: logDecode() closed after sending 4098 messages
10:58:01 [2021-05-03T10:58:01.090Z] === RUN   TestCheckCapacityAndRotate
10:58:01 [2021-05-03T10:58:01.090Z] === RUN   TestCheckCapacityAndRotate/closed_log_file
10:58:01 [2021-05-03T10:58:01.090Z] === RUN   TestCheckCapacityAndRotate/with_log_reader
10:58:01 [2021-05-03T10:58:01.090Z] === RUN   TestReadLog/tail_less_than_available
10:58:01 [2021-05-03T10:58:01.090Z] === RUN   TestReadLog/tail_more_than_available
10:58:01 [2021-05-03T10:58:01.090Z] --- PASS: TestReadLog (0.19s)
10:58:01 [2021-05-03T10:58:01.090Z]     --- PASS: TestReadLog/tail_exact (0.17s)
10:58:01 [2021-05-03T10:58:01.090Z]     --- PASS: TestReadLog/tail_less_than_available (0.00s)
10:58:01 [2021-05-03T10:58:01.090Z]     --- PASS: TestReadLog/tail_more_than_available (0.00s)
10:58:01 [2021-05-03T10:58:01.090Z] PASS
10:58:01 [2021-05-03T10:58:01.090Z] coverage: 75.2% of statements
10:58:01 [2021-05-03T10:58:01.090Z] ok  	github.com/docker/docker/daemon/logger/local	0.268s	coverage: 75.2% of statements
10:58:01 [2021-05-03T10:58:01.090Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
10:58:01 [2021-05-03T10:58:01.090Z] --- PASS: TestCheckCapacityAndRotate (0.16s)
10:58:01 [2021-05-03T10:58:01.090Z]     --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s)
10:58:01 [2021-05-03T10:58:01.090Z]     --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.14s)
10:58:01 [2021-05-03T10:58:01.090Z] PASS
10:58:01 [2021-05-03T10:58:01.090Z] coverage: 55.3% of statements
10:58:01 [2021-05-03T10:58:01.544Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.245s	coverage: 55.3% of statements
10:58:01 [2021-05-03T10:58:01.544Z] === RUN   TestLog
10:58:01 [2021-05-03T10:58:01.544Z] --- PASS: TestLog (0.01s)
10:58:01 [2021-05-03T10:58:01.544Z] PASS
10:58:01 [2021-05-03T10:58:01.544Z] coverage: 31.5% of statements
10:58:01 [2021-05-03T10:58:01.544Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.096s	coverage: 31.5% of statements
10:58:01 [2021-05-03T10:58:01.723Z] Loaded image: debian:bullseye
10:58:01 [2021-05-03T10:58:01.723Z] Loaded image: hello-world:latest
10:58:01 [2021-05-03T10:58:01.723Z] Loaded image: arm32v7/hello-world:latest
10:58:01 [2021-05-03T10:58:01.723Z] INFO: Testing against a local daemon
10:58:01 [2021-05-03T10:58:01.723Z] === RUN   TestCgroupNamespacesBuild
10:58:01 [2021-05-03T10:58:01.824Z] Loaded image: debian:bullseye
10:58:01 [2021-05-03T10:58:01.824Z] Loaded image: hello-world:latest
10:58:01 [2021-05-03T10:58:01.824Z] Loaded image: arm32v7/hello-world:latest
10:58:01 [2021-05-03T10:58:01.824Z] INFO: Testing against a local daemon
10:58:01 [2021-05-03T10:58:01.824Z] === RUN   TestCgroupNamespacesBuild
10:58:02 [2021-05-03T10:58:02.006Z] INFO [runner/unused/goanalysis] analyzers took 27.008323691s with top 10 stages: buildssa: 23.127335704s, U1000: 3.880987987s 
10:58:02 [2021-05-03T10:58:02.006Z] INFO [runner] Issues before processing: 2262, after processing: 0 
10:58:02 [2021-05-03T10:58:02.006Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 1683/1683, cgo: 1683/2262, filename_unadjuster: 1683/1683, path_prettifier: 1683/1683, skip_files: 1683/1683, autogenerated_exclude: 1578/1683, identifier_marker: 1578/1578, exclude-rules: 64/1578, nolint: 0/64, exclude: 1578/1578 
10:58:02 [2021-05-03T10:58:02.006Z] INFO [runner] processing took 121.771097ms with stages: nolint: 49.325151ms, identifier_marker: 38.525284ms, path_prettifier: 15.315231ms, autogenerated_exclude: 6.706012ms, exclude-rules: 6.47533ms, skip_dirs: 3.73944ms, cgo: 921.14µs, filename_unadjuster: 757.497µs, max_same_issues: 1.582µs, uniq_by_line: 740ns, path_shortener: 657ns, diff: 595ns, source_code: 568ns, max_from_linter: 552ns, exclude: 529ns, skip_files: 498ns, max_per_file_from_linter: 291ns 
10:58:02 [2021-05-03T10:58:02.006Z] INFO [runner] linters took 1m40.286943225s with stages: goanalysis_metalinter: 1m19.95744289s, unused: 20.207563994s 
10:58:02 [2021-05-03T10:58:02.006Z] INFO File cache stats: 1456 entries of total size 6.8MiB 
10:58:02 [2021-05-03T10:58:02.006Z] INFO Memory: 1669 samples, avg is 252.5MB, max is 3562.8MB 
10:58:02 [2021-05-03T10:58:02.006Z] INFO Execution took 3m41.117399179s               
10:58:02 [2021-05-03T10:58:02.006Z] Congratulations! The shell scripts are properly formatted.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Docker-py)
[Pipeline] sh
10:58:02 [2021-05-03T10:58:02.344Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42329/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=19b7f7f3484697146ca76b75346365080b99a3b2 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:19b7f7f3484697146ca76b75346365080b99a3b2 hack/make.sh dynbinary-daemon test-docker-py
10:58:02 [2021-05-03T10:58:02.503Z] === RUN   TestNewParse
10:58:02 [2021-05-03T10:58:02.503Z] --- PASS: TestNewParse (0.00s)
10:58:02 [2021-05-03T10:58:02.503Z] PASS
10:58:02 [2021-05-03T10:58:02.503Z] coverage: 8.3% of statements
10:58:02 [2021-05-03T10:58:02.503Z] ok  	github.com/docker/docker/daemon/logger/templates	0.051s	coverage: 8.3% of statements
10:58:02 [2021-05-03T10:58:02.904Z] 
10:58:02 [2021-05-03T10:58:02.957Z] === RUN   TestValidateLogOpt
10:58:02 [2021-05-03T10:58:02.957Z] --- PASS: TestValidateLogOpt (0.00s)
10:58:02 [2021-05-03T10:58:02.957Z] === RUN   TestNewMissedConfig
10:58:02 [2021-05-03T10:58:02.957Z] --- PASS: TestNewMissedConfig (0.00s)
10:58:02 [2021-05-03T10:58:02.957Z] === RUN   TestNewMissedUrl
10:58:02 [2021-05-03T10:58:02.957Z] --- PASS: TestNewMissedUrl (0.00s)
10:58:02 [2021-05-03T10:58:02.957Z] === RUN   TestNewMissedToken
10:58:02 [2021-05-03T10:58:02.957Z] --- PASS: TestNewMissedToken (0.00s)
10:58:02 [2021-05-03T10:58:02.957Z] === RUN   TestNewWithProxy
10:58:02 [2021-05-03T10:58:02.957Z] --- PASS: TestNewWithProxy (0.00s)
10:58:02 [2021-05-03T10:58:02.957Z] === RUN   TestDefault
10:58:02 [2021-05-03T10:58:02.957Z] --- PASS: TestDefault (0.01s)
10:58:02 [2021-05-03T10:58:02.957Z] === RUN   TestInlineFormatWithNonDefaultOptions
10:58:02 [2021-05-03T10:58:02.957Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s)
10:58:02 [2021-05-03T10:58:02.957Z] === RUN   TestJsonFormat
10:58:02 [2021-05-03T10:58:02.957Z] --- PASS: TestJsonFormat (0.00s)
10:58:02 [2021-05-03T10:58:02.957Z] === RUN   TestRawFormat
10:58:02 [2021-05-03T10:58:02.957Z] --- PASS: TestRawFormat (0.00s)
10:58:02 [2021-05-03T10:58:02.957Z] === RUN   TestRawFormatWithLabels
10:58:02 [2021-05-03T10:58:02.957Z] --- PASS: TestRawFormatWithLabels (0.00s)
10:58:02 [2021-05-03T10:58:02.957Z] === RUN   TestRawFormatWithoutTag
10:58:02 [2021-05-03T10:58:02.957Z] --- PASS: TestRawFormatWithoutTag (0.00s)
10:58:02 [2021-05-03T10:58:02.957Z] === RUN   TestBatching
10:58:03 [2021-05-03T10:58:03.160Z] Removing bundles/
10:58:03 [2021-05-03T10:58:03.160Z] 
10:58:03 [2021-05-03T10:58:03.160Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon)
10:58:03 [2021-05-03T10:58:03.160Z] Building: bundles/dynbinary-daemon/dockerd-dev
10:58:03 [2021-05-03T10:58:03.160Z] GOOS="" GOARCH="" GOARM=""
10:58:03 [2021-05-03T10:58:03.411Z] --- PASS: TestBatching (0.50s)
10:58:03 [2021-05-03T10:58:03.411Z] === RUN   TestFrequency
10:58:03 [2021-05-03T10:58:03.411Z] === RUN   TestParseLogFormat
10:58:03 [2021-05-03T10:58:03.411Z] --- PASS: TestParseLogFormat (0.00s)
10:58:03 [2021-05-03T10:58:03.411Z] === RUN   TestValidateLogOptEmpty
10:58:03 [2021-05-03T10:58:03.411Z] --- PASS: TestValidateLogOptEmpty (0.00s)
10:58:03 [2021-05-03T10:58:03.411Z] === RUN   TestValidateSyslogAddress
10:58:03 [2021-05-03T10:58:03.411Z] --- PASS: TestValidateSyslogAddress (0.00s)
10:58:03 [2021-05-03T10:58:03.411Z] === RUN   TestParseAddressDefaultPort
10:58:03 [2021-05-03T10:58:03.411Z] --- PASS: TestParseAddressDefaultPort (0.00s)
10:58:03 [2021-05-03T10:58:03.411Z] === RUN   TestValidateSyslogFacility
10:58:03 [2021-05-03T10:58:03.411Z] --- PASS: TestValidateSyslogFacility (0.00s)
10:58:03 [2021-05-03T10:58:03.411Z] === RUN   TestValidateLogOptSyslogFormat
10:58:03 [2021-05-03T10:58:03.411Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s)
10:58:03 [2021-05-03T10:58:03.411Z] === RUN   TestValidateLogOpt
10:58:03 [2021-05-03T10:58:03.411Z] --- PASS: TestValidateLogOpt (0.00s)
10:58:03 [2021-05-03T10:58:03.411Z] PASS
10:58:03 [2021-05-03T10:58:03.411Z] coverage: 46.8% of statements
10:58:03 [2021-05-03T10:58:03.411Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.143s	coverage: 46.8% of statements
10:58:03 [2021-05-03T10:58:03.865Z] --- PASS: TestFrequency (0.17s)
10:58:03 [2021-05-03T10:58:03.865Z] === RUN   TestOneMessagePerRequest
10:58:03 [2021-05-03T10:58:03.865Z] --- PASS: TestOneMessagePerRequest (0.01s)
10:58:03 [2021-05-03T10:58:03.865Z] === RUN   TestVerify
10:58:03 [2021-05-03T10:58:03.865Z] --- PASS: TestVerify (0.00s)
10:58:03 [2021-05-03T10:58:03.865Z] === RUN   TestSkipVerify
10:58:03 [2021-05-03T10:58:03.865Z] time="2021-05-03T10:58:03Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
10:58:03 [2021-05-03T10:58:03.865Z] time="2021-05-03T10:58:03Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
10:58:03 [2021-05-03T10:58:03.865Z] time="2021-05-03T10:58:03Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
10:58:03 [2021-05-03T10:58:03.865Z] time="2021-05-03T10:58:03Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
10:58:04 [2021-05-03T10:58:04.318Z] --- PASS: TestSkipVerify (0.62s)
10:58:04 [2021-05-03T10:58:04.318Z] === RUN   TestBufferMaximum
10:58:04 [2021-05-03T10:58:04.318Z] time="2021-05-03T10:58:04Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
10:58:04 [2021-05-03T10:58:04.318Z] time="2021-05-03T10:58:04Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
10:58:04 [2021-05-03T10:58:04.318Z] time="2021-05-03T10:58:04Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
10:58:04 [2021-05-03T10:58:04.318Z] time="2021-05-03T10:58:04Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
10:58:04 [2021-05-03T10:58:04.318Z] time="2021-05-03T10:58:04Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
10:58:04 [2021-05-03T10:58:04.318Z] time="2021-05-03T10:58:04Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1620039484.038505\",\"host\":\"deccf96f649f\"}'"
10:58:04 [2021-05-03T10:58:04.318Z] time="2021-05-03T10:58:04Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1620039484.038505\",\"host\":\"deccf96f649f\"}'"
10:58:04 [2021-05-03T10:58:04.318Z] --- PASS: TestBufferMaximum (0.00s)
10:58:04 [2021-05-03T10:58:04.318Z] === RUN   TestServerAlwaysDown
10:58:04 [2021-05-03T10:58:04.318Z] time="2021-05-03T10:58:04Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
10:58:04 [2021-05-03T10:58:04.318Z] time="2021-05-03T10:58:04Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
10:58:04 [2021-05-03T10:58:04.318Z] time="2021-05-03T10:58:04Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1620039484.042510\",\"host\":\"deccf96f649f\"}'"
10:58:04 [2021-05-03T10:58:04.319Z] time="2021-05-03T10:58:04Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1620039484.042510\",\"host\":\"deccf96f649f\"}'"
10:58:04 [2021-05-03T10:58:04.319Z] time="2021-05-03T10:58:04Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
10:58:04 [2021-05-03T10:58:04.319Z] time="2021-05-03T10:58:04Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1620039484.042510\",\"host\":\"deccf96f649f\"}'"
10:58:04 [2021-05-03T10:58:04.319Z] time="2021-05-03T10:58:04Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1620039484.043503\",\"host\":\"deccf96f649f\"}'"
10:58:04 [2021-05-03T10:58:04.319Z] time="2021-05-03T10:58:04Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1620039484.043503\",\"host\":\"deccf96f649f\"}'"
10:58:04 [2021-05-03T10:58:04.319Z] --- PASS: TestServerAlwaysDown (0.00s)
10:58:04 [2021-05-03T10:58:04.319Z] === RUN   TestCannotSendAfterClose
10:58:04 [2021-05-03T10:58:04.319Z] --- PASS: TestCannotSendAfterClose (0.00s)
10:58:04 [2021-05-03T10:58:04.319Z] === RUN   TestDeadlockOnBlockedEndpoint
10:58:05 [2021-05-03T10:58:05.007Z] --- PASS: TestCgroupNamespacesBuild (3.00s)
10:58:05 [2021-05-03T10:58:05.007Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
10:58:05 [2021-05-03T10:58:05.278Z] time="2021-05-03T10:58:05Z" level=warning msg="Error while sending logs" error="Post http://127.0.0.1:49203/services/collector/event/1.0: context deadline exceeded" module=logger/splunk
10:58:05 [2021-05-03T10:58:05.278Z] time="2021-05-03T10:58:05Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"deccf96f649f\"}'"
10:58:05 [2021-05-03T10:58:05.278Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s)
10:58:05 [2021-05-03T10:58:05.278Z] PASS
10:58:05 [2021-05-03T10:58:05.278Z] coverage: 82.5% of statements
10:58:05 [2021-05-03T10:58:05.278Z] ok  	github.com/docker/docker/daemon/logger/splunk	2.430s	coverage: 82.5% of statements
10:58:05 [2021-05-03T10:58:05.278Z] ?   	github.com/docker/docker/daemon/names	[no test files]
10:58:05 [2021-05-03T10:58:05.278Z] ?   	github.com/docker/docker/daemon/network	[no test files]
10:58:05 [2021-05-03T10:58:05.278Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
10:58:05 [2021-05-03T10:58:05.278Z] === RUN   TestV1IDService
10:58:05 [2021-05-03T10:58:05.278Z] --- PASS: TestV1IDService (0.03s)
10:58:05 [2021-05-03T10:58:05.278Z] === RUN   TestV2MetadataService
10:58:06 [2021-05-03T10:58:06.014Z] --- PASS: TestCgroupNamespacesBuild (4.44s)
10:58:06 [2021-05-03T10:58:06.014Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
10:58:06 [2021-05-03T10:58:06.236Z] === RUN   TestContinueOnError_NonMirrorEndpoint
10:58:06 [2021-05-03T10:58:06.236Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s)
10:58:06 [2021-05-03T10:58:06.236Z] === RUN   TestContinueOnError_MirrorEndpoint
10:58:06 [2021-05-03T10:58:06.236Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s)
10:58:06 [2021-05-03T10:58:06.236Z] === RUN   TestContinueOnError_NeverContinue
10:58:06 [2021-05-03T10:58:06.236Z] --- PASS: TestContinueOnError_NeverContinue (0.00s)
10:58:06 [2021-05-03T10:58:06.236Z] === RUN   TestManifestStore
10:58:06 [2021-05-03T10:58:06.236Z] === RUN   TestManifestStore/no_remote_or_local
10:58:06 [2021-05-03T10:58:06.236Z] time="2021-05-03T10:58:06Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local842298159\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process."
10:58:06 [2021-05-03T10:58:06.236Z] === RUN   TestManifestStore/no_local_cache
10:58:06 [2021-05-03T10:58:06.236Z] === RUN   TestManifestStore/with_local_cache
10:58:06 [2021-05-03T10:58:06.236Z] === RUN   TestManifestStore/unknown_media_type
10:58:06 [2021-05-03T10:58:06.236Z] === RUN   TestManifestStore/unknown_media_type/no_cache
10:58:06 [2021-05-03T10:58:06.236Z] time="2021-05-03T10:58:06Z" level=warning msg="reference for unknown type: "
10:58:06 [2021-05-03T10:58:06.236Z] time="2021-05-03T10:58:06Z" level=warning msg="reference for unknown type: "
10:58:06 [2021-05-03T10:58:06.236Z] === RUN   TestManifestStore/unknown_media_type/with_cache
10:58:06 [2021-05-03T10:58:06.236Z] === RUN   TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type
10:58:06 [2021-05-03T10:58:06.692Z] time="2021-05-03T10:58:06Z" level=warning msg="reference for unknown type: "
10:58:06 [2021-05-03T10:58:06.692Z] === RUN   TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type
10:58:06 [2021-05-03T10:58:06.692Z] time="2021-05-03T10:58:06Z" level=warning msg="reference for unknown type: "
10:58:06 [2021-05-03T10:58:06.692Z] time="2021-05-03T10:58:06Z" level=warning msg="reference for unknown type: "
10:58:06 [2021-05-03T10:58:06.692Z] === RUN   TestManifestStore/error_persisting_manifest
10:58:06 [2021-05-03T10:58:06.692Z] === RUN   TestManifestStore/error_persisting_manifest/error_on_writer
10:58:06 [2021-05-03T10:58:06.692Z] === RUN   TestManifestStore/error_persisting_manifest/error_on_commit
10:58:06 [2021-05-03T10:58:06.692Z] time="2021-05-03T10:58:06Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error"
10:58:06 [2021-05-03T10:58:06.692Z] --- PASS: TestManifestStore (0.46s)
10:58:06 [2021-05-03T10:58:06.692Z]     --- PASS: TestManifestStore/no_remote_or_local (0.30s)
10:58:06 [2021-05-03T10:58:06.692Z]     --- PASS: TestManifestStore/no_local_cache (0.02s)
10:58:06 [2021-05-03T10:58:06.692Z]     --- PASS: TestManifestStore/with_local_cache (0.02s)
10:58:06 [2021-05-03T10:58:06.692Z]     --- PASS: TestManifestStore/unknown_media_type (0.09s)
10:58:06 [2021-05-03T10:58:06.692Z]         --- PASS: TestManifestStore/unknown_media_type/no_cache (0.03s)
10:58:06 [2021-05-03T10:58:06.692Z]         --- PASS: TestManifestStore/unknown_media_type/with_cache (0.07s)
10:58:06 [2021-05-03T10:58:06.692Z]             --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.04s)
10:58:06 [2021-05-03T10:58:06.692Z]             --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s)
10:58:06 [2021-05-03T10:58:06.692Z]     --- PASS: TestManifestStore/error_persisting_manifest (0.03s)
10:58:06 [2021-05-03T10:58:06.692Z]         --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s)
10:58:06 [2021-05-03T10:58:06.692Z]         --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.03s)
10:58:06 [2021-05-03T10:58:06.692Z] === RUN   TestDetectManifestBlobMediaType
10:58:06 [2021-05-03T10:58:06.692Z] === RUN   TestDetectManifestBlobMediaType/oci_index_fallback
10:58:06 [2021-05-03T10:58:06.692Z] === RUN   TestDetectManifestBlobMediaType/mediaType_and_config_set
10:58:06 [2021-05-03T10:58:06.692Z] === RUN   TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set
10:58:06 [2021-05-03T10:58:06.692Z] === RUN   TestDetectManifestBlobMediaType/mediaType_is_set
10:58:06 [2021-05-03T10:58:06.692Z] === RUN   TestDetectManifestBlobMediaType/oci_manifest
10:58:06 [2021-05-03T10:58:06.692Z] === RUN   TestDetectManifestBlobMediaType/schema1
10:58:06 [2021-05-03T10:58:06.692Z] --- PASS: TestDetectManifestBlobMediaType (0.00s)
10:58:06 [2021-05-03T10:58:06.692Z]     --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s)
10:58:06 [2021-05-03T10:58:06.692Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s)
10:58:06 [2021-05-03T10:58:06.692Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s)
10:58:06 [2021-05-03T10:58:06.692Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s)
10:58:06 [2021-05-03T10:58:06.692Z]     --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s)
10:58:06 [2021-05-03T10:58:06.692Z]     --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s)
10:58:06 [2021-05-03T10:58:06.692Z] === RUN   TestFixManifestLayers
10:58:06 [2021-05-03T10:58:06.692Z] --- PASS: TestFixManifestLayers (0.00s)
10:58:06 [2021-05-03T10:58:06.692Z] === RUN   TestFixManifestLayersBaseLayerParent
10:58:06 [2021-05-03T10:58:06.692Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s)
10:58:06 [2021-05-03T10:58:06.692Z]     pull_v2_test.go:73: Needs fixing on Windows
10:58:06 [2021-05-03T10:58:06.692Z] === RUN   TestFixManifestLayersBadParent
10:58:06 [2021-05-03T10:58:06.692Z] --- PASS: TestFixManifestLayersBadParent (0.00s)
10:58:06 [2021-05-03T10:58:06.692Z] === RUN   TestValidateManifest
10:58:06 [2021-05-03T10:58:06.692Z] --- SKIP: TestValidateManifest (0.00s)
10:58:06 [2021-05-03T10:58:06.692Z]     pull_v2_test.go:118: Needs fixing on Windows
10:58:06 [2021-05-03T10:58:06.692Z] === RUN   TestFormatPlatform
10:58:06 [2021-05-03T10:58:06.692Z] --- PASS: TestFormatPlatform (0.00s)
10:58:06 [2021-05-03T10:58:06.692Z] === RUN   TestGetRepositoryMountCandidates
10:58:06 [2021-05-03T10:58:06.692Z] --- PASS: TestGetRepositoryMountCandidates (0.00s)
10:58:06 [2021-05-03T10:58:06.692Z] === RUN   TestLayerAlreadyExists
10:58:06 [2021-05-03T10:58:06.692Z] --- PASS: TestLayerAlreadyExists (0.00s)
10:58:06 [2021-05-03T10:58:06.692Z]     push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false}
10:58:06 [2021-05-03T10:58:06.692Z]     push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false}
10:58:06 [2021-05-03T10:58:06.692Z]     push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false}
10:58:06 [2021-05-03T10:58:06.692Z]     push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false}
10:58:06 [2021-05-03T10:58:06.692Z]     push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false}
10:58:06 [2021-05-03T10:58:06.692Z]     push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false}
10:58:06 [2021-05-03T10:58:06.692Z] === RUN   TestWhenEmptyAuthConfig
10:58:06 [2021-05-03T10:58:06.692Z] === RUN   TestSuccessfulDownload
10:58:06 [2021-05-03T10:58:06.692Z] --- SKIP: TestSuccessfulDownload (0.00s)
10:58:06 [2021-05-03T10:58:06.692Z]     download_test.go:268: Needs fixing on Windows
10:58:06 [2021-05-03T10:58:06.692Z] === RUN   TestCancelledDownload
10:58:06 [2021-05-03T10:58:06.692Z] --- PASS: TestCancelledDownload (0.00s)
10:58:06 [2021-05-03T10:58:06.692Z] === RUN   TestMaxDownloadAttempts
10:58:06 [2021-05-03T10:58:06.692Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
10:58:06 [2021-05-03T10:58:06.692Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
10:58:06 [2021-05-03T10:58:06.692Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
10:58:06 [2021-05-03T10:58:06.692Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
10:58:06 [2021-05-03T10:58:06.692Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
10:58:06 [2021-05-03T10:58:06.692Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
10:58:06 [2021-05-03T10:58:06.692Z] === RUN   TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
10:58:06 [2021-05-03T10:58:06.692Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
10:58:06 [2021-05-03T10:58:06.692Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
10:58:06 [2021-05-03T10:58:06.692Z] === CONT  TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
10:58:06 [2021-05-03T10:58:06.692Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
10:58:06 [2021-05-03T10:58:06.692Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
10:58:07 [2021-05-03T10:58:07.145Z] --- PASS: TestV2MetadataService (1.52s)
10:58:07 [2021-05-03T10:58:07.145Z] PASS
10:58:07 [2021-05-03T10:58:07.145Z] coverage: 48.2% of statements
10:58:07 [2021-05-03T10:58:07.145Z] ok  	github.com/docker/docker/distribution/metadata	1.665s	coverage: 48.2% of statements
10:58:07 [2021-05-03T10:58:07.145Z] time="2021-05-03T10:58:06Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
10:58:07 [2021-05-03T10:58:07.145Z] time="2021-05-03T10:58:06Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
10:58:07 [2021-05-03T10:58:07.145Z] time="2021-05-03T10:58:06Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
10:58:07 [2021-05-03T10:58:07.145Z] time="2021-05-03T10:58:06Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
10:58:07 [2021-05-03T10:58:07.145Z] --- PASS: TestMaxDownloadAttempts (0.00s)
10:58:07 [2021-05-03T10:58:07.145Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.43s)
10:58:07 [2021-05-03T10:58:07.145Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.43s)
10:58:07 [2021-05-03T10:58:07.145Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.43s)
10:58:07 [2021-05-03T10:58:07.145Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.43s)
10:58:07 [2021-05-03T10:58:07.145Z] === RUN   TestTransfer
10:58:07 [2021-05-03T10:58:07.145Z] --- PASS: TestTransfer (0.12s)
10:58:07 [2021-05-03T10:58:07.145Z] === RUN   TestConcurrencyLimit
10:58:07 [2021-05-03T10:58:07.539Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.66s)
10:58:07 [2021-05-03T10:58:07.539Z] === RUN   TestBuildWithSession
10:58:07 [2021-05-03T10:58:07.539Z] --- SKIP: TestBuildWithSession (0.00s)
10:58:07 [2021-05-03T10:58:07.539Z]     build_session_test.go:25: TODO: BuildKit
10:58:07 [2021-05-03T10:58:07.539Z] === RUN   TestBuildSquashParent
10:58:07 [2021-05-03T10:58:07.599Z] === RUN   TestNotFound
10:58:07 [2021-05-03T10:58:07.599Z] --- PASS: TestNotFound (0.00s)
10:58:07 [2021-05-03T10:58:07.599Z] === RUN   TestConflict
10:58:07 [2021-05-03T10:58:07.599Z] --- PASS: TestConflict (0.00s)
10:58:07 [2021-05-03T10:58:07.599Z] === RUN   TestForbidden
10:58:07 [2021-05-03T10:58:07.599Z] --- PASS: TestForbidden (0.00s)
10:58:07 [2021-05-03T10:58:07.599Z] === RUN   TestInvalidParameter
10:58:07 [2021-05-03T10:58:07.599Z] --- PASS: TestInvalidParameter (0.00s)
10:58:07 [2021-05-03T10:58:07.599Z] === RUN   TestNotImplemented
10:58:07 [2021-05-03T10:58:07.599Z] --- PASS: TestNotImplemented (0.00s)
10:58:07 [2021-05-03T10:58:07.599Z] === RUN   TestNotModified
10:58:07 [2021-05-03T10:58:07.599Z] --- PASS: TestNotModified (0.00s)
10:58:07 [2021-05-03T10:58:07.599Z] === RUN   TestUnauthorized
10:58:07 [2021-05-03T10:58:07.599Z] --- PASS: TestUnauthorized (0.00s)
10:58:07 [2021-05-03T10:58:07.599Z] === RUN   TestUnknown
10:58:07 [2021-05-03T10:58:07.599Z] --- PASS: TestUnknown (0.00s)
10:58:07 [2021-05-03T10:58:07.599Z] === RUN   TestCancelled
10:58:07 [2021-05-03T10:58:07.599Z] --- PASS: TestCancelled (0.00s)
10:58:07 [2021-05-03T10:58:07.599Z] === RUN   TestDeadline
10:58:07 [2021-05-03T10:58:07.599Z] --- PASS: TestDeadline (0.00s)
10:58:07 [2021-05-03T10:58:07.599Z] === RUN   TestDataLoss
10:58:07 [2021-05-03T10:58:07.599Z] --- PASS: TestDataLoss (0.00s)
10:58:07 [2021-05-03T10:58:07.599Z] === RUN   TestUnavailable
10:58:07 [2021-05-03T10:58:07.599Z] --- PASS: TestUnavailable (0.00s)
10:58:07 [2021-05-03T10:58:07.599Z] === RUN   TestSystem
10:58:07 [2021-05-03T10:58:07.599Z] --- PASS: TestSystem (0.00s)
10:58:07 [2021-05-03T10:58:07.599Z] === RUN   TestFromStatusCode
10:58:07 [2021-05-03T10:58:07.599Z] === RUN   TestFromStatusCode/Not_Found
10:58:07 [2021-05-03T10:58:07.599Z] === RUN   TestFromStatusCode/Bad_Request
10:58:07 [2021-05-03T10:58:07.599Z] === RUN   TestFromStatusCode/Conflict
10:58:07 [2021-05-03T10:58:07.599Z] === RUN   TestFromStatusCode/Unauthorized
10:58:07 [2021-05-03T10:58:07.599Z] === RUN   TestFromStatusCode/Service_Unavailable
10:58:07 [2021-05-03T10:58:07.599Z] === RUN   TestFromStatusCode/Forbidden
10:58:07 [2021-05-03T10:58:07.599Z] === RUN   TestFromStatusCode/Not_Modified
10:58:07 [2021-05-03T10:58:07.599Z] === RUN   TestFromStatusCode/Not_Implemented
10:58:07 [2021-05-03T10:58:07.599Z] === RUN   TestFromStatusCode/Internal_Server_Error
10:58:07 [2021-05-03T10:58:07.599Z] === RUN   TestFromStatusCode/Internal_Server_Error#01
10:58:07 [2021-05-03T10:58:07.599Z] === RUN   TestFromStatusCode/Internal_Server_Error#02
10:58:07 [2021-05-03T10:58:07.599Z] === RUN   TestFromStatusCode/Internal_Server_Error#03
10:58:07 [2021-05-03T10:58:07.599Z] === RUN   TestFromStatusCode/Internal_Server_Error#04
10:58:07 [2021-05-03T10:58:07.599Z] --- PASS: TestFromStatusCode (0.00s)
10:58:07 [2021-05-03T10:58:07.599Z]     --- PASS: TestFromStatusCode/Not_Found (0.00s)
10:58:07 [2021-05-03T10:58:07.599Z]     --- PASS: TestFromStatusCode/Bad_Request (0.00s)
10:58:07 [2021-05-03T10:58:07.599Z]     --- PASS: TestFromStatusCode/Conflict (0.00s)
10:58:07 [2021-05-03T10:58:07.599Z]     --- PASS: TestFromStatusCode/Unauthorized (0.00s)
10:58:07 [2021-05-03T10:58:07.599Z]     --- PASS: TestFromStatusCode/Service_Unavailable (0.00s)
10:58:07 [2021-05-03T10:58:07.599Z]     --- PASS: TestFromStatusCode/Forbidden (0.00s)
10:58:07 [2021-05-03T10:58:07.599Z]     --- PASS: TestFromStatusCode/Not_Modified (0.00s)
10:58:07 [2021-05-03T10:58:07.599Z]     --- PASS: TestFromStatusCode/Not_Implemented (0.00s)
10:58:07 [2021-05-03T10:58:07.599Z]     --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s)
10:58:07 [2021-05-03T10:58:07.599Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s)
10:58:07 [2021-05-03T10:58:07.599Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s)
10:58:07 [2021-05-03T10:58:07.599Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s)
10:58:07 [2021-05-03T10:58:07.599Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s)
10:58:07 [2021-05-03T10:58:07.599Z] PASS
10:58:07 [2021-05-03T10:58:07.599Z] coverage: 53.1% of statements
10:58:07 [2021-05-03T10:58:07.599Z] ok  	github.com/docker/docker/errdefs	0.044s	coverage: 53.1% of statements
10:58:07 [2021-05-03T10:58:07.599Z] --- PASS: TestConcurrencyLimit (0.35s)
10:58:07 [2021-05-03T10:58:07.599Z] === RUN   TestInactiveJobs
10:58:07 [2021-05-03T10:58:07.599Z] --- PASS: TestWhenEmptyAuthConfig (1.19s)
10:58:07 [2021-05-03T10:58:07.599Z] === RUN   TestPushRegistryWhenAuthInfoEmpty
10:58:07 [2021-05-03T10:58:07.599Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s)
10:58:07 [2021-05-03T10:58:07.599Z] === RUN   TestTokenPassThru
10:58:07 [2021-05-03T10:58:07.599Z] --- PASS: TestTokenPassThru (0.02s)
10:58:07 [2021-05-03T10:58:07.599Z] === RUN   TestTokenPassThruDifferentHost
10:58:07 [2021-05-03T10:58:07.599Z] --- PASS: TestTokenPassThruDifferentHost (0.01s)
10:58:07 [2021-05-03T10:58:07.599Z] PASS
10:58:07 [2021-05-03T10:58:07.599Z] coverage: 23.6% of statements
10:58:07 [2021-05-03T10:58:07.599Z] ok  	github.com/docker/docker/distribution	1.850s	coverage: 23.6% of statements
10:58:07 [2021-05-03T10:58:07.918Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.74s)
10:58:07 [2021-05-03T10:58:07.918Z] === RUN   TestBuildWithSession
10:58:07 [2021-05-03T10:58:07.918Z] --- SKIP: TestBuildWithSession (0.00s)
10:58:07 [2021-05-03T10:58:07.918Z]     build_session_test.go:25: TODO: BuildKit
10:58:07 [2021-05-03T10:58:07.918Z] === RUN   TestBuildSquashParent
10:58:08 [2021-05-03T10:58:08.053Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
10:58:08 [2021-05-03T10:58:08.053Z] --- PASS: TestInactiveJobs (0.41s)
10:58:08 [2021-05-03T10:58:08.053Z] === RUN   TestWatchRelease
10:58:08 [2021-05-03T10:58:08.053Z] --- PASS: TestWatchRelease (0.08s)
10:58:08 [2021-05-03T10:58:08.053Z] === RUN   TestWatchFinishedTransfer
10:58:08 [2021-05-03T10:58:08.053Z] --- PASS: TestWatchFinishedTransfer (0.00s)
10:58:08 [2021-05-03T10:58:08.053Z] === RUN   TestDuplicateTransfer
10:58:08 [2021-05-03T10:58:08.053Z] --- PASS: TestDuplicateTransfer (0.04s)
10:58:08 [2021-05-03T10:58:08.053Z] === RUN   TestSuccessfulUpload
10:58:08 [2021-05-03T10:58:08.509Z] time="2021-05-03T10:58:08Z" level=error msg="Upload failed, retrying: simulating retry"
10:58:08 [2021-05-03T10:58:08.509Z] --- PASS: TestSuccessfulUpload (0.56s)
10:58:08 [2021-05-03T10:58:08.509Z] === RUN   TestCancelledUpload
10:58:08 [2021-05-03T10:58:08.509Z] --- PASS: TestCancelledUpload (0.00s)
10:58:08 [2021-05-03T10:58:08.509Z] PASS
10:58:08 [2021-05-03T10:58:08.509Z] coverage: 76.8% of statements
10:58:08 [2021-05-03T10:58:08.963Z] ok  	github.com/docker/docker/distribution/xfer	2.080s	coverage: 76.8% of statements
10:58:08 [2021-05-03T10:58:08.963Z] ?   	github.com/docker/docker/dockerversion	[no test files]
10:58:09 [2021-05-03T10:58:09.416Z] === RUN   TestCompare
10:58:09 [2021-05-03T10:58:09.416Z] --- PASS: TestCompare (0.00s)
10:58:09 [2021-05-03T10:58:09.416Z] PASS
10:58:09 [2021-05-03T10:58:09.416Z] coverage: 19.2% of statements
10:58:09 [2021-05-03T10:58:09.871Z] ok  	github.com/docker/docker/image/cache	0.093s	coverage: 19.2% of statements
10:58:09 [2021-05-03T10:58:09.871Z] === RUN   TestFSGetInvalidData
10:58:09 [2021-05-03T10:58:09.871Z] --- PASS: TestFSGetInvalidData (0.01s)
10:58:09 [2021-05-03T10:58:09.871Z] === RUN   TestFSInvalidSet
10:58:09 [2021-05-03T10:58:09.871Z] --- PASS: TestFSInvalidSet (0.02s)
10:58:09 [2021-05-03T10:58:09.871Z] === RUN   TestFSInvalidRoot
10:58:09 [2021-05-03T10:58:09.871Z] --- PASS: TestFSInvalidRoot (0.01s)
10:58:09 [2021-05-03T10:58:09.871Z] === RUN   TestFSMetadataGetSet
10:58:09 [2021-05-03T10:58:09.871Z] --- PASS: TestFSMetadataGetSet (0.04s)
10:58:09 [2021-05-03T10:58:09.871Z] === RUN   TestFSInvalidWalker
10:58:09 [2021-05-03T10:58:09.871Z] --- PASS: TestFSInvalidWalker (0.05s)
10:58:09 [2021-05-03T10:58:09.871Z] === RUN   TestFSGetSet
10:58:09 [2021-05-03T10:58:09.871Z] --- PASS: TestFSGetSet (0.03s)
10:58:09 [2021-05-03T10:58:09.871Z] === RUN   TestFSGetUnsetKey
10:58:09 [2021-05-03T10:58:09.871Z] --- PASS: TestFSGetUnsetKey (0.00s)
10:58:09 [2021-05-03T10:58:09.871Z] === RUN   TestFSGetEmptyData
10:58:09 [2021-05-03T10:58:09.871Z] --- PASS: TestFSGetEmptyData (0.01s)
10:58:09 [2021-05-03T10:58:09.871Z] === RUN   TestFSDelete
10:58:09 [2021-05-03T10:58:09.871Z] --- PASS: TestFSDelete (0.02s)
10:58:09 [2021-05-03T10:58:09.871Z] === RUN   TestFSWalker
10:58:09 [2021-05-03T10:58:09.871Z] --- PASS: TestFSWalker (0.02s)
10:58:09 [2021-05-03T10:58:09.871Z] === RUN   TestFSWalkerStopOnError
10:58:09 [2021-05-03T10:58:09.871Z] --- PASS: TestFSWalkerStopOnError (0.01s)
10:58:09 [2021-05-03T10:58:09.871Z] === RUN   TestNewFromJSON
10:58:09 [2021-05-03T10:58:09.871Z] --- PASS: TestNewFromJSON (0.00s)
10:58:09 [2021-05-03T10:58:09.871Z] === RUN   TestNewFromJSONWithInvalidJSON
10:58:09 [2021-05-03T10:58:09.871Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s)
10:58:09 [2021-05-03T10:58:09.871Z] === RUN   TestMarshalKeyOrder
10:58:09 [2021-05-03T10:58:09.871Z] --- PASS: TestMarshalKeyOrder (0.00s)
10:58:09 [2021-05-03T10:58:09.871Z] === RUN   TestHistoryEqual
10:58:10 [2021-05-03T10:58:10.326Z] --- PASS: TestHistoryEqual (0.16s)
10:58:10 [2021-05-03T10:58:10.326Z] === RUN   TestImage
10:58:10 [2021-05-03T10:58:10.326Z] --- PASS: TestImage (0.00s)
10:58:10 [2021-05-03T10:58:10.326Z] === RUN   TestImageOSNotEmpty
10:58:10 [2021-05-03T10:58:10.326Z] --- PASS: TestImageOSNotEmpty (0.00s)
10:58:10 [2021-05-03T10:58:10.326Z] === RUN   TestNewChildImageFromImageWithRootFS
10:58:10 [2021-05-03T10:58:10.326Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s)
10:58:10 [2021-05-03T10:58:10.326Z] === RUN   TestCreate
10:58:10 [2021-05-03T10:58:10.326Z] --- PASS: TestCreate (0.00s)
10:58:10 [2021-05-03T10:58:10.326Z] === RUN   TestRestore
10:58:10 [2021-05-03T10:58:10.326Z] time="2021-05-03T10:58:10Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value"
10:58:10 [2021-05-03T10:58:10.326Z] --- PASS: TestRestore (0.11s)
10:58:10 [2021-05-03T10:58:10.326Z] === RUN   TestAddDelete
10:58:10 [2021-05-03T10:58:10.326Z] --- PASS: TestAddDelete (0.03s)
10:58:10 [2021-05-03T10:58:10.326Z] === RUN   TestSearchAfterDelete
10:58:10 [2021-05-03T10:58:10.326Z] --- PASS: TestSearchAfterDelete (0.01s)
10:58:10 [2021-05-03T10:58:10.326Z] === RUN   TestParentReset
10:58:10 [2021-05-03T10:58:10.326Z] --- PASS: TestParentReset (0.04s)
10:58:10 [2021-05-03T10:58:10.326Z] === RUN   TestGetAndSetLastUpdated
10:58:10 [2021-05-03T10:58:10.326Z] --- PASS: TestGetAndSetLastUpdated (0.02s)
10:58:10 [2021-05-03T10:58:10.326Z] === RUN   TestStoreLen
10:58:10 [2021-05-03T10:58:10.326Z] --- PASS: TestStoreLen (0.07s)
10:58:10 [2021-05-03T10:58:10.326Z] PASS
10:58:10 [2021-05-03T10:58:10.326Z] coverage: 86.6% of statements
10:58:10 [2021-05-03T10:58:10.326Z] ok  	github.com/docker/docker/image	0.837s	coverage: 86.6% of statements
10:58:10 [2021-05-03T10:58:10.780Z] === RUN   TestValidateManifest
10:58:10 [2021-05-03T10:58:10.780Z] === RUN   TestValidateManifest/non-nil
10:58:10 [2021-05-03T10:58:10.781Z] === RUN   TestValidateManifest/nil
10:58:10 [2021-05-03T10:58:10.781Z] --- PASS: TestValidateManifest (0.00s)
10:58:10 [2021-05-03T10:58:10.781Z]     --- PASS: TestValidateManifest/non-nil (0.00s)
10:58:10 [2021-05-03T10:58:10.781Z]     --- PASS: TestValidateManifest/nil (0.00s)
10:58:10 [2021-05-03T10:58:10.781Z] PASS
10:58:10 [2021-05-03T10:58:10.781Z] coverage: 0.6% of statements
10:58:10 [2021-05-03T10:58:10.781Z] ok  	github.com/docker/docker/image/tarexport	0.097s	coverage: 0.6% of statements
10:58:10 [2021-05-03T10:58:10.970Z] ok  	github.com/docker/docker/pkg/plugins	33.642s	coverage: 76.6% of statements
10:58:10 [2021-05-03T10:58:10.970Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
10:58:10 [2021-05-03T10:58:10.970Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
10:58:10 [2021-05-03T10:58:10.970Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
10:58:10 [2021-05-03T10:58:10.970Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
10:58:10 [2021-05-03T10:58:10.970Z] ?   	github.com/docker/docker/pkg/term	[no test files]
10:58:10 [2021-05-03T10:58:10.970Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
10:58:10 [2021-05-03T10:58:10.970Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
10:58:10 [2021-05-03T10:58:10.970Z] ?   	github.com/docker/docker/rootless	[no test files]
10:58:10 [2021-05-03T10:58:10.970Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
10:58:10 [2021-05-03T10:58:10.970Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
10:58:10 [2021-05-03T10:58:10.970Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
10:58:10 [2021-05-03T10:58:10.970Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
10:58:10 [2021-05-03T10:58:10.970Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
10:58:10 [2021-05-03T10:58:10.970Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
10:58:10 [2021-05-03T10:58:10.970Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
10:58:10 [2021-05-03T10:58:10.970Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
10:58:10 [2021-05-03T10:58:10.970Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
10:58:10 [2021-05-03T10:58:10.970Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
10:58:10 [2021-05-03T10:58:10.970Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
10:58:10 [2021-05-03T10:58:10.970Z] ?   	github.com/docker/docker/testutil/request	[no test files]
10:58:10 [2021-05-03T10:58:10.970Z] ?   	github.com/docker/docker/volume	[no test files]
10:58:10 [2021-05-03T10:58:10.970Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
10:58:10 [2021-05-03T10:58:10.970Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
10:58:10 [2021-05-03T10:58:10.970Z] 
10:58:10 [2021-05-03T10:58:10.970Z] === Skipped
10:58:10 [2021-05-03T10:58:10.970Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
10:58:10 [2021-05-03T10:58:10.970Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:58:10 [2021-05-03T10:58:10.970Z]     graphtest_unix.go:46: Driver btrfs not supported
10:58:10 [2021-05-03T10:58:10.970Z] 
10:58:10 [2021-05-03T10:58:10.970Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
10:58:10 [2021-05-03T10:58:10.970Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:58:10 [2021-05-03T10:58:10.970Z]     graphtest_unix.go:46: Driver btrfs not supported
10:58:10 [2021-05-03T10:58:10.970Z] 
10:58:10 [2021-05-03T10:58:10.970Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
10:58:10 [2021-05-03T10:58:10.970Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:58:10 [2021-05-03T10:58:10.970Z]     graphtest_unix.go:46: Driver btrfs not supported
10:58:10 [2021-05-03T10:58:10.970Z] 
10:58:10 [2021-05-03T10:58:10.970Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
10:58:10 [2021-05-03T10:58:10.970Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:58:10 [2021-05-03T10:58:10.970Z]     graphtest_unix.go:46: Driver btrfs not supported
10:58:10 [2021-05-03T10:58:10.970Z] 
10:58:10 [2021-05-03T10:58:10.970Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
10:58:10 [2021-05-03T10:58:10.970Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:58:10 [2021-05-03T10:58:10.970Z]     graphtest_unix.go:46: Driver btrfs not supported
10:58:10 [2021-05-03T10:58:10.970Z] 
10:58:10 [2021-05-03T10:58:10.970Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
10:58:10 [2021-05-03T10:58:10.970Z]     graphtest_unix.go:73: No driver to put!
10:58:10 [2021-05-03T10:58:10.970Z] 
10:58:10 [2021-05-03T10:58:10.970Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
10:58:10 [2021-05-03T10:58:10.970Z] time="2021-05-03T10:57:01Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
10:58:10 [2021-05-03T10:58:10.970Z]     graphtest_unix.go:44: graphdriver: driver not supported
10:58:10 [2021-05-03T10:58:10.970Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
10:58:10 [2021-05-03T10:58:10.970Z] 
10:58:10 [2021-05-03T10:58:10.970Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
10:58:10 [2021-05-03T10:58:10.970Z] time="2021-05-03T10:57:01Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
10:58:10 [2021-05-03T10:58:10.970Z]     graphtest_unix.go:44: graphdriver: driver not supported
10:58:10 [2021-05-03T10:58:10.970Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
10:58:10 [2021-05-03T10:58:10.970Z] 
10:58:10 [2021-05-03T10:58:10.970Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
10:58:10 [2021-05-03T10:58:10.970Z] time="2021-05-03T10:57:01Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
10:58:10 [2021-05-03T10:58:10.970Z]     graphtest_unix.go:44: graphdriver: driver not supported
10:58:10 [2021-05-03T10:58:10.970Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
10:58:10 [2021-05-03T10:58:10.970Z] 
10:58:10 [2021-05-03T10:58:10.970Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
10:58:10 [2021-05-03T10:58:10.970Z] time="2021-05-03T10:57:01Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
10:58:10 [2021-05-03T10:58:10.970Z]     graphtest_unix.go:44: graphdriver: driver not supported
10:58:10 [2021-05-03T10:58:10.970Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
10:58:10 [2021-05-03T10:58:10.970Z] 
10:58:10 [2021-05-03T10:58:10.970Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
10:58:10 [2021-05-03T10:58:10.970Z] time="2021-05-03T10:57:01Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
10:58:10 [2021-05-03T10:58:10.970Z]     graphtest_unix.go:44: graphdriver: driver not supported
10:58:10 [2021-05-03T10:58:10.970Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
10:58:10 [2021-05-03T10:58:10.970Z] 
10:58:10 [2021-05-03T10:58:10.970Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
10:58:10 [2021-05-03T10:58:10.970Z]     graphtest_unix.go:73: No driver to put!
10:58:10 [2021-05-03T10:58:10.970Z] 
10:58:10 [2021-05-03T10:58:10.970Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
10:58:10 [2021-05-03T10:58:10.970Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
10:58:10 [2021-05-03T10:58:10.970Z] 
10:58:10 [2021-05-03T10:58:10.970Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
10:58:10 [2021-05-03T10:58:10.970Z]     overlay_test.go:49: Fails to compute changes intermittently
10:58:10 [2021-05-03T10:58:10.970Z] 
10:58:10 [2021-05-03T10:58:10.970Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
10:58:10 [2021-05-03T10:58:10.970Z]     overlay_test.go:65: Cannot run test with naive change algorithm
10:58:10 [2021-05-03T10:58:10.970Z] 
10:58:10 [2021-05-03T10:58:10.970Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
10:58:10 [2021-05-03T10:58:10.970Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
10:58:10 [2021-05-03T10:58:10.970Z] 
10:58:10 [2021-05-03T10:58:10.970Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
10:58:10 [2021-05-03T10:58:10.970Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:58:10 [2021-05-03T10:58:10.970Z]     graphtest_unix.go:46: Driver zfs not supported
10:58:10 [2021-05-03T10:58:10.970Z] 
10:58:10 [2021-05-03T10:58:10.970Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
10:58:10 [2021-05-03T10:58:10.970Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:58:10 [2021-05-03T10:58:10.970Z]     graphtest_unix.go:46: Driver zfs not supported
10:58:10 [2021-05-03T10:58:10.970Z] 
10:58:10 [2021-05-03T10:58:10.970Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
10:58:10 [2021-05-03T10:58:10.970Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:58:10 [2021-05-03T10:58:10.970Z]     graphtest_unix.go:46: Driver zfs not supported
10:58:10 [2021-05-03T10:58:10.970Z] 
10:58:10 [2021-05-03T10:58:10.970Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
10:58:10 [2021-05-03T10:58:10.970Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:58:10 [2021-05-03T10:58:10.970Z]     graphtest_unix.go:46: Driver zfs not supported
10:58:10 [2021-05-03T10:58:10.970Z] 
10:58:10 [2021-05-03T10:58:10.970Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
10:58:10 [2021-05-03T10:58:10.970Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
10:58:10 [2021-05-03T10:58:10.970Z]     graphtest_unix.go:46: Driver zfs not supported
10:58:10 [2021-05-03T10:58:10.970Z] 
10:58:10 [2021-05-03T10:58:10.970Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
10:58:10 [2021-05-03T10:58:10.970Z]     graphtest_unix.go:73: No driver to put!
10:58:10 [2021-05-03T10:58:10.970Z] 
10:58:10 [2021-05-03T10:58:10.970Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
10:58:10 [2021-05-03T10:58:10.970Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
10:58:10 [2021-05-03T10:58:10.970Z] 
10:58:10 [2021-05-03T10:58:10.970Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
10:58:10 [2021-05-03T10:58:10.970Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
10:58:10 [2021-05-03T10:58:10.970Z] 
10:58:10 [2021-05-03T10:58:10.970Z] 
10:58:10 [2021-05-03T10:58:10.970Z] DONE 2254 tests, 24 skipped in 197.305s
Post stage
[Pipeline] junit
10:58:10 [2021-05-03T10:58:10.984Z] Recording test results
10:58:11 [2021-05-03T10:58:11.237Z] === RUN   TestMakeV1ConfigFromConfig
10:58:11 [2021-05-03T10:58:11.237Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s)
10:58:11 [2021-05-03T10:58:11.237Z] PASS
10:58:11 [2021-05-03T10:58:11.237Z] coverage: 25.0% of statements
10:58:11 [2021-05-03T10:58:11.237Z] ok  	github.com/docker/docker/image/v1	0.254s	coverage: 25.0% of statements
10:58:11 [2021-05-03T10:58:11.237Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
10:58:11 [2021-05-03T10:58:11.427Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
10:58:12 [2021-05-03T10:58:12.406Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
10:58:12 [2021-05-03T10:58:12.757Z] === RUN   TestSerialization
10:58:12 [2021-05-03T10:58:12.757Z] --- PASS: TestSerialization (0.02s)
10:58:12 [2021-05-03T10:58:12.757Z] PASS
10:58:12 [2021-05-03T10:58:12.757Z] coverage: 100.0% of statements
10:58:12 [2021-05-03T10:58:12.757Z] ok  	github.com/docker/docker/libcontainerd/queue	0.077s	coverage: 100.0% of statements
10:58:12 [2021-05-03T10:58:12.809Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42329/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=19b7f7f3484697146ca76b75346365080b99a3b2 -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:19b7f7f3484697146ca76b75346365080b99a3b2 hack/make.sh dynbinary test-integration
10:58:13 [2021-05-03T10:58:13.211Z] === RUN   TestEmptyLayer
10:58:13 [2021-05-03T10:58:13.211Z] --- PASS: TestEmptyLayer (0.00s)
10:58:13 [2021-05-03T10:58:13.211Z] === RUN   TestCommitFailure
10:58:13 [2021-05-03T10:58:13.211Z] --- PASS: TestCommitFailure (0.01s)
10:58:13 [2021-05-03T10:58:13.211Z] === RUN   TestStartTransactionFailure
10:58:13 [2021-05-03T10:58:13.211Z] --- PASS: TestStartTransactionFailure (0.00s)
10:58:13 [2021-05-03T10:58:13.211Z] === RUN   TestGetOrphan
10:58:13 [2021-05-03T10:58:13.211Z] --- PASS: TestGetOrphan (0.01s)
10:58:13 [2021-05-03T10:58:13.211Z] === RUN   TestMountAndRegister
10:58:13 [2021-05-03T10:58:13.212Z] --- PASS: TestMountAndRegister (0.11s)
10:58:13 [2021-05-03T10:58:13.212Z]     layer_test.go:271: Layer size: 14
10:58:13 [2021-05-03T10:58:13.212Z] === RUN   TestLayerRelease
10:58:13 [2021-05-03T10:58:13.212Z] --- SKIP: TestLayerRelease (0.00s)
10:58:13 [2021-05-03T10:58:13.212Z]     layer_test.go:304: Failing on Windows
10:58:13 [2021-05-03T10:58:13.212Z] === RUN   TestStoreRestore
10:58:13 [2021-05-03T10:58:13.212Z] --- SKIP: TestStoreRestore (0.00s)
10:58:13 [2021-05-03T10:58:13.212Z]     layer_test.go:353: Failing on Windows
10:58:13 [2021-05-03T10:58:13.212Z] === RUN   TestTarStreamStability
10:58:13 [2021-05-03T10:58:13.212Z] --- SKIP: TestTarStreamStability (0.00s)
10:58:13 [2021-05-03T10:58:13.212Z]     layer_test.go:468: Failing on Windows
10:58:13 [2021-05-03T10:58:13.212Z] === RUN   TestRegisterExistingLayer
10:58:16 [2021-05-03T10:58:16.588Z] --- PASS: TestBuildSquashParent (7.73s)
10:58:16 [2021-05-03T10:58:16.588Z] === RUN   TestBuildWithRemoveAndForceRemove
10:58:16 [2021-05-03T10:58:16.588Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
10:58:16 [2021-05-03T10:58:16.588Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
10:58:16 [2021-05-03T10:58:16.588Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
10:58:16 [2021-05-03T10:58:16.588Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
10:58:16 [2021-05-03T10:58:16.588Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
10:58:16 [2021-05-03T10:58:16.588Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
10:58:16 [2021-05-03T10:58:16.588Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
10:58:16 [2021-05-03T10:58:16.588Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
10:58:16 [2021-05-03T10:58:16.588Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
10:58:16 [2021-05-03T10:58:16.588Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
10:58:16 [2021-05-03T10:58:16.588Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
10:58:16 [2021-05-03T10:58:16.588Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
10:58:16 [2021-05-03T10:58:16.588Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
10:58:16 [2021-05-03T10:58:16.588Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
10:58:16 [2021-05-03T10:58:16.589Z] 
10:58:16 [2021-05-03T10:58:16.589Z] Removing bundles/
10:58:16 [2021-05-03T10:58:16.589Z] 
10:58:16 [2021-05-03T10:58:16.589Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
10:58:16 [2021-05-03T10:58:16.589Z] Building: bundles/dynbinary-daemon/dockerd-dev
10:58:16 [2021-05-03T10:58:16.589Z] GOOS="" GOARCH="" GOARM=""
10:58:16 [2021-05-03T10:58:16.602Z] --- PASS: TestBuildSquashParent (6.05s)
10:58:16 [2021-05-03T10:58:16.602Z] === RUN   TestBuildWithRemoveAndForceRemove
10:58:16 [2021-05-03T10:58:16.602Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
10:58:16 [2021-05-03T10:58:16.602Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
10:58:16 [2021-05-03T10:58:16.602Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
10:58:16 [2021-05-03T10:58:16.602Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
10:58:16 [2021-05-03T10:58:16.602Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
10:58:16 [2021-05-03T10:58:16.602Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
10:58:16 [2021-05-03T10:58:16.602Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
10:58:16 [2021-05-03T10:58:16.602Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
10:58:16 [2021-05-03T10:58:16.602Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
10:58:16 [2021-05-03T10:58:16.602Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
10:58:16 [2021-05-03T10:58:16.602Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
10:58:16 [2021-05-03T10:58:16.602Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
10:58:16 [2021-05-03T10:58:16.602Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
10:58:16 [2021-05-03T10:58:16.602Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
10:58:16 [2021-05-03T10:58:16.602Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
10:58:16 [2021-05-03T10:58:16.602Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
10:58:16 [2021-05-03T10:58:16.648Z] --- PASS: TestRegisterExistingLayer (0.14s)
10:58:16 [2021-05-03T10:58:16.648Z] === RUN   TestTarStreamVerification
10:58:16 [2021-05-03T10:58:16.648Z] --- SKIP: TestTarStreamVerification (0.00s)
10:58:16 [2021-05-03T10:58:16.648Z]     layer_test.go:697: Failing on Windows
10:58:16 [2021-05-03T10:58:16.648Z] === RUN   TestLayerMigration
10:58:16 [2021-05-03T10:58:16.648Z] --- SKIP: TestLayerMigration (0.00s)
10:58:16 [2021-05-03T10:58:16.648Z]     migration_test.go:46: Failing on Windows
10:58:16 [2021-05-03T10:58:16.648Z] === RUN   TestLayerMigrationNoTarsplit
10:58:16 [2021-05-03T10:58:16.648Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s)
10:58:16 [2021-05-03T10:58:16.648Z]     migration_test.go:182: Failing on Windows
10:58:16 [2021-05-03T10:58:16.648Z] === RUN   TestMountInit
10:58:16 [2021-05-03T10:58:16.648Z] --- SKIP: TestMountInit (0.00s)
10:58:16 [2021-05-03T10:58:16.648Z]     mount_test.go:17: Failing on Windows
10:58:16 [2021-05-03T10:58:16.648Z] === RUN   TestMountSize
10:58:16 [2021-05-03T10:58:16.648Z] --- SKIP: TestMountSize (0.00s)
10:58:16 [2021-05-03T10:58:16.648Z]     mount_test.go:76: Failing on Windows
10:58:16 [2021-05-03T10:58:16.648Z] === RUN   TestMountChanges
10:58:16 [2021-05-03T10:58:16.648Z] --- SKIP: TestMountChanges (0.00s)
10:58:16 [2021-05-03T10:58:16.648Z]     mount_test.go:125: Failing on Windows
10:58:16 [2021-05-03T10:58:16.648Z] === RUN   TestMountApply
10:58:16 [2021-05-03T10:58:16.648Z] --- SKIP: TestMountApply (0.00s)
10:58:16 [2021-05-03T10:58:16.648Z]     mount_test.go:212: Failing on Windows
10:58:16 [2021-05-03T10:58:16.648Z] PASS
10:58:16 [2021-05-03T10:58:16.648Z] coverage: 30.1% of statements
10:58:16 [2021-05-03T10:58:16.648Z] ok  	github.com/docker/docker/layer	0.386s	coverage: 30.1% of statements
10:58:16 [2021-05-03T10:58:16.648Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
10:58:16 [2021-05-03T10:58:16.648Z] === RUN   TestEnvironmentParsing
10:58:16 [2021-05-03T10:58:16.648Z] --- PASS: TestEnvironmentParsing (0.00s)
10:58:16 [2021-05-03T10:58:16.648Z] PASS
10:58:16 [2021-05-03T10:58:16.648Z] coverage: 1.0% of statements
10:58:16 [2021-05-03T10:58:16.648Z] ok  	github.com/docker/docker/libcontainerd/local	0.133s	coverage: 1.0% of statements
10:58:16 [2021-05-03T10:58:16.648Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
10:58:16 [2021-05-03T10:58:16.648Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
10:58:16 [2021-05-03T10:58:16.648Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
10:58:16 [2021-05-03T10:58:16.648Z] === RUN   TestAppendDevicePermissionsFromCgroupRules
10:58:16 [2021-05-03T10:58:16.648Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/empty_rule
10:58:16 [2021-05-03T10:58:16.648Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column
10:58:16 [2021-05-03T10:58:16.648Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column
10:58:16 [2021-05-03T10:58:16.648Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/leading_spaces
10:58:16 [2021-05-03T10:58:16.648Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/trailing_spaces
10:58:16 [2021-05-03T10:58:16.648Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/unknown_device_type
10:58:16 [2021-05-03T10:58:16.648Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_device_type
10:58:16 [2021-05-03T10:58:16.648Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/missing_colon
10:58:16 [2021-05-03T10:58:16.648Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor
10:58:16 [2021-05-03T10:58:16.648Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/negative_major_device
10:58:16 [2021-05-03T10:58:16.648Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/negative_minor_device
10:58:16 [2021-05-03T10:58:16.648Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/missing_permissions
10:58:16 [2021-05-03T10:58:16.648Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_permissions
10:58:16 [2021-05-03T10:58:16.648Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/too_many_permissions
10:58:16 [2021-05-03T10:58:16.648Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/major_out_of_range
10:58:16 [2021-05-03T10:58:16.648Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range
10:58:16 [2021-05-03T10:58:16.648Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices
10:58:16 [2021-05-03T10:58:16.648Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices
10:58:16 [2021-05-03T10:58:16.648Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices
10:58:16 [2021-05-03T10:58:16.648Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions
10:58:16 [2021-05-03T10:58:16.648Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_major
10:58:16 [2021-05-03T10:58:16.648Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_minor
10:58:16 [2021-05-03T10:58:16.648Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor
10:58:16 [2021-05-03T10:58:16.648Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission
10:58:16 [2021-05-03T10:58:16.648Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission
10:58:16 [2021-05-03T10:58:16.648Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission
10:58:16 [2021-05-03T10:58:16.648Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission
10:58:16 [2021-05-03T10:58:16.648Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s)
10:58:16 [2021-05-03T10:58:16.648Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s)
10:58:16 [2021-05-03T10:58:16.648Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s)
10:58:16 [2021-05-03T10:58:16.648Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s)
10:58:16 [2021-05-03T10:58:16.648Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s)
10:58:16 [2021-05-03T10:58:16.648Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s)
10:58:16 [2021-05-03T10:58:16.648Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s)
10:58:16 [2021-05-03T10:58:16.648Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s)
10:58:16 [2021-05-03T10:58:16.648Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s)
10:58:16 [2021-05-03T10:58:16.648Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s)
10:58:16 [2021-05-03T10:58:16.648Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s)
10:58:16 [2021-05-03T10:58:16.648Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s)
10:58:16 [2021-05-03T10:58:16.648Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s)
10:58:16 [2021-05-03T10:58:16.648Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s)
10:58:16 [2021-05-03T10:58:16.648Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s)
10:58:16 [2021-05-03T10:58:16.648Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s)
10:58:16 [2021-05-03T10:58:16.648Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s)
10:58:16 [2021-05-03T10:58:16.648Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s)
10:58:16 [2021-05-03T10:58:16.648Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s)
10:58:16 [2021-05-03T10:58:16.648Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s)
10:58:16 [2021-05-03T10:58:16.648Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s)
10:58:16 [2021-05-03T10:58:16.648Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s)
10:58:16 [2021-05-03T10:58:16.648Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s)
10:58:16 [2021-05-03T10:58:16.648Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s)
10:58:16 [2021-05-03T10:58:16.648Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s)
10:58:16 [2021-05-03T10:58:16.648Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s)
10:58:16 [2021-05-03T10:58:16.648Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s)
10:58:16 [2021-05-03T10:58:16.648Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s)
10:58:16 [2021-05-03T10:58:16.648Z] PASS
10:58:16 [2021-05-03T10:58:16.648Z] coverage: 42.3% of statements
10:58:16 [2021-05-03T10:58:16.648Z] ok  	github.com/docker/docker/oci	0.170s	coverage: 42.3% of statements
10:58:16 [2021-05-03T10:58:16.648Z] ?   	github.com/docker/docker/oci/caps	[no test files]
10:58:16 [2021-05-03T10:58:16.648Z] === RUN   TestParseVersion
10:58:16 [2021-05-03T10:58:16.648Z] --- PASS: TestParseVersion (0.00s)
10:58:16 [2021-05-03T10:58:16.648Z] PASS
10:58:16 [2021-05-03T10:58:16.648Z] coverage: 52.9% of statements
10:58:16 [2021-05-03T10:58:16.648Z] ok  	github.com/docker/docker/pkg/aaparser	0.083s	coverage: 52.9% of statements
10:58:16 [2021-05-03T10:58:16.648Z] === RUN   TestAddressPoolOpt
10:58:16 [2021-05-03T10:58:16.648Z] --- PASS: TestAddressPoolOpt (0.00s)
10:58:16 [2021-05-03T10:58:16.648Z] === RUN   TestValidateEnv
10:58:16 [2021-05-03T10:58:16.648Z] === RUN   TestValidateEnv/a
10:58:16 [2021-05-03T10:58:16.648Z] === RUN   TestValidateEnv/something
10:58:16 [2021-05-03T10:58:16.648Z] === RUN   TestValidateEnv/_=a
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestValidateEnv/env1=value1
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestValidateEnv/_env1=value1
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestValidateEnv/env2=value2=value3
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestValidateEnv/env3=abc!qwe
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestValidateEnv/env_4=value_4
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestValidateEnv/PATH
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestValidateEnv/=a
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestValidateEnv/PATH=
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestValidateEnv/PATH=something
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestValidateEnv/asd!qwe
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestValidateEnv/1asd
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestValidateEnv/123
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestValidateEnv/some_space
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestValidateEnv/__some_space_before
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestValidateEnv/some_space_after__
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestValidateEnv/=
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestValidateEnv/PaTh
10:58:16 [2021-05-03T10:58:16.649Z] --- PASS: TestValidateEnv (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z]     --- PASS: TestValidateEnv/a (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z]     --- PASS: TestValidateEnv/something (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z]     --- PASS: TestValidateEnv/_=a (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z]     --- PASS: TestValidateEnv/env1=value1 (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z]     --- PASS: TestValidateEnv/_env1=value1 (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z]     --- PASS: TestValidateEnv/env2=value2=value3 (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z]     --- PASS: TestValidateEnv/env3=abc!qwe (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z]     --- PASS: TestValidateEnv/env_4=value_4 (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z]     --- PASS: TestValidateEnv/PATH (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z]     --- PASS: TestValidateEnv/=a (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z]     --- PASS: TestValidateEnv/PATH= (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z]     --- PASS: TestValidateEnv/PATH=something (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z]     --- PASS: TestValidateEnv/asd!qwe (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z]     --- PASS: TestValidateEnv/1asd (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z]     --- PASS: TestValidateEnv/123 (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z]     --- PASS: TestValidateEnv/some_space (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z]     --- PASS: TestValidateEnv/__some_space_before (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z]     --- PASS: TestValidateEnv/some_space_after__ (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z]     --- PASS: TestValidateEnv/= (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z]     --- PASS: TestValidateEnv/PaTh (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestParseHost
10:58:16 [2021-05-03T10:58:16.649Z] --- PASS: TestParseHost (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestParseDockerDaemonHost
10:58:16 [2021-05-03T10:58:16.649Z] --- PASS: TestParseDockerDaemonHost (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestParseTCP
10:58:16 [2021-05-03T10:58:16.649Z] --- PASS: TestParseTCP (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestParseInvalidUnixAddrInvalid
10:58:16 [2021-05-03T10:58:16.649Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestValidateExtraHosts
10:58:16 [2021-05-03T10:58:16.649Z] --- PASS: TestValidateExtraHosts (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestIpOptString
10:58:16 [2021-05-03T10:58:16.649Z] --- PASS: TestIpOptString (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestNewIpOptInvalidDefaultVal
10:58:16 [2021-05-03T10:58:16.649Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestNewIpOptValidDefaultVal
10:58:16 [2021-05-03T10:58:16.649Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestIpOptSetInvalidVal
10:58:16 [2021-05-03T10:58:16.649Z] --- PASS: TestIpOptSetInvalidVal (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestValidateIPAddress
10:58:16 [2021-05-03T10:58:16.649Z] --- PASS: TestValidateIPAddress (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestMapOpts
10:58:16 [2021-05-03T10:58:16.649Z] --- PASS: TestMapOpts (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestListOptsWithoutValidator
10:58:16 [2021-05-03T10:58:16.649Z] --- PASS: TestListOptsWithoutValidator (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestListOptsWithValidator
10:58:16 [2021-05-03T10:58:16.649Z] --- PASS: TestListOptsWithValidator (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestValidateDNSSearch
10:58:16 [2021-05-03T10:58:16.649Z] --- PASS: TestValidateDNSSearch (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestValidateLabel
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestValidateLabel/lable_with_bad_attribute_format
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestValidateLabel/label_with_general_format
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestValidateLabel/label_with_more_than_one_=
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestValidateLabel/label_with_one_more
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestValidateLabel/label_with_no_reserved_com.docker.*
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestValidateLabel/label_with_no_reserved_io.docker.*
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestValidateLabel/label_with_no_reserved_org.dockerproject.*
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestValidateLabel/label_with_reserved_com.docker.*
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestValidateLabel/label_with_reserved_upcase_com.docker.*_
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestValidateLabel/label_with_reserved_io.docker.*
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestValidateLabel/label_with_reserved_upcase_io.docker.*
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestValidateLabel/label_with_reserved_org.dockerproject.*
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestValidateLabel/label_with_reserved_upcase_org.dockerproject.*
10:58:16 [2021-05-03T10:58:16.649Z] --- PASS: TestValidateLabel (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z]     --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z]     --- PASS: TestValidateLabel/label_with_general_format (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z]     --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z]     --- PASS: TestValidateLabel/label_with_one_more (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z]     --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z]     --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z]     --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z]     --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z]     --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z]     --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestNamedListOpts
10:58:16 [2021-05-03T10:58:16.649Z] --- PASS: TestNamedListOpts (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestNamedMapOpts
10:58:16 [2021-05-03T10:58:16.649Z] --- PASS: TestNamedMapOpts (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestParseLink
10:58:16 [2021-05-03T10:58:16.649Z] --- PASS: TestParseLink (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestQuotedStringSetWithQuotes
10:58:16 [2021-05-03T10:58:16.649Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestQuotedStringSetWithMismatchedQuotes
10:58:16 [2021-05-03T10:58:16.649Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestQuotedStringSetWithNoQuotes
10:58:16 [2021-05-03T10:58:16.649Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestUlimitOpt
10:58:16 [2021-05-03T10:58:16.649Z] --- PASS: TestUlimitOpt (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z] PASS
10:58:16 [2021-05-03T10:58:16.649Z] coverage: 67.1% of statements
10:58:16 [2021-05-03T10:58:16.649Z] ok  	github.com/docker/docker/opts	0.132s	coverage: 67.1% of statements
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestPeerCertificateMarshalJSON
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestUnbuffered
10:58:16 [2021-05-03T10:58:16.649Z] --- PASS: TestUnbuffered (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z] === RUN   TestRaceUnbuffered
10:58:16 [2021-05-03T10:58:16.649Z] --- PASS: TestRaceUnbuffered (0.00s)
10:58:16 [2021-05-03T10:58:16.649Z] PASS
10:58:16 [2021-05-03T10:58:16.649Z] coverage: 100.0% of statements
10:58:16 [2021-05-03T10:58:16.649Z] ok  	github.com/docker/docker/pkg/broadcaster	0.043s	coverage: 100.0% of statements
10:58:17 [2021-05-03T10:58:17.104Z] === RUN   TestPeerCertificateMarshalJSON/Marshalling_:
10:58:17 [2021-05-03T10:58:17.104Z] === RUN   TestPeerCertificateMarshalJSON/UnMarshalling_:
10:58:17 [2021-05-03T10:58:17.104Z] --- PASS: TestPeerCertificateMarshalJSON (0.27s)
10:58:17 [2021-05-03T10:58:17.104Z]     --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s)
10:58:17 [2021-05-03T10:58:17.104Z]     --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s)
10:58:17 [2021-05-03T10:58:17.104Z] === RUN   TestMiddleware
10:58:17 [2021-05-03T10:58:17.104Z] --- PASS: TestMiddleware (0.00s)
10:58:17 [2021-05-03T10:58:17.104Z] === RUN   TestNewResponseModifier
10:58:17 [2021-05-03T10:58:17.104Z] --- PASS: TestNewResponseModifier (0.00s)
10:58:17 [2021-05-03T10:58:17.104Z] PASS
10:58:17 [2021-05-03T10:58:17.104Z] coverage: 26.8% of statements
10:58:17 [2021-05-03T10:58:17.104Z] ok  	github.com/docker/docker/pkg/authorization	0.367s	coverage: 26.8% of statements
10:58:17 [2021-05-03T10:58:17.155Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
10:58:17 [2021-05-03T10:58:17.155Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
10:58:17 [2021-05-03T10:58:17.558Z] === RUN   TestMatch
10:58:17 [2021-05-03T10:58:17.558Z] === RUN   TestMatch/[[]]
10:58:17 [2021-05-03T10:58:17.558Z] === RUN   TestMatch/[[foo]]
10:58:17 [2021-05-03T10:58:17.558Z] === RUN   TestMatch/[[bar]_[foo]]
10:58:17 [2021-05-03T10:58:17.558Z] === RUN   TestMatch/[[foo_bar]]
10:58:17 [2021-05-03T10:58:17.558Z] === RUN   TestMatch/[[qux]_[foo]]
10:58:17 [2021-05-03T10:58:17.558Z] === RUN   TestMatch/[[foo_bar]_[baz]_[bar]]
10:58:17 [2021-05-03T10:58:17.558Z] === RUN   TestMatch/[]
10:58:17 [2021-05-03T10:58:17.558Z] === RUN   TestMatch/[]#01
10:58:17 [2021-05-03T10:58:17.558Z] === RUN   TestMatch/[[qux]]
10:58:17 [2021-05-03T10:58:17.558Z] === RUN   TestMatch/[[foo_bar_qux]]
10:58:17 [2021-05-03T10:58:17.558Z] === RUN   TestMatch/[[qux]_[baz]]
10:58:17 [2021-05-03T10:58:17.558Z] === RUN   TestMatch/[[foo_baz]]
10:58:17 [2021-05-03T10:58:17.558Z] --- PASS: TestMatch (0.00s)
10:58:17 [2021-05-03T10:58:17.558Z]     --- PASS: TestMatch/[[]] (0.00s)
10:58:17 [2021-05-03T10:58:17.558Z]     --- PASS: TestMatch/[[foo]] (0.00s)
10:58:17 [2021-05-03T10:58:17.558Z]     --- PASS: TestMatch/[[bar]_[foo]] (0.00s)
10:58:17 [2021-05-03T10:58:17.558Z]     --- PASS: TestMatch/[[foo_bar]] (0.00s)
10:58:17 [2021-05-03T10:58:17.558Z]     --- PASS: TestMatch/[[qux]_[foo]] (0.00s)
10:58:17 [2021-05-03T10:58:17.558Z]     --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s)
10:58:17 [2021-05-03T10:58:17.558Z]     --- PASS: TestMatch/[] (0.00s)
10:58:17 [2021-05-03T10:58:17.558Z]     --- PASS: TestMatch/[]#01 (0.00s)
10:58:17 [2021-05-03T10:58:17.558Z]     --- PASS: TestMatch/[[qux]] (0.00s)
10:58:17 [2021-05-03T10:58:17.558Z]     --- PASS: TestMatch/[[foo_bar_qux]] (0.00s)
10:58:17 [2021-05-03T10:58:17.558Z]     --- PASS: TestMatch/[[qux]_[baz]] (0.00s)
10:58:17 [2021-05-03T10:58:17.558Z]     --- PASS: TestMatch/[[foo_baz]] (0.00s)
10:58:17 [2021-05-03T10:58:17.558Z] PASS
10:58:17 [2021-05-03T10:58:17.558Z] coverage: 87.5% of statements
10:58:17 [2021-05-03T10:58:17.558Z] ok  	github.com/docker/docker/pkg/capabilities	0.111s	coverage: 87.5% of statements
10:58:18 [2021-05-03T10:58:18.013Z] === RUN   TestIsArchivePathDir
10:58:18 [2021-05-03T10:58:18.013Z] --- PASS: TestIsArchivePathDir (0.10s)
10:58:18 [2021-05-03T10:58:18.013Z] === RUN   TestIsArchivePathInvalidFile
10:58:18 [2021-05-03T10:58:18.013Z] === RUN   TestSizeEmpty
10:58:18 [2021-05-03T10:58:18.013Z] --- PASS: TestSizeEmpty (0.00s)
10:58:18 [2021-05-03T10:58:18.013Z] === RUN   TestSizeEmptyFile
10:58:18 [2021-05-03T10:58:18.013Z] --- PASS: TestSizeEmptyFile (0.00s)
10:58:18 [2021-05-03T10:58:18.013Z] === RUN   TestSizeNonemptyFile
10:58:18 [2021-05-03T10:58:18.013Z] --- PASS: TestSizeNonemptyFile (0.00s)
10:58:18 [2021-05-03T10:58:18.013Z] === RUN   TestSizeNestedDirectoryEmpty
10:58:18 [2021-05-03T10:58:18.013Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s)
10:58:18 [2021-05-03T10:58:18.013Z] === RUN   TestSizeFileAndNestedDirectoryEmpty
10:58:18 [2021-05-03T10:58:18.013Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s)
10:58:18 [2021-05-03T10:58:18.013Z] === RUN   TestSizeFileAndNestedDirectoryNonempty
10:58:18 [2021-05-03T10:58:18.013Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s)
10:58:18 [2021-05-03T10:58:18.013Z] === RUN   TestMoveToSubdir
10:58:18 [2021-05-03T10:58:18.013Z] --- PASS: TestMoveToSubdir (0.00s)
10:58:18 [2021-05-03T10:58:18.013Z] === RUN   TestSizeNonExistingDirectory
10:58:18 [2021-05-03T10:58:18.013Z] --- PASS: TestSizeNonExistingDirectory (0.00s)
10:58:18 [2021-05-03T10:58:18.013Z] PASS
10:58:18 [2021-05-03T10:58:18.013Z] coverage: 80.0% of statements
10:58:18 [2021-05-03T10:58:18.013Z] ok  	github.com/docker/docker/pkg/directory	0.056s	coverage: 80.0% of statements
10:58:18 [2021-05-03T10:58:18.467Z] --- PASS: TestIsArchivePathInvalidFile (0.16s)
10:58:18 [2021-05-03T10:58:18.467Z] === RUN   TestIsArchivePathTar
10:58:18 [2021-05-03T10:58:18.467Z] === RUN   TestChrootTarUntar
10:58:18 [2021-05-03T10:58:18.467Z] --- SKIP: TestChrootTarUntar (0.00s)
10:58:18 [2021-05-03T10:58:18.467Z]     archive_test.go:45: os.Getuid() != 0: skipping test that requires root
10:58:18 [2021-05-03T10:58:18.467Z] === RUN   TestChrootUntarWithHugeExcludesList
10:58:18 [2021-05-03T10:58:18.467Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s)
10:58:18 [2021-05-03T10:58:18.467Z]     archive_test.go:77: os.Getuid() != 0: skipping test that requires root
10:58:18 [2021-05-03T10:58:18.467Z] === RUN   TestChrootUntarEmptyArchive
10:58:18 [2021-05-03T10:58:18.467Z] --- PASS: TestChrootUntarEmptyArchive (0.00s)
10:58:18 [2021-05-03T10:58:18.467Z] === RUN   TestChrootTarUntarWithSymlink
10:58:18 [2021-05-03T10:58:18.467Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s)
10:58:18 [2021-05-03T10:58:18.467Z]     archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing
10:58:18 [2021-05-03T10:58:18.467Z] === RUN   TestChrootCopyWithTar
10:58:18 [2021-05-03T10:58:18.467Z] --- SKIP: TestChrootCopyWithTar (0.00s)
10:58:18 [2021-05-03T10:58:18.467Z]     archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing
10:58:18 [2021-05-03T10:58:18.467Z] === RUN   TestChrootCopyFileWithTar
10:58:18 [2021-05-03T10:58:18.467Z] --- SKIP: TestChrootCopyFileWithTar (0.00s)
10:58:18 [2021-05-03T10:58:18.467Z]     archive_test.go:249: os.Getuid() != 0: skipping test that requires root
10:58:18 [2021-05-03T10:58:18.467Z] === RUN   TestChrootUntarPath
10:58:18 [2021-05-03T10:58:18.467Z] --- SKIP: TestChrootUntarPath (0.00s)
10:58:18 [2021-05-03T10:58:18.467Z]     archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing
10:58:18 [2021-05-03T10:58:18.467Z] === RUN   TestChrootUntarEmptyArchiveFromSlowReader
10:58:18 [2021-05-03T10:58:18.467Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s)
10:58:18 [2021-05-03T10:58:18.467Z]     archive_test.go:356: os.Getuid() != 0: skipping test that requires root
10:58:18 [2021-05-03T10:58:18.467Z] === RUN   TestChrootApplyEmptyArchiveFromSlowReader
10:58:18 [2021-05-03T10:58:18.467Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s)
10:58:18 [2021-05-03T10:58:18.467Z]     archive_test.go:373: os.Getuid() != 0: skipping test that requires root
10:58:18 [2021-05-03T10:58:18.467Z] === RUN   TestChrootApplyDotDotFile
10:58:18 [2021-05-03T10:58:18.467Z] --- SKIP: TestChrootApplyDotDotFile (0.00s)
10:58:18 [2021-05-03T10:58:18.467Z]     archive_test.go:390: os.Getuid() != 0: skipping test that requires root
10:58:18 [2021-05-03T10:58:18.467Z] PASS
10:58:18 [2021-05-03T10:58:18.467Z] coverage: 15.4% of statements
10:58:18 [2021-05-03T10:58:18.467Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.100s	coverage: 15.4% of statements
10:58:18 [2021-05-03T10:58:18.467Z] --- PASS: TestIsArchivePathTar (0.19s)
10:58:18 [2021-05-03T10:58:18.467Z] === RUN   TestDecompressStreamGzip
10:58:18 [2021-05-03T10:58:18.467Z] --- PASS: TestDecompressStreamGzip (0.16s)
10:58:18 [2021-05-03T10:58:18.467Z] === RUN   TestDecompressStreamBzip2
10:58:18 [2021-05-03T10:58:18.509Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
10:58:18 [2021-05-03T10:58:18.768Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
10:58:18 [2021-05-03T10:58:18.920Z] --- PASS: TestDecompressStreamBzip2 (0.12s)
10:58:18 [2021-05-03T10:58:18.920Z] === RUN   TestDecompressStreamXz
10:58:18 [2021-05-03T10:58:18.920Z] --- SKIP: TestDecompressStreamXz (0.00s)
10:58:18 [2021-05-03T10:58:18.920Z]     archive_test.go:134: Xz not present in msys2
10:58:18 [2021-05-03T10:58:18.920Z] === RUN   TestCompressStreamXzUnsupported
10:58:18 [2021-05-03T10:58:18.920Z] --- PASS: TestCompressStreamXzUnsupported (0.00s)
10:58:18 [2021-05-03T10:58:18.920Z] === RUN   TestCompressStreamBzip2Unsupported
10:58:18 [2021-05-03T10:58:18.920Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s)
10:58:18 [2021-05-03T10:58:18.920Z] === RUN   TestCompressStreamInvalid
10:58:18 [2021-05-03T10:58:18.920Z] --- PASS: TestCompressStreamInvalid (0.00s)
10:58:18 [2021-05-03T10:58:18.920Z] === RUN   TestExtensionInvalid
10:58:18 [2021-05-03T10:58:18.920Z] --- PASS: TestExtensionInvalid (0.00s)
10:58:18 [2021-05-03T10:58:18.920Z] === RUN   TestExtensionUncompressed
10:58:18 [2021-05-03T10:58:18.920Z] --- PASS: TestExtensionUncompressed (0.00s)
10:58:18 [2021-05-03T10:58:18.920Z] === RUN   TestExtensionBzip2
10:58:18 [2021-05-03T10:58:18.920Z] --- PASS: TestExtensionBzip2 (0.00s)
10:58:18 [2021-05-03T10:58:18.920Z] === RUN   TestExtensionGzip
10:58:18 [2021-05-03T10:58:18.920Z] --- PASS: TestExtensionGzip (0.00s)
10:58:18 [2021-05-03T10:58:18.920Z] === RUN   TestExtensionXz
10:58:18 [2021-05-03T10:58:18.920Z] --- PASS: TestExtensionXz (0.00s)
10:58:18 [2021-05-03T10:58:18.920Z] === RUN   TestCmdStreamLargeStderr
10:58:18 [2021-05-03T10:58:18.920Z] --- PASS: TestCmdStreamLargeStderr (0.08s)
10:58:18 [2021-05-03T10:58:18.920Z] === RUN   TestCmdStreamBad
10:58:18 [2021-05-03T10:58:18.920Z] --- SKIP: TestCmdStreamBad (0.00s)
10:58:18 [2021-05-03T10:58:18.920Z]     archive_test.go:239: Failing on Windows CI machines
10:58:18 [2021-05-03T10:58:18.920Z] === RUN   TestCmdStreamGood
10:58:18 [2021-05-03T10:58:18.920Z] --- PASS: TestCmdStreamGood (0.07s)
10:58:18 [2021-05-03T10:58:18.920Z] === RUN   TestUntarPathWithInvalidDest
10:58:18 [2021-05-03T10:58:18.920Z] --- PASS: TestUntarPathWithInvalidDest (0.19s)
10:58:18 [2021-05-03T10:58:18.920Z] === RUN   TestUntarPathWithInvalidSrc
10:58:18 [2021-05-03T10:58:18.920Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s)
10:58:18 [2021-05-03T10:58:18.920Z] === RUN   TestUntarPath
10:58:19 [2021-05-03T10:58:19.060Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
10:58:19 [2021-05-03T10:58:19.060Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
10:58:19 [2021-05-03T10:58:19.373Z] --- PASS: TestUntarPath (0.07s)
10:58:19 [2021-05-03T10:58:19.373Z] === RUN   TestUntarPathWithDestinationFile
10:58:19 [2021-05-03T10:58:19.373Z] === RUN   Test
10:58:19 [2021-05-03T10:58:19.373Z] === RUN   Test/TestContainsEntry
10:58:19 [2021-05-03T10:58:19.373Z] === RUN   Test/TestCreateEntries
10:58:19 [2021-05-03T10:58:19.373Z] === RUN   Test/TestEntriesDiff
10:58:19 [2021-05-03T10:58:19.373Z] === RUN   Test/TestEntriesEquality
10:58:19 [2021-05-03T10:58:19.373Z] === RUN   Test/TestGenerateWithMalformedInputAtRangeEnd
10:58:19 [2021-05-03T10:58:19.373Z] === RUN   Test/TestGenerateWithMalformedInputAtRangeStart
10:58:19 [2021-05-03T10:58:19.373Z] === RUN   Test/TestGeneratorMatchFailedNotGenerate
10:58:19 [2021-05-03T10:58:19.373Z] === RUN   Test/TestGeneratorNotGenerate
10:58:19 [2021-05-03T10:58:19.373Z] === RUN   Test/TestGeneratorWithPort
10:58:19 [2021-05-03T10:58:19.373Z] === RUN   Test/TestGeneratorWithPortNotGenerate
10:58:19 [2021-05-03T10:58:19.373Z] === RUN   Test/TestNewEntry
10:58:19 [2021-05-03T10:58:19.373Z] === RUN   Test/TestParse
10:58:19 [2021-05-03T10:58:19.373Z] --- PASS: Test (0.00s)
10:58:19 [2021-05-03T10:58:19.373Z]     --- PASS: Test/TestContainsEntry (0.00s)
10:58:19 [2021-05-03T10:58:19.373Z]     --- PASS: Test/TestCreateEntries (0.00s)
10:58:19 [2021-05-03T10:58:19.373Z]     --- PASS: Test/TestEntriesDiff (0.00s)
10:58:19 [2021-05-03T10:58:19.373Z]     --- PASS: Test/TestEntriesEquality (0.00s)
10:58:19 [2021-05-03T10:58:19.373Z]     --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s)
10:58:19 [2021-05-03T10:58:19.373Z]     --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s)
10:58:19 [2021-05-03T10:58:19.373Z]     --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s)
10:58:19 [2021-05-03T10:58:19.373Z]     --- PASS: Test/TestGeneratorNotGenerate (0.00s)
10:58:19 [2021-05-03T10:58:19.373Z]     --- PASS: Test/TestGeneratorWithPort (0.00s)
10:58:19 [2021-05-03T10:58:19.373Z]     --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s)
10:58:19 [2021-05-03T10:58:19.373Z]     --- PASS: Test/TestNewEntry (0.00s)
10:58:19 [2021-05-03T10:58:19.373Z]     --- PASS: Test/TestParse (0.00s)
10:58:19 [2021-05-03T10:58:19.373Z] PASS
10:58:19 [2021-05-03T10:58:19.373Z] coverage: 58.3% of statements
10:58:19 [2021-05-03T10:58:19.373Z] ok  	github.com/docker/docker/pkg/discovery	0.077s	coverage: 58.3% of statements
10:58:19 [2021-05-03T10:58:19.373Z] --- PASS: TestUntarPathWithDestinationFile (0.10s)
10:58:19 [2021-05-03T10:58:19.373Z] === RUN   TestUntarPathWithDestinationSrcFileAsFolder
10:58:19 [2021-05-03T10:58:19.373Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.21s)
10:58:19 [2021-05-03T10:58:19.373Z] === RUN   TestCopyWithTarInvalidSrc
10:58:19 [2021-05-03T10:58:19.373Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s)
10:58:19 [2021-05-03T10:58:19.373Z] === RUN   TestCopyWithTarInexistentDestWillCreateIt
10:58:19 [2021-05-03T10:58:19.373Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s)
10:58:19 [2021-05-03T10:58:19.373Z] === RUN   TestCopyWithTarSrcFile
10:58:19 [2021-05-03T10:58:19.373Z] --- PASS: TestCopyWithTarSrcFile (0.01s)
10:58:19 [2021-05-03T10:58:19.373Z] === RUN   TestCopyWithTarSrcFolder
10:58:19 [2021-05-03T10:58:19.373Z] --- PASS: TestCopyWithTarSrcFolder (0.01s)
10:58:19 [2021-05-03T10:58:19.373Z] === RUN   TestCopyFileWithTarInvalidSrc
10:58:19 [2021-05-03T10:58:19.373Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s)
10:58:19 [2021-05-03T10:58:19.373Z] === RUN   TestCopyFileWithTarInexistentDestWillCreateIt
10:58:19 [2021-05-03T10:58:19.373Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s)
10:58:19 [2021-05-03T10:58:19.373Z] === RUN   TestCopyFileWithTarSrcFolder
10:58:19 [2021-05-03T10:58:19.373Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s)
10:58:19 [2021-05-03T10:58:19.373Z] === RUN   TestCopyFileWithTarSrcFile
10:58:19 [2021-05-03T10:58:19.373Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s)
10:58:19 [2021-05-03T10:58:19.373Z] === RUN   TestTarFiles
10:58:19 [2021-05-03T10:58:19.827Z] === RUN   Test
10:58:19 [2021-05-03T10:58:19.827Z] === RUN   Test/TestContent
10:58:19 [2021-05-03T10:58:19.827Z] === RUN   Test/TestInitialize
10:58:19 [2021-05-03T10:58:19.827Z] === RUN   Test/TestNew
10:58:19 [2021-05-03T10:58:19.827Z] === RUN   Test/TestParsingContentsWithComments
10:58:19 [2021-05-03T10:58:19.827Z] === RUN   Test/TestRegister
10:58:19 [2021-05-03T10:58:19.827Z] === RUN   Test/TestWatch
10:58:19 [2021-05-03T10:58:19.827Z] --- PASS: Test (0.01s)
10:58:19 [2021-05-03T10:58:19.827Z]     --- PASS: Test/TestContent (0.00s)
10:58:19 [2021-05-03T10:58:19.827Z]     --- PASS: Test/TestInitialize (0.00s)
10:58:19 [2021-05-03T10:58:19.827Z]     --- PASS: Test/TestNew (0.00s)
10:58:19 [2021-05-03T10:58:19.827Z]     --- PASS: Test/TestParsingContentsWithComments (0.00s)
10:58:19 [2021-05-03T10:58:19.827Z]     --- PASS: Test/TestRegister (0.00s)
10:58:19 [2021-05-03T10:58:19.827Z]     --- PASS: Test/TestWatch (0.00s)
10:58:19 [2021-05-03T10:58:19.827Z] PASS
10:58:19 [2021-05-03T10:58:19.827Z] coverage: 92.9% of statements
10:58:19 [2021-05-03T10:58:19.827Z] ok  	github.com/docker/docker/pkg/discovery/file	0.064s	coverage: 92.9% of statements
10:58:20 [2021-05-03T10:58:20.785Z] === RUN   Test
10:58:20 [2021-05-03T10:58:20.785Z] === RUN   Test/TestInitialize
10:58:20 [2021-05-03T10:58:20.785Z] === RUN   Test
10:58:20 [2021-05-03T10:58:20.785Z] === RUN   Test/TestWatch
10:58:20 [2021-05-03T10:58:20.785Z] --- PASS: Test (0.01s)
10:58:20 [2021-05-03T10:58:20.785Z]     --- PASS: Test/TestWatch (0.01s)
10:58:20 [2021-05-03T10:58:20.785Z] PASS
10:58:20 [2021-05-03T10:58:20.785Z] coverage: 92.3% of statements
10:58:20 [2021-05-03T10:58:20.785Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.194s	coverage: 92.3% of statements
10:58:20 [2021-05-03T10:58:20.785Z] time="2021-05-03T10:58:20Z" level=info msg="Initializing discovery without TLS"
10:58:20 [2021-05-03T10:58:20.785Z] time="2021-05-03T10:58:20Z" level=info msg="Initializing discovery without TLS"
10:58:20 [2021-05-03T10:58:20.785Z] time="2021-05-03T10:58:20Z" level=info msg="Initializing discovery without TLS"
10:58:20 [2021-05-03T10:58:20.785Z] === RUN   Test/TestInitializeWithCerts
10:58:20 [2021-05-03T10:58:20.785Z] time="2021-05-03T10:58:20Z" level=info msg="Initializing discovery with TLS"
10:58:20 [2021-05-03T10:58:20.785Z] === RUN   Test/TestWatch
10:58:20 [2021-05-03T10:58:20.785Z] time="2021-05-03T10:58:20Z" level=info msg="Initializing discovery without TLS"
10:58:21 [2021-05-03T10:58:21.239Z] === RUN   Test
10:58:21 [2021-05-03T10:58:21.239Z] === RUN   Test/TestInitialize
10:58:21 [2021-05-03T10:58:21.239Z] === RUN   Test/TestInitializeWithPattern
10:58:21 [2021-05-03T10:58:21.239Z] === RUN   Test/TestRegister
10:58:21 [2021-05-03T10:58:21.239Z] === RUN   Test/TestWatch
10:58:21 [2021-05-03T10:58:21.239Z] --- PASS: Test (0.00s)
10:58:21 [2021-05-03T10:58:21.239Z]     --- PASS: Test/TestInitialize (0.00s)
10:58:21 [2021-05-03T10:58:21.239Z]     --- PASS: Test/TestInitializeWithPattern (0.00s)
10:58:21 [2021-05-03T10:58:21.239Z]     --- PASS: Test/TestRegister (0.00s)
10:58:21 [2021-05-03T10:58:21.239Z]     --- PASS: Test/TestWatch (0.00s)
10:58:21 [2021-05-03T10:58:21.239Z] PASS
10:58:21 [2021-05-03T10:58:21.239Z] coverage: 93.8% of statements
10:58:21 [2021-05-03T10:58:21.239Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.084s	coverage: 93.8% of statements
10:58:21 [2021-05-03T10:58:21.301Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
10:58:21 [2021-05-03T10:58:21.301Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.38s)
10:58:21 [2021-05-03T10:58:21.301Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.49s)
10:58:21 [2021-05-03T10:58:21.301Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.26s)
10:58:21 [2021-05-03T10:58:21.301Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.25s)
10:58:21 [2021-05-03T10:58:21.301Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.28s)
10:58:21 [2021-05-03T10:58:21.301Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.30s)
10:58:21 [2021-05-03T10:58:21.301Z] === RUN   TestBuildMultiStageCopy
10:58:21 [2021-05-03T10:58:21.301Z] === RUN   TestBuildMultiStageCopy/copy_to_root
10:58:22 [2021-05-03T10:58:22.350Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
10:58:22 [2021-05-03T10:58:22.350Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.17s)
10:58:22 [2021-05-03T10:58:22.350Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.21s)
10:58:22 [2021-05-03T10:58:22.350Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.07s)
10:58:22 [2021-05-03T10:58:22.350Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.06s)
10:58:22 [2021-05-03T10:58:22.350Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.71s)
10:58:22 [2021-05-03T10:58:22.350Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.61s)
10:58:22 [2021-05-03T10:58:22.350Z] === RUN   TestBuildMultiStageCopy
10:58:22 [2021-05-03T10:58:22.350Z] === RUN   TestBuildMultiStageCopy/copy_to_root
10:58:22 [2021-05-03T10:58:22.761Z] === RUN   TestPollerAddRemove
10:58:22 [2021-05-03T10:58:22.762Z] --- PASS: TestPollerAddRemove (0.00s)
10:58:22 [2021-05-03T10:58:22.762Z] === RUN   TestPollerEvent
10:58:22 [2021-05-03T10:58:22.762Z] --- SKIP: TestPollerEvent (0.00s)
10:58:22 [2021-05-03T10:58:22.762Z]     poller_test.go:41: No chmod on Windows
10:58:22 [2021-05-03T10:58:22.762Z] === RUN   TestPollerClose
10:58:22 [2021-05-03T10:58:22.762Z] --- PASS: TestPollerClose (0.00s)
10:58:22 [2021-05-03T10:58:22.762Z] PASS
10:58:22 [2021-05-03T10:58:22.762Z] coverage: 36.2% of statements
10:58:22 [2021-05-03T10:58:22.762Z] ok  	github.com/docker/docker/pkg/filenotify	0.047s	coverage: 36.2% of statements
10:58:23 [2021-05-03T10:58:23.205Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
10:58:23 [2021-05-03T10:58:23.205Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
10:58:23 [2021-05-03T10:58:23.217Z] === RUN   TestCopyFileWithInvalidSrc
10:58:23 [2021-05-03T10:58:23.217Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s)
10:58:23 [2021-05-03T10:58:23.217Z] === RUN   TestCopyFileWithInvalidDest
10:58:23 [2021-05-03T10:58:23.217Z] --- PASS: TestCopyFileWithInvalidDest (0.00s)
10:58:23 [2021-05-03T10:58:23.217Z] === RUN   TestCopyFileWithSameSrcAndDest
10:58:23 [2021-05-03T10:58:23.217Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s)
10:58:23 [2021-05-03T10:58:23.217Z] === RUN   TestCopyFileWithSameSrcAndDestWithPathNameDifferent
10:58:23 [2021-05-03T10:58:23.217Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s)
10:58:23 [2021-05-03T10:58:23.217Z] === RUN   TestCopyFile
10:58:23 [2021-05-03T10:58:23.217Z] --- PASS: TestCopyFile (0.00s)
10:58:23 [2021-05-03T10:58:23.217Z] === RUN   TestReadSymlinkedDirectoryExistingDirectory
10:58:23 [2021-05-03T10:58:23.217Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s)
10:58:23 [2021-05-03T10:58:23.217Z]     fileutils_test.go:134: Needs porting to Windows
10:58:23 [2021-05-03T10:58:23.217Z] === RUN   TestReadSymlinkedDirectoryNonExistingSymlink
10:58:23 [2021-05-03T10:58:23.217Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s)
10:58:23 [2021-05-03T10:58:23.217Z] === RUN   TestReadSymlinkedDirectoryToFile
10:58:23 [2021-05-03T10:58:23.217Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s)
10:58:23 [2021-05-03T10:58:23.217Z]     fileutils_test.go:180: Needs porting to Windows
10:58:23 [2021-05-03T10:58:23.217Z] === RUN   TestWildcardMatches
10:58:23 [2021-05-03T10:58:23.217Z] --- PASS: TestWildcardMatches (0.00s)
10:58:23 [2021-05-03T10:58:23.217Z] === RUN   TestPatternMatches
10:58:23 [2021-05-03T10:58:23.217Z] --- PASS: TestPatternMatches (0.00s)
10:58:23 [2021-05-03T10:58:23.217Z] === RUN   TestExclusionPatternMatchesPatternBefore
10:58:23 [2021-05-03T10:58:23.217Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s)
10:58:23 [2021-05-03T10:58:23.217Z] === RUN   TestPatternMatchesFolderExclusions
10:58:23 [2021-05-03T10:58:23.217Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s)
10:58:23 [2021-05-03T10:58:23.217Z] === RUN   TestPatternMatchesFolderWithSlashExclusions
10:58:23 [2021-05-03T10:58:23.217Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s)
10:58:23 [2021-05-03T10:58:23.217Z] === RUN   TestPatternMatchesFolderWildcardExclusions
10:58:23 [2021-05-03T10:58:23.217Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s)
10:58:23 [2021-05-03T10:58:23.217Z] === RUN   TestExclusionPatternMatchesPatternAfter
10:58:23 [2021-05-03T10:58:23.217Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s)
10:58:23 [2021-05-03T10:58:23.217Z] === RUN   TestExclusionPatternMatchesWholeDirectory
10:58:23 [2021-05-03T10:58:23.217Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s)
10:58:23 [2021-05-03T10:58:23.217Z] === RUN   TestSingleExclamationError
10:58:23 [2021-05-03T10:58:23.217Z] --- PASS: TestSingleExclamationError (0.00s)
10:58:23 [2021-05-03T10:58:23.217Z] === RUN   TestMatchesWithNoPatterns
10:58:23 [2021-05-03T10:58:23.217Z] --- PASS: TestMatchesWithNoPatterns (0.00s)
10:58:23 [2021-05-03T10:58:23.217Z] === RUN   TestMatchesWithMalformedPatterns
10:58:23 [2021-05-03T10:58:23.217Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s)
10:58:23 [2021-05-03T10:58:23.217Z] === RUN   TestMatches
10:58:23 [2021-05-03T10:58:23.217Z] --- PASS: TestMatches (0.00s)
10:58:23 [2021-05-03T10:58:23.217Z] === RUN   TestCleanPatterns
10:58:23 [2021-05-03T10:58:23.217Z] --- PASS: TestCleanPatterns (0.00s)
10:58:23 [2021-05-03T10:58:23.217Z] === RUN   TestCleanPatternsStripEmptyPatterns
10:58:23 [2021-05-03T10:58:23.217Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s)
10:58:23 [2021-05-03T10:58:23.463Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
10:58:23 [2021-05-03T10:58:23.671Z] === RUN   TestCleanPatternsExceptionFlag
10:58:23 [2021-05-03T10:58:23.671Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s)
10:58:23 [2021-05-03T10:58:23.671Z] === RUN   TestCleanPatternsLeadingSpaceTrimmed
10:58:23 [2021-05-03T10:58:23.671Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s)
10:58:23 [2021-05-03T10:58:23.671Z] === RUN   TestCleanPatternsTrailingSpaceTrimmed
10:58:23 [2021-05-03T10:58:23.671Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s)
10:58:23 [2021-05-03T10:58:23.671Z] === RUN   TestCleanPatternsErrorSingleException
10:58:23 [2021-05-03T10:58:23.671Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s)
10:58:23 [2021-05-03T10:58:23.671Z] === RUN   TestCreateIfNotExistsDir
10:58:23 [2021-05-03T10:58:23.671Z] --- PASS: TestCreateIfNotExistsDir (0.00s)
10:58:23 [2021-05-03T10:58:23.671Z] === RUN   TestCreateIfNotExistsFile
10:58:23 [2021-05-03T10:58:23.671Z] --- PASS: TestCreateIfNotExistsFile (0.01s)
10:58:23 [2021-05-03T10:58:23.671Z] === RUN   TestMatch
10:58:23 [2021-05-03T10:58:23.671Z] --- PASS: TestMatch (0.00s)
10:58:23 [2021-05-03T10:58:23.671Z] PASS
10:58:23 [2021-05-03T10:58:23.671Z] coverage: 87.7% of statements
10:58:23 [2021-05-03T10:58:23.671Z] ok  	github.com/docker/docker/pkg/fileutils	0.079s	coverage: 87.7% of statements
10:58:23 [2021-05-03T10:58:23.671Z] === RUN   TestGet
10:58:23 [2021-05-03T10:58:23.671Z] --- PASS: TestGet (0.00s)
10:58:23 [2021-05-03T10:58:23.671Z] === RUN   TestGetShortcutString
10:58:23 [2021-05-03T10:58:23.671Z] --- PASS: TestGetShortcutString (0.00s)
10:58:23 [2021-05-03T10:58:23.671Z] PASS
10:58:23 [2021-05-03T10:58:23.671Z] coverage: 42.9% of statements
10:58:23 [2021-05-03T10:58:23.671Z] ok  	github.com/docker/docker/pkg/homedir	0.078s	coverage: 42.9% of statements
10:58:23 [2021-05-03T10:58:23.671Z] --- PASS: Test (3.17s)
10:58:23 [2021-05-03T10:58:23.671Z]     --- PASS: Test/TestInitialize (0.15s)
10:58:23 [2021-05-03T10:58:23.671Z]     --- PASS: Test/TestInitializeWithCerts (0.01s)
10:58:23 [2021-05-03T10:58:23.671Z]     --- PASS: Test/TestWatch (3.01s)
10:58:23 [2021-05-03T10:58:23.671Z] PASS
10:58:23 [2021-05-03T10:58:23.671Z] coverage: 84.1% of statements
10:58:23 [2021-05-03T10:58:23.671Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.278s	coverage: 84.1% of statements
10:58:23 [2021-05-03T10:58:23.724Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
10:58:23 [2021-05-03T10:58:23.983Z] --- PASS: TestBuildMultiStageCopy (2.96s)
10:58:23 [2021-05-03T10:58:23.983Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.98s)
10:58:23 [2021-05-03T10:58:23.983Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.25s)
10:58:23 [2021-05-03T10:58:23.983Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.23s)
10:58:23 [2021-05-03T10:58:23.983Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.25s)
10:58:23 [2021-05-03T10:58:23.983Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.25s)
10:58:23 [2021-05-03T10:58:23.983Z] === RUN   TestBuildMultiStageParentConfig
10:58:24 [2021-05-03T10:58:24.550Z] --- PASS: TestBuildMultiStageParentConfig (0.72s)
10:58:24 [2021-05-03T10:58:24.550Z] === RUN   TestBuildLabelWithTargets
10:58:25 [2021-05-03T10:58:25.191Z] === RUN   TestCreateIDMapOrder
10:58:25 [2021-05-03T10:58:25.191Z] --- PASS: TestCreateIDMapOrder (0.00s)
10:58:25 [2021-05-03T10:58:25.191Z] PASS
10:58:25 [2021-05-03T10:58:25.191Z] coverage: 7.2% of statements
10:58:25 [2021-05-03T10:58:25.191Z] ok  	github.com/docker/docker/pkg/idtools	0.149s	coverage: 7.2% of statements
10:58:25 [2021-05-03T10:58:25.636Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
10:58:25 [2021-05-03T10:58:25.644Z] === RUN   TestFixedBufferCap
10:58:25 [2021-05-03T10:58:25.644Z] --- PASS: TestFixedBufferCap (0.00s)
10:58:25 [2021-05-03T10:58:25.644Z] === RUN   TestFixedBufferLen
10:58:25 [2021-05-03T10:58:25.644Z] --- PASS: TestFixedBufferLen (0.00s)
10:58:25 [2021-05-03T10:58:25.644Z] === RUN   TestFixedBufferString
10:58:25 [2021-05-03T10:58:25.645Z] --- PASS: TestFixedBufferString (0.00s)
10:58:25 [2021-05-03T10:58:25.645Z] === RUN   TestFixedBufferWrite
10:58:25 [2021-05-03T10:58:25.645Z] --- PASS: TestFixedBufferWrite (0.00s)
10:58:25 [2021-05-03T10:58:25.645Z] === RUN   TestFixedBufferRead
10:58:25 [2021-05-03T10:58:25.645Z] --- PASS: TestFixedBufferRead (0.00s)
10:58:25 [2021-05-03T10:58:25.645Z] === RUN   TestBytesPipeRead
10:58:25 [2021-05-03T10:58:25.645Z] --- PASS: TestBytesPipeRead (0.00s)
10:58:25 [2021-05-03T10:58:25.645Z] === RUN   TestBytesPipeWrite
10:58:25 [2021-05-03T10:58:25.645Z] --- PASS: TestBytesPipeWrite (0.00s)
10:58:25 [2021-05-03T10:58:25.645Z] === RUN   TestBytesPipeWriteRandomChunks
10:58:25 [2021-05-03T10:58:25.645Z] === RUN   TestError
10:58:25 [2021-05-03T10:58:25.645Z] --- PASS: TestError (0.00s)
10:58:25 [2021-05-03T10:58:25.645Z] === RUN   TestProgressString
10:58:25 [2021-05-03T10:58:25.645Z] === RUN   TestProgressString/no_progress
10:58:25 [2021-05-03T10:58:25.645Z] === RUN   TestProgressString/progress_1
10:58:25 [2021-05-03T10:58:25.645Z] === RUN   TestProgressString/some_progress_with_a_start_time
10:58:25 [2021-05-03T10:58:25.645Z] === RUN   TestProgressString/some_progress_without_a_start_time
10:58:25 [2021-05-03T10:58:25.645Z] === RUN   TestProgressString/current_more_than_total_is_not_negative_gh#7136
10:58:25 [2021-05-03T10:58:25.645Z] === RUN   TestProgressString/with_units
10:58:25 [2021-05-03T10:58:25.645Z] === RUN   TestProgressString/current_more_than_total_with_units_is_not_negative_
10:58:25 [2021-05-03T10:58:25.645Z] === RUN   TestProgressString/hide_counts
10:58:25 [2021-05-03T10:58:25.645Z] --- PASS: TestProgressString (0.00s)
10:58:25 [2021-05-03T10:58:25.645Z]     --- PASS: TestProgressString/no_progress (0.00s)
10:58:25 [2021-05-03T10:58:25.645Z]     --- PASS: TestProgressString/progress_1 (0.00s)
10:58:25 [2021-05-03T10:58:25.645Z]     --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s)
10:58:25 [2021-05-03T10:58:25.645Z]     --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s)
10:58:25 [2021-05-03T10:58:25.645Z]     --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s)
10:58:25 [2021-05-03T10:58:25.645Z]     --- PASS: TestProgressString/with_units (0.00s)
10:58:25 [2021-05-03T10:58:25.645Z]     --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s)
10:58:25 [2021-05-03T10:58:25.645Z]     --- PASS: TestProgressString/hide_counts (0.00s)
10:58:25 [2021-05-03T10:58:25.645Z] === RUN   TestJSONMessageDisplay
10:58:25 [2021-05-03T10:58:25.645Z] --- PASS: TestJSONMessageDisplay (0.15s)
10:58:25 [2021-05-03T10:58:25.645Z] === RUN   TestJSONMessageDisplayWithJSONError
10:58:25 [2021-05-03T10:58:25.645Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s)
10:58:25 [2021-05-03T10:58:25.929Z] --- PASS: TestBuildLabelWithTargets (1.14s)
10:58:25 [2021-05-03T10:58:25.929Z] === RUN   TestBuildWithEmptyLayers
10:58:26 [2021-05-03T10:58:26.099Z] === RUN   TestDisplayJSONMessagesStreamInvalidJSON
10:58:26 [2021-05-03T10:58:26.099Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s)
10:58:26 [2021-05-03T10:58:26.099Z] === RUN   TestDisplayJSONMessagesStream
10:58:26 [2021-05-03T10:58:26.099Z] --- PASS: TestDisplayJSONMessagesStream (0.00s)
10:58:26 [2021-05-03T10:58:26.099Z] PASS
10:58:26 [2021-05-03T10:58:26.099Z] coverage: 91.7% of statements
10:58:26 [2021-05-03T10:58:26.099Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.254s	coverage: 91.7% of statements
10:58:26 [2021-05-03T10:58:26.099Z] --- PASS: TestBytesPipeWriteRandomChunks (0.53s)
10:58:26 [2021-05-03T10:58:26.099Z] === RUN   TestAtomicWriteToFile
10:58:26 [2021-05-03T10:58:26.099Z] --- PASS: TestAtomicWriteToFile (0.01s)
10:58:26 [2021-05-03T10:58:26.099Z] === RUN   TestAtomicWriteSetCommit
10:58:26 [2021-05-03T10:58:26.099Z] --- PASS: TestAtomicWriteSetCommit (0.01s)
10:58:26 [2021-05-03T10:58:26.099Z] === RUN   TestAtomicWriteSetCancel
10:58:26 [2021-05-03T10:58:26.099Z] --- PASS: TestAtomicWriteSetCancel (0.01s)
10:58:26 [2021-05-03T10:58:26.099Z] === RUN   TestReadCloserWrapperClose
10:58:26 [2021-05-03T10:58:26.099Z] --- PASS: TestReadCloserWrapperClose (0.00s)
10:58:26 [2021-05-03T10:58:26.099Z] === RUN   TestReaderErrWrapperReadOnError
10:58:26 [2021-05-03T10:58:26.099Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s)
10:58:26 [2021-05-03T10:58:26.099Z] === RUN   TestReaderErrWrapperRead
10:58:26 [2021-05-03T10:58:26.099Z] --- PASS: TestReaderErrWrapperRead (0.00s)
10:58:26 [2021-05-03T10:58:26.099Z] === RUN   TestHashData
10:58:26 [2021-05-03T10:58:26.099Z] --- PASS: TestHashData (0.00s)
10:58:26 [2021-05-03T10:58:26.099Z] === RUN   TestCancelReadCloser
10:58:26 [2021-05-03T10:58:26.099Z] --- PASS: TestCancelReadCloser (0.11s)
10:58:26 [2021-05-03T10:58:26.099Z] === RUN   TestWriteCloserWrapperClose
10:58:26 [2021-05-03T10:58:26.099Z] --- PASS: TestWriteCloserWrapperClose (0.00s)
10:58:26 [2021-05-03T10:58:26.099Z] === RUN   TestNopWriteCloser
10:58:26 [2021-05-03T10:58:26.099Z] --- PASS: TestNopWriteCloser (0.00s)
10:58:26 [2021-05-03T10:58:26.099Z] === RUN   TestNopWriter
10:58:26 [2021-05-03T10:58:26.099Z] --- PASS: TestNopWriter (0.00s)
10:58:26 [2021-05-03T10:58:26.099Z] === RUN   TestWriteCounter
10:58:26 [2021-05-03T10:58:26.099Z] --- PASS: TestWriteCounter (0.00s)
10:58:26 [2021-05-03T10:58:26.099Z] PASS
10:58:26 [2021-05-03T10:58:26.099Z] coverage: 69.2% of statements
10:58:26 [2021-05-03T10:58:26.099Z] ok  	github.com/docker/docker/pkg/ioutils	0.767s	coverage: 69.2% of statements
10:58:26 [2021-05-03T10:58:26.099Z] === RUN   TestStandardLongPath
10:58:26 [2021-05-03T10:58:26.099Z] --- PASS: TestStandardLongPath (0.00s)
10:58:26 [2021-05-03T10:58:26.099Z] === RUN   TestUNCLongPath
10:58:26 [2021-05-03T10:58:26.099Z] --- PASS: TestUNCLongPath (0.00s)
10:58:26 [2021-05-03T10:58:26.099Z] PASS
10:58:26 [2021-05-03T10:58:26.099Z] coverage: 100.0% of statements
10:58:26 [2021-05-03T10:58:26.099Z] ok  	github.com/docker/docker/pkg/longpath	0.066s	coverage: 100.0% of statements
10:58:26 [2021-05-03T10:58:26.188Z] --- PASS: TestBuildWithEmptyLayers (0.51s)
10:58:26 [2021-05-03T10:58:26.188Z] === RUN   TestBuildMultiStageOnBuild
10:58:26 [2021-05-03T10:58:26.203Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
10:58:27 [2021-05-03T10:58:27.056Z] --- PASS: TestTarFiles (7.49s)
10:58:27 [2021-05-03T10:58:27.056Z] === RUN   TestTarUntar
10:58:27 [2021-05-03T10:58:27.056Z] === RUN   TestNameFormat
10:58:27 [2021-05-03T10:58:27.056Z] --- PASS: TestNameFormat (0.00s)
10:58:27 [2021-05-03T10:58:27.056Z] === RUN   TestNameRetries
10:58:27 [2021-05-03T10:58:27.056Z] --- PASS: TestNameRetries (0.00s)
10:58:27 [2021-05-03T10:58:27.056Z] PASS
10:58:27 [2021-05-03T10:58:27.056Z] coverage: 85.7% of statements
10:58:27 [2021-05-03T10:58:27.056Z] --- PASS: TestTarUntar (0.04s)
10:58:27 [2021-05-03T10:58:27.056Z] === RUN   TestTarWithOptionsChownOptsAlwaysOverridesIdPair
10:58:27 [2021-05-03T10:58:27.056Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s)
10:58:27 [2021-05-03T10:58:27.056Z] === RUN   TestTarWithOptions
10:58:27 [2021-05-03T10:58:27.056Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.103s	coverage: 85.7% of statements
10:58:27 [2021-05-03T10:58:27.056Z] --- PASS: TestTarWithOptions (0.04s)
10:58:27 [2021-05-03T10:58:27.056Z] === RUN   TestTypeXGlobalHeaderDoesNotFail
10:58:27 [2021-05-03T10:58:27.056Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s)
10:58:27 [2021-05-03T10:58:27.056Z] === RUN   TestUntarUstarGnuConflict
10:58:27 [2021-05-03T10:58:27.056Z] --- PASS: TestUntarUstarGnuConflict (0.00s)
10:58:27 [2021-05-03T10:58:27.056Z] === RUN   TestUntarInvalidFilenames
10:58:27 [2021-05-03T10:58:27.056Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames254024690\\dest"
10:58:27 [2021-05-03T10:58:27.056Z] --- PASS: TestUntarInvalidFilenames (0.19s)
10:58:27 [2021-05-03T10:58:27.056Z] === RUN   TestUntarHardlinkToSymlink
10:58:27 [2021-05-03T10:58:27.056Z] --- PASS: TestUntarHardlinkToSymlink (0.01s)
10:58:27 [2021-05-03T10:58:27.056Z] === RUN   TestUntarInvalidHardlink
10:58:27 [2021-05-03T10:58:27.138Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
10:58:27 [2021-05-03T10:58:27.510Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink436771011\\victim\\hello" -> "../victim/hello"
10:58:27 [2021-05-03T10:58:27.510Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink785395014\\victim\\hello" -> "/../victim/hello"
10:58:27 [2021-05-03T10:58:27.510Z] === RUN   TestParseKeyValueOpt
10:58:27 [2021-05-03T10:58:27.510Z] --- PASS: TestParseKeyValueOpt (0.00s)
10:58:27 [2021-05-03T10:58:27.510Z] === RUN   TestParseUintList
10:58:27 [2021-05-03T10:58:27.510Z] --- PASS: TestParseUintList (0.00s)
10:58:27 [2021-05-03T10:58:27.510Z] === RUN   TestParseUintListMaximumLimits
10:58:27 [2021-05-03T10:58:27.510Z] --- PASS: TestParseUintListMaximumLimits (0.00s)
10:58:27 [2021-05-03T10:58:27.510Z] PASS
10:58:27 [2021-05-03T10:58:27.510Z] coverage: 97.0% of statements
10:58:27 [2021-05-03T10:58:27.510Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink209058797\\victim" -> "../victim"
10:58:27 [2021-05-03T10:58:27.510Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink810759272\\victim" -> "../victim"
10:58:27 [2021-05-03T10:58:27.510Z] ok  	github.com/docker/docker/pkg/parsers	0.044s	coverage: 97.0% of statements
10:58:27 [2021-05-03T10:58:27.510Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink122086567\\victim" -> "../victim"
10:58:27 [2021-05-03T10:58:27.510Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink822264794\\victim" -> "../victim"
10:58:27 [2021-05-03T10:58:27.510Z] --- PASS: TestUntarInvalidHardlink (0.03s)
10:58:27 [2021-05-03T10:58:27.510Z] === RUN   TestUntarInvalidSymlink
10:58:27 [2021-05-03T10:58:27.510Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink005487985\\dest\\dotdot" -> "../victim/hello"
10:58:27 [2021-05-03T10:58:27.510Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink341198364\\dest\\slash-dotdot" -> "/../victim/hello"
10:58:27 [2021-05-03T10:58:27.510Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink479290571\\dest\\loophole-victim" -> "../victim"
10:58:27 [2021-05-03T10:58:27.510Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink810866606\\dest\\loophole-victim" -> "../victim"
10:58:27 [2021-05-03T10:58:27.510Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink602121013\\dest\\loophole-victim" -> "../victim"
10:58:27 [2021-05-03T10:58:27.510Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink198179088\\dest\\loophole-victim" -> "../victim"
10:58:27 [2021-05-03T10:58:27.510Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink140223279\\dest\\dir\\loophole" -> "../../victim"
10:58:27 [2021-05-03T10:58:27.510Z] --- PASS: TestUntarInvalidSymlink (0.04s)
10:58:27 [2021-05-03T10:58:27.510Z] === RUN   TestTempArchiveCloseMultipleTimes
10:58:27 [2021-05-03T10:58:27.510Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s)
10:58:27 [2021-05-03T10:58:27.510Z] === RUN   TestXGlobalNoParent
10:58:27 [2021-05-03T10:58:27.510Z] --- PASS: TestXGlobalNoParent (0.00s)
10:58:27 [2021-05-03T10:58:27.510Z] === RUN   TestReplaceFileTarWrapper
10:58:27 [2021-05-03T10:58:27.510Z] --- PASS: TestReplaceFileTarWrapper (0.18s)
10:58:27 [2021-05-03T10:58:27.510Z] === RUN   TestPrefixHeaderReadable
10:58:27 [2021-05-03T10:58:27.510Z] --- PASS: TestPrefixHeaderReadable (0.03s)
10:58:27 [2021-05-03T10:58:27.510Z] === RUN   TestDisablePigz
10:58:27 [2021-05-03T10:58:27.510Z] === RUN   TestNewAndRemove
10:58:27 [2021-05-03T10:58:27.510Z] --- PASS: TestNewAndRemove (0.00s)
10:58:27 [2021-05-03T10:58:27.510Z] === RUN   TestRemoveInvalidPath
10:58:27 [2021-05-03T10:58:27.510Z] --- PASS: TestRemoveInvalidPath (0.00s)
10:58:27 [2021-05-03T10:58:27.510Z] PASS
10:58:27 [2021-05-03T10:58:27.510Z] coverage: 82.6% of statements
10:58:27 [2021-05-03T10:58:27.510Z] ok  	github.com/docker/docker/pkg/pidfile	0.070s	coverage: 82.6% of statements
10:58:27 [2021-05-03T10:58:27.510Z] --- PASS: TestDisablePigz (0.14s)
10:58:27 [2021-05-03T10:58:27.510Z]     archive_test.go:1331: Test will not check full path when Pigz not installed
10:58:27 [2021-05-03T10:58:27.510Z] === RUN   TestPigz
10:58:28 [2021-05-03T10:58:28.074Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
10:58:28 [2021-05-03T10:58:28.087Z] --- PASS: TestPigz (0.22s)
10:58:28 [2021-05-03T10:58:28.087Z]     archive_test.go:1360: Tested whether Pigz is not used, as it not installed
10:58:28 [2021-05-03T10:58:28.087Z] === RUN   TestCopyFileWithInvalidDest
10:58:28 [2021-05-03T10:58:28.087Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s)
10:58:28 [2021-05-03T10:58:28.087Z]     archive_windows_test.go:16: Currently fails
10:58:28 [2021-05-03T10:58:28.087Z] === RUN   TestCanonicalTarNameForPath
10:58:28 [2021-05-03T10:58:28.087Z] --- PASS: TestCanonicalTarNameForPath (0.00s)
10:58:28 [2021-05-03T10:58:28.087Z] === RUN   TestCanonicalTarName
10:58:28 [2021-05-03T10:58:28.087Z] --- PASS: TestCanonicalTarName (0.00s)
10:58:28 [2021-05-03T10:58:28.087Z] === RUN   TestChmodTarEntry
10:58:28 [2021-05-03T10:58:28.087Z] --- PASS: TestChmodTarEntry (0.00s)
10:58:28 [2021-05-03T10:58:28.087Z] === RUN   TestHardLinkOrder
10:58:28 [2021-05-03T10:58:28.087Z] --- PASS: TestHardLinkOrder (0.11s)
10:58:28 [2021-05-03T10:58:28.087Z] === RUN   TestChangeString
10:58:28 [2021-05-03T10:58:28.087Z] --- PASS: TestChangeString (0.00s)
10:58:28 [2021-05-03T10:58:28.087Z] === RUN   TestChangesWithNoChanges
10:58:28 [2021-05-03T10:58:28.087Z] --- PASS: TestChangesWithNoChanges (0.03s)
10:58:28 [2021-05-03T10:58:28.087Z] === RUN   TestChangesWithChanges
10:58:28 [2021-05-03T10:58:28.087Z] --- PASS: TestChangesWithChanges (0.04s)
10:58:28 [2021-05-03T10:58:28.087Z] === RUN   TestChangesWithChangesGH13590
10:58:28 [2021-05-03T10:58:28.087Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s)
10:58:28 [2021-05-03T10:58:28.087Z]     changes_test.go:196: needs more investigation
10:58:28 [2021-05-03T10:58:28.087Z] === RUN   TestChangesDirsEmpty
10:58:28 [2021-05-03T10:58:28.087Z] --- PASS: TestChangesDirsEmpty (0.18s)
10:58:28 [2021-05-03T10:58:28.087Z] === RUN   TestChangesDirsMutated
10:58:28 [2021-05-03T10:58:28.543Z] --- PASS: TestChangesDirsMutated (0.17s)
10:58:28 [2021-05-03T10:58:28.543Z] === RUN   TestApplyLayer
10:58:28 [2021-05-03T10:58:28.543Z] --- SKIP: TestApplyLayer (0.00s)
10:58:28 [2021-05-03T10:58:28.543Z]     changes_test.go:433: needs further investigation
10:58:28 [2021-05-03T10:58:28.543Z] === RUN   TestChangesSizeWithHardlinks
10:58:28 [2021-05-03T10:58:28.543Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s)
10:58:28 [2021-05-03T10:58:28.543Z]     changes_test.go:469: needs further investigation
10:58:28 [2021-05-03T10:58:28.543Z] === RUN   TestChangesSizeWithNoChanges
10:58:28 [2021-05-03T10:58:28.543Z] --- PASS: TestChangesSizeWithNoChanges (0.00s)
10:58:28 [2021-05-03T10:58:28.543Z] === RUN   TestChangesSizeWithOnlyDeleteChanges
10:58:28 [2021-05-03T10:58:28.543Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s)
10:58:28 [2021-05-03T10:58:28.543Z] === RUN   TestChangesSize
10:58:28 [2021-05-03T10:58:28.543Z] --- PASS: TestChangesSize (0.01s)
10:58:28 [2021-05-03T10:58:28.543Z] === RUN   TestApplyLayerInvalidFilenames
10:58:28 [2021-05-03T10:58:28.543Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames204076262\\dest"
10:58:28 [2021-05-03T10:58:28.543Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s)
10:58:28 [2021-05-03T10:58:28.543Z] === RUN   TestApplyLayerInvalidHardlink
10:58:28 [2021-05-03T10:58:28.543Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink181934856\\victim\\hello" -> "../victim/hello"
10:58:28 [2021-05-03T10:58:28.543Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink115514567\\victim\\hello" -> "/../victim/hello"
10:58:28 [2021-05-03T10:58:28.543Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink845667706\\victim" -> "../victim"
10:58:28 [2021-05-03T10:58:28.543Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink384210065\\victim" -> "../victim"
10:58:28 [2021-05-03T10:58:28.543Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink347006652\\victim" -> "../victim"
10:58:28 [2021-05-03T10:58:28.543Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink382991083\\victim" -> "../victim"
10:58:28 [2021-05-03T10:58:28.543Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s)
10:58:28 [2021-05-03T10:58:28.543Z] === RUN   TestApplyLayerInvalidSymlink
10:58:28 [2021-05-03T10:58:28.543Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink754091342\\dest\\dotdot" -> "../victim/hello"
10:58:28 [2021-05-03T10:58:28.543Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink086724693\\dest\\slash-dotdot" -> "/../victim/hello"
10:58:28 [2021-05-03T10:58:28.543Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink582701488\\dest\\loophole-victim" -> "../victim"
10:58:28 [2021-05-03T10:58:28.543Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink002697551\\dest\\loophole-victim" -> "../victim"
10:58:28 [2021-05-03T10:58:28.543Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink288192098\\dest\\loophole-victim" -> "../victim"
10:58:28 [2021-05-03T10:58:28.543Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink737538649\\dest\\loophole-victim" -> "../victim"
10:58:28 [2021-05-03T10:58:28.543Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s)
10:58:28 [2021-05-03T10:58:28.543Z] === RUN   TestApplyLayerWhiteouts
10:58:28 [2021-05-03T10:58:28.543Z] === RUN   TestParseEmptyInterface
10:58:28 [2021-05-03T10:58:28.543Z] --- PASS: TestParseEmptyInterface (0.00s)
10:58:28 [2021-05-03T10:58:28.543Z] === RUN   TestParseNonInterfaceType
10:58:28 [2021-05-03T10:58:28.543Z] --- PASS: TestParseNonInterfaceType (0.00s)
10:58:28 [2021-05-03T10:58:28.543Z] === RUN   TestParseWithOneFunction
10:58:28 [2021-05-03T10:58:28.543Z] --- PASS: TestParseWithOneFunction (0.00s)
10:58:28 [2021-05-03T10:58:28.543Z] === RUN   TestParseWithMultipleFuncs
10:58:28 [2021-05-03T10:58:28.543Z] --- PASS: TestParseWithMultipleFuncs (0.00s)
10:58:28 [2021-05-03T10:58:28.543Z] === RUN   TestParseWithUnnamedReturn
10:58:28 [2021-05-03T10:58:28.543Z] --- PASS: TestParseWithUnnamedReturn (0.00s)
10:58:28 [2021-05-03T10:58:28.543Z] === RUN   TestEmbeddedInterface
10:58:28 [2021-05-03T10:58:28.543Z] --- PASS: TestEmbeddedInterface (0.00s)
10:58:28 [2021-05-03T10:58:28.543Z] === RUN   TestParsedImports
10:58:28 [2021-05-03T10:58:28.543Z] --- PASS: TestParsedImports (0.00s)
10:58:28 [2021-05-03T10:58:28.543Z] === RUN   TestAliasedImports
10:58:28 [2021-05-03T10:58:28.543Z] --- PASS: TestAliasedImports (0.00s)
10:58:28 [2021-05-03T10:58:28.543Z] PASS
10:58:28 [2021-05-03T10:58:28.543Z] coverage: 56.8% of statements
10:58:28 [2021-05-03T10:58:28.543Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.063s	coverage: 56.8% of statements
10:58:28 [2021-05-03T10:58:28.543Z] --- PASS: TestApplyLayerWhiteouts (0.08s)
10:58:28 [2021-05-03T10:58:28.543Z] === RUN   TestGenerateEmptyFile
10:58:28 [2021-05-03T10:58:28.543Z] --- PASS: TestGenerateEmptyFile (0.00s)
10:58:28 [2021-05-03T10:58:28.543Z] === RUN   TestGenerateWithContent
10:58:28 [2021-05-03T10:58:28.543Z] --- PASS: TestGenerateWithContent (0.00s)
10:58:28 [2021-05-03T10:58:28.543Z] PASS
10:58:28 [2021-05-03T10:58:28.543Z] coverage: 62.6% of statements
10:58:28 [2021-05-03T10:58:28.543Z] ok  	github.com/docker/docker/pkg/archive	10.767s	coverage: 62.6% of statements
10:58:28 [2021-05-03T10:58:28.721Z] --- PASS: TestBuildMultiStageOnBuild (2.29s)
10:58:28 [2021-05-03T10:58:28.721Z] === RUN   TestBuildUncleanTarFilenames
10:58:29 [2021-05-03T10:58:29.290Z] --- PASS: TestBuildUncleanTarFilenames (0.68s)
10:58:29 [2021-05-03T10:58:29.290Z] === RUN   TestBuildMultiStageLayerLeak
10:58:29 [2021-05-03T10:58:29.449Z] --- PASS: TestBuildMultiStageCopy (7.39s)
10:58:29 [2021-05-03T10:58:29.449Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (3.39s)
10:58:29 [2021-05-03T10:58:29.449Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s)
10:58:29 [2021-05-03T10:58:29.449Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s)
10:58:29 [2021-05-03T10:58:29.449Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s)
10:58:29 [2021-05-03T10:58:29.449Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s)
10:58:29 [2021-05-03T10:58:29.449Z] === RUN   TestBuildMultiStageParentConfig
10:58:29 [2021-05-03T10:58:29.504Z] === RUN   TestFailedConnection
10:58:29 [2021-05-03T10:58:29.959Z] === RUN   TestHTTPTransport
10:58:29 [2021-05-03T10:58:29.959Z] --- PASS: TestHTTPTransport (0.00s)
10:58:29 [2021-05-03T10:58:29.959Z] PASS
10:58:29 [2021-05-03T10:58:29.959Z] coverage: 85.7% of statements
10:58:29 [2021-05-03T10:58:29.959Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.080s	coverage: 85.7% of statements
10:58:29 [2021-05-03T10:58:29.959Z] === RUN   TestBufioReaderPoolGetWithNoReaderShouldCreateOne
10:58:29 [2021-05-03T10:58:29.959Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s)
10:58:29 [2021-05-03T10:58:29.959Z] === RUN   TestBufioReaderPoolPutAndGet
10:58:29 [2021-05-03T10:58:29.959Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s)
10:58:29 [2021-05-03T10:58:29.959Z] === RUN   TestNewReadCloserWrapperWithAReadCloser
10:58:29 [2021-05-03T10:58:29.959Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s)
10:58:29 [2021-05-03T10:58:29.959Z] === RUN   TestBufioWriterPoolGetWithNoReaderShouldCreateOne
10:58:29 [2021-05-03T10:58:29.959Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s)
10:58:29 [2021-05-03T10:58:29.959Z] === RUN   TestBufioWriterPoolPutAndGet
10:58:29 [2021-05-03T10:58:29.959Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s)
10:58:29 [2021-05-03T10:58:29.959Z] === RUN   TestNewWriteCloserWrapperWithAWriteCloser
10:58:29 [2021-05-03T10:58:29.959Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s)
10:58:29 [2021-05-03T10:58:29.959Z] === RUN   TestBufferPoolPutAndGet
10:58:29 [2021-05-03T10:58:29.959Z] --- PASS: TestBufferPoolPutAndGet (0.00s)
10:58:29 [2021-05-03T10:58:29.959Z] PASS
10:58:29 [2021-05-03T10:58:29.959Z] coverage: 88.2% of statements
10:58:29 [2021-05-03T10:58:29.959Z] ok  	github.com/docker/docker/pkg/pools	0.043s	coverage: 88.2% of statements
10:58:30 [2021-05-03T10:58:30.916Z] --- PASS: TestFailedConnection (1.05s)
10:58:30 [2021-05-03T10:58:30.916Z] === RUN   TestFailOnce
10:58:30 [2021-05-03T10:58:30.916Z] 2021/05/03 10:58:30 http: panic serving 127.0.0.1:49227: Plugin not ready
10:58:30 [2021-05-03T10:58:30.916Z] goroutine 10 [running]:
10:58:30 [2021-05-03T10:58:30.916Z] net/http.(*conn).serve.func1(0xc000058b40)
10:58:30 [2021-05-03T10:58:30.916Z] 	c:/go/src/net/http/server.go:1795 +0x140
10:58:30 [2021-05-03T10:58:30.916Z] panic(0x849b40, 0x986aa0)
10:58:30 [2021-05-03T10:58:30.916Z] 	c:/go/src/runtime/panic.go:679 +0x1c0
10:58:30 [2021-05-03T10:58:30.916Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x99a6e0, 0xc000132000, 0xc0000d0300)
10:58:30 [2021-05-03T10:58:30.916Z] 	C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56
10:58:30 [2021-05-03T10:58:30.916Z] net/http.HandlerFunc.ServeHTTP(0xc0000ec050, 0x99a6e0, 0xc000132000, 0xc0000d0300)
10:58:30 [2021-05-03T10:58:30.916Z] 	c:/go/src/net/http/server.go:2036 +0x4b
10:58:30 [2021-05-03T10:58:30.916Z] net/http.(*ServeMux).ServeHTTP(0xc0000fc000, 0x99a6e0, 0xc000132000, 0xc0000d0300)
10:58:30 [2021-05-03T10:58:30.916Z] 	c:/go/src/net/http/server.go:2416 +0x1c4
10:58:30 [2021-05-03T10:58:30.916Z] net/http.serverHandler.ServeHTTP(0xc000102000, 0x99a6e0, 0xc000132000, 0xc0000d0300)
10:58:30 [2021-05-03T10:58:30.916Z] 	c:/go/src/net/http/server.go:2831 +0xab
10:58:30 [2021-05-03T10:58:30.916Z] net/http.(*conn).serve(0xc000058b40, 0x99b2a0, 0xc00004a980)
10:58:30 [2021-05-03T10:58:30.916Z] 	c:/go/src/net/http/server.go:1919 +0x87c
10:58:30 [2021-05-03T10:58:30.916Z] created by net/http.(*Server).Serve
10:58:30 [2021-05-03T10:58:30.916Z] 	c:/go/src/net/http/server.go:2957 +0x38b
10:58:30 [2021-05-03T10:58:30.916Z] time="2021-05-03T10:58:30Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49226/Test.FailOnce: Post http://127.0.0.1:49226/Test.FailOnce: EOF, retrying in 1s"
10:58:30 [2021-05-03T10:58:30.916Z] === RUN   TestOutputOnPrematureClose
10:58:30 [2021-05-03T10:58:30.916Z] --- PASS: TestOutputOnPrematureClose (0.00s)
10:58:30 [2021-05-03T10:58:30.916Z] === RUN   TestCompleteSilently
10:58:30 [2021-05-03T10:58:30.916Z] --- PASS: TestCompleteSilently (0.00s)
10:58:30 [2021-05-03T10:58:30.916Z] PASS
10:58:30 [2021-05-03T10:58:30.916Z] coverage: 75.9% of statements
10:58:30 [2021-05-03T10:58:30.916Z] ok  	github.com/docker/docker/pkg/progress	0.043s	coverage: 75.9% of statements
10:58:31 [2021-05-03T10:58:31.370Z] === RUN   TestSendToOneSub
10:58:31 [2021-05-03T10:58:31.370Z] --- PASS: TestSendToOneSub (0.00s)
10:58:31 [2021-05-03T10:58:31.370Z] === RUN   TestSendToMultipleSubs
10:58:31 [2021-05-03T10:58:31.370Z] --- PASS: TestSendToMultipleSubs (0.00s)
10:58:31 [2021-05-03T10:58:31.370Z] === RUN   TestEvictOneSub
10:58:31 [2021-05-03T10:58:31.370Z] --- PASS: TestEvictOneSub (0.00s)
10:58:31 [2021-05-03T10:58:31.370Z] === RUN   TestClosePublisher
10:58:31 [2021-05-03T10:58:31.370Z] --- PASS: TestClosePublisher (0.00s)
10:58:31 [2021-05-03T10:58:31.370Z] === RUN   TestPubSubRace
10:58:31 [2021-05-03T10:58:31.823Z] === RUN   TestRegister
10:58:31 [2021-05-03T10:58:31.823Z] --- PASS: TestRegister (0.00s)
10:58:31 [2021-05-03T10:58:31.823Z] === RUN   TestCommand
10:58:31 [2021-05-03T10:58:31.823Z] --- PASS: TestFailOnce (1.17s)
10:58:31 [2021-05-03T10:58:31.823Z] === RUN   TestEchoInputOutput
10:58:31 [2021-05-03T10:58:31.823Z] --- PASS: TestEchoInputOutput (0.00s)
10:58:31 [2021-05-03T10:58:31.823Z] === RUN   TestBackoff
10:58:31 [2021-05-03T10:58:31.823Z] --- PASS: TestBackoff (0.00s)
10:58:31 [2021-05-03T10:58:31.823Z] === RUN   TestAbortRetry
10:58:31 [2021-05-03T10:58:31.823Z] --- PASS: TestAbortRetry (0.00s)
10:58:31 [2021-05-03T10:58:31.823Z] === RUN   TestClientScheme
10:58:31 [2021-05-03T10:58:31.823Z] --- PASS: TestClientScheme (0.00s)
10:58:31 [2021-05-03T10:58:31.823Z] === RUN   TestNewClientWithTimeout
10:58:31 [2021-05-03T10:58:31.823Z] --- PASS: TestCommand (0.03s)
10:58:31 [2021-05-03T10:58:31.823Z] === RUN   TestNaiveSelf
10:58:31 [2021-05-03T10:58:31.823Z] --- PASS: TestNaiveSelf (0.02s)
10:58:31 [2021-05-03T10:58:31.823Z] PASS
10:58:31 [2021-05-03T10:58:31.823Z] coverage: 82.4% of statements
10:58:31 [2021-05-03T10:58:31.823Z] ok  	github.com/docker/docker/pkg/reexec	0.086s	coverage: 82.4% of statements
10:58:31 [2021-05-03T10:58:31.826Z] --- PASS: TestBuildMultiStageLayerLeak (2.35s)
10:58:31 [2021-05-03T10:58:31.826Z] === RUN   TestBuildWithHugeFile
10:58:32 [2021-05-03T10:58:32.278Z] --- PASS: TestPubSubRace (1.05s)
10:58:32 [2021-05-03T10:58:32.278Z] PASS
10:58:32 [2021-05-03T10:58:32.278Z] coverage: 75.0% of statements
10:58:32 [2021-05-03T10:58:32.278Z] ok  	github.com/docker/docker/pkg/pubsub	1.094s	coverage: 75.0% of statements
10:58:32 [2021-05-03T10:58:32.278Z] time="2021-05-03T10:58:32Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49231/Test.Echo: Post http://127.0.0.1:49231/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s"
10:58:32 [2021-05-03T10:58:32.732Z] === RUN   TestParseSignal
10:58:32 [2021-05-03T10:58:32.732Z] --- PASS: TestParseSignal (0.00s)
10:58:32 [2021-05-03T10:58:32.732Z] === RUN   TestValidSignalForPlatform
10:58:32 [2021-05-03T10:58:32.732Z] --- PASS: TestValidSignalForPlatform (0.00s)
10:58:32 [2021-05-03T10:58:32.732Z] PASS
10:58:32 [2021-05-03T10:58:32.732Z] coverage: 20.3% of statements
10:58:32 [2021-05-03T10:58:32.732Z] ok  	github.com/docker/docker/pkg/signal	0.051s	coverage: 20.3% of statements
10:58:33 [2021-05-03T10:58:33.185Z] === RUN   TestNewStdWriter
10:58:33 [2021-05-03T10:58:33.185Z] --- PASS: TestNewStdWriter (0.00s)
10:58:33 [2021-05-03T10:58:33.185Z] === RUN   TestWriteWithUninitializedStdWriter
10:58:33 [2021-05-03T10:58:33.185Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s)
10:58:33 [2021-05-03T10:58:33.185Z] === RUN   TestWriteWithNilBytes
10:58:33 [2021-05-03T10:58:33.185Z] --- PASS: TestWriteWithNilBytes (0.00s)
10:58:33 [2021-05-03T10:58:33.185Z] === RUN   TestWrite
10:58:33 [2021-05-03T10:58:33.185Z] --- PASS: TestWrite (0.00s)
10:58:33 [2021-05-03T10:58:33.185Z] === RUN   TestWriteWithWriterError
10:58:33 [2021-05-03T10:58:33.185Z] --- PASS: TestWriteWithWriterError (0.00s)
10:58:33 [2021-05-03T10:58:33.185Z] === RUN   TestWriteDoesNotReturnNegativeWrittenBytes
10:58:33 [2021-05-03T10:58:33.185Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s)
10:58:33 [2021-05-03T10:58:33.185Z] === RUN   TestStdCopyWriteAndRead
10:58:33 [2021-05-03T10:58:33.185Z] --- PASS: TestStdCopyWriteAndRead (0.00s)
10:58:33 [2021-05-03T10:58:33.185Z] === RUN   TestStdCopyReturnsErrorReadingHeader
10:58:33 [2021-05-03T10:58:33.185Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s)
10:58:33 [2021-05-03T10:58:33.185Z] === RUN   TestStdCopyReturnsErrorReadingFrame
10:58:33 [2021-05-03T10:58:33.185Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s)
10:58:33 [2021-05-03T10:58:33.185Z] === RUN   TestStdCopyDetectsCorruptedFrame
10:58:33 [2021-05-03T10:58:33.185Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s)
10:58:33 [2021-05-03T10:58:33.185Z] === RUN   TestStdCopyWithInvalidInputHeader
10:58:33 [2021-05-03T10:58:33.185Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s)
10:58:33 [2021-05-03T10:58:33.185Z] === RUN   TestStdCopyWithCorruptedPrefix
10:58:33 [2021-05-03T10:58:33.185Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s)
10:58:33 [2021-05-03T10:58:33.185Z] === RUN   TestStdCopyReturnsWriteErrors
10:58:33 [2021-05-03T10:58:33.185Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s)
10:58:33 [2021-05-03T10:58:33.185Z] === RUN   TestStdCopyDetectsNotFullyWrittenFrames
10:58:33 [2021-05-03T10:58:33.185Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s)
10:58:33 [2021-05-03T10:58:33.185Z] === RUN   TestStdCopyReturnsErrorFromSystem
10:58:33 [2021-05-03T10:58:33.185Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s)
10:58:33 [2021-05-03T10:58:33.185Z] PASS
10:58:33 [2021-05-03T10:58:33.185Z] coverage: 100.0% of statements
10:58:33 [2021-05-03T10:58:33.185Z] ok  	github.com/docker/docker/pkg/stdcopy	0.042s	coverage: 100.0% of statements
10:58:34 [2021-05-03T10:58:34.142Z] time="2021-05-03T10:58:33Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49231/Test.Echo: Post http://127.0.0.1:49231/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s"
10:58:34 [2021-05-03T10:58:34.142Z] === RUN   TestGenerateRandomID
10:58:34 [2021-05-03T10:58:34.142Z] --- PASS: TestGenerateRandomID (0.00s)
10:58:34 [2021-05-03T10:58:34.142Z] === RUN   TestShortenId
10:58:34 [2021-05-03T10:58:34.142Z] --- PASS: TestShortenId (0.00s)
10:58:34 [2021-05-03T10:58:34.142Z] === RUN   TestShortenSha256Id
10:58:34 [2021-05-03T10:58:34.142Z] --- PASS: TestShortenSha256Id (0.00s)
10:58:34 [2021-05-03T10:58:34.142Z] === RUN   TestShortenIdEmpty
10:58:34 [2021-05-03T10:58:34.142Z] --- PASS: TestShortenIdEmpty (0.00s)
10:58:34 [2021-05-03T10:58:34.142Z] === RUN   TestShortenIdInvalid
10:58:34 [2021-05-03T10:58:34.142Z] --- PASS: TestShortenIdInvalid (0.00s)
10:58:34 [2021-05-03T10:58:34.142Z] === RUN   TestIsShortIDNonHex
10:58:34 [2021-05-03T10:58:34.142Z] --- PASS: TestIsShortIDNonHex (0.00s)
10:58:34 [2021-05-03T10:58:34.142Z] === RUN   TestIsShortIDNotCorrectSize
10:58:34 [2021-05-03T10:58:34.143Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s)
10:58:34 [2021-05-03T10:58:34.143Z] PASS
10:58:34 [2021-05-03T10:58:34.143Z] coverage: 70.6% of statements
10:58:34 [2021-05-03T10:58:34.143Z] ok  	github.com/docker/docker/pkg/stringid	0.043s	coverage: 70.6% of statements
10:58:34 [2021-05-03T10:58:34.143Z] === RUN   TestRawProgressFormatterFormatStatus
10:58:34 [2021-05-03T10:58:34.143Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s)
10:58:34 [2021-05-03T10:58:34.143Z] === RUN   TestRawProgressFormatterFormatProgress
10:58:34 [2021-05-03T10:58:34.143Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s)
10:58:34 [2021-05-03T10:58:34.143Z] === RUN   TestFormatStatus
10:58:34 [2021-05-03T10:58:34.143Z] --- PASS: TestFormatStatus (0.00s)
10:58:34 [2021-05-03T10:58:34.143Z] === RUN   TestFormatError
10:58:34 [2021-05-03T10:58:34.143Z] --- PASS: TestFormatError (0.00s)
10:58:34 [2021-05-03T10:58:34.143Z] === RUN   TestFormatJSONError
10:58:34 [2021-05-03T10:58:34.143Z] --- PASS: TestFormatJSONError (0.00s)
10:58:34 [2021-05-03T10:58:34.143Z] === RUN   TestJsonProgressFormatterFormatProgress
10:58:34 [2021-05-03T10:58:34.143Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s)
10:58:34 [2021-05-03T10:58:34.143Z] === RUN   TestJsonProgressFormatterFormatStatus
10:58:34 [2021-05-03T10:58:34.143Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s)
10:58:34 [2021-05-03T10:58:34.143Z] === RUN   TestNewJSONProgressOutput
10:58:34 [2021-05-03T10:58:34.143Z] --- PASS: TestNewJSONProgressOutput (0.00s)
10:58:34 [2021-05-03T10:58:34.143Z] === RUN   TestAuxFormatterEmit
10:58:34 [2021-05-03T10:58:34.143Z] --- PASS: TestAuxFormatterEmit (0.00s)
10:58:34 [2021-05-03T10:58:34.143Z] === RUN   TestStreamWriterStdout
10:58:34 [2021-05-03T10:58:34.143Z] --- PASS: TestStreamWriterStdout (0.00s)
10:58:34 [2021-05-03T10:58:34.143Z] === RUN   TestStreamWriterStderr
10:58:34 [2021-05-03T10:58:34.143Z] --- PASS: TestStreamWriterStderr (0.00s)
10:58:34 [2021-05-03T10:58:34.143Z] PASS
10:58:34 [2021-05-03T10:58:34.143Z] coverage: 66.2% of statements
10:58:34 [2021-05-03T10:58:34.143Z] ok  	github.com/docker/docker/pkg/streamformatter	0.059s	coverage: 66.2% of statements
10:58:34 [2021-05-03T10:58:34.717Z] --- PASS: TestBuildMultiStageParentConfig (5.00s)
10:58:34 [2021-05-03T10:58:34.717Z] === RUN   TestBuildLabelWithTargets
10:58:35 [2021-05-03T10:58:35.099Z] === RUN   TestIsCpusetListAvailable
10:58:35 [2021-05-03T10:58:35.099Z] --- PASS: TestIsCpusetListAvailable (0.00s)
10:58:35 [2021-05-03T10:58:35.099Z] PASS
10:58:35 [2021-05-03T10:58:35.099Z] coverage: 38.2% of statements
10:58:35 [2021-05-03T10:58:35.099Z] ok  	github.com/docker/docker/pkg/sysinfo	0.041s	coverage: 38.2% of statements
10:58:36 [2021-05-03T10:58:36.057Z] === RUN   TestChtimes
10:58:36 [2021-05-03T10:58:36.057Z] --- PASS: TestChtimes (0.00s)
10:58:36 [2021-05-03T10:58:36.057Z] === RUN   TestChtimesWindows
10:58:36 [2021-05-03T10:58:36.057Z] --- PASS: TestChtimesWindows (0.00s)
10:58:36 [2021-05-03T10:58:36.057Z] === RUN   TestCheckSystemDriveAndRemoveDriveLetter
10:58:36 [2021-05-03T10:58:36.057Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s)
10:58:36 [2021-05-03T10:58:36.057Z] === RUN   TestEnsureRemoveAllNotExist
10:58:36 [2021-05-03T10:58:36.057Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s)
10:58:36 [2021-05-03T10:58:36.057Z] === RUN   TestEnsureRemoveAllWithDir
10:58:36 [2021-05-03T10:58:36.057Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s)
10:58:36 [2021-05-03T10:58:36.057Z] === RUN   TestEnsureRemoveAllWithFile
10:58:36 [2021-05-03T10:58:36.057Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s)
10:58:36 [2021-05-03T10:58:36.057Z] === RUN   TestHasWin32KSupport
10:58:36 [2021-05-03T10:58:36.057Z] --- PASS: TestHasWin32KSupport (0.00s)
10:58:36 [2021-05-03T10:58:36.057Z]     syscall_windows_test.go:8: win32k: true
10:58:36 [2021-05-03T10:58:36.057Z] PASS
10:58:36 [2021-05-03T10:58:36.057Z] coverage: 12.0% of statements
10:58:36 [2021-05-03T10:58:36.057Z] ok  	github.com/docker/docker/pkg/system	0.064s	coverage: 12.0% of statements
10:58:36 [2021-05-03T10:58:36.510Z] time="2021-05-03T10:58:36Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49231/Test.Echo: Post http://127.0.0.1:49231/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s"
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestTailFile
10:58:36 [2021-05-03T10:58:36.511Z] --- PASS: TestTailFile (0.00s)
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestTailFileManyLines
10:58:36 [2021-05-03T10:58:36.511Z] --- PASS: TestTailFileManyLines (0.00s)
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestTailEmptyFile
10:58:36 [2021-05-03T10:58:36.511Z] --- PASS: TestTailEmptyFile (0.00s)
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestTailNegativeN
10:58:36 [2021-05-03T10:58:36.511Z] --- PASS: TestTailNegativeN (0.00s)
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader
10:58:36 [2021-05-03T10:58:36.511Z] === CONT  TestNewTailReader
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/12_byte_delimiter
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/12_byte_delimiter
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/no_delimiter
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/no_delimiter
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/single_byte_delimiter
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/single_byte_delimiter
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/2_byte_delimiter
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/2_byte_delimiter
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/4_byte_delimiter
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/4_byte_delimiter
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/8_byte_delimiter
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/8_byte_delimiter
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/truncated_last_line
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/truncated_last_line/more_than_available
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/truncated_last_line#01
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/truncated_last_line#01/exact
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/truncated_last_line#02
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/truncated_last_line#02/one_line
10:58:36 [2021-05-03T10:58:36.511Z] === CONT  TestNewTailReader/12_byte_delimiter
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block
10:58:36 [2021-05-03T10:58:36.511Z] === CONT  TestNewTailReader/4_byte_delimiter
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/4_byte_delimiter/no_lines
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/12_byte_delimiter/no_lines
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
10:58:36 [2021-05-03T10:58:36.511Z] === CONT  TestNewTailReader/no_delimiter
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/no_delimiter/various_sizes
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block
10:58:36 [2021-05-03T10:58:36.511Z] === CONT  TestNewTailReader/2_byte_delimiter
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/2_byte_delimiter/no_lines
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
10:58:36 [2021-05-03T10:58:36.511Z] === CONT  TestNewTailReader/single_byte_delimiter
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block
10:58:36 [2021-05-03T10:58:36.511Z] === CONT  TestNewTailReader/8_byte_delimiter
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block
10:58:36 [2021-05-03T10:58:36.511Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/8_byte_delimiter/no_lines
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/single_byte_delimiter/no_lines
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
10:58:36 [2021-05-03T10:58:36.511Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/no_delimiter/no_lines
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/no_delimiter/no_lines
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter
10:58:36 [2021-05-03T10:58:36.511Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.511Z] === CONT  TestNewTailReader/4_byte_delimiter/no_lines
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.511Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.511Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.511Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
10:58:36 [2021-05-03T10:58:36.511Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
10:58:36 [2021-05-03T10:58:36.511Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.512Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.512Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.512Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.512Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.512Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.512Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
10:58:36 [2021-05-03T10:58:36.512Z] === CONT  TestNewTailReader/12_byte_delimiter/no_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.512Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
10:58:36 [2021-05-03T10:58:36.512Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.512Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.512Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.512Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.512Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.512Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.512Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.512Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.512Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.512Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.512Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.512Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.512Z] === CONT  TestNewTailReader/2_byte_delimiter/no_lines
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.512Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.512Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block
10:58:36 [2021-05-03T10:58:36.512Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
10:58:36 [2021-05-03T10:58:36.513Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
10:58:36 [2021-05-03T10:58:36.513Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.513Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.513Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block
10:58:36 [2021-05-03T10:58:36.513Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
10:58:36 [2021-05-03T10:58:36.513Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
10:58:36 [2021-05-03T10:58:36.513Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.513Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.513Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
10:58:36 [2021-05-03T10:58:36.513Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
10:58:36 [2021-05-03T10:58:36.513Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
10:58:36 [2021-05-03T10:58:36.513Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
10:58:36 [2021-05-03T10:58:36.513Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
10:58:36 [2021-05-03T10:58:36.513Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
10:58:36 [2021-05-03T10:58:36.513Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
10:58:36 [2021-05-03T10:58:36.513Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
10:58:36 [2021-05-03T10:58:36.513Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
10:58:36 [2021-05-03T10:58:36.513Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
10:58:36 [2021-05-03T10:58:36.513Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
10:58:36 [2021-05-03T10:58:36.513Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
10:58:36 [2021-05-03T10:58:36.513Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
10:58:36 [2021-05-03T10:58:36.513Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
10:58:36 [2021-05-03T10:58:36.513Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
10:58:36 [2021-05-03T10:58:36.513Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
10:58:36 [2021-05-03T10:58:36.513Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
10:58:36 [2021-05-03T10:58:36.513Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
10:58:36 [2021-05-03T10:58:36.513Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
10:58:36 [2021-05-03T10:58:36.513Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
10:58:36 [2021-05-03T10:58:36.513Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.513Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.513Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block
10:58:36 [2021-05-03T10:58:36.513Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
10:58:36 [2021-05-03T10:58:36.513Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
10:58:36 [2021-05-03T10:58:36.513Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.967Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.967Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.967Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.967Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.967Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.967Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.967Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
10:58:36 [2021-05-03T10:58:36.967Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.967Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.967Z] === CONT  TestNewTailReader/8_byte_delimiter/no_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.967Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.967Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.967Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.967Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.967Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block
10:58:36 [2021-05-03T10:58:36.967Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
10:58:36 [2021-05-03T10:58:36.967Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.967Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
10:58:36 [2021-05-03T10:58:36.967Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry/1_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.967Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.967Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.967Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.967Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
10:58:36 [2021-05-03T10:58:36.967Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
10:58:36 [2021-05-03T10:58:36.967Z] === CONT  TestNewTailReader/single_byte_delimiter/no_lines
10:58:36 [2021-05-03T10:58:36.967Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
10:58:36 [2021-05-03T10:58:36.967Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.968Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.968Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.968Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.968Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.968Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.968Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.968Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.968Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.968Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
10:58:36 [2021-05-03T10:58:36.968Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
10:58:36 [2021-05-03T10:58:36.968Z] === CONT  TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.968Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter
10:58:36 [2021-05-03T10:58:36.968Z] === CONT  TestNewTailReader/no_delimiter/no_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.968Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.968Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/1_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/2_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/3_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/4_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/5_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/6_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/7_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/8_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/9_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/10_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.968Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block/1_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.968Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.968Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.968Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.968Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/1_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/2_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/3_lines
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.968Z] === RUN   TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.968Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.968Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.968Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.968Z] === CONT  TestNewTailReader/no_delimiter/various_sizes
10:58:36 [2021-05-03T10:58:36.969Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/1_lines
10:58:36 [2021-05-03T10:58:36.969Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines
10:58:36 [2021-05-03T10:58:36.969Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/2_lines
10:58:36 [2021-05-03T10:58:36.969Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines
10:58:36 [2021-05-03T10:58:36.969Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/3_lines
10:58:36 [2021-05-03T10:58:36.969Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines
10:58:36 [2021-05-03T10:58:36.969Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/4_lines
10:58:36 [2021-05-03T10:58:36.969Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines
10:58:36 [2021-05-03T10:58:36.969Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/5_lines
10:58:36 [2021-05-03T10:58:36.969Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines
10:58:36 [2021-05-03T10:58:36.969Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/6_lines
10:58:36 [2021-05-03T10:58:36.969Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines
10:58:36 [2021-05-03T10:58:36.969Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/7_lines
10:58:36 [2021-05-03T10:58:36.969Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines
10:58:36 [2021-05-03T10:58:36.969Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/8_lines
10:58:36 [2021-05-03T10:58:36.969Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines
10:58:36 [2021-05-03T10:58:36.969Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/9_lines
10:58:36 [2021-05-03T10:58:36.969Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines
10:58:36 [2021-05-03T10:58:36.969Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/10_lines
10:58:36 [2021-05-03T10:58:36.969Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines
10:58:36 [2021-05-03T10:58:36.969Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.969Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
10:58:36 [2021-05-03T10:58:36.969Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry/1_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block/1_lines
10:58:36 [2021-05-03T10:58:36.970Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
10:58:37 [2021-05-03T10:58:37.424Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/1_lines
10:58:37 [2021-05-03T10:58:37.424Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
10:58:37 [2021-05-03T10:58:37.424Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
10:58:37 [2021-05-03T10:58:37.424Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
10:58:37 [2021-05-03T10:58:37.424Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
10:58:37 [2021-05-03T10:58:37.424Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
10:58:37 [2021-05-03T10:58:37.424Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/7_lines
10:58:37 [2021-05-03T10:58:37.424Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/6_lines
10:58:37 [2021-05-03T10:58:37.424Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/5_lines
10:58:37 [2021-05-03T10:58:37.424Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/4_lines
10:58:37 [2021-05-03T10:58:37.424Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/3_lines
10:58:37 [2021-05-03T10:58:37.424Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/2_lines
10:58:37 [2021-05-03T10:58:37.424Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/10_lines
10:58:37 [2021-05-03T10:58:37.424Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
10:58:37 [2021-05-03T10:58:37.424Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/9_lines
10:58:37 [2021-05-03T10:58:37.424Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
10:58:37 [2021-05-03T10:58:37.424Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/8_lines
10:58:37 [2021-05-03T10:58:37.424Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
10:58:37 [2021-05-03T10:58:37.424Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
10:58:37 [2021-05-03T10:58:37.424Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
10:58:37 [2021-05-03T10:58:37.424Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/1_lines
10:58:37 [2021-05-03T10:58:37.424Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
10:58:37 [2021-05-03T10:58:37.424Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
10:58:37 [2021-05-03T10:58:37.424Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
10:58:37 [2021-05-03T10:58:37.424Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
10:58:37 [2021-05-03T10:58:37.424Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/3_lines
10:58:37 [2021-05-03T10:58:37.424Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/2_lines
10:58:37 [2021-05-03T10:58:37.424Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
10:58:37 [2021-05-03T10:58:37.424Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
10:58:37 [2021-05-03T10:58:37.424Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
10:58:37 [2021-05-03T10:58:37.424Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
10:58:37 [2021-05-03T10:58:37.424Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
10:58:37 [2021-05-03T10:58:37.424Z] === CONT  TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
10:58:37 [2021-05-03T10:58:37.424Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
10:58:37 [2021-05-03T10:58:37.424Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/10_lines
10:58:37 [2021-05-03T10:58:37.424Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/9_lines
10:58:37 [2021-05-03T10:58:37.424Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/8_lines
10:58:37 [2021-05-03T10:58:37.424Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/7_lines
10:58:37 [2021-05-03T10:58:37.424Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/6_lines
10:58:37 [2021-05-03T10:58:37.424Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/5_lines
10:58:37 [2021-05-03T10:58:37.424Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/4_lines
10:58:37 [2021-05-03T10:58:37.424Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/3_lines
10:58:37 [2021-05-03T10:58:37.424Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/2_lines
10:58:37 [2021-05-03T10:58:37.424Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
10:58:37 [2021-05-03T10:58:37.424Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/1_lines
10:58:37 [2021-05-03T10:58:37.424Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
10:58:37 [2021-05-03T10:58:37.424Z] --- PASS: TestNewTailReader (0.00s)
10:58:37 [2021-05-03T10:58:37.424Z]     --- PASS: TestNewTailReader/truncated_last_line (0.00s)
10:58:37 [2021-05-03T10:58:37.424Z]         --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.424Z]     --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s)
10:58:37 [2021-05-03T10:58:37.424Z]         --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s)
10:58:37 [2021-05-03T10:58:37.424Z]     --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s)
10:58:37 [2021-05-03T10:58:37.424Z]         --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s)
10:58:37 [2021-05-03T10:58:37.424Z]     --- PASS: TestNewTailReader/4_byte_delimiter (0.00s)
10:58:37 [2021-05-03T10:58:37.424Z]         --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.424Z]             --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.424Z]         --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s)
10:58:37 [2021-05-03T10:58:37.424Z]             --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.424Z]             --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.424Z]         --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s)
10:58:37 [2021-05-03T10:58:37.424Z]             --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.424Z]             --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.424Z]         --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.02s)
10:58:37 [2021-05-03T10:58:37.424Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.424Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.424Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.424Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.424Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.424Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.424Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.424Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.424Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.424Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.424Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.424Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]         --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]         --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.02s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]     --- PASS: TestNewTailReader/12_byte_delimiter (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]         --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]         --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]         --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]         --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]         --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.01s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.01s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.02s)
10:58:37 [2021-05-03T10:58:37.425Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]         --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.05s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]     --- PASS: TestNewTailReader/2_byte_delimiter (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]         --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]         --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.01s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]         --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]         --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]         --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]         --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.01s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]     --- PASS: TestNewTailReader/8_byte_delimiter (0.03s)
10:58:37 [2021-05-03T10:58:37.425Z]         --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]         --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.425Z]             --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]         --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.02s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]         --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.01s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]         --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]         --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]     --- PASS: TestNewTailReader/single_byte_delimiter (0.03s)
10:58:37 [2021-05-03T10:58:37.426Z]         --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]         --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]         --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.01s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]         --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]         --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]         --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.01s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]     --- PASS: TestNewTailReader/no_delimiter (0.03s)
10:58:37 [2021-05-03T10:58:37.426Z]         --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]         --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]         --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]         --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.426Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.01s)
10:58:37 [2021-05-03T10:58:37.427Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.427Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.427Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.427Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.427Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.427Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.427Z]         --- PASS: TestNewTailReader/no_delimiter/no_lines (0.01s)
10:58:37 [2021-05-03T10:58:37.427Z]             --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.427Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s)
10:58:37 [2021-05-03T10:58:37.427Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.427Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.427Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.427Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.427Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.427Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.427Z]         --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.01s)
10:58:37 [2021-05-03T10:58:37.427Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.427Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.427Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.427Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.427Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.427Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.427Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.427Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.427Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.427Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s)
10:58:37 [2021-05-03T10:58:37.427Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s)
10:58:37 [2021-05-03T10:58:37.427Z] PASS
10:58:37 [2021-05-03T10:58:37.427Z] coverage: 88.6% of statements
10:58:37 [2021-05-03T10:58:37.427Z] ok  	github.com/docker/docker/pkg/tailfile	0.466s	coverage: 88.6% of statements
10:58:37 [2021-05-03T10:58:37.427Z] === RUN   TestTarSumRemoveNonExistent
10:58:37 [2021-05-03T10:58:37.427Z] --- PASS: TestTarSumRemoveNonExistent (0.00s)
10:58:37 [2021-05-03T10:58:37.427Z] === RUN   TestTarSumRemove
10:58:37 [2021-05-03T10:58:37.427Z] --- PASS: TestTarSumRemove (0.00s)
10:58:37 [2021-05-03T10:58:37.427Z] === RUN   TestSortFileInfoSums
10:58:37 [2021-05-03T10:58:37.427Z] --- PASS: TestSortFileInfoSums (0.00s)
10:58:37 [2021-05-03T10:58:37.427Z] === RUN   TestNewTarSumForLabelInvalid
10:58:37 [2021-05-03T10:58:37.427Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s)
10:58:37 [2021-05-03T10:58:37.427Z] === RUN   TestNewTarSumForLabel
10:58:37 [2021-05-03T10:58:37.427Z] --- PASS: TestNewTarSumForLabel (0.00s)
10:58:37 [2021-05-03T10:58:37.427Z] === RUN   TestEmptyTar
10:58:37 [2021-05-03T10:58:37.427Z] --- PASS: TestEmptyTar (0.00s)
10:58:37 [2021-05-03T10:58:37.427Z] === RUN   TestTarSumsReadSize
10:58:37 [2021-05-03T10:58:37.427Z] --- PASS: TestTarSumsReadSize (0.00s)
10:58:37 [2021-05-03T10:58:37.427Z] === RUN   TestTarSums
10:58:37 [2021-05-03T10:58:37.880Z] --- PASS: TestTarSums (0.08s)
10:58:37 [2021-05-03T10:58:37.880Z] === RUN   TestIteration
10:58:37 [2021-05-03T10:58:37.880Z] --- PASS: TestIteration (0.00s)
10:58:37 [2021-05-03T10:58:37.880Z] === RUN   TestVersionLabelForChecksum
10:58:37 [2021-05-03T10:58:37.880Z] --- PASS: TestVersionLabelForChecksum (0.00s)
10:58:37 [2021-05-03T10:58:37.880Z] === RUN   TestVersion
10:58:37 [2021-05-03T10:58:37.880Z] --- PASS: TestVersion (0.00s)
10:58:37 [2021-05-03T10:58:37.880Z] === RUN   TestGetVersion
10:58:37 [2021-05-03T10:58:37.880Z] --- PASS: TestGetVersion (0.00s)
10:58:37 [2021-05-03T10:58:37.880Z] === RUN   TestGetVersions
10:58:37 [2021-05-03T10:58:37.880Z] --- PASS: TestGetVersions (0.00s)
10:58:37 [2021-05-03T10:58:37.880Z] PASS
10:58:37 [2021-05-03T10:58:37.880Z] coverage: 89.3% of statements
10:58:37 [2021-05-03T10:58:37.880Z] ok  	github.com/docker/docker/pkg/tarsum	0.146s	coverage: 89.3% of statements
10:58:38 [2021-05-03T10:58:38.334Z] testing: warning: no tests to run
10:58:38 [2021-05-03T10:58:38.334Z] PASS
10:58:38 [2021-05-03T10:58:38.334Z] coverage: [no statements]
10:58:38 [2021-05-03T10:58:38.334Z] ok  	github.com/docker/docker/pkg/term/windows	0.045s	coverage: [no statements] [no tests to run]
10:58:38 [2021-05-03T10:58:38.789Z] === RUN   TestTruncIndex
10:58:38 [2021-05-03T10:58:38.789Z] --- PASS: TestTruncIndex (0.10s)
10:58:38 [2021-05-03T10:58:38.789Z] PASS
10:58:38 [2021-05-03T10:58:38.789Z] coverage: 91.5% of statements
10:58:38 [2021-05-03T10:58:38.789Z] ok  	github.com/docker/docker/pkg/truncindex	0.140s	coverage: 91.5% of statements
10:58:39 [2021-05-03T10:58:39.242Z] === RUN   TestIsGIT
10:58:39 [2021-05-03T10:58:39.242Z] --- PASS: TestIsGIT (0.00s)
10:58:39 [2021-05-03T10:58:39.242Z] === RUN   TestIsTransport
10:58:39 [2021-05-03T10:58:39.242Z] --- PASS: TestIsTransport (0.00s)
10:58:39 [2021-05-03T10:58:39.242Z] PASS
10:58:39 [2021-05-03T10:58:39.243Z] coverage: 100.0% of statements
10:58:39 [2021-05-03T10:58:39.243Z] ok  	github.com/docker/docker/pkg/urlutil	0.037s	coverage: 100.0% of statements
10:58:39 [2021-05-03T10:58:39.696Z] === RUN   TestVersionInfo
10:58:39 [2021-05-03T10:58:39.696Z] --- PASS: TestVersionInfo (0.00s)
10:58:39 [2021-05-03T10:58:39.696Z] === RUN   TestAppendVersions
10:58:39 [2021-05-03T10:58:39.696Z] --- PASS: TestAppendVersions (0.00s)
10:58:39 [2021-05-03T10:58:39.696Z] PASS
10:58:39 [2021-05-03T10:58:39.696Z] coverage: 88.9% of statements
10:58:39 [2021-05-03T10:58:39.696Z] ok  	github.com/docker/docker/pkg/useragent	0.037s	coverage: 88.9% of statements
10:58:40 [2021-05-03T10:58:40.679Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
10:58:41 [2021-05-03T10:58:41.217Z] time="2021-05-03T10:58:40Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49231/Test.Echo: Post http://127.0.0.1:49231/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s"
10:58:41 [2021-05-03T10:58:41.671Z] === RUN   TestNewSettable
10:58:41 [2021-05-03T10:58:41.671Z] --- PASS: TestNewSettable (0.00s)
10:58:41 [2021-05-03T10:58:41.671Z] === RUN   TestIsSettable
10:58:41 [2021-05-03T10:58:41.671Z] --- PASS: TestIsSettable (0.00s)
10:58:41 [2021-05-03T10:58:41.671Z] === RUN   TestUpdateSettingsEnv
10:58:41 [2021-05-03T10:58:41.671Z] --- PASS: TestUpdateSettingsEnv (0.00s)
10:58:41 [2021-05-03T10:58:41.671Z] PASS
10:58:41 [2021-05-03T10:58:41.671Z] coverage: 20.1% of statements
10:58:41 [2021-05-03T10:58:41.671Z] ok  	github.com/docker/docker/plugin/v2	0.061s	coverage: 20.1% of statements
10:58:41 [2021-05-03T10:58:41.671Z] === RUN   TestValidatePrivileges
10:58:41 [2021-05-03T10:58:41.671Z] --- PASS: TestValidatePrivileges (0.00s)
10:58:41 [2021-05-03T10:58:41.671Z] === RUN   TestFilterByCapNeg
10:58:41 [2021-05-03T10:58:41.671Z] --- PASS: TestFilterByCapNeg (0.00s)
10:58:41 [2021-05-03T10:58:41.671Z] === RUN   TestFilterByCapPos
10:58:41 [2021-05-03T10:58:41.671Z] --- PASS: TestFilterByCapPos (0.00s)
10:58:41 [2021-05-03T10:58:41.671Z] === RUN   TestStoreGetPluginNotMatchCapRefs
10:58:41 [2021-05-03T10:58:41.671Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s)
10:58:41 [2021-05-03T10:58:41.671Z] PASS
10:58:41 [2021-05-03T10:58:41.671Z] coverage: 12.0% of statements
10:58:41 [2021-05-03T10:58:41.671Z] ok  	github.com/docker/docker/plugin	0.059s	coverage: 12.0% of statements
10:58:42 [2021-05-03T10:58:42.628Z] === RUN   TestLoad
10:58:42 [2021-05-03T10:58:42.628Z] --- PASS: TestLoad (0.00s)
10:58:42 [2021-05-03T10:58:42.628Z] === RUN   TestSave
10:58:42 [2021-05-03T10:58:42.628Z] --- PASS: TestSave (0.03s)
10:58:42 [2021-05-03T10:58:42.628Z] === RUN   TestAddDeleteGet
10:58:42 [2021-05-03T10:58:42.829Z] --- PASS: TestBuildLabelWithTargets (8.00s)
10:58:42 [2021-05-03T10:58:42.829Z] === RUN   TestBuildWithEmptyLayers
10:58:43 [2021-05-03T10:58:43.081Z] --- PASS: TestAddDeleteGet (0.05s)
10:58:43 [2021-05-03T10:58:43.081Z] === RUN   TestInvalidTags
10:58:43 [2021-05-03T10:58:43.081Z] --- PASS: TestInvalidTags (0.01s)
10:58:43 [2021-05-03T10:58:43.081Z] PASS
10:58:43 [2021-05-03T10:58:43.081Z] coverage: 84.4% of statements
10:58:43 [2021-05-03T10:58:43.081Z] ok  	github.com/docker/docker/reference	0.142s	coverage: 84.4% of statements
10:58:43 [2021-05-03T10:58:43.229Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
10:58:44 [2021-05-03T10:58:44.604Z] === RUN   TestResolveAuthConfigIndexServer
10:58:44 [2021-05-03T10:58:44.604Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s)
10:58:44 [2021-05-03T10:58:44.604Z] === RUN   TestResolveAuthConfigFullURL
10:58:44 [2021-05-03T10:58:44.604Z] --- PASS: TestResolveAuthConfigFullURL (0.00s)
10:58:44 [2021-05-03T10:58:44.604Z] === RUN   TestLoadAllowNondistributableArtifacts
10:58:44 [2021-05-03T10:58:44.604Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s)
10:58:44 [2021-05-03T10:58:44.604Z] === RUN   TestValidateMirror
10:58:44 [2021-05-03T10:58:44.604Z] --- PASS: TestValidateMirror (0.00s)
10:58:44 [2021-05-03T10:58:44.604Z] === RUN   TestLoadInsecureRegistries
10:58:44 [2021-05-03T10:58:44.604Z] time="2021-05-03T10:58:44Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config"
10:58:44 [2021-05-03T10:58:44.604Z] time="2021-05-03T10:58:44Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config"
10:58:44 [2021-05-03T10:58:44.604Z] time="2021-05-03T10:58:44Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config"
10:58:44 [2021-05-03T10:58:44.604Z] --- PASS: TestLoadInsecureRegistries (0.16s)
10:58:44 [2021-05-03T10:58:44.604Z] === RUN   TestNewServiceConfig
10:58:44 [2021-05-03T10:58:44.604Z] --- PASS: TestNewServiceConfig (0.00s)
10:58:44 [2021-05-03T10:58:44.604Z] === RUN   TestValidateIndexName
10:58:44 [2021-05-03T10:58:44.604Z] --- PASS: TestValidateIndexName (0.00s)
10:58:44 [2021-05-03T10:58:44.604Z] === RUN   TestValidateIndexNameWithError
10:58:44 [2021-05-03T10:58:44.604Z] --- PASS: TestValidateIndexNameWithError (0.00s)
10:58:44 [2021-05-03T10:58:44.604Z] === RUN   TestEndpointParse
10:58:44 [2021-05-03T10:58:44.604Z] --- PASS: TestEndpointParse (0.00s)
10:58:44 [2021-05-03T10:58:44.604Z] === RUN   TestEndpointParseInvalid
10:58:44 [2021-05-03T10:58:44.604Z] --- PASS: TestEndpointParseInvalid (0.00s)
10:58:44 [2021-05-03T10:58:44.604Z] === RUN   TestValidateEndpoint
10:58:44 [2021-05-03T10:58:44.604Z] --- PASS: TestValidateEndpoint (0.01s)
10:58:44 [2021-05-03T10:58:44.604Z] === RUN   TestPing
10:58:44 [2021-05-03T10:58:44.604Z] --- PASS: TestPing (0.00s)
10:58:44 [2021-05-03T10:58:44.604Z] === RUN   TestPingRegistryEndpoint
10:58:44 [2021-05-03T10:58:44.604Z] --- SKIP: TestPingRegistryEndpoint (0.00s)
10:58:44 [2021-05-03T10:58:44.604Z]     registry_test.go:47: os.Getuid() != 0: skipping test that requires root
10:58:44 [2021-05-03T10:58:44.604Z] === RUN   TestEndpoint
10:58:44 [2021-05-03T10:58:44.604Z] --- SKIP: TestEndpoint (0.00s)
10:58:44 [2021-05-03T10:58:44.604Z]     registry_test.go:67: os.Getuid() != 0: skipping test that requires root
10:58:44 [2021-05-03T10:58:44.604Z] === RUN   TestParseRepositoryInfo
10:58:44 [2021-05-03T10:58:44.604Z] --- PASS: TestParseRepositoryInfo (0.00s)
10:58:44 [2021-05-03T10:58:44.604Z] === RUN   TestNewIndexInfo
10:58:44 [2021-05-03T10:58:44.604Z] --- PASS: TestNewIndexInfo (0.00s)
10:58:44 [2021-05-03T10:58:44.604Z] === RUN   TestMirrorEndpointLookup
10:58:44 [2021-05-03T10:58:44.604Z] --- SKIP: TestMirrorEndpointLookup (0.00s)
10:58:44 [2021-05-03T10:58:44.604Z]     registry_test.go:510: os.Getuid() != 0: skipping test that requires root
10:58:44 [2021-05-03T10:58:44.604Z] === RUN   TestSearchRepositories
10:58:44 [2021-05-03T10:58:44.604Z] --- PASS: TestSearchRepositories (0.00s)
10:58:44 [2021-05-03T10:58:44.604Z]     registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1
10:58:44 [2021-05-03T10:58:44.604Z]         Host: 127.0.0.1:49236
10:58:44 [2021-05-03T10:58:44.604Z]         User-Agent: docker test client
10:58:44 [2021-05-03T10:58:44.604Z]         Authorization: Token fake-token
10:58:44 [2021-05-03T10:58:44.604Z]         X-Docker-Token: true
10:58:44 [2021-05-03T10:58:44.604Z]         Accept-Encoding: gzip
10:58:44 [2021-05-03T10:58:44.604Z]         
10:58:44 [2021-05-03T10:58:44.604Z]         
10:58:44 [2021-05-03T10:58:44.604Z]     registry_test.go:730: HTTP/1.1 200 OK
10:58:44 [2021-05-03T10:58:44.604Z]         Connection: close
10:58:44 [2021-05-03T10:58:44.604Z]         Content-Length: 144
10:58:44 [2021-05-03T10:58:44.604Z]         Cache-Control: no-cache
10:58:44 [2021-05-03T10:58:44.604Z]         Content-Type: application/json
10:58:44 [2021-05-03T10:58:44.604Z]         Date: Mon, 03 May 2021 10:58:44 GMT
10:58:44 [2021-05-03T10:58:44.604Z]         Expires: -1
10:58:44 [2021-05-03T10:58:44.604Z]         Pragma: no-cache
10:58:44 [2021-05-03T10:58:44.604Z]         Server: docker-tests/mock
10:58:44 [2021-05-03T10:58:44.604Z]         X-Docker-Registry-Config: mock
10:58:44 [2021-05-03T10:58:44.604Z]         X-Docker-Registry-Version: 0.0.0
10:58:44 [2021-05-03T10:58:44.604Z]         
10:58:44 [2021-05-03T10:58:44.604Z]         
10:58:44 [2021-05-03T10:58:44.604Z] === RUN   TestTrustedLocation
10:58:44 [2021-05-03T10:58:44.604Z] --- PASS: TestTrustedLocation (0.00s)
10:58:44 [2021-05-03T10:58:44.604Z] === RUN   TestAddRequiredHeadersToRedirectedRequests
10:58:44 [2021-05-03T10:58:44.604Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s)
10:58:44 [2021-05-03T10:58:44.604Z] === RUN   TestAllowNondistributableArtifacts
10:58:44 [2021-05-03T10:58:44.604Z] --- PASS: TestAllowNondistributableArtifacts (0.00s)
10:58:44 [2021-05-03T10:58:44.604Z] === RUN   TestIsSecureIndex
10:58:44 [2021-05-03T10:58:44.604Z] --- PASS: TestIsSecureIndex (0.00s)
10:58:44 [2021-05-03T10:58:44.604Z] PASS
10:58:44 [2021-05-03T10:58:44.604Z] coverage: 51.7% of statements
10:58:44 [2021-05-03T10:58:44.604Z] ok  	github.com/docker/docker/registry	0.271s	coverage: 51.7% of statements
10:58:44 [2021-05-03T10:58:44.604Z] === RUN   TestResumableRequestHeaderSimpleErrors
10:58:44 [2021-05-03T10:58:44.604Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s)
10:58:44 [2021-05-03T10:58:44.604Z] === RUN   TestResumableRequestHeaderNotTooMuchFailures
10:58:44 [2021-05-03T10:58:44.604Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s)
10:58:44 [2021-05-03T10:58:44.604Z] === RUN   TestResumableRequestHeaderTooMuchFailures
10:58:44 [2021-05-03T10:58:44.604Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s)
10:58:45 [2021-05-03T10:58:45.058Z] === RUN   TestResumableRequestReaderWithReadError
10:58:45 [2021-05-03T10:58:45.058Z] time="2021-05-03T10:58:44Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred"
10:58:45 [2021-05-03T10:58:45.058Z] --- PASS: TestResumableRequestReaderWithReadError (0.15s)
10:58:45 [2021-05-03T10:58:45.058Z] === RUN   TestResumableRequestReaderWithEOFWith416Response
10:58:45 [2021-05-03T10:58:45.058Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s)
10:58:45 [2021-05-03T10:58:45.058Z] === RUN   TestResumableRequestReaderWithServerDoesntSupportByteRanges
10:58:45 [2021-05-03T10:58:45.058Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s)
10:58:45 [2021-05-03T10:58:45.058Z] === RUN   TestResumableRequestReaderWithZeroTotalSize
10:58:45 [2021-05-03T10:58:45.058Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s)
10:58:45 [2021-05-03T10:58:45.058Z] === RUN   TestResumableRequestReader
10:58:45 [2021-05-03T10:58:45.058Z] --- PASS: TestResumableRequestReader (0.00s)
10:58:45 [2021-05-03T10:58:45.058Z] === RUN   TestResumableRequestReaderWithInitialResponse
10:58:45 [2021-05-03T10:58:45.058Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s)
10:58:45 [2021-05-03T10:58:45.058Z] PASS
10:58:45 [2021-05-03T10:58:45.058Z] coverage: 100.0% of statements
10:58:45 [2021-05-03T10:58:45.058Z] ok  	github.com/docker/docker/registry/resumable	0.244s	coverage: 100.0% of statements
10:58:45 [2021-05-03T10:58:45.359Z] --- PASS: TestBuildWithEmptyLayers (2.99s)
10:58:45 [2021-05-03T10:58:45.359Z] === RUN   TestBuildMultiStageOnBuild
10:58:45 [2021-05-03T10:58:45.512Z] === RUN   TestRestartManagerTimeout
10:58:45 [2021-05-03T10:58:45.512Z] --- PASS: TestRestartManagerTimeout (0.00s)
10:58:45 [2021-05-03T10:58:45.512Z] === RUN   TestRestartManagerTimeoutReset
10:58:45 [2021-05-03T10:58:45.512Z] --- PASS: TestRestartManagerTimeoutReset (0.00s)
10:58:45 [2021-05-03T10:58:45.512Z] PASS
10:58:45 [2021-05-03T10:58:45.512Z] coverage: 50.9% of statements
10:58:45 [2021-05-03T10:58:45.512Z] ok  	github.com/docker/docker/restartmanager	0.047s	coverage: 50.9% of statements
10:58:45 [2021-05-03T10:58:45.966Z] === RUN   TestDecodeContainerConfig
10:58:45 [2021-05-03T10:58:45.966Z] --- PASS: TestDecodeContainerConfig (0.00s)
10:58:45 [2021-05-03T10:58:45.966Z] === RUN   TestDecodeContainerConfigIsolation
10:58:45 [2021-05-03T10:58:45.966Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s)
10:58:45 [2021-05-03T10:58:45.966Z] === RUN   TestValidatePrivileged
10:58:45 [2021-05-03T10:58:45.966Z] --- PASS: TestValidatePrivileged (0.00s)
10:58:45 [2021-05-03T10:58:45.966Z] PASS
10:58:45 [2021-05-03T10:58:45.966Z] coverage: 52.2% of statements
10:58:45 [2021-05-03T10:58:45.966Z] ok  	github.com/docker/docker/runconfig	0.036s	coverage: 52.2% of statements
10:58:46 [2021-05-03T10:58:46.599Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
10:58:46 [2021-05-03T10:58:46.923Z] === RUN   TestGenerateRandomAlphaOnlyStringLength
10:58:46 [2021-05-03T10:58:46.923Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s)
10:58:46 [2021-05-03T10:58:46.923Z] === RUN   TestGenerateRandomAlphaOnlyStringUniqueness
10:58:46 [2021-05-03T10:58:46.923Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s)
10:58:46 [2021-05-03T10:58:46.923Z] PASS
10:58:46 [2021-05-03T10:58:46.923Z] coverage: 62.5% of statements
10:58:46 [2021-05-03T10:58:46.923Z] ok  	github.com/docker/docker/testutil	0.109s	coverage: 62.5% of statements
10:58:48 [2021-05-03T10:58:48.444Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
10:58:48 [2021-05-03T10:58:48.444Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
10:58:48 [2021-05-03T10:58:48.444Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
10:58:48 [2021-05-03T10:58:48.444Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
10:58:48 [2021-05-03T10:58:48.444Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
10:58:48 [2021-05-03T10:58:48.444Z] ?   	github.com/docker/docker/pkg/parsers/kernel	[no test files]
10:58:48 [2021-05-03T10:58:48.444Z] ?   	github.com/docker/docker/pkg/parsers/operatingsystem	[no test files]
10:58:48 [2021-05-03T10:58:48.444Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
10:58:48 [2021-05-03T10:58:48.444Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
10:58:49 [2021-05-03T10:58:49.402Z] --- PASS: TestNewClientWithTimeout (17.68s)
10:58:49 [2021-05-03T10:58:49.402Z] === RUN   TestClientStream
10:58:49 [2021-05-03T10:58:49.402Z] --- PASS: TestClientStream (0.00s)
10:58:49 [2021-05-03T10:58:49.402Z] === RUN   TestClientSendFile
10:58:49 [2021-05-03T10:58:49.402Z] --- PASS: TestClientSendFile (0.00s)
10:58:49 [2021-05-03T10:58:49.402Z] === RUN   TestClientWithRequestTimeout
10:58:49 [2021-05-03T10:58:49.402Z] --- PASS: TestClientWithRequestTimeout (0.00s)
10:58:49 [2021-05-03T10:58:49.402Z] === RUN   TestFileSpecPlugin
10:58:49 [2021-05-03T10:58:49.402Z] --- PASS: TestFileSpecPlugin (0.01s)
10:58:49 [2021-05-03T10:58:49.402Z] === RUN   TestFileJSONSpecPlugin
10:58:49 [2021-05-03T10:58:49.402Z] --- PASS: TestFileJSONSpecPlugin (0.00s)
10:58:49 [2021-05-03T10:58:49.402Z] === RUN   TestFileJSONSpecPluginWithoutTLSConfig
10:58:49 [2021-05-03T10:58:49.402Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s)
10:58:49 [2021-05-03T10:58:49.402Z] === RUN   TestPluginAddHandler
10:58:49 [2021-05-03T10:58:49.402Z] --- PASS: TestPluginAddHandler (0.00s)
10:58:49 [2021-05-03T10:58:49.402Z] === RUN   TestPluginWaitBadPlugin
10:58:49 [2021-05-03T10:58:49.402Z] --- PASS: TestPluginWaitBadPlugin (0.00s)
10:58:49 [2021-05-03T10:58:49.402Z] === RUN   TestGet
10:58:49 [2021-05-03T10:58:49.402Z] time="2021-05-03T10:58:49Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s"
10:58:49 [2021-05-03T10:58:49.855Z] === RUN   TestGetDriver
10:58:49 [2021-05-03T10:58:49.855Z] --- PASS: TestGetDriver (0.00s)
10:58:49 [2021-05-03T10:58:49.855Z] === RUN   TestVolumeRequestError
10:58:49 [2021-05-03T10:58:49.855Z] --- PASS: TestVolumeRequestError (0.01s)
10:58:49 [2021-05-03T10:58:49.855Z] PASS
10:58:49 [2021-05-03T10:58:49.855Z] coverage: 36.1% of statements
10:58:49 [2021-05-03T10:58:49.855Z] ok  	github.com/docker/docker/volume/drivers	0.050s	coverage: 36.1% of statements
10:58:49 [2021-05-03T10:58:49.896Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
10:58:50 [2021-05-03T10:58:50.308Z] === RUN   TestGetAddress
10:58:50 [2021-05-03T10:58:50.308Z] --- PASS: TestGetAddress (0.00s)
10:58:50 [2021-05-03T10:58:50.308Z] === RUN   TestRemove
10:58:50 [2021-05-03T10:58:50.308Z] --- SKIP: TestRemove (0.00s)
10:58:50 [2021-05-03T10:58:50.308Z]     local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI
10:58:50 [2021-05-03T10:58:50.308Z] === RUN   TestInitializeWithVolumes
10:58:50 [2021-05-03T10:58:50.308Z] --- PASS: TestInitializeWithVolumes (0.01s)
10:58:50 [2021-05-03T10:58:50.308Z] === RUN   TestCreate
10:58:50 [2021-05-03T10:58:50.308Z] --- PASS: TestCreate (0.01s)
10:58:50 [2021-05-03T10:58:50.308Z] === RUN   TestValidateName
10:58:50 [2021-05-03T10:58:50.308Z] --- PASS: TestValidateName (0.00s)
10:58:50 [2021-05-03T10:58:50.308Z] === RUN   TestCreateWithOpts
10:58:50 [2021-05-03T10:58:50.308Z] --- SKIP: TestCreateWithOpts (0.00s)
10:58:50 [2021-05-03T10:58:50.308Z]     local_test.go:181: runtime.GOOS == "windows"
10:58:50 [2021-05-03T10:58:50.308Z] === RUN   TestRelaodNoOpts
10:58:50 [2021-05-03T10:58:50.308Z] --- PASS: TestRelaodNoOpts (0.01s)
10:58:50 [2021-05-03T10:58:50.308Z] PASS
10:58:50 [2021-05-03T10:58:50.308Z] coverage: 41.5% of statements
10:58:50 [2021-05-03T10:58:50.308Z] ok  	github.com/docker/docker/volume/local	0.101s	coverage: 41.5% of statements
10:58:50 [2021-05-03T10:58:50.308Z] === RUN   TestConvertTmpfsOptions
10:58:50 [2021-05-03T10:58:50.308Z] --- PASS: TestConvertTmpfsOptions (0.00s)
10:58:50 [2021-05-03T10:58:50.308Z]     parser_test.go:49: data="mode=700,size=1m"
10:58:50 [2021-05-03T10:58:50.308Z]     parser_test.go:49: data="ro"
10:58:50 [2021-05-03T10:58:50.308Z] === RUN   TestParseMountRaw
10:58:50 [2021-05-03T10:58:50.308Z] --- PASS: TestParseMountRaw (0.03s)
10:58:50 [2021-05-03T10:58:50.308Z] === RUN   TestParseMountRawSplit
10:58:50 [2021-05-03T10:58:50.308Z] --- PASS: TestParseMountRawSplit (0.00s)
10:58:50 [2021-05-03T10:58:50.308Z]     parser_test.go:390: case 0
10:58:50 [2021-05-03T10:58:50.308Z]     parser_test.go:390: case 1
10:58:50 [2021-05-03T10:58:50.308Z]     parser_test.go:390: case 2
10:58:50 [2021-05-03T10:58:50.308Z]     parser_test.go:390: case 3
10:58:50 [2021-05-03T10:58:50.308Z]     parser_test.go:390: case 4
10:58:50 [2021-05-03T10:58:50.308Z]     parser_test.go:390: case 5
10:58:50 [2021-05-03T10:58:50.308Z]     parser_test.go:390: case 6
10:58:50 [2021-05-03T10:58:50.308Z]     parser_test.go:390: case 7
10:58:50 [2021-05-03T10:58:50.308Z]     parser_test.go:390: case 8
10:58:50 [2021-05-03T10:58:50.308Z]     parser_test.go:390: case 0
10:58:50 [2021-05-03T10:58:50.308Z]     parser_test.go:390: case 1
10:58:50 [2021-05-03T10:58:50.308Z]     parser_test.go:390: case 2
10:58:50 [2021-05-03T10:58:50.308Z]     parser_test.go:390: case 3
10:58:50 [2021-05-03T10:58:50.308Z]     parser_test.go:390: case 4
10:58:50 [2021-05-03T10:58:50.308Z]     parser_test.go:390: case 5
10:58:50 [2021-05-03T10:58:50.308Z]     parser_test.go:390: case 6
10:58:50 [2021-05-03T10:58:50.308Z]     parser_test.go:390: case 7
10:58:50 [2021-05-03T10:58:50.308Z]     parser_test.go:390: case 8
10:58:50 [2021-05-03T10:58:50.308Z]     parser_test.go:390: case 9
10:58:50 [2021-05-03T10:58:50.308Z]     parser_test.go:390: case 10
10:58:50 [2021-05-03T10:58:50.308Z]     parser_test.go:390: case 11
10:58:50 [2021-05-03T10:58:50.308Z]     parser_test.go:390: case 12
10:58:50 [2021-05-03T10:58:50.308Z]     parser_test.go:390: case 0
10:58:50 [2021-05-03T10:58:50.308Z]     parser_test.go:390: case 1
10:58:50 [2021-05-03T10:58:50.308Z]     parser_test.go:390: case 2
10:58:50 [2021-05-03T10:58:50.308Z]     parser_test.go:390: case 3
10:58:50 [2021-05-03T10:58:50.308Z]     parser_test.go:390: case 4
10:58:50 [2021-05-03T10:58:50.308Z]     parser_test.go:390: case 5
10:58:50 [2021-05-03T10:58:50.308Z]     parser_test.go:390: case 6
10:58:50 [2021-05-03T10:58:50.308Z]     parser_test.go:390: case 7
10:58:50 [2021-05-03T10:58:50.308Z]     parser_test.go:390: case 8
10:58:50 [2021-05-03T10:58:50.308Z]     parser_test.go:390: case 9
10:58:50 [2021-05-03T10:58:50.308Z]     parser_test.go:390: case 10
10:58:50 [2021-05-03T10:58:50.308Z]     parser_test.go:390: case 11
10:58:50 [2021-05-03T10:58:50.308Z] === RUN   TestParseMountSpec
10:58:50 [2021-05-03T10:58:50.308Z] --- PASS: TestParseMountSpec (0.00s)
10:58:50 [2021-05-03T10:58:50.308Z]     parser_test.go:455: case 0
10:58:50 [2021-05-03T10:58:50.308Z]     parser_test.go:455: case 1
10:58:50 [2021-05-03T10:58:50.308Z]     parser_test.go:455: case 2
10:58:50 [2021-05-03T10:58:50.308Z]     parser_test.go:455: case 3
10:58:50 [2021-05-03T10:58:50.308Z]     parser_test.go:455: case 4
10:58:50 [2021-05-03T10:58:50.308Z]     parser_test.go:455: case 5
10:58:50 [2021-05-03T10:58:50.308Z] === RUN   TestParseMountSpecBindWithFileinfoError
10:58:50 [2021-05-03T10:58:50.308Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s)
10:58:50 [2021-05-03T10:58:50.308Z] === RUN   TestValidateMount
10:58:50 [2021-05-03T10:58:50.308Z] --- PASS: TestValidateMount (0.00s)
10:58:50 [2021-05-03T10:58:50.308Z] PASS
10:58:50 [2021-05-03T10:58:50.308Z] coverage: 66.2% of statements
10:58:50 [2021-05-03T10:58:50.308Z] ok  	github.com/docker/docker/volume/mounts	0.082s	coverage: 66.2% of statements
10:58:50 [2021-05-03T10:58:50.627Z] --- PASS: TestBuildMultiStageOnBuild (5.03s)
10:58:50 [2021-05-03T10:58:50.627Z] === RUN   TestBuildUncleanTarFilenames
10:58:50 [2021-05-03T10:58:50.762Z] time="2021-05-03T10:58:50Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s"
10:58:50 [2021-05-03T10:58:50.838Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
10:58:50 [2021-05-03T10:58:50.886Z] --- PASS: TestBuildUncleanTarFilenames (0.69s)
10:58:50 [2021-05-03T10:58:50.886Z] === RUN   TestBuildMultiStageLayerLeak
10:58:52 [2021-05-03T10:58:52.282Z] === RUN   TestSetGetMeta
10:58:52 [2021-05-03T10:58:52.282Z] === PAUSE TestSetGetMeta
10:58:52 [2021-05-03T10:58:52.282Z] === RUN   TestRestore
10:58:52 [2021-05-03T10:58:52.282Z] === PAUSE TestRestore
10:58:52 [2021-05-03T10:58:52.282Z] === RUN   TestServiceCreate
10:58:52 [2021-05-03T10:58:52.282Z] === PAUSE TestServiceCreate
10:58:52 [2021-05-03T10:58:52.282Z] === RUN   TestServiceList
10:58:52 [2021-05-03T10:58:52.282Z] === PAUSE TestServiceList
10:58:52 [2021-05-03T10:58:52.282Z] === RUN   TestServiceRemove
10:58:52 [2021-05-03T10:58:52.282Z] === PAUSE TestServiceRemove
10:58:52 [2021-05-03T10:58:52.282Z] === RUN   TestServiceGet
10:58:52 [2021-05-03T10:58:52.282Z] === PAUSE TestServiceGet
10:58:52 [2021-05-03T10:58:52.282Z] === RUN   TestServicePrune
10:58:52 [2021-05-03T10:58:52.282Z] === PAUSE TestServicePrune
10:58:52 [2021-05-03T10:58:52.282Z] === RUN   TestCreate
10:58:52 [2021-05-03T10:58:52.282Z] === PAUSE TestCreate
10:58:52 [2021-05-03T10:58:52.282Z] === RUN   TestRemove
10:58:52 [2021-05-03T10:58:52.282Z] === PAUSE TestRemove
10:58:52 [2021-05-03T10:58:52.282Z] === RUN   TestList
10:58:52 [2021-05-03T10:58:52.282Z] === PAUSE TestList
10:58:52 [2021-05-03T10:58:52.282Z] === RUN   TestFindByDriver
10:58:52 [2021-05-03T10:58:52.282Z] === PAUSE TestFindByDriver
10:58:52 [2021-05-03T10:58:52.282Z] === RUN   TestFindByReferenced
10:58:52 [2021-05-03T10:58:52.282Z] === PAUSE TestFindByReferenced
10:58:52 [2021-05-03T10:58:52.282Z] === RUN   TestDerefMultipleOfSameRef
10:58:52 [2021-05-03T10:58:52.282Z] === PAUSE TestDerefMultipleOfSameRef
10:58:52 [2021-05-03T10:58:52.282Z] === RUN   TestCreateKeepOptsLabelsWhenExistsRemotely
10:58:52 [2021-05-03T10:58:52.282Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely
10:58:52 [2021-05-03T10:58:52.282Z] === RUN   TestDefererencePluginOnCreateError
10:58:52 [2021-05-03T10:58:52.282Z] === PAUSE TestDefererencePluginOnCreateError
10:58:52 [2021-05-03T10:58:52.282Z] === RUN   TestRefDerefRemove
10:58:52 [2021-05-03T10:58:52.282Z] === PAUSE TestRefDerefRemove
10:58:52 [2021-05-03T10:58:52.282Z] === RUN   TestGet
10:58:52 [2021-05-03T10:58:52.282Z] === PAUSE TestGet
10:58:52 [2021-05-03T10:58:52.282Z] === RUN   TestGetWithReference
10:58:52 [2021-05-03T10:58:52.282Z] === PAUSE TestGetWithReference
10:58:52 [2021-05-03T10:58:52.282Z] === RUN   TestFilterFunc
10:58:52 [2021-05-03T10:58:52.282Z] === RUN   TestFilterFunc/test_nil_list
10:58:52 [2021-05-03T10:58:52.282Z] === PAUSE TestFilterFunc/test_nil_list
10:58:52 [2021-05-03T10:58:52.282Z] === RUN   TestFilterFunc/test_empty_list
10:58:52 [2021-05-03T10:58:52.282Z] === PAUSE TestFilterFunc/test_empty_list
10:58:52 [2021-05-03T10:58:52.282Z] === RUN   TestFilterFunc/test_filter_non-empty_to_empty
10:58:52 [2021-05-03T10:58:52.282Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty
10:58:52 [2021-05-03T10:58:52.282Z] === RUN   TestFilterFunc/test_nothing_to_fitler_non-empty_list
10:58:52 [2021-05-03T10:58:52.282Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list
10:58:52 [2021-05-03T10:58:52.282Z] === RUN   TestFilterFunc/test_filter_some
10:58:52 [2021-05-03T10:58:52.282Z] === PAUSE TestFilterFunc/test_filter_some
10:58:52 [2021-05-03T10:58:52.282Z] === RUN   TestFilterFunc/test_filter_middle
10:58:52 [2021-05-03T10:58:52.282Z] === PAUSE TestFilterFunc/test_filter_middle
10:58:52 [2021-05-03T10:58:52.282Z] === RUN   TestFilterFunc/test_filter_middle_and_last
10:58:52 [2021-05-03T10:58:52.282Z] === PAUSE TestFilterFunc/test_filter_middle_and_last
10:58:52 [2021-05-03T10:58:52.282Z] === RUN   TestFilterFunc/test_filter_first_and_last
10:58:52 [2021-05-03T10:58:52.282Z] === PAUSE TestFilterFunc/test_filter_first_and_last
10:58:52 [2021-05-03T10:58:52.282Z] === CONT  TestFilterFunc/test_nil_list
10:58:52 [2021-05-03T10:58:52.282Z] === CONT  TestFilterFunc/test_filter_some
10:58:52 [2021-05-03T10:58:52.282Z] === CONT  TestFilterFunc/test_nothing_to_fitler_non-empty_list
10:58:52 [2021-05-03T10:58:52.282Z] === CONT  TestFilterFunc/test_filter_middle_and_last
10:58:52 [2021-05-03T10:58:52.282Z] === CONT  TestFilterFunc/test_filter_non-empty_to_empty
10:58:52 [2021-05-03T10:58:52.282Z] === CONT  TestFilterFunc/test_empty_list
10:58:52 [2021-05-03T10:58:52.282Z] === CONT  TestFilterFunc/test_filter_first_and_last
10:58:52 [2021-05-03T10:58:52.282Z] === CONT  TestFilterFunc/test_filter_middle
10:58:52 [2021-05-03T10:58:52.282Z] --- PASS: TestFilterFunc (0.00s)
10:58:52 [2021-05-03T10:58:52.282Z]     --- PASS: TestFilterFunc/test_nil_list (0.00s)
10:58:52 [2021-05-03T10:58:52.282Z]     --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s)
10:58:52 [2021-05-03T10:58:52.282Z]     --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s)
10:58:52 [2021-05-03T10:58:52.282Z]     --- PASS: TestFilterFunc/test_empty_list (0.00s)
10:58:52 [2021-05-03T10:58:52.282Z]     --- PASS: TestFilterFunc/test_filter_some (0.00s)
10:58:52 [2021-05-03T10:58:52.282Z]     --- PASS: TestFilterFunc/test_filter_middle (0.00s)
10:58:52 [2021-05-03T10:58:52.282Z]     --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s)
10:58:52 [2021-05-03T10:58:52.282Z]     --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s)
10:58:52 [2021-05-03T10:58:52.282Z] === CONT  TestSetGetMeta
10:58:52 [2021-05-03T10:58:52.282Z] === CONT  TestFindByDriver
10:58:52 [2021-05-03T10:58:52.282Z] === CONT  TestServiceGet
10:58:52 [2021-05-03T10:58:52.282Z] === CONT  TestRefDerefRemove
10:58:52 [2021-05-03T10:58:52.282Z] --- PASS: TestSetGetMeta (0.02s)
10:58:52 [2021-05-03T10:58:52.282Z] === CONT  TestServiceRemove
10:58:52 [2021-05-03T10:58:52.282Z] --- PASS: TestRefDerefRemove (0.03s)
10:58:52 [2021-05-03T10:58:52.282Z] === CONT  TestServiceList
10:58:52 [2021-05-03T10:58:52.282Z] --- PASS: TestFindByDriver (0.04s)
10:58:52 [2021-05-03T10:58:52.282Z] === CONT  TestServiceCreate
10:58:52 [2021-05-03T10:58:52.282Z] --- PASS: TestServiceGet (0.14s)
10:58:52 [2021-05-03T10:58:52.282Z] === CONT  TestRestore
10:58:52 [2021-05-03T10:58:52.282Z] --- PASS: TestServiceRemove (0.13s)
10:58:52 [2021-05-03T10:58:52.282Z] === CONT  TestDefererencePluginOnCreateError
10:58:52 [2021-05-03T10:58:52.282Z] --- PASS: TestServiceCreate (0.11s)
10:58:52 [2021-05-03T10:58:52.282Z] === CONT  TestCreateKeepOptsLabelsWhenExistsRemotely
10:58:52 [2021-05-03T10:58:52.282Z] === CONT  TestDerefMultipleOfSameRef
10:58:52 [2021-05-03T10:58:52.282Z] --- PASS: TestServiceList (0.12s)
10:58:52 [2021-05-03T10:58:52.282Z] === CONT  TestFindByReferenced
10:58:52 [2021-05-03T10:58:52.282Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s)
10:58:52 [2021-05-03T10:58:52.282Z] --- PASS: TestDefererencePluginOnCreateError (0.03s)
10:58:52 [2021-05-03T10:58:52.282Z] === CONT  TestGetWithReference
10:58:52 [2021-05-03T10:58:52.282Z] --- PASS: TestRestore (0.04s)
10:58:52 [2021-05-03T10:58:52.282Z] === CONT  TestGet
10:58:52 [2021-05-03T10:58:52.282Z] --- PASS: TestDerefMultipleOfSameRef (0.03s)
10:58:52 [2021-05-03T10:58:52.282Z] === CONT  TestRemove
10:58:52 [2021-05-03T10:58:52.282Z] --- PASS: TestFindByReferenced (0.03s)
10:58:52 [2021-05-03T10:58:52.282Z] === CONT  TestList
10:58:52 [2021-05-03T10:58:52.282Z] --- PASS: TestGet (0.04s)
10:58:52 [2021-05-03T10:58:52.282Z] === CONT  TestCreate
10:58:52 [2021-05-03T10:58:52.282Z] === CONT  TestServicePrune
10:58:52 [2021-05-03T10:58:52.282Z] --- PASS: TestGetWithReference (0.05s)
10:58:52 [2021-05-03T10:58:52.282Z] --- PASS: TestRemove (0.05s)
10:58:52 [2021-05-03T10:58:52.282Z] --- PASS: TestCreate (0.02s)
10:58:52 [2021-05-03T10:58:52.282Z] --- PASS: TestList (0.04s)
10:58:52 [2021-05-03T10:58:52.282Z] time="2021-05-03T10:58:51Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
10:58:52 [2021-05-03T10:58:52.282Z] time="2021-05-03T10:58:52Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
10:58:52 [2021-05-03T10:58:52.282Z] time="2021-05-03T10:58:52Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
10:58:52 [2021-05-03T10:58:52.282Z] time="2021-05-03T10:58:52Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3
10:58:52 [2021-05-03T10:58:52.282Z] time="2021-05-03T10:58:52Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
10:58:52 [2021-05-03T10:58:52.282Z] --- PASS: TestServicePrune (0.06s)
10:58:52 [2021-05-03T10:58:52.282Z] PASS
10:58:52 [2021-05-03T10:58:52.282Z] coverage: 70.3% of statements
10:58:52 [2021-05-03T10:58:52.282Z] ok  	github.com/docker/docker/volume/service	0.374s	coverage: 70.3% of statements
10:58:52 [2021-05-03T10:58:52.736Z] time="2021-05-03T10:58:52Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s"
10:58:55 [2021-05-03T10:58:55.074Z] --- PASS: TestBuildMultiStageLayerLeak (4.31s)
10:58:55 [2021-05-03T10:58:55.074Z] === RUN   TestBuildWithHugeFile
10:58:56 [2021-05-03T10:58:56.127Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
10:58:56 [2021-05-03T10:58:56.435Z] time="2021-05-03T10:58:56Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s"
10:59:04 [2021-05-03T10:59:04.947Z] --- PASS: TestGet (15.01s)
10:59:04 [2021-05-03T10:59:04.947Z] === RUN   TestPluginWithNoManifest
10:59:04 [2021-05-03T10:59:04.947Z] --- PASS: TestPluginWithNoManifest (0.00s)
10:59:04 [2021-05-03T10:59:04.947Z] === RUN   TestGetAll
10:59:04 [2021-05-03T10:59:04.947Z] --- PASS: TestGetAll (0.00s)
10:59:04 [2021-05-03T10:59:04.947Z] PASS
10:59:04 [2021-05-03T10:59:04.947Z] coverage: 73.4% of statements
10:59:04 [2021-05-03T10:59:04.947Z] ok  	github.com/docker/docker/pkg/plugins	34.990s	coverage: 73.4% of statements
10:59:04 [2021-05-03T10:59:04.947Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
10:59:04 [2021-05-03T10:59:04.947Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
10:59:04 [2021-05-03T10:59:04.947Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
10:59:04 [2021-05-03T10:59:04.947Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
10:59:04 [2021-05-03T10:59:04.947Z] ?   	github.com/docker/docker/pkg/term	[no test files]
10:59:04 [2021-05-03T10:59:04.947Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
10:59:04 [2021-05-03T10:59:04.947Z] ?   	github.com/docker/docker/profiles/seccomp	[no test files]
10:59:04 [2021-05-03T10:59:04.947Z] ?   	github.com/docker/docker/quota	[no test files]
10:59:04 [2021-05-03T10:59:04.947Z] ?   	github.com/docker/docker/rootless	[no test files]
10:59:04 [2021-05-03T10:59:04.947Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
10:59:04 [2021-05-03T10:59:04.947Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
10:59:04 [2021-05-03T10:59:04.947Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
10:59:04 [2021-05-03T10:59:04.947Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
10:59:04 [2021-05-03T10:59:04.947Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
10:59:04 [2021-05-03T10:59:04.947Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
10:59:04 [2021-05-03T10:59:04.947Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
10:59:04 [2021-05-03T10:59:04.947Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
10:59:04 [2021-05-03T10:59:04.947Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
10:59:04 [2021-05-03T10:59:04.947Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
10:59:04 [2021-05-03T10:59:04.947Z] ?   	github.com/docker/docker/testutil/request	[no test files]
10:59:04 [2021-05-03T10:59:04.947Z] ?   	github.com/docker/docker/volume	[no test files]
10:59:04 [2021-05-03T10:59:04.947Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
10:59:04 [2021-05-03T10:59:04.947Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
10:59:07 [2021-05-03T10:59:07.107Z] 
10:59:07 [2021-05-03T10:59:07.107Z] === Skipped
10:59:07 [2021-05-03T10:59:07.107Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s)
10:59:07 [2021-05-03T10:59:07.107Z]     dispatchers_test.go:377: Windows does not support stopsignal
10:59:07 [2021-05-03T10:59:07.107Z] 
10:59:07 [2021-05-03T10:59:07.107Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s)
10:59:07 [2021-05-03T10:59:07.107Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
10:59:07 [2021-05-03T10:59:07.107Z] 
10:59:07 [2021-05-03T10:59:07.107Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s)
10:59:07 [2021-05-03T10:59:07.107Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
10:59:07 [2021-05-03T10:59:07.107Z] 
10:59:07 [2021-05-03T10:59:07.107Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s)
10:59:07 [2021-05-03T10:59:07.107Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
10:59:07 [2021-05-03T10:59:07.107Z] 
10:59:07 [2021-05-03T10:59:07.107Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s)
10:59:07 [2021-05-03T10:59:07.107Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
10:59:07 [2021-05-03T10:59:07.107Z] 
10:59:07 [2021-05-03T10:59:07.107Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s)
10:59:07 [2021-05-03T10:59:07.107Z]     client_test.go:23: runtime.GOOS == "windows"
10:59:07 [2021-05-03T10:59:07.107Z] 
10:59:07 [2021-05-03T10:59:07.107Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s)
10:59:07 [2021-05-03T10:59:07.107Z]     daemon_test.go:147: root required
10:59:07 [2021-05-03T10:59:07.107Z] 
10:59:07 [2021-05-03T10:59:07.107Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s)
10:59:07 [2021-05-03T10:59:07.107Z]     reload_test.go:520: root required
10:59:07 [2021-05-03T10:59:07.107Z] 
10:59:07 [2021-05-03T10:59:07.107Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s)
10:59:07 [2021-05-03T10:59:07.107Z]     config_test.go:527: os.Getuid() != 0: skipping test that requires root
10:59:07 [2021-05-03T10:59:07.107Z] 
10:59:07 [2021-05-03T10:59:07.107Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s)
10:59:07 [2021-05-03T10:59:07.107Z]     pull_v2_test.go:73: Needs fixing on Windows
10:59:07 [2021-05-03T10:59:07.107Z] 
10:59:07 [2021-05-03T10:59:07.107Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s)
10:59:07 [2021-05-03T10:59:07.107Z]     pull_v2_test.go:118: Needs fixing on Windows
10:59:07 [2021-05-03T10:59:07.107Z] 
10:59:07 [2021-05-03T10:59:07.107Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s)
10:59:07 [2021-05-03T10:59:07.107Z]     download_test.go:268: Needs fixing on Windows
10:59:07 [2021-05-03T10:59:07.107Z] 
10:59:07 [2021-05-03T10:59:07.107Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s)
10:59:07 [2021-05-03T10:59:07.107Z]     layer_test.go:304: Failing on Windows
10:59:07 [2021-05-03T10:59:07.107Z] 
10:59:07 [2021-05-03T10:59:07.107Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s)
10:59:07 [2021-05-03T10:59:07.107Z]     layer_test.go:353: Failing on Windows
10:59:07 [2021-05-03T10:59:07.107Z] 
10:59:07 [2021-05-03T10:59:07.107Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s)
10:59:07 [2021-05-03T10:59:07.107Z]     layer_test.go:468: Failing on Windows
10:59:07 [2021-05-03T10:59:07.107Z] 
10:59:07 [2021-05-03T10:59:07.107Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s)
10:59:07 [2021-05-03T10:59:07.107Z]     layer_test.go:697: Failing on Windows
10:59:07 [2021-05-03T10:59:07.107Z] 
10:59:07 [2021-05-03T10:59:07.107Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s)
10:59:07 [2021-05-03T10:59:07.107Z]     migration_test.go:46: Failing on Windows
10:59:07 [2021-05-03T10:59:07.107Z] 
10:59:07 [2021-05-03T10:59:07.107Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s)
10:59:07 [2021-05-03T10:59:07.107Z]     migration_test.go:182: Failing on Windows
10:59:07 [2021-05-03T10:59:07.107Z] 
10:59:07 [2021-05-03T10:59:07.107Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s)
10:59:07 [2021-05-03T10:59:07.107Z]     mount_test.go:17: Failing on Windows
10:59:07 [2021-05-03T10:59:07.107Z] 
10:59:07 [2021-05-03T10:59:07.107Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s)
10:59:07 [2021-05-03T10:59:07.107Z]     mount_test.go:76: Failing on Windows
10:59:07 [2021-05-03T10:59:07.107Z] 
10:59:07 [2021-05-03T10:59:07.107Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s)
10:59:07 [2021-05-03T10:59:07.107Z]     mount_test.go:125: Failing on Windows
10:59:07 [2021-05-03T10:59:07.107Z] 
10:59:07 [2021-05-03T10:59:07.107Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s)
10:59:07 [2021-05-03T10:59:07.107Z]     mount_test.go:212: Failing on Windows
10:59:07 [2021-05-03T10:59:07.107Z] 
10:59:07 [2021-05-03T10:59:07.107Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s)
10:59:07 [2021-05-03T10:59:07.107Z]     archive_test.go:134: Xz not present in msys2
10:59:07 [2021-05-03T10:59:07.107Z] 
10:59:07 [2021-05-03T10:59:07.107Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s)
10:59:07 [2021-05-03T10:59:07.107Z]     archive_test.go:239: Failing on Windows CI machines
10:59:07 [2021-05-03T10:59:07.107Z] 
10:59:07 [2021-05-03T10:59:07.107Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s)
10:59:07 [2021-05-03T10:59:07.107Z]     archive_windows_test.go:16: Currently fails
10:59:07 [2021-05-03T10:59:07.107Z] 
10:59:07 [2021-05-03T10:59:07.107Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s)
10:59:07 [2021-05-03T10:59:07.107Z]     changes_test.go:196: needs more investigation
10:59:07 [2021-05-03T10:59:07.107Z] 
10:59:07 [2021-05-03T10:59:07.107Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s)
10:59:07 [2021-05-03T10:59:07.107Z]     changes_test.go:433: needs further investigation
10:59:07 [2021-05-03T10:59:07.107Z] 
10:59:07 [2021-05-03T10:59:07.107Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s)
10:59:07 [2021-05-03T10:59:07.107Z]     changes_test.go:469: needs further investigation
10:59:07 [2021-05-03T10:59:07.107Z] 
10:59:07 [2021-05-03T10:59:07.107Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s)
10:59:07 [2021-05-03T10:59:07.107Z]     archive_test.go:45: os.Getuid() != 0: skipping test that requires root
10:59:07 [2021-05-03T10:59:07.107Z] 
10:59:07 [2021-05-03T10:59:07.107Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s)
10:59:07 [2021-05-03T10:59:07.107Z]     archive_test.go:77: os.Getuid() != 0: skipping test that requires root
10:59:07 [2021-05-03T10:59:07.107Z] 
10:59:07 [2021-05-03T10:59:07.107Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s)
10:59:07 [2021-05-03T10:59:07.107Z]     archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing
10:59:07 [2021-05-03T10:59:07.107Z] 
10:59:07 [2021-05-03T10:59:07.107Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s)
10:59:07 [2021-05-03T10:59:07.107Z]     archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing
10:59:07 [2021-05-03T10:59:07.107Z] 
10:59:07 [2021-05-03T10:59:07.107Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s)
10:59:07 [2021-05-03T10:59:07.107Z]     archive_test.go:249: os.Getuid() != 0: skipping test that requires root
10:59:07 [2021-05-03T10:59:07.107Z] 
10:59:07 [2021-05-03T10:59:07.107Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s)
10:59:07 [2021-05-03T10:59:07.107Z]     archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing
10:59:07 [2021-05-03T10:59:07.107Z] 
10:59:07 [2021-05-03T10:59:07.107Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s)
10:59:07 [2021-05-03T10:59:07.107Z]     archive_test.go:356: os.Getuid() != 0: skipping test that requires root
10:59:07 [2021-05-03T10:59:07.107Z] 
10:59:07 [2021-05-03T10:59:07.107Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s)
10:59:07 [2021-05-03T10:59:07.107Z]     archive_test.go:373: os.Getuid() != 0: skipping test that requires root
10:59:07 [2021-05-03T10:59:07.107Z] 
10:59:07 [2021-05-03T10:59:07.107Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s)
10:59:07 [2021-05-03T10:59:07.107Z]     archive_test.go:390: os.Getuid() != 0: skipping test that requires root
10:59:07 [2021-05-03T10:59:07.107Z] 
10:59:07 [2021-05-03T10:59:07.107Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s)
10:59:07 [2021-05-03T10:59:07.107Z]     poller_test.go:41: No chmod on Windows
10:59:07 [2021-05-03T10:59:07.107Z] 
10:59:07 [2021-05-03T10:59:07.107Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s)
10:59:07 [2021-05-03T10:59:07.107Z]     fileutils_test.go:134: Needs porting to Windows
10:59:07 [2021-05-03T10:59:07.107Z] 
10:59:07 [2021-05-03T10:59:07.107Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s)
10:59:07 [2021-05-03T10:59:07.107Z]     fileutils_test.go:180: Needs porting to Windows
10:59:07 [2021-05-03T10:59:07.107Z] 
10:59:07 [2021-05-03T10:59:07.107Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s)
10:59:07 [2021-05-03T10:59:07.107Z]     registry_test.go:47: os.Getuid() != 0: skipping test that requires root
10:59:07 [2021-05-03T10:59:07.107Z] 
10:59:07 [2021-05-03T10:59:07.107Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s)
10:59:07 [2021-05-03T10:59:07.107Z]     registry_test.go:67: os.Getuid() != 0: skipping test that requires root
10:59:07 [2021-05-03T10:59:07.107Z] 
10:59:07 [2021-05-03T10:59:07.107Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s)
10:59:07 [2021-05-03T10:59:07.107Z]     registry_test.go:510: os.Getuid() != 0: skipping test that requires root
10:59:07 [2021-05-03T10:59:07.107Z] 
10:59:07 [2021-05-03T10:59:07.107Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s)
10:59:07 [2021-05-03T10:59:07.107Z]     local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI
10:59:07 [2021-05-03T10:59:07.107Z] 
10:59:07 [2021-05-03T10:59:07.107Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s)
10:59:07 [2021-05-03T10:59:07.107Z]     local_test.go:181: runtime.GOOS == "windows"
10:59:07 [2021-05-03T10:59:07.107Z] 
10:59:07 [2021-05-03T10:59:07.107Z] 
10:59:07 [2021-05-03T10:59:07.107Z] DONE 1833 tests, 45 skipped in 217.978s
10:59:07 [2021-05-03T10:59:07.107Z] INFO: make.ps1 ended at 05/03/2021 10:59:06
10:59:08 [2021-05-03T10:59:08.362Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
10:59:08 [2021-05-03T10:59:08.629Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker
10:59:08 [2021-05-03T10:59:08.629Z] INFO: Unit tests ended at 05/03/2021 10:59:08. Duration:00:03:55.6148283
10:59:08 [2021-05-03T10:59:08.629Z] INFO: Building busybox
10:59:08 [2021-05-03T10:59:08.629Z] Sending build context to Docker daemon   5.12kB
10:59:08 [2021-05-03T10:59:08.629Z] 
10:59:08 [2021-05-03T10:59:08.629Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore
10:59:08 [2021-05-03T10:59:08.629Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019
10:59:08 [2021-05-03T10:59:08.629Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13
10:59:08 [2021-05-03T10:59:08.629Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae
10:59:08 [2021-05-03T10:59:08.629Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG}
10:59:08 [2021-05-03T10:59:08.629Z]  ---> 152749f71f8f
10:59:08 [2021-05-03T10:59:08.629Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin
10:59:08 [2021-05-03T10:59:08.629Z]  ---> Running in aeed86f77477
10:59:12 [2021-05-03T10:59:12.577Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
10:59:13 [2021-05-03T10:59:13.278Z] Removing intermediate container aeed86f77477
10:59:13 [2021-05-03T10:59:13.278Z]  ---> 9b0da3443f69
10:59:13 [2021-05-03T10:59:13.278Z] Step 7/13 : ARG BUSYBOX_VERSION
10:59:13 [2021-05-03T10:59:13.732Z]  ---> Running in 0c6669ccf4c3
10:59:13 [2021-05-03T10:59:13.732Z] Removing intermediate container 0c6669ccf4c3
10:59:13 [2021-05-03T10:59:13.733Z]  ---> dc2fb6deedce
10:59:13 [2021-05-03T10:59:13.733Z] Step 8/13 : ARG BUSYBOX_SHA256SUM
10:59:13 [2021-05-03T10:59:13.733Z]  ---> Running in 140bc044c2b7
10:59:14 [2021-05-03T10:59:14.186Z] Removing intermediate container 140bc044c2b7
10:59:14 [2021-05-03T10:59:14.186Z]  ---> 8e41db0b6ea2
10:59:14 [2021-05-03T10:59:14.186Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe
10:59:15 [2021-05-03T10:59:15.705Z] 
10:59:16 [2021-05-03T10:59:16.158Z]  ---> e8429553dbf2
10:59:16 [2021-05-03T10:59:16.158Z] Step 10/13 : RUN powershell     if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) {         Throw \"Checksum validation failed\"     }
10:59:16 [2021-05-03T10:59:16.158Z]  ---> Running in 8ecfbbe00cb9
10:59:17 [2021-05-03T10:59:17.869Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
10:59:18 [2021-05-03T10:59:18.811Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
10:59:23 [2021-05-03T10:59:23.018Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
10:59:24 [2021-05-03T10:59:24.672Z] Removing intermediate container 8ecfbbe00cb9
10:59:24 [2021-05-03T10:59:24.672Z]  ---> c8f56f844546
10:59:24 [2021-05-03T10:59:24.672Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%"
10:59:24 [2021-05-03T10:59:24.672Z]  ---> Running in d82983ecd7dc
10:59:26 [2021-05-03T10:59:26.192Z] 
10:59:26 [2021-05-03T10:59:26.192Z] SUCCESS: Specified value was saved.
10:59:26 [2021-05-03T10:59:26.322Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
10:59:28 [2021-05-03T10:59:28.161Z] --- PASS: TestBuildWithHugeFile (54.45s)
10:59:28 [2021-05-03T10:59:28.161Z] === RUN   TestBuildWCOWSandboxSize
10:59:28 [2021-05-03T10:59:28.161Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
10:59:28 [2021-05-03T10:59:28.161Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
10:59:28 [2021-05-03T10:59:28.161Z] === RUN   TestBuildWithEmptyDockerfile
10:59:28 [2021-05-03T10:59:28.161Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
10:59:28 [2021-05-03T10:59:28.161Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
10:59:28 [2021-05-03T10:59:28.161Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
10:59:28 [2021-05-03T10:59:28.161Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
10:59:28 [2021-05-03T10:59:28.161Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
10:59:28 [2021-05-03T10:59:28.161Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
10:59:28 [2021-05-03T10:59:28.161Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
10:59:28 [2021-05-03T10:59:28.161Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
10:59:28 [2021-05-03T10:59:28.161Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
10:59:28 [2021-05-03T10:59:28.161Z] --- PASS: TestBuildWithEmptyDockerfile (0.14s)
10:59:28 [2021-05-03T10:59:28.161Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.16s)
10:59:28 [2021-05-03T10:59:28.161Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.16s)
10:59:28 [2021-05-03T10:59:28.161Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s)
10:59:28 [2021-05-03T10:59:28.161Z] === RUN   TestBuildPreserveOwnership
10:59:28 [2021-05-03T10:59:28.161Z] === RUN   TestBuildPreserveOwnership/copy_from
10:59:28 [2021-05-03T10:59:28.351Z] Removing intermediate container d82983ecd7dc
10:59:28 [2021-05-03T10:59:28.351Z]  ---> d8d6011f6bde
10:59:28 [2021-05-03T10:59:28.351Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe}
10:59:28 [2021-05-03T10:59:28.351Z]  ---> Running in 98a73ea457bc
10:59:30 [2021-05-03T10:59:30.064Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
10:59:31 [2021-05-03T10:59:31.441Z] --- PASS: TestBuildPreserveOwnership (4.86s)
10:59:31 [2021-05-03T10:59:31.441Z]     --- PASS: TestBuildPreserveOwnership/copy_from (3.33s)
10:59:31 [2021-05-03T10:59:31.441Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.50s)
10:59:31 [2021-05-03T10:59:31.441Z] === RUN   TestBuildPlatformInvalid
10:59:31 [2021-05-03T10:59:31.441Z] --- PASS: TestBuildPlatformInvalid (0.08s)
10:59:31 [2021-05-03T10:59:31.441Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
10:59:31 [2021-05-03T10:59:31.615Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
10:59:32 [2021-05-03T10:59:32.064Z] Cannot create a file when that file already exists.
10:59:33 [2021-05-03T10:59:33.529Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
10:59:36 [2021-05-03T10:59:36.831Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
10:59:37 [2021-05-03T10:59:37.813Z] Removing intermediate container 98a73ea457bc
10:59:37 [2021-05-03T10:59:37.813Z]  ---> 8bd0d399ea1c
10:59:37 [2021-05-03T10:59:37.813Z] Step 13/13 : CMD ["sh"]
10:59:37 [2021-05-03T10:59:37.813Z]  ---> Running in 890f5583179d
10:59:37 [2021-05-03T10:59:37.813Z] Removing intermediate container 890f5583179d
10:59:37 [2021-05-03T10:59:37.813Z]  ---> 3c61e857b584
10:59:37 [2021-05-03T10:59:37.813Z] Successfully built 3c61e857b584
10:59:37 [2021-05-03T10:59:37.813Z] Successfully tagged busybox:latest
10:59:37 [2021-05-03T10:59:37.813Z] INFO: Docker images of the daemon under test
10:59:37 [2021-05-03T10:59:37.813Z] 
10:59:37 [2021-05-03T10:59:37.813Z] REPOSITORY                             TAG                 IMAGE ID            CREATED                  SIZE
10:59:37 [2021-05-03T10:59:37.813Z] busybox                                latest              3c61e857b584        Less than a second ago   5.29GB
10:59:37 [2021-05-03T10:59:37.813Z] mcr.microsoft.com/windows/servercore   ltsc2019            152749f71f8f        3 weeks ago              5.27GB
10:59:37 [2021-05-03T10:59:37.813Z] microsoft/windowsservercore            latest              152749f71f8f        3 weeks ago              5.27GB
10:59:37 [2021-05-03T10:59:37.813Z] 
10:59:37 [2021-05-03T10:59:37.813Z] INFO: Running integration tests at 05/03/2021 10:59:37...
10:59:37 [2021-05-03T10:59:37.813Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357
10:59:37 [2021-05-03T10:59:37.813Z] INFO: Integration API tests being run from the host:
10:59:37 [2021-05-03T10:59:37.813Z] INFO: make.ps1 starting at 05/03/2021 10:59:37
10:59:38 [2021-05-03T10:59:38.097Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
10:59:38 [2021-05-03T10:59:38.097Z] 
10:59:38 [2021-05-03T10:59:38.097Z] ---> Making bundle: test-integration (in bundles/test-integration)
10:59:38 [2021-05-03T10:59:38.097Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
10:59:38 [2021-05-03T10:59:38.097Z] HOSTNAME=8af073765055
10:59:38 [2021-05-03T10:59:38.097Z] TESTDEBUG=0
10:59:38 [2021-05-03T10:59:38.097Z] DEST=bundles/test-integration
10:59:38 [2021-05-03T10:59:38.097Z] PWD=/go/src/github.com/docker/docker
10:59:38 [2021-05-03T10:59:38.097Z] DOCKER_GITCOMMIT=19b7f7f3484697146ca76b75346365080b99a3b2
10:59:38 [2021-05-03T10:59:38.097Z] container=docker
10:59:38 [2021-05-03T10:59:38.097Z] HOME=/root
10:59:38 [2021-05-03T10:59:38.097Z] GOLANG_VERSION=1.13.15
10:59:38 [2021-05-03T10:59:38.097Z] VALIDATE_REPO=https://github.com/moby/moby.git
10:59:38 [2021-05-03T10:59:38.097Z] VALIDATE_BRANCH=master
10:59:38 [2021-05-03T10:59:38.097Z] TERM=xterm
10:59:38 [2021-05-03T10:59:38.097Z] DOCKER_PKG=github.com/docker/docker
10:59:38 [2021-05-03T10:59:38.097Z] SHLVL=1
10:59:38 [2021-05-03T10:59:38.097Z] TIMEOUT=120m
10:59:38 [2021-05-03T10:59:38.097Z] DOCKER_BUILDTAGS=apparmor seccomp journald
10:59:38 [2021-05-03T10:59:38.097Z] DOCKER_GRAPHDRIVER=overlay2
10:59:38 [2021-05-03T10:59:38.097Z] GO111MODULE=off
10:59:38 [2021-05-03T10:59:38.097Z] DOCKER_EXPERIMENTAL=1
10:59:38 [2021-05-03T10:59:38.097Z] TEST_SKIP_INTEGRATION_CLI=1
10:59:38 [2021-05-03T10:59:38.097Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
10:59:38 [2021-05-03T10:59:38.097Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
10:59:38 [2021-05-03T10:59:38.097Z] GOPATH=/go
10:59:38 [2021-05-03T10:59:38.097Z] PKG_CONFIG=pkg-config
10:59:38 [2021-05-03T10:59:38.097Z] _=/usr/bin/env
10:59:38 [2021-05-03T10:59:38.097Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
10:59:38 [2021-05-03T10:59:38.267Z] Running D:\gopath\src\github.com\docker\docker\integration\build
10:59:40 [2021-05-03T10:59:40.133Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
10:59:40 [2021-05-03T10:59:40.133Z] Using test binary docker
10:59:40 [2021-05-03T10:59:40.133Z] +++ /etc/init.d/apparmor start
10:59:40 [2021-05-03T10:59:40.133Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
10:59:40 [2021-05-03T10:59:40.133Z] INFO: Waiting for daemon to start...
10:59:40 [2021-05-03T10:59:40.133Z] Starting dockerd
10:59:40 [2021-05-03T10:59:40.133Z] +++ 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
10:59:40 [2021-05-03T10:59:40.821Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
10:59:40 [2021-05-03T10:59:40.821Z] 
10:59:40 [2021-05-03T10:59:40.821Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
10:59:40 [2021-05-03T10:59:40.821Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
10:59:40 [2021-05-03T10:59:40.821Z] Using test binary docker
10:59:40 [2021-05-03T10:59:40.821Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
10:59:40 [2021-05-03T10:59:40.821Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
10:59:40 [2021-05-03T10:59:40.821Z] INFO: Waiting for daemon to start...
10:59:40 [2021-05-03T10:59:40.821Z] Starting dockerd
10:59:40 [2021-05-03T10:59:40.821Z] .
10:59:40 [2021-05-03T10:59:40.821Z] INFO: Building docker-sdk-python3:5.0.0...
10:59:43 [2021-05-03T10:59:43.435Z] .
10:59:43 [2021-05-03T10:59:43.435Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
10:59:43 [2021-05-03T10:59:43.435Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
10:59:43 [2021-05-03T10:59:43.435Z] Error: No such image: emptyfs
10:59:43 [2021-05-03T10:59:43.435Z] ++++ docker load
10:59:43 [2021-05-03T10:59:43.435Z] ++++ tar -cC bundles/test-integration/emptyfs .
10:59:43 [2021-05-03T10:59:43.696Z] Running integration-test (iteration 1)
10:59:43 [2021-05-03T10:59:43.696Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
10:59:43 [2021-05-03T10:59:43.696Z] ++ 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
10:59:43 [2021-05-03T10:59:43.696Z] ++ set -e
10:59:43 [2021-05-03T10:59:43.696Z] ++ '[' -n 0 ']'
10:59:43 [2021-05-03T10:59:43.696Z] ++ set -x
10:59:43 [2021-05-03T10:59:43.696Z] ++ 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
10:59:46 [2021-05-03T10:59:46.325Z] Loaded image: buildpack-deps:buster
10:59:46 [2021-05-03T10:59:46.325Z] Loaded image: busybox:latest
10:59:46 [2021-05-03T10:59:46.325Z] Loaded image: busybox:glibc
10:59:47 [2021-05-03T10:59:47.702Z] Loaded image: debian:bullseye
10:59:47 [2021-05-03T10:59:47.960Z] Loaded image: hello-world:latest
10:59:47 [2021-05-03T10:59:47.960Z] Loaded image: arm32v7/hello-world:latest
10:59:51 [2021-05-03T10:59:51.302Z] --- PASS: TestBuildWithHugeFile (53.12s)
10:59:51 [2021-05-03T10:59:51.302Z] === RUN   TestBuildWCOWSandboxSize
10:59:51 [2021-05-03T10:59:51.302Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s)
10:59:51 [2021-05-03T10:59:51.302Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
10:59:51 [2021-05-03T10:59:51.302Z] === RUN   TestBuildWithEmptyDockerfile
10:59:51 [2021-05-03T10:59:51.302Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
10:59:51 [2021-05-03T10:59:51.302Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
10:59:51 [2021-05-03T10:59:51.302Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
10:59:51 [2021-05-03T10:59:51.302Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
10:59:51 [2021-05-03T10:59:51.302Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
10:59:51 [2021-05-03T10:59:51.302Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
10:59:51 [2021-05-03T10:59:51.302Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
10:59:51 [2021-05-03T10:59:51.302Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
10:59:51 [2021-05-03T10:59:51.302Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
10:59:51 [2021-05-03T10:59:51.302Z] --- PASS: TestBuildWithEmptyDockerfile (0.13s)
10:59:51 [2021-05-03T10:59:51.302Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.14s)
10:59:51 [2021-05-03T10:59:51.302Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.15s)
10:59:51 [2021-05-03T10:59:51.302Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s)
10:59:51 [2021-05-03T10:59:51.302Z] === RUN   TestBuildPreserveOwnership
10:59:51 [2021-05-03T10:59:51.302Z] === RUN   TestBuildPreserveOwnership/copy_from
10:59:55 [2021-05-03T10:59:55.497Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
10:59:56 [2021-05-03T10:59:56.231Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
10:59:56 [2021-05-03T10:59:56.231Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
10:59:56 [2021-05-03T10:59:56.281Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (24.76s)
10:59:56 [2021-05-03T10:59:56.281Z] PASS
10:59:56 [2021-05-03T10:59:56.281Z] 
10:59:56 [2021-05-03T10:59:56.281Z] === Skipped
10:59:56 [2021-05-03T10:59:56.281Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
10:59:56 [2021-05-03T10:59:56.281Z]     build_session_test.go:25: TODO: BuildKit
10:59:56 [2021-05-03T10:59:56.281Z] 
10:59:56 [2021-05-03T10:59:56.281Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
10:59:56 [2021-05-03T10:59:56.281Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
10:59:56 [2021-05-03T10:59:56.281Z] 
10:59:56 [2021-05-03T10:59:56.281Z] 
10:59:56 [2021-05-03T10:59:56.281Z] DONE 34 tests, 2 skipped in 129.625s
10:59:56 [2021-05-03T10:59:56.281Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
10:59:56 [2021-05-03T10:59:56.281Z] INFO: Testing against a local daemon
10:59:56 [2021-05-03T10:59:56.281Z] === RUN   TestConfigInspect
10:59:58 [2021-05-03T10:59:58.812Z] --- PASS: TestConfigInspect (2.56s)
10:59:58 [2021-05-03T10:59:58.812Z] === RUN   TestConfigList
10:59:59 [2021-05-03T10:59:59.683Z] --- PASS: TestBuildPreserveOwnership (10.52s)
10:59:59 [2021-05-03T10:59:59.683Z]     --- PASS: TestBuildPreserveOwnership/copy_from (6.51s)
10:59:59 [2021-05-03T10:59:59.683Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s)
10:59:59 [2021-05-03T10:59:59.683Z] === RUN   TestBuildPlatformInvalid
10:59:59 [2021-05-03T10:59:59.683Z] --- PASS: TestBuildPlatformInvalid (0.08s)
10:59:59 [2021-05-03T10:59:59.683Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
10:59:59 [2021-05-03T10:59:59.683Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s)
10:59:59 [2021-05-03T10:59:59.683Z]     build_userns_linux_test.go:32: testEnv.IsRootless()
10:59:59 [2021-05-03T10:59:59.683Z] PASS
10:59:59 [2021-05-03T10:59:59.683Z] 
10:59:59 [2021-05-03T10:59:59.683Z] === Skipped
10:59:59 [2021-05-03T10:59:59.683Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
10:59:59 [2021-05-03T10:59:59.683Z]     build_session_test.go:25: TODO: BuildKit
10:59:59 [2021-05-03T10:59:59.683Z] 
10:59:59 [2021-05-03T10:59:59.683Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s)
10:59:59 [2021-05-03T10:59:59.683Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
10:59:59 [2021-05-03T10:59:59.683Z] 
10:59:59 [2021-05-03T10:59:59.683Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s)
10:59:59 [2021-05-03T10:59:59.683Z]     build_userns_linux_test.go:32: testEnv.IsRootless()
10:59:59 [2021-05-03T10:59:59.683Z] 
10:59:59 [2021-05-03T10:59:59.683Z] 
10:59:59 [2021-05-03T10:59:59.683Z] DONE 34 tests, 3 skipped in 138.949s
10:59:59 [2021-05-03T10:59:59.683Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
10:59:59 [2021-05-03T10:59:59.683Z] INFO: Testing against a local daemon
10:59:59 [2021-05-03T10:59:59.683Z] === RUN   TestConfigInspect
10:59:59 [2021-05-03T10:59:59.683Z] --- SKIP: TestConfigInspect (0.02s)
10:59:59 [2021-05-03T10:59:59.683Z]     config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:59:59 [2021-05-03T10:59:59.683Z] === RUN   TestConfigList
10:59:59 [2021-05-03T10:59:59.683Z] --- SKIP: TestConfigList (0.02s)
10:59:59 [2021-05-03T10:59:59.683Z]     config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:59:59 [2021-05-03T10:59:59.683Z] === RUN   TestConfigsCreateAndDelete
10:59:59 [2021-05-03T10:59:59.683Z] --- SKIP: TestConfigsCreateAndDelete (0.01s)
10:59:59 [2021-05-03T10:59:59.683Z]     config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:59:59 [2021-05-03T10:59:59.683Z] === RUN   TestConfigsUpdate
10:59:59 [2021-05-03T10:59:59.683Z] --- SKIP: TestConfigsUpdate (0.02s)
10:59:59 [2021-05-03T10:59:59.683Z]     config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:59:59 [2021-05-03T10:59:59.683Z] === RUN   TestTemplatedConfig
10:59:59 [2021-05-03T10:59:59.683Z] --- SKIP: TestTemplatedConfig (0.00s)
10:59:59 [2021-05-03T10:59:59.683Z]     config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:59:59 [2021-05-03T10:59:59.683Z] === RUN   TestConfigCreateResolve
10:59:59 [2021-05-03T10:59:59.683Z] --- SKIP: TestConfigCreateResolve (0.01s)
10:59:59 [2021-05-03T10:59:59.683Z]     config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
10:59:59 [2021-05-03T10:59:59.683Z] === RUN   TestConfigDaemonLibtrustID
11:00:01 [2021-05-03T11:00:01.345Z] --- PASS: TestConfigList (2.46s)
11:00:01 [2021-05-03T11:00:01.345Z] === RUN   TestConfigsCreateAndDelete
11:00:01 [2021-05-03T11:00:01.585Z] --- PASS: TestConfigDaemonLibtrustID (1.88s)
11:00:01 [2021-05-03T11:00:01.585Z] PASS
11:00:01 [2021-05-03T11:00:01.585Z] 
11:00:01 [2021-05-03T11:00:01.585Z] === Skipped
11:00:01 [2021-05-03T11:00:01.585Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s)
11:00:01 [2021-05-03T11:00:01.585Z]     config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:00:01 [2021-05-03T11:00:01.585Z] 
11:00:01 [2021-05-03T11:00:01.585Z] === SKIP: amd64.integration.config TestConfigList (0.02s)
11:00:01 [2021-05-03T11:00:01.585Z]     config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:00:01 [2021-05-03T11:00:01.585Z] 
11:00:01 [2021-05-03T11:00:01.585Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s)
11:00:01 [2021-05-03T11:00:01.585Z]     config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:00:01 [2021-05-03T11:00:01.585Z] 
11:00:01 [2021-05-03T11:00:01.585Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.02s)
11:00:01 [2021-05-03T11:00:01.585Z]     config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:00:01 [2021-05-03T11:00:01.585Z] 
11:00:01 [2021-05-03T11:00:01.585Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s)
11:00:01 [2021-05-03T11:00:01.585Z]     config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:00:01 [2021-05-03T11:00:01.585Z] 
11:00:01 [2021-05-03T11:00:01.585Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s)
11:00:01 [2021-05-03T11:00:01.585Z]     config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:00:01 [2021-05-03T11:00:01.585Z] 
11:00:01 [2021-05-03T11:00:01.585Z] 
11:00:01 [2021-05-03T11:00:01.585Z] DONE 7 tests, 6 skipped in 2.068s
11:00:01 [2021-05-03T11:00:01.585Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
11:00:01 [2021-05-03T11:00:01.585Z] INFO: Testing against a local daemon
11:00:01 [2021-05-03T11:00:01.585Z] === RUN   TestCheckpoint
11:00:01 [2021-05-03T11:00:01.585Z] --- SKIP: TestCheckpoint (0.00s)
11:00:01 [2021-05-03T11:00:01.585Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
11:00:01 [2021-05-03T11:00:01.585Z] === RUN   TestContainerInvalidJSON
11:00:01 [2021-05-03T11:00:01.585Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
11:00:01 [2021-05-03T11:00:01.585Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
11:00:01 [2021-05-03T11:00:01.585Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
11:00:01 [2021-05-03T11:00:01.585Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
11:00:01 [2021-05-03T11:00:01.585Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
11:00:01 [2021-05-03T11:00:01.585Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
11:00:01 [2021-05-03T11:00:01.585Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
11:00:01 [2021-05-03T11:00:01.585Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
11:00:01 [2021-05-03T11:00:01.585Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
11:00:01 [2021-05-03T11:00:01.585Z] --- PASS: TestContainerInvalidJSON (0.01s)
11:00:01 [2021-05-03T11:00:01.585Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
11:00:01 [2021-05-03T11:00:01.585Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
11:00:01 [2021-05-03T11:00:01.585Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
11:00:01 [2021-05-03T11:00:01.585Z] === RUN   TestCopyFromContainerPathDoesNotExist
11:00:01 [2021-05-03T11:00:01.585Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s)
11:00:01 [2021-05-03T11:00:01.585Z] === RUN   TestCopyFromContainerPathIsNotDir
11:00:01 [2021-05-03T11:00:01.585Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
11:00:01 [2021-05-03T11:00:01.585Z] === RUN   TestCopyToContainerPathDoesNotExist
11:00:01 [2021-05-03T11:00:01.844Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s)
11:00:01 [2021-05-03T11:00:01.844Z] === RUN   TestCopyToContainerPathIsNotDir
11:00:01 [2021-05-03T11:00:01.844Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
11:00:01 [2021-05-03T11:00:01.844Z] === RUN   TestCopyFromContainer
11:00:03 [2021-05-03T11:00:03.339Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
11:00:03 [2021-05-03T11:00:03.339Z] INFO: Testing against a local daemon
11:00:03 [2021-05-03T11:00:03.339Z] === RUN   TestBuildWithSession
11:00:03 [2021-05-03T11:00:03.339Z] --- SKIP: TestBuildWithSession (0.00s)
11:00:03 [2021-05-03T11:00:03.339Z]     build_session_test.go:25: TODO: BuildKit
11:00:03 [2021-05-03T11:00:03.339Z] === RUN   TestBuildSquashParent
11:00:03 [2021-05-03T11:00:03.339Z] --- SKIP: TestBuildSquashParent (0.00s)
11:00:03 [2021-05-03T11:00:03.339Z]     build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows"
11:00:03 [2021-05-03T11:00:03.339Z] === RUN   TestBuildWithRemoveAndForceRemove
11:00:03 [2021-05-03T11:00:03.339Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
11:00:03 [2021-05-03T11:00:03.339Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
11:00:03 [2021-05-03T11:00:03.339Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
11:00:03 [2021-05-03T11:00:03.339Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
11:00:03 [2021-05-03T11:00:03.339Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
11:00:03 [2021-05-03T11:00:03.339Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
11:00:03 [2021-05-03T11:00:03.339Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
11:00:03 [2021-05-03T11:00:03.339Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
11:00:03 [2021-05-03T11:00:03.339Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
11:00:03 [2021-05-03T11:00:03.339Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
11:00:03 [2021-05-03T11:00:03.339Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
11:00:03 [2021-05-03T11:00:03.339Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
11:00:03 [2021-05-03T11:00:03.339Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
11:00:03 [2021-05-03T11:00:03.339Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
11:00:03 [2021-05-03T11:00:03.339Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
11:00:03 [2021-05-03T11:00:03.339Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
11:00:03 [2021-05-03T11:00:03.877Z] --- PASS: TestConfigsCreateAndDelete (2.48s)
11:00:03 [2021-05-03T11:00:03.877Z] === RUN   TestConfigsUpdate
11:00:05 [2021-05-03T11:00:05.190Z] === RUN   TestCopyFromContainer//
11:00:05 [2021-05-03T11:00:05.190Z] === RUN   TestCopyFromContainer//bar/root
11:00:05 [2021-05-03T11:00:05.190Z] === RUN   TestCopyFromContainer//bar/root/
11:00:05 [2021-05-03T11:00:05.450Z] === RUN   TestCopyFromContainer/bar/quux
11:00:05 [2021-05-03T11:00:05.450Z] === RUN   TestCopyFromContainer/bar/quux/
11:00:05 [2021-05-03T11:00:05.450Z] === RUN   TestCopyFromContainer/bar/quux/baz
11:00:05 [2021-05-03T11:00:05.709Z] === RUN   TestCopyFromContainer/bar/filesymlink
11:00:05 [2021-05-03T11:00:05.709Z] === RUN   TestCopyFromContainer/bar/dirsymlink
11:00:05 [2021-05-03T11:00:05.709Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
11:00:05 [2021-05-03T11:00:05.975Z] === RUN   TestCopyFromContainer/bar/notarget
11:00:05 [2021-05-03T11:00:05.975Z] --- PASS: TestCopyFromContainer (4.16s)
11:00:05 [2021-05-03T11:00:05.975Z]     --- PASS: TestCopyFromContainer// (0.07s)
11:00:05 [2021-05-03T11:00:05.975Z]     --- PASS: TestCopyFromContainer//bar/root (0.07s)
11:00:05 [2021-05-03T11:00:05.975Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.12s)
11:00:05 [2021-05-03T11:00:05.975Z]     --- PASS: TestCopyFromContainer/bar/quux (0.07s)
11:00:05 [2021-05-03T11:00:05.975Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
11:00:05 [2021-05-03T11:00:05.975Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s)
11:00:05 [2021-05-03T11:00:05.975Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
11:00:05 [2021-05-03T11:00:05.975Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
11:00:05 [2021-05-03T11:00:05.975Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s)
11:00:05 [2021-05-03T11:00:05.975Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.07s)
11:00:05 [2021-05-03T11:00:05.975Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
11:00:05 [2021-05-03T11:00:05.975Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
11:00:05 [2021-05-03T11:00:05.975Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
11:00:05 [2021-05-03T11:00:05.975Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
11:00:05 [2021-05-03T11:00:05.975Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
11:00:05 [2021-05-03T11:00:05.975Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
11:00:05 [2021-05-03T11:00:05.975Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
11:00:05 [2021-05-03T11:00:05.975Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
11:00:05 [2021-05-03T11:00:05.975Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
11:00:05 [2021-05-03T11:00:05.975Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
11:00:05 [2021-05-03T11:00:05.975Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
11:00:05 [2021-05-03T11:00:05.975Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
11:00:05 [2021-05-03T11:00:05.975Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
11:00:05 [2021-05-03T11:00:05.975Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
11:00:05 [2021-05-03T11:00:05.975Z] === RUN   TestCreateLinkToNonExistingContainer
11:00:05 [2021-05-03T11:00:05.975Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
11:00:05 [2021-05-03T11:00:05.975Z] === RUN   TestCreateWithInvalidEnv
11:00:05 [2021-05-03T11:00:05.975Z] === RUN   TestCreateWithInvalidEnv/0
11:00:05 [2021-05-03T11:00:05.975Z] === PAUSE TestCreateWithInvalidEnv/0
11:00:05 [2021-05-03T11:00:05.975Z] === RUN   TestCreateWithInvalidEnv/1
11:00:05 [2021-05-03T11:00:05.975Z] === PAUSE TestCreateWithInvalidEnv/1
11:00:05 [2021-05-03T11:00:05.975Z] === RUN   TestCreateWithInvalidEnv/2
11:00:05 [2021-05-03T11:00:05.975Z] === PAUSE TestCreateWithInvalidEnv/2
11:00:05 [2021-05-03T11:00:05.975Z] === CONT  TestCreateWithInvalidEnv/0
11:00:05 [2021-05-03T11:00:05.975Z] === CONT  TestCreateWithInvalidEnv/2
11:00:05 [2021-05-03T11:00:05.975Z] === CONT  TestCreateWithInvalidEnv/1
11:00:05 [2021-05-03T11:00:05.975Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
11:00:05 [2021-05-03T11:00:05.975Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
11:00:05 [2021-05-03T11:00:05.975Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
11:00:05 [2021-05-03T11:00:05.975Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
11:00:05 [2021-05-03T11:00:05.975Z] === RUN   TestCreateTmpfsMountsTarget
11:00:05 [2021-05-03T11:00:05.975Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s)
11:00:05 [2021-05-03T11:00:05.975Z] === RUN   TestCreateWithCustomMaskedPaths
11:00:06 [2021-05-03T11:00:06.410Z] --- PASS: TestConfigsUpdate (2.47s)
11:00:06 [2021-05-03T11:00:06.410Z] === RUN   TestTemplatedConfig
11:00:08 [2021-05-03T11:00:08.515Z] --- PASS: TestCreateWithCustomMaskedPaths (2.00s)
11:00:08 [2021-05-03T11:00:08.515Z] === RUN   TestCreateWithCustomReadonlyPaths
11:00:09 [2021-05-03T11:00:09.696Z] --- PASS: TestTemplatedConfig (3.49s)
11:00:09 [2021-05-03T11:00:09.696Z] === RUN   TestConfigCreateResolve
11:00:09 [2021-05-03T11:00:09.901Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.97s)
11:00:09 [2021-05-03T11:00:09.901Z] === RUN   TestCreateWithInvalidHealthcheckParams
11:00:09 [2021-05-03T11:00:09.901Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
11:00:09 [2021-05-03T11:00:09.901Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
11:00:09 [2021-05-03T11:00:09.901Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
11:00:09 [2021-05-03T11:00:09.901Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
11:00:09 [2021-05-03T11:00:09.901Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
11:00:09 [2021-05-03T11:00:09.901Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
11:00:09 [2021-05-03T11:00:09.901Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
11:00:09 [2021-05-03T11:00:09.901Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
11:00:09 [2021-05-03T11:00:09.901Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
11:00:09 [2021-05-03T11:00:09.901Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
11:00:10 [2021-05-03T11:00:10.159Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
11:00:10 [2021-05-03T11:00:10.159Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
11:00:10 [2021-05-03T11:00:10.159Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
11:00:10 [2021-05-03T11:00:10.159Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
11:00:10 [2021-05-03T11:00:10.159Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
11:00:10 [2021-05-03T11:00:10.159Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
11:00:10 [2021-05-03T11:00:10.159Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
11:00:10 [2021-05-03T11:00:10.159Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
11:00:10 [2021-05-03T11:00:10.159Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
11:00:10 [2021-05-03T11:00:10.159Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
11:00:10 [2021-05-03T11:00:10.159Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
11:00:10 [2021-05-03T11:00:10.159Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
11:00:10 [2021-05-03T11:00:10.728Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.67s)
11:00:10 [2021-05-03T11:00:10.728Z] === RUN   TestCreateDifferentPlatform
11:00:10 [2021-05-03T11:00:10.728Z] === RUN   TestCreateDifferentPlatform/different_os
11:00:10 [2021-05-03T11:00:10.728Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
11:00:10 [2021-05-03T11:00:10.728Z] --- PASS: TestCreateDifferentPlatform (0.02s)
11:00:10 [2021-05-03T11:00:10.728Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
11:00:10 [2021-05-03T11:00:10.728Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
11:00:10 [2021-05-03T11:00:10.728Z] === RUN   TestCreateVolumesFromNonExistingContainer
11:00:10 [2021-05-03T11:00:10.728Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s)
11:00:10 [2021-05-03T11:00:10.728Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
11:00:10 [2021-05-03T11:00:10.728Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
11:00:10 [2021-05-03T11:00:10.728Z] === RUN   TestContainerStartOnDaemonRestart
11:00:10 [2021-05-03T11:00:10.728Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s)
11:00:10 [2021-05-03T11:00:10.728Z]     daemon_linux_test.go:38: (*Execution).IsRootless-fm
11:00:10 [2021-05-03T11:00:10.728Z] === RUN   TestDaemonRestartIpcMode
11:00:10 [2021-05-03T11:00:10.728Z] === PAUSE TestDaemonRestartIpcMode
11:00:10 [2021-05-03T11:00:10.728Z] === RUN   TestDaemonHostGatewayIP
11:00:10 [2021-05-03T11:00:10.728Z] --- SKIP: TestDaemonHostGatewayIP (0.00s)
11:00:10 [2021-05-03T11:00:10.728Z]     daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network
11:00:10 [2021-05-03T11:00:10.728Z] === RUN   TestRestartDaemonWithRestartingContainer
11:00:10 [2021-05-03T11:00:10.728Z] === PAUSE TestRestartDaemonWithRestartingContainer
11:00:10 [2021-05-03T11:00:10.728Z] === RUN   TestContainerKillOnDaemonStart
11:00:10 [2021-05-03T11:00:10.728Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
11:00:10 [2021-05-03T11:00:10.728Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
11:00:10 [2021-05-03T11:00:10.728Z] === RUN   TestDiff
11:00:11 [2021-05-03T11:00:11.663Z] --- PASS: TestDiff (0.65s)
11:00:11 [2021-05-03T11:00:11.663Z] === RUN   TestExecWithCloseStdin
11:00:12 [2021-05-03T11:00:12.228Z] --- PASS: TestConfigCreateResolve (2.44s)
11:00:12 [2021-05-03T11:00:12.228Z] === RUN   TestConfigDaemonLibtrustID
11:00:12 [2021-05-03T11:00:12.599Z] --- PASS: TestExecWithCloseStdin (0.98s)
11:00:12 [2021-05-03T11:00:12.599Z] === RUN   TestExec
11:00:12 [2021-05-03T11:00:12.795Z] --- PASS: TestConfigDaemonLibtrustID (0.71s)
11:00:12 [2021-05-03T11:00:12.795Z] PASS
11:00:12 [2021-05-03T11:00:12.795Z] 
11:00:12 [2021-05-03T11:00:12.795Z] DONE 7 tests in 16.646s
11:00:12 [2021-05-03T11:00:12.795Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
11:00:13 [2021-05-03T11:00:13.055Z] INFO: Testing against a local daemon
11:00:13 [2021-05-03T11:00:13.055Z] === RUN   TestCheckpoint
11:00:13 [2021-05-03T11:00:13.055Z] --- SKIP: TestCheckpoint (0.00s)
11:00:13 [2021-05-03T11:00:13.055Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
11:00:13 [2021-05-03T11:00:13.055Z] === RUN   TestContainerInvalidJSON
11:00:13 [2021-05-03T11:00:13.055Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
11:00:13 [2021-05-03T11:00:13.055Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
11:00:13 [2021-05-03T11:00:13.055Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
11:00:13 [2021-05-03T11:00:13.055Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
11:00:13 [2021-05-03T11:00:13.055Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
11:00:13 [2021-05-03T11:00:13.055Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
11:00:13 [2021-05-03T11:00:13.055Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
11:00:13 [2021-05-03T11:00:13.055Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
11:00:13 [2021-05-03T11:00:13.055Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
11:00:13 [2021-05-03T11:00:13.055Z] --- PASS: TestContainerInvalidJSON (0.01s)
11:00:13 [2021-05-03T11:00:13.055Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
11:00:13 [2021-05-03T11:00:13.055Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
11:00:13 [2021-05-03T11:00:13.055Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
11:00:13 [2021-05-03T11:00:13.055Z] === RUN   TestCopyFromContainerPathDoesNotExist
11:00:13 [2021-05-03T11:00:13.055Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s)
11:00:13 [2021-05-03T11:00:13.055Z] === RUN   TestCopyFromContainerPathIsNotDir
11:00:13 [2021-05-03T11:00:13.055Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
11:00:13 [2021-05-03T11:00:13.055Z] === RUN   TestCopyToContainerPathDoesNotExist
11:00:13 [2021-05-03T11:00:13.055Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s)
11:00:13 [2021-05-03T11:00:13.055Z] === RUN   TestCopyToContainerPathIsNotDir
11:00:13 [2021-05-03T11:00:13.313Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s)
11:00:13 [2021-05-03T11:00:13.313Z] === RUN   TestCopyFromContainer
11:00:13 [2021-05-03T11:00:13.533Z] --- PASS: TestExec (0.93s)
11:00:13 [2021-05-03T11:00:13.533Z] === RUN   TestExecUser
11:00:13 [2021-05-03T11:00:13.612Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
11:00:14 [2021-05-03T11:00:14.065Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
11:00:14 [2021-05-03T11:00:14.390Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
11:00:14 [2021-05-03T11:00:14.473Z] --- PASS: TestExecUser (0.97s)
11:00:14 [2021-05-03T11:00:14.473Z] === RUN   TestExportContainerAndImportImage
11:00:14 [2021-05-03T11:00:14.694Z] === RUN   TestCopyFromContainer//
11:00:14 [2021-05-03T11:00:14.953Z] === RUN   TestCopyFromContainer//bar/root
11:00:14 [2021-05-03T11:00:14.953Z] === RUN   TestCopyFromContainer//bar/root/
11:00:14 [2021-05-03T11:00:14.953Z] === RUN   TestCopyFromContainer/bar/quux
11:00:15 [2021-05-03T11:00:15.211Z] === RUN   TestCopyFromContainer/bar/quux/
11:00:15 [2021-05-03T11:00:15.211Z] === RUN   TestCopyFromContainer/bar/quux/baz
11:00:15 [2021-05-03T11:00:15.211Z] === RUN   TestCopyFromContainer/bar/filesymlink
11:00:15 [2021-05-03T11:00:15.211Z] === RUN   TestCopyFromContainer/bar/dirsymlink
11:00:15 [2021-05-03T11:00:15.411Z] --- PASS: TestExportContainerAndImportImage (0.88s)
11:00:15 [2021-05-03T11:00:15.411Z] === RUN   TestExportContainerAfterDaemonRestart
11:00:15 [2021-05-03T11:00:15.470Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
11:00:15 [2021-05-03T11:00:15.470Z] === RUN   TestCopyFromContainer/bar/notarget
11:00:15 [2021-05-03T11:00:15.470Z] --- PASS: TestCopyFromContainer (2.34s)
11:00:15 [2021-05-03T11:00:15.470Z]     --- PASS: TestCopyFromContainer// (0.08s)
11:00:15 [2021-05-03T11:00:15.470Z]     --- PASS: TestCopyFromContainer//bar/root (0.08s)
11:00:15 [2021-05-03T11:00:15.470Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.08s)
11:00:15 [2021-05-03T11:00:15.470Z]     --- PASS: TestCopyFromContainer/bar/quux (0.07s)
11:00:15 [2021-05-03T11:00:15.470Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
11:00:15 [2021-05-03T11:00:15.470Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
11:00:15 [2021-05-03T11:00:15.470Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s)
11:00:15 [2021-05-03T11:00:15.470Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s)
11:00:15 [2021-05-03T11:00:15.470Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
11:00:15 [2021-05-03T11:00:15.470Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.07s)
11:00:15 [2021-05-03T11:00:15.470Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
11:00:15 [2021-05-03T11:00:15.470Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
11:00:15 [2021-05-03T11:00:15.470Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
11:00:15 [2021-05-03T11:00:15.470Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
11:00:15 [2021-05-03T11:00:15.470Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
11:00:15 [2021-05-03T11:00:15.470Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
11:00:15 [2021-05-03T11:00:15.470Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
11:00:15 [2021-05-03T11:00:15.470Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
11:00:15 [2021-05-03T11:00:15.470Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
11:00:15 [2021-05-03T11:00:15.470Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
11:00:15 [2021-05-03T11:00:15.470Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
11:00:15 [2021-05-03T11:00:15.471Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
11:00:15 [2021-05-03T11:00:15.471Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
11:00:15 [2021-05-03T11:00:15.471Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
11:00:15 [2021-05-03T11:00:15.471Z] === RUN   TestCreateLinkToNonExistingContainer
11:00:15 [2021-05-03T11:00:15.729Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s)
11:00:15 [2021-05-03T11:00:15.729Z] === RUN   TestCreateWithInvalidEnv
11:00:15 [2021-05-03T11:00:15.729Z] === RUN   TestCreateWithInvalidEnv/0
11:00:15 [2021-05-03T11:00:15.729Z] === PAUSE TestCreateWithInvalidEnv/0
11:00:15 [2021-05-03T11:00:15.729Z] === RUN   TestCreateWithInvalidEnv/1
11:00:15 [2021-05-03T11:00:15.729Z] === PAUSE TestCreateWithInvalidEnv/1
11:00:15 [2021-05-03T11:00:15.729Z] === RUN   TestCreateWithInvalidEnv/2
11:00:15 [2021-05-03T11:00:15.729Z] === PAUSE TestCreateWithInvalidEnv/2
11:00:15 [2021-05-03T11:00:15.729Z] === CONT  TestCreateWithInvalidEnv/0
11:00:15 [2021-05-03T11:00:15.729Z] === CONT  TestCreateWithInvalidEnv/2
11:00:15 [2021-05-03T11:00:15.729Z] === CONT  TestCreateWithInvalidEnv/1
11:00:15 [2021-05-03T11:00:15.729Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
11:00:15 [2021-05-03T11:00:15.729Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
11:00:15 [2021-05-03T11:00:15.729Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
11:00:15 [2021-05-03T11:00:15.729Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
11:00:15 [2021-05-03T11:00:15.729Z] === RUN   TestCreateTmpfsMountsTarget
11:00:15 [2021-05-03T11:00:15.729Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
11:00:15 [2021-05-03T11:00:15.729Z] === RUN   TestCreateWithCustomMaskedPaths
11:00:18 [2021-05-03T11:00:18.263Z] --- PASS: TestCreateWithCustomMaskedPaths (2.51s)
11:00:18 [2021-05-03T11:00:18.263Z] === RUN   TestCreateWithCustomReadonlyPaths
11:00:19 [2021-05-03T11:00:19.489Z] sha256:3cd85a349a744a7e84318885c45b2b4872b33de7c1f947ea8ce2c0453e4281b1
11:00:19 [2021-05-03T11:00:19.489Z] INFO: Starting docker-py tests...
11:00:19 [2021-05-03T11:00:19.489Z] ============================= test session starts ==============================
11:00:19 [2021-05-03T11:00:19.489Z] platform linux -- Python 3.7.10, pytest-4.3.1, py-1.10.0, pluggy-0.13.1
11:00:19 [2021-05-03T11:00:19.489Z] rootdir: /src, inifile: pytest.ini
11:00:19 [2021-05-03T11:00:19.489Z] plugins: timeout-1.3.3, cov-2.6.1
11:00:19 [2021-05-03T11:00:19.489Z] collected 390 items / 1 deselected / 389 selected
11:00:19 [2021-05-03T11:00:19.489Z] 
11:00:19 [2021-05-03T11:00:19.600Z] --- PASS: TestExportContainerAfterDaemonRestart (3.99s)
11:00:19 [2021-05-03T11:00:19.600Z] === RUN   TestHealthCheckWorkdir
11:00:20 [2021-05-03T11:00:20.537Z] --- PASS: TestHealthCheckWorkdir (1.36s)
11:00:20 [2021-05-03T11:00:20.537Z] === RUN   TestHealthKillContainer
11:00:20 [2021-05-03T11:00:20.799Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.45s)
11:00:20 [2021-05-03T11:00:20.799Z] === RUN   TestCreateWithInvalidHealthcheckParams
11:00:20 [2021-05-03T11:00:20.799Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
11:00:20 [2021-05-03T11:00:20.799Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
11:00:20 [2021-05-03T11:00:20.799Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
11:00:20 [2021-05-03T11:00:20.799Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
11:00:20 [2021-05-03T11:00:20.799Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
11:00:20 [2021-05-03T11:00:20.799Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
11:00:20 [2021-05-03T11:00:20.799Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
11:00:20 [2021-05-03T11:00:20.799Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
11:00:20 [2021-05-03T11:00:20.799Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
11:00:20 [2021-05-03T11:00:20.799Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
11:00:20 [2021-05-03T11:00:20.799Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
11:00:20 [2021-05-03T11:00:20.799Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
11:00:20 [2021-05-03T11:00:20.799Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
11:00:20 [2021-05-03T11:00:20.799Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
11:00:20 [2021-05-03T11:00:20.799Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
11:00:20 [2021-05-03T11:00:20.799Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
11:00:20 [2021-05-03T11:00:20.799Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
11:00:20 [2021-05-03T11:00:20.799Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
11:00:20 [2021-05-03T11:00:20.799Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
11:00:20 [2021-05-03T11:00:20.799Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
11:00:20 [2021-05-03T11:00:20.799Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
11:00:20 [2021-05-03T11:00:20.799Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
11:00:21 [2021-05-03T11:00:21.369Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.81s)
11:00:21 [2021-05-03T11:00:21.369Z] === RUN   TestCreateDifferentPlatform
11:00:21 [2021-05-03T11:00:21.369Z] === RUN   TestCreateDifferentPlatform/different_os
11:00:21 [2021-05-03T11:00:21.369Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
11:00:21 [2021-05-03T11:00:21.369Z] --- PASS: TestCreateDifferentPlatform (0.01s)
11:00:21 [2021-05-03T11:00:21.369Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
11:00:21 [2021-05-03T11:00:21.369Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
11:00:21 [2021-05-03T11:00:21.369Z] === RUN   TestCreateVolumesFromNonExistingContainer
11:00:21 [2021-05-03T11:00:21.633Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
11:00:21 [2021-05-03T11:00:21.633Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
11:00:21 [2021-05-03T11:00:21.633Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
11:00:21 [2021-05-03T11:00:21.633Z] === RUN   TestContainerStartOnDaemonRestart
11:00:21 [2021-05-03T11:00:21.633Z] === PAUSE TestContainerStartOnDaemonRestart
11:00:21 [2021-05-03T11:00:21.633Z] === RUN   TestDaemonRestartIpcMode
11:00:21 [2021-05-03T11:00:21.633Z] === PAUSE TestDaemonRestartIpcMode
11:00:21 [2021-05-03T11:00:21.633Z] === RUN   TestDaemonHostGatewayIP
11:00:21 [2021-05-03T11:00:21.633Z] === PAUSE TestDaemonHostGatewayIP
11:00:21 [2021-05-03T11:00:21.633Z] === RUN   TestRestartDaemonWithRestartingContainer
11:00:21 [2021-05-03T11:00:21.633Z] === PAUSE TestRestartDaemonWithRestartingContainer
11:00:21 [2021-05-03T11:00:21.633Z] === RUN   TestContainerKillOnDaemonStart
11:00:21 [2021-05-03T11:00:21.633Z] === PAUSE TestContainerKillOnDaemonStart
11:00:21 [2021-05-03T11:00:21.633Z] === RUN   TestDiff
11:00:22 [2021-05-03T11:00:22.571Z] --- PASS: TestDiff (0.80s)
11:00:22 [2021-05-03T11:00:22.571Z] === RUN   TestExecWithCloseStdin
11:00:22 [2021-05-03T11:00:22.594Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
11:00:22 [2021-05-03T11:00:22.594Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (12.72s)
11:00:22 [2021-05-03T11:00:22.594Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (12.99s)
11:00:22 [2021-05-03T11:00:22.594Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (13.19s)
11:00:22 [2021-05-03T11:00:22.594Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (13.24s)
11:00:22 [2021-05-03T11:00:22.594Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (7.63s)
11:00:22 [2021-05-03T11:00:22.594Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (7.60s)
11:00:22 [2021-05-03T11:00:22.594Z] === RUN   TestBuildMultiStageCopy
11:00:22 [2021-05-03T11:00:22.594Z] === RUN   TestBuildMultiStageCopy/copy_to_root
11:00:23 [2021-05-03T11:00:23.507Z] --- PASS: TestExecWithCloseStdin (1.14s)
11:00:23 [2021-05-03T11:00:23.507Z] === RUN   TestExec
11:00:23 [2021-05-03T11:00:23.820Z] --- PASS: TestHealthKillContainer (2.99s)
11:00:23 [2021-05-03T11:00:23.821Z] === RUN   TestInspectCpusetInConfigPre120
11:00:24 [2021-05-03T11:00:24.079Z] --- PASS: TestInspectCpusetInConfigPre120 (0.64s)
11:00:24 [2021-05-03T11:00:24.079Z] === RUN   TestIpcModeNone
11:00:24 [2021-05-03T11:00:24.402Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
11:00:24 [2021-05-03T11:00:24.402Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
11:00:24 [2021-05-03T11:00:24.883Z] --- PASS: TestExec (1.14s)
11:00:24 [2021-05-03T11:00:24.883Z] === RUN   TestExecUser
11:00:25 [2021-05-03T11:00:25.016Z] --- PASS: TestIpcModeNone (0.95s)
11:00:25 [2021-05-03T11:00:25.016Z] === RUN   TestIpcModePrivate
11:00:25 [2021-05-03T11:00:25.794Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
11:00:25 [2021-05-03T11:00:25.820Z] --- PASS: TestExecUser (1.11s)
11:00:25 [2021-05-03T11:00:25.820Z] === RUN   TestExportContainerAndImportImage
11:00:25 [2021-05-03T11:00:25.952Z] --- PASS: TestIpcModePrivate (0.93s)
11:00:25 [2021-05-03T11:00:25.952Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:72, shared: false, mustBeShared: false
11:00:25 [2021-05-03T11:00:25.952Z] === RUN   TestIpcModeShareable
11:00:25 [2021-05-03T11:00:25.952Z] --- SKIP: TestIpcModeShareable (0.00s)
11:00:25 [2021-05-03T11:00:25.952Z]     ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
11:00:25 [2021-05-03T11:00:25.952Z] === RUN   TestAPIIpcModeShareableAndContainer
11:00:26 [2021-05-03T11:00:26.757Z] --- PASS: TestExportContainerAndImportImage (1.02s)
11:00:26 [2021-05-03T11:00:26.757Z] === RUN   TestExportContainerAfterDaemonRestart
11:00:27 [2021-05-03T11:00:27.180Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
11:00:27 [2021-05-03T11:00:27.752Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
11:00:28 [2021-05-03T11:00:28.658Z] --- PASS: TestExportContainerAfterDaemonRestart (1.82s)
11:00:28 [2021-05-03T11:00:28.658Z] === RUN   TestHealthCheckWorkdir
11:00:29 [2021-05-03T11:00:29.136Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
11:00:29 [2021-05-03T11:00:29.246Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.70s)
11:00:29 [2021-05-03T11:00:29.246Z] === RUN   TestAPIIpcModeHost
11:00:29 [2021-05-03T11:00:29.246Z] --- SKIP: TestAPIIpcModeHost (0.00s)
11:00:29 [2021-05-03T11:00:29.246Z]     ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
11:00:29 [2021-05-03T11:00:29.246Z] === RUN   TestDaemonIpcModeShareable
11:00:29 [2021-05-03T11:00:29.246Z] --- SKIP: TestDaemonIpcModeShareable (0.00s)
11:00:29 [2021-05-03T11:00:29.246Z]     ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
11:00:29 [2021-05-03T11:00:29.246Z] === RUN   TestDaemonIpcModePrivate
11:00:30 [2021-05-03T11:00:30.038Z] --- PASS: TestHealthCheckWorkdir (1.52s)
11:00:30 [2021-05-03T11:00:30.038Z] === RUN   TestHealthKillContainer
11:00:30 [2021-05-03T11:00:30.463Z] Loaded image: buildpack-deps:buster
11:00:30 [2021-05-03T11:00:30.463Z] Loaded image: busybox:latest
11:00:30 [2021-05-03T11:00:30.463Z] Loaded image: busybox:glibc
11:00:31 [2021-05-03T11:00:31.107Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
11:00:31 [2021-05-03T11:00:31.107Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
11:00:31 [2021-05-03T11:00:31.778Z] --- PASS: TestDaemonIpcModePrivate (2.89s)
11:00:31 [2021-05-03T11:00:31.778Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:75, shared: false, mustBeShared: false
11:00:31 [2021-05-03T11:00:31.778Z] === RUN   TestDaemonIpcModePrivateFromConfig
11:00:31 [2021-05-03T11:00:31.778Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s)
11:00:31 [2021-05-03T11:00:31.778Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
11:00:31 [2021-05-03T11:00:31.778Z] === RUN   TestDaemonIpcModeShareableFromConfig
11:00:31 [2021-05-03T11:00:31.778Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s)
11:00:31 [2021-05-03T11:00:31.778Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
11:00:31 [2021-05-03T11:00:31.778Z] === RUN   TestIpcModeOlderClient
11:00:31 [2021-05-03T11:00:31.778Z] === PAUSE TestIpcModeOlderClient
11:00:31 [2021-05-03T11:00:31.778Z] === RUN   TestKillContainerInvalidSignal
11:00:32 [2021-05-03T11:00:32.065Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
11:00:32 [2021-05-03T11:00:32.346Z] --- PASS: TestKillContainerInvalidSignal (0.68s)
11:00:32 [2021-05-03T11:00:32.346Z] === RUN   TestKillContainer
11:00:32 [2021-05-03T11:00:32.346Z] === RUN   TestKillContainer/no_signal
11:00:32 [2021-05-03T11:00:32.377Z] Loaded image: debian:bullseye
11:00:32 [2021-05-03T11:00:32.638Z] Loaded image: hello-world:latest
11:00:32 [2021-05-03T11:00:32.899Z] Loaded image: arm32v7/hello-world:latest
11:00:32 [2021-05-03T11:00:32.914Z] === RUN   TestKillContainer/non_killing_signal
11:00:33 [2021-05-03T11:00:33.021Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
11:00:33 [2021-05-03T11:00:33.160Z] INFO: Testing against a local daemon
11:00:33 [2021-05-03T11:00:33.160Z] === RUN   TestCgroupNamespacesBuild
11:00:33 [2021-05-03T11:00:33.330Z] --- PASS: TestHealthKillContainer (3.17s)
11:00:33 [2021-05-03T11:00:33.330Z] === RUN   TestInspectCpusetInConfigPre120
11:00:33 [2021-05-03T11:00:33.349Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
11:00:33 [2021-05-03T11:00:33.481Z] === RUN   TestKillContainer/killing_signal
11:00:34 [2021-05-03T11:00:34.266Z] --- PASS: TestInspectCpusetInConfigPre120 (0.83s)
11:00:34 [2021-05-03T11:00:34.266Z] === RUN   TestIpcModeNone
11:00:34 [2021-05-03T11:00:34.417Z] --- PASS: TestKillContainer (2.03s)
11:00:34 [2021-05-03T11:00:34.417Z]     --- PASS: TestKillContainer/no_signal (0.65s)
11:00:34 [2021-05-03T11:00:34.417Z]     --- PASS: TestKillContainer/non_killing_signal (0.53s)
11:00:34 [2021-05-03T11:00:34.417Z]     --- PASS: TestKillContainer/killing_signal (0.69s)
11:00:34 [2021-05-03T11:00:34.417Z] === RUN   TestKillWithStopSignalAndRestartPolicies
11:00:34 [2021-05-03T11:00:34.417Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
11:00:34 [2021-05-03T11:00:34.542Z] --- PASS: TestBuildMultiStageCopy (12.76s)
11:00:34 [2021-05-03T11:00:34.542Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (8.50s)
11:00:34 [2021-05-03T11:00:34.542Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.80s)
11:00:34 [2021-05-03T11:00:34.542Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.96s)
11:00:34 [2021-05-03T11:00:34.542Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.14s)
11:00:34 [2021-05-03T11:00:34.542Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.34s)
11:00:34 [2021-05-03T11:00:34.542Z] === RUN   TestBuildMultiStageParentConfig
11:00:34 [2021-05-03T11:00:34.984Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
11:00:35 [2021-05-03T11:00:35.203Z] --- PASS: TestIpcModeNone (1.13s)
11:00:35 [2021-05-03T11:00:35.203Z] === RUN   TestIpcModePrivate
11:00:35 [2021-05-03T11:00:35.894Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
11:00:35 [2021-05-03T11:00:35.921Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.33s)
11:00:35 [2021-05-03T11:00:35.921Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.65s)
11:00:35 [2021-05-03T11:00:35.921Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.52s)
11:00:35 [2021-05-03T11:00:35.921Z] === RUN   TestKillStoppedContainer
11:00:35 [2021-05-03T11:00:35.921Z] --- PASS: TestKillStoppedContainer (0.05s)
11:00:35 [2021-05-03T11:00:35.921Z] === RUN   TestKillStoppedContainerAPIPre120
11:00:35 [2021-05-03T11:00:35.921Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
11:00:35 [2021-05-03T11:00:35.921Z] === RUN   TestKillDifferentUserContainer
11:00:36 [2021-05-03T11:00:36.462Z] --- PASS: TestCgroupNamespacesBuild (3.29s)
11:00:36 [2021-05-03T11:00:36.462Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
11:00:36 [2021-05-03T11:00:36.489Z] --- PASS: TestKillDifferentUserContainer (0.67s)
11:00:36 [2021-05-03T11:00:36.489Z] === RUN   TestInspectOomKilledTrue
11:00:36 [2021-05-03T11:00:36.489Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
11:00:36 [2021-05-03T11:00:36.489Z]     kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none"
11:00:36 [2021-05-03T11:00:36.489Z] === RUN   TestInspectOomKilledFalse
11:00:36 [2021-05-03T11:00:36.489Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
11:00:36 [2021-05-03T11:00:36.489Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
11:00:36 [2021-05-03T11:00:36.489Z] === RUN   TestLinksEtcHostsContentMatch
11:00:36 [2021-05-03T11:00:36.489Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s)
11:00:36 [2021-05-03T11:00:36.489Z]     links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
11:00:36 [2021-05-03T11:00:36.489Z] === RUN   TestLinksContainerNames
11:00:36 [2021-05-03T11:00:36.626Z] --- PASS: TestIpcModePrivate (1.22s)
11:00:36 [2021-05-03T11:00:36.626Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:56, shared: false, mustBeShared: false
11:00:36 [2021-05-03T11:00:36.626Z] === RUN   TestIpcModeShareable
11:00:36 [2021-05-03T11:00:36.697Z] --- PASS: TestBuildMultiStageParentConfig (2.54s)
11:00:36 [2021-05-03T11:00:36.697Z] === RUN   TestBuildLabelWithTargets
11:00:36 [2021-05-03T11:00:36.697Z] --- SKIP: TestBuildLabelWithTargets (0.01s)
11:00:36 [2021-05-03T11:00:36.697Z]     build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME
11:00:36 [2021-05-03T11:00:36.697Z] === RUN   TestBuildWithEmptyLayers
11:00:37 [2021-05-03T11:00:37.278Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
11:00:37 [2021-05-03T11:00:37.574Z] --- PASS: TestIpcModeShareable (1.14s)
11:00:37 [2021-05-03T11:00:37.574Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:51, shared: true, mustBeShared: true
11:00:37 [2021-05-03T11:00:37.574Z] === RUN   TestAPIIpcModeShareableAndContainer
11:00:37 [2021-05-03T11:00:37.868Z] --- PASS: TestLinksContainerNames (1.36s)
11:00:37 [2021-05-03T11:00:37.868Z] === RUN   TestLogsFollowTailEmpty
11:00:38 [2021-05-03T11:00:38.217Z] --- PASS: TestBuildWithEmptyLayers (1.30s)
11:00:38 [2021-05-03T11:00:38.217Z] === RUN   TestBuildMultiStageOnBuild
11:00:38 [2021-05-03T11:00:38.221Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
11:00:38 [2021-05-03T11:00:38.436Z] --- PASS: TestLogsFollowTailEmpty (0.69s)
11:00:38 [2021-05-03T11:00:38.436Z] === RUN   TestContainerNetworkMountsNoChown
11:00:38 [2021-05-03T11:00:38.926Z] tests/integration/api_build_test.py .......................X             [  6%]
11:00:39 [2021-05-03T11:00:39.372Z] --- PASS: TestContainerNetworkMountsNoChown (0.65s)
11:00:39 [2021-05-03T11:00:39.372Z] === RUN   TestMountDaemonRoot
11:00:39 [2021-05-03T11:00:39.372Z] === RUN   TestMountDaemonRoot/default
11:00:39 [2021-05-03T11:00:39.372Z] === PAUSE TestMountDaemonRoot/default
11:00:39 [2021-05-03T11:00:39.372Z] === RUN   TestMountDaemonRoot/private
11:00:39 [2021-05-03T11:00:39.372Z] === PAUSE TestMountDaemonRoot/private
11:00:39 [2021-05-03T11:00:39.372Z] === RUN   TestMountDaemonRoot/rprivate
11:00:39 [2021-05-03T11:00:39.372Z] === PAUSE TestMountDaemonRoot/rprivate
11:00:39 [2021-05-03T11:00:39.372Z] === RUN   TestMountDaemonRoot/slave
11:00:39 [2021-05-03T11:00:39.372Z] === PAUSE TestMountDaemonRoot/slave
11:00:39 [2021-05-03T11:00:39.372Z] === RUN   TestMountDaemonRoot/rslave
11:00:39 [2021-05-03T11:00:39.372Z] === PAUSE TestMountDaemonRoot/rslave
11:00:39 [2021-05-03T11:00:39.372Z] === RUN   TestMountDaemonRoot/shared
11:00:39 [2021-05-03T11:00:39.372Z] === PAUSE TestMountDaemonRoot/shared
11:00:39 [2021-05-03T11:00:39.372Z] === RUN   TestMountDaemonRoot/rshared
11:00:39 [2021-05-03T11:00:39.372Z] === PAUSE TestMountDaemonRoot/rshared
11:00:39 [2021-05-03T11:00:39.372Z] === CONT  TestMountDaemonRoot/default
11:00:39 [2021-05-03T11:00:39.372Z] === RUN   TestMountDaemonRoot/default/bind_root
11:00:39 [2021-05-03T11:00:39.372Z] === PAUSE TestMountDaemonRoot/default/bind_root
11:00:39 [2021-05-03T11:00:39.372Z] === RUN   TestMountDaemonRoot/default/bind_subpath
11:00:39 [2021-05-03T11:00:39.372Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
11:00:39 [2021-05-03T11:00:39.372Z] === RUN   TestMountDaemonRoot/default/mount_root
11:00:39 [2021-05-03T11:00:39.372Z] === PAUSE TestMountDaemonRoot/default/mount_root
11:00:39 [2021-05-03T11:00:39.372Z] === RUN   TestMountDaemonRoot/default/mount_subpath
11:00:39 [2021-05-03T11:00:39.372Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
11:00:39 [2021-05-03T11:00:39.372Z] === CONT  TestMountDaemonRoot/default/bind_root
11:00:39 [2021-05-03T11:00:39.372Z] === CONT  TestMountDaemonRoot/rshared
11:00:39 [2021-05-03T11:00:39.372Z] === RUN   TestMountDaemonRoot/rshared/bind_root
11:00:39 [2021-05-03T11:00:39.372Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
11:00:39 [2021-05-03T11:00:39.372Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
11:00:39 [2021-05-03T11:00:39.372Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
11:00:39 [2021-05-03T11:00:39.372Z] === RUN   TestMountDaemonRoot/rshared/mount_root
11:00:39 [2021-05-03T11:00:39.372Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
11:00:39 [2021-05-03T11:00:39.372Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
11:00:39 [2021-05-03T11:00:39.372Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
11:00:39 [2021-05-03T11:00:39.372Z] === CONT  TestMountDaemonRoot/shared
11:00:39 [2021-05-03T11:00:39.372Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
11:00:39 [2021-05-03T11:00:39.372Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
11:00:39 [2021-05-03T11:00:39.372Z] === RUN   TestMountDaemonRoot/shared/mount_root
11:00:39 [2021-05-03T11:00:39.372Z] === PAUSE TestMountDaemonRoot/shared/mount_root
11:00:39 [2021-05-03T11:00:39.372Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
11:00:39 [2021-05-03T11:00:39.372Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
11:00:39 [2021-05-03T11:00:39.372Z] === RUN   TestMountDaemonRoot/shared/bind_root
11:00:39 [2021-05-03T11:00:39.372Z] === PAUSE TestMountDaemonRoot/shared/bind_root
11:00:39 [2021-05-03T11:00:39.372Z] === CONT  TestMountDaemonRoot/rslave
11:00:39 [2021-05-03T11:00:39.372Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
11:00:39 [2021-05-03T11:00:39.372Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
11:00:39 [2021-05-03T11:00:39.372Z] === RUN   TestMountDaemonRoot/rslave/mount_root
11:00:39 [2021-05-03T11:00:39.372Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
11:00:39 [2021-05-03T11:00:39.372Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
11:00:39 [2021-05-03T11:00:39.372Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
11:00:39 [2021-05-03T11:00:39.372Z] === RUN   TestMountDaemonRoot/rslave/bind_root
11:00:39 [2021-05-03T11:00:39.372Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
11:00:39 [2021-05-03T11:00:39.372Z] === CONT  TestMountDaemonRoot/slave
11:00:39 [2021-05-03T11:00:39.372Z] === RUN   TestMountDaemonRoot/slave/bind_root
11:00:39 [2021-05-03T11:00:39.372Z] === PAUSE TestMountDaemonRoot/slave/bind_root
11:00:39 [2021-05-03T11:00:39.372Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
11:00:39 [2021-05-03T11:00:39.372Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
11:00:39 [2021-05-03T11:00:39.372Z] === RUN   TestMountDaemonRoot/slave/mount_root
11:00:39 [2021-05-03T11:00:39.372Z] === PAUSE TestMountDaemonRoot/slave/mount_root
11:00:39 [2021-05-03T11:00:39.372Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
11:00:39 [2021-05-03T11:00:39.372Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
11:00:39 [2021-05-03T11:00:39.372Z] === CONT  TestMountDaemonRoot/rprivate
11:00:39 [2021-05-03T11:00:39.372Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
11:00:39 [2021-05-03T11:00:39.372Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
11:00:39 [2021-05-03T11:00:39.372Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
11:00:39 [2021-05-03T11:00:39.372Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
11:00:39 [2021-05-03T11:00:39.372Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
11:00:39 [2021-05-03T11:00:39.372Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
11:00:39 [2021-05-03T11:00:39.372Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
11:00:39 [2021-05-03T11:00:39.372Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
11:00:39 [2021-05-03T11:00:39.372Z] === CONT  TestMountDaemonRoot/private
11:00:39 [2021-05-03T11:00:39.372Z] === RUN   TestMountDaemonRoot/private/bind_root
11:00:39 [2021-05-03T11:00:39.372Z] === PAUSE TestMountDaemonRoot/private/bind_root
11:00:39 [2021-05-03T11:00:39.372Z] === RUN   TestMountDaemonRoot/private/bind_subpath
11:00:39 [2021-05-03T11:00:39.372Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
11:00:39 [2021-05-03T11:00:39.372Z] === RUN   TestMountDaemonRoot/private/mount_root
11:00:39 [2021-05-03T11:00:39.372Z] === PAUSE TestMountDaemonRoot/private/mount_root
11:00:39 [2021-05-03T11:00:39.372Z] === RUN   TestMountDaemonRoot/private/mount_subpath
11:00:39 [2021-05-03T11:00:39.372Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
11:00:39 [2021-05-03T11:00:39.372Z] === CONT  TestMountDaemonRoot/default/mount_subpath
11:00:39 [2021-05-03T11:00:39.372Z] === CONT  TestMountDaemonRoot/default/mount_root
11:00:39 [2021-05-03T11:00:39.372Z] === CONT  TestMountDaemonRoot/default/bind_subpath
11:00:39 [2021-05-03T11:00:39.372Z] === CONT  TestMountDaemonRoot/rshared/bind_root
11:00:39 [2021-05-03T11:00:39.372Z] === CONT  TestMountDaemonRoot/rshared/mount_root
11:00:39 [2021-05-03T11:00:39.372Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
11:00:39 [2021-05-03T11:00:39.372Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
11:00:39 [2021-05-03T11:00:39.372Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
11:00:39 [2021-05-03T11:00:39.373Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
11:00:39 [2021-05-03T11:00:39.373Z] === CONT  TestMountDaemonRoot/shared/bind_root
11:00:39 [2021-05-03T11:00:39.373Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
11:00:39 [2021-05-03T11:00:39.373Z] === CONT  TestMountDaemonRoot/shared/mount_root
11:00:39 [2021-05-03T11:00:39.373Z] === CONT  TestMountDaemonRoot/slave/bind_root
11:00:39 [2021-05-03T11:00:39.373Z] === CONT  TestMountDaemonRoot/rslave/bind_root
11:00:39 [2021-05-03T11:00:39.373Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
11:00:39 [2021-05-03T11:00:39.373Z] === CONT  TestMountDaemonRoot/rslave/mount_root
11:00:39 [2021-05-03T11:00:39.373Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
11:00:39 [2021-05-03T11:00:39.373Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
11:00:39 [2021-05-03T11:00:39.631Z] === CONT  TestMountDaemonRoot/slave/mount_root
11:00:39 [2021-05-03T11:00:39.631Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
11:00:39 [2021-05-03T11:00:39.631Z] === CONT  TestMountDaemonRoot/private/bind_root
11:00:39 [2021-05-03T11:00:39.631Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
11:00:39 [2021-05-03T11:00:39.631Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
11:00:39 [2021-05-03T11:00:39.631Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
11:00:39 [2021-05-03T11:00:39.631Z] === CONT  TestMountDaemonRoot/private/mount_subpath
11:00:39 [2021-05-03T11:00:39.631Z] === CONT  TestMountDaemonRoot/private/mount_root
11:00:39 [2021-05-03T11:00:39.631Z] === CONT  TestMountDaemonRoot/private/bind_subpath
11:00:39 [2021-05-03T11:00:39.631Z] --- PASS: TestMountDaemonRoot (0.02s)
11:00:39 [2021-05-03T11:00:39.631Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
11:00:39 [2021-05-03T11:00:39.631Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.04s)
11:00:39 [2021-05-03T11:00:39.631Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s)
11:00:39 [2021-05-03T11:00:39.631Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s)
11:00:39 [2021-05-03T11:00:39.631Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.05s)
11:00:39 [2021-05-03T11:00:39.631Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
11:00:39 [2021-05-03T11:00:39.631Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s)
11:00:39 [2021-05-03T11:00:39.631Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s)
11:00:39 [2021-05-03T11:00:39.631Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s)
11:00:39 [2021-05-03T11:00:39.631Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s)
11:00:39 [2021-05-03T11:00:39.631Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
11:00:39 [2021-05-03T11:00:39.631Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
11:00:39 [2021-05-03T11:00:39.631Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
11:00:39 [2021-05-03T11:00:39.631Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s)
11:00:39 [2021-05-03T11:00:39.631Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
11:00:39 [2021-05-03T11:00:39.631Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
11:00:39 [2021-05-03T11:00:39.631Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s)
11:00:39 [2021-05-03T11:00:39.631Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s)
11:00:39 [2021-05-03T11:00:39.631Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s)
11:00:39 [2021-05-03T11:00:39.631Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s)
11:00:39 [2021-05-03T11:00:39.631Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
11:00:39 [2021-05-03T11:00:39.631Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
11:00:39 [2021-05-03T11:00:39.631Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
11:00:39 [2021-05-03T11:00:39.631Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
11:00:39 [2021-05-03T11:00:39.631Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
11:00:39 [2021-05-03T11:00:39.631Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
11:00:39 [2021-05-03T11:00:39.631Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
11:00:39 [2021-05-03T11:00:39.631Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
11:00:39 [2021-05-03T11:00:39.631Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
11:00:39 [2021-05-03T11:00:39.631Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
11:00:39 [2021-05-03T11:00:39.631Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
11:00:39 [2021-05-03T11:00:39.631Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
11:00:39 [2021-05-03T11:00:39.632Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
11:00:39 [2021-05-03T11:00:39.632Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
11:00:39 [2021-05-03T11:00:39.632Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.01s)
11:00:39 [2021-05-03T11:00:39.632Z] === RUN   TestContainerBindMountNonRecursive
11:00:39 [2021-05-03T11:00:39.632Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s)
11:00:39 [2021-05-03T11:00:39.632Z]     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)
11:00:39 [2021-05-03T11:00:39.632Z] === RUN   TestContainerVolumesMountedAsShared
11:00:39 [2021-05-03T11:00:39.632Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s)
11:00:39 [2021-05-03T11:00:39.632Z]     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)
11:00:39 [2021-05-03T11:00:39.632Z] === RUN   TestContainerVolumesMountedAsSlave
11:00:39 [2021-05-03T11:00:39.632Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s)
11:00:39 [2021-05-03T11:00:39.632Z]     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)
11:00:39 [2021-05-03T11:00:39.632Z] === RUN   TestNetworkNat
11:00:39 [2021-05-03T11:00:39.743Z] tests/integration/api_client_test.py .....                               [  7%]
11:00:39 [2021-05-03T11:00:39.828Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (3.02s)
11:00:39 [2021-05-03T11:00:39.828Z] === RUN   TestBuildWithSession
11:00:39 [2021-05-03T11:00:39.828Z] --- SKIP: TestBuildWithSession (0.00s)
11:00:39 [2021-05-03T11:00:39.828Z]     build_session_test.go:25: TODO: BuildKit
11:00:39 [2021-05-03T11:00:39.828Z] === RUN   TestBuildSquashParent
11:00:40 [2021-05-03T11:00:40.137Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
11:00:40 [2021-05-03T11:00:40.569Z] --- PASS: TestNetworkNat (0.85s)
11:00:40 [2021-05-03T11:00:40.569Z] === RUN   TestNetworkLocalhostTCPNat
11:00:40 [2021-05-03T11:00:40.862Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.13s)
11:00:40 [2021-05-03T11:00:40.862Z] === RUN   TestAPIIpcModeHost
11:00:41 [2021-05-03T11:00:41.137Z] --- PASS: TestNetworkLocalhostTCPNat (0.79s)
11:00:41 [2021-05-03T11:00:41.137Z] === RUN   TestNetworkLoopbackNat
11:00:41 [2021-05-03T11:00:41.524Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
11:00:41 [2021-05-03T11:00:41.668Z] tests/integration/api_config_test.py .....                               [  8%]
11:00:41 [2021-05-03T11:00:41.798Z] --- PASS: TestAPIIpcModeHost (1.17s)
11:00:41 [2021-05-03T11:00:41.798Z] === RUN   TestDaemonIpcModeShareable
11:00:43 [2021-05-03T11:00:43.438Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
11:00:43 [2021-05-03T11:00:43.799Z] --- PASS: TestDaemonIpcModeShareable (1.94s)
11:00:43 [2021-05-03T11:00:43.799Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:59, shared: true, mustBeShared: true
11:00:43 [2021-05-03T11:00:43.799Z] === RUN   TestDaemonIpcModePrivate
11:00:44 [2021-05-03T11:00:44.421Z] --- PASS: TestNetworkLoopbackNat (3.11s)
11:00:44 [2021-05-03T11:00:44.421Z] === RUN   TestPause
11:00:44 [2021-05-03T11:00:44.421Z] --- SKIP: TestPause (0.00s)
11:00:44 [2021-05-03T11:00:44.421Z]     pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none"
11:00:44 [2021-05-03T11:00:44.421Z] === RUN   TestPauseFailsOnWindowsServerContainers
11:00:44 [2021-05-03T11:00:44.421Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
11:00:44 [2021-05-03T11:00:44.421Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
11:00:44 [2021-05-03T11:00:44.421Z] === RUN   TestPauseStopPausedContainer
11:00:44 [2021-05-03T11:00:44.421Z] --- SKIP: TestPauseStopPausedContainer (0.01s)
11:00:44 [2021-05-03T11:00:44.421Z]     pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none"
11:00:44 [2021-05-03T11:00:44.421Z] === RUN   TestPidHost
11:00:44 [2021-05-03T11:00:44.826Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
11:00:45 [2021-05-03T11:00:45.704Z] --- PASS: TestDaemonIpcModePrivate (1.87s)
11:00:45 [2021-05-03T11:00:45.704Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: false, mustBeShared: false
11:00:45 [2021-05-03T11:00:45.704Z] === RUN   TestDaemonIpcModePrivateFromConfig
11:00:46 [2021-05-03T11:00:46.213Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
11:00:46 [2021-05-03T11:00:46.325Z] --- PASS: TestPidHost (1.88s)
11:00:46 [2021-05-03T11:00:46.326Z] === RUN   TestPsFilter
11:00:46 [2021-05-03T11:00:46.326Z] --- PASS: TestPsFilter (0.18s)
11:00:46 [2021-05-03T11:00:46.326Z] === RUN   TestRemoveContainerWithRemovedVolume
11:00:47 [2021-05-03T11:00:47.262Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.68s)
11:00:47 [2021-05-03T11:00:47.262Z] === RUN   TestRemoveContainerWithVolume
11:00:47 [2021-05-03T11:00:47.598Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
11:00:47 [2021-05-03T11:00:47.598Z] Using test binary docker
11:00:47 [2021-05-03T11:00:47.598Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
11:00:47 [2021-05-03T11:00:47.598Z] +++ /etc/init.d/apparmor start
11:00:47 [2021-05-03T11:00:47.598Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
11:00:47 [2021-05-03T11:00:47.598Z] INFO: Waiting for daemon to start...
11:00:47 [2021-05-03T11:00:47.598Z] Starting dockerd
11:00:47 [2021-05-03T11:00:47.598Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental
11:00:47 [2021-05-03T11:00:47.609Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.89s)
11:00:47 [2021-05-03T11:00:47.609Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: false, mustBeShared: false
11:00:47 [2021-05-03T11:00:47.609Z] === RUN   TestDaemonIpcModeShareableFromConfig
11:00:47 [2021-05-03T11:00:47.830Z] --- PASS: TestRemoveContainerWithVolume (0.70s)
11:00:47 [2021-05-03T11:00:47.830Z] === RUN   TestRemoveContainerRunning
11:00:48 [2021-05-03T11:00:48.398Z] --- PASS: TestRemoveContainerRunning (0.67s)
11:00:48 [2021-05-03T11:00:48.398Z] === RUN   TestRemoveContainerForceRemoveRunning
11:00:49 [2021-05-03T11:00:49.336Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.66s)
11:00:49 [2021-05-03T11:00:49.336Z] === RUN   TestRemoveInvalidContainer
11:00:49 [2021-05-03T11:00:49.336Z] --- PASS: TestRemoveInvalidContainer (0.01s)
11:00:49 [2021-05-03T11:00:49.336Z] === RUN   TestRenameLinkedContainer
11:00:49 [2021-05-03T11:00:49.518Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.94s)
11:00:49 [2021-05-03T11:00:49.518Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:59, shared: true, mustBeShared: true
11:00:49 [2021-05-03T11:00:49.518Z] === RUN   TestIpcModeOlderClient
11:00:49 [2021-05-03T11:00:49.518Z] === PAUSE TestIpcModeOlderClient
11:00:49 [2021-05-03T11:00:49.518Z] === RUN   TestKillContainerInvalidSignal
11:00:50 [2021-05-03T11:00:50.457Z] --- PASS: TestKillContainerInvalidSignal (0.73s)
11:00:50 [2021-05-03T11:00:50.457Z] === RUN   TestKillContainer
11:00:50 [2021-05-03T11:00:50.457Z] === RUN   TestKillContainer/no_signal
11:00:51 [2021-05-03T11:00:51.025Z] === RUN   TestKillContainer/non_killing_signal
11:00:51 [2021-05-03T11:00:51.594Z] === RUN   TestKillContainer/killing_signal
11:00:51 [2021-05-03T11:00:51.873Z] --- PASS: TestRenameLinkedContainer (2.70s)
11:00:51 [2021-05-03T11:00:51.873Z] === RUN   TestRenameStoppedContainer
11:00:52 [2021-05-03T11:00:52.442Z] --- PASS: TestRenameStoppedContainer (0.64s)
11:00:52 [2021-05-03T11:00:52.442Z] === RUN   TestRenameRunningContainerAndReuse
11:00:52 [2021-05-03T11:00:52.532Z] --- PASS: TestKillContainer (2.26s)
11:00:52 [2021-05-03T11:00:52.532Z]     --- PASS: TestKillContainer/no_signal (0.73s)
11:00:52 [2021-05-03T11:00:52.532Z]     --- PASS: TestKillContainer/non_killing_signal (0.57s)
11:00:52 [2021-05-03T11:00:52.532Z]     --- PASS: TestKillContainer/killing_signal (0.77s)
11:00:52 [2021-05-03T11:00:52.532Z] === RUN   TestKillWithStopSignalAndRestartPolicies
11:00:52 [2021-05-03T11:00:52.532Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
11:00:53 [2021-05-03T11:00:53.470Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
11:00:53 [2021-05-03T11:00:53.822Z] --- PASS: TestRenameRunningContainerAndReuse (1.36s)
11:00:53 [2021-05-03T11:00:53.822Z] === RUN   TestRenameInvalidName
11:00:54 [2021-05-03T11:00:54.039Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.45s)
11:00:54 [2021-05-03T11:00:54.039Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.73s)
11:00:54 [2021-05-03T11:00:54.039Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.58s)
11:00:54 [2021-05-03T11:00:54.039Z] === RUN   TestKillStoppedContainer
11:00:54 [2021-05-03T11:00:54.039Z] --- PASS: TestKillStoppedContainer (0.05s)
11:00:54 [2021-05-03T11:00:54.039Z] === RUN   TestKillStoppedContainerAPIPre120
11:00:54 [2021-05-03T11:00:54.039Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
11:00:54 [2021-05-03T11:00:54.039Z] === RUN   TestKillDifferentUserContainer
11:00:54 [2021-05-03T11:00:54.205Z] .
11:00:54 [2021-05-03T11:00:54.205Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
11:00:54 [2021-05-03T11:00:54.205Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
11:00:54 [2021-05-03T11:00:54.205Z] Error: No such image: emptyfs
11:00:54 [2021-05-03T11:00:54.205Z] ++++ tar -cC bundles/test-integration/emptyfs .
11:00:54 [2021-05-03T11:00:54.205Z] ++++ docker load
11:00:54 [2021-05-03T11:00:54.467Z] Running integration-test (iteration 1)
11:00:54 [2021-05-03T11:00:54.467Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m 
11:00:54 [2021-05-03T11:00:54.467Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m
11:00:54 [2021-05-03T11:00:54.467Z] ++ set -e
11:00:54 [2021-05-03T11:00:54.467Z] ++ '[' -n 0 ']'
11:00:54 [2021-05-03T11:00:54.467Z] ++ set -x
11:00:54 [2021-05-03T11:00:54.467Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m
11:00:54 [2021-05-03T11:00:54.760Z] --- PASS: TestRenameInvalidName (0.67s)
11:00:54 [2021-05-03T11:00:54.760Z] === RUN   TestRenameAnonymousContainer
11:00:54 [2021-05-03T11:00:54.884Z] --- PASS: TestBuildSquashParent (13.16s)
11:00:54 [2021-05-03T11:00:54.884Z] === RUN   TestBuildWithRemoveAndForceRemove
11:00:54 [2021-05-03T11:00:54.884Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
11:00:54 [2021-05-03T11:00:54.884Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
11:00:54 [2021-05-03T11:00:54.884Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
11:00:54 [2021-05-03T11:00:54.884Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
11:00:54 [2021-05-03T11:00:54.884Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
11:00:54 [2021-05-03T11:00:54.885Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
11:00:54 [2021-05-03T11:00:54.885Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
11:00:54 [2021-05-03T11:00:54.885Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
11:00:54 [2021-05-03T11:00:54.885Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
11:00:54 [2021-05-03T11:00:54.885Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
11:00:54 [2021-05-03T11:00:54.885Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
11:00:54 [2021-05-03T11:00:54.885Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
11:00:54 [2021-05-03T11:00:54.885Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
11:00:54 [2021-05-03T11:00:54.885Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
11:00:54 [2021-05-03T11:00:54.978Z] --- PASS: TestKillDifferentUserContainer (0.72s)
11:00:54 [2021-05-03T11:00:54.978Z] === RUN   TestInspectOomKilledTrue
11:00:54 [2021-05-03T11:00:54.978Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
11:00:54 [2021-05-03T11:00:54.978Z]     kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
11:00:54 [2021-05-03T11:00:54.978Z] === RUN   TestInspectOomKilledFalse
11:00:55 [2021-05-03T11:00:55.548Z] --- PASS: TestInspectOomKilledFalse (0.70s)
11:00:55 [2021-05-03T11:00:55.548Z] === RUN   TestLinksEtcHostsContentMatch
11:00:55 [2021-05-03T11:00:55.837Z] --- PASS: TestBuildMultiStageOnBuild (17.51s)
11:00:55 [2021-05-03T11:00:55.837Z] === RUN   TestBuildUncleanTarFilenames
11:00:55 [2021-05-03T11:00:55.837Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s)
11:00:55 [2021-05-03T11:00:55.837Z]     build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME
11:00:55 [2021-05-03T11:00:55.837Z] === RUN   TestBuildMultiStageLayerLeak
11:00:56 [2021-05-03T11:00:56.487Z] --- PASS: TestLinksEtcHostsContentMatch (0.97s)
11:00:56 [2021-05-03T11:00:56.487Z] === RUN   TestLinksContainerNames
11:00:57 [2021-05-03T11:00:57.869Z] --- PASS: TestLinksContainerNames (1.49s)
11:00:57 [2021-05-03T11:00:57.869Z] === RUN   TestLogsFollowTailEmpty
11:00:58 [2021-05-03T11:00:58.050Z] --- PASS: TestRenameAnonymousContainer (3.08s)
11:00:58 [2021-05-03T11:00:58.050Z] === RUN   TestRenameContainerWithSameName
11:00:58 [2021-05-03T11:00:58.199Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
11:00:58 [2021-05-03T11:00:58.199Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
11:00:58 [2021-05-03T11:00:58.309Z] --- PASS: TestRenameContainerWithSameName (0.66s)
11:00:58 [2021-05-03T11:00:58.309Z] === RUN   TestRenameContainerWithLinkedContainer
11:00:58 [2021-05-03T11:00:58.807Z] --- PASS: TestLogsFollowTailEmpty (0.72s)
11:00:58 [2021-05-03T11:00:58.807Z] === RUN   TestContainerNetworkMountsNoChown
11:00:59 [2021-05-03T11:00:59.379Z] --- PASS: TestContainerNetworkMountsNoChown (0.75s)
11:00:59 [2021-05-03T11:00:59.379Z] === RUN   TestMountDaemonRoot
11:00:59 [2021-05-03T11:00:59.379Z] === RUN   TestMountDaemonRoot/default
11:00:59 [2021-05-03T11:00:59.379Z] === PAUSE TestMountDaemonRoot/default
11:00:59 [2021-05-03T11:00:59.379Z] === RUN   TestMountDaemonRoot/private
11:00:59 [2021-05-03T11:00:59.379Z] === PAUSE TestMountDaemonRoot/private
11:00:59 [2021-05-03T11:00:59.379Z] === RUN   TestMountDaemonRoot/rprivate
11:00:59 [2021-05-03T11:00:59.379Z] === PAUSE TestMountDaemonRoot/rprivate
11:00:59 [2021-05-03T11:00:59.379Z] === RUN   TestMountDaemonRoot/slave
11:00:59 [2021-05-03T11:00:59.379Z] === PAUSE TestMountDaemonRoot/slave
11:00:59 [2021-05-03T11:00:59.379Z] === RUN   TestMountDaemonRoot/rslave
11:00:59 [2021-05-03T11:00:59.379Z] === PAUSE TestMountDaemonRoot/rslave
11:00:59 [2021-05-03T11:00:59.379Z] === RUN   TestMountDaemonRoot/shared
11:00:59 [2021-05-03T11:00:59.379Z] === PAUSE TestMountDaemonRoot/shared
11:00:59 [2021-05-03T11:00:59.379Z] === RUN   TestMountDaemonRoot/rshared
11:00:59 [2021-05-03T11:00:59.379Z] === PAUSE TestMountDaemonRoot/rshared
11:00:59 [2021-05-03T11:00:59.379Z] === CONT  TestMountDaemonRoot/default
11:00:59 [2021-05-03T11:00:59.379Z] === CONT  TestMountDaemonRoot/rslave
11:00:59 [2021-05-03T11:00:59.379Z] === RUN   TestMountDaemonRoot/default/bind_root
11:00:59 [2021-05-03T11:00:59.379Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
11:00:59 [2021-05-03T11:00:59.379Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
11:00:59 [2021-05-03T11:00:59.379Z] === PAUSE TestMountDaemonRoot/default/bind_root
11:00:59 [2021-05-03T11:00:59.379Z] === RUN   TestMountDaemonRoot/rslave/mount_root
11:00:59 [2021-05-03T11:00:59.379Z] === RUN   TestMountDaemonRoot/default/bind_subpath
11:00:59 [2021-05-03T11:00:59.379Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
11:00:59 [2021-05-03T11:00:59.379Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
11:00:59 [2021-05-03T11:00:59.379Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
11:00:59 [2021-05-03T11:00:59.379Z] === RUN   TestMountDaemonRoot/rslave/bind_root
11:00:59 [2021-05-03T11:00:59.379Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
11:00:59 [2021-05-03T11:00:59.379Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
11:00:59 [2021-05-03T11:00:59.379Z] === RUN   TestMountDaemonRoot/default/mount_root
11:00:59 [2021-05-03T11:00:59.379Z] === PAUSE TestMountDaemonRoot/default/mount_root
11:00:59 [2021-05-03T11:00:59.379Z] === CONT  TestMountDaemonRoot/slave
11:00:59 [2021-05-03T11:00:59.379Z] === RUN   TestMountDaemonRoot/default/mount_subpath
11:00:59 [2021-05-03T11:00:59.379Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
11:00:59 [2021-05-03T11:00:59.379Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
11:00:59 [2021-05-03T11:00:59.379Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
11:00:59 [2021-05-03T11:00:59.379Z] === RUN   TestMountDaemonRoot/slave/bind_root
11:00:59 [2021-05-03T11:00:59.379Z] === PAUSE TestMountDaemonRoot/slave/bind_root
11:00:59 [2021-05-03T11:00:59.379Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
11:00:59 [2021-05-03T11:00:59.379Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
11:00:59 [2021-05-03T11:00:59.379Z] === RUN   TestMountDaemonRoot/slave/mount_root
11:00:59 [2021-05-03T11:00:59.379Z] === PAUSE TestMountDaemonRoot/slave/mount_root
11:00:59 [2021-05-03T11:00:59.379Z] === CONT  TestMountDaemonRoot/rprivate
11:00:59 [2021-05-03T11:00:59.379Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
11:00:59 [2021-05-03T11:00:59.379Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
11:00:59 [2021-05-03T11:00:59.380Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
11:00:59 [2021-05-03T11:00:59.380Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
11:00:59 [2021-05-03T11:00:59.380Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
11:00:59 [2021-05-03T11:00:59.380Z] === CONT  TestMountDaemonRoot/private
11:00:59 [2021-05-03T11:00:59.380Z] === RUN   TestMountDaemonRoot/private/mount_subpath
11:00:59 [2021-05-03T11:00:59.380Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
11:00:59 [2021-05-03T11:00:59.380Z] === RUN   TestMountDaemonRoot/private/bind_root
11:00:59 [2021-05-03T11:00:59.380Z] === PAUSE TestMountDaemonRoot/private/bind_root
11:00:59 [2021-05-03T11:00:59.380Z] === RUN   TestMountDaemonRoot/private/bind_subpath
11:00:59 [2021-05-03T11:00:59.380Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
11:00:59 [2021-05-03T11:00:59.380Z] === RUN   TestMountDaemonRoot/private/mount_root
11:00:59 [2021-05-03T11:00:59.380Z] === PAUSE TestMountDaemonRoot/private/mount_root
11:00:59 [2021-05-03T11:00:59.380Z] === CONT  TestMountDaemonRoot/shared
11:00:59 [2021-05-03T11:00:59.380Z] === RUN   TestMountDaemonRoot/shared/bind_root
11:00:59 [2021-05-03T11:00:59.380Z] === PAUSE TestMountDaemonRoot/shared/bind_root
11:00:59 [2021-05-03T11:00:59.380Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
11:00:59 [2021-05-03T11:00:59.380Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
11:00:59 [2021-05-03T11:00:59.380Z] === RUN   TestMountDaemonRoot/shared/mount_root
11:00:59 [2021-05-03T11:00:59.380Z] === PAUSE TestMountDaemonRoot/shared/mount_root
11:00:59 [2021-05-03T11:00:59.380Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
11:00:59 [2021-05-03T11:00:59.380Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
11:00:59 [2021-05-03T11:00:59.380Z] === CONT  TestMountDaemonRoot/rshared
11:00:59 [2021-05-03T11:00:59.380Z] === RUN   TestMountDaemonRoot/rshared/bind_root
11:00:59 [2021-05-03T11:00:59.380Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
11:00:59 [2021-05-03T11:00:59.380Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
11:00:59 [2021-05-03T11:00:59.380Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
11:00:59 [2021-05-03T11:00:59.380Z] === RUN   TestMountDaemonRoot/rshared/mount_root
11:00:59 [2021-05-03T11:00:59.380Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
11:00:59 [2021-05-03T11:00:59.380Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
11:00:59 [2021-05-03T11:00:59.380Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
11:00:59 [2021-05-03T11:00:59.380Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
11:00:59 [2021-05-03T11:00:59.380Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
11:00:59 [2021-05-03T11:00:59.380Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
11:00:59 [2021-05-03T11:00:59.380Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
11:00:59 [2021-05-03T11:00:59.380Z] === CONT  TestMountDaemonRoot/rslave/bind_root
11:00:59 [2021-05-03T11:00:59.380Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
11:00:59 [2021-05-03T11:00:59.640Z] === CONT  TestMountDaemonRoot/rslave/mount_root
11:00:59 [2021-05-03T11:00:59.640Z] === CONT  TestMountDaemonRoot/default/bind_root
11:00:59 [2021-05-03T11:00:59.640Z] === CONT  TestMountDaemonRoot/default/mount_subpath
11:00:59 [2021-05-03T11:00:59.640Z] === CONT  TestMountDaemonRoot/default/mount_root
11:00:59 [2021-05-03T11:00:59.640Z] === CONT  TestMountDaemonRoot/default/bind_subpath
11:00:59 [2021-05-03T11:00:59.640Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
11:00:59 [2021-05-03T11:00:59.640Z] === CONT  TestMountDaemonRoot/slave/mount_root
11:00:59 [2021-05-03T11:00:59.640Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
11:00:59 [2021-05-03T11:00:59.640Z] === CONT  TestMountDaemonRoot/slave/bind_root
11:00:59 [2021-05-03T11:00:59.640Z] === CONT  TestMountDaemonRoot/private/mount_subpath
11:00:59 [2021-05-03T11:00:59.640Z] === CONT  TestMountDaemonRoot/shared/bind_root
11:00:59 [2021-05-03T11:00:59.640Z] === CONT  TestMountDaemonRoot/private/mount_root
11:00:59 [2021-05-03T11:00:59.640Z] === CONT  TestMountDaemonRoot/private/bind_subpath
11:00:59 [2021-05-03T11:00:59.640Z] === CONT  TestMountDaemonRoot/private/bind_root
11:00:59 [2021-05-03T11:00:59.640Z] === CONT  TestMountDaemonRoot/rshared/bind_root
11:00:59 [2021-05-03T11:00:59.640Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
11:00:59 [2021-05-03T11:00:59.640Z] === CONT  TestMountDaemonRoot/shared/mount_root
11:00:59 [2021-05-03T11:00:59.690Z] --- PASS: TestRenameContainerWithLinkedContainer (1.35s)
11:00:59 [2021-05-03T11:00:59.690Z] === RUN   TestResize
11:00:59 [2021-05-03T11:00:59.900Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
11:00:59 [2021-05-03T11:00:59.900Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
11:00:59 [2021-05-03T11:00:59.900Z] === CONT  TestMountDaemonRoot/rshared/mount_root
11:00:59 [2021-05-03T11:00:59.900Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
11:00:59 [2021-05-03T11:00:59.900Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
11:00:59 [2021-05-03T11:00:59.900Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
11:00:59 [2021-05-03T11:00:59.900Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
11:00:59 [2021-05-03T11:00:59.900Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
11:00:59 [2021-05-03T11:00:59.900Z] --- PASS: TestMountDaemonRoot (0.02s)
11:00:59 [2021-05-03T11:00:59.900Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
11:00:59 [2021-05-03T11:00:59.900Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s)
11:00:59 [2021-05-03T11:00:59.900Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s)
11:00:59 [2021-05-03T11:00:59.900Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
11:00:59 [2021-05-03T11:00:59.900Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
11:00:59 [2021-05-03T11:00:59.900Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
11:00:59 [2021-05-03T11:00:59.900Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.05s)
11:00:59 [2021-05-03T11:00:59.900Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s)
11:00:59 [2021-05-03T11:00:59.900Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.04s)
11:00:59 [2021-05-03T11:00:59.900Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s)
11:00:59 [2021-05-03T11:00:59.900Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
11:00:59 [2021-05-03T11:00:59.900Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
11:00:59 [2021-05-03T11:00:59.900Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
11:00:59 [2021-05-03T11:00:59.900Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
11:00:59 [2021-05-03T11:00:59.900Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
11:00:59 [2021-05-03T11:00:59.900Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
11:00:59 [2021-05-03T11:00:59.900Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
11:00:59 [2021-05-03T11:00:59.900Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.01s)
11:00:59 [2021-05-03T11:00:59.900Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
11:00:59 [2021-05-03T11:00:59.900Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
11:00:59 [2021-05-03T11:00:59.900Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
11:00:59 [2021-05-03T11:00:59.900Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
11:00:59 [2021-05-03T11:00:59.900Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.01s)
11:00:59 [2021-05-03T11:00:59.900Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
11:00:59 [2021-05-03T11:00:59.900Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
11:00:59 [2021-05-03T11:00:59.900Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
11:00:59 [2021-05-03T11:00:59.900Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s)
11:00:59 [2021-05-03T11:00:59.900Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s)
11:00:59 [2021-05-03T11:00:59.900Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.03s)
11:00:59 [2021-05-03T11:00:59.900Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s)
11:00:59 [2021-05-03T11:00:59.900Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
11:00:59 [2021-05-03T11:00:59.900Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
11:00:59 [2021-05-03T11:00:59.900Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
11:00:59 [2021-05-03T11:00:59.900Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
11:00:59 [2021-05-03T11:00:59.900Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.01s)
11:00:59 [2021-05-03T11:00:59.900Z] === RUN   TestContainerBindMountNonRecursive
11:01:00 [2021-05-03T11:01:00.259Z] --- PASS: TestResize (0.67s)
11:01:00 [2021-05-03T11:01:00.259Z] === RUN   TestResizeWithInvalidSize
11:01:01 [2021-05-03T11:01:01.198Z] --- PASS: TestResizeWithInvalidSize (0.67s)
11:01:01 [2021-05-03T11:01:01.198Z] === RUN   TestResizeWhenContainerNotStarted
11:01:01 [2021-05-03T11:01:01.767Z] --- PASS: TestResizeWhenContainerNotStarted (0.65s)
11:01:01 [2021-05-03T11:01:01.767Z] === RUN   TestDaemonRestartKillContainers
11:01:01 [2021-05-03T11:01:01.767Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
11:01:01 [2021-05-03T11:01:01.767Z]     restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
11:01:01 [2021-05-03T11:01:01.767Z] === RUN   TestCgroupNamespacesRun
11:01:02 [2021-05-03T11:01:02.437Z] --- PASS: TestContainerBindMountNonRecursive (2.14s)
11:01:02 [2021-05-03T11:01:02.437Z] === RUN   TestContainerVolumesMountedAsShared
11:01:02 [2021-05-03T11:01:02.437Z] --- PASS: TestContainerVolumesMountedAsShared (0.45s)
11:01:02 [2021-05-03T11:01:02.437Z] === RUN   TestContainerVolumesMountedAsSlave
11:01:03 [2021-05-03T11:01:03.374Z] --- PASS: TestContainerVolumesMountedAsSlave (0.90s)
11:01:03 [2021-05-03T11:01:03.374Z] === RUN   TestNetworkNat
11:01:04 [2021-05-03T11:01:04.313Z] --- PASS: TestNetworkNat (0.99s)
11:01:04 [2021-05-03T11:01:04.313Z] === RUN   TestNetworkLocalhostTCPNat
11:01:04 [2021-05-03T11:01:04.793Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
11:01:04 [2021-05-03T11:01:04.793Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
11:01:05 [2021-05-03T11:01:05.125Z] --- PASS: TestCgroupNamespacesRun (2.99s)
11:01:05 [2021-05-03T11:01:05.125Z] === RUN   TestCgroupNamespacesRunPrivileged
11:01:05 [2021-05-03T11:01:05.250Z] --- PASS: TestNetworkLocalhostTCPNat (0.83s)
11:01:05 [2021-05-03T11:01:05.251Z] === RUN   TestNetworkLoopbackNat
11:01:06 [2021-05-03T11:01:06.711Z] Loaded image: buildpack-deps:buster
11:01:06 [2021-05-03T11:01:06.973Z] Loaded image: busybox:latest
11:01:07 [2021-05-03T11:01:07.035Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.52s)
11:01:07 [2021-05-03T11:01:07.035Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
11:01:07 [2021-05-03T11:01:07.235Z] Loaded image: busybox:glibc
11:01:08 [2021-05-03T11:01:08.546Z] --- PASS: TestNetworkLoopbackNat (3.28s)
11:01:08 [2021-05-03T11:01:08.546Z] === RUN   TestPause
11:01:09 [2021-05-03T11:01:09.485Z] --- PASS: TestPause (0.76s)
11:01:09 [2021-05-03T11:01:09.485Z] === RUN   TestPauseFailsOnWindowsServerContainers
11:01:09 [2021-05-03T11:01:09.485Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
11:01:09 [2021-05-03T11:01:09.485Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
11:01:09 [2021-05-03T11:01:09.485Z] === RUN   TestPauseStopPausedContainer
11:01:10 [2021-05-03T11:01:10.055Z] --- PASS: TestPauseStopPausedContainer (0.78s)
11:01:10 [2021-05-03T11:01:10.055Z] === RUN   TestPidHost
11:01:10 [2021-05-03T11:01:10.085Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
11:01:10 [2021-05-03T11:01:10.085Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (5.52s)
11:01:10 [2021-05-03T11:01:10.085Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (5.60s)
11:01:10 [2021-05-03T11:01:10.085Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (5.37s)
11:01:10 [2021-05-03T11:01:10.085Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (5.67s)
11:01:10 [2021-05-03T11:01:10.085Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (5.38s)
11:01:10 [2021-05-03T11:01:10.085Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (5.31s)
11:01:10 [2021-05-03T11:01:10.085Z] === RUN   TestBuildMultiStageCopy
11:01:10 [2021-05-03T11:01:10.085Z] === RUN   TestBuildMultiStageCopy/copy_to_root
11:01:10 [2021-05-03T11:01:10.323Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.94s)
11:01:10 [2021-05-03T11:01:10.323Z] === RUN   TestCgroupNamespacesRunHostMode
11:01:11 [2021-05-03T11:01:11.447Z] Loaded image: debian:bullseye
11:01:11 [2021-05-03T11:01:11.447Z] Loaded image: hello-world:latest
11:01:12 [2021-05-03T11:01:12.388Z] Loaded image: arm32v7/hello-world:latest
11:01:12 [2021-05-03T11:01:12.594Z] --- PASS: TestPidHost (2.08s)
11:01:12 [2021-05-03T11:01:12.594Z] === RUN   TestPsFilter
11:01:12 [2021-05-03T11:01:12.594Z] --- PASS: TestPsFilter (0.11s)
11:01:12 [2021-05-03T11:01:12.594Z] === RUN   TestRemoveContainerWithRemovedVolume
11:01:12 [2021-05-03T11:01:12.961Z] INFO: Testing against a local daemon
11:01:12 [2021-05-03T11:01:12.961Z] === RUN   TestCgroupNamespacesBuild
11:01:13 [2021-05-03T11:01:13.163Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.75s)
11:01:13 [2021-05-03T11:01:13.163Z] === RUN   TestRemoveContainerWithVolume
11:01:13 [2021-05-03T11:01:13.387Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
11:01:13 [2021-05-03T11:01:13.455Z] --- PASS: TestBuildMultiStageLayerLeak (15.43s)
11:01:13 [2021-05-03T11:01:13.455Z] === RUN   TestBuildWithHugeFile
11:01:13 [2021-05-03T11:01:13.614Z] --- PASS: TestCgroupNamespacesRunHostMode (2.93s)
11:01:13 [2021-05-03T11:01:13.614Z] === RUN   TestCgroupNamespacesRunPrivateMode
11:01:13 [2021-05-03T11:01:13.732Z] --- PASS: TestRemoveContainerWithVolume (0.68s)
11:01:13 [2021-05-03T11:01:13.732Z] === RUN   TestRemoveContainerRunning
11:01:13 [2021-05-03T11:01:13.961Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
11:01:14 [2021-05-03T11:01:14.300Z] --- PASS: TestRemoveContainerRunning (0.74s)
11:01:14 [2021-05-03T11:01:14.300Z] === RUN   TestRemoveContainerForceRemoveRunning
11:01:14 [2021-05-03T11:01:14.535Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
11:01:15 [2021-05-03T11:01:15.107Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
11:01:15 [2021-05-03T11:01:15.238Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.70s)
11:01:15 [2021-05-03T11:01:15.238Z] === RUN   TestRemoveInvalidContainer
11:01:15 [2021-05-03T11:01:15.238Z] --- PASS: TestRemoveInvalidContainer (0.01s)
11:01:15 [2021-05-03T11:01:15.238Z] === RUN   TestRenameLinkedContainer
11:01:15 [2021-05-03T11:01:15.507Z] --- PASS: TestCgroupNamespacesBuild (2.68s)
11:01:15 [2021-05-03T11:01:15.507Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
11:01:15 [2021-05-03T11:01:15.679Z] --- PASS: TestBuildMultiStageCopy (6.52s)
11:01:15 [2021-05-03T11:01:15.680Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (4.02s)
11:01:15 [2021-05-03T11:01:15.680Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.63s)
11:01:15 [2021-05-03T11:01:15.680Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.67s)
11:01:15 [2021-05-03T11:01:15.680Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.63s)
11:01:15 [2021-05-03T11:01:15.680Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.57s)
11:01:15 [2021-05-03T11:01:15.680Z] === RUN   TestBuildMultiStageParentConfig
11:01:16 [2021-05-03T11:01:16.151Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.90s)
11:01:16 [2021-05-03T11:01:16.151Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
11:01:17 [2021-05-03T11:01:17.066Z] --- PASS: TestBuildMultiStageParentConfig (1.39s)
11:01:17 [2021-05-03T11:01:17.066Z] === RUN   TestBuildLabelWithTargets
11:01:18 [2021-05-03T11:01:18.055Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.30s)
11:01:18 [2021-05-03T11:01:18.055Z] === RUN   TestBuildWithSession
11:01:18 [2021-05-03T11:01:18.055Z] --- SKIP: TestBuildWithSession (0.00s)
11:01:18 [2021-05-03T11:01:18.055Z]     build_session_test.go:25: TODO: BuildKit
11:01:18 [2021-05-03T11:01:18.055Z] === RUN   TestBuildSquashParent
11:01:18 [2021-05-03T11:01:18.529Z] --- PASS: TestRenameLinkedContainer (2.95s)
11:01:18 [2021-05-03T11:01:18.529Z] === RUN   TestRenameStoppedContainer
11:01:18 [2021-05-03T11:01:18.684Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.41s)
11:01:18 [2021-05-03T11:01:18.684Z] === RUN   TestCgroupNamespacesRunInvalidMode
11:01:18 [2021-05-03T11:01:18.787Z] --- PASS: TestRenameStoppedContainer (0.71s)
11:01:18 [2021-05-03T11:01:18.787Z] === RUN   TestRenameRunningContainerAndReuse
11:01:19 [2021-05-03T11:01:19.167Z] tests/integration/api_container_test.py ....x...........x............... [ 16%]
11:01:19 [2021-05-03T11:01:19.616Z] --- PASS: TestBuildLabelWithTargets (2.52s)
11:01:19 [2021-05-03T11:01:19.616Z] === RUN   TestBuildWithEmptyLayers
11:01:20 [2021-05-03T11:01:20.588Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.97s)
11:01:20 [2021-05-03T11:01:20.588Z] === RUN   TestCgroupNamespacesRunOlderClient
11:01:20 [2021-05-03T11:01:20.694Z] --- PASS: TestRenameRunningContainerAndReuse (1.53s)
11:01:20 [2021-05-03T11:01:20.694Z] === RUN   TestRenameInvalidName
11:01:20 [2021-05-03T11:01:20.954Z] --- PASS: TestRenameInvalidName (0.75s)
11:01:20 [2021-05-03T11:01:20.954Z] === RUN   TestRenameAnonymousContainer
11:01:21 [2021-05-03T11:01:21.005Z] --- PASS: TestBuildWithEmptyLayers (1.23s)
11:01:21 [2021-05-03T11:01:21.005Z] === RUN   TestBuildMultiStageOnBuild
11:01:23 [2021-05-03T11:01:23.123Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.90s)
11:01:23 [2021-05-03T11:01:23.123Z] === RUN   TestKernelTCPMemory
11:01:23 [2021-05-03T11:01:23.123Z] --- SKIP: TestKernelTCPMemory (0.01s)
11:01:23 [2021-05-03T11:01:23.123Z]     run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
11:01:23 [2021-05-03T11:01:23.123Z] === RUN   TestNISDomainname
11:01:23 [2021-05-03T11:01:23.123Z] --- SKIP: TestNISDomainname (0.01s)
11:01:23 [2021-05-03T11:01:23.123Z]     run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
11:01:23 [2021-05-03T11:01:23.123Z] === RUN   TestHostnameDnsResolution
11:01:24 [2021-05-03T11:01:24.643Z] --- PASS: TestBuildSquashParent (6.49s)
11:01:24 [2021-05-03T11:01:24.643Z] === RUN   TestBuildWithRemoveAndForceRemove
11:01:24 [2021-05-03T11:01:24.643Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
11:01:24 [2021-05-03T11:01:24.643Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
11:01:24 [2021-05-03T11:01:24.643Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
11:01:24 [2021-05-03T11:01:24.643Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
11:01:24 [2021-05-03T11:01:24.643Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
11:01:24 [2021-05-03T11:01:24.643Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
11:01:24 [2021-05-03T11:01:24.643Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
11:01:24 [2021-05-03T11:01:24.643Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
11:01:24 [2021-05-03T11:01:24.643Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
11:01:24 [2021-05-03T11:01:24.643Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
11:01:24 [2021-05-03T11:01:24.643Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
11:01:24 [2021-05-03T11:01:24.643Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
11:01:24 [2021-05-03T11:01:24.643Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
11:01:24 [2021-05-03T11:01:24.643Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
11:01:24 [2021-05-03T11:01:24.643Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
11:01:24 [2021-05-03T11:01:24.643Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
11:01:25 [2021-05-03T11:01:25.030Z] --- PASS: TestHostnameDnsResolution (1.65s)
11:01:25 [2021-05-03T11:01:25.030Z] === RUN   TestStats
11:01:25 [2021-05-03T11:01:25.030Z] --- SKIP: TestStats (0.00s)
11:01:25 [2021-05-03T11:01:25.030Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
11:01:25 [2021-05-03T11:01:25.030Z] === RUN   TestStopContainerWithTimeout
11:01:25 [2021-05-03T11:01:25.030Z] === RUN   TestStopContainerWithTimeout/0
11:01:25 [2021-05-03T11:01:25.030Z] === PAUSE TestStopContainerWithTimeout/0
11:01:25 [2021-05-03T11:01:25.030Z] === RUN   TestStopContainerWithTimeout/1
11:01:25 [2021-05-03T11:01:25.030Z] === PAUSE TestStopContainerWithTimeout/1
11:01:25 [2021-05-03T11:01:25.030Z] === RUN   TestStopContainerWithTimeout/3
11:01:25 [2021-05-03T11:01:25.030Z] === PAUSE TestStopContainerWithTimeout/3
11:01:25 [2021-05-03T11:01:25.030Z] === RUN   TestStopContainerWithTimeout/-1
11:01:25 [2021-05-03T11:01:25.030Z] === PAUSE TestStopContainerWithTimeout/-1
11:01:25 [2021-05-03T11:01:25.030Z] === CONT  TestStopContainerWithTimeout/0
11:01:25 [2021-05-03T11:01:25.030Z] === CONT  TestStopContainerWithTimeout/-1
11:01:25 [2021-05-03T11:01:25.150Z] --- PASS: TestRenameAnonymousContainer (3.40s)
11:01:25 [2021-05-03T11:01:25.150Z] === RUN   TestRenameContainerWithSameName
11:01:25 [2021-05-03T11:01:25.150Z] --- PASS: TestRenameContainerWithSameName (0.71s)
11:01:25 [2021-05-03T11:01:25.150Z] === RUN   TestRenameContainerWithLinkedContainer
11:01:25 [2021-05-03T11:01:25.214Z] --- PASS: TestBuildMultiStageOnBuild (4.31s)
11:01:25 [2021-05-03T11:01:25.214Z] === RUN   TestBuildUncleanTarFilenames
11:01:25 [2021-05-03T11:01:25.966Z] === CONT  TestStopContainerWithTimeout/3
11:01:26 [2021-05-03T11:01:26.531Z] --- PASS: TestRenameContainerWithLinkedContainer (1.46s)
11:01:26 [2021-05-03T11:01:26.531Z] === RUN   TestResize
11:01:27 [2021-05-03T11:01:27.126Z] --- PASS: TestBuildUncleanTarFilenames (1.75s)
11:01:27 [2021-05-03T11:01:27.126Z] === RUN   TestBuildMultiStageLayerLeak
11:01:27 [2021-05-03T11:01:27.197Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
11:01:27 [2021-05-03T11:01:27.197Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
11:01:27 [2021-05-03T11:01:27.468Z] --- PASS: TestResize (0.70s)
11:01:27 [2021-05-03T11:01:27.468Z] === RUN   TestResizeWithInvalidSize
11:01:27 [2021-05-03T11:01:27.870Z] === CONT  TestStopContainerWithTimeout/1
11:01:28 [2021-05-03T11:01:28.037Z] --- PASS: TestResizeWithInvalidSize (0.71s)
11:01:28 [2021-05-03T11:01:28.037Z] === RUN   TestResizeWhenContainerNotStarted
11:01:28 [2021-05-03T11:01:28.976Z] --- PASS: TestResizeWhenContainerNotStarted (0.70s)
11:01:28 [2021-05-03T11:01:28.976Z] === RUN   TestDaemonRestartKillContainers
11:01:28 [2021-05-03T11:01:28.976Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
11:01:28 [2021-05-03T11:01:28.976Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
11:01:28 [2021-05-03T11:01:28.976Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
11:01:28 [2021-05-03T11:01:28.976Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
11:01:28 [2021-05-03T11:01:28.976Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
11:01:28 [2021-05-03T11:01:28.976Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
11:01:28 [2021-05-03T11:01:28.976Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
11:01:28 [2021-05-03T11:01:28.976Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
11:01:28 [2021-05-03T11:01:28.976Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
11:01:28 [2021-05-03T11:01:28.976Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
11:01:28 [2021-05-03T11:01:28.976Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
11:01:28 [2021-05-03T11:01:28.976Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
11:01:28 [2021-05-03T11:01:28.976Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
11:01:28 [2021-05-03T11:01:28.976Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
11:01:28 [2021-05-03T11:01:28.976Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
11:01:28 [2021-05-03T11:01:28.976Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
11:01:28 [2021-05-03T11:01:28.976Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
11:01:28 [2021-05-03T11:01:28.976Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
11:01:28 [2021-05-03T11:01:28.976Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
11:01:28 [2021-05-03T11:01:28.976Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
11:01:28 [2021-05-03T11:01:28.976Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
11:01:28 [2021-05-03T11:01:28.976Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
11:01:28 [2021-05-03T11:01:28.976Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
11:01:28 [2021-05-03T11:01:28.976Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
11:01:28 [2021-05-03T11:01:28.976Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
11:01:28 [2021-05-03T11:01:28.976Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
11:01:29 [2021-05-03T11:01:29.110Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
11:01:29 [2021-05-03T11:01:29.110Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.63s)
11:01:29 [2021-05-03T11:01:29.110Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.69s)
11:01:29 [2021-05-03T11:01:29.110Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.95s)
11:01:29 [2021-05-03T11:01:29.110Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.08s)
11:01:29 [2021-05-03T11:01:29.110Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.07s)
11:01:29 [2021-05-03T11:01:29.110Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.12s)
11:01:29 [2021-05-03T11:01:29.110Z] === RUN   TestBuildMultiStageCopy
11:01:29 [2021-05-03T11:01:29.110Z] === RUN   TestBuildMultiStageCopy/copy_to_root
11:01:29 [2021-05-03T11:01:29.668Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
11:01:29 [2021-05-03T11:01:29.668Z] Using test binary docker
11:01:29 [2021-05-03T11:01:29.668Z] +++ /etc/init.d/apparmor start
11:01:29 [2021-05-03T11:01:29.668Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
11:01:29 [2021-05-03T11:01:29.668Z] INFO: Waiting for daemon to start...
11:01:29 [2021-05-03T11:01:29.668Z] Starting dockerd
11:01:29 [2021-05-03T11:01:29.668Z] +++ 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
11:01:29 [2021-05-03T11:01:29.772Z] --- PASS: TestStopContainerWithTimeout (0.01s)
11:01:29 [2021-05-03T11:01:29.772Z]     --- PASS: TestStopContainerWithTimeout/0 (1.05s)
11:01:29 [2021-05-03T11:01:29.772Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.04s)
11:01:29 [2021-05-03T11:01:29.772Z]     --- PASS: TestStopContainerWithTimeout/3 (2.62s)
11:01:29 [2021-05-03T11:01:29.772Z]     --- PASS: TestStopContainerWithTimeout/1 (1.68s)
11:01:29 [2021-05-03T11:01:29.773Z] === RUN   TestDeleteDevicemapper
11:01:29 [2021-05-03T11:01:29.773Z] --- SKIP: TestDeleteDevicemapper (0.00s)
11:01:29 [2021-05-03T11:01:29.773Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
11:01:29 [2021-05-03T11:01:29.773Z] === RUN   TestStopContainerWithRestartPolicyAlways
11:01:29 [2021-05-03T11:01:29.929Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration)
11:01:29 [2021-05-03T11:01:29.929Z] Using test binary docker
11:01:29 [2021-05-03T11:01:29.929Z] +++ /etc/init.d/apparmor start
11:01:29 [2021-05-03T11:01:29.929Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
11:01:29 [2021-05-03T11:01:29.929Z] INFO: Waiting for daemon to start...
11:01:29 [2021-05-03T11:01:29.929Z] Starting dockerd
11:01:29 [2021-05-03T11:01:29.929Z] +++ 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
11:01:30 [2021-05-03T11:01:30.868Z] .--- PASS: TestBuildMultiStageLayerLeak (4.07s)
11:01:30 [2021-05-03T11:01:30.868Z] === RUN   TestBuildWithHugeFile
11:01:30 [2021-05-03T11:01:30.879Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
11:01:31 [2021-05-03T11:01:31.447Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
11:01:31 [2021-05-03T11:01:31.653Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
11:01:31 [2021-05-03T11:01:31.653Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
11:01:31 [2021-05-03T11:01:31.808Z] 
11:01:31 [2021-05-03T11:01:31.808Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
11:01:31 [2021-05-03T11:01:31.808Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
11:01:31 [2021-05-03T11:01:31.808Z] Error: No such image: emptyfs
11:01:31 [2021-05-03T11:01:31.808Z] ++++ tar -cC bundles/test-integration/emptyfs .
11:01:31 [2021-05-03T11:01:31.808Z] ++++ docker load
11:01:31 [2021-05-03T11:01:31.808Z] Running integration-test (iteration 1)
11:01:31 [2021-05-03T11:01:31.808Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
11:01:31 [2021-05-03T11:01:31.808Z] ++ 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)/'
11:01:31 [2021-05-03T11:01:31.808Z] ++ set -e
11:01:31 [2021-05-03T11:01:31.808Z] ++ '[' -n 0 ']'
11:01:31 [2021-05-03T11:01:31.808Z] ++ set -x
11:01:31 [2021-05-03T11:01:31.808Z] ++ 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)/'
11:01:31 [2021-05-03T11:01:31.914Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
11:01:32 [2021-05-03T11:01:32.068Z] 
11:01:32 [2021-05-03T11:01:32.068Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
11:01:32 [2021-05-03T11:01:32.068Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
11:01:32 [2021-05-03T11:01:32.175Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
11:01:32 [2021-05-03T11:01:32.308Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.40s)
11:01:32 [2021-05-03T11:01:32.308Z] === RUN   TestUpdateMemory
11:01:32 [2021-05-03T11:01:32.308Z] --- SKIP: TestUpdateMemory (0.00s)
11:01:32 [2021-05-03T11:01:32.308Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
11:01:32 [2021-05-03T11:01:32.308Z] === RUN   TestUpdateCPUQuota
11:01:32 [2021-05-03T11:01:32.308Z] --- SKIP: TestUpdateCPUQuota (0.00s)
11:01:32 [2021-05-03T11:01:32.308Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
11:01:32 [2021-05-03T11:01:32.308Z] === RUN   TestUpdatePidsLimit
11:01:32 [2021-05-03T11:01:32.308Z] --- SKIP: TestUpdatePidsLimit (0.00s)
11:01:32 [2021-05-03T11:01:32.308Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
11:01:32 [2021-05-03T11:01:32.308Z] === RUN   TestUpdateRestartPolicy
11:01:32 [2021-05-03T11:01:32.329Z] Error: No such image: emptyfs
11:01:32 [2021-05-03T11:01:32.329Z] ++++ tar -cC bundles/test-integration/emptyfs .
11:01:32 [2021-05-03T11:01:32.329Z] ++++ docker load
11:01:32 [2021-05-03T11:01:32.383Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
11:01:32 [2021-05-03T11:01:32.590Z] Running integration-test (iteration 1)
11:01:32 [2021-05-03T11:01:32.590Z] 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)/
11:01:32 [2021-05-03T11:01:32.590Z] ++ 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)/'
11:01:32 [2021-05-03T11:01:32.590Z] ++ set -e
11:01:32 [2021-05-03T11:01:32.590Z] ++ '[' -n 0 ']'
11:01:32 [2021-05-03T11:01:32.590Z] ++ set -x
11:01:32 [2021-05-03T11:01:32.590Z] ++ 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)/'
11:01:32 [2021-05-03T11:01:32.674Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
11:01:32 [2021-05-03T11:01:32.746Z] --- PASS: TestBuildMultiStageCopy (3.53s)
11:01:32 [2021-05-03T11:01:32.746Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.10s)
11:01:32 [2021-05-03T11:01:32.746Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.34s)
11:01:32 [2021-05-03T11:01:32.746Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.36s)
11:01:32 [2021-05-03T11:01:32.746Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.36s)
11:01:32 [2021-05-03T11:01:32.746Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.37s)
11:01:32 [2021-05-03T11:01:32.746Z] === RUN   TestBuildMultiStageParentConfig
11:01:33 [2021-05-03T11:01:33.641Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
11:01:33 [2021-05-03T11:01:33.687Z] --- PASS: TestBuildMultiStageParentConfig (1.04s)
11:01:33 [2021-05-03T11:01:33.687Z] === RUN   TestBuildLabelWithTargets
11:01:33 [2021-05-03T11:01:33.910Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
11:01:35 [2021-05-03T11:01:35.600Z] --- PASS: TestBuildLabelWithTargets (1.54s)
11:01:35 [2021-05-03T11:01:35.600Z] === RUN   TestBuildWithEmptyLayers
11:01:36 [2021-05-03T11:01:36.171Z] --- PASS: TestBuildWithEmptyLayers (0.76s)
11:01:36 [2021-05-03T11:01:36.171Z] === RUN   TestBuildMultiStageOnBuild
11:01:36 [2021-05-03T11:01:36.465Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
11:01:36 [2021-05-03T11:01:36.465Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
11:01:38 [2021-05-03T11:01:38.715Z] --- PASS: TestBuildMultiStageOnBuild (2.44s)
11:01:38 [2021-05-03T11:01:38.715Z] === RUN   TestBuildUncleanTarFilenames
11:01:39 [2021-05-03T11:01:39.007Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
11:01:39 [2021-05-03T11:01:39.575Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
11:01:39 [2021-05-03T11:01:39.656Z] --- PASS: TestBuildUncleanTarFilenames (1.13s)
11:01:39 [2021-05-03T11:01:39.656Z] === RUN   TestBuildMultiStageLayerLeak
11:01:42 [2021-05-03T11:01:42.111Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
11:01:42 [2021-05-03T11:01:42.111Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.24s)
11:01:42 [2021-05-03T11:01:42.111Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.53s)
11:01:42 [2021-05-03T11:01:42.111Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.27s)
11:01:42 [2021-05-03T11:01:42.111Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.32s)
11:01:42 [2021-05-03T11:01:42.111Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.36s)
11:01:42 [2021-05-03T11:01:42.111Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.36s)
11:01:42 [2021-05-03T11:01:42.111Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.35s)
11:01:42 [2021-05-03T11:01:42.111Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.38s)
11:01:42 [2021-05-03T11:01:42.111Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.06s)
11:01:42 [2021-05-03T11:01:42.111Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.17s)
11:01:42 [2021-05-03T11:01:42.111Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.33s)
11:01:42 [2021-05-03T11:01:42.111Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.29s)
11:01:42 [2021-05-03T11:01:42.111Z] === RUN   TestCgroupNamespacesRun
11:01:42 [2021-05-03T11:01:42.205Z] --- PASS: TestBuildMultiStageLayerLeak (2.53s)
11:01:42 [2021-05-03T11:01:42.205Z] === RUN   TestBuildWithHugeFile
11:01:44 [2021-05-03T11:01:44.016Z] --- PASS: TestCgroupNamespacesRun (1.90s)
11:01:44 [2021-05-03T11:01:44.016Z] === RUN   TestCgroupNamespacesRunPrivileged
11:01:44 [2021-05-03T11:01:44.016Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s)
11:01:44 [2021-05-03T11:01:44.016Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
11:01:44 [2021-05-03T11:01:44.016Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
11:01:44 [2021-05-03T11:01:44.522Z] --- PASS: TestUpdateRestartPolicy (12.42s)
11:01:44 [2021-05-03T11:01:44.522Z] === RUN   TestUpdateRestartWithAutoRemove
11:01:45 [2021-05-03T11:01:45.091Z] --- PASS: TestUpdateRestartWithAutoRemove (0.68s)
11:01:45 [2021-05-03T11:01:45.091Z] === RUN   TestWaitNonBlocked
11:01:45 [2021-05-03T11:01:45.091Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
11:01:45 [2021-05-03T11:01:45.091Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
11:01:45 [2021-05-03T11:01:45.091Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
11:01:45 [2021-05-03T11:01:45.091Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
11:01:45 [2021-05-03T11:01:45.091Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
11:01:45 [2021-05-03T11:01:45.091Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
11:01:45 [2021-05-03T11:01:45.922Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.85s)
11:01:45 [2021-05-03T11:01:45.922Z] === RUN   TestCgroupNamespacesRunHostMode
11:01:46 [2021-05-03T11:01:46.469Z] --- PASS: TestWaitNonBlocked (0.01s)
11:01:46 [2021-05-03T11:01:46.469Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.07s)
11:01:46 [2021-05-03T11:01:46.469Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.10s)
11:01:46 [2021-05-03T11:01:46.469Z] === RUN   TestWaitBlocked
11:01:46 [2021-05-03T11:01:46.469Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
11:01:46 [2021-05-03T11:01:46.469Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
11:01:46 [2021-05-03T11:01:46.469Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
11:01:46 [2021-05-03T11:01:46.469Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
11:01:46 [2021-05-03T11:01:46.469Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
11:01:46 [2021-05-03T11:01:46.469Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
11:01:47 [2021-05-03T11:01:47.303Z] --- PASS: TestCgroupNamespacesRunHostMode (1.87s)
11:01:47 [2021-05-03T11:01:47.303Z] === RUN   TestCgroupNamespacesRunPrivateMode
11:01:47 [2021-05-03T11:01:47.407Z] --- PASS: TestWaitBlocked (0.01s)
11:01:47 [2021-05-03T11:01:47.407Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.05s)
11:01:47 [2021-05-03T11:01:47.407Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.08s)
11:01:47 [2021-05-03T11:01:47.407Z] === CONT  TestDaemonRestartIpcMode
11:01:47 [2021-05-03T11:01:47.407Z] === CONT  TestIpcModeOlderClient
11:01:47 [2021-05-03T11:01:47.407Z] --- PASS: TestIpcModeOlderClient (0.08s)
11:01:47 [2021-05-03T11:01:47.407Z] === CONT  TestRestartDaemonWithRestartingContainer
11:01:49 [2021-05-03T11:01:49.209Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.87s)
11:01:49 [2021-05-03T11:01:49.209Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
11:01:50 [2021-05-03T11:01:50.589Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.37s)
11:01:50 [2021-05-03T11:01:50.589Z] === RUN   TestCgroupNamespacesRunInvalidMode
11:01:51 [2021-05-03T11:01:51.526Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.88s)
11:01:51 [2021-05-03T11:01:51.526Z] === RUN   TestCgroupNamespacesRunOlderClient
11:01:52 [2021-05-03T11:01:52.683Z] --- PASS: TestDaemonRestartIpcMode (5.53s)
11:01:52 [2021-05-03T11:01:52.942Z] --- PASS: TestRestartDaemonWithRestartingContainer (5.59s)
11:01:52 [2021-05-03T11:01:52.942Z] PASS
11:01:52 [2021-05-03T11:01:52.942Z] 
11:01:52 [2021-05-03T11:01:52.942Z] === Skipped
11:01:52 [2021-05-03T11:01:52.942Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
11:01:52 [2021-05-03T11:01:52.942Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
11:01:52 [2021-05-03T11:01:52.942Z] 
11:01:52 [2021-05-03T11:01:52.942Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s)
11:01:52 [2021-05-03T11:01:52.942Z]     daemon_linux_test.go:38: (*Execution).IsRootless-fm
11:01:52 [2021-05-03T11:01:52.942Z] 
11:01:52 [2021-05-03T11:01:52.942Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s)
11:01:52 [2021-05-03T11:01:52.943Z]     daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network
11:01:52 [2021-05-03T11:01:52.943Z] 
11:01:52 [2021-05-03T11:01:52.943Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s)
11:01:52 [2021-05-03T11:01:52.943Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
11:01:52 [2021-05-03T11:01:52.943Z] 
11:01:52 [2021-05-03T11:01:52.943Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s)
11:01:52 [2021-05-03T11:01:52.943Z]     ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
11:01:52 [2021-05-03T11:01:52.943Z] 
11:01:52 [2021-05-03T11:01:52.943Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s)
11:01:52 [2021-05-03T11:01:52.943Z]     ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
11:01:52 [2021-05-03T11:01:52.943Z] 
11:01:52 [2021-05-03T11:01:52.943Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s)
11:01:52 [2021-05-03T11:01:52.943Z]     ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
11:01:52 [2021-05-03T11:01:52.943Z] 
11:01:52 [2021-05-03T11:01:52.943Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s)
11:01:52 [2021-05-03T11:01:52.943Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
11:01:52 [2021-05-03T11:01:52.943Z] 
11:01:52 [2021-05-03T11:01:52.943Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s)
11:01:52 [2021-05-03T11:01:52.943Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
11:01:52 [2021-05-03T11:01:52.943Z] 
11:01:52 [2021-05-03T11:01:52.943Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
11:01:52 [2021-05-03T11:01:52.943Z]     kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none"
11:01:52 [2021-05-03T11:01:52.943Z] 
11:01:52 [2021-05-03T11:01:52.943Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
11:01:52 [2021-05-03T11:01:52.943Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
11:01:52 [2021-05-03T11:01:52.943Z] 
11:01:52 [2021-05-03T11:01:52.943Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s)
11:01:52 [2021-05-03T11:01:52.943Z]     links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
11:01:52 [2021-05-03T11:01:52.943Z] 
11:01:52 [2021-05-03T11:01:52.943Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s)
11:01:52 [2021-05-03T11:01:52.943Z]     mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
11:01:52 [2021-05-03T11:01:52.943Z] 
11:01:52 [2021-05-03T11:01:52.943Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s)
11:01:52 [2021-05-03T11:01:52.943Z]     mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
11:01:52 [2021-05-03T11:01:52.943Z] 
11:01:52 [2021-05-03T11:01:52.943Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s)
11:01:52 [2021-05-03T11:01:52.943Z]     mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
11:01:52 [2021-05-03T11:01:52.943Z] 
11:01:52 [2021-05-03T11:01:52.943Z] === SKIP: amd64.integration.container TestPause (0.00s)
11:01:52 [2021-05-03T11:01:52.943Z]     pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none"
11:01:52 [2021-05-03T11:01:52.943Z] 
11:01:52 [2021-05-03T11:01:52.943Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
11:01:52 [2021-05-03T11:01:52.943Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
11:01:52 [2021-05-03T11:01:52.943Z] 
11:01:52 [2021-05-03T11:01:52.943Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s)
11:01:52 [2021-05-03T11:01:52.943Z]     pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none"
11:01:52 [2021-05-03T11:01:52.943Z] 
11:01:52 [2021-05-03T11:01:52.943Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s)
11:01:52 [2021-05-03T11:01:52.943Z]     restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
11:01:52 [2021-05-03T11:01:52.943Z] 
11:01:52 [2021-05-03T11:01:52.943Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.01s)
11:01:52 [2021-05-03T11:01:52.943Z]     run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
11:01:52 [2021-05-03T11:01:52.943Z] 
11:01:52 [2021-05-03T11:01:52.943Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s)
11:01:52 [2021-05-03T11:01:52.943Z]     run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
11:01:52 [2021-05-03T11:01:52.943Z] 
11:01:52 [2021-05-03T11:01:52.943Z] === SKIP: amd64.integration.container TestStats (0.00s)
11:01:52 [2021-05-03T11:01:52.943Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
11:01:52 [2021-05-03T11:01:52.943Z] 
11:01:52 [2021-05-03T11:01:52.943Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
11:01:52 [2021-05-03T11:01:52.943Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
11:01:52 [2021-05-03T11:01:52.943Z] 
11:01:52 [2021-05-03T11:01:52.943Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
11:01:52 [2021-05-03T11:01:52.943Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
11:01:52 [2021-05-03T11:01:52.943Z] 
11:01:52 [2021-05-03T11:01:52.943Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s)
11:01:52 [2021-05-03T11:01:52.943Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
11:01:52 [2021-05-03T11:01:52.943Z] 
11:01:52 [2021-05-03T11:01:52.943Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s)
11:01:52 [2021-05-03T11:01:52.943Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
11:01:52 [2021-05-03T11:01:52.943Z] 
11:01:52 [2021-05-03T11:01:52.943Z] 
11:01:52 [2021-05-03T11:01:52.943Z] DONE 178 tests, 26 skipped in 111.544s
11:01:52 [2021-05-03T11:01:52.943Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
11:01:53 [2021-05-03T11:01:53.202Z] INFO: Testing against a local daemon
11:01:53 [2021-05-03T11:01:53.202Z] === RUN   TestCommitInheritsEnv
11:01:53 [2021-05-03T11:01:53.434Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.90s)
11:01:53 [2021-05-03T11:01:53.434Z] === RUN   TestKernelTCPMemory
11:01:53 [2021-05-03T11:01:53.434Z] --- SKIP: TestKernelTCPMemory (0.01s)
11:01:53 [2021-05-03T11:01:53.434Z]     run_linux_test.go:24: !testEnv.DaemonInfo.KernelMemoryTCP
11:01:53 [2021-05-03T11:01:53.434Z] === RUN   TestNISDomainname
11:01:54 [2021-05-03T11:01:54.814Z] --- PASS: TestNISDomainname (1.34s)
11:01:54 [2021-05-03T11:01:54.814Z] === RUN   TestHostnameDnsResolution
11:01:55 [2021-05-03T11:01:55.105Z] --- PASS: TestCommitInheritsEnv (2.04s)
11:01:55 [2021-05-03T11:01:55.105Z] === RUN   TestImportExtremelyLargeImageWorks
11:01:55 [2021-05-03T11:01:55.105Z] === PAUSE TestImportExtremelyLargeImageWorks
11:01:55 [2021-05-03T11:01:55.105Z] === RUN   TestImagesFilterMultiReference
11:01:55 [2021-05-03T11:01:55.105Z] --- PASS: TestImagesFilterMultiReference (0.06s)
11:01:55 [2021-05-03T11:01:55.105Z] === RUN   TestImagePullPlatformInvalid
11:01:55 [2021-05-03T11:01:55.364Z] --- PASS: TestImagePullPlatformInvalid (0.03s)
11:01:55 [2021-05-03T11:01:55.364Z] === RUN   TestRemoveImageOrphaning
11:01:56 [2021-05-03T11:01:56.722Z] --- PASS: TestHostnameDnsResolution (1.77s)
11:01:56 [2021-05-03T11:01:56.722Z] === RUN   TestStats
11:01:57 [2021-05-03T11:01:57.267Z] --- PASS: TestRemoveImageOrphaning (1.91s)
11:01:57 [2021-05-03T11:01:57.267Z] === RUN   TestRemoveImageGarbageCollector
11:01:57 [2021-05-03T11:01:57.267Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
11:01:57 [2021-05-03T11:01:57.267Z]     remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
11:01:57 [2021-05-03T11:01:57.267Z] === RUN   TestTagUnprefixedRepoByNameOrName
11:01:57 [2021-05-03T11:01:57.267Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
11:01:57 [2021-05-03T11:01:57.267Z] === RUN   TestTagInvalidReference
11:01:57 [2021-05-03T11:01:57.267Z] --- PASS: TestTagInvalidReference (0.01s)
11:01:57 [2021-05-03T11:01:57.267Z] === RUN   TestTagValidPrefixedRepo
11:01:57 [2021-05-03T11:01:57.267Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
11:01:57 [2021-05-03T11:01:57.267Z] === RUN   TestTagExistedNameWithoutForce
11:01:57 [2021-05-03T11:01:57.267Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
11:01:57 [2021-05-03T11:01:57.267Z] === RUN   TestTagOfficialNames
11:01:57 [2021-05-03T11:01:57.267Z] --- PASS: TestTagOfficialNames (0.06s)
11:01:57 [2021-05-03T11:01:57.267Z] === RUN   TestTagMatchesDigest
11:01:57 [2021-05-03T11:01:57.267Z] --- PASS: TestTagMatchesDigest (0.01s)
11:01:57 [2021-05-03T11:01:57.267Z] === CONT  TestImportExtremelyLargeImageWorks
11:01:59 [2021-05-03T11:01:59.255Z] --- PASS: TestStats (2.75s)
11:01:59 [2021-05-03T11:01:59.255Z] === RUN   TestStopContainerWithTimeout
11:01:59 [2021-05-03T11:01:59.255Z] === RUN   TestStopContainerWithTimeout/0
11:01:59 [2021-05-03T11:01:59.255Z] === PAUSE TestStopContainerWithTimeout/0
11:01:59 [2021-05-03T11:01:59.255Z] === RUN   TestStopContainerWithTimeout/1
11:01:59 [2021-05-03T11:01:59.255Z] === PAUSE TestStopContainerWithTimeout/1
11:01:59 [2021-05-03T11:01:59.255Z] === RUN   TestStopContainerWithTimeout/3
11:01:59 [2021-05-03T11:01:59.255Z] === PAUSE TestStopContainerWithTimeout/3
11:01:59 [2021-05-03T11:01:59.255Z] === RUN   TestStopContainerWithTimeout/-1
11:01:59 [2021-05-03T11:01:59.255Z] === PAUSE TestStopContainerWithTimeout/-1
11:01:59 [2021-05-03T11:01:59.255Z] === CONT  TestStopContainerWithTimeout/0
11:01:59 [2021-05-03T11:01:59.255Z] === CONT  TestStopContainerWithTimeout/3
11:02:00 [2021-05-03T11:02:00.633Z] === CONT  TestStopContainerWithTimeout/-1
11:02:02 [2021-05-03T11:02:02.537Z] === CONT  TestStopContainerWithTimeout/1
11:02:04 [2021-05-03T11:02:04.441Z] --- PASS: TestStopContainerWithTimeout (0.02s)
11:02:04 [2021-05-03T11:02:04.441Z]     --- PASS: TestStopContainerWithTimeout/0 (1.06s)
11:02:04 [2021-05-03T11:02:04.441Z]     --- PASS: TestStopContainerWithTimeout/3 (3.07s)
11:02:04 [2021-05-03T11:02:04.441Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.71s)
11:02:04 [2021-05-03T11:02:04.441Z]     --- PASS: TestStopContainerWithTimeout/1 (1.75s)
11:02:04 [2021-05-03T11:02:04.441Z] === RUN   TestDeleteDevicemapper
11:02:04 [2021-05-03T11:02:04.441Z] --- SKIP: TestDeleteDevicemapper (0.00s)
11:02:04 [2021-05-03T11:02:04.441Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
11:02:04 [2021-05-03T11:02:04.441Z] === RUN   TestStopContainerWithRestartPolicyAlways
11:02:06 [2021-05-03T11:02:06.977Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.94s)
11:02:06 [2021-05-03T11:02:06.977Z] === RUN   TestUpdateMemory
11:02:08 [2021-05-03T11:02:08.355Z] --- PASS: TestUpdateMemory (1.34s)
11:02:08 [2021-05-03T11:02:08.355Z] === RUN   TestUpdateCPUQuota
11:02:11 [2021-05-03T11:02:11.352Z] Loaded image: buildpack-deps:buster
11:02:11 [2021-05-03T11:02:11.352Z] Loaded image: busybox:latest
11:02:11 [2021-05-03T11:02:11.983Z] Loaded image: busybox:glibc
11:02:13 [2021-05-03T11:02:13.388Z] Loaded image: buildpack-deps:buster
11:02:13 [2021-05-03T11:02:13.652Z] Loaded image: busybox:latest
11:02:14 [2021-05-03T11:02:14.226Z] Loaded image: busybox:glibc
11:02:16 [2021-05-03T11:02:16.476Z] --- PASS: TestUpdateCPUQuota (6.89s)
11:02:16 [2021-05-03T11:02:16.476Z] === RUN   TestUpdatePidsLimit
11:02:16 [2021-05-03T11:02:16.476Z] === RUN   TestUpdatePidsLimit/update_from_none
11:02:16 [2021-05-03T11:02:16.476Z] === RUN   TestUpdatePidsLimit/no_change
11:02:16 [2021-05-03T11:02:16.735Z] === RUN   TestUpdatePidsLimit/update_lower
11:02:17 [2021-05-03T11:02:17.673Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
11:02:18 [2021-05-03T11:02:18.243Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
11:02:18 [2021-05-03T11:02:18.814Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
11:02:19 [2021-05-03T11:02:19.516Z] Loaded image: debian:bullseye
11:02:19 [2021-05-03T11:02:19.752Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
11:02:19 [2021-05-03T11:02:19.776Z] Loaded image: hello-world:latest
11:02:19 [2021-05-03T11:02:19.776Z] Loaded image: arm32v7/hello-world:latest
11:02:20 [2021-05-03T11:02:20.037Z] INFO: Testing against a local daemon
11:02:20 [2021-05-03T11:02:20.037Z] === RUN   TestDockerDaemonSuite
11:02:20 [2021-05-03T11:02:20.037Z] === RUN   TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool
11:02:20 [2021-05-03T11:02:20.298Z] Loaded image: debian:bullseye
11:02:20 [2021-05-03T11:02:20.567Z] Loaded image: hello-world:latest
11:02:20 [2021-05-03T11:02:20.829Z] Loaded image: arm32v7/hello-world:latest
11:02:20 [2021-05-03T11:02:20.829Z] INFO: Testing against a local daemon
11:02:20 [2021-05-03T11:02:20.829Z] === RUN   TestDockerSuite
11:02:20 [2021-05-03T11:02:20.829Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
11:02:20 [2021-05-03T11:02:20.829Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
11:02:21 [2021-05-03T11:02:21.090Z] === RUN   TestDockerSuite/TestAPIErrorJSON
11:02:21 [2021-05-03T11:02:21.090Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
11:02:21 [2021-05-03T11:02:21.090Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
11:02:21 [2021-05-03T11:02:21.090Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
11:02:21 [2021-05-03T11:02:21.090Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
11:02:21 [2021-05-03T11:02:21.090Z] === RUN   TestDockerSuite/TestAPIImagesDelete
11:02:21 [2021-05-03T11:02:21.132Z] --- PASS: TestUpdatePidsLimit (5.56s)
11:02:21 [2021-05-03T11:02:21.132Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.73s)
11:02:21 [2021-05-03T11:02:21.132Z]     --- PASS: TestUpdatePidsLimit/no_change (0.71s)
11:02:21 [2021-05-03T11:02:21.132Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.70s)
11:02:21 [2021-05-03T11:02:21.132Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.71s)
11:02:21 [2021-05-03T11:02:21.132Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.70s)
11:02:21 [2021-05-03T11:02:21.132Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.72s)
11:02:21 [2021-05-03T11:02:21.132Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.71s)
11:02:21 [2021-05-03T11:02:21.132Z] === RUN   TestUpdateRestartPolicy
11:02:23 [2021-05-03T11:02:23.642Z] === RUN   TestDockerSuite/TestAPIImagesFilter
11:02:23 [2021-05-03T11:02:23.642Z] === RUN   TestDockerSuite/TestAPIImagesHistory
11:02:24 [2021-05-03T11:02:24.214Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
11:02:24 [2021-05-03T11:02:24.214Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
11:02:25 [2021-05-03T11:02:25.157Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
11:02:25 [2021-05-03T11:02:25.157Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
11:02:25 [2021-05-03T11:02:25.157Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
11:02:27 [2021-05-03T11:02:27.994Z] ..........................xx....................                         [ 29%]
11:02:28 [2021-05-03T11:02:28.459Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
11:02:29 [2021-05-03T11:02:29.400Z] === RUN   TestDockerSuite/TestAPINetworkFilter
11:02:29 [2021-05-03T11:02:29.400Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
11:02:29 [2021-05-03T11:02:29.400Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
11:02:30 [2021-05-03T11:02:30.347Z] === RUN   TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon
11:02:32 [2021-05-03T11:02:32.898Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
11:02:32 [2021-05-03T11:02:32.898Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
11:02:34 [2021-05-03T11:02:34.284Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
11:02:34 [2021-05-03T11:02:34.860Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
11:02:34 [2021-05-03T11:02:34.860Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
11:02:34 [2021-05-03T11:02:34.860Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
11:02:36 [2021-05-03T11:02:36.015Z] --- PASS: TestUpdateRestartPolicy (12.87s)
11:02:36 [2021-05-03T11:02:36.015Z] === RUN   TestUpdateRestartWithAutoRemove
11:02:36 [2021-05-03T11:02:36.015Z] --- PASS: TestUpdateRestartWithAutoRemove (0.83s)
11:02:36 [2021-05-03T11:02:36.015Z] === RUN   TestWaitNonBlocked
11:02:36 [2021-05-03T11:02:36.015Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
11:02:36 [2021-05-03T11:02:36.015Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
11:02:36 [2021-05-03T11:02:36.015Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
11:02:36 [2021-05-03T11:02:36.015Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
11:02:36 [2021-05-03T11:02:36.015Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
11:02:36 [2021-05-03T11:02:36.015Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
11:02:36 [2021-05-03T11:02:36.015Z] --- PASS: TestWaitNonBlocked (0.01s)
11:02:36 [2021-05-03T11:02:36.015Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.09s)
11:02:36 [2021-05-03T11:02:36.016Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.19s)
11:02:36 [2021-05-03T11:02:36.016Z] === RUN   TestWaitBlocked
11:02:36 [2021-05-03T11:02:36.016Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
11:02:36 [2021-05-03T11:02:36.016Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
11:02:36 [2021-05-03T11:02:36.016Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
11:02:36 [2021-05-03T11:02:36.016Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
11:02:36 [2021-05-03T11:02:36.016Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
11:02:36 [2021-05-03T11:02:36.016Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
11:02:36 [2021-05-03T11:02:36.954Z] --- PASS: TestWaitBlocked (0.02s)
11:02:36 [2021-05-03T11:02:36.954Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.06s)
11:02:36 [2021-05-03T11:02:36.954Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.10s)
11:02:36 [2021-05-03T11:02:36.954Z] === CONT  TestContainerStartOnDaemonRestart
11:02:36 [2021-05-03T11:02:36.954Z] === CONT  TestContainerKillOnDaemonStart
11:02:38 [2021-05-03T11:02:38.488Z] --- PASS: TestBuildWithHugeFile (50.61s)
11:02:38 [2021-05-03T11:02:38.488Z] === RUN   TestBuildWCOWSandboxSize
11:02:38 [2021-05-03T11:02:38.488Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s)
11:02:38 [2021-05-03T11:02:38.488Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
11:02:38 [2021-05-03T11:02:38.488Z] === RUN   TestBuildWithEmptyDockerfile
11:02:38 [2021-05-03T11:02:38.488Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
11:02:38 [2021-05-03T11:02:38.488Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
11:02:38 [2021-05-03T11:02:38.488Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
11:02:38 [2021-05-03T11:02:38.488Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
11:02:38 [2021-05-03T11:02:38.488Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
11:02:38 [2021-05-03T11:02:38.488Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
11:02:38 [2021-05-03T11:02:38.488Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
11:02:38 [2021-05-03T11:02:38.488Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
11:02:38 [2021-05-03T11:02:38.488Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
11:02:38 [2021-05-03T11:02:38.488Z] --- PASS: TestBuildWithEmptyDockerfile (0.15s)
11:02:38 [2021-05-03T11:02:38.488Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.17s)
11:02:38 [2021-05-03T11:02:38.488Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.17s)
11:02:38 [2021-05-03T11:02:38.488Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.17s)
11:02:38 [2021-05-03T11:02:38.488Z] === RUN   TestBuildPreserveOwnership
11:02:38 [2021-05-03T11:02:38.488Z] === RUN   TestBuildPreserveOwnership/copy_from
11:02:38 [2021-05-03T11:02:38.488Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
11:02:38 [2021-05-03T11:02:38.488Z] --- PASS: TestBuildPreserveOwnership (5.34s)
11:02:38 [2021-05-03T11:02:38.488Z]     --- PASS: TestBuildPreserveOwnership/copy_from (3.59s)
11:02:38 [2021-05-03T11:02:38.488Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.73s)
11:02:38 [2021-05-03T11:02:38.488Z] === RUN   TestBuildPlatformInvalid
11:02:38 [2021-05-03T11:02:38.488Z] --- PASS: TestBuildPlatformInvalid (0.16s)
11:02:38 [2021-05-03T11:02:38.488Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
11:02:40 [2021-05-03T11:02:40.245Z] --- PASS: TestContainerStartOnDaemonRestart (2.95s)
11:02:40 [2021-05-03T11:02:40.245Z] === CONT  TestIpcModeOlderClient
11:02:40 [2021-05-03T11:02:40.245Z] --- PASS: TestIpcModeOlderClient (0.06s)
11:02:40 [2021-05-03T11:02:40.245Z] === CONT  TestDaemonHostGatewayIP
11:02:41 [2021-05-03T11:02:41.449Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
11:02:44 [2021-05-03T11:02:44.445Z] --- PASS: TestDaemonHostGatewayIP (4.01s)
11:02:44 [2021-05-03T11:02:44.445Z] === CONT  TestRestartDaemonWithRestartingContainer
11:02:45 [2021-05-03T11:02:45.654Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
11:02:46 [2021-05-03T11:02:46.982Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.92s)
11:02:46 [2021-05-03T11:02:46.982Z] === CONT  TestDaemonRestartIpcMode
11:02:49 [2021-05-03T11:02:49.866Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
11:02:50 [2021-05-03T11:02:50.127Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill
11:02:50 [2021-05-03T11:02:50.305Z] --- PASS: TestContainerKillOnDaemonStart (13.10s)
11:02:50 [2021-05-03T11:02:50.305Z] --- PASS: TestDaemonRestartIpcMode (3.33s)
11:02:50 [2021-05-03T11:02:50.305Z] PASS
11:02:50 [2021-05-03T11:02:50.305Z] 
11:02:50 [2021-05-03T11:02:50.305Z] === Skipped
11:02:50 [2021-05-03T11:02:50.305Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
11:02:50 [2021-05-03T11:02:50.305Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
11:02:50 [2021-05-03T11:02:50.305Z] 
11:02:50 [2021-05-03T11:02:50.305Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
11:02:50 [2021-05-03T11:02:50.305Z]     kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
11:02:50 [2021-05-03T11:02:50.305Z] 
11:02:50 [2021-05-03T11:02:50.305Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
11:02:50 [2021-05-03T11:02:50.305Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
11:02:50 [2021-05-03T11:02:50.305Z] 
11:02:50 [2021-05-03T11:02:50.305Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s)
11:02:50 [2021-05-03T11:02:50.305Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
11:02:50 [2021-05-03T11:02:50.305Z] 
11:02:50 [2021-05-03T11:02:50.305Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.01s)
11:02:50 [2021-05-03T11:02:50.305Z]     run_linux_test.go:24: !testEnv.DaemonInfo.KernelMemoryTCP
11:02:50 [2021-05-03T11:02:50.305Z] 
11:02:50 [2021-05-03T11:02:50.305Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
11:02:50 [2021-05-03T11:02:50.305Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
11:02:50 [2021-05-03T11:02:50.305Z] 
11:02:50 [2021-05-03T11:02:50.305Z] 
11:02:50 [2021-05-03T11:02:50.305Z] DONE 197 tests, 6 skipped in 157.243s
11:02:50 [2021-05-03T11:02:50.305Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
11:02:50 [2021-05-03T11:02:50.305Z] INFO: Testing against a local daemon
11:02:50 [2021-05-03T11:02:50.305Z] === RUN   TestCommitInheritsEnv
11:02:50 [2021-05-03T11:02:50.565Z] --- PASS: TestCommitInheritsEnv (0.34s)
11:02:50 [2021-05-03T11:02:50.565Z] === RUN   TestImportExtremelyLargeImageWorks
11:02:50 [2021-05-03T11:02:50.565Z] === PAUSE TestImportExtremelyLargeImageWorks
11:02:50 [2021-05-03T11:02:50.565Z] === RUN   TestImagesFilterMultiReference
11:02:50 [2021-05-03T11:02:50.565Z] --- PASS: TestImagesFilterMultiReference (0.06s)
11:02:50 [2021-05-03T11:02:50.565Z] === RUN   TestImagePullPlatformInvalid
11:02:50 [2021-05-03T11:02:50.565Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
11:02:50 [2021-05-03T11:02:50.565Z] === RUN   TestRemoveImageOrphaning
11:02:50 [2021-05-03T11:02:50.824Z] --- PASS: TestRemoveImageOrphaning (0.31s)
11:02:50 [2021-05-03T11:02:50.824Z] === RUN   TestRemoveImageGarbageCollector
11:02:52 [2021-05-03T11:02:52.042Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
11:02:53 [2021-05-03T11:02:53.360Z] --- PASS: TestRemoveImageGarbageCollector (2.30s)
11:02:53 [2021-05-03T11:02:53.360Z] === RUN   TestTagUnprefixedRepoByNameOrName
11:02:53 [2021-05-03T11:02:53.360Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
11:02:53 [2021-05-03T11:02:53.360Z] === RUN   TestTagInvalidReference
11:02:53 [2021-05-03T11:02:53.360Z] --- PASS: TestTagInvalidReference (0.02s)
11:02:53 [2021-05-03T11:02:53.360Z] === RUN   TestTagValidPrefixedRepo
11:02:53 [2021-05-03T11:02:53.360Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
11:02:53 [2021-05-03T11:02:53.360Z] === RUN   TestTagExistedNameWithoutForce
11:02:53 [2021-05-03T11:02:53.360Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
11:02:53 [2021-05-03T11:02:53.360Z] === RUN   TestTagOfficialNames
11:02:53 [2021-05-03T11:02:53.360Z] --- PASS: TestTagOfficialNames (0.07s)
11:02:53 [2021-05-03T11:02:53.360Z] === RUN   TestTagMatchesDigest
11:02:53 [2021-05-03T11:02:53.360Z] --- PASS: TestTagMatchesDigest (0.01s)
11:02:53 [2021-05-03T11:02:53.360Z] === CONT  TestImportExtremelyLargeImageWorks
11:02:53 [2021-05-03T11:02:53.414Z] Loaded image: buildpack-deps:buster
11:02:53 [2021-05-03T11:02:53.414Z] Loaded image: busybox:latest
11:02:53 [2021-05-03T11:02:53.414Z] Loaded image: busybox:glibc
11:02:53 [2021-05-03T11:02:53.675Z] Loaded image: debian:bullseye
11:02:53 [2021-05-03T11:02:53.675Z] Loaded image: hello-world:latest
11:02:53 [2021-05-03T11:02:53.675Z] Loaded image: arm32v7/hello-world:latest
11:02:53 [2021-05-03T11:02:53.964Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
11:02:54 [2021-05-03T11:02:54.551Z] tests/integration/api_exec_test.py .....................                 [ 34%]
11:02:55 [2021-05-03T11:02:55.881Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
11:02:55 [2021-05-03T11:02:55.881Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash
11:02:56 [2021-05-03T11:02:56.822Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
11:02:58 [2021-05-03T11:02:58.210Z] === RUN   TestDockerSuite/TestAttachAfterDetach
11:02:59 [2021-05-03T11:02:59.595Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown
11:03:00 [2021-05-03T11:03:00.978Z] === RUN   TestDockerSuite/TestAttachClosedOnContainerStop
11:03:02 [2021-05-03T11:03:02.892Z] === RUN   TestDockerDaemonSuite/TestDaemonAllocatesListeningPort
11:03:03 [2021-05-03T11:03:03.464Z] === RUN   TestDockerSuite/TestAttachDetach
11:03:03 [2021-05-03T11:03:03.677Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (24.76s)
11:03:03 [2021-05-03T11:03:03.677Z] PASS
11:03:03 [2021-05-03T11:03:03.677Z] 
11:03:03 [2021-05-03T11:03:03.677Z] === Skipped
11:03:03 [2021-05-03T11:03:03.677Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
11:03:03 [2021-05-03T11:03:03.677Z]     build_session_test.go:25: TODO: BuildKit
11:03:03 [2021-05-03T11:03:03.677Z] 
11:03:03 [2021-05-03T11:03:03.677Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.01s)
11:03:03 [2021-05-03T11:03:03.677Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
11:03:03 [2021-05-03T11:03:03.677Z] 
11:03:03 [2021-05-03T11:03:03.677Z] 
11:03:03 [2021-05-03T11:03:03.677Z] DONE 34 tests, 2 skipped in 128.948s
11:03:03 [2021-05-03T11:03:03.677Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m 
11:03:03 [2021-05-03T11:03:03.677Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m
11:03:03 [2021-05-03T11:03:03.677Z] ++ set -e
11:03:03 [2021-05-03T11:03:03.677Z] ++ '[' -n 0 ']'
11:03:03 [2021-05-03T11:03:03.677Z] ++ set -x
11:03:03 [2021-05-03T11:03:03.677Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m
11:03:03 [2021-05-03T11:03:03.677Z] INFO: Testing against a local daemon
11:03:03 [2021-05-03T11:03:03.677Z] === RUN   TestConfigInspect
11:03:04 [2021-05-03T11:03:04.197Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
11:03:04 [2021-05-03T11:03:04.849Z] --- PASS: TestBuildWithHugeFile (93.99s)
11:03:04 [2021-05-03T11:03:04.849Z] === RUN   TestBuildWCOWSandboxSize
11:03:04 [2021-05-03T11:03:04.849Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
11:03:04 [2021-05-03T11:03:04.849Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
11:03:04 [2021-05-03T11:03:04.849Z] === RUN   TestBuildWithEmptyDockerfile
11:03:04 [2021-05-03T11:03:04.849Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
11:03:04 [2021-05-03T11:03:04.849Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
11:03:04 [2021-05-03T11:03:04.849Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
11:03:04 [2021-05-03T11:03:04.849Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
11:03:04 [2021-05-03T11:03:04.849Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
11:03:04 [2021-05-03T11:03:04.849Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
11:03:05 [2021-05-03T11:03:05.111Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
11:03:05 [2021-05-03T11:03:05.111Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
11:03:05 [2021-05-03T11:03:05.111Z] === RUN   TestDockerSuite/TestAttachDisconnect
11:03:05 [2021-05-03T11:03:05.111Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
11:03:05 [2021-05-03T11:03:05.111Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s)
11:03:05 [2021-05-03T11:03:05.111Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.13s)
11:03:05 [2021-05-03T11:03:05.111Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.13s)
11:03:05 [2021-05-03T11:03:05.111Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.10s)
11:03:05 [2021-05-03T11:03:05.111Z] === RUN   TestBuildPreserveOwnership
11:03:05 [2021-05-03T11:03:05.111Z] === RUN   TestBuildPreserveOwnership/copy_from
11:03:06 [2021-05-03T11:03:06.497Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
11:03:06 [2021-05-03T11:03:06.978Z] --- PASS: TestConfigInspect (3.40s)
11:03:06 [2021-05-03T11:03:06.978Z] === RUN   TestConfigList
11:03:07 [2021-05-03T11:03:07.940Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeExternal
11:03:08 [2021-05-03T11:03:08.139Z] tests/integration/api_image_test.py ............s.....                   [ 40%]
11:03:08 [2021-05-03T11:03:08.523Z] === RUN   TestDockerSuite/TestAttachPausedContainer
11:03:09 [2021-05-03T11:03:09.907Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
11:03:09 [2021-05-03T11:03:09.907Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
11:03:10 [2021-05-03T11:03:10.280Z] --- PASS: TestConfigList (3.11s)
11:03:10 [2021-05-03T11:03:10.280Z] === RUN   TestConfigsCreateAndDelete
11:03:11 [2021-05-03T11:03:11.293Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
11:03:11 [2021-05-03T11:03:11.867Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork
11:03:12 [2021-05-03T11:03:12.439Z] --- PASS: TestBuildPreserveOwnership (7.13s)
11:03:12 [2021-05-03T11:03:12.439Z]     --- PASS: TestBuildPreserveOwnership/copy_from (4.66s)
11:03:12 [2021-05-03T11:03:12.439Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.46s)
11:03:12 [2021-05-03T11:03:12.439Z] === RUN   TestBuildPlatformInvalid
11:03:12 [2021-05-03T11:03:12.439Z] --- PASS: TestBuildPlatformInvalid (0.18s)
11:03:12 [2021-05-03T11:03:12.439Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
11:03:12 [2021-05-03T11:03:12.699Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
11:03:12 [2021-05-03T11:03:12.824Z] --- PASS: TestConfigsCreateAndDelete (2.65s)
11:03:12 [2021-05-03T11:03:12.824Z] === RUN   TestConfigsUpdate
11:03:15 [2021-05-03T11:03:15.999Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr
11:03:15 [2021-05-03T11:03:15.999Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
11:03:16 [2021-05-03T11:03:16.126Z] --- PASS: TestConfigsUpdate (3.14s)
11:03:16 [2021-05-03T11:03:16.126Z] === RUN   TestTemplatedConfig
11:03:17 [2021-05-03T11:03:17.916Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
11:03:19 [2021-05-03T11:03:19.431Z] --- PASS: TestTemplatedConfig (3.70s)
11:03:19 [2021-05-03T11:03:19.431Z] === RUN   TestConfigCreateResolve
11:03:19 [2021-05-03T11:03:19.834Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
11:03:19 [2021-05-03T11:03:19.834Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
11:03:21 [2021-05-03T11:03:21.222Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
11:03:21 [2021-05-03T11:03:21.794Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2
11:03:22 [2021-05-03T11:03:22.054Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
11:03:22 [2021-05-03T11:03:22.732Z] --- PASS: TestConfigCreateResolve (2.70s)
11:03:22 [2021-05-03T11:03:22.732Z] === RUN   TestConfigDaemonLibtrustID
11:03:23 [2021-05-03T11:03:23.304Z] --- PASS: TestConfigDaemonLibtrustID (1.17s)
11:03:23 [2021-05-03T11:03:23.304Z] PASS
11:03:23 [2021-05-03T11:03:23.304Z] 
11:03:23 [2021-05-03T11:03:23.304Z] DONE 7 tests in 20.010s
11:03:23 [2021-05-03T11:03:23.304Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m 
11:03:23 [2021-05-03T11:03:23.304Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m
11:03:23 [2021-05-03T11:03:23.304Z] ++ set -e
11:03:23 [2021-05-03T11:03:23.304Z] ++ '[' -n 0 ']'
11:03:23 [2021-05-03T11:03:23.304Z] ++ set -x
11:03:23 [2021-05-03T11:03:23.304Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m
11:03:23 [2021-05-03T11:03:23.564Z] INFO: Testing against a local daemon
11:03:23 [2021-05-03T11:03:23.564Z] === RUN   TestCheckpoint
11:03:23 [2021-05-03T11:03:23.564Z] --- SKIP: TestCheckpoint (0.00s)
11:03:23 [2021-05-03T11:03:23.564Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
11:03:23 [2021-05-03T11:03:23.564Z] === RUN   TestContainerInvalidJSON
11:03:23 [2021-05-03T11:03:23.564Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
11:03:23 [2021-05-03T11:03:23.564Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
11:03:23 [2021-05-03T11:03:23.564Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
11:03:23 [2021-05-03T11:03:23.564Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
11:03:23 [2021-05-03T11:03:23.564Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
11:03:23 [2021-05-03T11:03:23.564Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
11:03:23 [2021-05-03T11:03:23.564Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
11:03:23 [2021-05-03T11:03:23.564Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
11:03:23 [2021-05-03T11:03:23.564Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
11:03:23 [2021-05-03T11:03:23.564Z] --- PASS: TestContainerInvalidJSON (0.03s)
11:03:23 [2021-05-03T11:03:23.564Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
11:03:23 [2021-05-03T11:03:23.564Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s)
11:03:23 [2021-05-03T11:03:23.564Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s)
11:03:23 [2021-05-03T11:03:23.564Z] === RUN   TestCopyFromContainerPathDoesNotExist
11:03:23 [2021-05-03T11:03:23.825Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s)
11:03:23 [2021-05-03T11:03:23.825Z] === RUN   TestCopyFromContainerPathIsNotDir
11:03:23 [2021-05-03T11:03:23.825Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s)
11:03:23 [2021-05-03T11:03:23.825Z] === RUN   TestCopyToContainerPathDoesNotExist
11:03:23 [2021-05-03T11:03:23.825Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s)
11:03:23 [2021-05-03T11:03:23.825Z] === RUN   TestCopyToContainerPathIsNotDir
11:03:23 [2021-05-03T11:03:23.825Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s)
11:03:23 [2021-05-03T11:03:23.825Z] === RUN   TestCopyFromContainer
11:03:25 [2021-05-03T11:03:25.741Z] === RUN   TestCopyFromContainer//
11:03:25 [2021-05-03T11:03:25.741Z] === RUN   TestCopyFromContainer//bar/root
11:03:25 [2021-05-03T11:03:25.741Z] === RUN   TestCopyFromContainer//bar/root/
11:03:26 [2021-05-03T11:03:26.001Z] === RUN   TestCopyFromContainer/bar/quux
11:03:26 [2021-05-03T11:03:26.001Z] === RUN   TestCopyFromContainer/bar/quux/
11:03:26 [2021-05-03T11:03:26.001Z] === RUN   TestCopyFromContainer/bar/quux/baz
11:03:26 [2021-05-03T11:03:26.262Z] === RUN   TestCopyFromContainer/bar/filesymlink
11:03:26 [2021-05-03T11:03:26.262Z] === RUN   TestCopyFromContainer/bar/dirsymlink
11:03:26 [2021-05-03T11:03:26.523Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
11:03:26 [2021-05-03T11:03:26.523Z] === RUN   TestCopyFromContainer/bar/notarget
11:03:26 [2021-05-03T11:03:26.785Z] --- PASS: TestCopyFromContainer (2.74s)
11:03:26 [2021-05-03T11:03:26.785Z]     --- PASS: TestCopyFromContainer// (0.12s)
11:03:26 [2021-05-03T11:03:26.785Z]     --- PASS: TestCopyFromContainer//bar/root (0.11s)
11:03:26 [2021-05-03T11:03:26.785Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.12s)
11:03:26 [2021-05-03T11:03:26.785Z]     --- PASS: TestCopyFromContainer/bar/quux (0.11s)
11:03:26 [2021-05-03T11:03:26.785Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.10s)
11:03:26 [2021-05-03T11:03:26.785Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s)
11:03:26 [2021-05-03T11:03:26.785Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s)
11:03:26 [2021-05-03T11:03:26.785Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s)
11:03:26 [2021-05-03T11:03:26.785Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s)
11:03:26 [2021-05-03T11:03:26.785Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.10s)
11:03:26 [2021-05-03T11:03:26.785Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
11:03:26 [2021-05-03T11:03:26.785Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
11:03:26 [2021-05-03T11:03:26.785Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
11:03:26 [2021-05-03T11:03:26.785Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
11:03:26 [2021-05-03T11:03:26.785Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
11:03:26 [2021-05-03T11:03:26.785Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
11:03:26 [2021-05-03T11:03:26.785Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
11:03:26 [2021-05-03T11:03:26.785Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
11:03:26 [2021-05-03T11:03:26.785Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
11:03:26 [2021-05-03T11:03:26.785Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
11:03:26 [2021-05-03T11:03:26.785Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s)
11:03:26 [2021-05-03T11:03:26.786Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
11:03:26 [2021-05-03T11:03:26.786Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
11:03:26 [2021-05-03T11:03:26.786Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s)
11:03:26 [2021-05-03T11:03:26.786Z] === RUN   TestCreateLinkToNonExistingContainer
11:03:26 [2021-05-03T11:03:26.786Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s)
11:03:26 [2021-05-03T11:03:26.786Z] === RUN   TestCreateWithInvalidEnv
11:03:26 [2021-05-03T11:03:26.786Z] === RUN   TestCreateWithInvalidEnv/0
11:03:26 [2021-05-03T11:03:26.786Z] === PAUSE TestCreateWithInvalidEnv/0
11:03:26 [2021-05-03T11:03:26.786Z] === RUN   TestCreateWithInvalidEnv/1
11:03:26 [2021-05-03T11:03:26.786Z] === PAUSE TestCreateWithInvalidEnv/1
11:03:26 [2021-05-03T11:03:26.786Z] === RUN   TestCreateWithInvalidEnv/2
11:03:26 [2021-05-03T11:03:26.786Z] === PAUSE TestCreateWithInvalidEnv/2
11:03:26 [2021-05-03T11:03:26.786Z] === CONT  TestCreateWithInvalidEnv/0
11:03:26 [2021-05-03T11:03:26.786Z] === CONT  TestCreateWithInvalidEnv/2
11:03:26 [2021-05-03T11:03:26.786Z] === CONT  TestCreateWithInvalidEnv/1
11:03:26 [2021-05-03T11:03:26.786Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
11:03:26 [2021-05-03T11:03:26.786Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
11:03:26 [2021-05-03T11:03:26.786Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
11:03:26 [2021-05-03T11:03:26.786Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
11:03:26 [2021-05-03T11:03:26.786Z] === RUN   TestCreateTmpfsMountsTarget
11:03:26 [2021-05-03T11:03:26.786Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s)
11:03:26 [2021-05-03T11:03:26.786Z] === RUN   TestCreateWithCustomMaskedPaths
11:03:28 [2021-05-03T11:03:28.643Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeIP
11:03:29 [2021-05-03T11:03:29.332Z] --- PASS: TestCreateWithCustomMaskedPaths (2.40s)
11:03:29 [2021-05-03T11:03:29.332Z] === RUN   TestCreateWithCustomReadonlyPaths
11:03:31 [2021-05-03T11:03:31.879Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.32s)
11:03:31 [2021-05-03T11:03:31.879Z] === RUN   TestCreateWithInvalidHealthcheckParams
11:03:31 [2021-05-03T11:03:31.879Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
11:03:31 [2021-05-03T11:03:31.879Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
11:03:31 [2021-05-03T11:03:31.879Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
11:03:31 [2021-05-03T11:03:31.879Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
11:03:31 [2021-05-03T11:03:31.879Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
11:03:31 [2021-05-03T11:03:31.879Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
11:03:31 [2021-05-03T11:03:31.879Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
11:03:31 [2021-05-03T11:03:31.879Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
11:03:31 [2021-05-03T11:03:31.879Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
11:03:31 [2021-05-03T11:03:31.879Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
11:03:31 [2021-05-03T11:03:31.879Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
11:03:31 [2021-05-03T11:03:31.879Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
11:03:31 [2021-05-03T11:03:31.879Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
11:03:31 [2021-05-03T11:03:31.879Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
11:03:31 [2021-05-03T11:03:31.879Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
11:03:31 [2021-05-03T11:03:31.879Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
11:03:31 [2021-05-03T11:03:31.879Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s)
11:03:31 [2021-05-03T11:03:31.879Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s)
11:03:31 [2021-05-03T11:03:31.879Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s)
11:03:31 [2021-05-03T11:03:31.879Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s)
11:03:31 [2021-05-03T11:03:31.879Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s)
11:03:31 [2021-05-03T11:03:31.879Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
11:03:32 [2021-05-03T11:03:32.450Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.79s)
11:03:32 [2021-05-03T11:03:32.450Z] === RUN   TestCreateDifferentPlatform
11:03:32 [2021-05-03T11:03:32.450Z] === RUN   TestCreateDifferentPlatform/different_os
11:03:32 [2021-05-03T11:03:32.450Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
11:03:32 [2021-05-03T11:03:32.450Z] --- PASS: TestCreateDifferentPlatform (0.04s)
11:03:32 [2021-05-03T11:03:32.450Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.01s)
11:03:32 [2021-05-03T11:03:32.450Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
11:03:32 [2021-05-03T11:03:32.450Z] === RUN   TestCreateVolumesFromNonExistingContainer
11:03:32 [2021-05-03T11:03:32.450Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
11:03:32 [2021-05-03T11:03:32.450Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
11:03:32 [2021-05-03T11:03:32.450Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s)
11:03:32 [2021-05-03T11:03:32.450Z] === RUN   TestContainerStartOnDaemonRestart
11:03:32 [2021-05-03T11:03:32.450Z] === PAUSE TestContainerStartOnDaemonRestart
11:03:32 [2021-05-03T11:03:32.450Z] === RUN   TestDaemonRestartIpcMode
11:03:32 [2021-05-03T11:03:32.450Z] === PAUSE TestDaemonRestartIpcMode
11:03:32 [2021-05-03T11:03:32.450Z] === RUN   TestDaemonHostGatewayIP
11:03:32 [2021-05-03T11:03:32.450Z] === PAUSE TestDaemonHostGatewayIP
11:03:32 [2021-05-03T11:03:32.450Z] === RUN   TestRestartDaemonWithRestartingContainer
11:03:32 [2021-05-03T11:03:32.450Z] === PAUSE TestRestartDaemonWithRestartingContainer
11:03:32 [2021-05-03T11:03:32.450Z] === RUN   TestContainerKillOnDaemonStart
11:03:32 [2021-05-03T11:03:32.450Z] === PAUSE TestContainerKillOnDaemonStart
11:03:32 [2021-05-03T11:03:32.450Z] === RUN   TestDiff
11:03:33 [2021-05-03T11:03:33.392Z] --- PASS: TestDiff (0.82s)
11:03:33 [2021-05-03T11:03:33.392Z] === RUN   TestExecWithCloseStdin
11:03:34 [2021-05-03T11:03:34.335Z] --- PASS: TestExecWithCloseStdin (1.08s)
11:03:34 [2021-05-03T11:03:34.335Z] === RUN   TestExec
11:03:35 [2021-05-03T11:03:35.724Z] --- PASS: TestExec (1.11s)
11:03:35 [2021-05-03T11:03:35.724Z] === RUN   TestExecUser
11:03:36 [2021-05-03T11:03:36.666Z] --- PASS: TestExecUser (1.07s)
11:03:36 [2021-05-03T11:03:36.666Z] === RUN   TestExportContainerAndImportImage
11:03:36 [2021-05-03T11:03:36.779Z] Loaded image: buildpack-deps:buster
11:03:36 [2021-05-03T11:03:36.779Z] Loaded image: busybox:latest
11:03:37 [2021-05-03T11:03:37.040Z] Loaded image: busybox:glibc
11:03:37 [2021-05-03T11:03:37.610Z] --- PASS: TestExportContainerAndImportImage (1.05s)
11:03:37 [2021-05-03T11:03:37.610Z] === RUN   TestExportContainerAfterDaemonRestart
11:03:37 [2021-05-03T11:03:37.984Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeNone
11:03:38 [2021-05-03T11:03:38.313Z] tests/integration/api_network_test.py ............................       [ 47%]
11:03:40 [2021-05-03T11:03:40.009Z] === RUN   TestDockerDaemonSuite/TestDaemonCgroupParent
11:03:40 [2021-05-03T11:03:40.217Z] --- PASS: TestBuildWithHugeFile (142.28s)
11:03:40 [2021-05-03T11:03:40.217Z] === RUN   TestBuildWCOWSandboxSize
11:03:40 [2021-05-03T11:03:40.911Z] --- PASS: TestExportContainerAfterDaemonRestart (3.00s)
11:03:40 [2021-05-03T11:03:40.911Z] === RUN   TestHealthCheckWorkdir
11:03:41 [2021-05-03T11:03:41.398Z] Loaded image: debian:bullseye
11:03:41 [2021-05-03T11:03:41.659Z] Loaded image: hello-world:latest
11:03:41 [2021-05-03T11:03:41.920Z] Loaded image: arm32v7/hello-world:latest
11:03:42 [2021-05-03T11:03:42.297Z] --- PASS: TestHealthCheckWorkdir (1.41s)
11:03:42 [2021-05-03T11:03:42.297Z] === RUN   TestHealthKillContainer
11:03:45 [2021-05-03T11:03:45.222Z] === RUN   TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress
11:03:45 [2021-05-03T11:03:45.222Z] === RUN   TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress
11:03:45 [2021-05-03T11:03:45.357Z] tests/integration/api_plugin_test.py ...........                         [ 50%]
11:03:45 [2021-05-03T11:03:45.593Z] --- PASS: TestHealthKillContainer (3.10s)
11:03:45 [2021-05-03T11:03:45.593Z] === RUN   TestInspectCpusetInConfigPre120
11:03:45 [2021-05-03T11:03:45.794Z] === RUN   TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode
11:03:46 [2021-05-03T11:03:46.167Z] --- PASS: TestInspectCpusetInConfigPre120 (0.83s)
11:03:46 [2021-05-03T11:03:46.167Z] === RUN   TestIpcModeNone
11:03:47 [2021-05-03T11:03:47.110Z] --- PASS: TestIpcModeNone (1.06s)
11:03:47 [2021-05-03T11:03:47.110Z] === RUN   TestIpcModePrivate
11:03:47 [2021-05-03T11:03:47.232Z] tests/integration/api_secret_test.py .....                               [ 51%]
11:03:48 [2021-05-03T11:03:48.066Z] --- PASS: TestIpcModePrivate (1.08s)
11:03:48 [2021-05-03T11:03:48.066Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:70, shared: false, mustBeShared: false
11:03:48 [2021-05-03T11:03:48.066Z] === RUN   TestIpcModeShareable
11:03:48 [2021-05-03T11:03:48.731Z] --- PASS: TestImportExtremelyLargeImageWorks (108.92s)
11:03:48 [2021-05-03T11:03:48.731Z] PASS
11:03:48 [2021-05-03T11:03:48.731Z] 
11:03:48 [2021-05-03T11:03:48.731Z] === Skipped
11:03:48 [2021-05-03T11:03:48.731Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s)
11:03:48 [2021-05-03T11:03:48.731Z]     remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
11:03:48 [2021-05-03T11:03:48.731Z] 
11:03:48 [2021-05-03T11:03:48.731Z] 
11:03:48 [2021-05-03T11:03:48.731Z] DONE 12 tests, 1 skipped in 113.316s
11:03:48 [2021-05-03T11:03:48.731Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
11:03:48 [2021-05-03T11:03:48.731Z] INFO: Testing against a local daemon
11:03:48 [2021-05-03T11:03:48.731Z] === RUN   TestNetworkCreateDelete
11:03:48 [2021-05-03T11:03:48.731Z] --- PASS: TestNetworkCreateDelete (0.44s)
11:03:48 [2021-05-03T11:03:48.731Z] === RUN   TestDockerNetworkDeletePreferID
11:03:48 [2021-05-03T11:03:48.731Z] --- PASS: TestDockerNetworkDeletePreferID (1.28s)
11:03:48 [2021-05-03T11:03:48.731Z] === RUN   TestDaemonDNSFallback
11:03:49 [2021-05-03T11:03:49.096Z] === RUN   TestDockerDaemonSuite/TestDaemonDebugLog
11:03:49 [2021-05-03T11:03:49.461Z] --- PASS: TestIpcModeShareable (1.09s)
11:03:49 [2021-05-03T11:03:49.461Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:64, shared: true, mustBeShared: true
11:03:49 [2021-05-03T11:03:49.461Z] === RUN   TestAPIIpcModeShareableAndContainer
11:03:49 [2021-05-03T11:03:49.668Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit
11:03:51 [2021-05-03T11:03:51.817Z] tests/integration/api_service_test.py ....................s............. [ 60%]
11:03:52 [2021-05-03T11:03:52.766Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.12s)
11:03:52 [2021-05-03T11:03:52.766Z] === RUN   TestAPIIpcModeHost
11:03:52 [2021-05-03T11:03:52.970Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (39.98s)
11:03:52 [2021-05-03T11:03:52.970Z] PASS
11:03:52 [2021-05-03T11:03:52.970Z] 
11:03:52 [2021-05-03T11:03:52.970Z] === Skipped
11:03:52 [2021-05-03T11:03:52.970Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
11:03:52 [2021-05-03T11:03:52.970Z]     build_session_test.go:25: TODO: BuildKit
11:03:52 [2021-05-03T11:03:52.970Z] 
11:03:52 [2021-05-03T11:03:52.971Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
11:03:52 [2021-05-03T11:03:52.971Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
11:03:52 [2021-05-03T11:03:52.971Z] 
11:03:52 [2021-05-03T11:03:52.971Z] 
11:03:52 [2021-05-03T11:03:52.971Z] DONE 34 tests, 2 skipped in 248.845s
11:03:52 [2021-05-03T11:03:52.971Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
11:03:52 [2021-05-03T11:03:52.971Z] ++ 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
11:03:52 [2021-05-03T11:03:52.971Z] ++ set -e
11:03:52 [2021-05-03T11:03:52.971Z] ++ '[' -n 0 ']'
11:03:52 [2021-05-03T11:03:52.971Z] ++ set -x
11:03:52 [2021-05-03T11:03:52.971Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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
11:03:52 [2021-05-03T11:03:52.971Z] INFO: Testing against a local daemon
11:03:52 [2021-05-03T11:03:52.971Z] === RUN   TestConfigInspect
11:03:53 [2021-05-03T11:03:53.707Z] --- PASS: TestAPIIpcModeHost (1.11s)
11:03:53 [2021-05-03T11:03:53.707Z] === RUN   TestDaemonIpcModeShareable
11:03:53 [2021-05-03T11:03:53.913Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet
11:03:55 [2021-05-03T11:03:55.827Z] --- PASS: TestConfigInspect (2.85s)
11:03:55 [2021-05-03T11:03:55.828Z] === RUN   TestConfigList
11:03:55 [2021-05-03T11:03:55.828Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
11:03:56 [2021-05-03T11:03:56.252Z] --- PASS: TestDaemonIpcModeShareable (2.48s)
11:03:56 [2021-05-03T11:03:56.252Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:73, shared: true, mustBeShared: true
11:03:56 [2021-05-03T11:03:56.252Z] === RUN   TestDaemonIpcModePrivate
11:03:56 [2021-05-03T11:03:56.401Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit
11:03:56 [2021-05-03T11:03:56.401Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
11:03:56 [2021-05-03T11:03:56.847Z] --- PASS: TestDaemonDNSFallback (8.11s)
11:03:56 [2021-05-03T11:03:56.847Z] === RUN   TestInspectNetwork
11:03:56 [2021-05-03T11:03:56.847Z] --- SKIP: TestInspectNetwork (0.00s)
11:03:56 [2021-05-03T11:03:56.847Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:03:56 [2021-05-03T11:03:56.847Z] === RUN   TestRunContainerWithBridgeNone
11:03:56 [2021-05-03T11:03:56.847Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
11:03:56 [2021-05-03T11:03:56.847Z]     network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network
11:03:56 [2021-05-03T11:03:56.847Z] === RUN   TestNetworkInvalidJSON
11:03:56 [2021-05-03T11:03:56.847Z] === RUN   TestNetworkInvalidJSON//networks/create
11:03:56 [2021-05-03T11:03:56.847Z] === PAUSE TestNetworkInvalidJSON//networks/create
11:03:56 [2021-05-03T11:03:56.847Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
11:03:56 [2021-05-03T11:03:56.847Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
11:03:56 [2021-05-03T11:03:56.847Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
11:03:56 [2021-05-03T11:03:56.847Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
11:03:56 [2021-05-03T11:03:56.847Z] === CONT  TestNetworkInvalidJSON//networks/create
11:03:56 [2021-05-03T11:03:56.847Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
11:03:56 [2021-05-03T11:03:56.847Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
11:03:56 [2021-05-03T11:03:56.847Z] --- PASS: TestNetworkInvalidJSON (0.01s)
11:03:56 [2021-05-03T11:03:56.847Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
11:03:56 [2021-05-03T11:03:56.847Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
11:03:56 [2021-05-03T11:03:56.847Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
11:03:56 [2021-05-03T11:03:56.847Z] === RUN   TestNetworkList
11:03:56 [2021-05-03T11:03:56.847Z] === RUN   TestNetworkList//networks
11:03:56 [2021-05-03T11:03:56.847Z] === PAUSE TestNetworkList//networks
11:03:56 [2021-05-03T11:03:56.847Z] === RUN   TestNetworkList//networks/
11:03:56 [2021-05-03T11:03:56.847Z] === PAUSE TestNetworkList//networks/
11:03:56 [2021-05-03T11:03:56.847Z] === CONT  TestNetworkList//networks
11:03:56 [2021-05-03T11:03:56.847Z] === CONT  TestNetworkList//networks/
11:03:56 [2021-05-03T11:03:56.847Z] --- PASS: TestNetworkList (0.02s)
11:03:56 [2021-05-03T11:03:56.847Z]     --- PASS: TestNetworkList//networks/ (0.00s)
11:03:56 [2021-05-03T11:03:56.847Z]     --- PASS: TestNetworkList//networks (0.00s)
11:03:56 [2021-05-03T11:03:56.847Z] === RUN   TestHostIPv4BridgeLabel
11:03:56 [2021-05-03T11:03:56.847Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
11:03:56 [2021-05-03T11:03:56.847Z]     network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network
11:03:56 [2021-05-03T11:03:56.847Z] === RUN   TestDaemonRestartWithLiveRestore
11:03:56 [2021-05-03T11:03:56.847Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s)
11:03:56 [2021-05-03T11:03:56.847Z]     service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network
11:03:56 [2021-05-03T11:03:56.847Z] === RUN   TestDaemonDefaultNetworkPools
11:03:56 [2021-05-03T11:03:56.847Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s)
11:03:56 [2021-05-03T11:03:56.847Z]     service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network
11:03:56 [2021-05-03T11:03:56.847Z] === RUN   TestDaemonRestartWithExistingNetwork
11:03:56 [2021-05-03T11:03:56.847Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.01s)
11:03:56 [2021-05-03T11:03:56.847Z]     service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network
11:03:56 [2021-05-03T11:03:56.847Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
11:03:56 [2021-05-03T11:03:56.847Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s)
11:03:56 [2021-05-03T11:03:56.847Z]     service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network
11:03:56 [2021-05-03T11:03:56.847Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
11:03:56 [2021-05-03T11:03:56.847Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s)
11:03:56 [2021-05-03T11:03:56.847Z]     service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network
11:03:56 [2021-05-03T11:03:56.847Z] === RUN   TestServiceWithPredefinedNetwork
11:03:56 [2021-05-03T11:03:56.847Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
11:03:56 [2021-05-03T11:03:56.847Z]     service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:03:56 [2021-05-03T11:03:56.847Z] === RUN   TestServiceRemoveKeepsIngressNetwork
11:03:56 [2021-05-03T11:03:56.847Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
11:03:56 [2021-05-03T11:03:56.847Z]     service_test.go:242: FLAKY_TEST
11:03:56 [2021-05-03T11:03:56.847Z] === RUN   TestServiceWithDataPathPortInit
11:03:56 [2021-05-03T11:03:56.847Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s)
11:03:56 [2021-05-03T11:03:56.847Z]     service_test.go:334: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:03:56 [2021-05-03T11:03:56.847Z] === RUN   TestServiceWithDefaultAddressPoolInit
11:03:56 [2021-05-03T11:03:56.847Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
11:03:56 [2021-05-03T11:03:56.847Z]     service_test.go:401: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:03:56 [2021-05-03T11:03:56.847Z] PASS
11:03:56 [2021-05-03T11:03:56.847Z] 
11:03:56 [2021-05-03T11:03:56.847Z] === Skipped
11:03:56 [2021-05-03T11:03:56.847Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s)
11:03:56 [2021-05-03T11:03:56.847Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:03:56 [2021-05-03T11:03:56.847Z] 
11:03:56 [2021-05-03T11:03:56.847Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s)
11:03:56 [2021-05-03T11:03:56.847Z]     network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network
11:03:56 [2021-05-03T11:03:56.847Z] 
11:03:56 [2021-05-03T11:03:56.847Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s)
11:03:56 [2021-05-03T11:03:56.847Z]     network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network
11:03:56 [2021-05-03T11:03:56.847Z] 
11:03:56 [2021-05-03T11:03:56.847Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s)
11:03:56 [2021-05-03T11:03:56.847Z]     service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network
11:03:56 [2021-05-03T11:03:56.847Z] 
11:03:56 [2021-05-03T11:03:56.847Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s)
11:03:56 [2021-05-03T11:03:56.847Z]     service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network
11:03:56 [2021-05-03T11:03:56.847Z] 
11:03:56 [2021-05-03T11:03:56.847Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.01s)
11:03:56 [2021-05-03T11:03:56.847Z]     service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network
11:03:56 [2021-05-03T11:03:56.847Z] 
11:03:56 [2021-05-03T11:03:56.847Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s)
11:03:56 [2021-05-03T11:03:56.847Z]     service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network
11:03:56 [2021-05-03T11:03:56.847Z] 
11:03:56 [2021-05-03T11:03:56.847Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.00s)
11:03:56 [2021-05-03T11:03:56.847Z]     service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network
11:03:56 [2021-05-03T11:03:56.847Z] 
11:03:56 [2021-05-03T11:03:56.847Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s)
11:03:56 [2021-05-03T11:03:56.847Z]     service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:03:56 [2021-05-03T11:03:56.847Z] 
11:03:56 [2021-05-03T11:03:56.847Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
11:03:56 [2021-05-03T11:03:56.847Z]     service_test.go:242: FLAKY_TEST
11:03:56 [2021-05-03T11:03:56.847Z] 
11:03:56 [2021-05-03T11:03:56.847Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s)
11:03:56 [2021-05-03T11:03:56.847Z]     service_test.go:334: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:03:56 [2021-05-03T11:03:56.847Z] 
11:03:56 [2021-05-03T11:03:56.847Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s)
11:03:56 [2021-05-03T11:03:56.847Z]     service_test.go:401: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:03:56 [2021-05-03T11:03:56.847Z] 
11:03:56 [2021-05-03T11:03:56.847Z] 
11:03:56 [2021-05-03T11:03:56.847Z] DONE 22 tests, 12 skipped in 9.997s
11:03:56 [2021-05-03T11:03:56.847Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
11:03:56 [2021-05-03T11:03:56.847Z] INFO: Testing against a local daemon
11:03:56 [2021-05-03T11:03:56.847Z] === RUN   TestDockerNetworkIpvlanPersistance
11:03:56 [2021-05-03T11:03:56.847Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s)
11:03:56 [2021-05-03T11:03:56.847Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
11:03:56 [2021-05-03T11:03:56.847Z] === RUN   TestDockerNetworkIpvlan
11:03:56 [2021-05-03T11:03:56.847Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
11:03:56 [2021-05-03T11:03:56.847Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
11:03:56 [2021-05-03T11:03:56.847Z] PASS
11:03:56 [2021-05-03T11:03:56.847Z] 
11:03:56 [2021-05-03T11:03:56.847Z] === Skipped
11:03:56 [2021-05-03T11:03:56.847Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s)
11:03:56 [2021-05-03T11:03:56.847Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
11:03:56 [2021-05-03T11:03:56.847Z] 
11:03:56 [2021-05-03T11:03:56.847Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
11:03:56 [2021-05-03T11:03:56.847Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
11:03:56 [2021-05-03T11:03:56.847Z] 
11:03:56 [2021-05-03T11:03:56.847Z] 
11:03:56 [2021-05-03T11:03:56.847Z] DONE 2 tests, 2 skipped in 0.111s
11:03:56 [2021-05-03T11:03:56.847Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
11:03:56 [2021-05-03T11:03:56.847Z] INFO: Testing against a local daemon
11:03:56 [2021-05-03T11:03:56.847Z] === RUN   TestDockerNetworkMacvlanPersistance
11:03:56 [2021-05-03T11:03:56.847Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s)
11:03:56 [2021-05-03T11:03:56.847Z]     macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network
11:03:56 [2021-05-03T11:03:56.847Z] === RUN   TestDockerNetworkMacvlan
11:03:56 [2021-05-03T11:03:56.847Z] --- SKIP: TestDockerNetworkMacvlan (0.00s)
11:03:56 [2021-05-03T11:03:56.847Z]     macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network
11:03:56 [2021-05-03T11:03:56.847Z] PASS
11:03:56 [2021-05-03T11:03:56.847Z] 
11:03:56 [2021-05-03T11:03:56.847Z] === Skipped
11:03:56 [2021-05-03T11:03:56.847Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s)
11:03:56 [2021-05-03T11:03:56.847Z]     macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network
11:03:56 [2021-05-03T11:03:56.847Z] 
11:03:56 [2021-05-03T11:03:56.847Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s)
11:03:56 [2021-05-03T11:03:56.847Z]     macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network
11:03:56 [2021-05-03T11:03:56.847Z] 
11:03:56 [2021-05-03T11:03:56.847Z] 
11:03:56 [2021-05-03T11:03:56.847Z] DONE 2 tests, 2 skipped in 0.106s
11:03:56 [2021-05-03T11:03:56.847Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
11:03:56 [2021-05-03T11:03:56.847Z] testing: warning: no tests to run
11:03:56 [2021-05-03T11:03:56.847Z] PASS
11:03:56 [2021-05-03T11:03:56.847Z] 
11:03:56 [2021-05-03T11:03:56.847Z] DONE 0 tests in 0.024s
11:03:56 [2021-05-03T11:03:56.847Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
11:03:56 [2021-05-03T11:03:56.847Z] INFO: Testing against a local daemon
11:03:56 [2021-05-03T11:03:56.847Z] === RUN   TestAuthZPluginAllowRequest
11:03:56 [2021-05-03T11:03:56.847Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s)
11:03:56 [2021-05-03T11:03:56.847Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
11:03:56 [2021-05-03T11:03:56.847Z] === RUN   TestAuthZPluginTLS
11:03:56 [2021-05-03T11:03:56.847Z] --- SKIP: TestAuthZPluginTLS (0.00s)
11:03:56 [2021-05-03T11:03:56.847Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
11:03:56 [2021-05-03T11:03:56.847Z] === RUN   TestAuthZPluginDenyRequest
11:03:56 [2021-05-03T11:03:56.847Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s)
11:03:56 [2021-05-03T11:03:56.847Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
11:03:56 [2021-05-03T11:03:56.847Z] === RUN   TestAuthZPluginAPIDenyResponse
11:03:56 [2021-05-03T11:03:56.847Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s)
11:03:56 [2021-05-03T11:03:56.847Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
11:03:56 [2021-05-03T11:03:56.847Z] === RUN   TestAuthZPluginDenyResponse
11:03:56 [2021-05-03T11:03:56.847Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s)
11:03:56 [2021-05-03T11:03:56.847Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
11:03:56 [2021-05-03T11:03:56.847Z] === RUN   TestAuthZPluginAllowEventStream
11:03:56 [2021-05-03T11:03:56.847Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s)
11:03:56 [2021-05-03T11:03:56.847Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
11:03:56 [2021-05-03T11:03:56.847Z] === RUN   TestAuthZPluginErrorResponse
11:03:56 [2021-05-03T11:03:56.847Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s)
11:03:56 [2021-05-03T11:03:56.847Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
11:03:56 [2021-05-03T11:03:56.847Z] === RUN   TestAuthZPluginErrorRequest
11:03:56 [2021-05-03T11:03:56.847Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s)
11:03:56 [2021-05-03T11:03:56.847Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
11:03:56 [2021-05-03T11:03:56.847Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
11:03:56 [2021-05-03T11:03:56.847Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
11:03:56 [2021-05-03T11:03:56.847Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
11:03:56 [2021-05-03T11:03:56.847Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
11:03:56 [2021-05-03T11:03:56.847Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s)
11:03:56 [2021-05-03T11:03:56.847Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
11:03:56 [2021-05-03T11:03:56.847Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
11:03:56 [2021-05-03T11:03:56.847Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
11:03:56 [2021-05-03T11:03:56.847Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
11:03:56 [2021-05-03T11:03:56.847Z] === RUN   TestAuthZPluginHeader
11:03:56 [2021-05-03T11:03:56.847Z] --- SKIP: TestAuthZPluginHeader (0.00s)
11:03:56 [2021-05-03T11:03:56.848Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
11:03:56 [2021-05-03T11:03:56.848Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
11:03:56 [2021-05-03T11:03:56.848Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.16s)
11:03:56 [2021-05-03T11:03:56.848Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
11:03:56 [2021-05-03T11:03:56.848Z] === RUN   TestAuthZPluginV2Disable
11:03:56 [2021-05-03T11:03:56.848Z] --- SKIP: TestAuthZPluginV2Disable (0.02s)
11:03:56 [2021-05-03T11:03:56.848Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
11:03:56 [2021-05-03T11:03:56.848Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
11:03:56 [2021-05-03T11:03:56.848Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s)
11:03:56 [2021-05-03T11:03:56.848Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
11:03:56 [2021-05-03T11:03:56.848Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
11:03:56 [2021-05-03T11:03:56.848Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s)
11:03:56 [2021-05-03T11:03:56.848Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
11:03:56 [2021-05-03T11:03:56.848Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
11:03:56 [2021-05-03T11:03:56.848Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s)
11:03:56 [2021-05-03T11:03:56.848Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
11:03:56 [2021-05-03T11:03:56.848Z] PASS
11:03:56 [2021-05-03T11:03:56.848Z] 
11:03:56 [2021-05-03T11:03:56.848Z] === Skipped
11:03:56 [2021-05-03T11:03:56.848Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s)
11:03:56 [2021-05-03T11:03:56.848Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
11:03:56 [2021-05-03T11:03:56.848Z] 
11:03:56 [2021-05-03T11:03:56.848Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s)
11:03:56 [2021-05-03T11:03:56.848Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
11:03:56 [2021-05-03T11:03:56.848Z] 
11:03:56 [2021-05-03T11:03:56.848Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s)
11:03:56 [2021-05-03T11:03:56.848Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
11:03:56 [2021-05-03T11:03:56.848Z] 
11:03:56 [2021-05-03T11:03:56.848Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s)
11:03:56 [2021-05-03T11:03:56.848Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
11:03:56 [2021-05-03T11:03:56.848Z] 
11:03:56 [2021-05-03T11:03:56.848Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s)
11:03:56 [2021-05-03T11:03:56.848Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
11:03:56 [2021-05-03T11:03:56.848Z] 
11:03:56 [2021-05-03T11:03:56.848Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s)
11:03:56 [2021-05-03T11:03:56.848Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
11:03:56 [2021-05-03T11:03:56.848Z] 
11:03:56 [2021-05-03T11:03:56.848Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s)
11:03:56 [2021-05-03T11:03:56.848Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
11:03:56 [2021-05-03T11:03:56.848Z] 
11:03:56 [2021-05-03T11:03:56.848Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s)
11:03:56 [2021-05-03T11:03:56.848Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
11:03:56 [2021-05-03T11:03:56.848Z] 
11:03:56 [2021-05-03T11:03:56.848Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
11:03:56 [2021-05-03T11:03:56.848Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
11:03:56 [2021-05-03T11:03:56.848Z] 
11:03:56 [2021-05-03T11:03:56.848Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s)
11:03:56 [2021-05-03T11:03:56.848Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
11:03:56 [2021-05-03T11:03:56.848Z] 
11:03:56 [2021-05-03T11:03:56.848Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
11:03:56 [2021-05-03T11:03:56.848Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
11:03:56 [2021-05-03T11:03:56.848Z] 
11:03:56 [2021-05-03T11:03:56.848Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s)
11:03:56 [2021-05-03T11:03:56.848Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
11:03:56 [2021-05-03T11:03:56.848Z] 
11:03:56 [2021-05-03T11:03:56.848Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.16s)
11:03:56 [2021-05-03T11:03:56.848Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
11:03:56 [2021-05-03T11:03:56.848Z] 
11:03:56 [2021-05-03T11:03:56.848Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s)
11:03:56 [2021-05-03T11:03:56.848Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
11:03:56 [2021-05-03T11:03:56.848Z] 
11:03:56 [2021-05-03T11:03:56.848Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s)
11:03:56 [2021-05-03T11:03:56.848Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
11:03:56 [2021-05-03T11:03:56.848Z] 
11:03:56 [2021-05-03T11:03:56.848Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s)
11:03:56 [2021-05-03T11:03:56.848Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
11:03:56 [2021-05-03T11:03:56.848Z] 
11:03:56 [2021-05-03T11:03:56.848Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s)
11:03:56 [2021-05-03T11:03:56.848Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
11:03:56 [2021-05-03T11:03:56.848Z] 
11:03:56 [2021-05-03T11:03:56.848Z] 
11:03:56 [2021-05-03T11:03:56.848Z] DONE 17 tests, 17 skipped in 0.347s
11:03:56 [2021-05-03T11:03:56.848Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
11:03:57 [2021-05-03T11:03:57.107Z] INFO: Testing against a local daemon
11:03:57 [2021-05-03T11:03:57.107Z] === RUN   TestPluginInvalidJSON
11:03:57 [2021-05-03T11:03:57.107Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
11:03:57 [2021-05-03T11:03:57.107Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
11:03:57 [2021-05-03T11:03:57.107Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
11:03:57 [2021-05-03T11:03:57.107Z] --- PASS: TestPluginInvalidJSON (0.03s)
11:03:57 [2021-05-03T11:03:57.107Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s)
11:03:57 [2021-05-03T11:03:57.107Z] === RUN   TestPluginInstall
11:03:57 [2021-05-03T11:03:57.107Z] --- SKIP: TestPluginInstall (0.00s)
11:03:57 [2021-05-03T11:03:57.107Z]     plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost
11:03:57 [2021-05-03T11:03:57.107Z] === RUN   TestPluginsWithRuntimes
11:03:57 [2021-05-03T11:03:57.107Z] --- SKIP: TestPluginsWithRuntimes (0.00s)
11:03:57 [2021-05-03T11:03:57.107Z]     plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart
11:03:57 [2021-05-03T11:03:57.107Z] === RUN   TestPluginBackCompatMediaTypes
11:03:57 [2021-05-03T11:03:57.107Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s)
11:03:57 [2021-05-03T11:03:57.107Z]     plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access)
11:03:57 [2021-05-03T11:03:57.107Z] PASS
11:03:57 [2021-05-03T11:03:57.107Z] 
11:03:57 [2021-05-03T11:03:57.107Z] === Skipped
11:03:57 [2021-05-03T11:03:57.107Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s)
11:03:57 [2021-05-03T11:03:57.107Z]     plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost
11:03:57 [2021-05-03T11:03:57.107Z] 
11:03:57 [2021-05-03T11:03:57.107Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s)
11:03:57 [2021-05-03T11:03:57.107Z]     plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart
11:03:57 [2021-05-03T11:03:57.107Z] 
11:03:57 [2021-05-03T11:03:57.107Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s)
11:03:57 [2021-05-03T11:03:57.107Z]     plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access)
11:03:57 [2021-05-03T11:03:57.107Z] 
11:03:57 [2021-05-03T11:03:57.107Z] 
11:03:57 [2021-05-03T11:03:57.107Z] DONE 5 tests, 3 skipped in 0.179s
11:03:57 [2021-05-03T11:03:57.107Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
11:03:57 [2021-05-03T11:03:57.107Z] INFO: Testing against a local daemon
11:03:57 [2021-05-03T11:03:57.107Z] === RUN   TestExternalGraphDriver
11:03:57 [2021-05-03T11:03:57.366Z] --- SKIP: TestExternalGraphDriver (0.07s)
11:03:57 [2021-05-03T11:03:57.366Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
11:03:57 [2021-05-03T11:03:57.366Z] === RUN   TestGraphdriverPluginV2
11:03:58 [2021-05-03T11:03:58.317Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
11:03:58 [2021-05-03T11:03:58.317Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
11:03:58 [2021-05-03T11:03:58.797Z] --- PASS: TestDaemonIpcModePrivate (2.50s)
11:03:58 [2021-05-03T11:03:58.797Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: false, mustBeShared: false
11:03:58 [2021-05-03T11:03:58.797Z] === RUN   TestDaemonIpcModePrivateFromConfig
11:03:58 [2021-05-03T11:03:58.891Z] --- PASS: TestConfigList (3.34s)
11:03:58 [2021-05-03T11:03:58.891Z] === RUN   TestConfigsCreateAndDelete
11:03:59 [2021-05-03T11:03:59.152Z] === RUN   TestDockerSuite/TestBuildAddChangeOwnership
11:04:00 [2021-05-03T11:04:00.096Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig
11:04:01 [2021-05-03T11:04:01.342Z] --- PASS: TestDaemonIpcModePrivateFromConfig (2.59s)
11:04:01 [2021-05-03T11:04:01.342Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: false, mustBeShared: false
11:04:01 [2021-05-03T11:04:01.342Z] === RUN   TestDaemonIpcModeShareableFromConfig
11:04:02 [2021-05-03T11:04:02.044Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
11:04:02 [2021-05-03T11:04:02.044Z] --- PASS: TestConfigsCreateAndDelete (3.11s)
11:04:02 [2021-05-03T11:04:02.044Z] === RUN   TestConfigsUpdate
11:04:02 [2021-05-03T11:04:02.627Z] === RUN   TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload
11:04:03 [2021-05-03T11:04:03.568Z] === RUN   TestDockerDaemonSuite/TestDaemonEvents
11:04:03 [2021-05-03T11:04:03.887Z] --- PASS: TestDaemonIpcModeShareableFromConfig (2.53s)
11:04:03 [2021-05-03T11:04:03.887Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:73, shared: true, mustBeShared: true
11:04:03 [2021-05-03T11:04:03.887Z] === RUN   TestIpcModeOlderClient
11:04:03 [2021-05-03T11:04:03.887Z] === PAUSE TestIpcModeOlderClient
11:04:03 [2021-05-03T11:04:03.887Z] === RUN   TestKillContainerInvalidSignal
11:04:03 [2021-05-03T11:04:03.933Z] --- PASS: TestGraphdriverPluginV2 (6.67s)
11:04:03 [2021-05-03T11:04:03.933Z] PASS
11:04:03 [2021-05-03T11:04:03.933Z] 
11:04:03 [2021-05-03T11:04:03.933Z] === Skipped
11:04:03 [2021-05-03T11:04:03.933Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.07s)
11:04:03 [2021-05-03T11:04:03.933Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
11:04:03 [2021-05-03T11:04:03.933Z] 
11:04:03 [2021-05-03T11:04:03.933Z] 
11:04:03 [2021-05-03T11:04:03.933Z] DONE 2 tests, 1 skipped in 6.863s
11:04:03 [2021-05-03T11:04:03.933Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
11:04:04 [2021-05-03T11:04:04.192Z] INFO: Testing against a local daemon
11:04:04 [2021-05-03T11:04:04.193Z] === RUN   TestContinueAfterPluginCrash
11:04:04 [2021-05-03T11:04:04.193Z] === PAUSE TestContinueAfterPluginCrash
11:04:04 [2021-05-03T11:04:04.193Z] === RUN   TestReadPluginNoRead
11:04:04 [2021-05-03T11:04:04.193Z] === PAUSE TestReadPluginNoRead
11:04:04 [2021-05-03T11:04:04.193Z] === RUN   TestDaemonStartWithLogOpt
11:04:04 [2021-05-03T11:04:04.193Z] === PAUSE TestDaemonStartWithLogOpt
11:04:04 [2021-05-03T11:04:04.193Z] === CONT  TestContinueAfterPluginCrash
11:04:04 [2021-05-03T11:04:04.193Z] === CONT  TestDaemonStartWithLogOpt
11:04:04 [2021-05-03T11:04:04.458Z] --- PASS: TestKillContainerInvalidSignal (0.82s)
11:04:04 [2021-05-03T11:04:04.458Z] === RUN   TestKillContainer
11:04:04 [2021-05-03T11:04:04.458Z] === RUN   TestKillContainer/no_signal
11:04:04 [2021-05-03T11:04:04.510Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
11:04:05 [2021-05-03T11:04:05.081Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
11:04:05 [2021-05-03T11:04:05.081Z] --- PASS: TestConfigsUpdate (3.06s)
11:04:05 [2021-05-03T11:04:05.081Z] === RUN   TestTemplatedConfig
11:04:05 [2021-05-03T11:04:05.403Z] === RUN   TestKillContainer/non_killing_signal
11:04:05 [2021-05-03T11:04:05.975Z] === RUN   TestKillContainer/killing_signal
11:04:06 [2021-05-03T11:04:06.179Z] ..........................                                               [ 67%]
11:04:06 [2021-05-03T11:04:06.917Z] --- PASS: TestKillContainer (2.45s)
11:04:06 [2021-05-03T11:04:06.917Z]     --- PASS: TestKillContainer/no_signal (0.79s)
11:04:06 [2021-05-03T11:04:06.917Z]     --- PASS: TestKillContainer/non_killing_signal (0.63s)
11:04:06 [2021-05-03T11:04:06.917Z]     --- PASS: TestKillContainer/killing_signal (0.78s)
11:04:06 [2021-05-03T11:04:06.917Z] === RUN   TestKillWithStopSignalAndRestartPolicies
11:04:06 [2021-05-03T11:04:06.917Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
11:04:07 [2021-05-03T11:04:07.626Z] === RUN   TestDockerDaemonSuite/TestDaemonEventsWithFilters
11:04:07 [2021-05-03T11:04:07.861Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
11:04:08 [2021-05-03T11:04:08.432Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.64s)
11:04:08 [2021-05-03T11:04:08.432Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.80s)
11:04:08 [2021-05-03T11:04:08.432Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.61s)
11:04:08 [2021-05-03T11:04:08.432Z] === RUN   TestKillStoppedContainer
11:04:08 [2021-05-03T11:04:08.695Z] --- PASS: TestKillStoppedContainer (0.11s)
11:04:08 [2021-05-03T11:04:08.695Z] === RUN   TestKillStoppedContainerAPIPre120
11:04:08 [2021-05-03T11:04:08.695Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s)
11:04:08 [2021-05-03T11:04:08.695Z] === RUN   TestKillDifferentUserContainer
11:04:09 [2021-05-03T11:04:09.638Z] --- PASS: TestKillDifferentUserContainer (0.98s)
11:04:09 [2021-05-03T11:04:09.638Z] === RUN   TestInspectOomKilledTrue
11:04:09 [2021-05-03T11:04:09.638Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
11:04:09 [2021-05-03T11:04:09.638Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
11:04:09 [2021-05-03T11:04:09.638Z] === RUN   TestInspectOomKilledFalse
11:04:09 [2021-05-03T11:04:09.638Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
11:04:09 [2021-05-03T11:04:09.638Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
11:04:09 [2021-05-03T11:04:09.638Z] === RUN   TestLinksEtcHostsContentMatch
11:04:10 [2021-05-03T11:04:10.175Z] --- PASS: TestTemplatedConfig (4.59s)
11:04:10 [2021-05-03T11:04:10.175Z] === RUN   TestConfigCreateResolve
11:04:10 [2021-05-03T11:04:10.581Z] --- PASS: TestLinksEtcHostsContentMatch (0.85s)
11:04:10 [2021-05-03T11:04:10.581Z] === RUN   TestLinksContainerNames
11:04:10 [2021-05-03T11:04:10.801Z] --- PASS: TestDaemonStartWithLogOpt (6.63s)
11:04:10 [2021-05-03T11:04:10.802Z] === CONT  TestReadPluginNoRead
11:04:11 [2021-05-03T11:04:11.558Z] === RUN   TestDockerDaemonSuite/TestDaemonExitOnFailure
11:04:11 [2021-05-03T11:04:11.820Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagD
11:04:12 [2021-05-03T11:04:12.496Z] --- PASS: TestLinksContainerNames (1.63s)
11:04:12 [2021-05-03T11:04:12.496Z] === RUN   TestLogsFollowTailEmpty
11:04:12 [2021-05-03T11:04:12.762Z] --- PASS: TestConfigCreateResolve (3.08s)
11:04:12 [2021-05-03T11:04:12.762Z] === RUN   TestConfigDaemonLibtrustID
11:04:12 [2021-05-03T11:04:12.762Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebug
11:04:13 [2021-05-03T11:04:13.071Z] --- PASS: TestLogsFollowTailEmpty (0.82s)
11:04:13 [2021-05-03T11:04:13.071Z] === RUN   TestContainerNetworkMountsNoChown
11:04:13 [2021-05-03T11:04:13.644Z] --- PASS: TestContainerNetworkMountsNoChown (0.81s)
11:04:13 [2021-05-03T11:04:13.644Z] === RUN   TestMountDaemonRoot
11:04:13 [2021-05-03T11:04:13.704Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
11:04:13 [2021-05-03T11:04:13.906Z] === RUN   TestMountDaemonRoot/default
11:04:13 [2021-05-03T11:04:13.906Z] === PAUSE TestMountDaemonRoot/default
11:04:13 [2021-05-03T11:04:13.906Z] === RUN   TestMountDaemonRoot/private
11:04:13 [2021-05-03T11:04:13.906Z] === PAUSE TestMountDaemonRoot/private
11:04:13 [2021-05-03T11:04:13.906Z] === RUN   TestMountDaemonRoot/rprivate
11:04:13 [2021-05-03T11:04:13.906Z] === PAUSE TestMountDaemonRoot/rprivate
11:04:13 [2021-05-03T11:04:13.906Z] === RUN   TestMountDaemonRoot/slave
11:04:13 [2021-05-03T11:04:13.906Z] === PAUSE TestMountDaemonRoot/slave
11:04:13 [2021-05-03T11:04:13.906Z] === RUN   TestMountDaemonRoot/rslave
11:04:13 [2021-05-03T11:04:13.906Z] === PAUSE TestMountDaemonRoot/rslave
11:04:13 [2021-05-03T11:04:13.906Z] === RUN   TestMountDaemonRoot/shared
11:04:13 [2021-05-03T11:04:13.906Z] === PAUSE TestMountDaemonRoot/shared
11:04:13 [2021-05-03T11:04:13.906Z] === RUN   TestMountDaemonRoot/rshared
11:04:13 [2021-05-03T11:04:13.906Z] === PAUSE TestMountDaemonRoot/rshared
11:04:13 [2021-05-03T11:04:13.906Z] === CONT  TestMountDaemonRoot/default
11:04:13 [2021-05-03T11:04:13.906Z] === RUN   TestMountDaemonRoot/default/bind_root
11:04:13 [2021-05-03T11:04:13.906Z] === PAUSE TestMountDaemonRoot/default/bind_root
11:04:13 [2021-05-03T11:04:13.906Z] === CONT  TestMountDaemonRoot/rslave
11:04:13 [2021-05-03T11:04:13.906Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
11:04:13 [2021-05-03T11:04:13.906Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
11:04:13 [2021-05-03T11:04:13.906Z] === RUN   TestMountDaemonRoot/rslave/bind_root
11:04:13 [2021-05-03T11:04:13.906Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
11:04:13 [2021-05-03T11:04:13.906Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
11:04:13 [2021-05-03T11:04:13.906Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
11:04:13 [2021-05-03T11:04:13.906Z] === RUN   TestMountDaemonRoot/rslave/mount_root
11:04:13 [2021-05-03T11:04:13.906Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
11:04:13 [2021-05-03T11:04:13.906Z] === CONT  TestMountDaemonRoot/shared
11:04:13 [2021-05-03T11:04:13.906Z] === RUN   TestMountDaemonRoot/shared/bind_root
11:04:13 [2021-05-03T11:04:13.906Z] === PAUSE TestMountDaemonRoot/shared/bind_root
11:04:13 [2021-05-03T11:04:13.906Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
11:04:13 [2021-05-03T11:04:13.906Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
11:04:13 [2021-05-03T11:04:13.906Z] === RUN   TestMountDaemonRoot/shared/mount_root
11:04:13 [2021-05-03T11:04:13.906Z] === PAUSE TestMountDaemonRoot/shared/mount_root
11:04:13 [2021-05-03T11:04:13.906Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
11:04:13 [2021-05-03T11:04:13.906Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
11:04:13 [2021-05-03T11:04:13.906Z] === CONT  TestMountDaemonRoot/rshared
11:04:13 [2021-05-03T11:04:13.906Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
11:04:13 [2021-05-03T11:04:13.906Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
11:04:13 [2021-05-03T11:04:13.906Z] === RUN   TestMountDaemonRoot/rshared/bind_root
11:04:13 [2021-05-03T11:04:13.906Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
11:04:13 [2021-05-03T11:04:13.906Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
11:04:13 [2021-05-03T11:04:13.906Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
11:04:13 [2021-05-03T11:04:13.906Z] === RUN   TestMountDaemonRoot/rshared/mount_root
11:04:13 [2021-05-03T11:04:13.906Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
11:04:13 [2021-05-03T11:04:13.906Z] === CONT  TestMountDaemonRoot/rprivate
11:04:13 [2021-05-03T11:04:13.906Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
11:04:13 [2021-05-03T11:04:13.906Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
11:04:13 [2021-05-03T11:04:13.906Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
11:04:13 [2021-05-03T11:04:13.906Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
11:04:13 [2021-05-03T11:04:13.906Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
11:04:13 [2021-05-03T11:04:13.906Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
11:04:13 [2021-05-03T11:04:13.906Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
11:04:13 [2021-05-03T11:04:13.906Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
11:04:13 [2021-05-03T11:04:13.906Z] === CONT  TestMountDaemonRoot/slave
11:04:13 [2021-05-03T11:04:13.906Z] === RUN   TestMountDaemonRoot/slave/bind_root
11:04:13 [2021-05-03T11:04:13.906Z] === PAUSE TestMountDaemonRoot/slave/bind_root
11:04:13 [2021-05-03T11:04:13.906Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
11:04:13 [2021-05-03T11:04:13.906Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
11:04:13 [2021-05-03T11:04:13.906Z] === RUN   TestMountDaemonRoot/slave/mount_root
11:04:13 [2021-05-03T11:04:13.906Z] === PAUSE TestMountDaemonRoot/slave/mount_root
11:04:13 [2021-05-03T11:04:13.906Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
11:04:13 [2021-05-03T11:04:13.906Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
11:04:13 [2021-05-03T11:04:13.906Z] === CONT  TestMountDaemonRoot/private
11:04:13 [2021-05-03T11:04:13.906Z] === RUN   TestMountDaemonRoot/private/bind_subpath
11:04:13 [2021-05-03T11:04:13.906Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
11:04:13 [2021-05-03T11:04:13.906Z] === RUN   TestMountDaemonRoot/private/mount_root
11:04:13 [2021-05-03T11:04:13.906Z] === PAUSE TestMountDaemonRoot/private/mount_root
11:04:13 [2021-05-03T11:04:13.906Z] === RUN   TestMountDaemonRoot/private/mount_subpath
11:04:13 [2021-05-03T11:04:13.906Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
11:04:13 [2021-05-03T11:04:13.906Z] === RUN   TestMountDaemonRoot/private/bind_root
11:04:13 [2021-05-03T11:04:13.906Z] === PAUSE TestMountDaemonRoot/private/bind_root
11:04:13 [2021-05-03T11:04:13.906Z] === RUN   TestMountDaemonRoot/default/bind_subpath
11:04:13 [2021-05-03T11:04:13.906Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
11:04:13 [2021-05-03T11:04:13.906Z] === RUN   TestMountDaemonRoot/default/mount_root
11:04:13 [2021-05-03T11:04:13.906Z] === PAUSE TestMountDaemonRoot/default/mount_root
11:04:13 [2021-05-03T11:04:13.906Z] === RUN   TestMountDaemonRoot/default/mount_subpath
11:04:13 [2021-05-03T11:04:13.906Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
11:04:13 [2021-05-03T11:04:13.906Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
11:04:13 [2021-05-03T11:04:13.906Z] === CONT  TestMountDaemonRoot/shared/bind_root
11:04:13 [2021-05-03T11:04:13.906Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
11:04:13 [2021-05-03T11:04:13.906Z] === CONT  TestMountDaemonRoot/rslave/mount_root
11:04:13 [2021-05-03T11:04:13.906Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
11:04:13 [2021-05-03T11:04:13.906Z] === CONT  TestMountDaemonRoot/rslave/bind_root
11:04:13 [2021-05-03T11:04:13.906Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
11:04:13 [2021-05-03T11:04:13.906Z] === CONT  TestMountDaemonRoot/slave/bind_root
11:04:13 [2021-05-03T11:04:13.906Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
11:04:13 [2021-05-03T11:04:13.906Z] === CONT  TestMountDaemonRoot/shared/mount_root
11:04:13 [2021-05-03T11:04:13.906Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
11:04:13 [2021-05-03T11:04:13.906Z] === CONT  TestMountDaemonRoot/private/bind_subpath
11:04:13 [2021-05-03T11:04:13.906Z] === CONT  TestMountDaemonRoot/rshared/mount_root
11:04:13 [2021-05-03T11:04:13.906Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
11:04:13 [2021-05-03T11:04:13.907Z] === CONT  TestMountDaemonRoot/rshared/bind_root
11:04:13 [2021-05-03T11:04:13.907Z] === CONT  TestMountDaemonRoot/default/bind_root
11:04:13 [2021-05-03T11:04:13.907Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
11:04:13 [2021-05-03T11:04:13.907Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
11:04:13 [2021-05-03T11:04:13.966Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal
11:04:13 [2021-05-03T11:04:13.966Z] --- PASS: TestConfigDaemonLibtrustID (1.22s)
11:04:13 [2021-05-03T11:04:13.966Z] PASS
11:04:13 [2021-05-03T11:04:13.966Z] 
11:04:13 [2021-05-03T11:04:13.966Z] DONE 7 tests in 21.465s
11:04:13 [2021-05-03T11:04:13.966Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
11:04:13 [2021-05-03T11:04:13.966Z] ++ 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
11:04:13 [2021-05-03T11:04:13.966Z] ++ set -e
11:04:13 [2021-05-03T11:04:13.966Z] ++ '[' -n 0 ']'
11:04:13 [2021-05-03T11:04:13.966Z] ++ set -x
11:04:13 [2021-05-03T11:04:13.966Z] ++ 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
11:04:14 [2021-05-03T11:04:14.168Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
11:04:14 [2021-05-03T11:04:14.168Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
11:04:14 [2021-05-03T11:04:14.168Z] === CONT  TestMountDaemonRoot/slave/mount_root
11:04:14 [2021-05-03T11:04:14.168Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
11:04:14 [2021-05-03T11:04:14.168Z] === CONT  TestMountDaemonRoot/private/bind_root
11:04:14 [2021-05-03T11:04:14.168Z] === CONT  TestMountDaemonRoot/private/mount_subpath
11:04:14 [2021-05-03T11:04:14.168Z] === CONT  TestMountDaemonRoot/private/mount_root
11:04:14 [2021-05-03T11:04:14.168Z] === CONT  TestMountDaemonRoot/default/mount_subpath
11:04:14 [2021-05-03T11:04:14.168Z] === CONT  TestMountDaemonRoot/default/mount_root
11:04:14 [2021-05-03T11:04:14.168Z] === CONT  TestMountDaemonRoot/default/bind_subpath
11:04:14 [2021-05-03T11:04:14.168Z] --- PASS: TestMountDaemonRoot (0.04s)
11:04:14 [2021-05-03T11:04:14.168Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
11:04:14 [2021-05-03T11:04:14.168Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s)
11:04:14 [2021-05-03T11:04:14.168Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s)
11:04:14 [2021-05-03T11:04:14.168Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s)
11:04:14 [2021-05-03T11:04:14.168Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s)
11:04:14 [2021-05-03T11:04:14.168Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
11:04:14 [2021-05-03T11:04:14.168Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s)
11:04:14 [2021-05-03T11:04:14.168Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s)
11:04:14 [2021-05-03T11:04:14.168Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
11:04:14 [2021-05-03T11:04:14.168Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s)
11:04:14 [2021-05-03T11:04:14.168Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
11:04:14 [2021-05-03T11:04:14.168Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s)
11:04:14 [2021-05-03T11:04:14.168Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s)
11:04:14 [2021-05-03T11:04:14.168Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s)
11:04:14 [2021-05-03T11:04:14.168Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s)
11:04:14 [2021-05-03T11:04:14.168Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
11:04:14 [2021-05-03T11:04:14.168Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s)
11:04:14 [2021-05-03T11:04:14.168Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
11:04:14 [2021-05-03T11:04:14.168Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s)
11:04:14 [2021-05-03T11:04:14.168Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
11:04:14 [2021-05-03T11:04:14.168Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
11:04:14 [2021-05-03T11:04:14.168Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s)
11:04:14 [2021-05-03T11:04:14.168Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s)
11:04:14 [2021-05-03T11:04:14.168Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s)
11:04:14 [2021-05-03T11:04:14.168Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s)
11:04:14 [2021-05-03T11:04:14.168Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
11:04:14 [2021-05-03T11:04:14.168Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s)
11:04:14 [2021-05-03T11:04:14.168Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.05s)
11:04:14 [2021-05-03T11:04:14.168Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s)
11:04:14 [2021-05-03T11:04:14.168Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.04s)
11:04:14 [2021-05-03T11:04:14.168Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
11:04:14 [2021-05-03T11:04:14.168Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.06s)
11:04:14 [2021-05-03T11:04:14.168Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s)
11:04:14 [2021-05-03T11:04:14.168Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.05s)
11:04:14 [2021-05-03T11:04:14.168Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s)
11:04:14 [2021-05-03T11:04:14.168Z] === RUN   TestContainerBindMountNonRecursive
11:04:14 [2021-05-03T11:04:14.228Z] INFO: Testing against a local daemon
11:04:14 [2021-05-03T11:04:14.228Z] === RUN   TestCheckpoint
11:04:14 [2021-05-03T11:04:14.228Z] --- SKIP: TestCheckpoint (0.00s)
11:04:14 [2021-05-03T11:04:14.228Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
11:04:14 [2021-05-03T11:04:14.228Z] === RUN   TestContainerInvalidJSON
11:04:14 [2021-05-03T11:04:14.228Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
11:04:14 [2021-05-03T11:04:14.228Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
11:04:14 [2021-05-03T11:04:14.228Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
11:04:14 [2021-05-03T11:04:14.228Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
11:04:14 [2021-05-03T11:04:14.228Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
11:04:14 [2021-05-03T11:04:14.228Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
11:04:14 [2021-05-03T11:04:14.228Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
11:04:14 [2021-05-03T11:04:14.228Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
11:04:14 [2021-05-03T11:04:14.228Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
11:04:14 [2021-05-03T11:04:14.228Z] --- PASS: TestContainerInvalidJSON (0.02s)
11:04:14 [2021-05-03T11:04:14.228Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
11:04:14 [2021-05-03T11:04:14.228Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
11:04:14 [2021-05-03T11:04:14.228Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
11:04:14 [2021-05-03T11:04:14.228Z] === RUN   TestCopyFromContainerPathDoesNotExist
11:04:14 [2021-05-03T11:04:14.489Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s)
11:04:14 [2021-05-03T11:04:14.489Z] === RUN   TestCopyFromContainerPathIsNotDir
11:04:14 [2021-05-03T11:04:14.489Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s)
11:04:14 [2021-05-03T11:04:14.489Z] === RUN   TestCopyToContainerPathDoesNotExist
11:04:14 [2021-05-03T11:04:14.489Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s)
11:04:14 [2021-05-03T11:04:14.489Z] === RUN   TestCopyToContainerPathIsNotDir
11:04:14 [2021-05-03T11:04:14.751Z] --- PASS: TestCopyToContainerPathIsNotDir (0.08s)
11:04:14 [2021-05-03T11:04:14.751Z] === RUN   TestCopyFromContainer
11:04:14 [2021-05-03T11:04:14.751Z] === RUN   TestDockerDaemonSuite/TestDaemonICCLinkExpose
11:04:14 [2021-05-03T11:04:14.993Z] === RUN   TestReadPluginNoRead/default
11:04:14 [2021-05-03T11:04:14.993Z] --- PASS: TestContinueAfterPluginCrash (10.55s)
11:04:16 [2021-05-03T11:04:16.667Z] === RUN   TestCopyFromContainer//
11:04:16 [2021-05-03T11:04:16.713Z] --- PASS: TestContainerBindMountNonRecursive (2.26s)
11:04:16 [2021-05-03T11:04:16.713Z] === RUN   TestContainerVolumesMountedAsShared
11:04:16 [2021-05-03T11:04:16.898Z] === RUN   TestReadPluginNoRead/disabled_caching
11:04:16 [2021-05-03T11:04:16.928Z] === RUN   TestCopyFromContainer//bar/root
11:04:16 [2021-05-03T11:04:16.928Z] === RUN   TestCopyFromContainer//bar/root/
11:04:16 [2021-05-03T11:04:16.975Z] --- PASS: TestContainerVolumesMountedAsShared (0.62s)
11:04:16 [2021-05-03T11:04:16.975Z] === RUN   TestContainerVolumesMountedAsSlave
11:04:17 [2021-05-03T11:04:17.189Z] === RUN   TestCopyFromContainer/bar/quux
11:04:17 [2021-05-03T11:04:17.450Z] === RUN   TestCopyFromContainer/bar/quux/
11:04:17 [2021-05-03T11:04:17.450Z] === RUN   TestCopyFromContainer/bar/quux/baz
11:04:17 [2021-05-03T11:04:17.711Z] === RUN   TestCopyFromContainer/bar/filesymlink
11:04:17 [2021-05-03T11:04:17.711Z] === RUN   TestCopyFromContainer/bar/dirsymlink
11:04:17 [2021-05-03T11:04:17.919Z] --- PASS: TestContainerVolumesMountedAsSlave (0.86s)
11:04:17 [2021-05-03T11:04:17.919Z] === RUN   TestNetworkNat
11:04:17 [2021-05-03T11:04:17.972Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
11:04:17 [2021-05-03T11:04:17.972Z] === RUN   TestCopyFromContainer/bar/notarget
11:04:18 [2021-05-03T11:04:18.233Z] --- PASS: TestCopyFromContainer (3.63s)
11:04:18 [2021-05-03T11:04:18.233Z]     --- PASS: TestCopyFromContainer// (0.12s)
11:04:18 [2021-05-03T11:04:18.233Z]     --- PASS: TestCopyFromContainer//bar/root (0.18s)
11:04:18 [2021-05-03T11:04:18.233Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.22s)
11:04:18 [2021-05-03T11:04:18.233Z]     --- PASS: TestCopyFromContainer/bar/quux (0.15s)
11:04:18 [2021-05-03T11:04:18.233Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.19s)
11:04:18 [2021-05-03T11:04:18.233Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s)
11:04:18 [2021-05-03T11:04:18.233Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s)
11:04:18 [2021-05-03T11:04:18.233Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.18s)
11:04:18 [2021-05-03T11:04:18.233Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.15s)
11:04:18 [2021-05-03T11:04:18.233Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.12s)
11:04:18 [2021-05-03T11:04:18.233Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
11:04:18 [2021-05-03T11:04:18.233Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
11:04:18 [2021-05-03T11:04:18.233Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
11:04:18 [2021-05-03T11:04:18.233Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
11:04:18 [2021-05-03T11:04:18.233Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
11:04:18 [2021-05-03T11:04:18.233Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
11:04:18 [2021-05-03T11:04:18.233Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
11:04:18 [2021-05-03T11:04:18.233Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
11:04:18 [2021-05-03T11:04:18.233Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
11:04:18 [2021-05-03T11:04:18.233Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
11:04:18 [2021-05-03T11:04:18.233Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s)
11:04:18 [2021-05-03T11:04:18.233Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
11:04:18 [2021-05-03T11:04:18.233Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
11:04:18 [2021-05-03T11:04:18.233Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
11:04:18 [2021-05-03T11:04:18.233Z] === RUN   TestCreateLinkToNonExistingContainer
11:04:18 [2021-05-03T11:04:18.495Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s)
11:04:18 [2021-05-03T11:04:18.495Z] === RUN   TestCreateWithInvalidEnv
11:04:18 [2021-05-03T11:04:18.495Z] === RUN   TestCreateWithInvalidEnv/0
11:04:18 [2021-05-03T11:04:18.495Z] === PAUSE TestCreateWithInvalidEnv/0
11:04:18 [2021-05-03T11:04:18.495Z] === RUN   TestCreateWithInvalidEnv/1
11:04:18 [2021-05-03T11:04:18.495Z] === PAUSE TestCreateWithInvalidEnv/1
11:04:18 [2021-05-03T11:04:18.495Z] === RUN   TestCreateWithInvalidEnv/2
11:04:18 [2021-05-03T11:04:18.495Z] === PAUSE TestCreateWithInvalidEnv/2
11:04:18 [2021-05-03T11:04:18.495Z] === CONT  TestCreateWithInvalidEnv/0
11:04:18 [2021-05-03T11:04:18.495Z] === CONT  TestCreateWithInvalidEnv/2
11:04:18 [2021-05-03T11:04:18.495Z] === CONT  TestCreateWithInvalidEnv/1
11:04:18 [2021-05-03T11:04:18.495Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
11:04:18 [2021-05-03T11:04:18.495Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
11:04:18 [2021-05-03T11:04:18.495Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
11:04:18 [2021-05-03T11:04:18.495Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.01s)
11:04:18 [2021-05-03T11:04:18.495Z] === RUN   TestCreateTmpfsMountsTarget
11:04:18 [2021-05-03T11:04:18.495Z] --- PASS: TestCreateTmpfsMountsTarget (0.04s)
11:04:18 [2021-05-03T11:04:18.495Z] === RUN   TestCreateWithCustomMaskedPaths
11:04:18 [2021-05-03T11:04:18.862Z] --- PASS: TestNetworkNat (1.03s)
11:04:18 [2021-05-03T11:04:18.862Z] === RUN   TestNetworkLocalhostTCPNat
11:04:19 [2021-05-03T11:04:19.068Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
11:04:19 [2021-05-03T11:04:19.329Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
11:04:19 [2021-05-03T11:04:19.437Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
11:04:20 [2021-05-03T11:04:20.250Z] --- PASS: TestNetworkLocalhostTCPNat (1.01s)
11:04:20 [2021-05-03T11:04:20.250Z] === RUN   TestNetworkLoopbackNat
11:04:20 [2021-05-03T11:04:20.274Z] === RUN   TestDockerDaemonSuite/TestDaemonICCPing
11:04:21 [2021-05-03T11:04:21.217Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
11:04:21 [2021-05-03T11:04:21.789Z] --- PASS: TestCreateWithCustomMaskedPaths (3.42s)
11:04:21 [2021-05-03T11:04:21.789Z] === RUN   TestCreateWithCustomReadonlyPaths
11:04:21 [2021-05-03T11:04:21.973Z] --- PASS: TestReadPluginNoRead (11.05s)
11:04:21 [2021-05-03T11:04:21.973Z]     --- PASS: TestReadPluginNoRead/default (2.49s)
11:04:21 [2021-05-03T11:04:21.973Z]     --- PASS: TestReadPluginNoRead/disabled_caching (2.50s)
11:04:21 [2021-05-03T11:04:21.973Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.49s)
11:04:21 [2021-05-03T11:04:21.973Z]     read_test.go:92: [d41e7e2ca4fb1] daemon is not started
11:04:21 [2021-05-03T11:04:21.973Z] PASS
11:04:21 [2021-05-03T11:04:21.973Z] 
11:04:21 [2021-05-03T11:04:21.973Z] DONE 6 tests in 17.804s
11:04:21 [2021-05-03T11:04:21.973Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
11:04:21 [2021-05-03T11:04:21.973Z] testing: warning: no tests to run
11:04:21 [2021-05-03T11:04:21.973Z] PASS
11:04:21 [2021-05-03T11:04:21.973Z] 
11:04:21 [2021-05-03T11:04:21.973Z] DONE 0 tests in 0.041s
11:04:21 [2021-05-03T11:04:21.973Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
11:04:21 [2021-05-03T11:04:21.973Z] INFO: Testing against a local daemon
11:04:21 [2021-05-03T11:04:21.973Z] === RUN   TestPluginWithDevMounts
11:04:21 [2021-05-03T11:04:21.973Z] --- SKIP: TestPluginWithDevMounts (0.00s)
11:04:21 [2021-05-03T11:04:21.973Z]     mounts_test.go:21: (*Execution).IsRootless-fm
11:04:21 [2021-05-03T11:04:21.973Z] PASS
11:04:21 [2021-05-03T11:04:21.973Z] 
11:04:21 [2021-05-03T11:04:21.973Z] === Skipped
11:04:21 [2021-05-03T11:04:21.973Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s)
11:04:21 [2021-05-03T11:04:21.973Z]     mounts_test.go:21: (*Execution).IsRootless-fm
11:04:21 [2021-05-03T11:04:21.973Z] 
11:04:21 [2021-05-03T11:04:21.973Z] 
11:04:21 [2021-05-03T11:04:21.973Z] DONE 1 tests, 1 skipped in 0.122s
11:04:21 [2021-05-03T11:04:21.973Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
11:04:21 [2021-05-03T11:04:21.973Z] INFO: Testing against a local daemon
11:04:21 [2021-05-03T11:04:21.973Z] === RUN   TestSecretInspect
11:04:22 [2021-05-03T11:04:22.233Z] --- SKIP: TestSecretInspect (0.02s)
11:04:22 [2021-05-03T11:04:22.233Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:22 [2021-05-03T11:04:22.233Z] === RUN   TestSecretList
11:04:22 [2021-05-03T11:04:22.233Z] --- SKIP: TestSecretList (0.01s)
11:04:22 [2021-05-03T11:04:22.233Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:22 [2021-05-03T11:04:22.233Z] === RUN   TestSecretsCreateAndDelete
11:04:22 [2021-05-03T11:04:22.233Z] --- SKIP: TestSecretsCreateAndDelete (0.01s)
11:04:22 [2021-05-03T11:04:22.233Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:22 [2021-05-03T11:04:22.233Z] === RUN   TestSecretsUpdate
11:04:22 [2021-05-03T11:04:22.233Z] --- SKIP: TestSecretsUpdate (0.02s)
11:04:22 [2021-05-03T11:04:22.233Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:22 [2021-05-03T11:04:22.233Z] === RUN   TestTemplatedSecret
11:04:22 [2021-05-03T11:04:22.233Z] --- SKIP: TestTemplatedSecret (0.00s)
11:04:22 [2021-05-03T11:04:22.233Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:22 [2021-05-03T11:04:22.233Z] === RUN   TestSecretCreateResolve
11:04:22 [2021-05-03T11:04:22.233Z] --- SKIP: TestSecretCreateResolve (0.01s)
11:04:22 [2021-05-03T11:04:22.233Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:22 [2021-05-03T11:04:22.233Z] PASS
11:04:22 [2021-05-03T11:04:22.233Z] 
11:04:22 [2021-05-03T11:04:22.233Z] === Skipped
11:04:22 [2021-05-03T11:04:22.233Z] === SKIP: amd64.integration.secret TestSecretInspect (0.02s)
11:04:22 [2021-05-03T11:04:22.233Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:22 [2021-05-03T11:04:22.233Z] 
11:04:22 [2021-05-03T11:04:22.233Z] === SKIP: amd64.integration.secret TestSecretList (0.01s)
11:04:22 [2021-05-03T11:04:22.233Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:22 [2021-05-03T11:04:22.233Z] 
11:04:22 [2021-05-03T11:04:22.233Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s)
11:04:22 [2021-05-03T11:04:22.233Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:22 [2021-05-03T11:04:22.233Z] 
11:04:22 [2021-05-03T11:04:22.233Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.02s)
11:04:22 [2021-05-03T11:04:22.233Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:22 [2021-05-03T11:04:22.233Z] 
11:04:22 [2021-05-03T11:04:22.233Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s)
11:04:22 [2021-05-03T11:04:22.233Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:22 [2021-05-03T11:04:22.233Z] 
11:04:22 [2021-05-03T11:04:22.233Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s)
11:04:22 [2021-05-03T11:04:22.233Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:22 [2021-05-03T11:04:22.233Z] 
11:04:22 [2021-05-03T11:04:22.233Z] 
11:04:22 [2021-05-03T11:04:22.233Z] DONE 6 tests, 6 skipped in 0.181s
11:04:22 [2021-05-03T11:04:22.233Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
11:04:22 [2021-05-03T11:04:22.233Z] INFO: Testing against a local daemon
11:04:22 [2021-05-03T11:04:22.233Z] === RUN   TestServiceCreateInit
11:04:22 [2021-05-03T11:04:22.233Z] === RUN   TestServiceCreateInit/daemonInitDisabled
11:04:22 [2021-05-03T11:04:22.233Z] === RUN   TestServiceCreateInit/daemonInitEnabled
11:04:22 [2021-05-03T11:04:22.233Z] --- PASS: TestServiceCreateInit (0.01s)
11:04:22 [2021-05-03T11:04:22.233Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
11:04:22 [2021-05-03T11:04:22.233Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:22 [2021-05-03T11:04:22.233Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
11:04:22 [2021-05-03T11:04:22.233Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:22 [2021-05-03T11:04:22.233Z] === RUN   TestCreateServiceMultipleTimes
11:04:22 [2021-05-03T11:04:22.233Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s)
11:04:22 [2021-05-03T11:04:22.233Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:22 [2021-05-03T11:04:22.233Z] === RUN   TestCreateServiceConflict
11:04:22 [2021-05-03T11:04:22.233Z] --- SKIP: TestCreateServiceConflict (0.01s)
11:04:22 [2021-05-03T11:04:22.233Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:22 [2021-05-03T11:04:22.233Z] === RUN   TestCreateServiceMaxReplicas
11:04:22 [2021-05-03T11:04:22.233Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s)
11:04:22 [2021-05-03T11:04:22.233Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:22 [2021-05-03T11:04:22.233Z] === RUN   TestCreateWithDuplicateNetworkNames
11:04:22 [2021-05-03T11:04:22.493Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s)
11:04:22 [2021-05-03T11:04:22.493Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:22 [2021-05-03T11:04:22.493Z] === RUN   TestCreateServiceSecretFileMode
11:04:22 [2021-05-03T11:04:22.493Z] --- SKIP: TestCreateServiceSecretFileMode (0.02s)
11:04:22 [2021-05-03T11:04:22.493Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:22 [2021-05-03T11:04:22.493Z] === RUN   TestCreateServiceConfigFileMode
11:04:22 [2021-05-03T11:04:22.493Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s)
11:04:22 [2021-05-03T11:04:22.493Z]     create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:22 [2021-05-03T11:04:22.493Z] === RUN   TestCreateServiceSysctls
11:04:22 [2021-05-03T11:04:22.493Z] --- SKIP: TestCreateServiceSysctls (0.02s)
11:04:22 [2021-05-03T11:04:22.493Z]     create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:22 [2021-05-03T11:04:22.493Z] === RUN   TestCreateServiceCapabilities
11:04:22 [2021-05-03T11:04:22.493Z] --- SKIP: TestCreateServiceCapabilities (0.02s)
11:04:22 [2021-05-03T11:04:22.493Z]     create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:22 [2021-05-03T11:04:22.493Z] === RUN   TestInspect
11:04:22 [2021-05-03T11:04:22.493Z] --- SKIP: TestInspect (0.01s)
11:04:22 [2021-05-03T11:04:22.493Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:22 [2021-05-03T11:04:22.493Z] === RUN   TestCreateJob
11:04:22 [2021-05-03T11:04:22.493Z] --- SKIP: TestCreateJob (0.01s)
11:04:22 [2021-05-03T11:04:22.493Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:22 [2021-05-03T11:04:22.493Z] === RUN   TestReplicatedJob
11:04:22 [2021-05-03T11:04:22.493Z] --- SKIP: TestReplicatedJob (0.01s)
11:04:22 [2021-05-03T11:04:22.493Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:22 [2021-05-03T11:04:22.493Z] === RUN   TestUpdateReplicatedJob
11:04:22 [2021-05-03T11:04:22.493Z] --- SKIP: TestUpdateReplicatedJob (0.02s)
11:04:22 [2021-05-03T11:04:22.493Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:22 [2021-05-03T11:04:22.493Z] === RUN   TestServiceListWithStatuses
11:04:22 [2021-05-03T11:04:22.493Z] --- SKIP: TestServiceListWithStatuses (0.00s)
11:04:22 [2021-05-03T11:04:22.493Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
11:04:22 [2021-05-03T11:04:22.493Z] === RUN   TestDockerNetworkConnectAlias
11:04:22 [2021-05-03T11:04:22.493Z] --- SKIP: TestDockerNetworkConnectAlias (0.02s)
11:04:22 [2021-05-03T11:04:22.493Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:22 [2021-05-03T11:04:22.493Z] === RUN   TestDockerNetworkReConnect
11:04:22 [2021-05-03T11:04:22.493Z] --- SKIP: TestDockerNetworkReConnect (0.01s)
11:04:22 [2021-05-03T11:04:22.493Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:22 [2021-05-03T11:04:22.493Z] === RUN   TestServicePlugin
11:04:23 [2021-05-03T11:04:23.550Z] --- PASS: TestNetworkLoopbackNat (3.41s)
11:04:23 [2021-05-03T11:04:23.550Z] === RUN   TestPause
11:04:24 [2021-05-03T11:04:24.491Z] --- PASS: TestPause (0.87s)
11:04:24 [2021-05-03T11:04:24.491Z] === RUN   TestPauseFailsOnWindowsServerContainers
11:04:24 [2021-05-03T11:04:24.491Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
11:04:24 [2021-05-03T11:04:24.491Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
11:04:24 [2021-05-03T11:04:24.491Z] === RUN   TestPauseStopPausedContainer
11:04:25 [2021-05-03T11:04:25.093Z] --- PASS: TestCreateWithCustomReadonlyPaths (3.34s)
11:04:25 [2021-05-03T11:04:25.093Z] === RUN   TestCreateWithInvalidHealthcheckParams
11:04:25 [2021-05-03T11:04:25.355Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
11:04:25 [2021-05-03T11:04:25.355Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
11:04:25 [2021-05-03T11:04:25.355Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
11:04:25 [2021-05-03T11:04:25.355Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
11:04:25 [2021-05-03T11:04:25.355Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
11:04:25 [2021-05-03T11:04:25.355Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
11:04:25 [2021-05-03T11:04:25.355Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
11:04:25 [2021-05-03T11:04:25.355Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
11:04:25 [2021-05-03T11:04:25.355Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
11:04:25 [2021-05-03T11:04:25.355Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
11:04:25 [2021-05-03T11:04:25.355Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
11:04:25 [2021-05-03T11:04:25.355Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
11:04:25 [2021-05-03T11:04:25.355Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
11:04:25 [2021-05-03T11:04:25.355Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
11:04:25 [2021-05-03T11:04:25.355Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
11:04:25 [2021-05-03T11:04:25.355Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s)
11:04:25 [2021-05-03T11:04:25.355Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s)
11:04:25 [2021-05-03T11:04:25.355Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s)
11:04:25 [2021-05-03T11:04:25.355Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
11:04:25 [2021-05-03T11:04:25.355Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
11:04:25 [2021-05-03T11:04:25.355Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
11:04:25 [2021-05-03T11:04:25.355Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
11:04:25 [2021-05-03T11:04:25.433Z] --- PASS: TestPauseStopPausedContainer (0.96s)
11:04:25 [2021-05-03T11:04:25.433Z] === RUN   TestPidHost
11:04:26 [2021-05-03T11:04:26.295Z] === RUN   TestDockerSuite/TestBuildAddNonTar
11:04:26 [2021-05-03T11:04:26.556Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (1.22s)
11:04:26 [2021-05-03T11:04:26.556Z] === RUN   TestCreateDifferentPlatform
11:04:26 [2021-05-03T11:04:26.556Z] === RUN   TestCreateDifferentPlatform/different_os
11:04:26 [2021-05-03T11:04:26.556Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
11:04:26 [2021-05-03T11:04:26.556Z] --- PASS: TestCreateDifferentPlatform (0.04s)
11:04:26 [2021-05-03T11:04:26.556Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.01s)
11:04:26 [2021-05-03T11:04:26.556Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s)
11:04:26 [2021-05-03T11:04:26.556Z] === RUN   TestCreateVolumesFromNonExistingContainer
11:04:26 [2021-05-03T11:04:26.556Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s)
11:04:26 [2021-05-03T11:04:26.556Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
11:04:26 [2021-05-03T11:04:26.556Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s)
11:04:26 [2021-05-03T11:04:26.556Z] === RUN   TestContainerStartOnDaemonRestart
11:04:26 [2021-05-03T11:04:26.556Z] === PAUSE TestContainerStartOnDaemonRestart
11:04:26 [2021-05-03T11:04:26.556Z] === RUN   TestDaemonRestartIpcMode
11:04:26 [2021-05-03T11:04:26.556Z] === PAUSE TestDaemonRestartIpcMode
11:04:26 [2021-05-03T11:04:26.556Z] === RUN   TestDaemonHostGatewayIP
11:04:26 [2021-05-03T11:04:26.556Z] === PAUSE TestDaemonHostGatewayIP
11:04:26 [2021-05-03T11:04:26.556Z] === RUN   TestRestartDaemonWithRestartingContainer
11:04:26 [2021-05-03T11:04:26.556Z] === PAUSE TestRestartDaemonWithRestartingContainer
11:04:26 [2021-05-03T11:04:26.556Z] === RUN   TestContainerKillOnDaemonStart
11:04:26 [2021-05-03T11:04:26.556Z] === PAUSE TestContainerKillOnDaemonStart
11:04:26 [2021-05-03T11:04:26.556Z] === RUN   TestDiff
11:04:26 [2021-05-03T11:04:26.687Z] --- SKIP: TestServicePlugin (3.70s)
11:04:26 [2021-05-03T11:04:26.687Z]     plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:26 [2021-05-03T11:04:26.687Z] === RUN   TestServiceUpdateLabel
11:04:26 [2021-05-03T11:04:26.687Z] --- SKIP: TestServiceUpdateLabel (0.01s)
11:04:26 [2021-05-03T11:04:26.687Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:26 [2021-05-03T11:04:26.687Z] === RUN   TestServiceUpdateSecrets
11:04:26 [2021-05-03T11:04:26.687Z] --- SKIP: TestServiceUpdateSecrets (0.01s)
11:04:26 [2021-05-03T11:04:26.687Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:26 [2021-05-03T11:04:26.687Z] === RUN   TestServiceUpdateConfigs
11:04:26 [2021-05-03T11:04:26.687Z] --- SKIP: TestServiceUpdateConfigs (0.02s)
11:04:26 [2021-05-03T11:04:26.687Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:26 [2021-05-03T11:04:26.687Z] === RUN   TestServiceUpdateNetwork
11:04:26 [2021-05-03T11:04:26.687Z] --- SKIP: TestServiceUpdateNetwork (0.01s)
11:04:26 [2021-05-03T11:04:26.687Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:26 [2021-05-03T11:04:26.687Z] === RUN   TestServiceUpdatePidsLimit
11:04:26 [2021-05-03T11:04:26.687Z] --- SKIP: TestServiceUpdatePidsLimit (0.02s)
11:04:26 [2021-05-03T11:04:26.687Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:26 [2021-05-03T11:04:26.687Z] PASS
11:04:26 [2021-05-03T11:04:26.687Z] 
11:04:26 [2021-05-03T11:04:26.687Z] === Skipped
11:04:26 [2021-05-03T11:04:26.687Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s)
11:04:26 [2021-05-03T11:04:26.687Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
11:04:26 [2021-05-03T11:04:26.687Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:26 [2021-05-03T11:04:26.687Z] 
11:04:26 [2021-05-03T11:04:26.687Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s)
11:04:26 [2021-05-03T11:04:26.687Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
11:04:26 [2021-05-03T11:04:26.687Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:26 [2021-05-03T11:04:26.687Z] 
11:04:26 [2021-05-03T11:04:26.687Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s)
11:04:26 [2021-05-03T11:04:26.687Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:26 [2021-05-03T11:04:26.687Z] 
11:04:26 [2021-05-03T11:04:26.687Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s)
11:04:26 [2021-05-03T11:04:26.687Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:26 [2021-05-03T11:04:26.687Z] 
11:04:26 [2021-05-03T11:04:26.687Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s)
11:04:26 [2021-05-03T11:04:26.687Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:26 [2021-05-03T11:04:26.687Z] 
11:04:26 [2021-05-03T11:04:26.687Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s)
11:04:26 [2021-05-03T11:04:26.687Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:26 [2021-05-03T11:04:26.687Z] 
11:04:26 [2021-05-03T11:04:26.687Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.02s)
11:04:26 [2021-05-03T11:04:26.687Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:26 [2021-05-03T11:04:26.687Z] 
11:04:26 [2021-05-03T11:04:26.687Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s)
11:04:26 [2021-05-03T11:04:26.687Z]     create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:26 [2021-05-03T11:04:26.687Z] 
11:04:26 [2021-05-03T11:04:26.687Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s)
11:04:26 [2021-05-03T11:04:26.687Z]     create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:26 [2021-05-03T11:04:26.687Z] 
11:04:26 [2021-05-03T11:04:26.687Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s)
11:04:26 [2021-05-03T11:04:26.687Z]     create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:26 [2021-05-03T11:04:26.687Z] 
11:04:26 [2021-05-03T11:04:26.687Z] === SKIP: amd64.integration.service TestInspect (0.01s)
11:04:26 [2021-05-03T11:04:26.687Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:26 [2021-05-03T11:04:26.687Z] 
11:04:26 [2021-05-03T11:04:26.687Z] === SKIP: amd64.integration.service TestCreateJob (0.01s)
11:04:26 [2021-05-03T11:04:26.687Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:26 [2021-05-03T11:04:26.687Z] 
11:04:26 [2021-05-03T11:04:26.687Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s)
11:04:26 [2021-05-03T11:04:26.687Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:26 [2021-05-03T11:04:26.687Z] 
11:04:26 [2021-05-03T11:04:26.687Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.02s)
11:04:26 [2021-05-03T11:04:26.687Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:26 [2021-05-03T11:04:26.687Z] 
11:04:26 [2021-05-03T11:04:26.687Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
11:04:26 [2021-05-03T11:04:26.687Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
11:04:26 [2021-05-03T11:04:26.687Z] 
11:04:26 [2021-05-03T11:04:26.687Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.02s)
11:04:26 [2021-05-03T11:04:26.687Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:26 [2021-05-03T11:04:26.687Z] 
11:04:26 [2021-05-03T11:04:26.687Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s)
11:04:26 [2021-05-03T11:04:26.687Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:26 [2021-05-03T11:04:26.687Z] 
11:04:26 [2021-05-03T11:04:26.687Z] === SKIP: amd64.integration.service TestServicePlugin (3.70s)
11:04:26 [2021-05-03T11:04:26.687Z]     plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:26 [2021-05-03T11:04:26.687Z] 
11:04:26 [2021-05-03T11:04:26.687Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s)
11:04:26 [2021-05-03T11:04:26.687Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:26 [2021-05-03T11:04:26.687Z] 
11:04:26 [2021-05-03T11:04:26.687Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s)
11:04:26 [2021-05-03T11:04:26.687Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:26 [2021-05-03T11:04:26.687Z] 
11:04:26 [2021-05-03T11:04:26.687Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.02s)
11:04:26 [2021-05-03T11:04:26.687Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:26 [2021-05-03T11:04:26.687Z] 
11:04:26 [2021-05-03T11:04:26.687Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s)
11:04:26 [2021-05-03T11:04:26.687Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:26 [2021-05-03T11:04:26.687Z] 
11:04:26 [2021-05-03T11:04:26.687Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.02s)
11:04:26 [2021-05-03T11:04:26.687Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
11:04:26 [2021-05-03T11:04:26.687Z] 
11:04:26 [2021-05-03T11:04:26.687Z] 
11:04:26 [2021-05-03T11:04:26.687Z] DONE 24 tests, 23 skipped in 4.113s
11:04:26 [2021-05-03T11:04:26.687Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
11:04:26 [2021-05-03T11:04:26.687Z] INFO: Testing against a local daemon
11:04:26 [2021-05-03T11:04:26.687Z] === RUN   TestSessionCreate
11:04:26 [2021-05-03T11:04:26.687Z] --- PASS: TestSessionCreate (0.03s)
11:04:26 [2021-05-03T11:04:26.687Z] === RUN   TestSessionCreateWithBadUpgrade
11:04:26 [2021-05-03T11:04:26.687Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
11:04:26 [2021-05-03T11:04:26.687Z] PASS
11:04:26 [2021-05-03T11:04:26.687Z] 
11:04:26 [2021-05-03T11:04:26.687Z] DONE 2 tests in 0.141s
11:04:26 [2021-05-03T11:04:26.687Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
11:04:26 [2021-05-03T11:04:26.687Z] INFO: Testing against a local daemon
11:04:26 [2021-05-03T11:04:26.687Z] === RUN   TestCgroupDriverSystemdMemoryLimit
11:04:26 [2021-05-03T11:04:26.687Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
11:04:26 [2021-05-03T11:04:26.687Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
11:04:26 [2021-05-03T11:04:26.687Z] === RUN   TestEventsExecDie
11:04:27 [2021-05-03T11:04:27.347Z] --- PASS: TestPidHost (2.18s)
11:04:27 [2021-05-03T11:04:27.347Z] === RUN   TestPsFilter
11:04:27 [2021-05-03T11:04:27.608Z] --- PASS: TestPsFilter (0.15s)
11:04:27 [2021-05-03T11:04:27.608Z] === RUN   TestRemoveContainerWithRemovedVolume
11:04:27 [2021-05-03T11:04:27.625Z] --- PASS: TestEventsExecDie (1.00s)
11:04:27 [2021-05-03T11:04:27.625Z] === RUN   TestEventsBackwardsCompatible
11:04:27 [2021-05-03T11:04:27.625Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
11:04:27 [2021-05-03T11:04:27.625Z] === RUN   TestInfoBinaryCommits
11:04:27 [2021-05-03T11:04:27.625Z] --- PASS: TestInfoBinaryCommits (0.02s)
11:04:27 [2021-05-03T11:04:27.625Z] === RUN   TestInfoAPIVersioned
11:04:27 [2021-05-03T11:04:27.625Z] --- PASS: TestInfoAPIVersioned (0.01s)
11:04:27 [2021-05-03T11:04:27.625Z] === RUN   TestInfoDiscoveryBackend
11:04:27 [2021-05-03T11:04:27.940Z] --- PASS: TestDiff (1.29s)
11:04:27 [2021-05-03T11:04:27.940Z] === RUN   TestExecWithCloseStdin
11:04:28 [2021-05-03T11:04:28.201Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
11:04:28 [2021-05-03T11:04:28.462Z] === RUN   TestDockerDaemonSuite/TestDaemonIP
11:04:28 [2021-05-03T11:04:28.550Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.78s)
11:04:28 [2021-05-03T11:04:28.550Z] === RUN   TestRemoveContainerWithVolume
11:04:29 [2021-05-03T11:04:29.035Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
11:04:29 [2021-05-03T11:04:29.121Z] --- PASS: TestRemoveContainerWithVolume (0.79s)
11:04:29 [2021-05-03T11:04:29.121Z] === RUN   TestRemoveContainerRunning
11:04:29 [2021-05-03T11:04:29.529Z] --- PASS: TestInfoDiscoveryBackend (1.74s)
11:04:29 [2021-05-03T11:04:29.529Z] === RUN   TestInfoDiscoveryInvalidAdvertise
11:04:29 [2021-05-03T11:04:29.607Z] --- PASS: TestExecWithCloseStdin (1.78s)
11:04:29 [2021-05-03T11:04:29.607Z] === RUN   TestExec
11:04:30 [2021-05-03T11:04:30.063Z] --- PASS: TestRemoveContainerRunning (0.82s)
11:04:30 [2021-05-03T11:04:30.063Z] === RUN   TestRemoveContainerForceRemoveRunning
11:04:31 [2021-05-03T11:04:31.005Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.83s)
11:04:31 [2021-05-03T11:04:31.005Z] === RUN   TestRemoveInvalidContainer
11:04:31 [2021-05-03T11:04:31.005Z] --- PASS: TestRemoveInvalidContainer (0.02s)
11:04:31 [2021-05-03T11:04:31.005Z] === RUN   TestRenameLinkedContainer
11:04:31 [2021-05-03T11:04:31.521Z] --- PASS: TestExec (1.80s)
11:04:31 [2021-05-03T11:04:31.522Z] === RUN   TestExecUser
11:04:32 [2021-05-03T11:04:32.813Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.39s)
11:04:32 [2021-05-03T11:04:32.813Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
11:04:32 [2021-05-03T11:04:32.813Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s)
11:04:32 [2021-05-03T11:04:32.813Z]     info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network
11:04:32 [2021-05-03T11:04:32.813Z] === RUN   TestInfoAPI
11:04:32 [2021-05-03T11:04:32.813Z] --- PASS: TestInfoAPI (0.03s)
11:04:32 [2021-05-03T11:04:32.813Z] === RUN   TestInfoAPIWarnings
11:04:33 [2021-05-03T11:04:33.434Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6Enabled
11:04:33 [2021-05-03T11:04:33.434Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR
11:04:33 [2021-05-03T11:04:33.434Z] --- PASS: TestExecUser (1.70s)
11:04:33 [2021-05-03T11:04:33.434Z] === RUN   TestExportContainerAndImportImage
11:04:33 [2021-05-03T11:04:33.695Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
11:04:34 [2021-05-03T11:04:34.308Z] --- PASS: TestRenameLinkedContainer (3.31s)
11:04:34 [2021-05-03T11:04:34.308Z] === RUN   TestRenameStoppedContainer
11:04:34 [2021-05-03T11:04:34.638Z] --- PASS: TestExportContainerAndImportImage (1.46s)
11:04:34 [2021-05-03T11:04:34.638Z] === RUN   TestExportContainerAfterDaemonRestart
11:04:34 [2021-05-03T11:04:34.879Z] --- PASS: TestRenameStoppedContainer (0.82s)
11:04:34 [2021-05-03T11:04:34.880Z] === RUN   TestRenameRunningContainerAndReuse
11:04:35 [2021-05-03T11:04:35.578Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac
11:04:36 [2021-05-03T11:04:36.809Z] --- PASS: TestRenameRunningContainerAndReuse (1.66s)
11:04:36 [2021-05-03T11:04:36.809Z] === RUN   TestRenameInvalidName
11:04:36 [2021-05-03T11:04:36.962Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
11:04:37 [2021-05-03T11:04:37.380Z] --- PASS: TestRenameInvalidName (0.86s)
11:04:37 [2021-05-03T11:04:37.380Z] === RUN   TestRenameAnonymousContainer
11:04:37 [2021-05-03T11:04:37.535Z] --- PASS: TestExportContainerAfterDaemonRestart (2.75s)
11:04:37 [2021-05-03T11:04:37.535Z] === RUN   TestHealthCheckWorkdir
11:04:37 [2021-05-03T11:04:37.798Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
11:04:39 [2021-05-03T11:04:39.713Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6HostMode
11:04:39 [2021-05-03T11:04:39.713Z] === RUN   TestDockerSuite/TestBuildAddScript
11:04:39 [2021-05-03T11:04:39.975Z] --- PASS: TestHealthCheckWorkdir (2.59s)
11:04:39 [2021-05-03T11:04:39.975Z] === RUN   TestHealthKillContainer
11:04:42 [2021-05-03T11:04:42.522Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesClean
11:04:42 [2021-05-03T11:04:42.667Z] --- PASS: TestRenameAnonymousContainer (4.41s)
11:04:42 [2021-05-03T11:04:42.667Z] === RUN   TestRenameContainerWithSameName
11:04:42 [2021-05-03T11:04:42.667Z] --- PASS: TestRenameContainerWithSameName (0.83s)
11:04:42 [2021-05-03T11:04:42.667Z] === RUN   TestRenameContainerWithLinkedContainer
11:04:43 [2021-05-03T11:04:43.465Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
11:04:43 [2021-05-03T11:04:43.726Z] --- PASS: TestHealthKillContainer (3.81s)
11:04:43 [2021-05-03T11:04:43.726Z] === RUN   TestInspectCpusetInConfigPre120
11:04:44 [2021-05-03T11:04:44.581Z] --- PASS: TestRenameContainerWithLinkedContainer (1.67s)
11:04:44 [2021-05-03T11:04:44.581Z] === RUN   TestResize
11:04:44 [2021-05-03T11:04:44.667Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesCreate
11:04:44 [2021-05-03T11:04:44.828Z] --- PASS: TestImportExtremelyLargeImageWorks (110.21s)
11:04:44 [2021-05-03T11:04:44.828Z] PASS
11:04:44 [2021-05-03T11:04:44.828Z] 
11:04:44 [2021-05-03T11:04:44.828Z] DONE 12 tests in 113.482s
11:04:44 [2021-05-03T11:04:44.828Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
11:04:44 [2021-05-03T11:04:44.828Z] INFO: Testing against a local daemon
11:04:44 [2021-05-03T11:04:44.828Z] === RUN   TestNetworkCreateDelete
11:04:44 [2021-05-03T11:04:44.828Z] --- PASS: TestNetworkCreateDelete (0.46s)
11:04:44 [2021-05-03T11:04:44.828Z] === RUN   TestDockerNetworkDeletePreferID
11:04:45 [2021-05-03T11:04:45.151Z] --- PASS: TestResize (0.82s)
11:04:45 [2021-05-03T11:04:45.152Z] === RUN   TestResizeWithInvalidSize
11:04:45 [2021-05-03T11:04:45.240Z] --- PASS: TestInspectCpusetInConfigPre120 (1.40s)
11:04:45 [2021-05-03T11:04:45.240Z] === RUN   TestIpcModeNone
11:04:45 [2021-05-03T11:04:45.396Z] --- PASS: TestDockerNetworkDeletePreferID (1.28s)
11:04:45 [2021-05-03T11:04:45.396Z] === RUN   TestDaemonDNSFallback
11:04:46 [2021-05-03T11:04:46.094Z] --- PASS: TestResizeWithInvalidSize (0.83s)
11:04:46 [2021-05-03T11:04:46.094Z] === RUN   TestResizeWhenContainerNotStarted
11:04:46 [2021-05-03T11:04:46.727Z] --- PASS: TestResizeWhenContainerNotStarted (0.81s)
11:04:46 [2021-05-03T11:04:46.727Z] === RUN   TestDaemonRestartKillContainers
11:04:46 [2021-05-03T11:04:46.727Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
11:04:46 [2021-05-03T11:04:46.727Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
11:04:46 [2021-05-03T11:04:46.727Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
11:04:46 [2021-05-03T11:04:46.727Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
11:04:46 [2021-05-03T11:04:46.727Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
11:04:46 [2021-05-03T11:04:46.727Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
11:04:46 [2021-05-03T11:04:46.727Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
11:04:46 [2021-05-03T11:04:46.727Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
11:04:46 [2021-05-03T11:04:46.727Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
11:04:46 [2021-05-03T11:04:46.727Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
11:04:46 [2021-05-03T11:04:46.727Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
11:04:46 [2021-05-03T11:04:46.727Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
11:04:46 [2021-05-03T11:04:46.727Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
11:04:46 [2021-05-03T11:04:46.727Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
11:04:46 [2021-05-03T11:04:46.727Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
11:04:46 [2021-05-03T11:04:46.727Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
11:04:46 [2021-05-03T11:04:46.727Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
11:04:46 [2021-05-03T11:04:46.727Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
11:04:46 [2021-05-03T11:04:46.727Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
11:04:46 [2021-05-03T11:04:46.727Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
11:04:46 [2021-05-03T11:04:46.727Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
11:04:46 [2021-05-03T11:04:46.727Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
11:04:46 [2021-05-03T11:04:46.727Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
11:04:46 [2021-05-03T11:04:46.727Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
11:04:46 [2021-05-03T11:04:46.727Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
11:04:46 [2021-05-03T11:04:46.727Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
11:04:46 [2021-05-03T11:04:46.727Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
11:04:46 [2021-05-03T11:04:46.727Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
11:04:47 [2021-05-03T11:04:47.282Z] --- PASS: TestIpcModeNone (1.82s)
11:04:47 [2021-05-03T11:04:47.282Z] === RUN   TestIpcModePrivate
11:04:48 [2021-05-03T11:04:48.648Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
11:04:48 [2021-05-03T11:04:48.648Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
11:04:49 [2021-05-03T11:04:49.239Z] --- PASS: TestIpcModePrivate (1.86s)
11:04:49 [2021-05-03T11:04:49.239Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:109, shared: false, mustBeShared: false
11:04:49 [2021-05-03T11:04:49.239Z] === RUN   TestIpcModeShareable
11:04:49 [2021-05-03T11:04:49.595Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
11:04:49 [2021-05-03T11:04:49.595Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
11:04:50 [2021-05-03T11:04:50.177Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
11:04:50 [2021-05-03T11:04:50.182Z] === RUN   TestDockerDaemonSuite/TestDaemonKeyGeneration
11:04:50 [2021-05-03T11:04:50.755Z] --- PASS: TestIpcModeShareable (1.89s)
11:04:50 [2021-05-03T11:04:50.755Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:99, shared: true, mustBeShared: true
11:04:50 [2021-05-03T11:04:50.755Z] === RUN   TestAPIIpcModeShareableAndContainer
11:04:50 [2021-05-03T11:04:50.895Z] --- PASS: TestInfoAPIWarnings (17.75s)
11:04:50 [2021-05-03T11:04:50.895Z] === RUN   TestInfoDebug
11:04:51 [2021-05-03T11:04:51.016Z] === RUN   TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins
11:04:51 [2021-05-03T11:04:51.533Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
11:04:51 [2021-05-03T11:04:51.572Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
11:04:52 [2021-05-03T11:04:52.798Z] --- PASS: TestInfoDebug (1.93s)
11:04:52 [2021-05-03T11:04:52.798Z] === RUN   TestInfoInsecureRegistries
11:04:52 [2021-05-03T11:04:52.964Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
11:04:53 [2021-05-03T11:04:53.513Z] --- PASS: TestDaemonDNSFallback (7.29s)
11:04:53 [2021-05-03T11:04:53.514Z] === RUN   TestInspectNetwork
11:04:53 [2021-05-03T11:04:53.538Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
11:04:54 [2021-05-03T11:04:54.175Z] --- PASS: TestInfoInsecureRegistries (1.76s)
11:04:54 [2021-05-03T11:04:54.175Z] === RUN   TestInfoRegistryMirrors
11:04:55 [2021-05-03T11:04:55.220Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
11:04:55 [2021-05-03T11:04:55.220Z] --- PASS: TestAPIIpcModeShareableAndContainer (4.41s)
11:04:55 [2021-05-03T11:04:55.220Z] === RUN   TestAPIIpcModeHost
11:04:55 [2021-05-03T11:04:55.480Z] === RUN   TestDockerDaemonSuite/TestDaemonKillWithPlugins
11:04:56 [2021-05-03T11:04:56.079Z] --- PASS: TestInfoRegistryMirrors (1.83s)
11:04:56 [2021-05-03T11:04:56.079Z] === RUN   TestLoginFailsWithBadCredentials
11:04:56 [2021-05-03T11:04:56.084Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
11:04:56 [2021-05-03T11:04:56.084Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.67s)
11:04:56 [2021-05-03T11:04:56.084Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.72s)
11:04:56 [2021-05-03T11:04:56.084Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.73s)
11:04:56 [2021-05-03T11:04:56.084Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.87s)
11:04:56 [2021-05-03T11:04:56.084Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.56s)
11:04:56 [2021-05-03T11:04:56.084Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.73s)
11:04:56 [2021-05-03T11:04:56.084Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.79s)
11:04:56 [2021-05-03T11:04:56.084Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.66s)
11:04:56 [2021-05-03T11:04:56.084Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.80s)
11:04:56 [2021-05-03T11:04:56.084Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.74s)
11:04:56 [2021-05-03T11:04:56.084Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.55s)
11:04:56 [2021-05-03T11:04:56.084Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.22s)
11:04:56 [2021-05-03T11:04:56.084Z] === RUN   TestCgroupNamespacesRun
11:04:56 [2021-05-03T11:04:56.338Z] --- PASS: TestLoginFailsWithBadCredentials (0.17s)
11:04:56 [2021-05-03T11:04:56.338Z] === RUN   TestPingCacheHeaders
11:04:56 [2021-05-03T11:04:56.338Z] --- PASS: TestPingCacheHeaders (0.02s)
11:04:56 [2021-05-03T11:04:56.338Z] === RUN   TestPingGet
11:04:56 [2021-05-03T11:04:56.338Z] --- PASS: TestPingGet (0.01s)
11:04:56 [2021-05-03T11:04:56.338Z] === RUN   TestPingHead
11:04:56 [2021-05-03T11:04:56.338Z] --- PASS: TestPingHead (0.02s)
11:04:56 [2021-05-03T11:04:56.338Z] === RUN   TestVersion
11:04:56 [2021-05-03T11:04:56.338Z] --- PASS: TestVersion (0.02s)
11:04:56 [2021-05-03T11:04:56.338Z] PASS
11:04:56 [2021-05-03T11:04:56.338Z] 
11:04:56 [2021-05-03T11:04:56.338Z] === Skipped
11:04:56 [2021-05-03T11:04:56.338Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
11:04:56 [2021-05-03T11:04:56.338Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
11:04:56 [2021-05-03T11:04:56.338Z] 
11:04:56 [2021-05-03T11:04:56.338Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s)
11:04:56 [2021-05-03T11:04:56.338Z]     info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network
11:04:56 [2021-05-03T11:04:56.338Z] 
11:04:56 [2021-05-03T11:04:56.338Z] 
11:04:56 [2021-05-03T11:04:56.338Z] DONE 18 tests, 2 skipped in 29.848s
11:04:56 [2021-05-03T11:04:56.338Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
11:04:56 [2021-05-03T11:04:56.338Z] INFO: Testing against a local daemon
11:04:56 [2021-05-03T11:04:56.338Z] === RUN   TestVolumesCreateAndList
11:04:56 [2021-05-03T11:04:56.338Z] --- PASS: TestVolumesCreateAndList (0.03s)
11:04:56 [2021-05-03T11:04:56.338Z] === RUN   TestVolumesRemove
11:04:56 [2021-05-03T11:04:56.596Z] --- PASS: TestVolumesRemove (0.11s)
11:04:56 [2021-05-03T11:04:56.596Z] === RUN   TestVolumesInspect
11:04:56 [2021-05-03T11:04:56.596Z] --- PASS: TestVolumesInspect (0.02s)
11:04:56 [2021-05-03T11:04:56.596Z] === RUN   TestVolumesInvalidJSON
11:04:56 [2021-05-03T11:04:56.596Z] === RUN   TestVolumesInvalidJSON//volumes/create
11:04:56 [2021-05-03T11:04:56.596Z] === PAUSE TestVolumesInvalidJSON//volumes/create
11:04:56 [2021-05-03T11:04:56.596Z] === CONT  TestVolumesInvalidJSON//volumes/create
11:04:56 [2021-05-03T11:04:56.596Z] --- PASS: TestVolumesInvalidJSON (0.01s)
11:04:56 [2021-05-03T11:04:56.596Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
11:04:56 [2021-05-03T11:04:56.596Z] PASS
11:04:56 [2021-05-03T11:04:56.596Z] 
11:04:56 [2021-05-03T11:04:56.596Z] DONE 5 tests in 0.266s
11:04:56 [2021-05-03T11:04:56.596Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
11:04:56 [2021-05-03T11:04:56.596Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12390 is not a child of this shell
11:04:56 [2021-05-03T11:04:56.596Z] warning: PID 12390 from bundles/test-integration/docker.pid had a nonzero exit code
11:04:56 [2021-05-03T11:04:56.596Z] Leaving: AppArmorNo profiles have been unloaded.
11:04:56 [2021-05-03T11:04:56.596Z] 
11:04:56 [2021-05-03T11:04:56.596Z] Unloading profiles will leave already running processes permanently
11:04:56 [2021-05-03T11:04:56.596Z] unconfined, which can lead to unexpected situations.
11:04:56 [2021-05-03T11:04:56.596Z] 
11:04:56 [2021-05-03T11:04:56.596Z] To set a process to complain mode, use the command line tool
11:04:56 [2021-05-03T11:04:56.596Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
11:04:56 [2021-05-03T11:04:56.596Z] Removing test suite binaries
11:04:56 [2021-05-03T11:04:56.596Z] exiting test-integration
11:04:56 [2021-05-03T11:04:56.596Z] ++ exit 0
11:04:57 [2021-05-03T11:04:57.396Z] --- PASS: TestAPIIpcModeHost (2.15s)
11:04:57 [2021-05-03T11:04:57.396Z] === RUN   TestDaemonIpcModeShareable
11:04:57 [2021-05-03T11:04:57.532Z] 
11:04:57 [2021-05-03T11:04:57.707Z] === RUN   TestInspectNetwork/full_network_id
11:04:57 [2021-05-03T11:04:57.707Z] === RUN   TestInspectNetwork/partial_network_id
11:04:57 [2021-05-03T11:04:57.707Z] === RUN   TestInspectNetwork/network_name
11:04:57 [2021-05-03T11:04:57.707Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
11:04:57 [2021-05-03T11:04:57.997Z] --- PASS: TestCgroupNamespacesRun (2.44s)
11:04:57 [2021-05-03T11:04:57.997Z] === RUN   TestCgroupNamespacesRunPrivileged
Post stage
[Pipeline] junit
11:04:59 [2021-05-03T11:04:59.450Z] Recording test results
11:05:00 [2021-05-03T11:05:00.546Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.15s)
11:05:00 [2021-05-03T11:05:00.546Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
11:05:00 [2021-05-03T11:05:00.697Z] --- PASS: TestDaemonIpcModeShareable (2.84s)
11:05:00 [2021-05-03T11:05:00.697Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:101, shared: true, mustBeShared: true
11:05:00 [2021-05-03T11:05:00.697Z] === RUN   TestDaemonIpcModePrivate
11:05:00 [2021-05-03T11:05:00.697Z] === RUN   TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink
11:05:00 [2021-05-03T11:05:00.957Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
11:05:01 [2021-05-03T11:05:01.267Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
11:05:01 [2021-05-03T11:05:01.625Z] + echo Ensuring container killed.
11:05:01 [2021-05-03T11:05:01.625Z] Ensuring container killed.
11:05:01 [2021-05-03T11:05:01.625Z] + docker rm -vf docker-pr2
11:05:01 [2021-05-03T11:05:01.625Z] Error: No such container: docker-pr2
[Pipeline] sh
11:05:01 [2021-05-03T11:05:01.896Z] --- PASS: TestInspectNetwork (8.71s)
11:05:01 [2021-05-03T11:05:01.896Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
11:05:01 [2021-05-03T11:05:01.896Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
11:05:01 [2021-05-03T11:05:01.896Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
11:05:01 [2021-05-03T11:05:01.896Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
11:05:01 [2021-05-03T11:05:01.896Z] === RUN   TestRunContainerWithBridgeNone
11:05:01 [2021-05-03T11:05:01.911Z] + echo Chowning /workspace to jenkins user
11:05:01 [2021-05-03T11:05:01.911Z] Chowning /workspace to jenkins user
11:05:01 [2021-05-03T11:05:01.911Z] + id -u
11:05:01 [2021-05-03T11:05:01.911Z] + id -g
11:05:01 [2021-05-03T11:05:01.911Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42329:/workspace busybox chown -R 1000:1000 /workspace
11:05:01 [2021-05-03T11:05:01.911Z] Unable to find image 'busybox:latest' locally
11:05:02 [2021-05-03T11:05:02.170Z] latest: Pulling from library/busybox
11:05:02 [2021-05-03T11:05:02.170Z] f531cdc67389: Pulling fs layer
11:05:02 [2021-05-03T11:05:02.170Z] f531cdc67389: Verifying Checksum
11:05:02 [2021-05-03T11:05:02.170Z] f531cdc67389: Download complete
11:05:02 [2021-05-03T11:05:02.429Z] f531cdc67389: Pull complete
11:05:02 [2021-05-03T11:05:02.429Z] Digest: sha256:ae39a6f5c07297d7ab64dbd4f82c77c874cc6a94cea29fdec309d0992574b4f7
11:05:02 [2021-05-03T11:05:02.429Z] Status: Downloaded newer image for busybox:latest
11:05:03 [2021-05-03T11:05:03.090Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.50s)
11:05:03 [2021-05-03T11:05:03.091Z] === RUN   TestCgroupNamespacesRunHostMode
11:05:03 [2021-05-03T11:05:03.504Z] --- PASS: TestDaemonIpcModePrivate (3.41s)
11:05:03 [2021-05-03T11:05:03.504Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: false, mustBeShared: false
11:05:03 [2021-05-03T11:05:03.504Z] === RUN   TestDaemonIpcModePrivateFromConfig
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
11:05:04 [2021-05-03T11:05:04.123Z] + bundleName=amd64-rootless
11:05:04 [2021-05-03T11:05:04.123Z] + echo Creating amd64-rootless-bundles.tar.gz
11:05:04 [2021-05-03T11:05:04.123Z] Creating amd64-rootless-bundles.tar.gz
11:05:04 [2021-05-03T11:05:04.123Z] + xargs tar -czf amd64-rootless-bundles.tar.gz
11:05:04 [2021-05-03T11:05:04.123Z] + 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
11:05:04 [2021-05-03T11:05:04.178Z] Archiving artifacts
11:05:05 [2021-05-03T11:05:05.005Z] --- PASS: TestCgroupNamespacesRunHostMode (2.45s)
11:05:05 [2021-05-03T11:05:05.005Z] === RUN   TestCgroupNamespacesRunPrivateMode
11:05:05 [2021-05-03T11:05:05.186Z] --- PASS: TestRunContainerWithBridgeNone (3.23s)
11:05:05 [2021-05-03T11:05:05.186Z] === RUN   TestNetworkInvalidJSON
11:05:05 [2021-05-03T11:05:05.186Z] === RUN   TestNetworkInvalidJSON//networks/create
11:05:05 [2021-05-03T11:05:05.186Z] === PAUSE TestNetworkInvalidJSON//networks/create
11:05:05 [2021-05-03T11:05:05.186Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
11:05:05 [2021-05-03T11:05:05.186Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
11:05:05 [2021-05-03T11:05:05.186Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
11:05:05 [2021-05-03T11:05:05.186Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
11:05:05 [2021-05-03T11:05:05.186Z] === CONT  TestNetworkInvalidJSON//networks/create
11:05:05 [2021-05-03T11:05:05.186Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
11:05:05 [2021-05-03T11:05:05.186Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
11:05:05 [2021-05-03T11:05:05.186Z] --- PASS: TestNetworkInvalidJSON (0.02s)
11:05:05 [2021-05-03T11:05:05.186Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
11:05:05 [2021-05-03T11:05:05.186Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
11:05:05 [2021-05-03T11:05:05.186Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
11:05:05 [2021-05-03T11:05:05.186Z] === RUN   TestNetworkList
11:05:05 [2021-05-03T11:05:05.186Z] === RUN   TestNetworkList//networks
11:05:05 [2021-05-03T11:05:05.186Z] === PAUSE TestNetworkList//networks
11:05:05 [2021-05-03T11:05:05.186Z] === RUN   TestNetworkList//networks/
11:05:05 [2021-05-03T11:05:05.186Z] === PAUSE TestNetworkList//networks/
11:05:05 [2021-05-03T11:05:05.186Z] === CONT  TestNetworkList//networks
11:05:05 [2021-05-03T11:05:05.186Z] === CONT  TestNetworkList//networks/
11:05:05 [2021-05-03T11:05:05.186Z] --- PASS: TestNetworkList (0.01s)
11:05:05 [2021-05-03T11:05:05.186Z]     --- PASS: TestNetworkList//networks (0.00s)
11:05:05 [2021-05-03T11:05:05.186Z]     --- PASS: TestNetworkList//networks/ (0.00s)
11:05:05 [2021-05-03T11:05:05.186Z] === RUN   TestHostIPv4BridgeLabel
11:05:05 [2021-05-03T11:05:05.418Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
11:05:05 [2021-05-03T11:05:05.754Z] --- PASS: TestHostIPv4BridgeLabel (0.96s)
11:05:05 [2021-05-03T11:05:05.754Z] === RUN   TestDaemonRestartWithLiveRestore
11:05:05 [2021-05-03T11:05:05.863Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42329/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
11:05:05 [2021-05-03T11:05:05.989Z] === RUN   TestDockerSuite/TestBuildAddTar
11:05:06 [2021-05-03T11:05:06.178Z] + make clean
11:05:06 [2021-05-03T11:05:06.250Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelDebug
11:05:06 [2021-05-03T11:05:06.437Z] docker volume rm -f docker-dev-cache
11:05:06 [2021-05-03T11:05:06.437Z] docker-dev-cache
[Pipeline] deleteDir
11:05:06 [2021-05-03T11:05:06.510Z] --- PASS: TestDaemonIpcModePrivateFromConfig (2.86s)
11:05:06 [2021-05-03T11:05:06.511Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:91, shared: false, mustBeShared: false
11:05:06 [2021-05-03T11:05:06.511Z] === RUN   TestDaemonIpcModeShareableFromConfig
11:05:07 [2021-05-03T11:05:07.131Z] --- PASS: TestDaemonRestartWithLiveRestore (1.53s)
11:05:07 [2021-05-03T11:05:07.131Z] === RUN   TestDaemonDefaultNetworkPools
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
11:05:07 [2021-05-03T11:05:07.549Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.45s)
11:05:07 [2021-05-03T11:05:07.549Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
11:05:07 [2021-05-03T11:05:07.896Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelFatal
11:05:08 [2021-05-03T11:05:08.469Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelWrong
11:05:08 [2021-05-03T11:05:08.508Z] --- PASS: TestDaemonDefaultNetworkPools (1.42s)
11:05:08 [2021-05-03T11:05:08.508Z] === RUN   TestDaemonRestartWithExistingNetwork
11:05:09 [2021-05-03T11:05:09.040Z] === RUN   TestDockerDaemonSuite/TestDaemonLogOptions
11:05:09 [2021-05-03T11:05:09.566Z] tests/integration/api_volume_test.py .........                           [ 74%]
11:05:09 [2021-05-03T11:05:09.566Z] tests/integration/client_test.py .....                                   [ 75%]
11:05:09 [2021-05-03T11:05:09.566Z] tests/integration/context_api_test.py ...                                [ 76%]
11:05:09 [2021-05-03T11:05:09.566Z] tests/integration/errors_test.py .                                       [ 76%]
11:05:09 [2021-05-03T11:05:09.612Z] --- PASS: TestDaemonIpcModeShareableFromConfig (3.21s)
11:05:09 [2021-05-03T11:05:09.612Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:101, shared: true, mustBeShared: true
11:05:09 [2021-05-03T11:05:09.612Z] === RUN   TestIpcModeOlderClient
11:05:09 [2021-05-03T11:05:09.612Z] === PAUSE TestIpcModeOlderClient
11:05:09 [2021-05-03T11:05:09.612Z] === RUN   TestKillContainerInvalidSignal
11:05:10 [2021-05-03T11:05:10.095Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.05s)
11:05:10 [2021-05-03T11:05:10.095Z] === RUN   TestCgroupNamespacesRunInvalidMode
11:05:10 [2021-05-03T11:05:10.998Z] --- PASS: TestKillContainerInvalidSignal (1.21s)
11:05:10 [2021-05-03T11:05:10.998Z] === RUN   TestKillContainer
11:05:10 [2021-05-03T11:05:10.998Z] === RUN   TestKillContainer/no_signal
11:05:11 [2021-05-03T11:05:11.037Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.40s)
11:05:11 [2021-05-03T11:05:11.037Z] === RUN   TestCgroupNamespacesRunOlderClient
11:05:11 [2021-05-03T11:05:11.041Z] --- PASS: TestDaemonRestartWithExistingNetwork (2.13s)
11:05:11 [2021-05-03T11:05:11.041Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
11:05:11 [2021-05-03T11:05:11.570Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefault
11:05:12 [2021-05-03T11:05:12.141Z] === RUN   TestKillContainer/non_killing_signal
11:05:13 [2021-05-03T11:05:13.525Z] === RUN   TestKillContainer/killing_signal
11:05:13 [2021-05-03T11:05:13.584Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.43s)
11:05:13 [2021-05-03T11:05:13.584Z] === RUN   TestKernelTCPMemory
11:05:13 [2021-05-03T11:05:13.585Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.70s)
11:05:13 [2021-05-03T11:05:13.585Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
11:05:14 [2021-05-03T11:05:14.153Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.86s)
11:05:14 [2021-05-03T11:05:14.153Z] === RUN   TestServiceWithPredefinedNetwork
11:05:14 [2021-05-03T11:05:14.467Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride
11:05:14 [2021-05-03T11:05:14.525Z] --- PASS: TestKernelTCPMemory (1.11s)
11:05:14 [2021-05-03T11:05:14.525Z] === RUN   TestNISDomainname
11:05:14 [2021-05-03T11:05:14.729Z] --- PASS: TestKillContainer (3.81s)
11:05:14 [2021-05-03T11:05:14.729Z]     --- PASS: TestKillContainer/no_signal (1.27s)
11:05:14 [2021-05-03T11:05:14.729Z]     --- PASS: TestKillContainer/non_killing_signal (1.09s)
11:05:14 [2021-05-03T11:05:14.729Z]     --- PASS: TestKillContainer/killing_signal (1.18s)
11:05:14 [2021-05-03T11:05:14.729Z] === RUN   TestKillWithStopSignalAndRestartPolicies
11:05:14 [2021-05-03T11:05:14.729Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
11:05:15 [2021-05-03T11:05:15.909Z] --- PASS: TestNISDomainname (1.34s)
11:05:15 [2021-05-03T11:05:15.909Z] === RUN   TestHostnameDnsResolution
11:05:16 [2021-05-03T11:05:16.115Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
11:05:16 [2021-05-03T11:05:16.376Z] === RUN   TestDockerSuite/TestBuildAddTarXz
11:05:17 [2021-05-03T11:05:17.321Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (2.47s)
11:05:17 [2021-05-03T11:05:17.321Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (1.18s)
11:05:17 [2021-05-03T11:05:17.321Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (1.06s)
11:05:17 [2021-05-03T11:05:17.321Z] === RUN   TestKillStoppedContainer
11:05:17 [2021-05-03T11:05:17.321Z] --- PASS: TestKillStoppedContainer (0.06s)
11:05:17 [2021-05-03T11:05:17.321Z] === RUN   TestKillStoppedContainerAPIPre120
11:05:17 [2021-05-03T11:05:17.321Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNone
11:05:17 [2021-05-03T11:05:17.321Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s)
11:05:17 [2021-05-03T11:05:17.321Z] === RUN   TestKillDifferentUserContainer
11:05:17 [2021-05-03T11:05:17.446Z] --- PASS: TestServiceWithPredefinedNetwork (2.79s)
11:05:17 [2021-05-03T11:05:17.446Z] === RUN   TestServiceRemoveKeepsIngressNetwork
11:05:17 [2021-05-03T11:05:17.446Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
11:05:17 [2021-05-03T11:05:17.446Z]     service_test.go:242: FLAKY_TEST
11:05:17 [2021-05-03T11:05:17.446Z] === RUN   TestServiceWithDataPathPortInit
11:05:18 [2021-05-03T11:05:18.455Z] --- PASS: TestHostnameDnsResolution (2.33s)
11:05:18 [2021-05-03T11:05:18.455Z] === RUN   TestStats
11:05:18 [2021-05-03T11:05:18.706Z] --- PASS: TestKillDifferentUserContainer (1.21s)
11:05:18 [2021-05-03T11:05:18.706Z] === RUN   TestInspectOomKilledTrue
11:05:18 [2021-05-03T11:05:18.706Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
11:05:18 [2021-05-03T11:05:18.706Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
11:05:18 [2021-05-03T11:05:18.706Z] === RUN   TestInspectOomKilledFalse
11:05:18 [2021-05-03T11:05:18.706Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
11:05:18 [2021-05-03T11:05:18.706Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
11:05:18 [2021-05-03T11:05:18.706Z] === RUN   TestLinksEtcHostsContentMatch
11:05:18 [2021-05-03T11:05:18.706Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
11:05:20 [2021-05-03T11:05:20.092Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError
11:05:20 [2021-05-03T11:05:20.092Z] --- PASS: TestLinksEtcHostsContentMatch (1.66s)
11:05:20 [2021-05-03T11:05:20.092Z] === RUN   TestLinksContainerNames
11:05:20 [2021-05-03T11:05:20.663Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
11:05:20 [2021-05-03T11:05:20.999Z] --- PASS: TestStats (2.84s)
11:05:20 [2021-05-03T11:05:20.999Z] === RUN   TestStopContainerWithTimeout
11:05:20 [2021-05-03T11:05:20.999Z] === RUN   TestStopContainerWithTimeout/0
11:05:20 [2021-05-03T11:05:20.999Z] === PAUSE TestStopContainerWithTimeout/0
11:05:20 [2021-05-03T11:05:20.999Z] === RUN   TestStopContainerWithTimeout/1
11:05:20 [2021-05-03T11:05:20.999Z] === PAUSE TestStopContainerWithTimeout/1
11:05:20 [2021-05-03T11:05:20.999Z] === RUN   TestStopContainerWithTimeout/3
11:05:20 [2021-05-03T11:05:20.999Z] === PAUSE TestStopContainerWithTimeout/3
11:05:20 [2021-05-03T11:05:20.999Z] === RUN   TestStopContainerWithTimeout/-1
11:05:20 [2021-05-03T11:05:20.999Z] === PAUSE TestStopContainerWithTimeout/-1
11:05:20 [2021-05-03T11:05:20.999Z] === CONT  TestStopContainerWithTimeout/0
11:05:20 [2021-05-03T11:05:20.999Z] === CONT  TestStopContainerWithTimeout/-1
11:05:20 [2021-05-03T11:05:20.999Z] === CONT  TestStopContainerWithTimeout/3
11:05:20 [2021-05-03T11:05:20.999Z] === CONT  TestStopContainerWithTimeout/1
11:05:22 [2021-05-03T11:05:22.576Z] --- PASS: TestLinksContainerNames (2.46s)
11:05:22 [2021-05-03T11:05:22.576Z] === RUN   TestLogsFollowTailEmpty
11:05:22 [2021-05-03T11:05:22.837Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride
11:05:23 [2021-05-03T11:05:23.779Z] --- PASS: TestLogsFollowTailEmpty (1.18s)
11:05:23 [2021-05-03T11:05:23.779Z] === RUN   TestContainerNetworkMountsNoChown
11:05:25 [2021-05-03T11:05:25.164Z] --- PASS: TestContainerNetworkMountsNoChown (1.28s)
11:05:25 [2021-05-03T11:05:25.164Z] === RUN   TestMountDaemonRoot
11:05:25 [2021-05-03T11:05:25.164Z] === RUN   TestMountDaemonRoot/default
11:05:25 [2021-05-03T11:05:25.164Z] === PAUSE TestMountDaemonRoot/default
11:05:25 [2021-05-03T11:05:25.164Z] === RUN   TestMountDaemonRoot/private
11:05:25 [2021-05-03T11:05:25.164Z] === PAUSE TestMountDaemonRoot/private
11:05:25 [2021-05-03T11:05:25.164Z] === RUN   TestMountDaemonRoot/rprivate
11:05:25 [2021-05-03T11:05:25.164Z] === PAUSE TestMountDaemonRoot/rprivate
11:05:25 [2021-05-03T11:05:25.164Z] === RUN   TestMountDaemonRoot/slave
11:05:25 [2021-05-03T11:05:25.164Z] === PAUSE TestMountDaemonRoot/slave
11:05:25 [2021-05-03T11:05:25.164Z] === RUN   TestMountDaemonRoot/rslave
11:05:25 [2021-05-03T11:05:25.164Z] === PAUSE TestMountDaemonRoot/rslave
11:05:25 [2021-05-03T11:05:25.164Z] === RUN   TestMountDaemonRoot/shared
11:05:25 [2021-05-03T11:05:25.164Z] === PAUSE TestMountDaemonRoot/shared
11:05:25 [2021-05-03T11:05:25.164Z] === RUN   TestMountDaemonRoot/rshared
11:05:25 [2021-05-03T11:05:25.164Z] === PAUSE TestMountDaemonRoot/rshared
11:05:25 [2021-05-03T11:05:25.164Z] === CONT  TestMountDaemonRoot/default
11:05:25 [2021-05-03T11:05:25.164Z] === RUN   TestMountDaemonRoot/default/bind_root
11:05:25 [2021-05-03T11:05:25.164Z] === PAUSE TestMountDaemonRoot/default/bind_root
11:05:25 [2021-05-03T11:05:25.164Z] === RUN   TestMountDaemonRoot/default/bind_subpath
11:05:25 [2021-05-03T11:05:25.164Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
11:05:25 [2021-05-03T11:05:25.164Z] === RUN   TestMountDaemonRoot/default/mount_root
11:05:25 [2021-05-03T11:05:25.164Z] === PAUSE TestMountDaemonRoot/default/mount_root
11:05:25 [2021-05-03T11:05:25.164Z] === RUN   TestMountDaemonRoot/default/mount_subpath
11:05:25 [2021-05-03T11:05:25.164Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
11:05:25 [2021-05-03T11:05:25.164Z] === CONT  TestMountDaemonRoot/default/bind_root
11:05:25 [2021-05-03T11:05:25.164Z] === CONT  TestMountDaemonRoot/rshared
11:05:25 [2021-05-03T11:05:25.164Z] === RUN   TestMountDaemonRoot/rshared/mount_root
11:05:25 [2021-05-03T11:05:25.164Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
11:05:25 [2021-05-03T11:05:25.165Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
11:05:25 [2021-05-03T11:05:25.165Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
11:05:25 [2021-05-03T11:05:25.165Z] === RUN   TestMountDaemonRoot/rshared/bind_root
11:05:25 [2021-05-03T11:05:25.165Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
11:05:25 [2021-05-03T11:05:25.165Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
11:05:25 [2021-05-03T11:05:25.165Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
11:05:25 [2021-05-03T11:05:25.165Z] === CONT  TestMountDaemonRoot/rshared/mount_root
11:05:25 [2021-05-03T11:05:25.165Z] === CONT  TestMountDaemonRoot/shared
11:05:25 [2021-05-03T11:05:25.165Z] === RUN   TestMountDaemonRoot/shared/mount_root
11:05:25 [2021-05-03T11:05:25.165Z] === PAUSE TestMountDaemonRoot/shared/mount_root
11:05:25 [2021-05-03T11:05:25.165Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
11:05:25 [2021-05-03T11:05:25.165Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
11:05:25 [2021-05-03T11:05:25.165Z] === RUN   TestMountDaemonRoot/shared/bind_root
11:05:25 [2021-05-03T11:05:25.165Z] === PAUSE TestMountDaemonRoot/shared/bind_root
11:05:25 [2021-05-03T11:05:25.165Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
11:05:25 [2021-05-03T11:05:25.165Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
11:05:25 [2021-05-03T11:05:25.165Z] === CONT  TestMountDaemonRoot/rslave
11:05:25 [2021-05-03T11:05:25.165Z] === RUN   TestMountDaemonRoot/rslave/mount_root
11:05:25 [2021-05-03T11:05:25.165Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
11:05:25 [2021-05-03T11:05:25.165Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
11:05:25 [2021-05-03T11:05:25.165Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
11:05:25 [2021-05-03T11:05:25.165Z] === RUN   TestMountDaemonRoot/rslave/bind_root
11:05:25 [2021-05-03T11:05:25.165Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
11:05:25 [2021-05-03T11:05:25.165Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
11:05:25 [2021-05-03T11:05:25.165Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
11:05:25 [2021-05-03T11:05:25.165Z] === CONT  TestMountDaemonRoot/slave
11:05:25 [2021-05-03T11:05:25.165Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
11:05:25 [2021-05-03T11:05:25.165Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
11:05:25 [2021-05-03T11:05:25.165Z] === RUN   TestMountDaemonRoot/slave/bind_root
11:05:25 [2021-05-03T11:05:25.165Z] === PAUSE TestMountDaemonRoot/slave/bind_root
11:05:25 [2021-05-03T11:05:25.165Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
11:05:25 [2021-05-03T11:05:25.165Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
11:05:25 [2021-05-03T11:05:25.165Z] === RUN   TestMountDaemonRoot/slave/mount_root
11:05:25 [2021-05-03T11:05:25.165Z] === PAUSE TestMountDaemonRoot/slave/mount_root
11:05:25 [2021-05-03T11:05:25.165Z] === CONT  TestMountDaemonRoot/rprivate
11:05:25 [2021-05-03T11:05:25.165Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
11:05:25 [2021-05-03T11:05:25.165Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
11:05:25 [2021-05-03T11:05:25.165Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
11:05:25 [2021-05-03T11:05:25.165Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
11:05:25 [2021-05-03T11:05:25.165Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
11:05:25 [2021-05-03T11:05:25.165Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
11:05:25 [2021-05-03T11:05:25.165Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
11:05:25 [2021-05-03T11:05:25.165Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
11:05:25 [2021-05-03T11:05:25.165Z] === CONT  TestMountDaemonRoot/private
11:05:25 [2021-05-03T11:05:25.165Z] === RUN   TestMountDaemonRoot/private/bind_root
11:05:25 [2021-05-03T11:05:25.165Z] === PAUSE TestMountDaemonRoot/private/bind_root
11:05:25 [2021-05-03T11:05:25.165Z] === RUN   TestMountDaemonRoot/private/bind_subpath
11:05:25 [2021-05-03T11:05:25.165Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
11:05:25 [2021-05-03T11:05:25.165Z] === RUN   TestMountDaemonRoot/private/mount_root
11:05:25 [2021-05-03T11:05:25.165Z] === PAUSE TestMountDaemonRoot/private/mount_root
11:05:25 [2021-05-03T11:05:25.165Z] === RUN   TestMountDaemonRoot/private/mount_subpath
11:05:25 [2021-05-03T11:05:25.165Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
11:05:25 [2021-05-03T11:05:25.165Z] === CONT  TestMountDaemonRoot/default/mount_subpath
11:05:25 [2021-05-03T11:05:25.205Z] --- PASS: TestStopContainerWithTimeout (0.02s)
11:05:25 [2021-05-03T11:05:25.206Z]     --- PASS: TestStopContainerWithTimeout/0 (1.62s)
11:05:25 [2021-05-03T11:05:25.206Z]     --- PASS: TestStopContainerWithTimeout/1 (2.27s)
11:05:25 [2021-05-03T11:05:25.206Z]     --- PASS: TestStopContainerWithTimeout/3 (3.52s)
11:05:25 [2021-05-03T11:05:25.206Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.53s)
11:05:25 [2021-05-03T11:05:25.206Z] === RUN   TestDeleteDevicemapper
11:05:25 [2021-05-03T11:05:25.206Z] --- SKIP: TestDeleteDevicemapper (0.00s)
11:05:25 [2021-05-03T11:05:25.206Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
11:05:25 [2021-05-03T11:05:25.206Z] === RUN   TestStopContainerWithRestartPolicyAlways
11:05:25 [2021-05-03T11:05:25.426Z] === CONT  TestMountDaemonRoot/default/mount_root
11:05:25 [2021-05-03T11:05:25.426Z] === CONT  TestMountDaemonRoot/default/bind_subpath
11:05:25 [2021-05-03T11:05:25.426Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
11:05:25 [2021-05-03T11:05:25.426Z] === CONT  TestMountDaemonRoot/rshared/bind_root
11:05:25 [2021-05-03T11:05:25.426Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
11:05:25 [2021-05-03T11:05:25.426Z] === CONT  TestMountDaemonRoot/shared/mount_root
11:05:25 [2021-05-03T11:05:25.426Z] === CONT  TestMountDaemonRoot/rslave/mount_root
11:05:25 [2021-05-03T11:05:25.426Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
11:05:25 [2021-05-03T11:05:25.426Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild
11:05:25 [2021-05-03T11:05:25.426Z] === CONT  TestMountDaemonRoot/shared/bind_root
11:05:25 [2021-05-03T11:05:25.426Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
11:05:25 [2021-05-03T11:05:25.687Z] === CONT  TestMountDaemonRoot/rslave/bind_root
11:05:25 [2021-05-03T11:05:25.687Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
11:05:25 [2021-05-03T11:05:25.687Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
11:05:25 [2021-05-03T11:05:25.687Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
11:05:25 [2021-05-03T11:05:25.687Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
11:05:25 [2021-05-03T11:05:25.687Z] === CONT  TestMountDaemonRoot/slave/mount_root
11:05:25 [2021-05-03T11:05:25.687Z] === CONT  TestMountDaemonRoot/slave/bind_root
11:05:25 [2021-05-03T11:05:25.687Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
11:05:25 [2021-05-03T11:05:25.687Z] === CONT  TestMountDaemonRoot/private/bind_root
11:05:25 [2021-05-03T11:05:25.687Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
11:05:25 [2021-05-03T11:05:25.687Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
11:05:25 [2021-05-03T11:05:25.687Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
11:05:25 [2021-05-03T11:05:25.687Z] === CONT  TestMountDaemonRoot/private/mount_subpath
11:05:25 [2021-05-03T11:05:25.949Z] === CONT  TestMountDaemonRoot/private/mount_root
11:05:25 [2021-05-03T11:05:25.949Z] === CONT  TestMountDaemonRoot/private/bind_subpath
11:05:25 [2021-05-03T11:05:25.949Z] --- PASS: TestMountDaemonRoot (0.04s)
11:05:25 [2021-05-03T11:05:25.949Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
11:05:25 [2021-05-03T11:05:25.949Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.08s)
11:05:25 [2021-05-03T11:05:25.949Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.10s)
11:05:25 [2021-05-03T11:05:25.949Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.09s)
11:05:25 [2021-05-03T11:05:25.949Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s)
11:05:25 [2021-05-03T11:05:25.949Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
11:05:25 [2021-05-03T11:05:25.949Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.11s)
11:05:25 [2021-05-03T11:05:25.949Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s)
11:05:25 [2021-05-03T11:05:25.949Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s)
11:05:25 [2021-05-03T11:05:25.949Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s)
11:05:25 [2021-05-03T11:05:25.949Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
11:05:25 [2021-05-03T11:05:25.949Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
11:05:25 [2021-05-03T11:05:25.949Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s)
11:05:25 [2021-05-03T11:05:25.949Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s)
11:05:25 [2021-05-03T11:05:25.949Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s)
11:05:25 [2021-05-03T11:05:25.949Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
11:05:25 [2021-05-03T11:05:25.949Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s)
11:05:25 [2021-05-03T11:05:25.949Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s)
11:05:25 [2021-05-03T11:05:25.949Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s)
11:05:25 [2021-05-03T11:05:25.949Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s)
11:05:25 [2021-05-03T11:05:25.949Z]     --- PASS: TestMountDaemonRoot/slave (0.01s)
11:05:25 [2021-05-03T11:05:25.949Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
11:05:25 [2021-05-03T11:05:25.949Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s)
11:05:25 [2021-05-03T11:05:25.949Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.06s)
11:05:25 [2021-05-03T11:05:25.949Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
11:05:25 [2021-05-03T11:05:25.949Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
11:05:25 [2021-05-03T11:05:25.949Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
11:05:25 [2021-05-03T11:05:25.949Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s)
11:05:25 [2021-05-03T11:05:25.949Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
11:05:25 [2021-05-03T11:05:25.949Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.08s)
11:05:25 [2021-05-03T11:05:25.949Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
11:05:25 [2021-05-03T11:05:25.949Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
11:05:25 [2021-05-03T11:05:25.949Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s)
11:05:25 [2021-05-03T11:05:25.949Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s)
11:05:25 [2021-05-03T11:05:25.949Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.05s)
11:05:25 [2021-05-03T11:05:25.949Z] === RUN   TestContainerBindMountNonRecursive
11:05:26 [2021-05-03T11:05:26.520Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
11:05:27 [2021-05-03T11:05:27.123Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.58s)
11:05:27 [2021-05-03T11:05:27.123Z] === RUN   TestUpdateMemory
11:05:27 [2021-05-03T11:05:27.123Z] --- SKIP: TestUpdateMemory (0.00s)
11:05:27 [2021-05-03T11:05:27.123Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
11:05:27 [2021-05-03T11:05:27.123Z] === RUN   TestUpdateCPUQuota
11:05:29 [2021-05-03T11:05:29.069Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrency
11:05:29 [2021-05-03T11:05:29.642Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile
11:05:29 [2021-05-03T11:05:29.642Z] --- PASS: TestContainerBindMountNonRecursive (3.67s)
11:05:29 [2021-05-03T11:05:29.642Z] === RUN   TestContainerVolumesMountedAsShared
11:05:30 [2021-05-03T11:05:30.214Z] --- PASS: TestContainerVolumesMountedAsShared (0.65s)
11:05:30 [2021-05-03T11:05:30.214Z] === RUN   TestContainerVolumesMountedAsSlave
11:05:31 [2021-05-03T11:05:31.601Z] --- PASS: TestContainerVolumesMountedAsSlave (1.35s)
11:05:31 [2021-05-03T11:05:31.601Z] === RUN   TestNetworkNat
11:05:32 [2021-05-03T11:05:32.545Z] --- PASS: TestNetworkNat (1.08s)
11:05:32 [2021-05-03T11:05:32.545Z] === RUN   TestNetworkLocalhostTCPNat
11:05:33 [2021-05-03T11:05:33.487Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload
11:05:33 [2021-05-03T11:05:33.721Z] --- PASS: TestUpdateCPUQuota (5.83s)
11:05:33 [2021-05-03T11:05:33.721Z] === RUN   TestUpdatePidsLimit
11:05:33 [2021-05-03T11:05:33.721Z] === RUN   TestUpdatePidsLimit/update_from_none
11:05:33 [2021-05-03T11:05:33.721Z] === RUN   TestUpdatePidsLimit/no_change
11:05:34 [2021-05-03T11:05:34.079Z] --- PASS: TestNetworkLocalhostTCPNat (1.31s)
11:05:34 [2021-05-03T11:05:34.079Z] === RUN   TestNetworkLoopbackNat
11:05:34 [2021-05-03T11:05:34.293Z] === RUN   TestUpdatePidsLimit/update_lower
11:05:35 [2021-05-03T11:05:35.237Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
11:05:35 [2021-05-03T11:05:35.488Z] === RUN   TestDockerSuite/TestBuildBlankName
11:05:35 [2021-05-03T11:05:35.488Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
11:05:35 [2021-05-03T11:05:35.539Z] --- PASS: TestServiceWithDataPathPortInit (15.76s)
11:05:35 [2021-05-03T11:05:35.539Z] === RUN   TestServiceWithDefaultAddressPoolInit
11:05:35 [2021-05-03T11:05:35.808Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
11:05:36 [2021-05-03T11:05:36.347Z] tests/integration/models_containers_test.py ............................ [ 83%]
11:05:36 [2021-05-03T11:05:36.380Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
11:05:36 [2021-05-03T11:05:36.951Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
11:05:37 [2021-05-03T11:05:37.406Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
11:05:37 [2021-05-03T11:05:37.977Z] --- PASS: TestNetworkLoopbackNat (3.89s)
11:05:37 [2021-05-03T11:05:37.977Z] === RUN   TestPause
11:05:38 [2021-05-03T11:05:38.337Z] --- PASS: TestUpdatePidsLimit (5.33s)
11:05:38 [2021-05-03T11:05:38.337Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.68s)
11:05:38 [2021-05-03T11:05:38.337Z]     --- PASS: TestUpdatePidsLimit/no_change (0.67s)
11:05:38 [2021-05-03T11:05:38.337Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.65s)
11:05:38 [2021-05-03T11:05:38.337Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.68s)
11:05:38 [2021-05-03T11:05:38.337Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.65s)
11:05:38 [2021-05-03T11:05:38.337Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.65s)
11:05:38 [2021-05-03T11:05:38.337Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.65s)
11:05:38 [2021-05-03T11:05:38.337Z] === RUN   TestUpdateRestartPolicy
11:05:38 [2021-05-03T11:05:38.919Z] --- PASS: TestPause (0.97s)
11:05:38 [2021-05-03T11:05:38.919Z] === RUN   TestPauseFailsOnWindowsServerContainers
11:05:38 [2021-05-03T11:05:38.919Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
11:05:38 [2021-05-03T11:05:38.919Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
11:05:38 [2021-05-03T11:05:38.919Z] === RUN   TestPauseStopPausedContainer
11:05:39 [2021-05-03T11:05:39.861Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
11:05:39 [2021-05-03T11:05:39.861Z] --- PASS: TestPauseStopPausedContainer (1.05s)
11:05:39 [2021-05-03T11:05:39.861Z] === RUN   TestPidHost
11:05:40 [2021-05-03T11:05:40.432Z] === RUN   TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError
11:05:40 [2021-05-03T11:05:40.996Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.03s)
11:05:40 [2021-05-03T11:05:40.996Z]     service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:hb1f83o2jgyh3243ojploy234 Created:2021-05-03 11:05:34.215570396 +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[c072de9b355f3a86b248c3c188dfb7d14373722908369dceaead27774f52509e:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.l0lnyvtaskj3ih5i7wiyz1xh4 EndpointID:6ba35a165bd946ab075f0c3af0e104f7ac46399ff900979f56d7d395efad1d6c MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:ed192d4fbaa0af60326c4ca4a3ba84368e7481cd5307ab1fda7e6ce6c8fe0756 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:bb4beb2c3457 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.l0lnyvtaskj3ih5i7wiyz1xh4 EndpointID:6ba35a165bd946ab075f0c3af0e104f7ac46399ff900979f56d7d395efad1d6c EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
11:05:40 [2021-05-03T11:05:40.996Z] PASS
11:05:40 [2021-05-03T11:05:40.996Z] 
11:05:40 [2021-05-03T11:05:40.996Z] === Skipped
11:05:40 [2021-05-03T11:05:40.996Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
11:05:40 [2021-05-03T11:05:40.996Z]     service_test.go:242: FLAKY_TEST
11:05:40 [2021-05-03T11:05:40.996Z] 
11:05:40 [2021-05-03T11:05:40.996Z] 
11:05:40 [2021-05-03T11:05:40.996Z] DONE 26 tests, 1 skipped in 57.216s
11:05:40 [2021-05-03T11:05:40.996Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
11:05:40 [2021-05-03T11:05:40.996Z] INFO: Testing against a local daemon
11:05:40 [2021-05-03T11:05:40.996Z] === RUN   TestDockerNetworkIpvlanPersistance
11:05:40 [2021-05-03T11:05:40.996Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
11:05:40 [2021-05-03T11:05:40.996Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
11:05:40 [2021-05-03T11:05:40.996Z] === RUN   TestDockerNetworkIpvlan
11:05:40 [2021-05-03T11:05:40.996Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
11:05:40 [2021-05-03T11:05:40.996Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
11:05:40 [2021-05-03T11:05:40.996Z] PASS
11:05:40 [2021-05-03T11:05:40.996Z] 
11:05:40 [2021-05-03T11:05:40.996Z] === Skipped
11:05:40 [2021-05-03T11:05:40.996Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
11:05:40 [2021-05-03T11:05:40.996Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
11:05:40 [2021-05-03T11:05:40.996Z] 
11:05:40 [2021-05-03T11:05:40.996Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
11:05:40 [2021-05-03T11:05:40.996Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
11:05:40 [2021-05-03T11:05:40.996Z] 
11:05:40 [2021-05-03T11:05:40.996Z] 
11:05:40 [2021-05-03T11:05:40.996Z] DONE 2 tests, 2 skipped in 0.041s
11:05:40 [2021-05-03T11:05:40.996Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
11:05:40 [2021-05-03T11:05:40.996Z] INFO: Testing against a local daemon
11:05:40 [2021-05-03T11:05:40.996Z] === RUN   TestDockerNetworkMacvlanPersistance
11:05:41 [2021-05-03T11:05:41.374Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
11:05:42 [2021-05-03T11:05:42.901Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.99s)
11:05:42 [2021-05-03T11:05:42.901Z] === RUN   TestDockerNetworkMacvlan
11:05:43 [2021-05-03T11:05:43.287Z] --- PASS: TestPidHost (3.53s)
11:05:43 [2021-05-03T11:05:43.287Z] === RUN   TestPsFilter
11:05:43 [2021-05-03T11:05:43.549Z] --- PASS: TestPsFilter (0.18s)
11:05:43 [2021-05-03T11:05:43.549Z] === RUN   TestRemoveContainerWithRemovedVolume
11:05:43 [2021-05-03T11:05:43.837Z] === RUN   TestDockerNetworkMacvlan/Subinterface
11:05:44 [2021-05-03T11:05:44.940Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
11:05:44 [2021-05-03T11:05:44.940Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.32s)
11:05:44 [2021-05-03T11:05:44.940Z] === RUN   TestRemoveContainerWithVolume
11:05:45 [2021-05-03T11:05:45.214Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
11:05:46 [2021-05-03T11:05:46.151Z] === RUN   TestDockerNetworkMacvlan/NilParent
11:05:46 [2021-05-03T11:05:46.326Z] --- PASS: TestRemoveContainerWithVolume (1.31s)
11:05:46 [2021-05-03T11:05:46.326Z] === RUN   TestRemoveContainerRunning
11:05:47 [2021-05-03T11:05:47.712Z] --- PASS: TestRemoveContainerRunning (1.34s)
11:05:47 [2021-05-03T11:05:47.712Z] === RUN   TestRemoveContainerForceRemoveRunning
11:05:48 [2021-05-03T11:05:48.653Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
11:05:48 [2021-05-03T11:05:48.653Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartCleanupNetns
11:05:48 [2021-05-03T11:05:48.913Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.41s)
11:05:48 [2021-05-03T11:05:48.913Z] === RUN   TestRemoveInvalidContainer
11:05:48 [2021-05-03T11:05:48.913Z] --- PASS: TestRemoveInvalidContainer (0.02s)
11:05:48 [2021-05-03T11:05:48.913Z] === RUN   TestRenameLinkedContainer
11:05:49 [2021-05-03T11:05:49.441Z] === RUN   TestDockerNetworkMacvlan/InternalMode
11:05:52 [2021-05-03T11:05:52.216Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
11:05:52 [2021-05-03T11:05:52.477Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart
11:05:52 [2021-05-03T11:05:52.763Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
11:05:53 [2021-05-03T11:05:53.241Z] --- PASS: TestUpdateRestartPolicy (13.01s)
11:05:53 [2021-05-03T11:05:53.241Z] === RUN   TestUpdateRestartWithAutoRemove
11:05:53 [2021-05-03T11:05:53.241Z] --- PASS: TestUpdateRestartWithAutoRemove (0.83s)
11:05:53 [2021-05-03T11:05:53.241Z] === RUN   TestWaitNonBlocked
11:05:53 [2021-05-03T11:05:53.241Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
11:05:53 [2021-05-03T11:05:53.241Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
11:05:53 [2021-05-03T11:05:53.241Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
11:05:53 [2021-05-03T11:05:53.241Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
11:05:53 [2021-05-03T11:05:53.241Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
11:05:53 [2021-05-03T11:05:53.241Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
11:05:53 [2021-05-03T11:05:53.241Z] --- PASS: TestWaitNonBlocked (0.02s)
11:05:53 [2021-05-03T11:05:53.241Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.07s)
11:05:53 [2021-05-03T11:05:53.241Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.14s)
11:05:53 [2021-05-03T11:05:53.241Z] === RUN   TestWaitBlocked
11:05:53 [2021-05-03T11:05:53.502Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
11:05:53 [2021-05-03T11:05:53.502Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
11:05:53 [2021-05-03T11:05:53.502Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
11:05:53 [2021-05-03T11:05:53.502Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
11:05:53 [2021-05-03T11:05:53.502Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
11:05:53 [2021-05-03T11:05:53.502Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
11:05:53 [2021-05-03T11:05:53.862Z] --- PASS: TestRenameLinkedContainer (4.70s)
11:05:53 [2021-05-03T11:05:53.862Z] === RUN   TestRenameStoppedContainer
11:05:53 [2021-05-03T11:05:53.862Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
11:05:54 [2021-05-03T11:05:54.446Z] --- PASS: TestWaitBlocked (0.03s)
11:05:54 [2021-05-03T11:05:54.446Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.94s)
11:05:54 [2021-05-03T11:05:54.446Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.04s)
11:05:54 [2021-05-03T11:05:54.446Z] === CONT  TestContainerStartOnDaemonRestart
11:05:54 [2021-05-03T11:05:54.446Z] === CONT  TestContainerKillOnDaemonStart
11:05:54 [2021-05-03T11:05:54.446Z] === CONT  TestDaemonHostGatewayIP
11:05:54 [2021-05-03T11:05:54.446Z] === CONT  TestDaemonRestartIpcMode
11:05:55 [2021-05-03T11:05:55.247Z] --- PASS: TestRenameStoppedContainer (1.39s)
11:05:55 [2021-05-03T11:05:55.248Z] === RUN   TestRenameRunningContainerAndReuse
11:05:55 [2021-05-03T11:05:55.302Z] .........                                                                [ 86%]
11:05:58 [2021-05-03T11:05:58.548Z] --- PASS: TestRenameRunningContainerAndReuse (3.13s)
11:05:58 [2021-05-03T11:05:58.548Z] === RUN   TestRenameInvalidName
11:05:58 [2021-05-03T11:05:58.659Z] --- PASS: TestContainerStartOnDaemonRestart (3.56s)
11:05:58 [2021-05-03T11:05:58.659Z] === CONT  TestIpcModeOlderClient
11:05:58 [2021-05-03T11:05:58.659Z] --- PASS: TestIpcModeOlderClient (0.10s)
11:05:58 [2021-05-03T11:05:58.659Z] === CONT  TestRestartDaemonWithRestartingContainer
11:05:58 [2021-05-03T11:05:58.920Z] --- PASS: TestDaemonRestartIpcMode (4.38s)
11:05:59 [2021-05-03T11:05:59.363Z] === RUN   TestDockerNetworkMacvlan/Addressing
11:05:59 [2021-05-03T11:05:59.932Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
11:05:59 [2021-05-03T11:05:59.933Z] --- PASS: TestRenameInvalidName (1.52s)
11:05:59 [2021-05-03T11:05:59.933Z] === RUN   TestRenameAnonymousContainer
11:06:00 [2021-05-03T11:06:00.533Z] tests/integration/models_images_test.py ...............                  [ 89%]
11:06:01 [2021-05-03T11:06:01.267Z] --- PASS: TestDockerNetworkMacvlan (17.99s)
11:06:01 [2021-05-03T11:06:01.268Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.14s)
11:06:01 [2021-05-03T11:06:01.268Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.15s)
11:06:01 [2021-05-03T11:06:01.268Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (2.01s)
11:06:01 [2021-05-03T11:06:01.268Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (2.24s)
11:06:01 [2021-05-03T11:06:01.268Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.13s)
11:06:01 [2021-05-03T11:06:01.268Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.58s)
11:06:01 [2021-05-03T11:06:01.268Z] PASS
11:06:01 [2021-05-03T11:06:01.268Z] 
11:06:01 [2021-05-03T11:06:01.268Z] DONE 8 tests in 20.008s
11:06:01 [2021-05-03T11:06:01.268Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
11:06:01 [2021-05-03T11:06:01.268Z] testing: warning: no tests to run
11:06:01 [2021-05-03T11:06:01.268Z] PASS
11:06:01 [2021-05-03T11:06:01.268Z] 
11:06:01 [2021-05-03T11:06:01.268Z] DONE 0 tests in 0.006s
11:06:01 [2021-05-03T11:06:01.268Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
11:06:01 [2021-05-03T11:06:01.268Z] INFO: Testing against a local daemon
11:06:01 [2021-05-03T11:06:01.268Z] === RUN   TestAuthZPluginAllowRequest
11:06:01 [2021-05-03T11:06:01.466Z] --- PASS: TestDaemonHostGatewayIP (6.65s)
11:06:02 [2021-05-03T11:06:02.407Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.17s)
11:06:02 [2021-05-03T11:06:02.646Z] --- PASS: TestAuthZPluginAllowRequest (1.77s)
11:06:02 [2021-05-03T11:06:02.646Z] === RUN   TestAuthZPluginTLS
11:06:03 [2021-05-03T11:06:03.273Z] tests/integration/models_networks_test.py ....                           [ 91%]
11:06:03 [2021-05-03T11:06:03.582Z] --- PASS: TestAuthZPluginTLS (0.75s)
11:06:03 [2021-05-03T11:06:03.582Z] === RUN   TestAuthZPluginDenyRequest
11:06:04 [2021-05-03T11:06:04.157Z] --- PASS: TestAuthZPluginDenyRequest (0.71s)
11:06:04 [2021-05-03T11:06:04.157Z] === RUN   TestAuthZPluginAPIDenyResponse
11:06:05 [2021-05-03T11:06:05.094Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.70s)
11:06:05 [2021-05-03T11:06:05.094Z] === RUN   TestAuthZPluginDenyResponse
11:06:05 [2021-05-03T11:06:05.661Z] --- PASS: TestAuthZPluginDenyResponse (0.69s)
11:06:05 [2021-05-03T11:06:05.661Z] === RUN   TestAuthZPluginAllowEventStream
11:06:06 [2021-05-03T11:06:06.525Z] --- PASS: TestRenameAnonymousContainer (5.69s)
11:06:06 [2021-05-03T11:06:06.525Z] === RUN   TestRenameContainerWithSameName
11:06:07 [2021-05-03T11:06:07.097Z] --- PASS: TestRenameContainerWithSameName (1.61s)
11:06:07 [2021-05-03T11:06:07.097Z] === RUN   TestRenameContainerWithLinkedContainer
11:06:07 [2021-05-03T11:06:07.566Z] --- PASS: TestAuthZPluginAllowEventStream (1.69s)
11:06:07 [2021-05-03T11:06:07.566Z] === RUN   TestAuthZPluginErrorResponse
11:06:08 [2021-05-03T11:06:08.134Z] --- PASS: TestAuthZPluginErrorResponse (0.72s)
11:06:08 [2021-05-03T11:06:08.134Z] === RUN   TestAuthZPluginErrorRequest
11:06:08 [2021-05-03T11:06:08.701Z] --- PASS: TestAuthZPluginErrorRequest (0.67s)
11:06:08 [2021-05-03T11:06:08.701Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
11:06:08 [2021-05-03T11:06:08.986Z] --- PASS: TestContainerKillOnDaemonStart (13.74s)
11:06:08 [2021-05-03T11:06:08.986Z] PASS
11:06:08 [2021-05-03T11:06:08.986Z] 
11:06:08 [2021-05-03T11:06:08.986Z] === Skipped
11:06:08 [2021-05-03T11:06:08.986Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
11:06:08 [2021-05-03T11:06:08.986Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
11:06:08 [2021-05-03T11:06:08.986Z] 
11:06:08 [2021-05-03T11:06:08.986Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s)
11:06:08 [2021-05-03T11:06:08.986Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
11:06:08 [2021-05-03T11:06:08.986Z] 
11:06:08 [2021-05-03T11:06:08.986Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s)
11:06:08 [2021-05-03T11:06:08.986Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
11:06:08 [2021-05-03T11:06:08.986Z] 
11:06:08 [2021-05-03T11:06:08.986Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
11:06:08 [2021-05-03T11:06:08.986Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
11:06:08 [2021-05-03T11:06:08.986Z] 
11:06:08 [2021-05-03T11:06:08.986Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s)
11:06:08 [2021-05-03T11:06:08.986Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
11:06:08 [2021-05-03T11:06:08.986Z] 
11:06:08 [2021-05-03T11:06:08.986Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s)
11:06:08 [2021-05-03T11:06:08.986Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
11:06:08 [2021-05-03T11:06:08.986Z] 
11:06:08 [2021-05-03T11:06:08.986Z] 
11:06:08 [2021-05-03T11:06:08.986Z] DONE 197 tests, 6 skipped in 164.755s
11:06:08 [2021-05-03T11:06:08.986Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 
11:06:08 [2021-05-03T11:06:08.986Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m
11:06:08 [2021-05-03T11:06:08.986Z] ++ set -e
11:06:08 [2021-05-03T11:06:08.986Z] ++ '[' -n 0 ']'
11:06:08 [2021-05-03T11:06:08.986Z] ++ set -x
11:06:08 [2021-05-03T11:06:08.986Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m
11:06:08 [2021-05-03T11:06:08.986Z] INFO: Testing against a local daemon
11:06:08 [2021-05-03T11:06:08.986Z] === RUN   TestCommitInheritsEnv
11:06:08 [2021-05-03T11:06:08.986Z] --- PASS: TestCommitInheritsEnv (0.43s)
11:06:08 [2021-05-03T11:06:08.986Z] === RUN   TestImportExtremelyLargeImageWorks
11:06:08 [2021-05-03T11:06:08.986Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.01s)
11:06:08 [2021-05-03T11:06:08.986Z]     import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out
11:06:08 [2021-05-03T11:06:08.986Z] === RUN   TestImagesFilterMultiReference
11:06:08 [2021-05-03T11:06:08.986Z] --- PASS: TestImagesFilterMultiReference (0.10s)
11:06:08 [2021-05-03T11:06:08.986Z] === RUN   TestImagePullPlatformInvalid
11:06:08 [2021-05-03T11:06:08.986Z] --- PASS: TestImagePullPlatformInvalid (0.05s)
11:06:08 [2021-05-03T11:06:08.986Z] === RUN   TestRemoveImageOrphaning
11:06:09 [2021-05-03T11:06:09.268Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.68s)
11:06:09 [2021-05-03T11:06:09.268Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
11:06:09 [2021-05-03T11:06:09.557Z] --- PASS: TestRemoveImageOrphaning (0.40s)
11:06:09 [2021-05-03T11:06:09.557Z] === RUN   TestRemoveImageGarbageCollector
11:06:09 [2021-05-03T11:06:09.557Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
11:06:09 [2021-05-03T11:06:09.557Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
11:06:09 [2021-05-03T11:06:09.557Z] === RUN   TestTagUnprefixedRepoByNameOrName
11:06:09 [2021-05-03T11:06:09.557Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s)
11:06:09 [2021-05-03T11:06:09.557Z] === RUN   TestTagInvalidReference
11:06:09 [2021-05-03T11:06:09.557Z] --- PASS: TestTagInvalidReference (0.03s)
11:06:09 [2021-05-03T11:06:09.557Z] === RUN   TestTagValidPrefixedRepo
11:06:09 [2021-05-03T11:06:09.557Z] --- PASS: TestTagValidPrefixedRepo (0.07s)
11:06:09 [2021-05-03T11:06:09.557Z] === RUN   TestTagExistedNameWithoutForce
11:06:09 [2021-05-03T11:06:09.557Z] --- PASS: TestTagExistedNameWithoutForce (0.04s)
11:06:09 [2021-05-03T11:06:09.557Z] === RUN   TestTagOfficialNames
11:06:09 [2021-05-03T11:06:09.805Z] tests/integration/models_nodes_test.py .                                 [ 91%]
11:06:09 [2021-05-03T11:06:09.817Z] --- PASS: TestTagOfficialNames (0.08s)
11:06:09 [2021-05-03T11:06:09.817Z] === RUN   TestTagMatchesDigest
11:06:09 [2021-05-03T11:06:09.817Z] --- PASS: TestTagMatchesDigest (0.03s)
11:06:09 [2021-05-03T11:06:09.817Z] PASS
11:06:09 [2021-05-03T11:06:09.817Z] 
11:06:09 [2021-05-03T11:06:09.817Z] === Skipped
11:06:09 [2021-05-03T11:06:09.817Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.01s)
11:06:09 [2021-05-03T11:06:09.817Z]     import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out
11:06:09 [2021-05-03T11:06:09.817Z] 
11:06:09 [2021-05-03T11:06:09.817Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
11:06:09 [2021-05-03T11:06:09.817Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
11:06:09 [2021-05-03T11:06:09.817Z] 
11:06:09 [2021-05-03T11:06:09.817Z] 
11:06:09 [2021-05-03T11:06:09.817Z] DONE 12 tests, 2 skipped in 1.523s
11:06:09 [2021-05-03T11:06:09.817Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 
11:06:09 [2021-05-03T11:06:09.817Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m
11:06:09 [2021-05-03T11:06:09.817Z] ++ set -e
11:06:09 [2021-05-03T11:06:09.817Z] ++ '[' -n 0 ']'
11:06:09 [2021-05-03T11:06:09.817Z] ++ set -x
11:06:09 [2021-05-03T11:06:09.817Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m
11:06:09 [2021-05-03T11:06:09.817Z] INFO: Testing against a local daemon
11:06:09 [2021-05-03T11:06:09.817Z] === RUN   TestNetworkCreateDelete
11:06:10 [2021-05-03T11:06:10.366Z] tests/integration/models_resources_test.py .                             [ 91%]
11:06:10 [2021-05-03T11:06:10.395Z] --- PASS: TestRenameContainerWithLinkedContainer (2.89s)
11:06:10 [2021-05-03T11:06:10.395Z] === RUN   TestResize
11:06:10 [2021-05-03T11:06:10.759Z] --- PASS: TestNetworkCreateDelete (0.86s)
11:06:10 [2021-05-03T11:06:10.759Z] === RUN   TestDockerNetworkDeletePreferID
11:06:11 [2021-05-03T11:06:11.336Z] --- PASS: TestResize (1.38s)
11:06:11 [2021-05-03T11:06:11.336Z] === RUN   TestResizeWithInvalidSize
11:06:11 [2021-05-03T11:06:11.804Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.95s)
11:06:11 [2021-05-03T11:06:11.804Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
11:06:12 [2021-05-03T11:06:12.717Z] --- PASS: TestResizeWithInvalidSize (1.50s)
11:06:12 [2021-05-03T11:06:12.717Z] === RUN   TestResizeWhenContainerNotStarted
11:06:13 [2021-05-03T11:06:13.183Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.97s)
11:06:13 [2021-05-03T11:06:13.183Z] === RUN   TestAuthZPluginHeader
11:06:13 [2021-05-03T11:06:13.302Z] --- PASS: TestDockerNetworkDeletePreferID (2.39s)
11:06:13 [2021-05-03T11:06:13.302Z] === RUN   TestDaemonDNSFallback
11:06:14 [2021-05-03T11:06:14.100Z] --- PASS: TestResizeWhenContainerNotStarted (1.39s)
11:06:14 [2021-05-03T11:06:14.100Z] === RUN   TestDaemonRestartKillContainers
11:06:14 [2021-05-03T11:06:14.100Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
11:06:14 [2021-05-03T11:06:14.100Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
11:06:14 [2021-05-03T11:06:14.100Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
11:06:14 [2021-05-03T11:06:14.100Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
11:06:14 [2021-05-03T11:06:14.100Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
11:06:14 [2021-05-03T11:06:14.100Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
11:06:14 [2021-05-03T11:06:14.100Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
11:06:14 [2021-05-03T11:06:14.100Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
11:06:14 [2021-05-03T11:06:14.100Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
11:06:14 [2021-05-03T11:06:14.100Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
11:06:14 [2021-05-03T11:06:14.100Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
11:06:14 [2021-05-03T11:06:14.100Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
11:06:14 [2021-05-03T11:06:14.100Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
11:06:14 [2021-05-03T11:06:14.100Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
11:06:14 [2021-05-03T11:06:14.100Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
11:06:14 [2021-05-03T11:06:14.100Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
11:06:14 [2021-05-03T11:06:14.100Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
11:06:14 [2021-05-03T11:06:14.100Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
11:06:14 [2021-05-03T11:06:14.100Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
11:06:14 [2021-05-03T11:06:14.100Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
11:06:14 [2021-05-03T11:06:14.100Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
11:06:14 [2021-05-03T11:06:14.100Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
11:06:14 [2021-05-03T11:06:14.100Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
11:06:14 [2021-05-03T11:06:14.100Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
11:06:14 [2021-05-03T11:06:14.100Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
11:06:14 [2021-05-03T11:06:14.100Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
11:06:14 [2021-05-03T11:06:14.119Z] --- PASS: TestAuthZPluginHeader (0.87s)
11:06:14 [2021-05-03T11:06:14.119Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
11:06:16 [2021-05-03T11:06:16.421Z] tests/integration/models_services_test.py ..............X.               [ 95%]
11:06:19 [2021-05-03T11:06:19.389Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
11:06:19 [2021-05-03T11:06:19.389Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
11:06:19 [2021-05-03T11:06:19.390Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.49s)
11:06:19 [2021-05-03T11:06:19.390Z] === RUN   TestAuthZPluginV2Disable
11:06:19 [2021-05-03T11:06:19.650Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
11:06:20 [2021-05-03T11:06:20.195Z] tests/integration/models_swarm_test.py ..                                [ 96%]
11:06:20 [2021-05-03T11:06:20.195Z] tests/integration/models_volumes_test.py ..                              [ 96%]
11:06:21 [2021-05-03T11:06:21.186Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartKillWait
11:06:21 [2021-05-03T11:06:21.437Z] --- PASS: TestDaemonDNSFallback (8.12s)
11:06:21 [2021-05-03T11:06:21.437Z] === RUN   TestInspectNetwork
11:06:22 [2021-05-03T11:06:22.676Z] --- PASS: TestAuthZPluginV2Disable (3.60s)
11:06:22 [2021-05-03T11:06:22.676Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
11:06:24 [2021-05-03T11:06:24.486Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
11:06:24 [2021-05-03T11:06:24.486Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
11:06:24 [2021-05-03T11:06:24.925Z] tests/integration/regression_test.py ......                              [ 98%]
11:06:25 [2021-05-03T11:06:25.057Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartLocalVolumes
11:06:25 [2021-05-03T11:06:25.318Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
11:06:25 [2021-05-03T11:06:25.437Z] tests/integration/credentials/store_test.py ......                       [ 99%]
11:06:25 [2021-05-03T11:06:25.437Z] tests/integration/credentials/utils_test.py .                            [100%]
11:06:25 [2021-05-03T11:06:25.437Z] 
11:06:25 [2021-05-03T11:06:25.437Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
11:06:25 [2021-05-03T11:06:25.437Z] =========================== short test summary info ============================
11:06:25 [2021-05-03T11:06:25.437Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
11:06:25 [2021-05-03T11:06:25.437Z]   CONFIG_RT_GROUP_SCHED isn't enabled
11:06:25 [2021-05-03T11:06:25.437Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
11:06:25 [2021-05-03T11:06:25.437Z]   Not supported on most drivers
11:06:25 [2021-05-03T11:06:25.437Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
11:06:25 [2021-05-03T11:06:25.437Z]   Output of docker top depends on host distro, and is not formalized.
11:06:25 [2021-05-03T11:06:25.437Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
11:06:25 [2021-05-03T11:06:25.437Z]   Output of docker top depends on host distro, and is not formalized.
11:06:25 [2021-05-03T11:06:25.437Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
11:06:25 [2021-05-03T11:06:25.437Z]   Can fail if eth0 has multiple IP addresses
11:06:25 [2021-05-03T11:06:25.437Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
11:06:25 [2021-05-03T11:06:25.437Z]   This doesn't seem to be taken into account by the engine
11:06:25 [2021-05-03T11:06:25.437Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
11:06:25 [2021-05-03T11:06:25.437Z] SKIPPED [1] tests/integration/api_service_test.py:473: API version is too low (< 1.40)
11:06:25 [2021-05-03T11:06:25.437Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
11:06:25 [2021-05-03T11:06:25.437Z] = 378 passed, 3 skipped, 1 deselected, 6 xfailed, 2 xpassed in 370.36 seconds ==
11:06:25 [2021-05-03T11:06:25.692Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
11:06:25 [2021-05-03T11:06:25.963Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.71s)
11:06:25 [2021-05-03T11:06:25.963Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
11:06:26 [2021-05-03T11:06:26.723Z] === RUN   TestInspectNetwork/full_network_id
11:06:26 [2021-05-03T11:06:26.723Z] === RUN   TestInspectNetwork/partial_network_id
11:06:26 [2021-05-03T11:06:26.723Z] === RUN   TestInspectNetwork/network_name
11:06:26 [2021-05-03T11:06:26.723Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
11:06:27 [2021-05-03T11:06:27.231Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartOnFailure
11:06:27 [2021-05-03T11:06:27.802Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
11:06:27 [2021-05-03T11:06:27.803Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
11:06:28 [2021-05-03T11:06:28.412Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
11:06:28 [2021-05-03T11:06:28.683Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
11:06:30 [2021-05-03T11:06:30.921Z] --- PASS: TestInspectNetwork (9.24s)
11:06:30 [2021-05-03T11:06:30.921Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
11:06:30 [2021-05-03T11:06:30.921Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
11:06:30 [2021-05-03T11:06:30.921Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
11:06:30 [2021-05-03T11:06:30.921Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
11:06:30 [2021-05-03T11:06:30.921Z] === RUN   TestRunContainerWithBridgeNone
11:06:31 [2021-05-03T11:06:31.228Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
11:06:31 [2021-05-03T11:06:31.799Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
11:06:32 [2021-05-03T11:06:32.060Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
11:06:32 [2021-05-03T11:06:32.630Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
11:06:33 [2021-05-03T11:06:33.571Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
11:06:34 [2021-05-03T11:06:34.219Z] --- PASS: TestRunContainerWithBridgeNone (3.41s)
11:06:34 [2021-05-03T11:06:34.219Z] === RUN   TestNetworkInvalidJSON
11:06:34 [2021-05-03T11:06:34.219Z] === RUN   TestNetworkInvalidJSON//networks/create
11:06:34 [2021-05-03T11:06:34.219Z] === PAUSE TestNetworkInvalidJSON//networks/create
11:06:34 [2021-05-03T11:06:34.219Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
11:06:34 [2021-05-03T11:06:34.219Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
11:06:34 [2021-05-03T11:06:34.219Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
11:06:34 [2021-05-03T11:06:34.219Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
11:06:34 [2021-05-03T11:06:34.219Z] === CONT  TestNetworkInvalidJSON//networks/create
11:06:34 [2021-05-03T11:06:34.219Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
11:06:34 [2021-05-03T11:06:34.219Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
11:06:34 [2021-05-03T11:06:34.219Z] --- PASS: TestNetworkInvalidJSON (0.03s)
11:06:34 [2021-05-03T11:06:34.219Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
11:06:34 [2021-05-03T11:06:34.219Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
11:06:34 [2021-05-03T11:06:34.219Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
11:06:34 [2021-05-03T11:06:34.219Z] === RUN   TestNetworkList
11:06:34 [2021-05-03T11:06:34.219Z] === RUN   TestNetworkList//networks
11:06:34 [2021-05-03T11:06:34.219Z] === PAUSE TestNetworkList//networks
11:06:34 [2021-05-03T11:06:34.219Z] === RUN   TestNetworkList//networks/
11:06:34 [2021-05-03T11:06:34.219Z] === PAUSE TestNetworkList//networks/
11:06:34 [2021-05-03T11:06:34.219Z] === CONT  TestNetworkList//networks
11:06:34 [2021-05-03T11:06:34.219Z] === CONT  TestNetworkList//networks/
11:06:34 [2021-05-03T11:06:34.219Z] --- PASS: TestNetworkList (0.03s)
11:06:34 [2021-05-03T11:06:34.219Z]     --- PASS: TestNetworkList//networks (0.00s)
11:06:34 [2021-05-03T11:06:34.219Z]     --- PASS: TestNetworkList//networks/ (0.00s)
11:06:34 [2021-05-03T11:06:34.219Z] === RUN   TestHostIPv4BridgeLabel
11:06:35 [2021-05-03T11:06:35.485Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRenameContainer
11:06:35 [2021-05-03T11:06:35.602Z] --- PASS: TestHostIPv4BridgeLabel (1.45s)
11:06:35 [2021-05-03T11:06:35.602Z] === RUN   TestDaemonRestartWithLiveRestore
11:06:35 [2021-05-03T11:06:35.747Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
11:06:36 [2021-05-03T11:06:36.317Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
11:06:36 [2021-05-03T11:06:36.317Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (4.53s)
11:06:36 [2021-05-03T11:06:36.317Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (4.79s)
11:06:36 [2021-05-03T11:06:36.317Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (5.77s)
11:06:36 [2021-05-03T11:06:36.317Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (6.33s)
11:06:36 [2021-05-03T11:06:36.317Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.37s)
11:06:36 [2021-05-03T11:06:36.317Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.33s)
11:06:36 [2021-05-03T11:06:36.317Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (2.10s)
11:06:36 [2021-05-03T11:06:36.317Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (4.06s)
11:06:36 [2021-05-03T11:06:36.317Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.98s)
11:06:36 [2021-05-03T11:06:36.317Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.74s)
11:06:36 [2021-05-03T11:06:36.317Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.95s)
11:06:36 [2021-05-03T11:06:36.317Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.70s)
11:06:36 [2021-05-03T11:06:36.317Z] === RUN   TestCgroupNamespacesRun
11:06:37 [2021-05-03T11:06:37.910Z] Leaving: AppArmorNo profiles have been unloaded.
11:06:37 [2021-05-03T11:06:37.910Z] 
11:06:37 [2021-05-03T11:06:37.910Z] Unloading profiles will leave already running processes permanently
11:06:37 [2021-05-03T11:06:37.910Z] unconfined, which can lead to unexpected situations.
11:06:37 [2021-05-03T11:06:37.910Z] 
11:06:37 [2021-05-03T11:06:37.910Z] To set a process to complain mode, use the command line tool
11:06:37 [2021-05-03T11:06:37.910Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
11:06:37 [2021-05-03T11:06:37.910Z] 
11:06:38 [2021-05-03T11:06:38.147Z] --- PASS: TestDaemonRestartWithLiveRestore (2.68s)
11:06:38 [2021-05-03T11:06:38.147Z] === RUN   TestDaemonDefaultNetworkPools
Post stage
11:06:38 [2021-05-03T11:06:38.170Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.50s)
11:06:38 [2021-05-03T11:06:38.170Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
[Pipeline] junit
11:06:38 [2021-05-03T11:06:38.175Z] Recording test results
11:06:39 [2021-05-03T11:06:39.158Z] [Checks API] No suitable checks publisher found.
[Pipeline] sh
11:06:39 [2021-05-03T11:06:39.475Z] + echo Ensuring container killed.
11:06:39 [2021-05-03T11:06:39.475Z] Ensuring container killed.
11:06:39 [2021-05-03T11:06:39.475Z] + docker rm -vf docker-pr2
11:06:39 [2021-05-03T11:06:39.475Z] Error: No such container: docker-pr2
[Pipeline] sh
11:06:39 [2021-05-03T11:06:39.617Z] --- PASS: TestCgroupNamespacesRun (3.04s)
11:06:39 [2021-05-03T11:06:39.617Z] === RUN   TestCgroupNamespacesRunPrivileged
11:06:39 [2021-05-03T11:06:39.792Z] + echo Chowning /workspace to jenkins user
11:06:39 [2021-05-03T11:06:39.793Z] Chowning /workspace to jenkins user
11:06:39 [2021-05-03T11:06:39.793Z] + id -u
11:06:39 [2021-05-03T11:06:39.793Z] + id -g
11:06:39 [2021-05-03T11:06:39.793Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42329:/workspace busybox chown -R 1000:1000 /workspace
11:06:39 [2021-05-03T11:06:39.793Z] Unable to find image 'busybox:latest' locally
11:06:39 [2021-05-03T11:06:39.793Z] latest: Pulling from library/busybox
11:06:40 [2021-05-03T11:06:40.048Z] f531cdc67389: Pulling fs layer
11:06:40 [2021-05-03T11:06:40.048Z] f531cdc67389: Download complete
11:06:40 [2021-05-03T11:06:40.048Z] f531cdc67389: Pull complete
11:06:40 [2021-05-03T11:06:40.188Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork
11:06:40 [2021-05-03T11:06:40.304Z] Digest: sha256:ae39a6f5c07297d7ab64dbd4f82c77c874cc6a94cea29fdec309d0992574b4f7
11:06:40 [2021-05-03T11:06:40.304Z] Status: Downloaded newer image for busybox:latest
11:06:40 [2021-05-03T11:06:40.688Z] --- PASS: TestDaemonDefaultNetworkPools (2.25s)
11:06:40 [2021-05-03T11:06:40.688Z] === RUN   TestDaemonRestartWithExistingNetwork
11:06:41 [2021-05-03T11:06:41.570Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.23s)
11:06:41 [2021-05-03T11:06:41.570Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
11:06:42 [2021-05-03T11:06:42.010Z] + bundleName=docker-py
11:06:42 [2021-05-03T11:06:42.010Z] + echo Creating docker-py-bundles.tar.gz
11:06:42 [2021-05-03T11:06:42.010Z] Creating docker-py-bundles.tar.gz
11:06:42 [2021-05-03T11:06:42.010Z] + 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
11:06:42 [2021-05-03T11:06:42.021Z] Archiving artifacts
11:06:43 [2021-05-03T11:06:43.483Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
11:06:43 [2021-05-03T11:06:43.492Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42329/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Static)
[Pipeline] sh
11:06:43 [2021-05-03T11:06:43.892Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42329/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=19b7f7f3484697146ca76b75346365080b99a3b2 -e DOCKER_GRAPHDRIVER docker:19b7f7f3484697146ca76b75346365080b99a3b2 hack/make.sh binary-daemon
11:06:43 [2021-05-03T11:06:43.996Z] --- PASS: TestDaemonRestartWithExistingNetwork (3.59s)
11:06:43 [2021-05-03T11:06:43.996Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
11:06:44 [2021-05-03T11:06:44.453Z] 
11:06:44 [2021-05-03T11:06:44.453Z] Removing bundles/
11:06:44 [2021-05-03T11:06:44.453Z] 
11:06:44 [2021-05-03T11:06:44.453Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon)
11:06:44 [2021-05-03T11:06:44.453Z] Building: bundles/binary-daemon/dockerd-dev
11:06:44 [2021-05-03T11:06:44.453Z] GOOS="" GOARCH="" GOARM=""
11:06:44 [2021-05-03T11:06:44.867Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (3.21s)
11:06:44 [2021-05-03T11:06:44.867Z] === RUN   TestCgroupNamespacesRunHostMode
11:06:45 [2021-05-03T11:06:45.127Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
11:06:47 [2021-05-03T11:06:47.038Z] === RUN   TestDockerSuite/TestBuildCacheAdd
11:06:47 [2021-05-03T11:06:47.609Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse
11:06:47 [2021-05-03T11:06:47.869Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
11:06:48 [2021-05-03T11:06:48.129Z] --- PASS: TestCgroupNamespacesRunHostMode (3.21s)
11:06:48 [2021-05-03T11:06:48.129Z] === RUN   TestCgroupNamespacesRunPrivateMode
11:06:48 [2021-05-03T11:06:48.701Z] === RUN   TestDockerSuite/TestBuildCacheFrom
11:06:49 [2021-05-03T11:06:49.280Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (4.56s)
11:06:49 [2021-05-03T11:06:49.281Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
11:06:49 [2021-05-03T11:06:49.851Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (1.35s)
11:06:49 [2021-05-03T11:06:49.851Z] === RUN   TestServiceWithPredefinedNetwork
11:06:50 [2021-05-03T11:06:50.085Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode
11:06:51 [2021-05-03T11:06:51.026Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.85s)
11:06:51 [2021-05-03T11:06:51.026Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
11:06:53 [2021-05-03T11:06:53.148Z] --- PASS: TestServiceWithPredefinedNetwork (3.27s)
11:06:53 [2021-05-03T11:06:53.148Z] === RUN   TestServiceRemoveKeepsIngressNetwork
11:06:53 [2021-05-03T11:06:53.148Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
11:06:53 [2021-05-03T11:06:53.148Z]     service_test.go:242: FLAKY_TEST
11:06:53 [2021-05-03T11:06:53.148Z] === RUN   TestServiceWithDataPathPortInit
11:06:53 [2021-05-03T11:06:53.570Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.18s)
11:06:53 [2021-05-03T11:06:53.570Z] === RUN   TestCgroupNamespacesRunInvalidMode
11:06:53 [2021-05-03T11:06:53.830Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartUnlessStopped
11:06:54 [2021-05-03T11:06:54.400Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.37s)
11:06:54 [2021-05-03T11:06:54.400Z] === RUN   TestCgroupNamespacesRunOlderClient
11:06:54 [2021-05-03T11:06:54.973Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
11:06:56 [2021-05-03T11:06:56.249Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.94s)
11:06:56 [2021-05-03T11:06:56.249Z] PASS
11:06:56 [2021-05-03T11:06:56.249Z] 
11:06:56 [2021-05-03T11:06:56.249Z] DONE 17 tests in 54.449s
11:06:56 [2021-05-03T11:06:56.249Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
11:06:56 [2021-05-03T11:06:56.249Z] INFO: Testing against a local daemon
11:06:56 [2021-05-03T11:06:56.249Z] === RUN   TestPluginInvalidJSON
11:06:56 [2021-05-03T11:06:56.249Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
11:06:56 [2021-05-03T11:06:56.249Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
11:06:56 [2021-05-03T11:06:56.249Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
11:06:56 [2021-05-03T11:06:56.249Z] --- PASS: TestPluginInvalidJSON (0.01s)
11:06:56 [2021-05-03T11:06:56.249Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
11:06:56 [2021-05-03T11:06:56.249Z] === RUN   TestPluginInstall
11:06:56 [2021-05-03T11:06:56.249Z] === RUN   TestPluginInstall/no_auth
11:06:56 [2021-05-03T11:06:56.883Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
11:06:57 [2021-05-03T11:06:57.625Z] time="2021-05-03T11:06:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
11:06:57 [2021-05-03T11:06:57.625Z] time="2021-05-03T11:06:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ebb80e5a5880ad209c938ae86b4fb31657a83c84207d472c48865d55336f49e4" mediatype=application/vnd.docker.plugin.v1+json size=522
11:06:57 [2021-05-03T11:06:57.625Z] time="2021-05-03T11:06:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
11:06:57 [2021-05-03T11:06:57.625Z] time="2021-05-03T11:06:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ebb80e5a5880ad209c938ae86b4fb31657a83c84207d472c48865d55336f49e4" mediatype=application/vnd.docker.plugin.v1+json size=522
11:06:57 [2021-05-03T11:06:57.826Z] --- PASS: TestCgroupNamespacesRunOlderClient (3.27s)
11:06:57 [2021-05-03T11:06:57.826Z] === RUN   TestKernelTCPMemory
11:06:57 [2021-05-03T11:06:57.884Z] === RUN   TestPluginInstall/with_htpasswd
11:06:58 [2021-05-03T11:06:58.088Z] === RUN   TestDockerSuite/TestBuildCancellationKillsSleep
11:06:58 [2021-05-03T11:06:58.455Z] time="2021-05-03T11:06:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
11:06:58 [2021-05-03T11:06:58.455Z] time="2021-05-03T11:06:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8ab9f79120b7ed86a26ce6fbb7ce79b61c1f7ba03074ffafabdcc159243e4a23" mediatype=application/vnd.docker.plugin.v1+json size=522
11:06:58 [2021-05-03T11:06:58.455Z] time="2021-05-03T11:06:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
11:06:58 [2021-05-03T11:06:58.455Z] time="2021-05-03T11:06:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8ab9f79120b7ed86a26ce6fbb7ce79b61c1f7ba03074ffafabdcc159243e4a23" mediatype=application/vnd.docker.plugin.v1+json size=522
11:06:58 [2021-05-03T11:06:58.714Z] === RUN   TestPluginInstall/with_insecure
11:07:00 [2021-05-03T11:07:00.005Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
11:07:00 [2021-05-03T11:07:00.006Z] --- PASS: TestKernelTCPMemory (2.12s)
11:07:00 [2021-05-03T11:07:00.006Z] === RUN   TestNISDomainname
11:07:00 [2021-05-03T11:07:00.094Z] time="2021-05-03T11:06:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
11:07:00 [2021-05-03T11:07:00.094Z] time="2021-05-03T11:06:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f1f2c410c86ec31215295af14912dec551f641d69d165410879cc182dcc242b8" mediatype=application/vnd.docker.plugin.v1+json size=522
11:07:00 [2021-05-03T11:07:00.094Z] time="2021-05-03T11:06:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
11:07:00 [2021-05-03T11:07:00.094Z] time="2021-05-03T11:06:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f1f2c410c86ec31215295af14912dec551f641d69d165410879cc182dcc242b8" mediatype=application/vnd.docker.plugin.v1+json size=522
11:07:00 [2021-05-03T11:07:00.094Z] --- PASS: TestPluginInstall (4.59s)
11:07:00 [2021-05-03T11:07:00.094Z]     --- PASS: TestPluginInstall/no_auth (2.35s)
11:07:00 [2021-05-03T11:07:00.094Z]     --- PASS: TestPluginInstall/with_htpasswd (0.83s)
11:07:00 [2021-05-03T11:07:00.094Z]     --- PASS: TestPluginInstall/with_insecure (1.41s)
11:07:00 [2021-05-03T11:07:00.094Z]         plugin_test.go:165: [d78431a154023] daemon is not started
11:07:00 [2021-05-03T11:07:00.094Z] === RUN   TestPluginsWithRuntimes
11:07:02 [2021-05-03T11:07:02.000Z] === RUN   TestPluginsWithRuntimes/No_Args
11:07:02 [2021-05-03T11:07:02.552Z] --- PASS: TestNISDomainname (2.29s)
11:07:02 [2021-05-03T11:07:02.552Z] === RUN   TestHostnameDnsResolution
11:07:03 [2021-05-03T11:07:03.377Z] === RUN   TestPluginsWithRuntimes/With_Args
11:07:05 [2021-05-03T11:07:05.099Z] --- PASS: TestHostnameDnsResolution (2.95s)
11:07:05 [2021-05-03T11:07:05.099Z] === RUN   TestStats
11:07:05 [2021-05-03T11:07:05.283Z] --- PASS: TestPluginsWithRuntimes (5.01s)
11:07:05 [2021-05-03T11:07:05.283Z]     --- PASS: TestPluginsWithRuntimes/No_Args (1.55s)
11:07:05 [2021-05-03T11:07:05.283Z]     --- PASS: TestPluginsWithRuntimes/With_Args (1.56s)
11:07:05 [2021-05-03T11:07:05.283Z] === RUN   TestPluginBackCompatMediaTypes
11:07:05 [2021-05-03T11:07:05.852Z] --- PASS: TestPluginBackCompatMediaTypes (0.75s)
11:07:05 [2021-05-03T11:07:05.852Z] PASS
11:07:05 [2021-05-03T11:07:05.852Z] 
11:07:05 [2021-05-03T11:07:05.852Z] DONE 10 tests in 10.409s
11:07:05 [2021-05-03T11:07:05.852Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
11:07:05 [2021-05-03T11:07:05.852Z] INFO: Testing against a local daemon
11:07:05 [2021-05-03T11:07:05.852Z] === RUN   TestExternalGraphDriver
11:07:06 [2021-05-03T11:07:06.111Z] === RUN   TestExternalGraphDriver/json
11:07:08 [2021-05-03T11:07:08.589Z] --- PASS: TestStats (3.17s)
11:07:08 [2021-05-03T11:07:08.589Z] === RUN   TestStopContainerWithTimeout
11:07:08 [2021-05-03T11:07:08.589Z] === RUN   TestStopContainerWithTimeout/0
11:07:08 [2021-05-03T11:07:08.589Z] === PAUSE TestStopContainerWithTimeout/0
11:07:08 [2021-05-03T11:07:08.589Z] === RUN   TestStopContainerWithTimeout/1
11:07:08 [2021-05-03T11:07:08.589Z] === PAUSE TestStopContainerWithTimeout/1
11:07:08 [2021-05-03T11:07:08.589Z] === RUN   TestStopContainerWithTimeout/3
11:07:08 [2021-05-03T11:07:08.589Z] === PAUSE TestStopContainerWithTimeout/3
11:07:08 [2021-05-03T11:07:08.589Z] === RUN   TestStopContainerWithTimeout/-1
11:07:08 [2021-05-03T11:07:08.589Z] === PAUSE TestStopContainerWithTimeout/-1
11:07:08 [2021-05-03T11:07:08.589Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
11:07:08 [2021-05-03T11:07:08.589Z] === CONT  TestStopContainerWithTimeout/0
11:07:08 [2021-05-03T11:07:08.589Z] === CONT  TestStopContainerWithTimeout/-1
11:07:08 [2021-05-03T11:07:08.647Z] === RUN   TestExternalGraphDriver/spec
11:07:09 [2021-05-03T11:07:09.975Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer
11:07:10 [2021-05-03T11:07:10.547Z] === CONT  TestStopContainerWithTimeout/3
11:07:11 [2021-05-03T11:07:11.184Z] === RUN   TestExternalGraphDriver/pull
11:07:11 [2021-05-03T11:07:11.260Z] --- PASS: TestServiceWithDataPathPortInit (17.74s)
11:07:11 [2021-05-03T11:07:11.260Z] === RUN   TestServiceWithDefaultAddressPoolInit
11:07:11 [2021-05-03T11:07:11.934Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
11:07:12 [2021-05-03T11:07:12.505Z] === CONT  TestStopContainerWithTimeout/1
11:07:12 [2021-05-03T11:07:12.505Z] === RUN   TestDockerSuite/TestBuildClearCmd
11:07:13 [2021-05-03T11:07:13.448Z] === RUN   TestDockerSuite/TestBuildCmd
11:07:13 [2021-05-03T11:07:13.709Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
11:07:13 [2021-05-03T11:07:13.719Z] --- PASS: TestExternalGraphDriver (7.29s)
11:07:13 [2021-05-03T11:07:13.719Z]     --- PASS: TestExternalGraphDriver/json (2.50s)
11:07:13 [2021-05-03T11:07:13.719Z]     --- PASS: TestExternalGraphDriver/spec (2.58s)
11:07:13 [2021-05-03T11:07:13.719Z]     --- PASS: TestExternalGraphDriver/pull (2.05s)
11:07:13 [2021-05-03T11:07:13.719Z] === RUN   TestGraphdriverPluginV2
11:07:13 [2021-05-03T11:07:13.971Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
11:07:14 [2021-05-03T11:07:14.232Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
11:07:14 [2021-05-03T11:07:14.232Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
11:07:14 [2021-05-03T11:07:14.494Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange
11:07:14 [2021-05-03T11:07:14.754Z] --- PASS: TestStopContainerWithTimeout (0.02s)
11:07:14 [2021-05-03T11:07:14.754Z]     --- PASS: TestStopContainerWithTimeout/0 (2.36s)
11:07:14 [2021-05-03T11:07:14.754Z]     --- PASS: TestStopContainerWithTimeout/-1 (4.22s)
11:07:14 [2021-05-03T11:07:14.754Z]     --- PASS: TestStopContainerWithTimeout/3 (3.29s)
11:07:14 [2021-05-03T11:07:14.754Z]     --- PASS: TestStopContainerWithTimeout/1 (2.26s)
11:07:14 [2021-05-03T11:07:14.754Z] === RUN   TestDeleteDevicemapper
11:07:14 [2021-05-03T11:07:14.754Z] --- SKIP: TestDeleteDevicemapper (0.00s)
11:07:14 [2021-05-03T11:07:14.754Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
11:07:14 [2021-05-03T11:07:14.754Z] === RUN   TestStopContainerWithRestartPolicyAlways
11:07:15 [2021-05-03T11:07:15.326Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
11:07:17 [2021-05-03T11:07:17.905Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning
11:07:17 [2021-05-03T11:07:17.910Z] --- PASS: TestGraphdriverPluginV2 (4.54s)
11:07:17 [2021-05-03T11:07:17.911Z] PASS
11:07:17 [2021-05-03T11:07:17.911Z] 
11:07:17 [2021-05-03T11:07:17.911Z] DONE 5 tests in 11.916s
11:07:17 [2021-05-03T11:07:17.911Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
11:07:17 [2021-05-03T11:07:17.911Z] INFO: Testing against a local daemon
11:07:17 [2021-05-03T11:07:17.911Z] === RUN   TestContinueAfterPluginCrash
11:07:17 [2021-05-03T11:07:17.911Z] === PAUSE TestContinueAfterPluginCrash
11:07:17 [2021-05-03T11:07:17.911Z] === RUN   TestReadPluginNoRead
11:07:17 [2021-05-03T11:07:17.911Z] === PAUSE TestReadPluginNoRead
11:07:17 [2021-05-03T11:07:17.911Z] === RUN   TestDaemonStartWithLogOpt
11:07:17 [2021-05-03T11:07:17.911Z] === PAUSE TestDaemonStartWithLogOpt
11:07:17 [2021-05-03T11:07:17.911Z] === CONT  TestContinueAfterPluginCrash
11:07:17 [2021-05-03T11:07:17.911Z] === CONT  TestDaemonStartWithLogOpt
11:07:21 [2021-05-03T11:07:21.208Z] --- PASS: TestStopContainerWithRestartPolicyAlways (6.44s)
11:07:21 [2021-05-03T11:07:21.208Z] === RUN   TestUpdateMemory
11:07:21 [2021-05-03T11:07:21.208Z] --- SKIP: TestUpdateMemory (0.00s)
11:07:21 [2021-05-03T11:07:21.208Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
11:07:21 [2021-05-03T11:07:21.208Z] === RUN   TestUpdateCPUQuota
11:07:21 [2021-05-03T11:07:21.260Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.04s)
11:07:21 [2021-05-03T11:07:21.260Z]     service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:kxpxpzhauk8txbekfyohb09c9 Created:2021-05-03 11:07:12.455586709 +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[1717d072d82135f7e84ce75201fd0f32dd0b858ca3312f3e6e5ab7603dddae7f:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.s6labtvlayns0dhcwo9stng4s EndpointID:5038d73e223f81ddb1e811d147bb058ffe4025371607eab67b6a01a6c000e8f9 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:268cef7ccba5af9beb4bee3172dfa4c32899aa8f5be993e3f07398421903a454 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:29a7f4f75563 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.s6labtvlayns0dhcwo9stng4s EndpointID:5038d73e223f81ddb1e811d147bb058ffe4025371607eab67b6a01a6c000e8f9 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
11:07:21 [2021-05-03T11:07:21.260Z] PASS
11:07:21 [2021-05-03T11:07:21.260Z] 
11:07:21 [2021-05-03T11:07:21.260Z] === Skipped
11:07:21 [2021-05-03T11:07:21.260Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
11:07:21 [2021-05-03T11:07:21.260Z]     service_test.go:242: FLAKY_TEST
11:07:21 [2021-05-03T11:07:21.260Z] 
11:07:21 [2021-05-03T11:07:21.260Z] 
11:07:21 [2021-05-03T11:07:21.260Z] DONE 26 tests, 1 skipped in 70.163s
11:07:21 [2021-05-03T11:07:21.260Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
11:07:21 [2021-05-03T11:07:21.260Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
11:07:21 [2021-05-03T11:07:21.260Z] ++ set -e
11:07:21 [2021-05-03T11:07:21.260Z] ++ '[' -n 0 ']'
11:07:21 [2021-05-03T11:07:21.260Z] ++ set -x
11:07:21 [2021-05-03T11:07:21.260Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
11:07:21 [2021-05-03T11:07:21.260Z] INFO: Testing against a local daemon
11:07:21 [2021-05-03T11:07:21.260Z] === RUN   TestDockerNetworkIpvlanPersistance
11:07:21 [2021-05-03T11:07:21.260Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s)
11:07:21 [2021-05-03T11:07:21.260Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
11:07:21 [2021-05-03T11:07:21.260Z] === RUN   TestDockerNetworkIpvlan
11:07:21 [2021-05-03T11:07:21.260Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
11:07:21 [2021-05-03T11:07:21.260Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
11:07:21 [2021-05-03T11:07:21.260Z] PASS
11:07:21 [2021-05-03T11:07:21.260Z] 
11:07:21 [2021-05-03T11:07:21.260Z] === Skipped
11:07:21 [2021-05-03T11:07:21.260Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s)
11:07:21 [2021-05-03T11:07:21.260Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
11:07:21 [2021-05-03T11:07:21.260Z] 
11:07:21 [2021-05-03T11:07:21.260Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
11:07:21 [2021-05-03T11:07:21.260Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
11:07:21 [2021-05-03T11:07:21.260Z] 
11:07:21 [2021-05-03T11:07:21.260Z] 
11:07:21 [2021-05-03T11:07:21.260Z] DONE 2 tests, 2 skipped in 0.147s
11:07:21 [2021-05-03T11:07:21.260Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
11:07:21 [2021-05-03T11:07:21.260Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
11:07:21 [2021-05-03T11:07:21.260Z] ++ set -e
11:07:21 [2021-05-03T11:07:21.260Z] ++ '[' -n 0 ']'
11:07:21 [2021-05-03T11:07:21.260Z] ++ set -x
11:07:21 [2021-05-03T11:07:21.260Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
11:07:21 [2021-05-03T11:07:21.260Z] INFO: Testing against a local daemon
11:07:21 [2021-05-03T11:07:21.260Z] === RUN   TestDockerNetworkMacvlanPersistance
11:07:21 [2021-05-03T11:07:21.781Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways
11:07:22 [2021-05-03T11:07:22.148Z] --- PASS: TestDaemonStartWithLogOpt (4.35s)
11:07:22 [2021-05-03T11:07:22.148Z] === CONT  TestReadPluginNoRead
11:07:23 [2021-05-03T11:07:23.694Z] === RUN   TestDockerSuite/TestBuildConditionalCache
11:07:23 [2021-05-03T11:07:23.806Z] --- PASS: TestDockerNetworkMacvlanPersistance (3.41s)
11:07:23 [2021-05-03T11:07:23.806Z] === RUN   TestDockerNetworkMacvlan
11:07:24 [2021-05-03T11:07:24.638Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
11:07:25 [2021-05-03T11:07:25.191Z] === RUN   TestDockerNetworkMacvlan/Subinterface
11:07:25 [2021-05-03T11:07:25.438Z] === RUN   TestReadPluginNoRead/default
11:07:25 [2021-05-03T11:07:25.581Z] === RUN   TestDockerSuite/TestBuildContextCleanup
11:07:25 [2021-05-03T11:07:25.842Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
11:07:26 [2021-05-03T11:07:26.104Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize
11:07:26 [2021-05-03T11:07:26.104Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize
11:07:26 [2021-05-03T11:07:26.104Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer
11:07:26 [2021-05-03T11:07:26.816Z] === RUN   TestReadPluginNoRead/disabled_caching
11:07:27 [2021-05-03T11:07:27.047Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
11:07:27 [2021-05-03T11:07:27.105Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
11:07:27 [2021-05-03T11:07:27.307Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
11:07:27 [2021-05-03T11:07:27.384Z] --- PASS: TestContinueAfterPluginCrash (9.64s)
11:07:27 [2021-05-03T11:07:27.880Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
11:07:28 [2021-05-03T11:07:28.321Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
11:07:28 [2021-05-03T11:07:28.490Z] === RUN   TestDockerNetworkMacvlan/NilParent
11:07:29 [2021-05-03T11:07:29.701Z] --- PASS: TestReadPluginNoRead (7.54s)
11:07:29 [2021-05-03T11:07:29.702Z]     --- PASS: TestReadPluginNoRead/default (1.62s)
11:07:29 [2021-05-03T11:07:29.702Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.65s)
11:07:29 [2021-05-03T11:07:29.702Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.55s)
11:07:29 [2021-05-03T11:07:29.702Z]     read_test.go:92: [d52e478472010] daemon is not started
11:07:29 [2021-05-03T11:07:29.702Z] PASS
11:07:29 [2021-05-03T11:07:29.702Z] 
11:07:29 [2021-05-03T11:07:29.702Z] DONE 6 tests in 11.936s
11:07:29 [2021-05-03T11:07:29.702Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
11:07:29 [2021-05-03T11:07:29.702Z] testing: warning: no tests to run
11:07:29 [2021-05-03T11:07:29.702Z] PASS
11:07:29 [2021-05-03T11:07:29.702Z] 
11:07:29 [2021-05-03T11:07:29.702Z] DONE 0 tests in 0.007s
11:07:29 [2021-05-03T11:07:29.702Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
11:07:29 [2021-05-03T11:07:29.702Z] INFO: Testing against a local daemon
11:07:29 [2021-05-03T11:07:29.702Z] === RUN   TestPluginWithDevMounts
11:07:29 [2021-05-03T11:07:29.702Z] === PAUSE TestPluginWithDevMounts
11:07:29 [2021-05-03T11:07:29.702Z] === CONT  TestPluginWithDevMounts
11:07:31 [2021-05-03T11:07:31.184Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithLinks
11:07:31 [2021-05-03T11:07:31.446Z] --- PASS: TestUpdateCPUQuota (10.29s)
11:07:31 [2021-05-03T11:07:31.446Z] === RUN   TestUpdatePidsLimit
11:07:31 [2021-05-03T11:07:31.446Z] === RUN   TestUpdatePidsLimit/update_from_none
11:07:31 [2021-05-03T11:07:31.608Z] --- PASS: TestPluginWithDevMounts (1.73s)
11:07:31 [2021-05-03T11:07:31.608Z] PASS
11:07:31 [2021-05-03T11:07:31.608Z] 
11:07:31 [2021-05-03T11:07:31.608Z] DONE 1 tests in 1.779s
11:07:31 [2021-05-03T11:07:31.608Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
11:07:31 [2021-05-03T11:07:31.608Z] INFO: Testing against a local daemon
11:07:31 [2021-05-03T11:07:31.608Z] === RUN   TestSecretInspect
11:07:32 [2021-05-03T11:07:32.697Z] === RUN   TestDockerNetworkMacvlan/InternalMode
11:07:33 [2021-05-03T11:07:33.365Z] === RUN   TestUpdatePidsLimit/no_change
11:07:34 [2021-05-03T11:07:34.145Z] --- PASS: TestSecretInspect (2.50s)
11:07:34 [2021-05-03T11:07:34.145Z] === RUN   TestSecretList
11:07:34 [2021-05-03T11:07:34.750Z] === RUN   TestUpdatePidsLimit/update_lower
11:07:35 [2021-05-03T11:07:35.691Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
11:07:36 [2021-05-03T11:07:36.679Z] --- PASS: TestSecretList (2.46s)
11:07:36 [2021-05-03T11:07:36.679Z] === RUN   TestSecretsCreateAndDelete
11:07:36 [2021-05-03T11:07:36.900Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
11:07:37 [2021-05-03T11:07:37.603Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
11:07:38 [2021-05-03T11:07:38.543Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithNames
11:07:38 [2021-05-03T11:07:38.804Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
11:07:39 [2021-05-03T11:07:39.212Z] --- PASS: TestSecretsCreateAndDelete (2.46s)
11:07:39 [2021-05-03T11:07:39.212Z] === RUN   TestSecretsUpdate
11:07:40 [2021-05-03T11:07:40.188Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
11:07:41 [2021-05-03T11:07:41.746Z] --- PASS: TestSecretsUpdate (2.47s)
11:07:41 [2021-05-03T11:07:41.746Z] === RUN   TestTemplatedSecret
11:07:42 [2021-05-03T11:07:42.731Z] --- PASS: TestUpdatePidsLimit (10.95s)
11:07:42 [2021-05-03T11:07:42.731Z]     --- PASS: TestUpdatePidsLimit/update_from_none (1.50s)
11:07:42 [2021-05-03T11:07:42.731Z]     --- PASS: TestUpdatePidsLimit/no_change (1.53s)
11:07:42 [2021-05-03T11:07:42.731Z]     --- PASS: TestUpdatePidsLimit/update_lower (1.23s)
11:07:42 [2021-05-03T11:07:42.731Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (1.55s)
11:07:42 [2021-05-03T11:07:42.731Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (1.41s)
11:07:42 [2021-05-03T11:07:42.731Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (1.36s)
11:07:42 [2021-05-03T11:07:42.731Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (1.48s)
11:07:42 [2021-05-03T11:07:42.731Z] === RUN   TestUpdateRestartPolicy
11:07:43 [2021-05-03T11:07:43.673Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer
11:07:44 [2021-05-03T11:07:44.244Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
11:07:44 [2021-05-03T11:07:44.815Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
11:07:45 [2021-05-03T11:07:45.036Z] --- PASS: TestTemplatedSecret (3.43s)
11:07:45 [2021-05-03T11:07:45.036Z] === RUN   TestSecretCreateResolve
11:07:45 [2021-05-03T11:07:45.036Z] === RUN   TestDockerNetworkMacvlan/Addressing
11:07:45 [2021-05-03T11:07:45.757Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
11:07:46 [2021-05-03T11:07:46.943Z] --- PASS: TestSecretCreateResolve (2.10s)
11:07:46 [2021-05-03T11:07:46.943Z] PASS
11:07:46 [2021-05-03T11:07:46.943Z] 
11:07:46 [2021-05-03T11:07:46.943Z] DONE 6 tests in 15.454s
11:07:46 [2021-05-03T11:07:46.943Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
11:07:46 [2021-05-03T11:07:46.943Z] INFO: Testing against a local daemon
11:07:46 [2021-05-03T11:07:46.943Z] === RUN   TestServiceCreateInit
11:07:46 [2021-05-03T11:07:46.943Z] === RUN   TestServiceCreateInit/daemonInitDisabled
11:07:46 [2021-05-03T11:07:46.948Z] --- PASS: TestDockerNetworkMacvlan (23.02s)
11:07:46 [2021-05-03T11:07:46.948Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.19s)
11:07:46 [2021-05-03T11:07:46.948Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.20s)
11:07:46 [2021-05-03T11:07:46.948Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (2.43s)
11:07:46 [2021-05-03T11:07:46.948Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (2.57s)
11:07:46 [2021-05-03T11:07:46.948Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.71s)
11:07:46 [2021-05-03T11:07:46.948Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.75s)
11:07:46 [2021-05-03T11:07:46.948Z] PASS
11:07:46 [2021-05-03T11:07:46.948Z] 
11:07:46 [2021-05-03T11:07:46.948Z] DONE 8 tests in 26.577s
11:07:46 [2021-05-03T11:07:46.948Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 
11:07:46 [2021-05-03T11:07:46.948Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m
11:07:46 [2021-05-03T11:07:46.948Z] ++ set -e
11:07:46 [2021-05-03T11:07:46.948Z] ++ '[' -n 0 ']'
11:07:46 [2021-05-03T11:07:46.948Z] ++ set -x
11:07:46 [2021-05-03T11:07:46.948Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m
11:07:46 [2021-05-03T11:07:46.948Z] testing: warning: no tests to run
11:07:46 [2021-05-03T11:07:46.948Z] PASS
11:07:46 [2021-05-03T11:07:46.948Z] 
11:07:46 [2021-05-03T11:07:46.948Z] DONE 0 tests in 0.030s
11:07:46 [2021-05-03T11:07:46.948Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
11:07:46 [2021-05-03T11:07:46.948Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
11:07:46 [2021-05-03T11:07:46.948Z] ++ set -e
11:07:46 [2021-05-03T11:07:46.948Z] ++ '[' -n 0 ']'
11:07:46 [2021-05-03T11:07:46.948Z] ++ set -x
11:07:46 [2021-05-03T11:07:46.948Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
11:07:46 [2021-05-03T11:07:46.948Z] INFO: Testing against a local daemon
11:07:46 [2021-05-03T11:07:46.948Z] === RUN   TestAuthZPluginAllowRequest
11:07:48 [2021-05-03T11:07:48.304Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled
11:07:49 [2021-05-03T11:07:49.249Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
11:07:49 [2021-05-03T11:07:49.492Z] --- PASS: TestAuthZPluginAllowRequest (2.32s)
11:07:49 [2021-05-03T11:07:49.492Z] === RUN   TestAuthZPluginTLS
11:07:50 [2021-05-03T11:07:50.434Z] --- PASS: TestAuthZPluginTLS (1.18s)
11:07:50 [2021-05-03T11:07:50.434Z] === RUN   TestAuthZPluginDenyRequest
11:07:51 [2021-05-03T11:07:51.797Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled
11:07:51 [2021-05-03T11:07:51.818Z] --- PASS: TestAuthZPluginDenyRequest (1.16s)
11:07:51 [2021-05-03T11:07:51.818Z] === RUN   TestAuthZPluginAPIDenyResponse
11:07:52 [2021-05-03T11:07:52.220Z] === RUN   TestServiceCreateInit/daemonInitEnabled
11:07:52 [2021-05-03T11:07:52.759Z] --- PASS: TestAuthZPluginAPIDenyResponse (1.17s)
11:07:52 [2021-05-03T11:07:52.759Z] === RUN   TestAuthZPluginDenyResponse
11:07:53 [2021-05-03T11:07:53.711Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
11:07:54 [2021-05-03T11:07:54.144Z] --- PASS: TestAuthZPluginDenyResponse (1.16s)
11:07:54 [2021-05-03T11:07:54.144Z] === RUN   TestAuthZPluginAllowEventStream
11:07:55 [2021-05-03T11:07:55.096Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
11:07:55 [2021-05-03T11:07:55.096Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
11:07:55 [2021-05-03T11:07:55.096Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
11:07:55 [2021-05-03T11:07:55.096Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
11:07:55 [2021-05-03T11:07:55.096Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
11:07:55 [2021-05-03T11:07:55.669Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts
11:07:56 [2021-05-03T11:07:56.059Z] --- PASS: TestAuthZPluginAllowEventStream (2.21s)
11:07:56 [2021-05-03T11:07:56.059Z] === RUN   TestAuthZPluginErrorResponse
11:07:57 [2021-05-03T11:07:57.443Z] --- PASS: TestAuthZPluginErrorResponse (1.16s)
11:07:57 [2021-05-03T11:07:57.443Z] === RUN   TestAuthZPluginErrorRequest
11:07:57 [2021-05-03T11:07:57.495Z] --- PASS: TestServiceCreateInit (9.60s)
11:07:57 [2021-05-03T11:07:57.495Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (4.67s)
11:07:57 [2021-05-03T11:07:57.495Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (4.91s)
11:07:57 [2021-05-03T11:07:57.495Z] === RUN   TestCreateServiceMultipleTimes
11:07:57 [2021-05-03T11:07:57.584Z] --- PASS: TestUpdateRestartPolicy (15.17s)
11:07:57 [2021-05-03T11:07:57.585Z] === RUN   TestUpdateRestartWithAutoRemove
11:07:58 [2021-05-03T11:07:58.387Z] --- PASS: TestAuthZPluginErrorRequest (1.14s)
11:07:58 [2021-05-03T11:07:58.387Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
11:07:58 [2021-05-03T11:07:58.971Z] --- PASS: TestUpdateRestartWithAutoRemove (1.33s)
11:07:58 [2021-05-03T11:07:58.971Z] === RUN   TestWaitNonBlocked
11:07:58 [2021-05-03T11:07:58.971Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
11:07:58 [2021-05-03T11:07:58.971Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
11:07:58 [2021-05-03T11:07:58.971Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
11:07:58 [2021-05-03T11:07:58.971Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
11:07:58 [2021-05-03T11:07:58.971Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
11:07:58 [2021-05-03T11:07:58.971Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
11:07:59 [2021-05-03T11:07:59.800Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (1.16s)
11:07:59 [2021-05-03T11:07:59.800Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
11:08:00 [2021-05-03T11:08:00.931Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
11:08:00 [2021-05-03T11:08:00.931Z] --- PASS: TestWaitNonBlocked (0.03s)
11:08:00 [2021-05-03T11:08:00.931Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.84s)
11:08:00 [2021-05-03T11:08:00.931Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.97s)
11:08:00 [2021-05-03T11:08:00.931Z] === RUN   TestWaitBlocked
11:08:00 [2021-05-03T11:08:00.931Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
11:08:00 [2021-05-03T11:08:00.931Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
11:08:00 [2021-05-03T11:08:00.931Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
11:08:00 [2021-05-03T11:08:00.931Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
11:08:00 [2021-05-03T11:08:00.931Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
11:08:00 [2021-05-03T11:08:00.931Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
11:08:02 [2021-05-03T11:08:02.317Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume
11:08:02 [2021-05-03T11:08:02.531Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.84s)
11:08:02 [2021-05-03T11:08:02.531Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
11:08:03 [2021-05-03T11:08:03.260Z] --- PASS: TestWaitBlocked (0.07s)
11:08:03 [2021-05-03T11:08:03.260Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (2.03s)
11:08:03 [2021-05-03T11:08:03.260Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (2.27s)
11:08:03 [2021-05-03T11:08:03.260Z] === CONT  TestContainerStartOnDaemonRestart
11:08:03 [2021-05-03T11:08:03.260Z] === CONT  TestContainerKillOnDaemonStart
11:08:05 [2021-05-03T11:08:05.078Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.67s)
11:08:05 [2021-05-03T11:08:05.078Z] === RUN   TestAuthZPluginHeader
11:08:05 [2021-05-03T11:08:05.856Z] Created binary: bundles/binary-daemon/dockerd-dev
11:08:05 [2021-05-03T11:08:05.856Z] Copying nested executables into bundles/binary-daemon
11:08:06 [2021-05-03T11:08:06.418Z] 
11:08:06 [2021-05-03T11:08:06.463Z] --- PASS: TestAuthZPluginHeader (1.49s)
11:08:06 [2021-05-03T11:08:06.463Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
11:08:06 [2021-05-03T11:08:06.463Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
11:08:06 [2021-05-03T11:08:06.463Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
11:08:06 [2021-05-03T11:08:06.463Z] === RUN   TestAuthZPluginV2Disable
11:08:06 [2021-05-03T11:08:06.463Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
11:08:06 [2021-05-03T11:08:06.463Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
11:08:06 [2021-05-03T11:08:06.463Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
11:08:06 [2021-05-03T11:08:06.463Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
11:08:06 [2021-05-03T11:08:06.463Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
11:08:06 [2021-05-03T11:08:06.463Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
11:08:06 [2021-05-03T11:08:06.463Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
11:08:06 [2021-05-03T11:08:06.463Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
11:08:06 [2021-05-03T11:08:06.463Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
11:08:08 [2021-05-03T11:08:08.597Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
11:08:08 [2021-05-03T11:08:08.861Z] --- PASS: TestContainerStartOnDaemonRestart (5.50s)
11:08:08 [2021-05-03T11:08:08.861Z] === CONT  TestIpcModeOlderClient
11:08:08 [2021-05-03T11:08:08.861Z] --- PASS: TestIpcModeOlderClient (0.09s)
11:08:08 [2021-05-03T11:08:08.861Z] === CONT  TestDaemonHostGatewayIP
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Cross)
[Pipeline] sh
11:08:10 [2021-05-03T11:08:10.052Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42329/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=19b7f7f3484697146ca76b75346365080b99a3b2 -e DOCKER_GRAPHDRIVER docker:19b7f7f3484697146ca76b75346365080b99a3b2 hack/make.sh cross
11:08:10 [2021-05-03T11:08:10.248Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer
11:08:10 [2021-05-03T11:08:10.619Z] 
11:08:10 [2021-05-03T11:08:10.619Z] Removing bundles/
11:08:10 [2021-05-03T11:08:10.619Z] 
11:08:10 [2021-05-03T11:08:10.619Z] ---> Making bundle: cross (in bundles/cross)
11:08:10 [2021-05-03T11:08:10.619Z] Cross building: bundles/cross/linux/amd64
11:08:10 [2021-05-03T11:08:10.619Z] Building: bundles/cross/linux/amd64/dockerd-dev
11:08:10 [2021-05-03T11:08:10.619Z] GOOS="linux" GOARCH="amd64" GOARM=""
11:08:12 [2021-05-03T11:08:12.793Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
11:08:13 [2021-05-03T11:08:13.363Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
11:08:13 [2021-05-03T11:08:13.624Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs
11:08:15 [2021-05-03T11:08:15.011Z] --- PASS: TestDaemonHostGatewayIP (6.10s)
11:08:15 [2021-05-03T11:08:15.011Z] === CONT  TestRestartDaemonWithRestartingContainer
11:08:15 [2021-05-03T11:08:15.734Z] --- PASS: TestCreateServiceMultipleTimes (18.26s)
11:08:15 [2021-05-03T11:08:15.734Z] === RUN   TestCreateServiceConflict
11:08:17 [2021-05-03T11:08:17.638Z] --- PASS: TestCreateServiceConflict (2.44s)
11:08:17 [2021-05-03T11:08:17.638Z] === RUN   TestCreateServiceMaxReplicas
11:08:19 [2021-05-03T11:08:19.219Z] --- PASS: TestContainerKillOnDaemonStart (15.43s)
11:08:19 [2021-05-03T11:08:19.219Z] === CONT  TestDaemonRestartIpcMode
11:08:19 [2021-05-03T11:08:19.479Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins
11:08:20 [2021-05-03T11:08:20.931Z] --- PASS: TestCreateServiceMaxReplicas (3.37s)
11:08:20 [2021-05-03T11:08:20.931Z] === RUN   TestCreateWithDuplicateNetworkNames
11:08:21 [2021-05-03T11:08:21.393Z] --- PASS: TestRestartDaemonWithRestartingContainer (6.36s)
11:08:21 [2021-05-03T11:08:21.654Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
11:08:24 [2021-05-03T11:08:24.200Z] --- PASS: TestDaemonRestartIpcMode (5.33s)
11:08:24 [2021-05-03T11:08:24.200Z] PASS
11:08:24 [2021-05-03T11:08:24.200Z] 
11:08:24 [2021-05-03T11:08:24.200Z] === Skipped
11:08:24 [2021-05-03T11:08:24.200Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
11:08:24 [2021-05-03T11:08:24.200Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
11:08:24 [2021-05-03T11:08:24.200Z] 
11:08:24 [2021-05-03T11:08:24.200Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
11:08:24 [2021-05-03T11:08:24.200Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
11:08:24 [2021-05-03T11:08:24.200Z] 
11:08:24 [2021-05-03T11:08:24.200Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
11:08:24 [2021-05-03T11:08:24.200Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
11:08:24 [2021-05-03T11:08:24.200Z] 
11:08:24 [2021-05-03T11:08:24.200Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
11:08:24 [2021-05-03T11:08:24.200Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
11:08:24 [2021-05-03T11:08:24.200Z] 
11:08:24 [2021-05-03T11:08:24.200Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
11:08:24 [2021-05-03T11:08:24.200Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
11:08:24 [2021-05-03T11:08:24.200Z] 
11:08:24 [2021-05-03T11:08:24.200Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
11:08:24 [2021-05-03T11:08:24.200Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
11:08:24 [2021-05-03T11:08:24.200Z] 
11:08:24 [2021-05-03T11:08:24.200Z] 
11:08:24 [2021-05-03T11:08:24.200Z] DONE 197 tests, 6 skipped in 249.973s
11:08:24 [2021-05-03T11:08:24.200Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
11:08:24 [2021-05-03T11:08:24.200Z] ++ 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
11:08:24 [2021-05-03T11:08:24.200Z] ++ set -e
11:08:24 [2021-05-03T11:08:24.200Z] ++ '[' -n 0 ']'
11:08:24 [2021-05-03T11:08:24.200Z] ++ set -x
11:08:24 [2021-05-03T11:08:24.200Z] ++ 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
11:08:24 [2021-05-03T11:08:24.200Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeout
11:08:24 [2021-05-03T11:08:24.461Z] INFO: Testing against a local daemon
11:08:24 [2021-05-03T11:08:24.461Z] === RUN   TestCommitInheritsEnv
11:08:24 [2021-05-03T11:08:24.723Z] --- PASS: TestCommitInheritsEnv (0.44s)
11:08:24 [2021-05-03T11:08:24.723Z] === RUN   TestImportExtremelyLargeImageWorks
11:08:24 [2021-05-03T11:08:24.723Z] === PAUSE TestImportExtremelyLargeImageWorks
11:08:24 [2021-05-03T11:08:24.723Z] === RUN   TestImagesFilterMultiReference
11:08:24 [2021-05-03T11:08:24.984Z] --- PASS: TestImagesFilterMultiReference (0.12s)
11:08:24 [2021-05-03T11:08:24.984Z] === RUN   TestImagePullPlatformInvalid
11:08:24 [2021-05-03T11:08:24.984Z] --- PASS: TestImagePullPlatformInvalid (0.03s)
11:08:24 [2021-05-03T11:08:24.984Z] === RUN   TestRemoveImageOrphaning
11:08:25 [2021-05-03T11:08:25.556Z] --- PASS: TestRemoveImageOrphaning (0.52s)
11:08:25 [2021-05-03T11:08:25.556Z] === RUN   TestRemoveImageGarbageCollector
11:08:26 [2021-05-03T11:08:26.499Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile
11:08:28 [2021-05-03T11:08:28.414Z] --- PASS: TestRemoveImageGarbageCollector (2.79s)
11:08:28 [2021-05-03T11:08:28.414Z] === RUN   TestTagUnprefixedRepoByNameOrName
11:08:28 [2021-05-03T11:08:28.414Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
11:08:28 [2021-05-03T11:08:28.414Z] === RUN   TestTagInvalidReference
11:08:28 [2021-05-03T11:08:28.414Z] --- PASS: TestTagInvalidReference (0.03s)
11:08:28 [2021-05-03T11:08:28.414Z] === RUN   TestTagValidPrefixedRepo
11:08:28 [2021-05-03T11:08:28.414Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
11:08:28 [2021-05-03T11:08:28.414Z] === RUN   TestTagExistedNameWithoutForce
11:08:28 [2021-05-03T11:08:28.414Z] --- PASS: TestTagExistedNameWithoutForce (0.03s)
11:08:28 [2021-05-03T11:08:28.414Z] === RUN   TestTagOfficialNames
11:08:28 [2021-05-03T11:08:28.414Z] --- PASS: TestTagOfficialNames (0.08s)
11:08:28 [2021-05-03T11:08:28.414Z] === RUN   TestTagMatchesDigest
11:08:28 [2021-05-03T11:08:28.414Z] --- PASS: TestTagMatchesDigest (0.01s)
11:08:28 [2021-05-03T11:08:28.414Z] === CONT  TestImportExtremelyLargeImageWorks
11:08:28 [2021-05-03T11:08:28.423Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (19.86s)
11:08:28 [2021-05-03T11:08:28.423Z] PASS
11:08:28 [2021-05-03T11:08:28.423Z] 
11:08:28 [2021-05-03T11:08:28.423Z] === Skipped
11:08:28 [2021-05-03T11:08:28.423Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
11:08:28 [2021-05-03T11:08:28.423Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
11:08:28 [2021-05-03T11:08:28.423Z] 
11:08:28 [2021-05-03T11:08:28.423Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
11:08:28 [2021-05-03T11:08:28.423Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
11:08:28 [2021-05-03T11:08:28.423Z] 
11:08:28 [2021-05-03T11:08:28.423Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
11:08:28 [2021-05-03T11:08:28.423Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
11:08:28 [2021-05-03T11:08:28.423Z] 
11:08:28 [2021-05-03T11:08:28.423Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
11:08:28 [2021-05-03T11:08:28.423Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
11:08:28 [2021-05-03T11:08:28.423Z] 
11:08:28 [2021-05-03T11:08:28.423Z] 
11:08:28 [2021-05-03T11:08:28.423Z] DONE 17 tests, 4 skipped in 39.679s
11:08:28 [2021-05-03T11:08:28.423Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 
11:08:28 [2021-05-03T11:08:28.423Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
11:08:28 [2021-05-03T11:08:28.423Z] ++ set -e
11:08:28 [2021-05-03T11:08:28.423Z] ++ '[' -n 0 ']'
11:08:28 [2021-05-03T11:08:28.423Z] ++ set -x
11:08:28 [2021-05-03T11:08:28.423Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
11:08:28 [2021-05-03T11:08:28.423Z] INFO: Testing against a local daemon
11:08:28 [2021-05-03T11:08:28.423Z] === RUN   TestPluginInvalidJSON
11:08:28 [2021-05-03T11:08:28.423Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
11:08:28 [2021-05-03T11:08:28.423Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
11:08:28 [2021-05-03T11:08:28.423Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
11:08:28 [2021-05-03T11:08:28.423Z] --- PASS: TestPluginInvalidJSON (0.03s)
11:08:28 [2021-05-03T11:08:28.423Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
11:08:28 [2021-05-03T11:08:28.423Z] === RUN   TestPluginInstall
11:08:28 [2021-05-03T11:08:28.423Z] === RUN   TestPluginInstall/no_auth
11:08:28 [2021-05-03T11:08:28.984Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
11:08:28 [2021-05-03T11:08:28.994Z] time="2021-05-03T11:08:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
11:08:28 [2021-05-03T11:08:28.994Z] time="2021-05-03T11:08:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:aeb70446b864c6462ab17f69feec72f9ca7d80b6b196893f910e8ab74e85e2e5" mediatype=application/vnd.docker.plugin.v1+json size=522
11:08:28 [2021-05-03T11:08:28.994Z] time="2021-05-03T11:08:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
11:08:28 [2021-05-03T11:08:28.995Z] time="2021-05-03T11:08:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:aeb70446b864c6462ab17f69feec72f9ca7d80b6b196893f910e8ab74e85e2e5" mediatype=application/vnd.docker.plugin.v1+json size=522
11:08:29 [2021-05-03T11:08:29.245Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
11:08:29 [2021-05-03T11:08:29.255Z] === RUN   TestPluginInstall/with_htpasswd
11:08:29 [2021-05-03T11:08:29.826Z] time="2021-05-03T11:08:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
11:08:29 [2021-05-03T11:08:29.826Z] time="2021-05-03T11:08:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e5ab98c4fa8ab687c802c73297d9130c251c98046a4f38c3f179f4e96e204255" mediatype=application/vnd.docker.plugin.v1+json size=522
11:08:29 [2021-05-03T11:08:29.826Z] time="2021-05-03T11:08:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
11:08:29 [2021-05-03T11:08:29.826Z] time="2021-05-03T11:08:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e5ab98c4fa8ab687c802c73297d9130c251c98046a4f38c3f179f4e96e204255" mediatype=application/vnd.docker.plugin.v1+json size=522
11:08:30 [2021-05-03T11:08:30.398Z] === RUN   TestPluginInstall/with_insecure
11:08:30 [2021-05-03T11:08:30.628Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownWithPlugins
11:08:30 [2021-05-03T11:08:30.628Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
11:08:32 [2021-05-03T11:08:32.312Z] time="2021-05-03T11:08:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
11:08:32 [2021-05-03T11:08:32.312Z] time="2021-05-03T11:08:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:df4312d207955ebd3cbbdaf1ba70e1e3a1069faac9c3b048760c2719d5118841" mediatype=application/vnd.docker.plugin.v1+json size=522
11:08:32 [2021-05-03T11:08:32.312Z] time="2021-05-03T11:08:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
11:08:32 [2021-05-03T11:08:32.312Z] time="2021-05-03T11:08:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:df4312d207955ebd3cbbdaf1ba70e1e3a1069faac9c3b048760c2719d5118841" mediatype=application/vnd.docker.plugin.v1+json size=522
11:08:32 [2021-05-03T11:08:32.572Z] --- PASS: TestPluginInstall (5.85s)
11:08:32 [2021-05-03T11:08:32.572Z]     --- PASS: TestPluginInstall/no_auth (2.53s)
11:08:32 [2021-05-03T11:08:32.572Z]     --- PASS: TestPluginInstall/with_htpasswd (1.16s)
11:08:32 [2021-05-03T11:08:32.572Z]     --- PASS: TestPluginInstall/with_insecure (2.16s)
11:08:32 [2021-05-03T11:08:32.572Z]         plugin_test.go:165: [d3645bdbe11aa] daemon is not started
11:08:32 [2021-05-03T11:08:32.572Z] === RUN   TestPluginsWithRuntimes
11:08:35 [2021-05-03T11:08:35.118Z] === RUN   TestPluginsWithRuntimes/No_Args
11:08:35 [2021-05-03T11:08:35.814Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.91s)
11:08:35 [2021-05-03T11:08:35.814Z] === RUN   TestCreateServiceSecretFileMode
11:08:37 [2021-05-03T11:08:37.213Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
11:08:37 [2021-05-03T11:08:37.213Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
11:08:37 [2021-05-03T11:08:37.213Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
11:08:37 [2021-05-03T11:08:37.213Z] === RUN   TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation
11:08:37 [2021-05-03T11:08:37.662Z] === RUN   TestPluginsWithRuntimes/With_Args
11:08:37 [2021-05-03T11:08:37.721Z] --- PASS: TestCreateServiceSecretFileMode (2.90s)
11:08:37 [2021-05-03T11:08:37.721Z] === RUN   TestCreateServiceConfigFileMode
11:08:38 [2021-05-03T11:08:38.596Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
11:08:39 [2021-05-03T11:08:39.168Z] === RUN   TestDockerDaemonSuite/TestDaemonStartIptablesFalse
11:08:39 [2021-05-03T11:08:39.700Z] --- PASS: TestPluginsWithRuntimes (7.03s)
11:08:39 [2021-05-03T11:08:39.700Z]     --- PASS: TestPluginsWithRuntimes/No_Args (2.13s)
11:08:39 [2021-05-03T11:08:39.700Z]     --- PASS: TestPluginsWithRuntimes/With_Args (2.19s)
11:08:39 [2021-05-03T11:08:39.700Z] === RUN   TestPluginBackCompatMediaTypes
11:08:39 [2021-05-03T11:08:39.738Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost
11:08:40 [2021-05-03T11:08:40.310Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
11:08:40 [2021-05-03T11:08:40.641Z] --- PASS: TestPluginBackCompatMediaTypes (1.11s)
11:08:40 [2021-05-03T11:08:40.641Z] PASS
11:08:40 [2021-05-03T11:08:40.641Z] 
11:08:40 [2021-05-03T11:08:40.641Z] DONE 10 tests in 14.196s
11:08:40 [2021-05-03T11:08:40.641Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
11:08:40 [2021-05-03T11:08:40.641Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
11:08:40 [2021-05-03T11:08:40.641Z] ++ set -e
11:08:40 [2021-05-03T11:08:40.641Z] ++ '[' -n 0 ']'
11:08:40 [2021-05-03T11:08:40.641Z] ++ set -x
11:08:40 [2021-05-03T11:08:40.641Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
11:08:40 [2021-05-03T11:08:40.882Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithIpcModes
11:08:40 [2021-05-03T11:08:40.902Z] INFO: Testing against a local daemon
11:08:40 [2021-05-03T11:08:40.902Z] === RUN   TestExternalGraphDriver
11:08:40 [2021-05-03T11:08:40.902Z] === RUN   TestExternalGraphDriver/json
11:08:41 [2021-05-03T11:08:41.103Z] --- PASS: TestCreateServiceConfigFileMode (2.96s)
11:08:41 [2021-05-03T11:08:41.104Z] === RUN   TestCreateServiceSysctls
11:08:41 [2021-05-03T11:08:41.826Z] === RUN   TestDockerSuite/TestBuildDockerignore
11:08:44 [2021-05-03T11:08:44.395Z] --- PASS: TestCreateServiceSysctls (3.88s)
11:08:44 [2021-05-03T11:08:44.395Z] === RUN   TestCreateServiceCapabilities
11:08:45 [2021-05-03T11:08:45.105Z] === RUN   TestExternalGraphDriver/spec
11:08:47 [2021-05-03T11:08:47.682Z] --- PASS: TestCreateServiceCapabilities (2.81s)
11:08:47 [2021-05-03T11:08:47.682Z] === RUN   TestInspect
11:08:48 [2021-05-03T11:08:48.412Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutColors
11:08:49 [2021-05-03T11:08:49.307Z] === RUN   TestExternalGraphDriver/pull
11:08:49 [2021-05-03T11:08:49.795Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutHost
11:08:50 [2021-05-03T11:08:50.366Z] === RUN   TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964
11:08:50 [2021-05-03T11:08:50.973Z] --- PASS: TestInspect (3.47s)
11:08:50 [2021-05-03T11:08:50.973Z] === RUN   TestCreateJob
11:08:51 [2021-05-03T11:08:51.851Z] --- PASS: TestExternalGraphDriver (10.62s)
11:08:51 [2021-05-03T11:08:51.851Z]     --- PASS: TestExternalGraphDriver/json (3.62s)
11:08:51 [2021-05-03T11:08:51.851Z]     --- PASS: TestExternalGraphDriver/spec (4.07s)
11:08:51 [2021-05-03T11:08:51.851Z]     --- PASS: TestExternalGraphDriver/pull (2.80s)
11:08:51 [2021-05-03T11:08:51.851Z] === RUN   TestGraphdriverPluginV2
11:08:51 [2021-05-03T11:08:51.851Z] --- SKIP: TestGraphdriverPluginV2 (0.03s)
11:08:51 [2021-05-03T11:08:51.851Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
11:08:51 [2021-05-03T11:08:51.851Z] PASS
11:08:51 [2021-05-03T11:08:51.851Z] 
11:08:51 [2021-05-03T11:08:51.851Z] === Skipped
11:08:51 [2021-05-03T11:08:51.851Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.03s)
11:08:51 [2021-05-03T11:08:51.851Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
11:08:51 [2021-05-03T11:08:51.851Z] 
11:08:51 [2021-05-03T11:08:51.851Z] 
11:08:51 [2021-05-03T11:08:51.851Z] DONE 5 tests, 1 skipped in 10.815s
11:08:51 [2021-05-03T11:08:51.851Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
11:08:51 [2021-05-03T11:08:51.851Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
11:08:51 [2021-05-03T11:08:51.851Z] ++ set -e
11:08:51 [2021-05-03T11:08:51.851Z] ++ '[' -n 0 ']'
11:08:51 [2021-05-03T11:08:51.851Z] ++ set -x
11:08:51 [2021-05-03T11:08:51.851Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
11:08:51 [2021-05-03T11:08:51.851Z] INFO: Testing against a local daemon
11:08:51 [2021-05-03T11:08:51.851Z] === RUN   TestContinueAfterPluginCrash
11:08:51 [2021-05-03T11:08:51.851Z] === PAUSE TestContinueAfterPluginCrash
11:08:51 [2021-05-03T11:08:51.851Z] === RUN   TestReadPluginNoRead
11:08:51 [2021-05-03T11:08:51.851Z] === PAUSE TestReadPluginNoRead
11:08:51 [2021-05-03T11:08:51.851Z] === RUN   TestDaemonStartWithLogOpt
11:08:51 [2021-05-03T11:08:51.851Z] === PAUSE TestDaemonStartWithLogOpt
11:08:51 [2021-05-03T11:08:51.851Z] === CONT  TestContinueAfterPluginCrash
11:08:51 [2021-05-03T11:08:51.851Z] === CONT  TestDaemonStartWithLogOpt
11:08:51 [2021-05-03T11:08:51.851Z] === CONT  TestReadPluginNoRead
11:08:52 [2021-05-03T11:08:52.279Z] === RUN   TestDockerDaemonSuite/TestDaemonUlimitDefaults
11:08:54 [2021-05-03T11:08:54.329Z] --- PASS: TestCreateJob (3.80s)
11:08:54 [2021-05-03T11:08:54.329Z] === RUN   TestReplicatedJob
11:08:56 [2021-05-03T11:08:56.064Z] === RUN   TestReadPluginNoRead/default
11:08:56 [2021-05-03T11:08:56.324Z] --- PASS: TestDaemonStartWithLogOpt (4.66s)
11:08:56 [2021-05-03T11:08:56.480Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
11:08:57 [2021-05-03T11:08:57.710Z] === RUN   TestReadPluginNoRead/disabled_caching
11:08:57 [2021-05-03T11:08:57.864Z] === RUN   TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp
11:08:58 [2021-05-03T11:08:58.434Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
11:08:58 [2021-05-03T11:08:58.694Z] === RUN   TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting
11:08:59 [2021-05-03T11:08:59.620Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
11:09:01 [2021-05-03T11:09:01.002Z] --- PASS: TestReadPluginNoRead (9.46s)
11:09:01 [2021-05-03T11:09:01.002Z]     --- PASS: TestReadPluginNoRead/default (1.77s)
11:09:01 [2021-05-03T11:09:01.002Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.72s)
11:09:01 [2021-05-03T11:09:01.002Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.73s)
11:09:01 [2021-05-03T11:09:01.002Z]     read_test.go:92: [de677f0f193de] daemon is not started
11:09:01 [2021-05-03T11:09:01.942Z] --- PASS: TestContinueAfterPluginCrash (10.05s)
11:09:01 [2021-05-03T11:09:01.943Z] PASS
11:09:01 [2021-05-03T11:09:01.943Z] 
11:09:01 [2021-05-03T11:09:01.943Z] DONE 6 tests in 10.213s
11:09:01 [2021-05-03T11:09:01.943Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
11:09:01 [2021-05-03T11:09:01.943Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
11:09:01 [2021-05-03T11:09:01.943Z] ++ set -e
11:09:01 [2021-05-03T11:09:01.943Z] ++ '[' -n 0 ']'
11:09:01 [2021-05-03T11:09:01.943Z] ++ set -x
11:09:01 [2021-05-03T11:09:01.943Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
11:09:01 [2021-05-03T11:09:01.943Z] testing: warning: no tests to run
11:09:01 [2021-05-03T11:09:01.943Z] PASS
11:09:01 [2021-05-03T11:09:01.943Z] 
11:09:01 [2021-05-03T11:09:01.943Z] DONE 0 tests in 0.051s
11:09:01 [2021-05-03T11:09:01.943Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
11:09:01 [2021-05-03T11:09:01.943Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
11:09:01 [2021-05-03T11:09:01.943Z] ++ set -e
11:09:01 [2021-05-03T11:09:01.943Z] ++ '[' -n 0 ']'
11:09:01 [2021-05-03T11:09:01.943Z] ++ set -x
11:09:01 [2021-05-03T11:09:01.943Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
11:09:01 [2021-05-03T11:09:01.943Z] INFO: Testing against a local daemon
11:09:01 [2021-05-03T11:09:01.943Z] === RUN   TestPluginWithDevMounts
11:09:01 [2021-05-03T11:09:01.943Z] === PAUSE TestPluginWithDevMounts
11:09:01 [2021-05-03T11:09:01.943Z] === CONT  TestPluginWithDevMounts
11:09:02 [2021-05-03T11:09:02.448Z] --- PASS: TestReplicatedJob (6.93s)
11:09:02 [2021-05-03T11:09:02.448Z] === RUN   TestUpdateReplicatedJob
11:09:04 [2021-05-03T11:09:04.094Z] === RUN   TestDockerDaemonSuite/TestDaemonWideLogConfig
11:09:04 [2021-05-03T11:09:04.095Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
11:09:04 [2021-05-03T11:09:04.484Z] --- PASS: TestPluginWithDevMounts (2.13s)
11:09:04 [2021-05-03T11:09:04.484Z] PASS
11:09:04 [2021-05-03T11:09:04.484Z] 
11:09:04 [2021-05-03T11:09:04.484Z] DONE 1 tests in 2.301s
11:09:04 [2021-05-03T11:09:04.484Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 
11:09:04 [2021-05-03T11:09:04.484Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m
11:09:04 [2021-05-03T11:09:04.484Z] ++ set -e
11:09:04 [2021-05-03T11:09:04.484Z] ++ '[' -n 0 ']'
11:09:04 [2021-05-03T11:09:04.484Z] ++ set -x
11:09:04 [2021-05-03T11:09:04.485Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m
11:09:04 [2021-05-03T11:09:04.485Z] INFO: Testing against a local daemon
11:09:04 [2021-05-03T11:09:04.485Z] === RUN   TestSecretInspect
11:09:05 [2021-05-03T11:09:05.735Z] --- PASS: TestUpdateReplicatedJob (3.82s)
11:09:05 [2021-05-03T11:09:05.735Z] === RUN   TestServiceListWithStatuses
11:09:05 [2021-05-03T11:09:05.735Z] --- SKIP: TestServiceListWithStatuses (0.00s)
11:09:05 [2021-05-03T11:09:05.735Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
11:09:05 [2021-05-03T11:09:05.735Z] === RUN   TestDockerNetworkConnectAlias
11:09:06 [2021-05-03T11:09:06.639Z] === RUN   TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath
11:09:07 [2021-05-03T11:09:07.781Z] --- PASS: TestSecretInspect (3.15s)
11:09:07 [2021-05-03T11:09:07.781Z] === RUN   TestSecretList
11:09:11 [2021-05-03T11:09:11.015Z] --- PASS: TestDockerNetworkConnectAlias (5.45s)
11:09:11 [2021-05-03T11:09:11.015Z] === RUN   TestDockerNetworkReConnect
11:09:11 [2021-05-03T11:09:11.081Z] --- PASS: TestSecretList (3.20s)
11:09:11 [2021-05-03T11:09:11.081Z] === RUN   TestSecretsCreateAndDelete
11:09:13 [2021-05-03T11:09:13.222Z] === RUN   TestDockerDaemonSuite/TestDaemonWithWrongkey
11:09:14 [2021-05-03T11:09:14.388Z] --- PASS: TestSecretsCreateAndDelete (3.16s)
11:09:14 [2021-05-03T11:09:14.388Z] === RUN   TestSecretsUpdate
11:09:15 [2021-05-03T11:09:15.135Z] === RUN   TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork
11:09:15 [2021-05-03T11:09:15.203Z] --- PASS: TestDockerNetworkReConnect (4.25s)
11:09:15 [2021-05-03T11:09:15.203Z] === RUN   TestServicePlugin
11:09:16 [2021-05-03T11:09:16.929Z] --- PASS: TestSecretsUpdate (3.10s)
11:09:16 [2021-05-03T11:09:16.929Z] === RUN   TestTemplatedSecret
11:09:21 [2021-05-03T11:09:21.130Z] --- PASS: TestTemplatedSecret (3.68s)
11:09:21 [2021-05-03T11:09:21.130Z] === RUN   TestSecretCreateResolve
11:09:21 [2021-05-03T11:09:21.740Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
11:09:22 [2021-05-03T11:09:22.310Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
11:09:22 [2021-05-03T11:09:22.310Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
11:09:23 [2021-05-03T11:09:23.673Z] --- PASS: TestSecretCreateResolve (3.12s)
11:09:23 [2021-05-03T11:09:23.673Z] PASS
11:09:23 [2021-05-03T11:09:23.673Z] 
11:09:23 [2021-05-03T11:09:23.673Z] DONE 6 tests in 19.586s
11:09:23 [2021-05-03T11:09:23.673Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 
11:09:23 [2021-05-03T11:09:23.673Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m
11:09:23 [2021-05-03T11:09:23.673Z] ++ set -e
11:09:23 [2021-05-03T11:09:23.673Z] ++ '[' -n 0 ']'
11:09:23 [2021-05-03T11:09:23.673Z] ++ set -x
11:09:23 [2021-05-03T11:09:23.673Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m
11:09:23 [2021-05-03T11:09:23.933Z] INFO: Testing against a local daemon
11:09:23 [2021-05-03T11:09:23.933Z] === RUN   TestServiceCreateInit
11:09:23 [2021-05-03T11:09:23.933Z] === RUN   TestServiceCreateInit/daemonInitDisabled
11:09:25 [2021-05-03T11:09:25.609Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
11:09:28 [2021-05-03T11:09:28.905Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
11:09:29 [2021-05-03T11:09:29.219Z] === RUN   TestServiceCreateInit/daemonInitEnabled
11:09:31 [2021-05-03T11:09:31.994Z] Created binary: bundles/cross/linux/amd64/dockerd-dev
11:09:31 [2021-05-03T11:09:31.994Z] Copying nested executables into bundles/cross/linux/amd64
11:09:32 [2021-05-03T11:09:32.199Z] === RUN   TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore
11:09:32 [2021-05-03T11:09:32.199Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
11:09:32 [2021-05-03T11:09:32.249Z] Cross building: bundles/cross/windows/amd64
11:09:32 [2021-05-03T11:09:32.506Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe
11:09:32 [2021-05-03T11:09:32.506Z] GOOS="windows" GOARCH="amd64" GOARM=""
11:09:34 [2021-05-03T11:09:34.503Z] --- PASS: TestServiceCreateInit (10.19s)
11:09:34 [2021-05-03T11:09:34.503Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (4.76s)
11:09:34 [2021-05-03T11:09:34.503Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (5.39s)
11:09:34 [2021-05-03T11:09:34.503Z] === RUN   TestCreateServiceMultipleTimes
11:09:36 [2021-05-03T11:09:36.399Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
11:09:37 [2021-05-03T11:09:37.780Z] === RUN   TestDockerDaemonSuite/TestFailedPluginRemove
11:09:41 [2021-05-03T11:09:41.077Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfo
11:09:42 [2021-05-03T11:09:42.020Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueCert
11:09:42 [2021-05-03T11:09:42.959Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert
11:09:43 [2021-05-03T11:09:43.898Z] === RUN   TestDockerDaemonSuite/TestHTTPSRun
11:09:44 [2021-05-03T11:09:44.840Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
11:09:46 [2021-05-03T11:09:46.754Z] === RUN   TestDockerDaemonSuite/TestLegacyDaemonCommand
11:09:46 [2021-05-03T11:09:46.755Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterCapability
11:09:47 [2021-05-03T11:09:47.278Z] --- PASS: TestServicePlugin (31.02s)
11:09:47 [2021-05-03T11:09:47.278Z]     plugin_test.go:62: [d03676f7e181c] joining swarm manager [d18f13e4f61bc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
11:09:47 [2021-05-03T11:09:47.278Z]     plugin_test.go:65: [de5531d600021] joining swarm manager [d18f13e4f61bc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
11:09:47 [2021-05-03T11:09:47.278Z] === RUN   TestServiceUpdateLabel
11:09:48 [2021-05-03T11:09:48.139Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
11:09:48 [2021-05-03T11:09:48.655Z] --- PASS: TestServiceUpdateLabel (2.53s)
11:09:48 [2021-05-03T11:09:48.655Z] === RUN   TestServiceUpdateSecrets
11:09:48 [2021-05-03T11:09:48.710Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterEnabled
11:09:51 [2021-05-03T11:09:51.264Z] === RUN   TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart
11:09:51 [2021-05-03T11:09:51.530Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
11:09:55 [2021-05-03T11:09:55.736Z] === RUN   TestDockerDaemonSuite/TestPruneImageDangling
11:09:56 [2021-05-03T11:09:56.462Z] --- PASS: TestCreateServiceMultipleTimes (18.61s)
11:09:56 [2021-05-03T11:09:56.462Z] === RUN   TestCreateServiceConflict
11:09:56 [2021-05-03T11:09:56.462Z] --- PASS: TestCreateServiceConflict (3.15s)
11:09:56 [2021-05-03T11:09:56.462Z] === RUN   TestCreateServiceMaxReplicas
11:09:57 [2021-05-03T11:09:57.650Z] === RUN   TestDockerDaemonSuite/TestPruneImageLabel
11:09:59 [2021-05-03T11:09:59.766Z] --- PASS: TestCreateServiceMaxReplicas (3.56s)
11:09:59 [2021-05-03T11:09:59.766Z] === RUN   TestCreateWithDuplicateNetworkNames
11:10:00 [2021-05-03T11:10:00.196Z] === RUN   TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore
11:10:05 [2021-05-03T11:10:05.486Z] === RUN   TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore
11:10:06 [2021-05-03T11:10:06.740Z] --- PASS: TestServiceUpdateSecrets (15.24s)
11:10:06 [2021-05-03T11:10:06.740Z] === RUN   TestServiceUpdateConfigs
11:10:10 [2021-05-03T11:10:10.773Z] === RUN   TestDockerDaemonSuite/TestRunLinksChanged
11:10:14 [2021-05-03T11:10:14.671Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.86s)
11:10:14 [2021-05-03T11:10:14.671Z] === RUN   TestCreateServiceSecretFileMode
11:10:17 [2021-05-03T11:10:17.361Z] === RUN   TestDockerSuite/TestBuildDotDotFile
11:10:17 [2021-05-03T11:10:17.361Z] === RUN   TestDockerSuite/TestBuildEOLInLine
11:10:17 [2021-05-03T11:10:17.933Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNewFormat
11:10:17 [2021-05-03T11:10:17.973Z] --- PASS: TestCreateServiceSecretFileMode (3.25s)
11:10:17 [2021-05-03T11:10:17.973Z] === RUN   TestCreateServiceConfigFileMode
11:10:18 [2021-05-03T11:10:18.945Z] --- PASS: TestServiceUpdateConfigs (15.32s)
11:10:18 [2021-05-03T11:10:18.945Z] === RUN   TestServiceUpdateNetwork
11:10:20 [2021-05-03T11:10:20.498Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap
11:10:21 [2021-05-03T11:10:21.275Z] --- PASS: TestCreateServiceConfigFileMode (3.23s)
11:10:21 [2021-05-03T11:10:21.275Z] === RUN   TestCreateServiceSysctls
11:10:21 [2021-05-03T11:10:21.884Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames
11:10:23 [2021-05-03T11:10:23.271Z] === RUN   TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile
11:10:23 [2021-05-03T11:10:23.844Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
11:10:24 [2021-05-03T11:10:24.106Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
11:10:24 [2021-05-03T11:10:24.679Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
11:10:25 [2021-05-03T11:10:25.482Z] --- PASS: TestCreateServiceSysctls (4.48s)
11:10:25 [2021-05-03T11:10:25.482Z] === RUN   TestCreateServiceCapabilities
11:10:25 [2021-05-03T11:10:25.621Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
11:10:25 [2021-05-03T11:10:25.882Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
11:10:26 [2021-05-03T11:10:26.454Z] === RUN   TestDockerSuite/TestBuildEntrypoint
11:10:26 [2021-05-03T11:10:26.716Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
11:10:28 [2021-05-03T11:10:28.103Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine
11:10:28 [2021-05-03T11:10:28.784Z] --- PASS: TestCreateServiceCapabilities (3.29s)
11:10:28 [2021-05-03T11:10:28.784Z] === RUN   TestInspect
11:10:30 [2021-05-03T11:10:30.019Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
11:10:32 [2021-05-03T11:10:32.087Z] --- PASS: TestInspect (3.58s)
11:10:32 [2021-05-03T11:10:32.087Z] === RUN   TestCreateJob
11:10:32 [2021-05-03T11:10:32.567Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
11:10:33 [2021-05-03T11:10:33.830Z] --- PASS: TestServiceUpdateNetwork (13.64s)
11:10:33 [2021-05-03T11:10:33.830Z] === RUN   TestServiceUpdatePidsLimit
11:10:33 [2021-05-03T11:10:33.830Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
11:10:35 [2021-05-03T11:10:35.114Z] === RUN   TestDockerSuite/TestBuildEnv
11:10:35 [2021-05-03T11:10:35.209Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
11:10:36 [2021-05-03T11:10:36.294Z] --- PASS: TestCreateJob (4.11s)
11:10:36 [2021-05-03T11:10:36.294Z] === RUN   TestReplicatedJob
11:10:37 [2021-05-03T11:10:37.028Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
11:10:38 [2021-05-03T11:10:38.943Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
11:10:39 [2021-05-03T11:10:39.883Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile
11:10:40 [2021-05-03T11:10:40.826Z] === RUN   TestDockerSuite/TestBuildEnvUsage
11:10:43 [2021-05-03T11:10:43.328Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
11:10:44 [2021-05-03T11:10:44.471Z] --- PASS: TestReplicatedJob (7.47s)
11:10:44 [2021-05-03T11:10:44.471Z] === RUN   TestUpdateReplicatedJob
11:10:48 [2021-05-03T11:10:48.676Z] --- PASS: TestUpdateReplicatedJob (4.27s)
11:10:48 [2021-05-03T11:10:48.676Z] === RUN   TestServiceListWithStatuses
11:10:48 [2021-05-03T11:10:48.676Z] --- SKIP: TestServiceListWithStatuses (0.00s)
11:10:48 [2021-05-03T11:10:48.676Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
11:10:48 [2021-05-03T11:10:48.676Z] === RUN   TestDockerNetworkConnectAlias
11:10:49 [2021-05-03T11:10:49.894Z] --- PASS: TestServiceUpdatePidsLimit (17.06s)
11:10:49 [2021-05-03T11:10:49.894Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.03s)
11:10:49 [2021-05-03T11:10:49.894Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.09s)
11:10:49 [2021-05-03T11:10:49.894Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.09s)
11:10:49 [2021-05-03T11:10:49.894Z] PASS
11:10:49 [2021-05-03T11:10:49.894Z] 
11:10:49 [2021-05-03T11:10:49.894Z] === Skipped
11:10:49 [2021-05-03T11:10:49.894Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
11:10:49 [2021-05-03T11:10:49.894Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
11:10:49 [2021-05-03T11:10:49.894Z] 
11:10:49 [2021-05-03T11:10:49.894Z] 
11:10:49 [2021-05-03T11:10:49.894Z] DONE 27 tests, 1 skipped in 182.695s
11:10:49 [2021-05-03T11:10:49.894Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
11:10:49 [2021-05-03T11:10:49.894Z] INFO: Testing against a local daemon
11:10:49 [2021-05-03T11:10:49.894Z] === RUN   TestSessionCreate
11:10:49 [2021-05-03T11:10:49.894Z] --- PASS: TestSessionCreate (0.02s)
11:10:49 [2021-05-03T11:10:49.894Z] === RUN   TestSessionCreateWithBadUpgrade
11:10:49 [2021-05-03T11:10:49.894Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s)
11:10:49 [2021-05-03T11:10:49.894Z] PASS
11:10:49 [2021-05-03T11:10:49.894Z] 
11:10:49 [2021-05-03T11:10:49.894Z] DONE 2 tests in 0.075s
11:10:49 [2021-05-03T11:10:49.894Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
11:10:49 [2021-05-03T11:10:49.894Z] INFO: Testing against a local daemon
11:10:49 [2021-05-03T11:10:49.894Z] === RUN   TestCgroupDriverSystemdMemoryLimit
11:10:49 [2021-05-03T11:10:49.894Z] === PAUSE TestCgroupDriverSystemdMemoryLimit
11:10:49 [2021-05-03T11:10:49.894Z] === RUN   TestEventsExecDie
11:10:50 [2021-05-03T11:10:50.833Z] --- PASS: TestEventsExecDie (1.06s)
11:10:50 [2021-05-03T11:10:50.833Z] === RUN   TestEventsBackwardsCompatible
11:10:50 [2021-05-03T11:10:50.849Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
11:10:51 [2021-05-03T11:10:51.092Z] --- PASS: TestEventsBackwardsCompatible (0.06s)
11:10:51 [2021-05-03T11:10:51.093Z] === RUN   TestInfoBinaryCommits
11:10:51 [2021-05-03T11:10:51.093Z] --- PASS: TestInfoBinaryCommits (0.02s)
11:10:51 [2021-05-03T11:10:51.093Z] === RUN   TestInfoAPIVersioned
11:10:51 [2021-05-03T11:10:51.093Z] --- PASS: TestInfoAPIVersioned (0.01s)
11:10:51 [2021-05-03T11:10:51.093Z] === RUN   TestInfoDiscoveryBackend
11:10:51 [2021-05-03T11:10:51.661Z] --- PASS: TestInfoDiscoveryBackend (0.63s)
11:10:51 [2021-05-03T11:10:51.661Z] === RUN   TestInfoDiscoveryInvalidAdvertise
11:10:51 [2021-05-03T11:10:51.793Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
11:10:52 [2021-05-03T11:10:52.597Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
11:10:52 [2021-05-03T11:10:52.597Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
11:10:53 [2021-05-03T11:10:53.166Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.63s)
11:10:53 [2021-05-03T11:10:53.166Z] === RUN   TestInfoAPI
11:10:53 [2021-05-03T11:10:53.166Z] --- PASS: TestInfoAPI (0.02s)
11:10:53 [2021-05-03T11:10:53.166Z] === RUN   TestInfoAPIWarnings
11:10:53 [2021-05-03T11:10:53.878Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe
11:10:53 [2021-05-03T11:10:53.878Z] Cloning into '/go/src/github.com/docker/windows-container-utility'...
11:10:53 [2021-05-03T11:10:53.878Z] remote: Enumerating objects: 23, done.
11:10:53 [2021-05-03T11:10:53.878Z] remote: Counting objects:  50% (1/2)
remote: Counting objects: 100% (2/2)
remote: Counting objects: 100% (2/2), done.
11:10:53 [2021-05-03T11:10:53.878Z] remote: Compressing objects:  50% (1/2)
remote: Compressing objects: 100% (2/2)
remote: Compressing objects: 100% (2/2), done.
11:10:53 [2021-05-03T11:10:53.878Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21
11:10:53 [2021-05-03T11:10:53.878Z] 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.
11:10:53 [2021-05-03T11:10:53.878Z] Building: bundles/cross/windows/amd64/containerutility.exe
11:10:53 [2021-05-03T11:10:53.878Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
11:10:54 [2021-05-03T11:10:54.217Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42329/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=19b7f7f3484697146ca76b75346365080b99a3b2 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:19b7f7f3484697146ca76b75346365080b99a3b2 hack/test/unit
11:10:55 [2021-05-03T11:10:55.260Z] --- PASS: TestDockerNetworkConnectAlias (6.39s)
11:10:55 [2021-05-03T11:10:55.260Z] === RUN   TestDockerNetworkReConnect
11:10:56 [2021-05-03T11:10:56.002Z] === RUN   TestDockerDaemonSuite/TestShmSize
11:10:57 [2021-05-03T11:10:57.484Z] ?   	github.com/docker/docker/api	[no test files]
11:10:59 [2021-05-03T11:10:59.307Z] === RUN   TestDockerDaemonSuite/TestShmSizeReload
11:10:59 [2021-05-03T11:10:59.466Z] --- PASS: TestDockerNetworkReConnect (5.09s)
11:10:59 [2021-05-03T11:10:59.466Z] === RUN   TestServicePlugin
11:10:59 [2021-05-03T11:10:59.466Z] --- SKIP: TestServicePlugin (0.00s)
11:10:59 [2021-05-03T11:10:59.466Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
11:10:59 [2021-05-03T11:10:59.466Z] === RUN   TestServiceUpdateLabel
11:11:02 [2021-05-03T11:11:02.766Z] --- PASS: TestServiceUpdateLabel (3.14s)
11:11:02 [2021-05-03T11:11:02.766Z] === RUN   TestServiceUpdateSecrets
11:11:03 [2021-05-03T11:11:03.512Z] === RUN   TestDockerDaemonSuite/TestTLSVerify
11:11:03 [2021-05-03T11:11:03.512Z] === RUN   TestDockerDaemonSuite/TestVolumePlugin
11:11:10 [2021-05-03T11:11:10.096Z] --- PASS: TestDockerDaemonSuite (530.20s)
11:11:10 [2021-05-03T11:11:10.096Z]     --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (10.17s)
11:11:10 [2021-05-03T11:11:10.096Z]     --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (2.47s)
11:11:10 [2021-05-03T11:11:10.096Z]     --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (17.48s)
11:11:10 [2021-05-03T11:11:10.096Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (5.46s)
11:11:10 [2021-05-03T11:11:10.096Z]         docker_cli_daemon_test.go:1455: [d3d8e5e9d9cd9] daemon is not started
11:11:10 [2021-05-03T11:11:10.096Z]         check_test.go:309: [d899f8b78336d] daemon is not started
11:11:10 [2021-05-03T11:11:10.096Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (4.05s)
11:11:10 [2021-05-03T11:11:10.096Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (3.10s)
11:11:10 [2021-05-03T11:11:10.096Z]         check_test.go:309: [dc8add039176f] daemon is not started
11:11:10 [2021-05-03T11:11:10.096Z]     --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.91s)
11:11:10 [2021-05-03T11:11:10.096Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (4.20s)
11:11:10 [2021-05-03T11:11:10.096Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (3.98s)
11:11:10 [2021-05-03T11:11:10.096Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (5.93s)
11:11:10 [2021-05-03T11:11:10.096Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (6.55s)
11:11:10 [2021-05-03T11:11:10.096Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (9.45s)
11:11:10 [2021-05-03T11:11:10.096Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (2.19s)
11:11:10 [2021-05-03T11:11:10.096Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (4.85s)
11:11:10 [2021-05-03T11:11:10.096Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s)
11:11:10 [2021-05-03T11:11:10.096Z]         check_test.go:309: [d2651f2314f7f] daemon is not started
11:11:10 [2021-05-03T11:11:10.096Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s)
11:11:10 [2021-05-03T11:11:10.096Z]         check_test.go:309: [d632b9c8bcf29] daemon is not started
11:11:10 [2021-05-03T11:11:10.096Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (2.79s)
11:11:10 [2021-05-03T11:11:10.096Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.93s)
11:11:10 [2021-05-03T11:11:10.096Z]         check_test.go:309: [d79a26f388489] daemon is not started
11:11:10 [2021-05-03T11:11:10.096Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (4.23s)
11:11:10 [2021-05-03T11:11:10.096Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (2.55s)
11:11:10 [2021-05-03T11:11:10.096Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (3.87s)
11:11:10 [2021-05-03T11:11:10.096Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (2.36s)
11:11:10 [2021-05-03T11:11:10.096Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.81s)
11:11:10 [2021-05-03T11:11:10.096Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.74s)
11:11:10 [2021-05-03T11:11:10.096Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (4.16s)
11:11:10 [2021-05-03T11:11:10.096Z]     --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s)
11:11:10 [2021-05-03T11:11:10.096Z]         check_test.go:309: [daae43f88a569] daemon is not started
11:11:10 [2021-05-03T11:11:10.096Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (1.05s)
11:11:10 [2021-05-03T11:11:10.096Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (1.07s)
11:11:10 [2021-05-03T11:11:10.096Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.80s)
11:11:10 [2021-05-03T11:11:10.096Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (5.65s)
11:11:10 [2021-05-03T11:11:10.096Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (7.99s)
11:11:10 [2021-05-03T11:11:10.096Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIP (4.71s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
11:11:10 [2021-05-03T11:11:10.097Z]         docker_cli_daemon_test.go:363: unmatched requirement IPv6
11:11:10 [2021-05-03T11:11:10.097Z]         check_test.go:309: [d40372dc6f80c] daemon is not started
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.61s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (3.77s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (2.87s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (2.44s)
11:11:10 [2021-05-03T11:11:10.097Z]         check_test.go:309: [d7d19fca4589f] daemon is not started
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (5.41s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.89s)
11:11:10 [2021-05-03T11:11:10.097Z]         check_test.go:309: [d9d411e0d2fa4] daemon is not started
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.47s)
11:11:10 [2021-05-03T11:11:10.097Z]         docker_cli_daemon_plugins_test.go:79: [d53fa9bceeb9f] daemon is not started
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.69s)
11:11:10 [2021-05-03T11:11:10.097Z]         docker_cli_daemon_plugins_test.go:169: [df1caf671193a] daemon is not started
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (6.09s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (1.30s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.87s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s)
11:11:10 [2021-05-03T11:11:10.097Z]         check_test.go:309: [d0bde4814a4af] daemon is not started
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (2.60s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (2.90s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (2.79s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (2.59s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (2.90s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (2.71s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (3.17s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.82s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.86s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (7.07s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (8.30s)
11:11:10 [2021-05-03T11:11:10.097Z]         check_test.go:309: [dd1804355d98e] daemon is not started
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (3.73s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (28.62s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (3.86s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (2.11s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (8.28s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (4.71s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (7.49s)
11:11:10 [2021-05-03T11:11:10.097Z]         check_test.go:309: [db9febc5c9448] daemon is not started
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (2.57s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (3.82s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (15.79s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (4.84s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (3.24s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (4.03s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (4.34s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s)
11:11:10 [2021-05-03T11:11:10.097Z]         docker_cli_daemon_test.go:232: unmatched requirement Devicemapper
11:11:10 [2021-05-03T11:11:10.097Z]         check_test.go:309: [df38dc4940a8e] daemon is not started
11:11:10 [2021-05-03T11:11:10.097Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
11:11:10 [2021-05-03T11:11:10.097Z]         docker_cli_daemon_test.go:212: unmatched requirement Devicemapper
11:11:10 [2021-05-03T11:11:10.097Z]         check_test.go:309: [d6ced2a83605c] daemon is not started
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (4.43s)
11:11:10 [2021-05-03T11:11:10.097Z]         check_test.go:309: [df15dafc006e2] daemon is not started
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (7.81s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (5.28s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (4.67s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.92s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.41s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (6.49s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (7.77s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (3.55s)
11:11:10 [2021-05-03T11:11:10.097Z]         check_test.go:309: [d787d2594b520] daemon is not started
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (5.90s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (4.66s)
11:11:10 [2021-05-03T11:11:10.097Z]         docker_cli_daemon_plugins_test.go:105: [d6459c7570eb8] daemon is not started
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (2.41s)
11:11:10 [2021-05-03T11:11:10.097Z]         check_test.go:309: [d7e173a60b9ee] daemon is not started
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.85s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (6.77s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (2.07s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.54s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (1.02s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (6.70s)
11:11:10 [2021-05-03T11:11:10.097Z]         docker_cli_daemon_test.go:2887: Checking IpcMode private set from config
11:11:10 [2021-05-03T11:11:10.097Z]         docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config
11:11:10 [2021-05-03T11:11:10.097Z]         docker_cli_daemon_test.go:2887: Checking IpcMode host set from config
11:11:10 [2021-05-03T11:11:10.097Z]         docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config
11:11:10 [2021-05-03T11:11:10.097Z]         docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config
11:11:10 [2021-05-03T11:11:10.097Z]         docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli
11:11:10 [2021-05-03T11:11:10.097Z]         docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli
11:11:10 [2021-05-03T11:11:10.097Z]         docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli
11:11:10 [2021-05-03T11:11:10.097Z]         docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli
11:11:10 [2021-05-03T11:11:10.097Z]         docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli
11:11:10 [2021-05-03T11:11:10.097Z]         check_test.go:309: [dc6bfceac43b3] daemon is not started
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (2.08s)
11:11:10 [2021-05-03T11:11:10.097Z]         check_test.go:309: [d186e5894460c] daemon is not started
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.86s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (2.00s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (5.19s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (1.00s)
11:11:10 [2021-05-03T11:11:10.097Z]         check_test.go:309: [d0cd33192ce3b] daemon is not started
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (4.86s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.75s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (7.16s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.46s)
11:11:10 [2021-05-03T11:11:10.097Z]         check_test.go:309: [d8425b48a7b5e] daemon is not started
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (10.84s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (6.28s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (5.91s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (3.06s)
11:11:10 [2021-05-03T11:11:10.097Z]         check_test.go:309: [db6129c742aeb] daemon is not started
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (1.06s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.86s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.91s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSRun (2.82s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s)
11:11:10 [2021-05-03T11:11:10.097Z]         check_test.go:309: [d52205e1a2cf9] daemon is not started
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.23s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.29s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.50s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (2.05s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.54s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (5.12s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (5.15s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (7.41s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (2.28s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.53s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.55s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (4.59s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (12.07s)
11:11:10 [2021-05-03T11:11:10.097Z]         docker_cli_daemon_test.go:2550: [ddb89be08a461] daemon is not started
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (11.71s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (4.30s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestShmSize (2.86s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestShmSizeReload (4.33s)
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.15s)
11:11:10 [2021-05-03T11:11:10.097Z]         check_test.go:309: [de6047f80da2f] daemon is not started
11:11:10 [2021-05-03T11:11:10.097Z]     --- PASS: TestDockerDaemonSuite/TestVolumePlugin (6.96s)
11:11:10 [2021-05-03T11:11:10.097Z] === RUN   TestDockerSwarmSuite
11:11:10 [2021-05-03T11:11:10.097Z] === RUN   TestDockerSwarmSuite/TestAPIDuplicateNetworks
11:11:11 [2021-05-03T11:11:11.253Z] --- PASS: TestInfoAPIWarnings (16.67s)
11:11:11 [2021-05-03T11:11:11.254Z] === RUN   TestInfoDebug
11:11:11 [2021-05-03T11:11:11.254Z] --- PASS: TestInfoDebug (0.67s)
11:11:11 [2021-05-03T11:11:11.254Z] === RUN   TestInfoInsecureRegistries
11:11:11 [2021-05-03T11:11:11.254Z] --- PASS: TestInfoInsecureRegistries (0.64s)
11:11:11 [2021-05-03T11:11:11.254Z] === RUN   TestInfoRegistryMirrors
11:11:12 [2021-05-03T11:11:12.191Z] --- PASS: TestInfoRegistryMirrors (0.83s)
11:11:12 [2021-05-03T11:11:12.191Z] === RUN   TestLoginFailsWithBadCredentials
11:11:12 [2021-05-03T11:11:12.191Z] --- PASS: TestLoginFailsWithBadCredentials (0.13s)
11:11:12 [2021-05-03T11:11:12.191Z] === RUN   TestPingCacheHeaders
11:11:12 [2021-05-03T11:11:12.191Z] --- PASS: TestPingCacheHeaders (0.02s)
11:11:12 [2021-05-03T11:11:12.191Z] === RUN   TestPingGet
11:11:12 [2021-05-03T11:11:12.191Z] --- PASS: TestPingGet (0.01s)
11:11:12 [2021-05-03T11:11:12.191Z] === RUN   TestPingHead
11:11:12 [2021-05-03T11:11:12.191Z] --- PASS: TestPingHead (0.02s)
11:11:12 [2021-05-03T11:11:12.191Z] === RUN   TestVersion
11:11:12 [2021-05-03T11:11:12.191Z] --- PASS: TestVersion (0.03s)
11:11:12 [2021-05-03T11:11:12.191Z] === CONT  TestCgroupDriverSystemdMemoryLimit
11:11:12 [2021-05-03T11:11:12.330Z] ok  	github.com/docker/docker/api/server	0.025s	coverage: 9.0% of statements
11:11:14 [2021-05-03T11:11:14.098Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.51s)
11:11:14 [2021-05-03T11:11:14.098Z] PASS
11:11:14 [2021-05-03T11:11:14.098Z] 
11:11:14 [2021-05-03T11:11:14.098Z] DONE 18 tests in 23.992s
11:11:14 [2021-05-03T11:11:14.098Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
11:11:14 [2021-05-03T11:11:14.098Z] INFO: Testing against a local daemon
11:11:14 [2021-05-03T11:11:14.098Z] === RUN   TestVolumesCreateAndList
11:11:14 [2021-05-03T11:11:14.098Z] --- PASS: TestVolumesCreateAndList (0.03s)
11:11:14 [2021-05-03T11:11:14.098Z] === RUN   TestVolumesRemove
11:11:14 [2021-05-03T11:11:14.098Z] --- PASS: TestVolumesRemove (0.08s)
11:11:14 [2021-05-03T11:11:14.098Z] === RUN   TestVolumesInspect
11:11:14 [2021-05-03T11:11:14.098Z] --- PASS: TestVolumesInspect (0.02s)
11:11:14 [2021-05-03T11:11:14.098Z] === RUN   TestVolumesInvalidJSON
11:11:14 [2021-05-03T11:11:14.098Z] === RUN   TestVolumesInvalidJSON//volumes/create
11:11:14 [2021-05-03T11:11:14.098Z] === PAUSE TestVolumesInvalidJSON//volumes/create
11:11:14 [2021-05-03T11:11:14.098Z] === CONT  TestVolumesInvalidJSON//volumes/create
11:11:14 [2021-05-03T11:11:14.098Z] --- PASS: TestVolumesInvalidJSON (0.01s)
11:11:14 [2021-05-03T11:11:14.098Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
11:11:14 [2021-05-03T11:11:14.098Z] PASS
11:11:14 [2021-05-03T11:11:14.098Z] 
11:11:14 [2021-05-03T11:11:14.098Z] DONE 5 tests in 0.166s
11:11:14 [2021-05-03T11:11:14.098Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
11:11:14 [2021-05-03T11:11:14.304Z] === RUN   TestDockerSwarmSuite/TestAPINetworkInspectWithScope
11:11:15 [2021-05-03T11:11:15.735Z] Stopping apparmor (via systemctl): apparmor.service.
11:11:15 [2021-05-03T11:11:15.735Z] Removing test suite binaries
11:11:15 [2021-05-03T11:11:15.735Z] exiting test-integration
11:11:15 [2021-05-03T11:11:15.735Z] ++ exit 0
11:11:15 [2021-05-03T11:11:15.735Z] 
11:11:17 [2021-05-03T11:11:17.611Z] === RUN   TestDockerSwarmSuite/TestAPIServiceUpdatePort
Post stage
[Pipeline] junit
11:11:19 [2021-05-03T11:11:19.100Z] Recording test results
11:11:20 [2021-05-03T11:11:20.563Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
11:11:20 [2021-05-03T11:11:20.880Z] --- PASS: TestServiceUpdateSecrets (15.44s)
11:11:20 [2021-05-03T11:11:20.880Z] === RUN   TestServiceUpdateConfigs
11:11:20 [2021-05-03T11:11:20.927Z] + echo Ensuring container killed.
11:11:20 [2021-05-03T11:11:20.927Z] Ensuring container killed.
11:11:20 [2021-05-03T11:11:20.927Z] + docker rm -vf docker-pr2
11:11:20 [2021-05-03T11:11:20.927Z] Error: No such container: docker-pr2
[Pipeline] sh
11:11:21 [2021-05-03T11:11:21.213Z] + echo Chowning /workspace to jenkins user
11:11:21 [2021-05-03T11:11:21.213Z] Chowning /workspace to jenkins user
11:11:21 [2021-05-03T11:11:21.213Z] + id -u
11:11:21 [2021-05-03T11:11:21.213Z] + id -g
11:11:21 [2021-05-03T11:11:21.213Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42329:/workspace busybox chown -R 1000:1000 /workspace
11:11:21 [2021-05-03T11:11:21.213Z] Unable to find image 'busybox:latest' locally
11:11:21 [2021-05-03T11:11:21.213Z] latest: Pulling from library/busybox
11:11:21 [2021-05-03T11:11:21.473Z] f531cdc67389: Pulling fs layer
11:11:21 [2021-05-03T11:11:21.473Z] f531cdc67389: Verifying Checksum
11:11:21 [2021-05-03T11:11:21.473Z] f531cdc67389: Download complete
11:11:21 [2021-05-03T11:11:21.473Z] f531cdc67389: Pull complete
11:11:21 [2021-05-03T11:11:21.473Z] Digest: sha256:ae39a6f5c07297d7ab64dbd4f82c77c874cc6a94cea29fdec309d0992574b4f7
11:11:21 [2021-05-03T11:11:21.473Z] Status: Downloaded newer image for busybox:latest
11:11:22 [2021-05-03T11:11:22.904Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
11:11:24 [2021-05-03T11:11:24.291Z] === RUN   TestDockerSwarmSuite/TestAPISwarmCAHash
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
11:11:25 [2021-05-03T11:11:25.069Z] + bundleName=amd64-cgroup2
11:11:25 [2021-05-03T11:11:25.069Z] + echo Creating amd64-cgroup2-bundles.tar.gz
11:11:25 [2021-05-03T11:11:25.069Z] Creating amd64-cgroup2-bundles.tar.gz
11:11:25 [2021-05-03T11:11:25.069Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
11:11:25 [2021-05-03T11:11:25.069Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz
11:11:25 [2021-05-03T11:11:25.236Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
[Pipeline] archiveArtifacts
11:11:25 [2021-05-03T11:11:25.340Z] Archiving artifacts
11:11:27 [2021-05-03T11:11:27.039Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42329/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
11:11:27 [2021-05-03T11:11:27.361Z] + make clean
11:11:27 [2021-05-03T11:11:27.361Z] docker volume rm -f docker-dev-cache
11:11:27 [2021-05-03T11:11:27.620Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
11:11:35 [2021-05-03T11:11:35.783Z] --- PASS: TestServiceUpdateConfigs (15.52s)
11:11:35 [2021-05-03T11:11:35.783Z] === RUN   TestServiceUpdateNetwork
11:11:37 [2021-05-03T11:11:37.470Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
11:11:37 [2021-05-03T11:11:37.470Z] === RUN   TestDockerSwarmSuite/TestAPISwarmErrorHandling
11:11:38 [2021-05-03T11:11:38.041Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
11:11:38 [2021-05-03T11:11:38.302Z] === RUN   TestDockerSwarmSuite/TestAPISwarmForceNewCluster
11:11:38 [2021-05-03T11:11:38.873Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
11:11:39 [2021-05-03T11:11:39.445Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
11:11:41 [2021-05-03T11:11:41.990Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
11:11:41 [2021-05-03T11:11:41.990Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
11:11:42 [2021-05-03T11:11:42.251Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
11:11:50 [2021-05-03T11:11:50.692Z] --- PASS: TestServiceUpdateNetwork (14.70s)
11:11:50 [2021-05-03T11:11:50.692Z] === RUN   TestServiceUpdatePidsLimit
11:11:50 [2021-05-03T11:11:50.692Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
11:11:50 [2021-05-03T11:11:50.692Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
11:11:58 [2021-05-03T11:11:58.827Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
11:12:00 [2021-05-03T11:12:00.366Z] === RUN   TestDockerSuite/TestBuildExpose
11:12:00 [2021-05-03T11:12:00.366Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
11:12:00 [2021-05-03T11:12:00.627Z] === RUN   TestDockerSuite/TestBuildExposeOrder
11:12:02 [2021-05-03T11:12:02.015Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
11:12:02 [2021-05-03T11:12:02.277Z] === RUN   TestDockerSuite/TestBuildFails
11:12:03 [2021-05-03T11:12:03.664Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
11:12:03 [2021-05-03T11:12:03.664Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
11:12:06 [2021-05-03T11:12:06.965Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
11:12:07 [2021-05-03T11:12:07.011Z] --- PASS: TestServiceUpdatePidsLimit (17.56s)
11:12:07 [2021-05-03T11:12:07.011Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.94s)
11:12:07 [2021-05-03T11:12:07.011Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.22s)
11:12:07 [2021-05-03T11:12:07.011Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.22s)
11:12:07 [2021-05-03T11:12:07.011Z] PASS
11:12:07 [2021-05-03T11:12:07.011Z] 
11:12:07 [2021-05-03T11:12:07.011Z] === Skipped
11:12:07 [2021-05-03T11:12:07.011Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
11:12:07 [2021-05-03T11:12:07.011Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
11:12:07 [2021-05-03T11:12:07.011Z] 
11:12:07 [2021-05-03T11:12:07.011Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
11:12:07 [2021-05-03T11:12:07.011Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
11:12:07 [2021-05-03T11:12:07.011Z] 
11:12:07 [2021-05-03T11:12:07.011Z] 
11:12:07 [2021-05-03T11:12:07.011Z] DONE 27 tests, 2 skipped in 162.053s
11:12:07 [2021-05-03T11:12:07.011Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 
11:12:07 [2021-05-03T11:12:07.011Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m
11:12:07 [2021-05-03T11:12:07.011Z] ++ set -e
11:12:07 [2021-05-03T11:12:07.011Z] ++ '[' -n 0 ']'
11:12:07 [2021-05-03T11:12:07.011Z] ++ set -x
11:12:07 [2021-05-03T11:12:07.011Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m
11:12:07 [2021-05-03T11:12:07.011Z] INFO: Testing against a local daemon
11:12:07 [2021-05-03T11:12:07.011Z] === RUN   TestSessionCreate
11:12:07 [2021-05-03T11:12:07.011Z] --- PASS: TestSessionCreate (0.05s)
11:12:07 [2021-05-03T11:12:07.011Z] === RUN   TestSessionCreateWithBadUpgrade
11:12:07 [2021-05-03T11:12:07.011Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s)
11:12:07 [2021-05-03T11:12:07.011Z] PASS
11:12:07 [2021-05-03T11:12:07.011Z] 
11:12:07 [2021-05-03T11:12:07.011Z] DONE 2 tests in 0.246s
11:12:07 [2021-05-03T11:12:07.011Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 
11:12:07 [2021-05-03T11:12:07.011Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m
11:12:07 [2021-05-03T11:12:07.011Z] ++ set -e
11:12:07 [2021-05-03T11:12:07.011Z] ++ '[' -n 0 ']'
11:12:07 [2021-05-03T11:12:07.011Z] ++ set -x
11:12:07 [2021-05-03T11:12:07.011Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m
11:12:07 [2021-05-03T11:12:07.011Z] INFO: Testing against a local daemon
11:12:07 [2021-05-03T11:12:07.011Z] === RUN   TestCgroupDriverSystemdMemoryLimit
11:12:07 [2021-05-03T11:12:07.011Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
11:12:07 [2021-05-03T11:12:07.011Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
11:12:07 [2021-05-03T11:12:07.011Z] === RUN   TestEventsExecDie
11:12:07 [2021-05-03T11:12:07.584Z] --- PASS: TestEventsExecDie (1.14s)
11:12:07 [2021-05-03T11:12:07.584Z] === RUN   TestEventsBackwardsCompatible
11:12:07 [2021-05-03T11:12:07.584Z] --- PASS: TestEventsBackwardsCompatible (0.08s)
11:12:07 [2021-05-03T11:12:07.584Z] === RUN   TestInfoBinaryCommits
11:12:07 [2021-05-03T11:12:07.584Z] --- PASS: TestInfoBinaryCommits (0.05s)
11:12:07 [2021-05-03T11:12:07.584Z] === RUN   TestInfoAPIVersioned
11:12:07 [2021-05-03T11:12:07.584Z] --- PASS: TestInfoAPIVersioned (0.02s)
11:12:07 [2021-05-03T11:12:07.584Z] === RUN   TestInfoDiscoveryBackend
11:12:08 [2021-05-03T11:12:08.972Z] --- PASS: TestInfoDiscoveryBackend (1.14s)
11:12:08 [2021-05-03T11:12:08.972Z] === RUN   TestInfoDiscoveryInvalidAdvertise
11:12:09 [2021-05-03T11:12:09.510Z] === RUN   TestDockerSuite/TestBuildForceRm
11:12:09 [2021-05-03T11:12:09.913Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
11:12:09 [2021-05-03T11:12:09.913Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
11:12:10 [2021-05-03T11:12:10.856Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (1.09s)
11:12:10 [2021-05-03T11:12:10.856Z] === RUN   TestInfoAPI
11:12:10 [2021-05-03T11:12:10.856Z] --- PASS: TestInfoAPI (0.05s)
11:12:10 [2021-05-03T11:12:10.856Z] === RUN   TestInfoAPIWarnings
11:12:12 [2021-05-03T11:12:12.055Z] === RUN   TestDockerSuite/TestBuildFromGit
11:12:13 [2021-05-03T11:12:13.443Z] === RUN   TestDockerSwarmSuite/TestAPISwarmHealthcheckNone
11:12:13 [2021-05-03T11:12:13.443Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInit
11:12:13 [2021-05-03T11:12:13.704Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
11:12:14 [2021-05-03T11:12:14.276Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
11:12:16 [2021-05-03T11:12:16.192Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
11:12:18 [2021-05-03T11:12:18.736Z] --- PASS: TestImportExtremelyLargeImageWorks (229.97s)
11:12:18 [2021-05-03T11:12:18.736Z] PASS
11:12:18 [2021-05-03T11:12:18.736Z] 
11:12:18 [2021-05-03T11:12:18.736Z] DONE 12 tests in 234.373s
11:12:18 [2021-05-03T11:12:18.736Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
11:12:18 [2021-05-03T11:12:18.736Z] ++ 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
11:12:18 [2021-05-03T11:12:18.736Z] ++ set -e
11:12:18 [2021-05-03T11:12:18.736Z] ++ '[' -n 0 ']'
11:12:18 [2021-05-03T11:12:18.736Z] ++ set -x
11:12:18 [2021-05-03T11:12:18.736Z] ++ 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
11:12:18 [2021-05-03T11:12:18.736Z] INFO: Testing against a local daemon
11:12:18 [2021-05-03T11:12:18.736Z] === RUN   TestNetworkCreateDelete
11:12:18 [2021-05-03T11:12:18.736Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
11:12:18 [2021-05-03T11:12:18.996Z] --- PASS: TestNetworkCreateDelete (0.51s)
11:12:18 [2021-05-03T11:12:18.996Z] === RUN   TestDockerNetworkDeletePreferID
11:12:19 [2021-05-03T11:12:19.573Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
11:12:19 [2021-05-03T11:12:19.574Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
11:12:20 [2021-05-03T11:12:20.516Z] --- PASS: TestDockerNetworkDeletePreferID (1.40s)
11:12:20 [2021-05-03T11:12:20.516Z] === RUN   TestDaemonDNSFallback
11:12:21 [2021-05-03T11:12:21.902Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
11:12:23 [2021-05-03T11:12:23.830Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
11:12:24 [2021-05-03T11:12:24.775Z] === RUN   TestDockerSuite/TestBuildHistory
11:12:28 [2021-05-03T11:12:28.973Z] --- PASS: TestInfoAPIWarnings (17.12s)
11:12:28 [2021-05-03T11:12:28.973Z] === RUN   TestInfoDebug
11:12:28 [2021-05-03T11:12:28.973Z] --- PASS: TestInfoDebug (1.11s)
11:12:28 [2021-05-03T11:12:28.973Z] === RUN   TestInfoInsecureRegistries
11:12:28 [2021-05-03T11:12:28.981Z] === RUN   TestDockerSuite/TestBuildIidFile
11:12:28 [2021-05-03T11:12:28.981Z] --- PASS: TestDaemonDNSFallback (7.72s)
11:12:28 [2021-05-03T11:12:28.981Z] === RUN   TestInspectNetwork
11:12:28 [2021-05-03T11:12:28.981Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
11:12:29 [2021-05-03T11:12:29.553Z] === RUN   TestDockerSuite/TestBuildInheritance
11:12:30 [2021-05-03T11:12:30.361Z] --- PASS: TestInfoInsecureRegistries (1.17s)
11:12:30 [2021-05-03T11:12:30.361Z] === RUN   TestInfoRegistryMirrors
11:12:30 [2021-05-03T11:12:30.497Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
11:12:31 [2021-05-03T11:12:31.068Z] === RUN   TestDockerSuite/TestBuildInvalidTag
11:12:31 [2021-05-03T11:12:31.068Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
11:12:31 [2021-05-03T11:12:31.304Z] --- PASS: TestInfoRegistryMirrors (1.15s)
11:12:31 [2021-05-03T11:12:31.304Z] === RUN   TestLoginFailsWithBadCredentials
11:12:31 [2021-05-03T11:12:31.878Z] --- PASS: TestLoginFailsWithBadCredentials (0.31s)
11:12:31 [2021-05-03T11:12:31.878Z] === RUN   TestPingCacheHeaders
11:12:31 [2021-05-03T11:12:31.878Z] --- PASS: TestPingCacheHeaders (0.05s)
11:12:31 [2021-05-03T11:12:31.878Z] === RUN   TestPingGet
11:12:31 [2021-05-03T11:12:31.878Z] --- PASS: TestPingGet (0.03s)
11:12:31 [2021-05-03T11:12:31.878Z] === RUN   TestPingHead
11:12:31 [2021-05-03T11:12:31.878Z] --- PASS: TestPingHead (0.05s)
11:12:31 [2021-05-03T11:12:31.878Z] === RUN   TestVersion
11:12:31 [2021-05-03T11:12:31.878Z] --- PASS: TestVersion (0.05s)
11:12:31 [2021-05-03T11:12:31.878Z] PASS
11:12:31 [2021-05-03T11:12:31.878Z] 
11:12:31 [2021-05-03T11:12:31.878Z] === Skipped
11:12:31 [2021-05-03T11:12:31.878Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
11:12:31 [2021-05-03T11:12:31.878Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
11:12:31 [2021-05-03T11:12:31.878Z] 
11:12:31 [2021-05-03T11:12:31.878Z] 
11:12:31 [2021-05-03T11:12:31.878Z] DONE 18 tests, 1 skipped in 25.761s
11:12:31 [2021-05-03T11:12:31.878Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 
11:12:31 [2021-05-03T11:12:31.878Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m
11:12:31 [2021-05-03T11:12:31.878Z] ++ set -e
11:12:31 [2021-05-03T11:12:31.878Z] ++ '[' -n 0 ']'
11:12:31 [2021-05-03T11:12:31.878Z] ++ set -x
11:12:31 [2021-05-03T11:12:31.878Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m
11:12:32 [2021-05-03T11:12:32.141Z] INFO: Testing against a local daemon
11:12:32 [2021-05-03T11:12:32.141Z] === RUN   TestVolumesCreateAndList
11:12:32 [2021-05-03T11:12:32.141Z] --- PASS: TestVolumesCreateAndList (0.04s)
11:12:32 [2021-05-03T11:12:32.141Z] === RUN   TestVolumesRemove
11:12:32 [2021-05-03T11:12:32.141Z] --- PASS: TestVolumesRemove (0.09s)
11:12:32 [2021-05-03T11:12:32.141Z] === RUN   TestVolumesInspect
11:12:32 [2021-05-03T11:12:32.141Z] --- PASS: TestVolumesInspect (0.03s)
11:12:32 [2021-05-03T11:12:32.141Z] === RUN   TestVolumesInvalidJSON
11:12:32 [2021-05-03T11:12:32.141Z] === RUN   TestVolumesInvalidJSON//volumes/create
11:12:32 [2021-05-03T11:12:32.141Z] === PAUSE TestVolumesInvalidJSON//volumes/create
11:12:32 [2021-05-03T11:12:32.141Z] === CONT  TestVolumesInvalidJSON//volumes/create
11:12:32 [2021-05-03T11:12:32.141Z] --- PASS: TestVolumesInvalidJSON (0.03s)
11:12:32 [2021-05-03T11:12:32.141Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
11:12:32 [2021-05-03T11:12:32.141Z] PASS
11:12:32 [2021-05-03T11:12:32.141Z] 
11:12:32 [2021-05-03T11:12:32.141Z] DONE 5 tests in 0.344s
11:12:32 [2021-05-03T11:12:32.141Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
11:12:32 [2021-05-03T11:12:32.453Z] === RUN   TestDockerSuite/TestBuildLabel
11:12:32 [2021-05-03T11:12:32.713Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
11:12:33 [2021-05-03T11:12:33.082Z] ++++ cat bundles/test-integration/docker.pid
11:12:33 [2021-05-03T11:12:33.082Z] +++ kill 14001
11:12:33 [2021-05-03T11:12:33.284Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
11:12:33 [2021-05-03T11:12:33.285Z] === RUN   TestInspectNetwork/full_network_id
11:12:33 [2021-05-03T11:12:33.285Z] === RUN   TestInspectNetwork/partial_network_id
11:12:33 [2021-05-03T11:12:33.546Z] === RUN   TestInspectNetwork/network_name
11:12:33 [2021-05-03T11:12:33.546Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
11:12:33 [2021-05-03T11:12:33.546Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
11:12:33 [2021-05-03T11:12:33.718Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
11:12:33 [2021-05-03T11:12:33.718Z] ok  	github.com/docker/docker/api/server/httputils	0.004s	coverage: 14.7% of statements
11:12:33 [2021-05-03T11:12:33.718Z] ok  	github.com/docker/docker/api/server/middleware	0.005s	coverage: 37.7% of statements
11:12:33 [2021-05-03T11:12:33.718Z] ?   	github.com/docker/docker/api/server/router	[no test files]
11:12:33 [2021-05-03T11:12:33.718Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
11:12:33 [2021-05-03T11:12:33.718Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
11:12:33 [2021-05-03T11:12:33.718Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
11:12:33 [2021-05-03T11:12:33.718Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
11:12:33 [2021-05-03T11:12:33.718Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
11:12:33 [2021-05-03T11:12:33.718Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
11:12:33 [2021-05-03T11:12:33.718Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
11:12:33 [2021-05-03T11:12:33.718Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
11:12:33 [2021-05-03T11:12:33.718Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
11:12:33 [2021-05-03T11:12:33.718Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
11:12:33 [2021-05-03T11:12:33.718Z] ok  	github.com/docker/docker/api/server/router/swarm	0.004s	coverage: 5.7% of statements
11:12:33 [2021-05-03T11:12:33.718Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
11:12:33 [2021-05-03T11:12:33.718Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
11:12:33 [2021-05-03T11:12:33.718Z] ?   	github.com/docker/docker/api/types	[no test files]
11:12:33 [2021-05-03T11:12:33.718Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
11:12:33 [2021-05-03T11:12:33.718Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
11:12:33 [2021-05-03T11:12:33.718Z] ?   	github.com/docker/docker/api/types/container	[no test files]
11:12:33 [2021-05-03T11:12:33.718Z] ?   	github.com/docker/docker/api/types/events	[no test files]
11:12:33 [2021-05-03T11:12:33.718Z] ok  	github.com/docker/docker/api/types/filters	0.004s	coverage: 92.2% of statements
11:12:33 [2021-05-03T11:12:33.718Z] ?   	github.com/docker/docker/api/types/image	[no test files]
11:12:33 [2021-05-03T11:12:33.719Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
11:12:33 [2021-05-03T11:12:33.719Z] ?   	github.com/docker/docker/api/types/network	[no test files]
11:12:33 [2021-05-03T11:12:33.719Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
11:12:33 [2021-05-03T11:12:33.719Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
11:12:33 [2021-05-03T11:12:33.719Z] ok  	github.com/docker/docker/api/types/strslice	0.009s	coverage: 90.0% of statements
11:12:33 [2021-05-03T11:12:33.719Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
11:12:33 [2021-05-03T11:12:33.719Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
11:12:33 [2021-05-03T11:12:33.719Z] ok  	github.com/docker/docker/api/types/time	0.010s	coverage: 100.0% of statements
11:12:33 [2021-05-03T11:12:33.719Z] ok  	github.com/docker/docker/api/types/versions	0.003s	coverage: 75.0% of statements
11:12:33 [2021-05-03T11:12:33.719Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
11:12:33 [2021-05-03T11:12:33.719Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
11:12:33 [2021-05-03T11:12:33.719Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
11:12:33 [2021-05-03T11:12:33.719Z] ?   	github.com/docker/docker/builder	[no test files]
11:12:33 [2021-05-03T11:12:33.719Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
11:12:33 [2021-05-03T11:12:33.719Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
11:12:33 [2021-05-03T11:12:33.719Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
11:12:33 [2021-05-03T11:12:33.719Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
11:12:33 [2021-05-03T11:12:33.719Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
11:12:33 [2021-05-03T11:12:33.719Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
11:12:33 [2021-05-03T11:12:33.719Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
11:12:33 [2021-05-03T11:12:33.719Z] ok  	github.com/docker/docker/builder/remotecontext	0.088s	coverage: 13.7% of statements
11:12:33 [2021-05-03T11:12:33.719Z] ok  	github.com/docker/docker/builder/dockerfile	0.214s	coverage: 48.5% of statements
11:12:33 [2021-05-03T11:12:33.719Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
11:12:33 [2021-05-03T11:12:33.807Z] === RUN   TestDockerSuite/TestBuildLabels
11:12:34 [2021-05-03T11:12:34.068Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInvalidAddress
11:12:34 [2021-05-03T11:12:34.328Z] === RUN   TestDockerSuite/TestBuildLabelsCache
11:12:34 [2021-05-03T11:12:34.466Z] +++ /etc/init.d/apparmor stop
11:12:34 [2021-05-03T11:12:34.466Z] Leaving: AppArmorNo profiles have been unloaded.
11:12:34 [2021-05-03T11:12:34.466Z] 
11:12:34 [2021-05-03T11:12:34.466Z] Unloading profiles will leave already running processes permanently
11:12:34 [2021-05-03T11:12:34.466Z] unconfined, which can lead to unexpected situations.
11:12:34 [2021-05-03T11:12:34.466Z] 
11:12:34 [2021-05-03T11:12:34.466Z] To set a process to complain mode, use the command line tool
11:12:34 [2021-05-03T11:12:34.466Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
11:12:34 [2021-05-03T11:12:34.466Z] +++ true
11:12:34 [2021-05-03T11:12:34.466Z] exiting test-integration
11:12:34 [2021-05-03T11:12:34.466Z] ++ exit 0
11:12:34 [2021-05-03T11:12:34.466Z] 
11:12:34 [2021-05-03T11:12:34.646Z] ok  	github.com/docker/docker/cli/debug	0.002s	coverage: 100.0% of statements
11:12:34 [2021-05-03T11:12:34.900Z] === RUN   TestDockerSwarmSuite/TestAPISwarmJoinToken
11:12:35 [2021-05-03T11:12:35.162Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
11:12:36 [2021-05-03T11:12:36.012Z] ok  	github.com/docker/docker/builder/remotecontext/git	1.618s	coverage: 86.3% of statements
11:12:36 [2021-05-03T11:12:36.012Z] ?   	github.com/docker/docker/cli	[no test files]
11:12:36 [2021-05-03T11:12:36.012Z] ?   	github.com/docker/docker/cli/config	[no test files]
Post stage
[Pipeline] junit
11:12:37 [2021-05-03T11:12:37.782Z] Recording test results
11:12:38 [2021-05-03T11:12:38.096Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
11:12:38 [2021-05-03T11:12:38.453Z] + echo Ensuring container killed.
11:12:38 [2021-05-03T11:12:38.453Z] Ensuring container killed.
11:12:38 [2021-05-03T11:12:38.453Z] + docker rm -vf docker-pr2
11:12:38 [2021-05-03T11:12:38.453Z] Error: No such container: docker-pr2
[Pipeline] sh
11:12:38 [2021-05-03T11:12:38.463Z] --- PASS: TestInspectNetwork (9.69s)
11:12:38 [2021-05-03T11:12:38.463Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
11:12:38 [2021-05-03T11:12:38.463Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
11:12:38 [2021-05-03T11:12:38.463Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
11:12:38 [2021-05-03T11:12:38.463Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
11:12:38 [2021-05-03T11:12:38.463Z] === RUN   TestRunContainerWithBridgeNone
11:12:38 [2021-05-03T11:12:38.463Z] === RUN   TestDockerSuite/TestBuildLastModified
11:12:38 [2021-05-03T11:12:38.530Z] ok  	github.com/docker/docker/client	0.157s	coverage: 75.4% of statements
11:12:38 [2021-05-03T11:12:38.743Z] + echo Chowning /workspace to jenkins user
11:12:38 [2021-05-03T11:12:38.743Z] Chowning /workspace to jenkins user
11:12:38 [2021-05-03T11:12:38.743Z] + id -u
11:12:38 [2021-05-03T11:12:38.743Z] + id -g
11:12:38 [2021-05-03T11:12:38.743Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42329:/workspace busybox chown -R 1000:1000 /workspace
11:12:38 [2021-05-03T11:12:38.743Z] Unable to find image 'busybox:latest' locally
11:12:39 [2021-05-03T11:12:39.003Z] latest: Pulling from library/busybox
11:12:39 [2021-05-03T11:12:39.003Z] 36fbfd22ebfc: Pulling fs layer
11:12:39 [2021-05-03T11:12:39.265Z] 36fbfd22ebfc: Download complete
11:12:39 [2021-05-03T11:12:39.532Z] 36fbfd22ebfc: Pull complete
11:12:39 [2021-05-03T11:12:39.532Z] Digest: sha256:ae39a6f5c07297d7ab64dbd4f82c77c874cc6a94cea29fdec309d0992574b4f7
11:12:39 [2021-05-03T11:12:39.532Z] Status: Downloaded newer image for busybox:latest
11:12:41 [2021-05-03T11:12:41.766Z] --- PASS: TestRunContainerWithBridgeNone (3.54s)
11:12:41 [2021-05-03T11:12:41.766Z] === RUN   TestNetworkInvalidJSON
11:12:41 [2021-05-03T11:12:41.766Z] === RUN   TestNetworkInvalidJSON//networks/create
11:12:41 [2021-05-03T11:12:41.766Z] === PAUSE TestNetworkInvalidJSON//networks/create
11:12:41 [2021-05-03T11:12:41.766Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
11:12:41 [2021-05-03T11:12:41.766Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
11:12:41 [2021-05-03T11:12:41.766Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
11:12:41 [2021-05-03T11:12:41.766Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
11:12:41 [2021-05-03T11:12:41.766Z] === CONT  TestNetworkInvalidJSON//networks/create
11:12:41 [2021-05-03T11:12:41.766Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
11:12:41 [2021-05-03T11:12:41.766Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
11:12:41 [2021-05-03T11:12:41.766Z] --- PASS: TestNetworkInvalidJSON (0.02s)
11:12:41 [2021-05-03T11:12:41.766Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
11:12:41 [2021-05-03T11:12:41.766Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
11:12:41 [2021-05-03T11:12:41.766Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
11:12:41 [2021-05-03T11:12:41.766Z] === RUN   TestNetworkList
11:12:41 [2021-05-03T11:12:41.766Z] === RUN   TestNetworkList//networks
11:12:41 [2021-05-03T11:12:41.766Z] === PAUSE TestNetworkList//networks
11:12:41 [2021-05-03T11:12:41.766Z] === RUN   TestNetworkList//networks/
11:12:41 [2021-05-03T11:12:41.766Z] === PAUSE TestNetworkList//networks/
11:12:41 [2021-05-03T11:12:41.766Z] === CONT  TestNetworkList//networks
11:12:41 [2021-05-03T11:12:41.766Z] === CONT  TestNetworkList//networks/
11:12:41 [2021-05-03T11:12:41.766Z] --- PASS: TestNetworkList (0.02s)
11:12:41 [2021-05-03T11:12:41.766Z]     --- PASS: TestNetworkList//networks (0.00s)
11:12:41 [2021-05-03T11:12:41.766Z]     --- PASS: TestNetworkList//networks/ (0.00s)
11:12:41 [2021-05-03T11:12:41.766Z] === RUN   TestHostIPv4BridgeLabel
11:12:42 [2021-05-03T11:12:42.707Z] --- PASS: TestHostIPv4BridgeLabel (0.99s)
11:12:42 [2021-05-03T11:12:42.707Z] === RUN   TestDaemonRestartWithLiveRestore
11:12:43 [2021-05-03T11:12:43.647Z] === RUN   TestDockerSuite/TestBuildLineBreak
11:12:44 [2021-05-03T11:12:44.218Z] --- PASS: TestDaemonRestartWithLiveRestore (1.62s)
11:12:44 [2021-05-03T11:12:44.218Z] === RUN   TestDaemonDefaultNetworkPools
11:12:45 [2021-05-03T11:12:45.603Z] --- PASS: TestDaemonDefaultNetworkPools (1.49s)
11:12:45 [2021-05-03T11:12:45.603Z] === RUN   TestDaemonRestartWithExistingNetwork
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
11:12:46 [2021-05-03T11:12:46.582Z] + bundleName=arm64-integration
11:12:46 [2021-05-03T11:12:46.582Z] + echo Creating arm64-integration-bundles.tar.gz
11:12:46 [2021-05-03T11:12:46.582Z] Creating arm64-integration-bundles.tar.gz
11:12:46 [2021-05-03T11:12:46.582Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json+  -oxargs tar -czf arm64-integration-bundles.tar.gz
11:12:46 [2021-05-03T11:12:46.582Z]  -name *.log -o -name *.prof -o -name *-report.xml ) -print
[Pipeline] archiveArtifacts
11:12:47 [2021-05-03T11:12:47.168Z] Archiving artifacts
11:12:47 [2021-05-03T11:12:47.620Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
11:12:47 [2021-05-03T11:12:47.620Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
11:12:47 [2021-05-03T11:12:47.620Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
11:12:47 [2021-05-03T11:12:47.620Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
11:12:47 [2021-05-03T11:12:47.620Z] === RUN   TestDockerSuite/TestBuildMaintainer
11:12:47 [2021-05-03T11:12:47.882Z] === RUN   TestDockerSuite/TestBuildMissingArgs
11:12:48 [2021-05-03T11:12:48.144Z] --- PASS: TestDaemonRestartWithExistingNetwork (2.49s)
11:12:48 [2021-05-03T11:12:48.144Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
11:12:49 [2021-05-03T11:12:49.087Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
11:12:49 [2021-05-03T11:12:49.231Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42329/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
11:12:49 [2021-05-03T11:12:49.554Z] + make clean
11:12:50 [2021-05-03T11:12:50.126Z] docker volume rm -f docker-dev-cache
11:12:50 [2021-05-03T11:12:50.126Z] docker-dev-cache
[Pipeline] deleteDir
11:12:50 [2021-05-03T11:12:50.473Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
11:12:51 [2021-05-03T11:12:51.044Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.94s)
11:12:51 [2021-05-03T11:12:51.044Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
11:12:51 [2021-05-03T11:12:51.986Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.96s)
11:12:51 [2021-05-03T11:12:51.986Z] === RUN   TestServiceWithPredefinedNetwork
11:12:55 [2021-05-03T11:12:55.288Z] --- PASS: TestServiceWithPredefinedNetwork (2.79s)
11:12:55 [2021-05-03T11:12:55.288Z] === RUN   TestServiceRemoveKeepsIngressNetwork
11:12:55 [2021-05-03T11:12:55.288Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
11:12:55 [2021-05-03T11:12:55.288Z]     service_test.go:242: FLAKY_TEST
11:12:55 [2021-05-03T11:12:55.288Z] === RUN   TestServiceWithDataPathPortInit
11:12:55 [2021-05-03T11:12:55.288Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
11:12:55 [2021-05-03T11:12:55.550Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
11:12:56 [2021-05-03T11:12:56.121Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
11:13:06 [2021-05-03T11:13:06.123Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
11:13:10 [2021-05-03T11:13:10.325Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
11:13:11 [2021-05-03T11:13:11.266Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
11:13:12 [2021-05-03T11:13:12.652Z] --- PASS: TestServiceWithDataPathPortInit (17.83s)
11:13:12 [2021-05-03T11:13:12.652Z] === RUN   TestServiceWithDefaultAddressPoolInit
11:13:13 [2021-05-03T11:13:13.594Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
11:13:13 [2021-05-03T11:13:13.594Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
11:13:18 [2021-05-03T11:13:18.887Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
11:13:18 [2021-05-03T11:13:18.887Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
11:13:21 [2021-05-03T11:13:21.429Z] === RUN   TestDockerSuite/TestBuildMultipleTags
11:13:21 [2021-05-03T11:13:21.429Z] === RUN   TestDockerSuite/TestBuildNetContainer
11:13:21 [2021-05-03T11:13:21.690Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.01s)
11:13:21 [2021-05-03T11:13:21.690Z]     service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:hqj020hrym4xf73ordi331ky2 Created:2021-05-03 11:13:14.244478965 +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[2f66542c37c846f9532e8f7d4c10299dda7d236b5d98f3ac6ce1d8f056b5fb6a:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.u8lwgyxvram1tdbawfyo87zjt EndpointID:552f74b6e9fe549f652001f9fcbf104863a15da9d80ddb2693937d2ced41a473 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:5822083b2866b5fa931960e77207d76e851265ea2498b48eefa33cf074945a78 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:31bc63ce0b47 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.u8lwgyxvram1tdbawfyo87zjt EndpointID:552f74b6e9fe549f652001f9fcbf104863a15da9d80ddb2693937d2ced41a473 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
11:13:21 [2021-05-03T11:13:21.690Z] PASS
11:13:21 [2021-05-03T11:13:21.690Z] 
11:13:21 [2021-05-03T11:13:21.690Z] === Skipped
11:13:21 [2021-05-03T11:13:21.690Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
11:13:21 [2021-05-03T11:13:21.690Z]     service_test.go:242: FLAKY_TEST
11:13:21 [2021-05-03T11:13:21.690Z] 
11:13:21 [2021-05-03T11:13:21.690Z] 
11:13:21 [2021-05-03T11:13:21.690Z] DONE 26 tests, 1 skipped in 63.204s
11:13:21 [2021-05-03T11:13:21.690Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
11:13:21 [2021-05-03T11:13:21.690Z] ++ 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
11:13:21 [2021-05-03T11:13:21.690Z] ++ set -e
11:13:21 [2021-05-03T11:13:21.690Z] ++ '[' -n 0 ']'
11:13:21 [2021-05-03T11:13:21.690Z] ++ set -x
11:13:21 [2021-05-03T11:13:21.690Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
11:13:21 [2021-05-03T11:13:21.952Z] INFO: Testing against a local daemon
11:13:21 [2021-05-03T11:13:21.952Z] === RUN   TestDockerNetworkIpvlanPersistance
11:13:21 [2021-05-03T11:13:21.952Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s)
11:13:21 [2021-05-03T11:13:21.952Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
11:13:21 [2021-05-03T11:13:21.952Z] === RUN   TestDockerNetworkIpvlan
11:13:21 [2021-05-03T11:13:21.952Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
11:13:21 [2021-05-03T11:13:21.952Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
11:13:21 [2021-05-03T11:13:21.952Z] PASS
11:13:21 [2021-05-03T11:13:21.952Z] 
11:13:21 [2021-05-03T11:13:21.952Z] === Skipped
11:13:21 [2021-05-03T11:13:21.952Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s)
11:13:21 [2021-05-03T11:13:21.952Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
11:13:21 [2021-05-03T11:13:21.952Z] 
11:13:21 [2021-05-03T11:13:21.952Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
11:13:21 [2021-05-03T11:13:21.952Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
11:13:21 [2021-05-03T11:13:21.952Z] 
11:13:21 [2021-05-03T11:13:21.952Z] 
11:13:21 [2021-05-03T11:13:21.952Z] DONE 2 tests, 2 skipped in 0.165s
11:13:21 [2021-05-03T11:13:21.952Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
11:13:21 [2021-05-03T11:13:21.952Z] ++ 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
11:13:21 [2021-05-03T11:13:21.952Z] ++ set -e
11:13:21 [2021-05-03T11:13:21.952Z] ++ '[' -n 0 ']'
11:13:21 [2021-05-03T11:13:21.952Z] ++ set -x
11:13:21 [2021-05-03T11:13:21.952Z] ++ 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
11:13:21 [2021-05-03T11:13:21.952Z] INFO: Testing against a local daemon
11:13:21 [2021-05-03T11:13:21.952Z] === RUN   TestDockerNetworkMacvlanPersistance
11:13:23 [2021-05-03T11:13:23.866Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderElection
11:13:24 [2021-05-03T11:13:24.128Z] === RUN   TestDockerSuite/TestBuildNetNone
11:13:24 [2021-05-03T11:13:24.700Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.50s)
11:13:24 [2021-05-03T11:13:24.700Z] === RUN   TestDockerNetworkMacvlan
11:13:24 [2021-05-03T11:13:24.960Z] === RUN   TestDockerSuite/TestBuildNoContext
11:13:25 [2021-05-03T11:13:25.160Z] ok  	github.com/docker/docker/cmd/dockerd	0.085s	coverage: 29.1% of statements
11:13:25 [2021-05-03T11:13:25.160Z] ok  	github.com/docker/docker/container	0.119s	coverage: 34.7% of statements
11:13:25 [2021-05-03T11:13:25.160Z] ?   	github.com/docker/docker/container/stream	[no test files]
11:13:25 [2021-05-03T11:13:25.160Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
11:13:25 [2021-05-03T11:13:25.160Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
11:13:25 [2021-05-03T11:13:25.160Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
11:13:25 [2021-05-03T11:13:25.902Z] === RUN   TestDockerNetworkMacvlan/Subinterface
11:13:26 [2021-05-03T11:13:26.473Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
11:13:27 [2021-05-03T11:13:27.857Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
11:13:27 [2021-05-03T11:13:27.857Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
11:13:29 [2021-05-03T11:13:29.242Z] === RUN   TestDockerNetworkMacvlan/NilParent
11:13:29 [2021-05-03T11:13:29.814Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
11:13:30 [2021-05-03T11:13:30.074Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
11:13:30 [2021-05-03T11:13:30.335Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
11:13:30 [2021-05-03T11:13:30.595Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
11:13:31 [2021-05-03T11:13:31.166Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
11:13:31 [2021-05-03T11:13:31.737Z] === RUN   TestDockerSuite/TestBuildOnBuild
11:13:31 [2021-05-03T11:13:31.751Z] ok  	github.com/docker/docker/daemon/cluster	0.069s	coverage: 0.5% of statements
11:13:33 [2021-05-03T11:13:33.125Z] === RUN   TestDockerNetworkMacvlan/InternalMode
11:13:33 [2021-05-03T11:13:33.644Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.009s	coverage: 65.3% of statements
11:13:34 [2021-05-03T11:13:34.068Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
11:13:35 [2021-05-03T11:13:35.011Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.009s	coverage: 35.9% of statements
11:13:35 [2021-05-03T11:13:35.011Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
11:13:37 [2021-05-03T11:13:37.564Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
11:13:37 [2021-05-03T11:13:37.564Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
11:13:39 [2021-05-03T11:13:39.482Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
11:13:42 [2021-05-03T11:13:42.030Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
11:13:43 [2021-05-03T11:13:43.941Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
11:13:44 [2021-05-03T11:13:44.957Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.437s	coverage: 14.1% of statements
11:13:44 [2021-05-03T11:13:44.957Z] ok  	github.com/docker/docker/daemon	12.171s	coverage: 17.3% of statements
11:13:44 [2021-05-03T11:13:44.957Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
11:13:44 [2021-05-03T11:13:44.957Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
11:13:45 [2021-05-03T11:13:45.520Z] ok  	github.com/docker/docker/daemon/discovery	0.003s	coverage: 30.0% of statements
11:13:45 [2021-05-03T11:13:45.856Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
11:13:46 [2021-05-03T11:13:46.083Z] ok  	github.com/docker/docker/daemon/config	0.049s	coverage: 81.8% of statements
11:13:46 [2021-05-03T11:13:46.117Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
11:13:46 [2021-05-03T11:13:46.379Z] === RUN   TestDockerNetworkMacvlan/Addressing
11:13:47 [2021-05-03T11:13:47.012Z] ok  	github.com/docker/docker/daemon/events	0.059s	coverage: 50.0% of statements
11:13:47 [2021-05-03T11:13:47.012Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
11:13:47 [2021-05-03T11:13:47.012Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
11:13:47 [2021-05-03T11:13:47.939Z] ok  	github.com/docker/docker/daemon/graphdriver	0.005s	coverage: 2.2% of statements
11:13:48 [2021-05-03T11:13:48.926Z] --- PASS: TestDockerNetworkMacvlan (24.40s)
11:13:48 [2021-05-03T11:13:48.927Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.14s)
11:13:48 [2021-05-03T11:13:48.927Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s)
11:13:48 [2021-05-03T11:13:48.927Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (2.78s)
11:13:48 [2021-05-03T11:13:48.927Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (3.07s)
11:13:48 [2021-05-03T11:13:48.927Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (7.08s)
11:13:48 [2021-05-03T11:13:48.927Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (2.18s)
11:13:48 [2021-05-03T11:13:48.927Z] PASS
11:13:48 [2021-05-03T11:13:48.927Z] 
11:13:48 [2021-05-03T11:13:48.927Z] DONE 8 tests in 27.056s
11:13:48 [2021-05-03T11:13:48.927Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
11:13:48 [2021-05-03T11:13:48.927Z] ++ 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
11:13:48 [2021-05-03T11:13:48.927Z] ++ set -e
11:13:48 [2021-05-03T11:13:48.927Z] ++ '[' -n 0 ']'
11:13:48 [2021-05-03T11:13:48.927Z] ++ set -x
11:13:48 [2021-05-03T11:13:48.927Z] ++ 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
11:13:48 [2021-05-03T11:13:48.927Z] testing: warning: no tests to run
11:13:48 [2021-05-03T11:13:48.927Z] PASS
11:13:48 [2021-05-03T11:13:48.927Z] 
11:13:48 [2021-05-03T11:13:48.927Z] DONE 0 tests in 0.031s
11:13:48 [2021-05-03T11:13:48.927Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
11:13:48 [2021-05-03T11:13:48.927Z] ++ 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
11:13:48 [2021-05-03T11:13:48.927Z] ++ set -e
11:13:48 [2021-05-03T11:13:48.927Z] ++ '[' -n 0 ']'
11:13:48 [2021-05-03T11:13:48.927Z] ++ set -x
11:13:48 [2021-05-03T11:13:48.927Z] ++ 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
11:13:49 [2021-05-03T11:13:49.188Z] INFO: Testing against a local daemon
11:13:49 [2021-05-03T11:13:49.188Z] === RUN   TestAuthZPluginAllowRequest
11:13:50 [2021-05-03T11:13:50.455Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	1.577s	coverage: 73.3% of statements
11:13:50 [2021-05-03T11:13:50.455Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.026s	coverage: 3.1% of statements
11:13:50 [2021-05-03T11:13:50.573Z] === RUN   TestDockerSuite/TestBuildPATH
11:13:51 [2021-05-03T11:13:51.145Z] --- PASS: TestAuthZPluginAllowRequest (2.00s)
11:13:51 [2021-05-03T11:13:51.145Z] === RUN   TestAuthZPluginTLS
11:13:51 [2021-05-03T11:13:51.823Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.395s	coverage: 56.2% of statements
11:13:52 [2021-05-03T11:13:52.087Z] --- PASS: TestAuthZPluginTLS (0.80s)
11:13:52 [2021-05-03T11:13:52.087Z] === RUN   TestAuthZPluginDenyRequest
11:13:52 [2021-05-03T11:13:52.348Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
11:13:52 [2021-05-03T11:13:52.919Z] --- PASS: TestAuthZPluginDenyRequest (0.80s)
11:13:52 [2021-05-03T11:13:52.919Z] === RUN   TestAuthZPluginAPIDenyResponse
11:13:53 [2021-05-03T11:13:53.491Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
11:13:53 [2021-05-03T11:13:53.491Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.75s)
11:13:53 [2021-05-03T11:13:53.491Z] === RUN   TestAuthZPluginDenyResponse
11:13:54 [2021-05-03T11:13:54.351Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.011s	coverage: 1.9% of statements
11:13:54 [2021-05-03T11:13:54.433Z] --- PASS: TestAuthZPluginDenyResponse (0.79s)
11:13:54 [2021-05-03T11:13:54.433Z] === RUN   TestAuthZPluginAllowEventStream
11:13:54 [2021-05-03T11:13:54.433Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
11:13:55 [2021-05-03T11:13:55.719Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	2.567s	coverage: 45.9% of statements
11:13:55 [2021-05-03T11:13:55.720Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
11:13:55 [2021-05-03T11:13:55.976Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.332s	coverage: 49.4% of statements
11:13:56 [2021-05-03T11:13:56.350Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderProxy
11:13:56 [2021-05-03T11:13:56.351Z] --- PASS: TestAuthZPluginAllowEventStream (1.99s)
11:13:56 [2021-05-03T11:13:56.351Z] === RUN   TestAuthZPluginErrorResponse
11:13:57 [2021-05-03T11:13:57.293Z] --- PASS: TestAuthZPluginErrorResponse (0.88s)
11:13:57 [2021-05-03T11:13:57.293Z] === RUN   TestAuthZPluginErrorRequest
11:13:57 [2021-05-03T11:13:57.867Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.521s	coverage: 57.7% of statements
11:13:57 [2021-05-03T11:13:57.868Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
11:13:57 [2021-05-03T11:13:57.868Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
11:13:58 [2021-05-03T11:13:58.124Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.009s	coverage: 57.5% of statements
11:13:58 [2021-05-03T11:13:58.235Z] --- PASS: TestAuthZPluginErrorRequest (0.85s)
11:13:58 [2021-05-03T11:13:58.235Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
11:13:59 [2021-05-03T11:13:59.188Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (1.00s)
11:13:59 [2021-05-03T11:13:59.188Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
11:14:00 [2021-05-03T11:14:00.017Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.008s	coverage: 3.0% of statements
11:14:00 [2021-05-03T11:14:00.945Z] ok  	github.com/docker/docker/daemon/links	0.012s	coverage: 93.0% of statements
11:14:01 [2021-05-03T11:14:01.508Z] ok  	github.com/docker/docker/daemon/images	0.038s	coverage: 6.7% of statements
11:14:01 [2021-05-03T11:14:01.508Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
11:14:01 [2021-05-03T11:14:01.508Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
11:14:01 [2021-05-03T11:14:01.736Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.84s)
11:14:01 [2021-05-03T11:14:01.736Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
11:14:03 [2021-05-03T11:14:03.400Z] ok  	github.com/docker/docker/daemon/logger	0.226s	coverage: 43.2% of statements
11:14:03 [2021-05-03T11:14:03.656Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.198s	coverage: 77.8% of statements
11:14:03 [2021-05-03T11:14:03.656Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
11:14:03 [2021-05-03T11:14:03.656Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
11:14:04 [2021-05-03T11:14:04.282Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.37s)
11:14:04 [2021-05-03T11:14:04.282Z] === RUN   TestAuthZPluginHeader
11:14:04 [2021-05-03T11:14:04.589Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.007s	coverage: 67.0% of statements
11:14:05 [2021-05-03T11:14:05.151Z] ok  	github.com/docker/docker/daemon/logger/journald	0.004s	coverage: 23.9% of statements
11:14:05 [2021-05-03T11:14:05.222Z] --- PASS: TestAuthZPluginHeader (1.05s)
11:14:05 [2021-05-03T11:14:05.222Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
11:14:05 [2021-05-03T11:14:05.713Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.026s	coverage: 87.2% of statements
11:14:05 [2021-05-03T11:14:05.713Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.010s	coverage: 69.9% of statements
11:14:05 [2021-05-03T11:14:05.794Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
11:14:07 [2021-05-03T11:14:07.078Z] ok  	github.com/docker/docker/daemon/logger/local	0.015s	coverage: 75.2% of statements
11:14:07 [2021-05-03T11:14:07.078Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
11:14:07 [2021-05-03T11:14:07.640Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.041s	coverage: 55.1% of statements
11:14:09 [2021-05-03T11:14:09.008Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.009s	coverage: 31.5% of statements
11:14:09 [2021-05-03T11:14:09.936Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.004s	coverage: 46.8% of statements
11:14:09 [2021-05-03T11:14:09.998Z] === RUN   TestDockerSuite/TestBuildResourceConstraintsAreUsed
11:14:10 [2021-05-03T11:14:10.499Z] ok  	github.com/docker/docker/daemon/logger/templates	0.002s	coverage: 8.3% of statements
11:14:10 [2021-05-03T11:14:10.569Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (5.30s)
11:14:10 [2021-05-03T11:14:10.569Z] === RUN   TestAuthZPluginV2Disable
11:14:11 [2021-05-03T11:14:11.134Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.649s	coverage: 82.5% of statements
11:14:11 [2021-05-03T11:14:11.134Z] ?   	github.com/docker/docker/daemon/names	[no test files]
11:14:11 [2021-05-03T11:14:11.134Z] ok  	github.com/docker/docker/daemon/network	0.020s	coverage: 63.8% of statements
11:14:11 [2021-05-03T11:14:11.134Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
11:14:13 [2021-05-03T11:14:13.025Z] ok  	github.com/docker/docker/distribution/metadata	0.041s	coverage: 48.2% of statements
11:14:13 [2021-05-03T11:14:13.953Z] ok  	github.com/docker/docker/distribution	0.137s	coverage: 25.2% of statements
11:14:13 [2021-05-03T11:14:13.953Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
11:14:14 [2021-05-03T11:14:14.771Z] --- PASS: TestAuthZPluginV2Disable (3.75s)
11:14:14 [2021-05-03T11:14:14.771Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
11:14:15 [2021-05-03T11:14:15.319Z] ok  	github.com/docker/docker/errdefs	0.004s	coverage: 53.1% of statements
11:14:15 [2021-05-03T11:14:15.342Z] === RUN   TestDockerSuite/TestBuildRm
11:14:15 [2021-05-03T11:14:15.882Z] ok  	github.com/docker/docker/image	0.017s	coverage: 86.6% of statements
11:14:16 [2021-05-03T11:14:16.446Z] ok  	github.com/docker/docker/distribution/xfer	1.873s	coverage: 85.1% of statements
11:14:16 [2021-05-03T11:14:16.446Z] ?   	github.com/docker/docker/dockerversion	[no test files]
11:14:17 [2021-05-03T11:14:17.032Z] ok  	github.com/docker/docker/image/cache	0.008s	coverage: 19.2% of statements
11:14:17 [2021-05-03T11:14:17.979Z] ok  	github.com/docker/docker/image/tarexport	0.009s	coverage: 0.6% of statements
11:14:18 [2021-05-03T11:14:18.235Z] ok  	github.com/docker/docker/image/v1	0.013s	coverage: 25.0% of statements
11:14:18 [2021-05-03T11:14:18.235Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
11:14:18 [2021-05-03T11:14:18.642Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.93s)
11:14:18 [2021-05-03T11:14:18.642Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
11:14:18 [2021-05-03T11:14:18.642Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
11:14:19 [2021-05-03T11:14:19.164Z] ok  	github.com/docker/docker/libcontainerd/queue	0.023s	coverage: 100.0% of statements
11:14:19 [2021-05-03T11:14:19.583Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
11:14:20 [2021-05-03T11:14:20.531Z] ok  	github.com/docker/docker/oci	0.008s	coverage: 45.2% of statements
11:14:20 [2021-05-03T11:14:20.968Z] === RUN   TestDockerSuite/TestBuildScratchCopy
11:14:21 [2021-05-03T11:14:21.092Z] ok  	github.com/docker/docker/opts	0.022s	coverage: 67.1% of statements
11:14:21 [2021-05-03T11:14:21.228Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
11:14:21 [2021-05-03T11:14:21.348Z] ok  	github.com/docker/docker/pkg/aaparser	0.001s	coverage: 52.9% of statements
11:14:21 [2021-05-03T11:14:21.489Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin
11:14:21 [2021-05-03T11:14:21.749Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
11:14:23 [2021-05-03T11:14:23.237Z] ok  	github.com/docker/docker/pkg/archive	0.300s	coverage: 82.1% of statements
11:14:23 [2021-05-03T11:14:23.800Z] ok  	github.com/docker/docker/pkg/authorization	0.222s	coverage: 68.3% of statements
11:14:24 [2021-05-03T11:14:24.056Z] ok  	github.com/docker/docker/pkg/broadcaster	0.001s	coverage: 100.0% of statements
11:14:24 [2021-05-03T11:14:24.303Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
11:14:24 [2021-05-03T11:14:24.312Z] ok  	github.com/docker/docker/pkg/capabilities	0.003s	coverage: 87.5% of statements
11:14:26 [2021-05-03T11:14:26.216Z] === RUN   TestDockerSuite/TestBuildShellInherited
11:14:27 [2021-05-03T11:14:27.575Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.501s	coverage: 43.2% of statements
11:14:27 [2021-05-03T11:14:27.831Z] ok  	github.com/docker/docker/pkg/directory	0.002s	coverage: 80.0% of statements
11:14:28 [2021-05-03T11:14:28.087Z] ok  	github.com/docker/docker/pkg/discovery	0.003s	coverage: 58.3% of statements
11:14:28 [2021-05-03T11:14:28.087Z] ok  	github.com/docker/docker/layer	7.742s	coverage: 68.8% of statements
11:14:28 [2021-05-03T11:14:28.087Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
11:14:28 [2021-05-03T11:14:28.087Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
11:14:28 [2021-05-03T11:14:28.087Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
11:14:28 [2021-05-03T11:14:28.087Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
11:14:28 [2021-05-03T11:14:28.087Z] ?   	github.com/docker/docker/oci/caps	[no test files]
11:14:28 [2021-05-03T11:14:28.087Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
11:14:28 [2021-05-03T11:14:28.087Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
11:14:28 [2021-05-03T11:14:28.128Z] === RUN   TestDockerSuite/TestBuildShellMultiple
11:14:28 [2021-05-03T11:14:28.649Z] ok  	github.com/docker/docker/pkg/discovery/file	0.003s	coverage: 92.9% of statements
11:14:29 [2021-05-03T11:14:29.577Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.004s	coverage: 92.3% of statements
11:14:30 [2021-05-03T11:14:30.139Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.003s	coverage: 93.8% of statements
11:14:30 [2021-05-03T11:14:30.700Z] ok  	github.com/docker/docker/pkg/dmesg	0.006s	coverage: 83.3% of statements
11:14:31 [2021-05-03T11:14:31.628Z] ok  	github.com/docker/docker/pkg/filenotify	0.603s	coverage: 67.0% of statements
11:14:32 [2021-05-03T11:14:32.335Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
11:14:32 [2021-05-03T11:14:32.335Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
11:14:32 [2021-05-03T11:14:32.335Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
11:14:32 [2021-05-03T11:14:32.335Z] === RUN   TestDockerSuite/TestBuildSpaces
11:14:32 [2021-05-03T11:14:32.335Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (13.97s)
11:14:32 [2021-05-03T11:14:32.335Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
11:14:32 [2021-05-03T11:14:32.335Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
11:14:32 [2021-05-03T11:14:32.557Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.062s	coverage: 84.1% of statements
11:14:32 [2021-05-03T11:14:32.557Z] ok  	github.com/docker/docker/pkg/fileutils	0.009s	coverage: 89.5% of statements
11:14:33 [2021-05-03T11:14:33.120Z] ok  	github.com/docker/docker/pkg/homedir	0.006s	coverage: 11.4% of statements
11:14:33 [2021-05-03T11:14:33.120Z] ok  	github.com/docker/docker/pkg/fsutils	0.164s	coverage: 85.1% of statements
11:14:33 [2021-05-03T11:14:33.719Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
11:14:33 [2021-05-03T11:14:33.719Z] === RUN   TestDockerSuite/TestBuildStderr
11:14:34 [2021-05-03T11:14:34.488Z] ok  	github.com/docker/docker/pkg/idtools	0.510s	coverage: 69.5% of statements
11:14:34 [2021-05-03T11:14:34.488Z] ok  	github.com/docker/docker/pkg/ioutils	0.535s	coverage: 69.3% of statements
11:14:34 [2021-05-03T11:14:34.660Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
11:14:34 [2021-05-03T11:14:34.744Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.027s	coverage: 91.7% of statements
11:14:34 [2021-05-03T11:14:34.744Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
11:14:35 [2021-05-03T11:14:35.001Z] ok  	github.com/docker/docker/pkg/longpath	0.007s	coverage: 100.0% of statements
11:14:35 [2021-05-03T11:14:35.001Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
11:14:35 [2021-05-03T11:14:35.001Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
11:14:35 [2021-05-03T11:14:35.257Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.002s	coverage: 85.7% of statements
11:14:35 [2021-05-03T11:14:35.257Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
11:14:35 [2021-05-03T11:14:35.514Z] ok  	github.com/docker/docker/pkg/parsers	0.005s	coverage: 97.0% of statements
11:14:35 [2021-05-03T11:14:35.771Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.002s	coverage: 60.0% of statements
11:14:36 [2021-05-03T11:14:36.027Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.005s	coverage: 86.7% of statements
11:14:36 [2021-05-03T11:14:36.284Z] ok  	github.com/docker/docker/pkg/pidfile	0.003s	coverage: 82.4% of statements
11:14:36 [2021-05-03T11:14:36.284Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
11:14:36 [2021-05-03T11:14:36.284Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
11:14:37 [2021-05-03T11:14:37.212Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.007s	coverage: 56.8% of statements
11:14:37 [2021-05-03T11:14:37.773Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.002s	coverage: 85.7% of statements
11:14:38 [2021-05-03T11:14:38.029Z] ok  	github.com/docker/docker/pkg/pools	0.002s	coverage: 88.2% of statements
11:14:38 [2021-05-03T11:14:38.284Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
11:14:38 [2021-05-03T11:14:38.864Z] === RUN   TestDockerSuite/TestBuildStopSignal
11:14:39 [2021-05-03T11:14:39.435Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
11:14:39 [2021-05-03T11:14:39.647Z] ok  	github.com/docker/docker/pkg/pubsub	1.026s	coverage: 75.0% of statements
11:14:39 [2021-05-03T11:14:39.903Z] ok  	github.com/docker/docker/pkg/reexec	0.006s	coverage: 82.4% of statements
11:14:40 [2021-05-03T11:14:40.375Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
11:14:40 [2021-05-03T11:14:40.635Z] === RUN   TestDockerSuite/TestBuildTagEvent
11:14:41 [2021-05-03T11:14:41.577Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
11:14:42 [2021-05-03T11:14:42.962Z] === RUN   TestDockerSuite/TestBuildUser
11:14:43 [2021-05-03T11:14:43.169Z] ok  	github.com/docker/docker/pkg/signal	2.384s	coverage: 61.0% of statements
11:14:43 [2021-05-03T11:14:43.169Z] ok  	github.com/docker/docker/pkg/stdcopy	0.003s	coverage: 100.0% of statements
11:14:43 [2021-05-03T11:14:43.425Z] ok  	github.com/docker/docker/pkg/streamformatter	0.003s	coverage: 66.2% of statements
11:14:43 [2021-05-03T11:14:43.682Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 70.6% of statements
11:14:44 [2021-05-03T11:14:44.244Z] ok  	github.com/docker/docker/pkg/sysinfo	0.005s	coverage: 54.9% of statements
11:14:44 [2021-05-03T11:14:44.346Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
11:14:44 [2021-05-03T11:14:44.807Z] ok  	github.com/docker/docker/pkg/system	0.004s	coverage: 36.9% of statements
11:14:45 [2021-05-03T11:14:45.370Z] ok  	github.com/docker/docker/pkg/tailfile	0.057s	coverage: 88.6% of statements
11:14:45 [2021-05-03T11:14:45.933Z] ok  	github.com/docker/docker/pkg/tarsum	0.043s	coverage: 89.3% of statements
11:14:45 [2021-05-03T11:14:45.933Z] testing: warning: no tests to run
11:14:45 [2021-05-03T11:14:45.933Z] coverage: [no statements]
11:14:45 [2021-05-03T11:14:45.933Z] ok  	github.com/docker/docker/pkg/term/windows	0.001s	coverage: [no statements] [no tests to run]
11:14:46 [2021-05-03T11:14:46.494Z] ok  	github.com/docker/docker/pkg/truncindex	0.102s	coverage: 91.5% of statements
11:14:46 [2021-05-03T11:14:46.494Z] ok  	github.com/docker/docker/pkg/urlutil	0.002s	coverage: 100.0% of statements
11:14:46 [2021-05-03T11:14:46.751Z] ok  	github.com/docker/docker/pkg/useragent	0.001s	coverage: 88.9% of statements
11:14:46 [2021-05-03T11:14:46.892Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer
11:14:47 [2021-05-03T11:14:47.833Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
11:14:48 [2021-05-03T11:14:48.640Z] ok  	github.com/docker/docker/plugin	0.517s	coverage: 23.2% of statements
11:14:49 [2021-05-03T11:14:49.569Z] ok  	github.com/docker/docker/plugin/v2	0.003s	coverage: 14.5% of statements
11:14:50 [2021-05-03T11:14:50.131Z] ok  	github.com/docker/docker/profiles/seccomp	0.010s	coverage: 85.4% of statements
11:14:51 [2021-05-03T11:14:51.137Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.42s)
11:14:51 [2021-05-03T11:14:51.137Z] PASS
11:14:51 [2021-05-03T11:14:51.137Z] 
11:14:51 [2021-05-03T11:14:51.137Z] DONE 17 tests in 61.644s
11:14:51 [2021-05-03T11:14:51.137Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
11:14:51 [2021-05-03T11:14:51.137Z] ++ 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
11:14:51 [2021-05-03T11:14:51.137Z] ++ set -e
11:14:51 [2021-05-03T11:14:51.137Z] ++ '[' -n 0 ']'
11:14:51 [2021-05-03T11:14:51.137Z] ++ set -x
11:14:51 [2021-05-03T11:14:51.137Z] ++ 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
11:14:51 [2021-05-03T11:14:51.137Z] INFO: Testing against a local daemon
11:14:51 [2021-05-03T11:14:51.137Z] === RUN   TestPluginInvalidJSON
11:14:51 [2021-05-03T11:14:51.137Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
11:14:51 [2021-05-03T11:14:51.137Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
11:14:51 [2021-05-03T11:14:51.137Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
11:14:51 [2021-05-03T11:14:51.137Z] --- PASS: TestPluginInvalidJSON (0.02s)
11:14:51 [2021-05-03T11:14:51.137Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
11:14:51 [2021-05-03T11:14:51.137Z] === RUN   TestPluginInstall
11:14:51 [2021-05-03T11:14:51.137Z] === RUN   TestPluginInstall/no_auth
11:14:51 [2021-05-03T11:14:51.497Z] ok  	github.com/docker/docker/quota	0.212s	coverage: 71.4% of statements
11:14:51 [2021-05-03T11:14:51.708Z] === RUN   TestDockerSwarmSuite/TestAPISwarmListNodes
11:14:51 [2021-05-03T11:14:51.845Z] ok  	github.com/docker/docker/reference	0.006s	coverage: 84.4% of statements
11:14:53 [2021-05-03T11:14:53.226Z] ok  	github.com/docker/docker/registry	0.057s	coverage: 58.8% of statements
11:14:53 [2021-05-03T11:14:53.788Z] ok  	github.com/docker/docker/registry/resumable	0.015s	coverage: 100.0% of statements
11:14:54 [2021-05-03T11:14:54.043Z] ok  	github.com/docker/docker/restartmanager	0.002s	coverage: 50.9% of statements
11:14:54 [2021-05-03T11:14:54.256Z] time="2021-05-03T11:14:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
11:14:54 [2021-05-03T11:14:54.256Z] time="2021-05-03T11:14:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3377829ecf2d0fbabe4f2e22cd4b9b7aace9efada1df402ee572d3cf76677837" mediatype=application/vnd.docker.plugin.v1+json size=522
11:14:54 [2021-05-03T11:14:54.256Z] time="2021-05-03T11:14:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
11:14:54 [2021-05-03T11:14:54.256Z] time="2021-05-03T11:14:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3377829ecf2d0fbabe4f2e22cd4b9b7aace9efada1df402ee572d3cf76677837" mediatype=application/vnd.docker.plugin.v1+json size=522
11:14:54 [2021-05-03T11:14:54.829Z] === RUN   TestPluginInstall/with_htpasswd
11:14:54 [2021-05-03T11:14:54.972Z] ok  	github.com/docker/docker/runconfig	0.008s	coverage: 66.1% of statements
11:14:54 [2021-05-03T11:14:54.972Z] ok  	github.com/docker/docker/testutil	0.002s	coverage: 62.5% of statements
11:14:55 [2021-05-03T11:14:55.773Z] time="2021-05-03T11:14:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
11:14:55 [2021-05-03T11:14:55.773Z] time="2021-05-03T11:14:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:aa3d7372bd02de27338810ae085d07dd416338ce488199462522355225d120d8" mediatype=application/vnd.docker.plugin.v1+json size=522
11:14:55 [2021-05-03T11:14:55.773Z] time="2021-05-03T11:14:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
11:14:55 [2021-05-03T11:14:55.773Z] time="2021-05-03T11:14:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:aa3d7372bd02de27338810ae085d07dd416338ce488199462522355225d120d8" mediatype=application/vnd.docker.plugin.v1+json size=522
11:14:56 [2021-05-03T11:14:56.344Z] === RUN   TestPluginInstall/with_insecure
11:14:57 [2021-05-03T11:14:57.493Z] ok  	github.com/docker/docker/volume/drivers	0.004s	coverage: 36.1% of statements
11:14:57 [2021-05-03T11:14:57.728Z] time="2021-05-03T11:14:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
11:14:57 [2021-05-03T11:14:57.728Z] time="2021-05-03T11:14:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:cff6f4ffd66b45707e7f76f83c6fd2f1d9fb180eea21bdd33db2c88092831c8a" mediatype=application/vnd.docker.plugin.v1+json size=522
11:14:57 [2021-05-03T11:14:57.728Z] time="2021-05-03T11:14:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
11:14:57 [2021-05-03T11:14:57.728Z] time="2021-05-03T11:14:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:cff6f4ffd66b45707e7f76f83c6fd2f1d9fb180eea21bdd33db2c88092831c8a" mediatype=application/vnd.docker.plugin.v1+json size=522
11:14:57 [2021-05-03T11:14:57.989Z] --- PASS: TestPluginInstall (7.09s)
11:14:57 [2021-05-03T11:14:57.989Z]     --- PASS: TestPluginInstall/no_auth (3.95s)
11:14:57 [2021-05-03T11:14:57.989Z]     --- PASS: TestPluginInstall/with_htpasswd (1.34s)
11:14:57 [2021-05-03T11:14:57.989Z]     --- PASS: TestPluginInstall/with_insecure (1.80s)
11:14:57 [2021-05-03T11:14:57.989Z]         plugin_test.go:165: [d7b2e0a45a956] daemon is not started
11:14:57 [2021-05-03T11:14:57.989Z] === RUN   TestPluginsWithRuntimes
11:14:58 [2021-05-03T11:14:58.860Z] ok  	github.com/docker/docker/volume/local	0.113s	coverage: 76.4% of statements
11:14:59 [2021-05-03T11:14:59.116Z] ok  	github.com/docker/docker/volume/mounts	0.019s	coverage: 67.0% of statements
11:15:00 [2021-05-03T11:15:00.483Z] ok  	github.com/docker/docker/volume/service	0.014s	coverage: 73.1% of statements
11:15:00 [2021-05-03T11:15:00.532Z] === RUN   TestPluginsWithRuntimes/No_Args
11:15:01 [2021-05-03T11:15:01.922Z] === RUN   TestPluginsWithRuntimes/With_Args
11:15:03 [2021-05-03T11:15:03.837Z] --- PASS: TestPluginsWithRuntimes (5.61s)
11:15:03 [2021-05-03T11:15:03.837Z]     --- PASS: TestPluginsWithRuntimes/No_Args (1.78s)
11:15:03 [2021-05-03T11:15:03.837Z]     --- PASS: TestPluginsWithRuntimes/With_Args (1.64s)
11:15:03 [2021-05-03T11:15:03.837Z] === RUN   TestPluginBackCompatMediaTypes
11:15:04 [2021-05-03T11:15:04.779Z] --- PASS: TestPluginBackCompatMediaTypes (0.98s)
11:15:04 [2021-05-03T11:15:04.779Z] PASS
11:15:04 [2021-05-03T11:15:04.779Z] 
11:15:04 [2021-05-03T11:15:04.779Z] DONE 10 tests in 13.933s
11:15:04 [2021-05-03T11:15:04.779Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
11:15:04 [2021-05-03T11:15:04.779Z] ++ 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
11:15:04 [2021-05-03T11:15:04.779Z] ++ set -e
11:15:04 [2021-05-03T11:15:04.779Z] ++ '[' -n 0 ']'
11:15:04 [2021-05-03T11:15:04.779Z] ++ set -x
11:15:04 [2021-05-03T11:15:04.779Z] ++ 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
11:15:04 [2021-05-03T11:15:04.779Z] INFO: Testing against a local daemon
11:15:04 [2021-05-03T11:15:04.779Z] === RUN   TestExternalGraphDriver
11:15:04 [2021-05-03T11:15:04.779Z] === RUN   TestExternalGraphDriver/json
11:15:06 [2021-05-03T11:15:06.692Z] === RUN   TestDockerSwarmSuite/TestAPISwarmManagerRestore
11:15:08 [2021-05-03T11:15:08.077Z] === RUN   TestDockerSuite/TestBuildVerboseOut
11:15:08 [2021-05-03T11:15:08.077Z] === RUN   TestExternalGraphDriver/spec
11:15:09 [2021-05-03T11:15:09.464Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
11:15:09 [2021-05-03T11:15:09.725Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
11:15:11 [2021-05-03T11:15:11.648Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
11:15:11 [2021-05-03T11:15:11.909Z] === RUN   TestExternalGraphDriver/pull
11:15:12 [2021-05-03T11:15:12.647Z] ok  	github.com/docker/docker/pkg/plugins	33.616s	coverage: 76.6% of statements
11:15:12 [2021-05-03T11:15:12.647Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
11:15:12 [2021-05-03T11:15:12.647Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
11:15:12 [2021-05-03T11:15:12.647Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
11:15:12 [2021-05-03T11:15:12.647Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
11:15:12 [2021-05-03T11:15:12.647Z] ?   	github.com/docker/docker/pkg/term	[no test files]
11:15:12 [2021-05-03T11:15:12.647Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
11:15:12 [2021-05-03T11:15:12.647Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
11:15:12 [2021-05-03T11:15:12.647Z] ?   	github.com/docker/docker/rootless	[no test files]
11:15:12 [2021-05-03T11:15:12.647Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
11:15:12 [2021-05-03T11:15:12.647Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
11:15:12 [2021-05-03T11:15:12.647Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
11:15:12 [2021-05-03T11:15:12.647Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
11:15:12 [2021-05-03T11:15:12.647Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
11:15:12 [2021-05-03T11:15:12.647Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
11:15:12 [2021-05-03T11:15:12.647Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
11:15:12 [2021-05-03T11:15:12.647Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
11:15:12 [2021-05-03T11:15:12.647Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
11:15:12 [2021-05-03T11:15:12.647Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
11:15:12 [2021-05-03T11:15:12.647Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
11:15:12 [2021-05-03T11:15:12.647Z] ?   	github.com/docker/docker/testutil/request	[no test files]
11:15:12 [2021-05-03T11:15:12.647Z] ?   	github.com/docker/docker/volume	[no test files]
11:15:12 [2021-05-03T11:15:12.647Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
11:15:12 [2021-05-03T11:15:12.647Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
11:15:12 [2021-05-03T11:15:12.647Z] 
11:15:12 [2021-05-03T11:15:12.647Z] === Skipped
11:15:12 [2021-05-03T11:15:12.647Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
11:15:12 [2021-05-03T11:15:12.647Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
11:15:12 [2021-05-03T11:15:12.647Z]     graphtest_unix.go:46: Driver btrfs not supported
11:15:12 [2021-05-03T11:15:12.647Z] 
11:15:12 [2021-05-03T11:15:12.647Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
11:15:12 [2021-05-03T11:15:12.647Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
11:15:12 [2021-05-03T11:15:12.647Z]     graphtest_unix.go:46: Driver btrfs not supported
11:15:12 [2021-05-03T11:15:12.647Z] 
11:15:12 [2021-05-03T11:15:12.647Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
11:15:12 [2021-05-03T11:15:12.647Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
11:15:12 [2021-05-03T11:15:12.647Z]     graphtest_unix.go:46: Driver btrfs not supported
11:15:12 [2021-05-03T11:15:12.647Z] 
11:15:12 [2021-05-03T11:15:12.647Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
11:15:12 [2021-05-03T11:15:12.647Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
11:15:12 [2021-05-03T11:15:12.647Z]     graphtest_unix.go:46: Driver btrfs not supported
11:15:12 [2021-05-03T11:15:12.647Z] 
11:15:12 [2021-05-03T11:15:12.647Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
11:15:12 [2021-05-03T11:15:12.647Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
11:15:12 [2021-05-03T11:15:12.647Z]     graphtest_unix.go:46: Driver btrfs not supported
11:15:12 [2021-05-03T11:15:12.647Z] 
11:15:12 [2021-05-03T11:15:12.647Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
11:15:12 [2021-05-03T11:15:12.647Z]     graphtest_unix.go:73: No driver to put!
11:15:12 [2021-05-03T11:15:12.647Z] 
11:15:12 [2021-05-03T11:15:12.647Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
11:15:12 [2021-05-03T11:15:12.647Z] time="2021-05-03T11:13:53Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
11:15:12 [2021-05-03T11:15:12.647Z]     graphtest_unix.go:44: graphdriver: driver not supported
11:15:12 [2021-05-03T11:15:12.647Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
11:15:12 [2021-05-03T11:15:12.647Z] 
11:15:12 [2021-05-03T11:15:12.647Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
11:15:12 [2021-05-03T11:15:12.647Z] time="2021-05-03T11:13:53Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
11:15:12 [2021-05-03T11:15:12.647Z]     graphtest_unix.go:44: graphdriver: driver not supported
11:15:12 [2021-05-03T11:15:12.647Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
11:15:12 [2021-05-03T11:15:12.647Z] 
11:15:12 [2021-05-03T11:15:12.647Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
11:15:12 [2021-05-03T11:15:12.647Z] time="2021-05-03T11:13:53Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
11:15:12 [2021-05-03T11:15:12.647Z]     graphtest_unix.go:44: graphdriver: driver not supported
11:15:12 [2021-05-03T11:15:12.647Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
11:15:12 [2021-05-03T11:15:12.647Z] 
11:15:12 [2021-05-03T11:15:12.647Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
11:15:12 [2021-05-03T11:15:12.647Z] time="2021-05-03T11:13:53Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
11:15:12 [2021-05-03T11:15:12.647Z]     graphtest_unix.go:44: graphdriver: driver not supported
11:15:12 [2021-05-03T11:15:12.647Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
11:15:12 [2021-05-03T11:15:12.647Z] 
11:15:12 [2021-05-03T11:15:12.647Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
11:15:12 [2021-05-03T11:15:12.647Z] time="2021-05-03T11:13:53Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
11:15:12 [2021-05-03T11:15:12.647Z]     graphtest_unix.go:44: graphdriver: driver not supported
11:15:12 [2021-05-03T11:15:12.647Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
11:15:12 [2021-05-03T11:15:12.647Z] 
11:15:12 [2021-05-03T11:15:12.647Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
11:15:12 [2021-05-03T11:15:12.647Z]     graphtest_unix.go:73: No driver to put!
11:15:12 [2021-05-03T11:15:12.647Z] 
11:15:12 [2021-05-03T11:15:12.647Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
11:15:12 [2021-05-03T11:15:12.647Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
11:15:12 [2021-05-03T11:15:12.647Z] 
11:15:12 [2021-05-03T11:15:12.647Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
11:15:12 [2021-05-03T11:15:12.647Z]     overlay_test.go:49: Fails to compute changes intermittently
11:15:12 [2021-05-03T11:15:12.647Z] 
11:15:12 [2021-05-03T11:15:12.647Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
11:15:12 [2021-05-03T11:15:12.647Z]     overlay_test.go:65: Cannot run test with naive change algorithm
11:15:12 [2021-05-03T11:15:12.647Z] 
11:15:12 [2021-05-03T11:15:12.647Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
11:15:12 [2021-05-03T11:15:12.647Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
11:15:12 [2021-05-03T11:15:12.647Z] 
11:15:12 [2021-05-03T11:15:12.647Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
11:15:12 [2021-05-03T11:15:12.647Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
11:15:12 [2021-05-03T11:15:12.647Z]     graphtest_unix.go:46: Driver zfs not supported
11:15:12 [2021-05-03T11:15:12.647Z] 
11:15:12 [2021-05-03T11:15:12.647Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
11:15:12 [2021-05-03T11:15:12.647Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
11:15:12 [2021-05-03T11:15:12.647Z]     graphtest_unix.go:46: Driver zfs not supported
11:15:12 [2021-05-03T11:15:12.647Z] 
11:15:12 [2021-05-03T11:15:12.647Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
11:15:12 [2021-05-03T11:15:12.647Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
11:15:12 [2021-05-03T11:15:12.647Z]     graphtest_unix.go:46: Driver zfs not supported
11:15:12 [2021-05-03T11:15:12.647Z] 
11:15:12 [2021-05-03T11:15:12.647Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
11:15:12 [2021-05-03T11:15:12.647Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
11:15:12 [2021-05-03T11:15:12.647Z]     graphtest_unix.go:46: Driver zfs not supported
11:15:12 [2021-05-03T11:15:12.647Z] 
11:15:12 [2021-05-03T11:15:12.647Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
11:15:12 [2021-05-03T11:15:12.647Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
11:15:12 [2021-05-03T11:15:12.647Z]     graphtest_unix.go:46: Driver zfs not supported
11:15:12 [2021-05-03T11:15:12.647Z] 
11:15:12 [2021-05-03T11:15:12.647Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
11:15:12 [2021-05-03T11:15:12.647Z]     graphtest_unix.go:73: No driver to put!
11:15:12 [2021-05-03T11:15:12.647Z] 
11:15:12 [2021-05-03T11:15:12.647Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
11:15:12 [2021-05-03T11:15:12.647Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
11:15:12 [2021-05-03T11:15:12.647Z] 
11:15:12 [2021-05-03T11:15:12.647Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
11:15:12 [2021-05-03T11:15:12.647Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
11:15:12 [2021-05-03T11:15:12.647Z] 
11:15:12 [2021-05-03T11:15:12.647Z] 
11:15:12 [2021-05-03T11:15:12.647Z] DONE 2254 tests, 24 skipped in 255.314s
Post stage
[Pipeline] junit
11:15:12 [2021-05-03T11:15:12.657Z] Recording test results
11:15:13 [2021-05-03T11:15:13.035Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate vendor)
[Pipeline] sh
11:15:13 [2021-05-03T11:15:13.292Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
11:15:13 [2021-05-03T11:15:13.408Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42329/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=19b7f7f3484697146ca76b75346365080b99a3b2 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:19b7f7f3484697146ca76b75346365080b99a3b2 hack/validate/vendor
11:15:14 [2021-05-03T11:15:14.336Z] No vendor changes in diff.
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
11:15:14 [2021-05-03T11:15:14.676Z] --- PASS: TestExternalGraphDriver (9.86s)
11:15:14 [2021-05-03T11:15:14.676Z]     --- PASS: TestExternalGraphDriver/json (2.94s)
11:15:14 [2021-05-03T11:15:14.676Z]     --- PASS: TestExternalGraphDriver/spec (4.11s)
11:15:14 [2021-05-03T11:15:14.676Z]     --- PASS: TestExternalGraphDriver/pull (2.68s)
11:15:14 [2021-05-03T11:15:14.676Z] === RUN   TestGraphdriverPluginV2
11:15:14 [2021-05-03T11:15:14.676Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
11:15:14 [2021-05-03T11:15:14.676Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
11:15:14 [2021-05-03T11:15:14.676Z] === RUN   TestDockerSuite/TestBuildWindowsUser
11:15:14 [2021-05-03T11:15:14.936Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
11:15:14 [2021-05-03T11:15:14.936Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
11:15:14 [2021-05-03T11:15:14.938Z] + echo Ensuring container killed.
11:15:14 [2021-05-03T11:15:14.938Z] Ensuring container killed.
11:15:14 [2021-05-03T11:15:14.938Z] + docker rm -vf docker-pr2
11:15:14 [2021-05-03T11:15:14.938Z] Error: No such container: docker-pr2
[Pipeline] sh
11:15:15 [2021-05-03T11:15:15.254Z] + echo Chowning /workspace to jenkins user
11:15:15 [2021-05-03T11:15:15.254Z] Chowning /workspace to jenkins user
11:15:15 [2021-05-03T11:15:15.254Z] + id -u
11:15:15 [2021-05-03T11:15:15.254Z] + id -g
11:15:15 [2021-05-03T11:15:15.254Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42329:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
11:15:16 [2021-05-03T11:15:16.513Z] + bundleName=unit
11:15:16 [2021-05-03T11:15:16.513Z] + echo Creating unit-bundles.tar.gz
11:15:16 [2021-05-03T11:15:16.513Z] Creating unit-bundles.tar.gz
11:15:16 [2021-05-03T11:15:16.513Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out
11:15:16 [2021-05-03T11:15:16.513Z] bundles/junit-report.xml
11:15:16 [2021-05-03T11:15:16.514Z] bundles/go-test-report.json
11:15:16 [2021-05-03T11:15:16.514Z] bundles/profile.out
[Pipeline] archiveArtifacts
11:15:16 [2021-05-03T11:15:16.523Z] Archiving artifacts
11:15:16 [2021-05-03T11:15:16.851Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
11:15:16 [2021-05-03T11:15:16.851Z] === RUN   TestDockerSuite/TestBuildWithFailure
11:15:16 [2021-05-03T11:15:16.968Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42329/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
11:15:17 [2021-05-03T11:15:17.275Z] + make clean
11:15:17 [2021-05-03T11:15:17.531Z] docker volume rm -f docker-dev-cache
11:15:17 [2021-05-03T11:15:17.531Z] docker-dev-cache
[Pipeline] deleteDir
11:15:17 [2021-05-03T11:15:17.794Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
11:15:18 [2021-05-03T11:15:18.368Z] === RUN   TestDockerSuite/TestBuildWithTabs
11:15:19 [2021-05-03T11:15:19.755Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
11:15:19 [2021-05-03T11:15:19.755Z] --- PASS: TestGraphdriverPluginV2 (5.19s)
11:15:19 [2021-05-03T11:15:19.755Z] PASS
11:15:19 [2021-05-03T11:15:19.755Z] 
11:15:19 [2021-05-03T11:15:19.755Z] DONE 5 tests in 15.223s
11:15:19 [2021-05-03T11:15:19.755Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
11:15:19 [2021-05-03T11:15:19.755Z] ++ 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
11:15:19 [2021-05-03T11:15:19.755Z] ++ set -e
11:15:19 [2021-05-03T11:15:19.755Z] ++ '[' -n 0 ']'
11:15:19 [2021-05-03T11:15:19.755Z] ++ set -x
11:15:19 [2021-05-03T11:15:19.755Z] ++ 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
11:15:20 [2021-05-03T11:15:20.017Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
11:15:20 [2021-05-03T11:15:20.017Z] INFO: Testing against a local daemon
11:15:20 [2021-05-03T11:15:20.017Z] === RUN   TestContinueAfterPluginCrash
11:15:20 [2021-05-03T11:15:20.017Z] === PAUSE TestContinueAfterPluginCrash
11:15:20 [2021-05-03T11:15:20.017Z] === RUN   TestReadPluginNoRead
11:15:20 [2021-05-03T11:15:20.017Z] === PAUSE TestReadPluginNoRead
11:15:20 [2021-05-03T11:15:20.017Z] === RUN   TestDaemonStartWithLogOpt
11:15:20 [2021-05-03T11:15:20.017Z] === PAUSE TestDaemonStartWithLogOpt
11:15:20 [2021-05-03T11:15:20.017Z] === CONT  TestContinueAfterPluginCrash
11:15:20 [2021-05-03T11:15:20.017Z] === CONT  TestDaemonStartWithLogOpt
11:15:25 [2021-05-03T11:15:25.312Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
11:15:25 [2021-05-03T11:15:25.885Z] --- PASS: TestDaemonStartWithLogOpt (5.65s)
11:15:25 [2021-05-03T11:15:25.885Z] === CONT  TestReadPluginNoRead
11:15:26 [2021-05-03T11:15:26.828Z] === RUN   TestDockerSuite/TestBuildWithVolumes
11:15:28 [2021-05-03T11:15:28.212Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
11:15:28 [2021-05-03T11:15:28.472Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
11:15:29 [2021-05-03T11:15:29.044Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
11:15:29 [2021-05-03T11:15:29.044Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
11:15:29 [2021-05-03T11:15:29.044Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
11:15:29 [2021-05-03T11:15:29.987Z] === RUN   TestDockerSuite/TestBuildXZHost
11:15:30 [2021-05-03T11:15:30.930Z] === RUN   TestReadPluginNoRead/default
11:15:31 [2021-05-03T11:15:31.502Z] --- PASS: TestContinueAfterPluginCrash (11.38s)
11:15:32 [2021-05-03T11:15:32.892Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
11:15:32 [2021-05-03T11:15:32.892Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
11:15:32 [2021-05-03T11:15:32.892Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
11:15:33 [2021-05-03T11:15:33.156Z] === RUN   TestReadPluginNoRead/disabled_caching
11:15:33 [2021-05-03T11:15:33.727Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
11:15:34 [2021-05-03T11:15:34.668Z] === RUN   TestDockerSuite/TestCommitChange
11:15:34 [2021-05-03T11:15:34.929Z] --- PASS: TestReadPluginNoRead (9.27s)
11:15:34 [2021-05-03T11:15:34.929Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.92s)
11:15:34 [2021-05-03T11:15:34.929Z]     --- PASS: TestReadPluginNoRead/default (2.06s)
11:15:34 [2021-05-03T11:15:34.929Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.90s)
11:15:34 [2021-05-03T11:15:34.929Z]     read_test.go:92: [d1261ed59ce71] daemon is not started
11:15:34 [2021-05-03T11:15:34.929Z] PASS
11:15:34 [2021-05-03T11:15:34.929Z] 
11:15:34 [2021-05-03T11:15:34.929Z] DONE 6 tests in 15.135s
11:15:34 [2021-05-03T11:15:34.929Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
11:15:34 [2021-05-03T11:15:34.929Z] ++ 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
11:15:34 [2021-05-03T11:15:34.929Z] ++ set -e
11:15:34 [2021-05-03T11:15:34.929Z] ++ '[' -n 0 ']'
11:15:34 [2021-05-03T11:15:34.929Z] ++ set -x
11:15:34 [2021-05-03T11:15:34.929Z] ++ 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
11:15:35 [2021-05-03T11:15:35.190Z] testing: warning: no tests to run
11:15:35 [2021-05-03T11:15:35.190Z] PASS
11:15:35 [2021-05-03T11:15:35.190Z] 
11:15:35 [2021-05-03T11:15:35.190Z] DONE 0 tests in 0.068s
11:15:35 [2021-05-03T11:15:35.190Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
11:15:35 [2021-05-03T11:15:35.190Z] ++ 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
11:15:35 [2021-05-03T11:15:35.190Z] ++ set -e
11:15:35 [2021-05-03T11:15:35.190Z] ++ '[' -n 0 ']'
11:15:35 [2021-05-03T11:15:35.190Z] ++ set -x
11:15:35 [2021-05-03T11:15:35.190Z] ++ 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
11:15:35 [2021-05-03T11:15:35.190Z] INFO: Testing against a local daemon
11:15:35 [2021-05-03T11:15:35.190Z] === RUN   TestPluginWithDevMounts
11:15:35 [2021-05-03T11:15:35.190Z] === PAUSE TestPluginWithDevMounts
11:15:35 [2021-05-03T11:15:35.190Z] === CONT  TestPluginWithDevMounts
11:15:36 [2021-05-03T11:15:36.131Z] === RUN   TestDockerSuite/TestCommitChangeLabels
11:15:37 [2021-05-03T11:15:37.075Z] === RUN   TestDockerSuite/TestCommitHardlink
11:15:37 [2021-05-03T11:15:37.336Z] --- PASS: TestPluginWithDevMounts (1.98s)
11:15:37 [2021-05-03T11:15:37.336Z] PASS
11:15:37 [2021-05-03T11:15:37.336Z] 
11:15:37 [2021-05-03T11:15:37.336Z] DONE 1 tests in 2.155s
11:15:37 [2021-05-03T11:15:37.336Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
11:15:37 [2021-05-03T11:15:37.336Z] ++ 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
11:15:37 [2021-05-03T11:15:37.336Z] ++ set -e
11:15:37 [2021-05-03T11:15:37.336Z] ++ '[' -n 0 ']'
11:15:37 [2021-05-03T11:15:37.336Z] ++ set -x
11:15:37 [2021-05-03T11:15:37.336Z] ++ 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
11:15:37 [2021-05-03T11:15:37.336Z] INFO: Testing against a local daemon
11:15:37 [2021-05-03T11:15:37.336Z] === RUN   TestSecretInspect
11:15:39 [2021-05-03T11:15:39.248Z] === RUN   TestDockerSuite/TestCommitNewFile
11:15:40 [2021-05-03T11:15:40.630Z] --- PASS: TestSecretInspect (2.96s)
11:15:40 [2021-05-03T11:15:40.630Z] === RUN   TestSecretList
11:15:40 [2021-05-03T11:15:40.891Z] === RUN   TestDockerSuite/TestCommitPausedContainer
11:15:41 [2021-05-03T11:15:41.832Z] === RUN   TestDockerSuite/TestCommitTTY
11:15:43 [2021-05-03T11:15:43.215Z] --- PASS: TestSecretList (2.86s)
11:15:43 [2021-05-03T11:15:43.215Z] === RUN   TestSecretsCreateAndDelete
11:15:43 [2021-05-03T11:15:43.786Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
11:15:44 [2021-05-03T11:15:44.727Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
11:15:46 [2021-05-03T11:15:46.111Z] --- PASS: TestSecretsCreateAndDelete (2.91s)
11:15:46 [2021-05-03T11:15:46.111Z] === RUN   TestSecretsUpdate
11:15:46 [2021-05-03T11:15:46.682Z] === RUN   TestDockerSuite/TestCommitWithoutPause
11:15:48 [2021-05-03T11:15:48.066Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
11:15:48 [2021-05-03T11:15:48.066Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
11:15:48 [2021-05-03T11:15:48.066Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
11:15:48 [2021-05-03T11:15:48.326Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
11:15:48 [2021-05-03T11:15:48.326Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
11:15:48 [2021-05-03T11:15:48.326Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
11:15:48 [2021-05-03T11:15:48.326Z] === RUN   TestDockerSuite/TestContainerAPICommit
11:15:48 [2021-05-03T11:15:48.588Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeDrainPause
11:15:49 [2021-05-03T11:15:49.531Z] --- PASS: TestSecretsUpdate (3.33s)
11:15:49 [2021-05-03T11:15:49.531Z] === RUN   TestTemplatedSecret
11:15:50 [2021-05-03T11:15:50.917Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
11:15:53 [2021-05-03T11:15:53.466Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124
11:15:53 [2021-05-03T11:15:53.466Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
11:15:54 [2021-05-03T11:15:54.849Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
11:15:55 [2021-05-03T11:15:55.420Z] --- PASS: TestTemplatedSecret (5.84s)
11:15:55 [2021-05-03T11:15:55.420Z] === RUN   TestSecretCreateResolve
11:15:55 [2021-05-03T11:15:55.992Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
11:15:57 [2021-05-03T11:15:57.376Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
11:15:58 [2021-05-03T11:15:58.320Z] === RUN   TestDockerSuite/TestContainerAPICreate
11:15:58 [2021-05-03T11:15:58.581Z] --- PASS: TestSecretCreateResolve (3.29s)
11:15:58 [2021-05-03T11:15:58.581Z] PASS
11:15:58 [2021-05-03T11:15:58.581Z] 
11:15:58 [2021-05-03T11:15:58.581Z] DONE 6 tests in 21.351s
11:15:58 [2021-05-03T11:15:58.581Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
11:15:58 [2021-05-03T11:15:58.581Z] ++ 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
11:15:58 [2021-05-03T11:15:58.581Z] ++ set -e
11:15:58 [2021-05-03T11:15:58.581Z] ++ '[' -n 0 ']'
11:15:58 [2021-05-03T11:15:58.581Z] ++ set -x
11:15:58 [2021-05-03T11:15:58.581Z] ++ 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
11:15:58 [2021-05-03T11:15:58.842Z] INFO: Testing against a local daemon
11:15:58 [2021-05-03T11:15:58.842Z] === RUN   TestServiceCreateInit
11:15:58 [2021-05-03T11:15:58.842Z] === RUN   TestServiceCreateInit/daemonInitDisabled
11:15:59 [2021-05-03T11:15:59.104Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
11:15:59 [2021-05-03T11:15:59.365Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
11:15:59 [2021-05-03T11:15:59.365Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
11:16:00 [2021-05-03T11:16:00.308Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
11:16:00 [2021-05-03T11:16:00.308Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
11:16:00 [2021-05-03T11:16:00.569Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
11:16:00 [2021-05-03T11:16:00.569Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
11:16:00 [2021-05-03T11:16:00.907Z] === RUN   TestDockerSuite/TestContainerAPIDelete
11:16:02 [2021-05-03T11:16:02.293Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
11:16:03 [2021-05-03T11:16:03.677Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
11:16:04 [2021-05-03T11:16:04.618Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
11:16:04 [2021-05-03T11:16:04.618Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
11:16:06 [2021-05-03T11:16:06.532Z] === RUN   TestServiceCreateInit/daemonInitEnabled
11:16:06 [2021-05-03T11:16:06.532Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
11:16:07 [2021-05-03T11:16:07.475Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
11:16:07 [2021-05-03T11:16:07.475Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
11:16:08 [2021-05-03T11:16:08.864Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
11:16:08 [2021-05-03T11:16:08.864Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeRemove
11:16:09 [2021-05-03T11:16:09.806Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
11:16:11 [2021-05-03T11:16:11.201Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
11:16:12 [2021-05-03T11:16:12.585Z] --- PASS: TestServiceCreateInit (13.57s)
11:16:12 [2021-05-03T11:16:12.585Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (7.22s)
11:16:12 [2021-05-03T11:16:12.585Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (6.32s)
11:16:12 [2021-05-03T11:16:12.585Z] === RUN   TestCreateServiceMultipleTimes
11:16:12 [2021-05-03T11:16:12.585Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
11:16:12 [2021-05-03T11:16:12.585Z] === RUN   TestDockerSuite/TestContainerAPIKill
11:16:13 [2021-05-03T11:16:13.970Z] === RUN   TestDockerSuite/TestContainerAPIPause
11:16:14 [2021-05-03T11:16:14.913Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
11:16:15 [2021-05-03T11:16:15.855Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
11:16:16 [2021-05-03T11:16:16.115Z] === RUN   TestDockerSuite/TestContainerAPIRename
11:16:17 [2021-05-03T11:16:17.499Z] === RUN   TestDockerSuite/TestContainerAPIRestart
11:16:19 [2021-05-03T11:16:19.415Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
11:16:21 [2021-05-03T11:16:21.329Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
11:16:21 [2021-05-03T11:16:21.329Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
11:16:21 [2021-05-03T11:16:21.329Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
11:16:21 [2021-05-03T11:16:21.329Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
11:16:21 [2021-05-03T11:16:21.329Z] === RUN   TestDockerSuite/TestContainerAPIStart
11:16:22 [2021-05-03T11:16:22.714Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
11:16:27 [2021-05-03T11:16:27.999Z] === RUN   TestDockerSuite/TestContainerAPIStop
11:16:28 [2021-05-03T11:16:28.260Z] === RUN   TestDockerSuite/TestContainerAPITop
11:16:29 [2021-05-03T11:16:29.200Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
11:16:29 [2021-05-03T11:16:29.200Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
11:16:29 [2021-05-03T11:16:29.200Z] === RUN   TestDockerSuite/TestContainerAPIWait
11:16:31 [2021-05-03T11:16:31.738Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
11:16:32 [2021-05-03T11:16:32.677Z] === RUN   TestDockerSuite/TestContainerNetworkMode
11:16:34 [2021-05-03T11:16:34.065Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
11:16:34 [2021-05-03T11:16:34.065Z] --- PASS: TestCreateServiceMultipleTimes (21.40s)
11:16:34 [2021-05-03T11:16:34.065Z] === RUN   TestCreateServiceConflict
11:16:37 [2021-05-03T11:16:37.387Z] --- PASS: TestCreateServiceConflict (2.92s)
11:16:37 [2021-05-03T11:16:37.387Z] === RUN   TestCreateServiceMaxReplicas
11:16:41 [2021-05-03T11:16:41.589Z] --- PASS: TestCreateServiceMaxReplicas (4.11s)
11:16:41 [2021-05-03T11:16:41.589Z] === RUN   TestCreateWithDuplicateNetworkNames
11:16:41 [2021-05-03T11:16:41.589Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
11:16:42 [2021-05-03T11:16:42.972Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
11:16:45 [2021-05-03T11:16:45.515Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
11:16:45 [2021-05-03T11:16:45.515Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeUpdate
11:16:47 [2021-05-03T11:16:47.426Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
11:16:48 [2021-05-03T11:16:48.365Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>}
11:16:50 [2021-05-03T11:16:50.274Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>}
11:16:51 [2021-05-03T11:16:51.655Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>}
11:16:51 [2021-05-03T11:16:51.915Z] === RUN   TestDockerSwarmSuite/TestAPISwarmPromoteDemote
11:16:53 [2021-05-03T11:16:53.296Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>}
11:16:55 [2021-05-03T11:16:55.207Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc00000f180_<nil>}
11:16:55 [2021-05-03T11:16:55.207Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.42s)
11:16:55 [2021-05-03T11:16:55.207Z] === RUN   TestCreateServiceSecretFileMode
11:16:57 [2021-05-03T11:16:57.119Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1545742793_/foo_false__<nil>_<nil>_<nil>}
11:16:58 [2021-05-03T11:16:58.506Z] --- PASS: TestCreateServiceSecretFileMode (3.21s)
11:16:58 [2021-05-03T11:16:58.506Z] === RUN   TestCreateServiceConfigFileMode
11:16:58 [2021-05-03T11:16:58.766Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1545742793_/foo_true__<nil>_<nil>_<nil>}
11:17:00 [2021-05-03T11:17:00.674Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3981983892_/foo_false__<nil>_<nil>_<nil>}
11:17:01 [2021-05-03T11:17:01.244Z] --- PASS: TestCreateServiceConfigFileMode (2.53s)
11:17:01 [2021-05-03T11:17:01.244Z] === RUN   TestCreateServiceSysctls
11:17:02 [2021-05-03T11:17:02.183Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3981983892_/foo_true__<nil>_<nil>_<nil>}
11:17:04 [2021-05-03T11:17:04.727Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3981983892_/foo_true__0xc00000f1e0_<nil>_<nil>}
11:17:05 [2021-05-03T11:17:05.665Z] --- PASS: TestCreateServiceSysctls (4.58s)
11:17:05 [2021-05-03T11:17:05.665Z] === RUN   TestCreateServiceCapabilities
11:17:05 [2021-05-03T11:17:05.925Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc00000f200_<nil>}
11:17:07 [2021-05-03T11:17:07.837Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc00000f220_<nil>}
11:17:08 [2021-05-03T11:17:08.407Z] --- PASS: TestCreateServiceCapabilities (2.80s)
11:17:08 [2021-05-03T11:17:08.407Z] === RUN   TestInspect
11:17:08 [2021-05-03T11:17:08.667Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc00000f240_<nil>}
11:17:10 [2021-05-03T11:17:10.579Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc00000f260_<nil>}
11:17:11 [2021-05-03T11:17:11.959Z] --- PASS: TestInspect (3.28s)
11:17:11 [2021-05-03T11:17:11.959Z] === RUN   TestCreateJob
11:17:12 [2021-05-03T11:17:12.220Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
11:17:14 [2021-05-03T11:17:14.134Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
11:17:14 [2021-05-03T11:17:14.134Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
11:17:14 [2021-05-03T11:17:14.134Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
11:17:14 [2021-05-03T11:17:14.134Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
11:17:14 [2021-05-03T11:17:14.134Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
11:17:14 [2021-05-03T11:17:14.134Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
11:17:14 [2021-05-03T11:17:14.134Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
11:17:14 [2021-05-03T11:17:14.134Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
11:17:14 [2021-05-03T11:17:14.394Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
11:17:14 [2021-05-03T11:17:14.394Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
11:17:14 [2021-05-03T11:17:14.394Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
11:17:14 [2021-05-03T11:17:14.394Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_10
11:17:14 [2021-05-03T11:17:14.394Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_11
11:17:14 [2021-05-03T11:17:14.394Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_12
11:17:14 [2021-05-03T11:17:14.394Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_13
11:17:14 [2021-05-03T11:17:14.394Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_14
11:17:14 [2021-05-03T11:17:14.394Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_15
11:17:14 [2021-05-03T11:17:14.655Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
11:17:16 [2021-05-03T11:17:16.037Z] --- PASS: TestCreateJob (4.38s)
11:17:16 [2021-05-03T11:17:16.037Z] === RUN   TestReplicatedJob
11:17:17 [2021-05-03T11:17:17.963Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRaftQuorum
11:17:19 [2021-05-03T11:17:19.348Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
11:17:23 [2021-05-03T11:17:23.553Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
11:17:25 [2021-05-03T11:17:25.464Z] --- PASS: TestReplicatedJob (9.33s)
11:17:25 [2021-05-03T11:17:25.464Z] === RUN   TestUpdateReplicatedJob
11:17:28 [2021-05-03T11:17:28.759Z] === RUN   TestDockerSuite/TestCopyAndRestart
11:17:30 [2021-05-03T11:17:30.142Z] --- PASS: TestUpdateReplicatedJob (4.78s)
11:17:30 [2021-05-03T11:17:30.142Z] === RUN   TestServiceListWithStatuses
11:17:30 [2021-05-03T11:17:30.142Z] --- SKIP: TestServiceListWithStatuses (0.00s)
11:17:30 [2021-05-03T11:17:30.142Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
11:17:30 [2021-05-03T11:17:30.142Z] === RUN   TestDockerNetworkConnectAlias
11:17:30 [2021-05-03T11:17:30.713Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
11:17:30 [2021-05-03T11:17:30.973Z] === RUN   TestDockerSuite/TestCpAbsolutePath
11:17:31 [2021-05-03T11:17:31.915Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
11:17:33 [2021-05-03T11:17:33.298Z] === RUN   TestDockerSuite/TestCpCheckDestOwnership
11:17:34 [2021-05-03T11:17:34.237Z] === RUN   TestDockerSuite/TestCpFromCaseA
11:17:35 [2021-05-03T11:17:35.177Z] === RUN   TestDockerSuite/TestCpFromCaseB
11:17:36 [2021-05-03T11:17:36.560Z] === RUN   TestDockerSuite/TestCpFromCaseC
11:17:36 [2021-05-03T11:17:36.821Z] --- PASS: TestDockerNetworkConnectAlias (6.68s)
11:17:36 [2021-05-03T11:17:36.821Z] === RUN   TestDockerNetworkReConnect
11:17:37 [2021-05-03T11:17:37.392Z] === RUN   TestDockerSuite/TestCpFromCaseD
11:17:38 [2021-05-03T11:17:38.776Z] === RUN   TestDockerSuite/TestCpFromCaseE
11:17:40 [2021-05-03T11:17:40.161Z] === RUN   TestDockerSuite/TestCpFromCaseF
11:17:41 [2021-05-03T11:17:41.100Z] === RUN   TestDockerSuite/TestCpFromCaseG
11:17:42 [2021-05-03T11:17:42.039Z] --- PASS: TestDockerNetworkReConnect (5.02s)
11:17:42 [2021-05-03T11:17:42.039Z] === RUN   TestServicePlugin
11:17:42 [2021-05-03T11:17:42.039Z] === RUN   TestDockerSuite/TestCpFromCaseH
11:17:43 [2021-05-03T11:17:43.420Z] === RUN   TestDockerSuite/TestCpFromCaseI
11:17:44 [2021-05-03T11:17:44.361Z] === RUN   TestDockerSuite/TestCpFromCaseJ
11:17:45 [2021-05-03T11:17:45.743Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
11:17:47 [2021-05-03T11:17:47.126Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
11:17:48 [2021-05-03T11:17:48.065Z] === RUN   TestDockerSuite/TestCpGarbagePath
11:17:49 [2021-05-03T11:17:49.007Z] === RUN   TestDockerSuite/TestCpLocalOnly
11:17:49 [2021-05-03T11:17:49.267Z] === RUN   TestDockerSuite/TestCpNameHasColon
11:17:50 [2021-05-03T11:17:50.210Z] === RUN   TestDockerSuite/TestCpRelativePath
11:17:51 [2021-05-03T11:17:51.150Z] === RUN   TestDockerSuite/TestCpSpecialFiles
11:17:52 [2021-05-03T11:17:52.090Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
11:17:53 [2021-05-03T11:17:53.474Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
11:17:54 [2021-05-03T11:17:54.044Z] === RUN   TestDockerSuite/TestCpToCaseA
11:17:55 [2021-05-03T11:17:55.953Z] === RUN   TestDockerSuite/TestCpToCaseB
11:17:56 [2021-05-03T11:17:56.522Z] === RUN   TestDockerSuite/TestCpToCaseC
11:17:59 [2021-05-03T11:17:59.091Z] === RUN   TestDockerSuite/TestCpToCaseD
11:18:04 [2021-05-03T11:18:04.379Z] === RUN   TestDockerSuite/TestCpToCaseE
11:18:06 [2021-05-03T11:18:06.919Z] === RUN   TestDockerSuite/TestCpToCaseF
11:18:07 [2021-05-03T11:18:07.859Z] === RUN   TestDockerSuite/TestCpToCaseG
11:18:12 [2021-05-03T11:18:12.060Z] === RUN   TestDockerSuite/TestCpToCaseH
11:18:15 [2021-05-03T11:18:15.357Z] --- PASS: TestServicePlugin (32.92s)
11:18:15 [2021-05-03T11:18:15.358Z]     plugin_test.go:62: [d3c6a0556af1e] joining swarm manager [d7974f46d0fd4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
11:18:15 [2021-05-03T11:18:15.358Z]     plugin_test.go:65: [d4d5193b5bc59] joining swarm manager [d7974f46d0fd4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
11:18:15 [2021-05-03T11:18:15.358Z] === RUN   TestServiceUpdateLabel
11:18:15 [2021-05-03T11:18:15.358Z] === RUN   TestDockerSuite/TestCpToCaseI
11:18:15 [2021-05-03T11:18:15.929Z] === RUN   TestDockerSuite/TestCpToCaseJ
11:18:17 [2021-05-03T11:18:17.839Z] --- PASS: TestServiceUpdateLabel (3.06s)
11:18:17 [2021-05-03T11:18:17.839Z] === RUN   TestServiceUpdateSecrets
11:18:22 [2021-05-03T11:18:22.042Z] === RUN   TestDockerSuite/TestCpToContainerWithPermissions
11:18:22 [2021-05-03T11:18:22.982Z] === RUN   TestDockerSuite/TestCpToDot
11:18:23 [2021-05-03T11:18:23.922Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
11:18:25 [2021-05-03T11:18:25.319Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
11:18:26 [2021-05-03T11:18:26.704Z] === RUN   TestDockerSuite/TestCpToStdout
11:18:27 [2021-05-03T11:18:27.643Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
11:18:29 [2021-05-03T11:18:29.556Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestartCluster
11:18:29 [2021-05-03T11:18:29.556Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
11:18:29 [2021-05-03T11:18:29.556Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
11:18:30 [2021-05-03T11:18:30.495Z] === RUN   TestDockerSuite/TestCpVolumePath
11:18:32 [2021-05-03T11:18:32.405Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
11:18:32 [2021-05-03T11:18:32.405Z] === RUN   TestDockerSuite/TestCreateArgs
11:18:32 [2021-05-03T11:18:32.405Z] === RUN   TestDockerSuite/TestCreateByImageID
11:18:32 [2021-05-03T11:18:32.664Z] === RUN   TestDockerSuite/TestCreateEchoStdout
11:18:33 [2021-05-03T11:18:33.604Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
11:18:33 [2021-05-03T11:18:33.604Z] === RUN   TestDockerSuite/TestCreateHostConfig
11:18:33 [2021-05-03T11:18:33.604Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
11:18:34 [2021-05-03T11:18:34.546Z] --- PASS: TestServiceUpdateSecrets (16.58s)
11:18:34 [2021-05-03T11:18:34.546Z] === RUN   TestServiceUpdateConfigs
11:18:34 [2021-05-03T11:18:34.806Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
11:18:35 [2021-05-03T11:18:35.067Z] === RUN   TestDockerSuite/TestCreateLabels
11:18:35 [2021-05-03T11:18:35.067Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
11:18:35 [2021-05-03T11:18:35.327Z] === RUN   TestDockerSuite/TestCreateRM
11:18:35 [2021-05-03T11:18:35.588Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
11:18:35 [2021-05-03T11:18:35.588Z] === RUN   TestDockerSuite/TestCreateStopSignal
11:18:35 [2021-05-03T11:18:35.588Z] === RUN   TestDockerSuite/TestCreateStopTimeout
11:18:35 [2021-05-03T11:18:35.848Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
11:18:39 [2021-05-03T11:18:39.145Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
11:18:39 [2021-05-03T11:18:39.145Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
11:18:39 [2021-05-03T11:18:39.145Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
11:18:42 [2021-05-03T11:18:42.441Z] === RUN   TestDockerSuite/TestCreateWithPortRange
11:18:42 [2021-05-03T11:18:42.701Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
11:18:42 [2021-05-03T11:18:42.701Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
11:18:42 [2021-05-03T11:18:42.701Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
11:18:42 [2021-05-03T11:18:42.701Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
11:18:42 [2021-05-03T11:18:42.961Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
11:18:43 [2021-05-03T11:18:43.904Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
11:18:45 [2021-05-03T11:18:45.818Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
11:18:46 [2021-05-03T11:18:46.395Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
11:18:47 [2021-05-03T11:18:47.522Z] --- PASS: TestBuildWCOWSandboxSize (910.66s)
11:18:47 [2021-05-03T11:18:47.522Z] === RUN   TestBuildWithEmptyDockerfile
11:18:47 [2021-05-03T11:18:47.522Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
11:18:47 [2021-05-03T11:18:47.522Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
11:18:47 [2021-05-03T11:18:47.522Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
11:18:47 [2021-05-03T11:18:47.522Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
11:18:47 [2021-05-03T11:18:47.522Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
11:18:47 [2021-05-03T11:18:47.522Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
11:18:47 [2021-05-03T11:18:47.522Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
11:18:47 [2021-05-03T11:18:47.522Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
11:18:47 [2021-05-03T11:18:47.522Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
11:18:47 [2021-05-03T11:18:47.522Z] --- PASS: TestBuildWithEmptyDockerfile (0.69s)
11:18:47 [2021-05-03T11:18:47.522Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s)
11:18:47 [2021-05-03T11:18:47.522Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s)
11:18:47 [2021-05-03T11:18:47.522Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s)
11:18:47 [2021-05-03T11:18:47.522Z] === RUN   TestBuildPreserveOwnership
11:18:47 [2021-05-03T11:18:47.522Z] --- SKIP: TestBuildPreserveOwnership (0.00s)
11:18:47 [2021-05-03T11:18:47.522Z]     build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME
11:18:47 [2021-05-03T11:18:47.522Z] === RUN   TestBuildPlatformInvalid
11:18:47 [2021-05-03T11:18:47.522Z] --- PASS: TestBuildPlatformInvalid (0.59s)
11:18:47 [2021-05-03T11:18:47.522Z] PASS
11:18:47 [2021-05-03T11:18:47.522Z] ok  	github.com/docker/docker/integration/build	1124.577s
11:18:47 [2021-05-03T11:18:47.522Z] 
11:18:47 [2021-05-03T11:18:47.522Z] === Skipped
11:18:47 [2021-05-03T11:18:47.522Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s)
11:18:47 [2021-05-03T11:18:47.522Z]     build_session_test.go:25: TODO: BuildKit
11:18:47 [2021-05-03T11:18:47.522Z] 
11:18:47 [2021-05-03T11:18:47.522Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s)
11:18:47 [2021-05-03T11:18:47.522Z]     build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows"
11:18:47 [2021-05-03T11:18:47.522Z] 
11:18:47 [2021-05-03T11:18:47.522Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s)
11:18:47 [2021-05-03T11:18:47.522Z]     build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME
11:18:47 [2021-05-03T11:18:47.522Z] 
11:18:47 [2021-05-03T11:18:47.522Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s)
11:18:47 [2021-05-03T11:18:47.522Z]     build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME
11:18:47 [2021-05-03T11:18:47.522Z] 
11:18:47 [2021-05-03T11:18:47.522Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s)
11:18:47 [2021-05-03T11:18:47.522Z]     build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME
11:18:47 [2021-05-03T11:18:47.522Z] 
11:18:47 [2021-05-03T11:18:47.522Z] 
11:18:47 [2021-05-03T11:18:47.522Z] DONE 29 tests, 5 skipped in 1147.532s
11:18:47 [2021-05-03T11:18:47.522Z] Running D:\gopath\src\github.com\docker\docker\integration\config
11:18:48 [2021-05-03T11:18:48.303Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
11:18:49 [2021-05-03T11:18:49.075Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
11:18:49 [2021-05-03T11:18:49.075Z] INFO: Testing against a local daemon
11:18:49 [2021-05-03T11:18:49.075Z] === RUN   TestConfigInspect
11:18:49 [2021-05-03T11:18:49.075Z] --- SKIP: TestConfigInspect (0.00s)
11:18:49 [2021-05-03T11:18:49.075Z]     config_test.go:28: testEnv.DaemonInfo.OSType == "windows"
11:18:49 [2021-05-03T11:18:49.075Z] === RUN   TestConfigList
11:18:49 [2021-05-03T11:18:49.075Z] --- SKIP: TestConfigList (0.00s)
11:18:49 [2021-05-03T11:18:49.075Z]     config_test.go:52: testEnv.DaemonInfo.OSType == "windows"
11:18:49 [2021-05-03T11:18:49.075Z] === RUN   TestConfigsCreateAndDelete
11:18:49 [2021-05-03T11:18:49.075Z] --- SKIP: TestConfigsCreateAndDelete (0.00s)
11:18:49 [2021-05-03T11:18:49.075Z]     config_test.go:133: testEnv.DaemonInfo.OSType == "windows"
11:18:49 [2021-05-03T11:18:49.075Z] === RUN   TestConfigsUpdate
11:18:49 [2021-05-03T11:18:49.075Z] --- SKIP: TestConfigsUpdate (0.00s)
11:18:49 [2021-05-03T11:18:49.075Z]     config_test.go:171: testEnv.DaemonInfo.OSType == "windows"
11:18:49 [2021-05-03T11:18:49.075Z] === RUN   TestTemplatedConfig
11:18:49 [2021-05-03T11:18:49.075Z] --- SKIP: TestTemplatedConfig (0.00s)
11:18:49 [2021-05-03T11:18:49.075Z]     config_test.go:223: testEnv.DaemonInfo.OSType == "windows"
11:18:49 [2021-05-03T11:18:49.075Z] === RUN   TestConfigCreateResolve
11:18:49 [2021-05-03T11:18:49.075Z] --- SKIP: TestConfigCreateResolve (0.00s)
11:18:49 [2021-05-03T11:18:49.075Z]     config_test.go:333: testEnv.DaemonInfo.OSType != "linux"
11:18:49 [2021-05-03T11:18:49.075Z] === RUN   TestConfigDaemonLibtrustID
11:18:49 [2021-05-03T11:18:49.075Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s)
11:18:49 [2021-05-03T11:18:49.075Z]     config_test.go:383: testEnv.DaemonInfo.OSType != "linux"
11:18:49 [2021-05-03T11:18:49.075Z] PASS
11:18:49 [2021-05-03T11:18:49.075Z] ok  	github.com/docker/docker/integration/config	0.204s
11:18:49 [2021-05-03T11:18:49.538Z] 
11:18:49 [2021-05-03T11:18:49.538Z] === Skipped
11:18:49 [2021-05-03T11:18:49.538Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s)
11:18:49 [2021-05-03T11:18:49.538Z]     config_test.go:28: testEnv.DaemonInfo.OSType == "windows"
11:18:49 [2021-05-03T11:18:49.538Z] 
11:18:49 [2021-05-03T11:18:49.538Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s)
11:18:49 [2021-05-03T11:18:49.538Z]     config_test.go:52: testEnv.DaemonInfo.OSType == "windows"
11:18:49 [2021-05-03T11:18:49.538Z] 
11:18:49 [2021-05-03T11:18:49.538Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s)
11:18:49 [2021-05-03T11:18:49.538Z]     config_test.go:133: testEnv.DaemonInfo.OSType == "windows"
11:18:49 [2021-05-03T11:18:49.538Z] 
11:18:49 [2021-05-03T11:18:49.538Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s)
11:18:49 [2021-05-03T11:18:49.538Z]     config_test.go:171: testEnv.DaemonInfo.OSType == "windows"
11:18:49 [2021-05-03T11:18:49.538Z] 
11:18:49 [2021-05-03T11:18:49.538Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s)
11:18:49 [2021-05-03T11:18:49.538Z]     config_test.go:223: testEnv.DaemonInfo.OSType == "windows"
11:18:49 [2021-05-03T11:18:49.538Z] 
11:18:49 [2021-05-03T11:18:49.538Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s)
11:18:49 [2021-05-03T11:18:49.538Z]     config_test.go:333: testEnv.DaemonInfo.OSType != "linux"
11:18:49 [2021-05-03T11:18:49.538Z] 
11:18:49 [2021-05-03T11:18:49.538Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s)
11:18:49 [2021-05-03T11:18:49.538Z]     config_test.go:383: testEnv.DaemonInfo.OSType != "linux"
11:18:49 [2021-05-03T11:18:49.538Z] 
11:18:49 [2021-05-03T11:18:49.538Z] 
11:18:49 [2021-05-03T11:18:49.538Z] DONE 7 tests, 7 skipped in 3.307s
11:18:49 [2021-05-03T11:18:49.538Z] Running D:\gopath\src\github.com\docker\docker\integration\container
11:18:49 [2021-05-03T11:18:49.683Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
11:18:50 [2021-05-03T11:18:50.252Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
11:18:50 [2021-05-03T11:18:50.823Z] --- PASS: TestServiceUpdateConfigs (16.22s)
11:18:50 [2021-05-03T11:18:50.823Z] === RUN   TestServiceUpdateNetwork
11:18:51 [2021-05-03T11:18:51.083Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
11:18:51 [2021-05-03T11:18:51.344Z] === RUN   TestDockerSuite/TestDevicePermissions
11:18:52 [2021-05-03T11:18:52.286Z] === RUN   TestDockerSuite/TestDockerFails
11:18:52 [2021-05-03T11:18:52.286Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetwork
11:18:52 [2021-05-03T11:18:52.286Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent
11:18:52 [2021-05-03T11:18:52.286Z] === RUN   TestDockerSuite/TestDockerInspectNetworkWithContainerName
11:18:52 [2021-05-03T11:18:52.471Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
11:18:52 [2021-05-03T11:18:52.471Z] INFO: Testing against a local daemon
11:18:52 [2021-05-03T11:18:52.471Z] === RUN   TestCheckpoint
11:18:52 [2021-05-03T11:18:52.471Z] --- SKIP: TestCheckpoint (0.00s)
11:18:52 [2021-05-03T11:18:52.471Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
11:18:52 [2021-05-03T11:18:52.471Z] === RUN   TestContainerInvalidJSON
11:18:52 [2021-05-03T11:18:52.471Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
11:18:52 [2021-05-03T11:18:52.471Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
11:18:52 [2021-05-03T11:18:52.471Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
11:18:52 [2021-05-03T11:18:52.471Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
11:18:52 [2021-05-03T11:18:52.471Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
11:18:52 [2021-05-03T11:18:52.471Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
11:18:53 [2021-05-03T11:18:53.446Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
11:18:53 [2021-05-03T11:18:53.446Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
11:18:53 [2021-05-03T11:18:53.446Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
11:18:53 [2021-05-03T11:18:53.446Z] --- PASS: TestContainerInvalidJSON (0.67s)
11:18:53 [2021-05-03T11:18:53.446Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s)
11:18:53 [2021-05-03T11:18:53.446Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s)
11:18:53 [2021-05-03T11:18:53.446Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s)
11:18:53 [2021-05-03T11:18:53.446Z] === RUN   TestCopyFromContainerPathDoesNotExist
11:18:53 [2021-05-03T11:18:53.446Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.28s)
11:18:53 [2021-05-03T11:18:53.446Z] === RUN   TestCopyFromContainerPathIsNotDir
11:18:53 [2021-05-03T11:18:53.911Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.24s)
11:18:53 [2021-05-03T11:18:53.911Z] === RUN   TestCopyToContainerPathDoesNotExist
11:18:53 [2021-05-03T11:18:53.911Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.22s)
11:18:53 [2021-05-03T11:18:53.911Z] === RUN   TestCopyToContainerPathIsNotDir
11:18:54 [2021-05-03T11:18:54.373Z] --- PASS: TestCopyToContainerPathIsNotDir (0.38s)
11:18:54 [2021-05-03T11:18:54.373Z] === RUN   TestCopyFromContainer
11:18:54 [2021-05-03T11:18:54.373Z] --- SKIP: TestCopyFromContainer (0.00s)
11:18:54 [2021-05-03T11:18:54.373Z]     copy_test.go:82: testEnv.DaemonInfo.OSType == "windows"
11:18:54 [2021-05-03T11:18:54.373Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
11:18:54 [2021-05-03T11:18:54.373Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
11:18:54 [2021-05-03T11:18:54.373Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
11:18:54 [2021-05-03T11:18:54.373Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
11:18:54 [2021-05-03T11:18:54.373Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
11:18:54 [2021-05-03T11:18:54.373Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
11:18:54 [2021-05-03T11:18:54.373Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
11:18:54 [2021-05-03T11:18:54.373Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
11:18:54 [2021-05-03T11:18:54.373Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
11:18:54 [2021-05-03T11:18:54.373Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
11:18:54 [2021-05-03T11:18:54.373Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s)
11:18:54 [2021-05-03T11:18:54.373Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s)
11:18:54 [2021-05-03T11:18:54.373Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s)
11:18:54 [2021-05-03T11:18:54.373Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s)
11:18:54 [2021-05-03T11:18:54.373Z] === RUN   TestCreateLinkToNonExistingContainer
11:18:54 [2021-05-03T11:18:54.373Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s)
11:18:54 [2021-05-03T11:18:54.373Z]     create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows
11:18:54 [2021-05-03T11:18:54.373Z] === RUN   TestCreateWithInvalidEnv
11:18:54 [2021-05-03T11:18:54.373Z] === RUN   TestCreateWithInvalidEnv/0
11:18:54 [2021-05-03T11:18:54.373Z] === PAUSE TestCreateWithInvalidEnv/0
11:18:54 [2021-05-03T11:18:54.373Z] === RUN   TestCreateWithInvalidEnv/1
11:18:54 [2021-05-03T11:18:54.373Z] === PAUSE TestCreateWithInvalidEnv/1
11:18:54 [2021-05-03T11:18:54.373Z] === RUN   TestCreateWithInvalidEnv/2
11:18:54 [2021-05-03T11:18:54.373Z] === PAUSE TestCreateWithInvalidEnv/2
11:18:54 [2021-05-03T11:18:54.373Z] === CONT  TestCreateWithInvalidEnv/0
11:18:54 [2021-05-03T11:18:54.373Z] === CONT  TestCreateWithInvalidEnv/2
11:18:54 [2021-05-03T11:18:54.373Z] === CONT  TestCreateWithInvalidEnv/1
11:18:54 [2021-05-03T11:18:54.373Z] --- PASS: TestCreateWithInvalidEnv (0.03s)
11:18:54 [2021-05-03T11:18:54.373Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
11:18:54 [2021-05-03T11:18:54.373Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.01s)
11:18:54 [2021-05-03T11:18:54.373Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.01s)
11:18:54 [2021-05-03T11:18:54.373Z] === RUN   TestCreateTmpfsMountsTarget
11:18:54 [2021-05-03T11:18:54.373Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s)
11:18:54 [2021-05-03T11:18:54.373Z]     create_test.go:137: testEnv.DaemonInfo.OSType == "windows"
11:18:54 [2021-05-03T11:18:54.373Z] === RUN   TestCreateWithCustomMaskedPaths
11:18:54 [2021-05-03T11:18:54.373Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s)
11:18:54 [2021-05-03T11:18:54.373Z]     create_test.go:181: testEnv.DaemonInfo.OSType != "linux"
11:18:54 [2021-05-03T11:18:54.373Z] === RUN   TestCreateWithCustomReadonlyPaths
11:18:54 [2021-05-03T11:18:54.373Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s)
11:18:54 [2021-05-03T11:18:54.373Z]     create_test.go:261: testEnv.DaemonInfo.OSType != "linux"
11:18:54 [2021-05-03T11:18:54.373Z] === RUN   TestCreateWithInvalidHealthcheckParams
11:18:54 [2021-05-03T11:18:54.373Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
11:18:54 [2021-05-03T11:18:54.373Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
11:18:54 [2021-05-03T11:18:54.373Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
11:18:54 [2021-05-03T11:18:54.373Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
11:18:54 [2021-05-03T11:18:54.373Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
11:18:54 [2021-05-03T11:18:54.373Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
11:18:54 [2021-05-03T11:18:54.373Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
11:18:54 [2021-05-03T11:18:54.373Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
11:18:54 [2021-05-03T11:18:54.373Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
11:18:54 [2021-05-03T11:18:54.373Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
11:18:54 [2021-05-03T11:18:54.373Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
11:18:54 [2021-05-03T11:18:54.373Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
11:18:54 [2021-05-03T11:18:54.373Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
11:18:54 [2021-05-03T11:18:54.373Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
11:18:54 [2021-05-03T11:18:54.373Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
11:18:54 [2021-05-03T11:18:54.373Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s)
11:18:54 [2021-05-03T11:18:54.373Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
11:18:54 [2021-05-03T11:18:54.373Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
11:18:54 [2021-05-03T11:18:54.373Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
11:18:54 [2021-05-03T11:18:54.373Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
11:18:54 [2021-05-03T11:18:54.373Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s)
11:18:54 [2021-05-03T11:18:54.373Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
11:18:54 [2021-05-03T11:18:54.373Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s)
11:18:54 [2021-05-03T11:18:54.373Z]     create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs
11:18:54 [2021-05-03T11:18:54.373Z] === RUN   TestCreateDifferentPlatform
11:18:54 [2021-05-03T11:18:54.373Z] === RUN   TestCreateDifferentPlatform/different_os
11:18:54 [2021-05-03T11:18:54.373Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
11:18:54 [2021-05-03T11:18:54.373Z] --- PASS: TestCreateDifferentPlatform (0.05s)
11:18:54 [2021-05-03T11:18:54.373Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.01s)
11:18:54 [2021-05-03T11:18:54.373Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
11:18:54 [2021-05-03T11:18:54.373Z] === RUN   TestCreateVolumesFromNonExistingContainer
11:18:54 [2021-05-03T11:18:54.827Z] === RUN   TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange
11:18:54 [2021-05-03T11:18:54.836Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.08s)
11:18:54 [2021-05-03T11:18:54.836Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
11:18:54 [2021-05-03T11:18:54.836Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s)
11:18:54 [2021-05-03T11:18:54.836Z]     create_test.go:518: testEnv.OSType != "linux": test image is only available on linux
11:18:54 [2021-05-03T11:18:54.836Z] === RUN   TestContainerKillOnDaemonStart
11:18:54 [2021-05-03T11:18:54.836Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
11:18:54 [2021-05-03T11:18:54.836Z]     daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows"
11:18:54 [2021-05-03T11:18:54.836Z] === RUN   TestDiff
11:18:54 [2021-05-03T11:18:54.836Z] --- SKIP: TestDiff (0.00s)
11:18:54 [2021-05-03T11:18:54.836Z]     diff_test.go:17: testEnv.OSType == "windows": FIXME
11:18:54 [2021-05-03T11:18:54.836Z] === RUN   TestExecWithCloseStdin
11:18:55 [2021-05-03T11:18:55.397Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteMultiple
11:18:57 [2021-05-03T11:18:57.762Z] --- PASS: TestExecWithCloseStdin (3.19s)
11:18:57 [2021-05-03T11:18:57.762Z] === RUN   TestExec
11:18:57 [2021-05-03T11:18:57.937Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteNotExists
11:18:57 [2021-05-03T11:18:57.937Z] === RUN   TestDockerSuite/TestDockerNetworkInspect
11:18:57 [2021-05-03T11:18:57.937Z] === RUN   TestDockerSuite/TestDockerNetworkInspectWithID
11:18:58 [2021-05-03T11:18:58.507Z] === RUN   TestDockerSuite/TestDockerNetworkInternalMode
11:18:59 [2021-05-03T11:18:59.974Z] --- PASS: TestExec (2.20s)
11:18:59 [2021-05-03T11:18:59.974Z] === RUN   TestExecUser
11:18:59 [2021-05-03T11:18:59.974Z] --- SKIP: TestExecUser (0.00s)
11:18:59 [2021-05-03T11:18:59.974Z]     exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
11:18:59 [2021-05-03T11:18:59.974Z] === RUN   TestExportContainerAndImportImage
11:18:59 [2021-05-03T11:18:59.974Z] --- SKIP: TestExportContainerAndImportImage (0.00s)
11:18:59 [2021-05-03T11:18:59.974Z]     export_test.go:23: testEnv.DaemonInfo.OSType == "windows"
11:18:59 [2021-05-03T11:18:59.974Z] === RUN   TestExportContainerAfterDaemonRestart
11:18:59 [2021-05-03T11:18:59.974Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s)
11:18:59 [2021-05-03T11:18:59.974Z]     export_test.go:61: testEnv.DaemonInfo.OSType == "windows"
11:18:59 [2021-05-03T11:18:59.974Z] === RUN   TestHealthCheckWorkdir
11:18:59 [2021-05-03T11:18:59.974Z] --- SKIP: TestHealthCheckWorkdir (0.00s)
11:18:59 [2021-05-03T11:18:59.974Z]     health_test.go:20: testEnv.OSType == "windows": FIXME
11:18:59 [2021-05-03T11:18:59.974Z] === RUN   TestHealthKillContainer
11:18:59 [2021-05-03T11:18:59.974Z] --- SKIP: TestHealthKillContainer (0.00s)
11:18:59 [2021-05-03T11:18:59.974Z]     health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574
11:18:59 [2021-05-03T11:18:59.974Z] === RUN   TestInspectCpusetInConfigPre120
11:18:59 [2021-05-03T11:18:59.974Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s)
11:18:59 [2021-05-03T11:18:59.974Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
11:18:59 [2021-05-03T11:18:59.974Z] === RUN   TestKillContainerInvalidSignal
11:19:02 [2021-05-03T11:19:02.167Z] --- PASS: TestKillContainerInvalidSignal (1.97s)
11:19:02 [2021-05-03T11:19:02.167Z] === RUN   TestKillContainer
11:19:02 [2021-05-03T11:19:02.167Z] === RUN   TestKillContainer/no_signal
11:19:04 [2021-05-03T11:19:04.363Z] === RUN   TestKillContainer/non_killing_signal
11:19:04 [2021-05-03T11:19:04.363Z] === RUN   TestKillContainer/killing_signal
11:19:05 [2021-05-03T11:19:05.081Z] --- PASS: TestServiceUpdateNetwork (14.13s)
11:19:05 [2021-05-03T11:19:05.081Z] === RUN   TestServiceUpdatePidsLimit
11:19:05 [2021-05-03T11:19:05.652Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
11:19:06 [2021-05-03T11:19:06.221Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
11:19:07 [2021-05-03T11:19:07.604Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
11:19:09 [2021-05-03T11:19:09.009Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
11:19:11 [2021-05-03T11:19:11.469Z] --- PASS: TestKillContainer (9.15s)
11:19:11 [2021-05-03T11:19:11.469Z]     --- PASS: TestKillContainer/no_signal (1.94s)
11:19:11 [2021-05-03T11:19:11.470Z]     --- SKIP: TestKillContainer/non_killing_signal (0.00s)
11:19:11 [2021-05-03T11:19:11.470Z]         kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH
11:19:11 [2021-05-03T11:19:11.470Z]     --- PASS: TestKillContainer/killing_signal (7.15s)
11:19:11 [2021-05-03T11:19:11.470Z] === RUN   TestKillWithStopSignalAndRestartPolicies
11:19:11 [2021-05-03T11:19:11.470Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s)
11:19:11 [2021-05-03T11:19:11.470Z]     kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later
11:19:11 [2021-05-03T11:19:11.470Z] === RUN   TestKillStoppedContainer
11:19:11 [2021-05-03T11:19:11.470Z] --- SKIP: TestKillStoppedContainer (0.00s)
11:19:11 [2021-05-03T11:19:11.470Z]     kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later
11:19:11 [2021-05-03T11:19:11.470Z] === RUN   TestKillStoppedContainerAPIPre120
11:19:11 [2021-05-03T11:19:11.470Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s)
11:19:11 [2021-05-03T11:19:11.470Z]     kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later
11:19:11 [2021-05-03T11:19:11.470Z] === RUN   TestKillDifferentUserContainer
11:19:11 [2021-05-03T11:19:11.470Z] --- SKIP: TestKillDifferentUserContainer (0.00s)
11:19:11 [2021-05-03T11:19:11.470Z]     kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform
11:19:11 [2021-05-03T11:19:11.470Z] === RUN   TestInspectOomKilledTrue
11:19:11 [2021-05-03T11:19:11.470Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
11:19:11 [2021-05-03T11:19:11.470Z]     kill_test.go:155: testEnv.DaemonInfo.OSType == "windows"
11:19:11 [2021-05-03T11:19:11.470Z] === RUN   TestInspectOomKilledFalse
11:19:11 [2021-05-03T11:19:11.470Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
11:19:11 [2021-05-03T11:19:11.470Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
11:19:11 [2021-05-03T11:19:11.470Z] === RUN   TestLogsFollowTailEmpty
11:19:11 [2021-05-03T11:19:11.553Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
11:19:13 [2021-05-03T11:19:13.018Z] --- PASS: TestLogsFollowTailEmpty (1.97s)
11:19:13 [2021-05-03T11:19:13.018Z] === RUN   TestNetworkNat
11:19:13 [2021-05-03T11:19:13.018Z] --- SKIP: TestNetworkNat (0.00s)
11:19:13 [2021-05-03T11:19:13.018Z]     nat_test.go:24: testEnv.OSType == "windows": FIXME
11:19:13 [2021-05-03T11:19:13.018Z] === RUN   TestNetworkLocalhostTCPNat
11:19:13 [2021-05-03T11:19:13.461Z] === RUN   TestDockerSuite/TestEmbeddedDNSInvalidInput
11:19:14 [2021-05-03T11:19:14.842Z] === RUN   TestDockerSuite/TestEventsAttach
11:19:15 [2021-05-03T11:19:15.412Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
11:19:15 [2021-05-03T11:19:15.412Z] === RUN   TestDockerSuite/TestEventsCommit
11:19:15 [2021-05-03T11:19:15.942Z] --- PASS: TestNetworkLocalhostTCPNat (2.45s)
11:19:15 [2021-05-03T11:19:15.942Z] === RUN   TestNetworkLoopbackNat
11:19:15 [2021-05-03T11:19:15.942Z] --- SKIP: TestNetworkLoopbackNat (0.00s)
11:19:15 [2021-05-03T11:19:15.942Z]     nat_test.go:60: testEnv.OSType == "windows": FIXME
11:19:15 [2021-05-03T11:19:15.942Z] === RUN   TestPause
11:19:15 [2021-05-03T11:19:15.942Z] --- SKIP: TestPause (0.00s)
11:19:15 [2021-05-03T11:19:15.942Z]     pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process"
11:19:15 [2021-05-03T11:19:15.942Z] === RUN   TestPauseFailsOnWindowsServerContainers
11:19:16 [2021-05-03T11:19:16.353Z] === RUN   TestDockerSuite/TestEventsContainerEvents
11:19:17 [2021-05-03T11:19:17.296Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
11:19:17 [2021-05-03T11:19:17.496Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.97s)
11:19:17 [2021-05-03T11:19:17.496Z] === RUN   TestPauseStopPausedContainer
11:19:17 [2021-05-03T11:19:17.496Z] --- SKIP: TestPauseStopPausedContainer (0.00s)
11:19:17 [2021-05-03T11:19:17.496Z]     pause_test.go:70: testEnv.DaemonInfo.OSType == "windows"
11:19:17 [2021-05-03T11:19:17.496Z] === RUN   TestPsFilter
11:19:17 [2021-05-03T11:19:17.958Z] --- PASS: TestPsFilter (0.21s)
11:19:17 [2021-05-03T11:19:17.958Z] === RUN   TestRemoveContainerWithRemovedVolume
11:19:18 [2021-05-03T11:19:18.236Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
11:19:18 [2021-05-03T11:19:18.805Z] === RUN   TestDockerSuite/TestEventsContainerFilterBeforeCreate
11:19:20 [2021-05-03T11:19:20.151Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.22s)
11:19:20 [2021-05-03T11:19:20.151Z] === RUN   TestRemoveContainerWithVolume
11:19:20 [2021-05-03T11:19:20.713Z] === RUN   TestDockerSuite/TestEventsContainerFilterByName
11:19:22 [2021-05-03T11:19:22.182Z] === RUN   TestDockerSuite/TestEventsContainerRestart
11:19:22 [2021-05-03T11:19:22.449Z] --- PASS: TestRemoveContainerWithVolume (2.27s)
11:19:22 [2021-05-03T11:19:22.449Z] === RUN   TestRemoveContainerRunning
11:19:23 [2021-05-03T11:19:23.565Z] --- PASS: TestServiceUpdatePidsLimit (18.44s)
11:19:23 [2021-05-03T11:19:23.565Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.45s)
11:19:23 [2021-05-03T11:19:23.565Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.51s)
11:19:23 [2021-05-03T11:19:23.565Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.41s)
11:19:23 [2021-05-03T11:19:23.565Z] PASS
11:19:23 [2021-05-03T11:19:23.565Z] 
11:19:23 [2021-05-03T11:19:23.565Z] === Skipped
11:19:23 [2021-05-03T11:19:23.565Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
11:19:23 [2021-05-03T11:19:23.565Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
11:19:23 [2021-05-03T11:19:23.565Z] 
11:19:23 [2021-05-03T11:19:23.565Z] 
11:19:23 [2021-05-03T11:19:23.565Z] DONE 27 tests, 1 skipped in 204.592s
11:19:23 [2021-05-03T11:19:23.565Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
11:19:23 [2021-05-03T11:19:23.565Z] ++ 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
11:19:23 [2021-05-03T11:19:23.565Z] ++ set -e
11:19:23 [2021-05-03T11:19:23.565Z] ++ '[' -n 0 ']'
11:19:23 [2021-05-03T11:19:23.565Z] ++ set -x
11:19:23 [2021-05-03T11:19:23.566Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
11:19:23 [2021-05-03T11:19:23.566Z] INFO: Testing against a local daemon
11:19:23 [2021-05-03T11:19:23.566Z] === RUN   TestSessionCreate
11:19:23 [2021-05-03T11:19:23.566Z] --- PASS: TestSessionCreate (0.02s)
11:19:23 [2021-05-03T11:19:23.566Z] === RUN   TestSessionCreateWithBadUpgrade
11:19:23 [2021-05-03T11:19:23.566Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s)
11:19:23 [2021-05-03T11:19:23.566Z] PASS
11:19:23 [2021-05-03T11:19:23.566Z] 
11:19:23 [2021-05-03T11:19:23.566Z] DONE 2 tests in 0.234s
11:19:23 [2021-05-03T11:19:23.566Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
11:19:23 [2021-05-03T11:19:23.566Z] ++ 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
11:19:23 [2021-05-03T11:19:23.566Z] ++ set -e
11:19:23 [2021-05-03T11:19:23.566Z] ++ '[' -n 0 ']'
11:19:23 [2021-05-03T11:19:23.566Z] ++ set -x
11:19:23 [2021-05-03T11:19:23.566Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
11:19:23 [2021-05-03T11:19:23.566Z] INFO: Testing against a local daemon
11:19:23 [2021-05-03T11:19:23.566Z] === RUN   TestCgroupDriverSystemdMemoryLimit
11:19:23 [2021-05-03T11:19:23.566Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
11:19:23 [2021-05-03T11:19:23.566Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
11:19:23 [2021-05-03T11:19:23.566Z] === RUN   TestEventsExecDie
11:19:23 [2021-05-03T11:19:23.995Z] --- PASS: TestRemoveContainerRunning (1.95s)
11:19:23 [2021-05-03T11:19:23.996Z] === RUN   TestRemoveContainerForceRemoveRunning
11:19:24 [2021-05-03T11:19:24.953Z] --- PASS: TestEventsExecDie (1.34s)
11:19:24 [2021-05-03T11:19:24.953Z] === RUN   TestEventsBackwardsCompatible
11:19:25 [2021-05-03T11:19:25.214Z] --- PASS: TestEventsBackwardsCompatible (0.08s)
11:19:25 [2021-05-03T11:19:25.214Z] === RUN   TestInfoBinaryCommits
11:19:25 [2021-05-03T11:19:25.214Z] --- PASS: TestInfoBinaryCommits (0.03s)
11:19:25 [2021-05-03T11:19:25.214Z] === RUN   TestInfoAPIVersioned
11:19:25 [2021-05-03T11:19:25.214Z] --- PASS: TestInfoAPIVersioned (0.01s)
11:19:25 [2021-05-03T11:19:25.214Z] === RUN   TestInfoDiscoveryBackend
11:19:25 [2021-05-03T11:19:25.784Z] === RUN   TestDockerSuite/TestEventsContainerWithMultiNetwork
11:19:25 [2021-05-03T11:19:25.784Z] --- PASS: TestInfoDiscoveryBackend (0.76s)
11:19:25 [2021-05-03T11:19:25.784Z] === RUN   TestInfoDiscoveryInvalidAdvertise
11:19:26 [2021-05-03T11:19:26.044Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin
11:19:26 [2021-05-03T11:19:26.190Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.03s)
11:19:26 [2021-05-03T11:19:26.190Z] === RUN   TestRemoveInvalidContainer
11:19:26 [2021-05-03T11:19:26.190Z] --- PASS: TestRemoveInvalidContainer (0.03s)
11:19:26 [2021-05-03T11:19:26.190Z] === RUN   TestRenameLinkedContainer
11:19:26 [2021-05-03T11:19:26.190Z] --- SKIP: TestRenameLinkedContainer (0.00s)
11:19:26 [2021-05-03T11:19:26.190Z]     rename_test.go:26: testEnv.OSType == "windows": FIXME
11:19:26 [2021-05-03T11:19:26.190Z] === RUN   TestRenameStoppedContainer
11:19:26 [2021-05-03T11:19:26.984Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
11:19:26 [2021-05-03T11:19:26.984Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
11:19:27 [2021-05-03T11:19:27.553Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.77s)
11:19:27 [2021-05-03T11:19:27.553Z] === RUN   TestInfoAPI
11:19:27 [2021-05-03T11:19:27.813Z] --- PASS: TestInfoAPI (0.02s)
11:19:27 [2021-05-03T11:19:27.813Z] === RUN   TestInfoAPIWarnings
11:19:28 [2021-05-03T11:19:28.384Z] --- PASS: TestRenameStoppedContainer (2.24s)
11:19:28 [2021-05-03T11:19:28.384Z] === RUN   TestRenameRunningContainerAndReuse
11:19:29 [2021-05-03T11:19:29.205Z] === RUN   TestDockerSuite/TestEventsCopy
11:19:30 [2021-05-03T11:19:30.149Z] === RUN   TestDockerSuite/TestEventsFilterContainer
11:19:31 [2021-05-03T11:19:31.529Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
11:19:32 [2021-05-03T11:19:32.468Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
11:19:32 [2021-05-03T11:19:32.468Z] === RUN   TestDockerSuite/TestEventsFilterImageName
11:19:33 [2021-05-03T11:19:33.102Z] --- PASS: TestRenameRunningContainerAndReuse (4.11s)
11:19:33 [2021-05-03T11:19:33.102Z] === RUN   TestRenameInvalidName
11:19:34 [2021-05-03T11:19:34.376Z] === RUN   TestDockerSuite/TestEventsFilterLabels
11:19:34 [2021-05-03T11:19:34.376Z] === RUN   TestDockerSuite/TestEventsFilterNetworkID
11:19:34 [2021-05-03T11:19:34.636Z] === RUN   TestDockerSuite/TestEventsFilterType
11:19:34 [2021-05-03T11:19:34.649Z] --- PASS: TestRenameInvalidName (1.96s)
11:19:34 [2021-05-03T11:19:34.649Z] === RUN   TestRenameAnonymousContainer
11:19:34 [2021-05-03T11:19:34.895Z] === RUN   TestDockerSuite/TestEventsFilterVolumeAndNetworkType
11:19:35 [2021-05-03T11:19:35.465Z] === RUN   TestDockerSuite/TestEventsFilterVolumeID
11:19:35 [2021-05-03T11:19:35.465Z] === RUN   TestDockerSuite/TestEventsFilters
11:19:36 [2021-05-03T11:19:36.846Z] === RUN   TestDockerSuite/TestEventsFormat
11:19:38 [2021-05-03T11:19:38.229Z] === RUN   TestDockerSuite/TestEventsFormatBadField
11:19:38 [2021-05-03T11:19:38.229Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
11:19:38 [2021-05-03T11:19:38.229Z] === RUN   TestDockerSuite/TestEventsImageImport
11:19:39 [2021-05-03T11:19:39.171Z] === RUN   TestDockerSuite/TestEventsImageLoad
11:19:39 [2021-05-03T11:19:39.430Z] === RUN   TestDockerSuite/TestEventsImagePull
11:19:39 [2021-05-03T11:19:39.999Z] === RUN   TestDockerSuite/TestEventsImageTag
11:19:40 [2021-05-03T11:19:40.937Z] === RUN   TestDockerSuite/TestEventsImageUntagDelete
11:19:41 [2021-05-03T11:19:41.196Z] === RUN   TestDockerSuite/TestEventsOOMDisableFalse
11:19:41 [2021-05-03T11:19:41.196Z] === RUN   TestDockerSuite/TestEventsOOMDisableTrue
11:19:41 [2021-05-03T11:19:41.196Z] === RUN   TestDockerSuite/TestEventsPluginOps
11:19:42 [2021-05-03T11:19:42.576Z] === RUN   TestDockerSuite/TestEventsRedirectStdout
11:19:43 [2021-05-03T11:19:43.145Z] === RUN   TestDockerSuite/TestEventsRename
11:19:44 [2021-05-03T11:19:44.090Z] === RUN   TestDockerSuite/TestEventsResize
11:19:44 [2021-05-03T11:19:44.351Z] --- PASS: TestInfoAPIWarnings (16.73s)
11:19:44 [2021-05-03T11:19:44.351Z] === RUN   TestInfoDebug
11:19:44 [2021-05-03T11:19:44.921Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
11:19:45 [2021-05-03T11:19:45.181Z] --- PASS: TestInfoDebug (0.70s)
11:19:45 [2021-05-03T11:19:45.181Z] === RUN   TestInfoInsecureRegistries
11:19:45 [2021-05-03T11:19:45.751Z] --- PASS: TestInfoInsecureRegistries (0.70s)
11:19:45 [2021-05-03T11:19:45.751Z] === RUN   TestInfoRegistryMirrors
11:19:46 [2021-05-03T11:19:46.691Z] --- PASS: TestInfoRegistryMirrors (0.63s)
11:19:46 [2021-05-03T11:19:46.691Z] === RUN   TestLoginFailsWithBadCredentials
11:19:46 [2021-05-03T11:19:46.691Z] --- PASS: TestLoginFailsWithBadCredentials (0.15s)
11:19:46 [2021-05-03T11:19:46.691Z] === RUN   TestPingCacheHeaders
11:19:46 [2021-05-03T11:19:46.691Z] --- PASS: TestPingCacheHeaders (0.02s)
11:19:46 [2021-05-03T11:19:46.691Z] === RUN   TestPingGet
11:19:46 [2021-05-03T11:19:46.691Z] --- PASS: TestPingGet (0.01s)
11:19:46 [2021-05-03T11:19:46.691Z] === RUN   TestPingHead
11:19:46 [2021-05-03T11:19:46.691Z] --- PASS: TestPingHead (0.02s)
11:19:46 [2021-05-03T11:19:46.691Z] === RUN   TestVersion
11:19:46 [2021-05-03T11:19:46.691Z] --- PASS: TestVersion (0.03s)
11:19:46 [2021-05-03T11:19:46.691Z] PASS
11:19:46 [2021-05-03T11:19:46.691Z] 
11:19:46 [2021-05-03T11:19:46.691Z] === Skipped
11:19:46 [2021-05-03T11:19:46.691Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
11:19:46 [2021-05-03T11:19:46.691Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
11:19:46 [2021-05-03T11:19:46.691Z] 
11:19:46 [2021-05-03T11:19:46.691Z] 
11:19:46 [2021-05-03T11:19:46.691Z] DONE 18 tests, 1 skipped in 23.141s
11:19:46 [2021-05-03T11:19:46.691Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
11:19:46 [2021-05-03T11:19:46.691Z] ++ 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
11:19:46 [2021-05-03T11:19:46.691Z] ++ set -e
11:19:46 [2021-05-03T11:19:46.691Z] ++ '[' -n 0 ']'
11:19:46 [2021-05-03T11:19:46.691Z] ++ set -x
11:19:46 [2021-05-03T11:19:46.691Z] ++ 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
11:19:46 [2021-05-03T11:19:46.951Z] INFO: Testing against a local daemon
11:19:46 [2021-05-03T11:19:46.951Z] === RUN   TestVolumesCreateAndList
11:19:46 [2021-05-03T11:19:46.951Z] --- PASS: TestVolumesCreateAndList (0.02s)
11:19:46 [2021-05-03T11:19:46.951Z] === RUN   TestVolumesRemove
11:19:46 [2021-05-03T11:19:46.951Z] --- PASS: TestVolumesRemove (0.06s)
11:19:46 [2021-05-03T11:19:46.951Z] === RUN   TestVolumesInspect
11:19:46 [2021-05-03T11:19:46.951Z] --- PASS: TestVolumesInspect (0.02s)
11:19:46 [2021-05-03T11:19:46.951Z] === RUN   TestVolumesInvalidJSON
11:19:46 [2021-05-03T11:19:46.951Z] === RUN   TestVolumesInvalidJSON//volumes/create
11:19:46 [2021-05-03T11:19:46.951Z] === PAUSE TestVolumesInvalidJSON//volumes/create
11:19:46 [2021-05-03T11:19:46.951Z] === CONT  TestVolumesInvalidJSON//volumes/create
11:19:46 [2021-05-03T11:19:46.951Z] --- PASS: TestVolumesInvalidJSON (0.01s)
11:19:46 [2021-05-03T11:19:46.951Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
11:19:46 [2021-05-03T11:19:46.951Z] PASS
11:19:46 [2021-05-03T11:19:46.951Z] 
11:19:46 [2021-05-03T11:19:46.951Z] DONE 5 tests in 0.249s
11:19:46 [2021-05-03T11:19:46.951Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
11:19:47 [2021-05-03T11:19:47.067Z] --- PASS: TestRenameAnonymousContainer (11.73s)
11:19:47 [2021-05-03T11:19:47.067Z] === RUN   TestRenameContainerWithSameName
11:19:47 [2021-05-03T11:19:47.221Z] ++++ cat bundles/test-integration/docker.pid
11:19:47 [2021-05-03T11:19:47.221Z] +++ kill 5750
11:19:47 [2021-05-03T11:19:47.487Z] === RUN   TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate
11:19:48 [2021-05-03T11:19:48.426Z] +++ /etc/init.d/apparmor stop
11:19:48 [2021-05-03T11:19:48.426Z] Leaving: AppArmorNo profiles have been unloaded.
11:19:48 [2021-05-03T11:19:48.426Z] 
11:19:48 [2021-05-03T11:19:48.426Z] Unloading profiles will leave already running processes permanently
11:19:48 [2021-05-03T11:19:48.426Z] unconfined, which can lead to unexpected situations.
11:19:48 [2021-05-03T11:19:48.426Z] 
11:19:48 [2021-05-03T11:19:48.426Z] To set a process to complain mode, use the command line tool
11:19:48 [2021-05-03T11:19:48.426Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
11:19:48 [2021-05-03T11:19:48.426Z] +++ true
11:19:48 [2021-05-03T11:19:48.426Z] exiting test-integration
11:19:48 [2021-05-03T11:19:48.426Z] ++ exit 0
11:19:48 [2021-05-03T11:19:48.426Z] 
11:19:48 [2021-05-03T11:19:48.613Z] --- PASS: TestRenameContainerWithSameName (1.96s)
11:19:48 [2021-05-03T11:19:48.613Z] === RUN   TestRenameContainerWithLinkedContainer
11:19:48 [2021-05-03T11:19:48.613Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s)
11:19:48 [2021-05-03T11:19:48.613Z]     rename_test.go:193: testEnv.OSType == "windows": FIXME
11:19:48 [2021-05-03T11:19:48.613Z] === RUN   TestResize
11:19:49 [2021-05-03T11:19:49.810Z] + for job in $(jobs -p)
11:19:49 [2021-05-03T11:19:49.810Z] + wait 9929
11:19:50 [2021-05-03T11:19:50.159Z] --- PASS: TestResize (1.95s)
11:19:50 [2021-05-03T11:19:50.159Z] === RUN   TestResizeWithInvalidSize
11:19:50 [2021-05-03T11:19:50.383Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
11:19:52 [2021-05-03T11:19:52.297Z] === RUN   TestDockerSuite/TestEventsStreaming
11:19:52 [2021-05-03T11:19:52.349Z] --- PASS: TestResizeWithInvalidSize (1.95s)
11:19:52 [2021-05-03T11:19:52.349Z] === RUN   TestResizeWhenContainerNotStarted
11:19:53 [2021-05-03T11:19:53.238Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
11:19:53 [2021-05-03T11:19:53.808Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel
11:19:57 [2021-05-03T11:19:57.105Z] === RUN   TestDockerSuite/TestEventsTop
11:19:57 [2021-05-03T11:19:57.675Z] === RUN   TestDockerSuite/TestEventsUntag
11:19:59 [2021-05-03T11:19:59.452Z] --- PASS: TestResizeWhenContainerNotStarted (7.14s)
11:19:59 [2021-05-03T11:19:59.452Z] === RUN   TestDaemonRestartKillContainers
11:19:59 [2021-05-03T11:19:59.452Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
11:19:59 [2021-05-03T11:19:59.452Z]     restart_test.go:18: testEnv.DaemonInfo.OSType == "windows"
11:19:59 [2021-05-03T11:19:59.452Z] === RUN   TestStats
11:19:59 [2021-05-03T11:19:59.452Z] --- SKIP: TestStats (0.00s)
11:19:59 [2021-05-03T11:19:59.452Z]     stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit
11:19:59 [2021-05-03T11:19:59.452Z] === RUN   TestStopContainerWithRestartPolicyAlways
11:20:00 [2021-05-03T11:20:00.219Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
11:20:05 [2021-05-03T11:20:05.282Z] --- PASS: TestStopContainerWithRestartPolicyAlways (5.84s)
11:20:05 [2021-05-03T11:20:05.282Z] === RUN   TestStopContainerWithTimeout
11:20:05 [2021-05-03T11:20:05.282Z] --- SKIP: TestStopContainerWithTimeout (0.00s)
11:20:05 [2021-05-03T11:20:05.282Z]     stop_windows_test.go:19: testEnv.OSType == "windows"
11:20:05 [2021-05-03T11:20:05.282Z] === RUN   TestUpdateRestartPolicy
11:20:12 [2021-05-03T11:20:12.436Z] === RUN   TestDockerSuite/TestExec
11:20:12 [2021-05-03T11:20:12.436Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
11:20:13 [2021-05-03T11:20:13.376Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
11:20:13 [2021-05-03T11:20:13.636Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole
11:20:14 [2021-05-03T11:20:14.206Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
11:20:15 [2021-05-03T11:20:15.145Z] === RUN   TestDockerSuite/TestExecAPIStart
11:20:18 [2021-05-03T11:20:18.452Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
11:20:19 [2021-05-03T11:20:19.834Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
11:20:21 [2021-05-03T11:20:21.748Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
11:20:23 [2021-05-03T11:20:23.131Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
11:20:24 [2021-05-03T11:20:24.073Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
11:20:25 [2021-05-03T11:20:25.455Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
11:20:26 [2021-05-03T11:20:26.395Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
11:20:26 [2021-05-03T11:20:26.432Z] --- PASS: TestUpdateRestartPolicy (20.63s)
11:20:26 [2021-05-03T11:20:26.432Z] === RUN   TestUpdateRestartWithAutoRemove
11:20:27 [2021-05-03T11:20:27.776Z] === RUN   TestDockerSuite/TestExecCgroup
11:20:27 [2021-05-03T11:20:27.979Z] --- PASS: TestUpdateRestartWithAutoRemove (1.95s)
11:20:27 [2021-05-03T11:20:27.979Z] === RUN   TestWaitNonBlocked
11:20:27 [2021-05-03T11:20:27.979Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
11:20:27 [2021-05-03T11:20:27.979Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
11:20:27 [2021-05-03T11:20:27.979Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
11:20:27 [2021-05-03T11:20:27.979Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
11:20:27 [2021-05-03T11:20:27.979Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
11:20:27 [2021-05-03T11:20:27.979Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
11:20:30 [2021-05-03T11:20:30.910Z] --- PASS: TestWaitNonBlocked (0.03s)
11:20:30 [2021-05-03T11:20:30.910Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.63s)
11:20:30 [2021-05-03T11:20:30.910Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.72s)
11:20:30 [2021-05-03T11:20:30.910Z] === RUN   TestWaitBlocked
11:20:30 [2021-05-03T11:20:30.910Z] --- SKIP: TestWaitBlocked (0.00s)
11:20:30 [2021-05-03T11:20:30.910Z]     wait_test.go:59: testEnv.DaemonInfo.OSType != "linux"
11:20:30 [2021-05-03T11:20:30.910Z] PASS
11:20:30 [2021-05-03T11:20:30.910Z] ok  	github.com/docker/docker/integration/container	98.122s
11:20:30 [2021-05-03T11:20:30.910Z] 
11:20:30 [2021-05-03T11:20:30.910Z] === Skipped
11:20:30 [2021-05-03T11:20:30.910Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s)
11:20:30 [2021-05-03T11:20:30.910Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
11:20:30 [2021-05-03T11:20:30.910Z] 
11:20:30 [2021-05-03T11:20:30.910Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s)
11:20:30 [2021-05-03T11:20:30.910Z]     copy_test.go:82: testEnv.DaemonInfo.OSType == "windows"
11:20:30 [2021-05-03T11:20:30.910Z] 
11:20:30 [2021-05-03T11:20:30.910Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s)
11:20:30 [2021-05-03T11:20:30.910Z]     create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows
11:20:30 [2021-05-03T11:20:30.910Z] 
11:20:30 [2021-05-03T11:20:30.910Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s)
11:20:30 [2021-05-03T11:20:30.910Z]     create_test.go:137: testEnv.DaemonInfo.OSType == "windows"
11:20:30 [2021-05-03T11:20:30.910Z] 
11:20:30 [2021-05-03T11:20:30.910Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s)
11:20:30 [2021-05-03T11:20:30.910Z]     create_test.go:181: testEnv.DaemonInfo.OSType != "linux"
11:20:30 [2021-05-03T11:20:30.910Z] 
11:20:30 [2021-05-03T11:20:30.910Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s)
11:20:30 [2021-05-03T11:20:30.910Z]     create_test.go:261: testEnv.DaemonInfo.OSType != "linux"
11:20:30 [2021-05-03T11:20:30.910Z] 
11:20:30 [2021-05-03T11:20:30.910Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s)
11:20:30 [2021-05-03T11:20:30.910Z]     create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs
11:20:30 [2021-05-03T11:20:30.910Z] 
11:20:30 [2021-05-03T11:20:30.910Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s)
11:20:30 [2021-05-03T11:20:30.910Z]     create_test.go:518: testEnv.OSType != "linux": test image is only available on linux
11:20:30 [2021-05-03T11:20:30.910Z] 
11:20:30 [2021-05-03T11:20:30.910Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s)
11:20:30 [2021-05-03T11:20:30.910Z]     daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows"
11:20:30 [2021-05-03T11:20:30.910Z] 
11:20:30 [2021-05-03T11:20:30.910Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s)
11:20:30 [2021-05-03T11:20:30.910Z]     diff_test.go:17: testEnv.OSType == "windows": FIXME
11:20:30 [2021-05-03T11:20:30.910Z] 
11:20:30 [2021-05-03T11:20:30.910Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s)
11:20:30 [2021-05-03T11:20:30.910Z]     exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
11:20:30 [2021-05-03T11:20:30.910Z] 
11:20:30 [2021-05-03T11:20:30.910Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s)
11:20:30 [2021-05-03T11:20:30.910Z]     export_test.go:23: testEnv.DaemonInfo.OSType == "windows"
11:20:30 [2021-05-03T11:20:30.910Z] 
11:20:30 [2021-05-03T11:20:30.910Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s)
11:20:30 [2021-05-03T11:20:30.910Z]     export_test.go:61: testEnv.DaemonInfo.OSType == "windows"
11:20:30 [2021-05-03T11:20:30.910Z] 
11:20:30 [2021-05-03T11:20:30.910Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s)
11:20:30 [2021-05-03T11:20:30.910Z]     health_test.go:20: testEnv.OSType == "windows": FIXME
11:20:30 [2021-05-03T11:20:30.910Z] 
11:20:30 [2021-05-03T11:20:30.910Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s)
11:20:30 [2021-05-03T11:20:30.910Z]     health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574
11:20:30 [2021-05-03T11:20:30.910Z] 
11:20:30 [2021-05-03T11:20:30.910Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s)
11:20:30 [2021-05-03T11:20:30.910Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
11:20:30 [2021-05-03T11:20:30.910Z] 
11:20:30 [2021-05-03T11:20:30.910Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s)
11:20:30 [2021-05-03T11:20:30.910Z]     --- SKIP: TestKillContainer/non_killing_signal (0.00s)
11:20:30 [2021-05-03T11:20:30.910Z]         kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH
11:20:30 [2021-05-03T11:20:30.910Z] 
11:20:30 [2021-05-03T11:20:30.910Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s)
11:20:30 [2021-05-03T11:20:30.910Z]     kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later
11:20:30 [2021-05-03T11:20:30.910Z] 
11:20:30 [2021-05-03T11:20:30.910Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s)
11:20:30 [2021-05-03T11:20:30.910Z]     kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later
11:20:30 [2021-05-03T11:20:30.910Z] 
11:20:30 [2021-05-03T11:20:30.910Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s)
11:20:30 [2021-05-03T11:20:30.910Z]     kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later
11:20:30 [2021-05-03T11:20:30.910Z] 
11:20:30 [2021-05-03T11:20:30.910Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s)
11:20:30 [2021-05-03T11:20:30.910Z]     kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform
11:20:30 [2021-05-03T11:20:30.910Z] 
11:20:30 [2021-05-03T11:20:30.910Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s)
11:20:30 [2021-05-03T11:20:30.910Z]     kill_test.go:155: testEnv.DaemonInfo.OSType == "windows"
11:20:30 [2021-05-03T11:20:30.910Z] 
11:20:30 [2021-05-03T11:20:30.910Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s)
11:20:30 [2021-05-03T11:20:30.910Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
11:20:30 [2021-05-03T11:20:30.910Z] 
11:20:30 [2021-05-03T11:20:30.910Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s)
11:20:30 [2021-05-03T11:20:30.910Z]     nat_test.go:24: testEnv.OSType == "windows": FIXME
11:20:30 [2021-05-03T11:20:30.910Z] 
11:20:30 [2021-05-03T11:20:30.910Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s)
11:20:30 [2021-05-03T11:20:30.910Z]     nat_test.go:60: testEnv.OSType == "windows": FIXME
11:20:30 [2021-05-03T11:20:30.910Z] 
11:20:30 [2021-05-03T11:20:30.910Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s)
11:20:30 [2021-05-03T11:20:30.910Z]     pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process"
11:20:30 [2021-05-03T11:20:30.910Z] 
11:20:30 [2021-05-03T11:20:30.910Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s)
11:20:30 [2021-05-03T11:20:30.910Z]     pause_test.go:70: testEnv.DaemonInfo.OSType == "windows"
11:20:30 [2021-05-03T11:20:30.910Z] 
11:20:30 [2021-05-03T11:20:30.910Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s)
11:20:30 [2021-05-03T11:20:30.910Z]     rename_test.go:26: testEnv.OSType == "windows": FIXME
11:20:30 [2021-05-03T11:20:30.910Z] 
11:20:30 [2021-05-03T11:20:30.910Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s)
11:20:30 [2021-05-03T11:20:30.910Z]     rename_test.go:193: testEnv.OSType == "windows": FIXME
11:20:30 [2021-05-03T11:20:30.910Z] 
11:20:30 [2021-05-03T11:20:30.910Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s)
11:20:30 [2021-05-03T11:20:30.910Z]     restart_test.go:18: testEnv.DaemonInfo.OSType == "windows"
11:20:30 [2021-05-03T11:20:30.910Z] 
11:20:30 [2021-05-03T11:20:30.910Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s)
11:20:30 [2021-05-03T11:20:30.910Z]     stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit
11:20:30 [2021-05-03T11:20:30.910Z] 
11:20:30 [2021-05-03T11:20:30.910Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s)
11:20:30 [2021-05-03T11:20:30.910Z]     stop_windows_test.go:19: testEnv.OSType == "windows"
11:20:30 [2021-05-03T11:20:30.910Z] 
11:20:30 [2021-05-03T11:20:30.910Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s)
11:20:30 [2021-05-03T11:20:30.910Z]     wait_test.go:59: testEnv.DaemonInfo.OSType != "linux"
11:20:30 [2021-05-03T11:20:30.910Z] 
11:20:30 [2021-05-03T11:20:30.910Z] 
11:20:30 [2021-05-03T11:20:30.910Z] DONE 88 tests, 33 skipped in 101.057s
11:20:30 [2021-05-03T11:20:30.910Z] Running D:\gopath\src\github.com\docker\docker\integration\image
11:20:31 [2021-05-03T11:20:31.071Z] === RUN   TestDockerSuite/TestExecEnv
11:20:31 [2021-05-03T11:20:31.645Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
11:20:33 [2021-05-03T11:20:33.100Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
11:20:33 [2021-05-03T11:20:33.100Z] INFO: Testing against a local daemon
11:20:33 [2021-05-03T11:20:33.100Z] === RUN   TestCommitInheritsEnv
11:20:33 [2021-05-03T11:20:33.100Z] --- SKIP: TestCommitInheritsEnv (0.00s)
11:20:33 [2021-05-03T11:20:33.100Z]     commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME
11:20:33 [2021-05-03T11:20:33.100Z] === RUN   TestImportExtremelyLargeImageWorks
11:20:33 [2021-05-03T11:20:33.100Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
11:20:33 [2021-05-03T11:20:33.100Z]     import_test.go:23: testEnv.OSType == "windows": TODO enable on windows
11:20:33 [2021-05-03T11:20:33.100Z] === RUN   TestImagesFilterMultiReference
11:20:33 [2021-05-03T11:20:33.100Z] --- PASS: TestImagesFilterMultiReference (0.09s)
11:20:33 [2021-05-03T11:20:33.100Z] === RUN   TestImagePullPlatformInvalid
11:20:33 [2021-05-03T11:20:33.100Z] --- PASS: TestImagePullPlatformInvalid (0.03s)
11:20:33 [2021-05-03T11:20:33.100Z] === RUN   TestRemoveImageOrphaning
11:20:33 [2021-05-03T11:20:33.553Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs
11:20:33 [2021-05-03T11:20:33.553Z] === RUN   TestDockerSuite/TestExecExitStatus
11:20:34 [2021-05-03T11:20:34.075Z] --- PASS: TestRemoveImageOrphaning (1.19s)
11:20:34 [2021-05-03T11:20:34.075Z] === RUN   TestTagUnprefixedRepoByNameOrName
11:20:34 [2021-05-03T11:20:34.075Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s)
11:20:34 [2021-05-03T11:20:34.075Z] === RUN   TestTagInvalidReference
11:20:34 [2021-05-03T11:20:34.075Z] --- PASS: TestTagInvalidReference (0.03s)
11:20:34 [2021-05-03T11:20:34.075Z] === RUN   TestTagValidPrefixedRepo
11:20:34 [2021-05-03T11:20:34.075Z] --- PASS: TestTagValidPrefixedRepo (0.07s)
11:20:34 [2021-05-03T11:20:34.075Z] === RUN   TestTagExistedNameWithoutForce
11:20:34 [2021-05-03T11:20:34.537Z] --- PASS: TestTagExistedNameWithoutForce (0.04s)
11:20:34 [2021-05-03T11:20:34.537Z] === RUN   TestTagOfficialNames
11:20:34 [2021-05-03T11:20:34.537Z] --- PASS: TestTagOfficialNames (0.10s)
11:20:34 [2021-05-03T11:20:34.537Z] === RUN   TestTagMatchesDigest
11:20:34 [2021-05-03T11:20:34.537Z] --- PASS: TestTagMatchesDigest (0.03s)
11:20:34 [2021-05-03T11:20:34.537Z] PASS
11:20:34 [2021-05-03T11:20:34.537Z] ok  	github.com/docker/docker/integration/image	1.791s
11:20:34 [2021-05-03T11:20:34.537Z] 
11:20:34 [2021-05-03T11:20:34.537Z] === Skipped
11:20:34 [2021-05-03T11:20:34.537Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s)
11:20:34 [2021-05-03T11:20:34.537Z]     commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME
11:20:34 [2021-05-03T11:20:34.538Z] 
11:20:34 [2021-05-03T11:20:34.538Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s)
11:20:34 [2021-05-03T11:20:34.538Z]     import_test.go:23: testEnv.OSType == "windows": TODO enable on windows
11:20:34 [2021-05-03T11:20:34.538Z] 
11:20:34 [2021-05-03T11:20:34.538Z] 
11:20:34 [2021-05-03T11:20:34.538Z] DONE 11 tests, 2 skipped in 3.853s
11:20:34 [2021-05-03T11:20:34.538Z] Running D:\gopath\src\github.com\docker\docker\integration\network
11:20:34 [2021-05-03T11:20:34.937Z] === RUN   TestDockerSuite/TestExecInspectID
11:20:36 [2021-05-03T11:20:36.731Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
11:20:36 [2021-05-03T11:20:36.731Z] INFO: Testing against a local daemon
11:20:36 [2021-05-03T11:20:36.731Z] === RUN   TestNetworkCreateDelete
11:20:36 [2021-05-03T11:20:36.731Z] --- SKIP: TestNetworkCreateDelete (0.00s)
11:20:36 [2021-05-03T11:20:36.731Z]     delete_test.go:46: testEnv.DaemonInfo.OSType != "linux"
11:20:36 [2021-05-03T11:20:36.731Z] === RUN   TestDockerNetworkDeletePreferID
11:20:36 [2021-05-03T11:20:36.731Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s)
11:20:36 [2021-05-03T11:20:36.731Z]     delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test
11:20:36 [2021-05-03T11:20:36.731Z] === RUN   TestDaemonDNSFallback
11:20:36 [2021-05-03T11:20:36.731Z] --- SKIP: TestDaemonDNSFallback (0.00s)
11:20:36 [2021-05-03T11:20:36.731Z]     dns_test.go:18: testEnv.DaemonInfo.OSType != "linux"
11:20:36 [2021-05-03T11:20:36.731Z] === RUN   TestInspectNetwork
11:20:36 [2021-05-03T11:20:36.731Z] --- SKIP: TestInspectNetwork (0.00s)
11:20:36 [2021-05-03T11:20:36.731Z]     inspect_test.go:16: testEnv.OSType == "windows": FIXME
11:20:36 [2021-05-03T11:20:36.731Z] === RUN   TestRunContainerWithBridgeNone
11:20:36 [2021-05-03T11:20:36.731Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
11:20:36 [2021-05-03T11:20:36.731Z]     network_test.go:25: testEnv.DaemonInfo.OSType != "linux"
11:20:36 [2021-05-03T11:20:36.731Z] === RUN   TestNetworkInvalidJSON
11:20:36 [2021-05-03T11:20:36.731Z] === RUN   TestNetworkInvalidJSON//networks/create
11:20:36 [2021-05-03T11:20:36.731Z] === PAUSE TestNetworkInvalidJSON//networks/create
11:20:36 [2021-05-03T11:20:36.731Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
11:20:36 [2021-05-03T11:20:36.731Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
11:20:36 [2021-05-03T11:20:36.731Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
11:20:36 [2021-05-03T11:20:36.731Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
11:20:36 [2021-05-03T11:20:36.731Z] === CONT  TestNetworkInvalidJSON//networks/create
11:20:36 [2021-05-03T11:20:36.731Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
11:20:36 [2021-05-03T11:20:36.731Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
11:20:36 [2021-05-03T11:20:36.731Z] --- PASS: TestNetworkInvalidJSON (0.03s)
11:20:36 [2021-05-03T11:20:36.731Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s)
11:20:36 [2021-05-03T11:20:36.731Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.01s)
11:20:36 [2021-05-03T11:20:36.731Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s)
11:20:36 [2021-05-03T11:20:36.731Z] === RUN   TestNetworkList
11:20:36 [2021-05-03T11:20:36.731Z] === RUN   TestNetworkList//networks
11:20:36 [2021-05-03T11:20:36.731Z] === PAUSE TestNetworkList//networks
11:20:36 [2021-05-03T11:20:36.731Z] === RUN   TestNetworkList//networks/
11:20:36 [2021-05-03T11:20:36.731Z] === PAUSE TestNetworkList//networks/
11:20:36 [2021-05-03T11:20:36.731Z] === CONT  TestNetworkList//networks
11:20:36 [2021-05-03T11:20:36.731Z] === CONT  TestNetworkList//networks/
11:20:36 [2021-05-03T11:20:36.731Z] --- PASS: TestNetworkList (0.04s)
11:20:36 [2021-05-03T11:20:36.731Z]     --- PASS: TestNetworkList//networks/ (0.00s)
11:20:36 [2021-05-03T11:20:36.731Z]     --- PASS: TestNetworkList//networks (0.00s)
11:20:36 [2021-05-03T11:20:36.731Z] === RUN   TestHostIPv4BridgeLabel
11:20:36 [2021-05-03T11:20:36.731Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
11:20:36 [2021-05-03T11:20:36.731Z]     network_test.go:126: testEnv.OSType == "windows"
11:20:36 [2021-05-03T11:20:36.731Z] === RUN   TestDaemonRestartWithLiveRestore
11:20:36 [2021-05-03T11:20:36.731Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s)
11:20:36 [2021-05-03T11:20:36.731Z]     service_test.go:29: testEnv.OSType == "windows"
11:20:36 [2021-05-03T11:20:36.731Z] === RUN   TestDaemonDefaultNetworkPools
11:20:36 [2021-05-03T11:20:36.731Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s)
11:20:36 [2021-05-03T11:20:36.731Z]     service_test.go:58: testEnv.OSType == "windows"
11:20:36 [2021-05-03T11:20:36.731Z] === RUN   TestDaemonRestartWithExistingNetwork
11:20:36 [2021-05-03T11:20:36.731Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s)
11:20:36 [2021-05-03T11:20:36.731Z]     service_test.go:102: testEnv.OSType == "windows"
11:20:36 [2021-05-03T11:20:36.731Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
11:20:36 [2021-05-03T11:20:36.731Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
11:20:36 [2021-05-03T11:20:36.731Z]     service_test.go:136: testEnv.OSType == "windows"
11:20:36 [2021-05-03T11:20:36.731Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
11:20:36 [2021-05-03T11:20:36.731Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s)
11:20:36 [2021-05-03T11:20:36.731Z]     service_test.go:187: testEnv.OSType == "windows"
11:20:36 [2021-05-03T11:20:36.731Z] === RUN   TestServiceWithPredefinedNetwork
11:20:36 [2021-05-03T11:20:36.731Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
11:20:36 [2021-05-03T11:20:36.731Z]     service_test.go:212: testEnv.OSType == "windows"
11:20:36 [2021-05-03T11:20:36.731Z] === RUN   TestServiceRemoveKeepsIngressNetwork
11:20:36 [2021-05-03T11:20:36.731Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
11:20:36 [2021-05-03T11:20:36.731Z]     service_test.go:242: FLAKY_TEST
11:20:36 [2021-05-03T11:20:36.731Z] === RUN   TestServiceWithDataPathPortInit
11:20:36 [2021-05-03T11:20:36.731Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s)
11:20:36 [2021-05-03T11:20:36.731Z]     service_test.go:332: testEnv.OSType == "windows"
11:20:36 [2021-05-03T11:20:36.731Z] === RUN   TestServiceWithDefaultAddressPoolInit
11:20:36 [2021-05-03T11:20:36.731Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
11:20:36 [2021-05-03T11:20:36.731Z]     service_test.go:400: testEnv.OSType == "windows"
11:20:36 [2021-05-03T11:20:36.731Z] PASS
11:20:37 [2021-05-03T11:20:37.193Z] ok  	github.com/docker/docker/integration/network	0.246s
11:20:37 [2021-05-03T11:20:37.193Z] 
11:20:37 [2021-05-03T11:20:37.193Z] === Skipped
11:20:37 [2021-05-03T11:20:37.193Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s)
11:20:37 [2021-05-03T11:20:37.193Z]     delete_test.go:46: testEnv.DaemonInfo.OSType != "linux"
11:20:37 [2021-05-03T11:20:37.193Z] 
11:20:37 [2021-05-03T11:20:37.193Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s)
11:20:37 [2021-05-03T11:20:37.193Z]     delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test
11:20:37 [2021-05-03T11:20:37.193Z] 
11:20:37 [2021-05-03T11:20:37.193Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s)
11:20:37 [2021-05-03T11:20:37.193Z]     dns_test.go:18: testEnv.DaemonInfo.OSType != "linux"
11:20:37 [2021-05-03T11:20:37.193Z] 
11:20:37 [2021-05-03T11:20:37.193Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s)
11:20:37 [2021-05-03T11:20:37.193Z]     inspect_test.go:16: testEnv.OSType == "windows": FIXME
11:20:37 [2021-05-03T11:20:37.193Z] 
11:20:37 [2021-05-03T11:20:37.193Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s)
11:20:37 [2021-05-03T11:20:37.193Z]     network_test.go:25: testEnv.DaemonInfo.OSType != "linux"
11:20:37 [2021-05-03T11:20:37.193Z] 
11:20:37 [2021-05-03T11:20:37.193Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s)
11:20:37 [2021-05-03T11:20:37.193Z]     network_test.go:126: testEnv.OSType == "windows"
11:20:37 [2021-05-03T11:20:37.193Z] 
11:20:37 [2021-05-03T11:20:37.193Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s)
11:20:37 [2021-05-03T11:20:37.193Z]     service_test.go:29: testEnv.OSType == "windows"
11:20:37 [2021-05-03T11:20:37.193Z] 
11:20:37 [2021-05-03T11:20:37.193Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s)
11:20:37 [2021-05-03T11:20:37.193Z]     service_test.go:58: testEnv.OSType == "windows"
11:20:37 [2021-05-03T11:20:37.193Z] 
11:20:37 [2021-05-03T11:20:37.193Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s)
11:20:37 [2021-05-03T11:20:37.193Z]     service_test.go:102: testEnv.OSType == "windows"
11:20:37 [2021-05-03T11:20:37.193Z] 
11:20:37 [2021-05-03T11:20:37.193Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
11:20:37 [2021-05-03T11:20:37.193Z]     service_test.go:136: testEnv.OSType == "windows"
11:20:37 [2021-05-03T11:20:37.193Z] 
11:20:37 [2021-05-03T11:20:37.193Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s)
11:20:37 [2021-05-03T11:20:37.193Z]     service_test.go:187: testEnv.OSType == "windows"
11:20:37 [2021-05-03T11:20:37.193Z] 
11:20:37 [2021-05-03T11:20:37.193Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s)
11:20:37 [2021-05-03T11:20:37.193Z]     service_test.go:212: testEnv.OSType == "windows"
11:20:37 [2021-05-03T11:20:37.193Z] 
11:20:37 [2021-05-03T11:20:37.193Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s)
11:20:37 [2021-05-03T11:20:37.193Z]     service_test.go:242: FLAKY_TEST
11:20:37 [2021-05-03T11:20:37.193Z] 
11:20:37 [2021-05-03T11:20:37.193Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s)
11:20:37 [2021-05-03T11:20:37.193Z]     service_test.go:332: testEnv.OSType == "windows"
11:20:37 [2021-05-03T11:20:37.193Z] 
11:20:37 [2021-05-03T11:20:37.193Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s)
11:20:37 [2021-05-03T11:20:37.193Z]     service_test.go:400: testEnv.OSType == "windows"
11:20:37 [2021-05-03T11:20:37.193Z] 
11:20:37 [2021-05-03T11:20:37.193Z] 
11:20:37 [2021-05-03T11:20:37.193Z] DONE 22 tests, 15 skipped in 2.464s
11:20:37 [2021-05-03T11:20:37.193Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan
11:20:38 [2021-05-03T11:20:38.168Z] testing: warning: no tests to run
11:20:38 [2021-05-03T11:20:38.168Z] PASS
11:20:38 [2021-05-03T11:20:38.168Z] ok  	github.com/docker/docker/integration/network/ipvlan	0.062s
11:20:38 [2021-05-03T11:20:38.168Z] 
11:20:38 [2021-05-03T11:20:38.168Z] DONE 0 tests in 0.806s
11:20:38 [2021-05-03T11:20:38.168Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan
11:20:38 [2021-05-03T11:20:38.240Z] === RUN   TestDockerSuite/TestExecInteractive
11:20:38 [2021-05-03T11:20:38.630Z] testing: warning: no tests to run
11:20:38 [2021-05-03T11:20:38.630Z] PASS
11:20:38 [2021-05-03T11:20:38.630Z] ok  	github.com/docker/docker/integration/network/macvlan	0.070s
11:20:38 [2021-05-03T11:20:38.630Z] 
11:20:38 [2021-05-03T11:20:38.630Z] DONE 0 tests in 0.795s
11:20:38 [2021-05-03T11:20:38.630Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin
11:20:39 [2021-05-03T11:20:39.606Z] testing: warning: no tests to run
11:20:39 [2021-05-03T11:20:39.606Z] PASS
11:20:39 [2021-05-03T11:20:39.606Z] ok  	github.com/docker/docker/integration/plugin	0.072s
11:20:39 [2021-05-03T11:20:39.606Z] 
11:20:39 [2021-05-03T11:20:39.606Z] DONE 0 tests in 0.790s
11:20:39 [2021-05-03T11:20:39.606Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz
11:20:40 [2021-05-03T11:20:40.153Z] === RUN   TestDockerSuite/TestExecInteractiveStdinClose
11:20:40 [2021-05-03T11:20:40.580Z] testing: warning: no tests to run
11:20:40 [2021-05-03T11:20:40.580Z] PASS
11:20:40 [2021-05-03T11:20:40.580Z] ok  	github.com/docker/docker/integration/plugin/authz	0.077s
11:20:40 [2021-05-03T11:20:40.580Z] 
11:20:40 [2021-05-03T11:20:40.580Z] DONE 0 tests in 0.794s
11:20:40 [2021-05-03T11:20:40.580Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common
11:20:40 [2021-05-03T11:20:40.722Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
11:20:42 [2021-05-03T11:20:42.103Z] === RUN   TestDockerSuite/TestExecParseError
11:20:42 [2021-05-03T11:20:42.674Z] === RUN   TestDockerSuite/TestExecPausedContainer
11:20:43 [2021-05-03T11:20:43.244Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
11:20:44 [2021-05-03T11:20:44.184Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
11:20:48 [2021-05-03T11:20:48.384Z] === RUN   TestDockerSuite/TestExecSetEnv
11:20:48 [2021-05-03T11:20:48.953Z] === RUN   TestDockerSuite/TestExecStartFails
11:20:49 [2021-05-03T11:20:49.893Z] === RUN   TestDockerSuite/TestExecStateCleanup
11:20:49 [2021-05-03T11:20:49.893Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreate
11:20:50 [2021-05-03T11:20:50.944Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
11:20:50 [2021-05-03T11:20:50.944Z] INFO: Testing against a local daemon
11:20:50 [2021-05-03T11:20:50.944Z] === RUN   TestPluginInvalidJSON
11:20:50 [2021-05-03T11:20:50.944Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
11:20:50 [2021-05-03T11:20:50.944Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
11:20:50 [2021-05-03T11:20:50.944Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
11:20:50 [2021-05-03T11:20:50.944Z] --- PASS: TestPluginInvalidJSON (0.04s)
11:20:50 [2021-05-03T11:20:50.944Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s)
11:20:50 [2021-05-03T11:20:50.944Z] === RUN   TestPluginInstall
11:20:50 [2021-05-03T11:20:50.944Z] --- SKIP: TestPluginInstall (0.00s)
11:20:50 [2021-05-03T11:20:50.944Z]     plugin_test.go:63: testEnv.OSType == "windows"
11:20:50 [2021-05-03T11:20:50.944Z] === RUN   TestPluginsWithRuntimes
11:20:50 [2021-05-03T11:20:50.944Z] --- SKIP: TestPluginsWithRuntimes (0.00s)
11:20:50 [2021-05-03T11:20:50.944Z]     plugin_test.go:172: testEnv.OSType == "windows"
11:20:50 [2021-05-03T11:20:50.944Z] === RUN   TestPluginBackCompatMediaTypes
11:20:50 [2021-05-03T11:20:50.944Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s)
11:20:50 [2021-05-03T11:20:50.944Z]     plugin_test.go:234: testEnv.OSType == "windows"
11:20:50 [2021-05-03T11:20:50.944Z] PASS
11:20:50 [2021-05-03T11:20:50.944Z] ok  	github.com/docker/docker/integration/plugin/common	0.188s
11:20:50 [2021-05-03T11:20:50.944Z] 
11:20:50 [2021-05-03T11:20:50.944Z] === Skipped
11:20:50 [2021-05-03T11:20:50.944Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s)
11:20:50 [2021-05-03T11:20:50.944Z]     plugin_test.go:63: testEnv.OSType == "windows"
11:20:50 [2021-05-03T11:20:50.944Z] 
11:20:50 [2021-05-03T11:20:50.944Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s)
11:20:50 [2021-05-03T11:20:50.944Z]     plugin_test.go:172: testEnv.OSType == "windows"
11:20:50 [2021-05-03T11:20:50.944Z] 
11:20:50 [2021-05-03T11:20:50.944Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s)
11:20:50 [2021-05-03T11:20:50.944Z]     plugin_test.go:234: testEnv.OSType == "windows"
11:20:50 [2021-05-03T11:20:50.944Z] 
11:20:50 [2021-05-03T11:20:50.944Z] 
11:20:50 [2021-05-03T11:20:50.944Z] DONE 5 tests, 3 skipped in 9.429s
11:20:50 [2021-05-03T11:20:50.944Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver
11:20:53 [2021-05-03T11:20:53.138Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
11:20:53 [2021-05-03T11:20:53.138Z] INFO: Testing against a local daemon
11:20:53 [2021-05-03T11:20:53.138Z] === RUN   TestExternalGraphDriver
11:20:53 [2021-05-03T11:20:53.138Z] --- SKIP: TestExternalGraphDriver (0.00s)
11:20:53 [2021-05-03T11:20:53.138Z]     external_test.go:48: runtime.GOOS == "windows"
11:20:53 [2021-05-03T11:20:53.138Z] === RUN   TestGraphdriverPluginV2
11:20:53 [2021-05-03T11:20:53.138Z] --- SKIP: TestGraphdriverPluginV2 (0.01s)
11:20:53 [2021-05-03T11:20:53.138Z]     external_test.go:408: runtime.GOOS == "windows"
11:20:53 [2021-05-03T11:20:53.138Z] PASS
11:20:53 [2021-05-03T11:20:53.138Z] ok  	github.com/docker/docker/integration/plugin/graphdriver	0.246s
11:20:53 [2021-05-03T11:20:53.600Z] 
11:20:53 [2021-05-03T11:20:53.600Z] === Skipped
11:20:53 [2021-05-03T11:20:53.600Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s)
11:20:53 [2021-05-03T11:20:53.600Z]     external_test.go:48: runtime.GOOS == "windows"
11:20:53 [2021-05-03T11:20:53.600Z] 
11:20:53 [2021-05-03T11:20:53.600Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.01s)
11:20:53 [2021-05-03T11:20:53.600Z]     external_test.go:408: runtime.GOOS == "windows"
11:20:53 [2021-05-03T11:20:53.600Z] 
11:20:53 [2021-05-03T11:20:53.600Z] 
11:20:53 [2021-05-03T11:20:53.600Z] DONE 2 tests, 2 skipped in 3.423s
11:20:53 [2021-05-03T11:20:53.600Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging
11:20:56 [2021-05-03T11:20:56.521Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
11:20:56 [2021-05-03T11:20:56.521Z] INFO: Testing against a local daemon
11:20:56 [2021-05-03T11:20:56.521Z] === RUN   TestReadPluginNoRead
11:20:56 [2021-05-03T11:20:56.521Z] --- SKIP: TestReadPluginNoRead (0.00s)
11:20:56 [2021-05-03T11:20:56.521Z]     read_test.go:21: no unix domain sockets on Windows
11:20:56 [2021-05-03T11:20:56.521Z] PASS
11:20:56 [2021-05-03T11:20:56.521Z] ok  	github.com/docker/docker/integration/plugin/logging	0.208s
11:20:56 [2021-05-03T11:20:56.521Z] 
11:20:56 [2021-05-03T11:20:56.521Z] === Skipped
11:20:56 [2021-05-03T11:20:56.521Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s)
11:20:56 [2021-05-03T11:20:56.521Z]     read_test.go:21: no unix domain sockets on Windows
11:20:56 [2021-05-03T11:20:56.521Z] 
11:20:56 [2021-05-03T11:20:56.521Z] 
11:20:56 [2021-05-03T11:20:56.521Z] DONE 1 tests, 1 skipped in 2.732s
11:20:56 [2021-05-03T11:20:56.521Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard
11:20:57 [2021-05-03T11:20:57.497Z] testing: warning: no tests to run
11:20:57 [2021-05-03T11:20:57.497Z] PASS
11:20:57 [2021-05-03T11:20:57.497Z] ok  	github.com/docker/docker/integration/plugin/logging/cmd/discard	0.075s
11:20:57 [2021-05-03T11:20:57.497Z] 
11:20:57 [2021-05-03T11:20:57.497Z] DONE 0 tests in 1.353s
11:20:57 [2021-05-03T11:20:57.497Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes
11:20:58 [2021-05-03T11:20:58.026Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal
11:21:00 [2021-05-03T11:21:00.443Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
11:21:00 [2021-05-03T11:21:00.443Z] INFO: Testing against a local daemon
11:21:00 [2021-05-03T11:21:00.443Z] === RUN   TestPluginWithDevMounts
11:21:00 [2021-05-03T11:21:00.443Z] --- SKIP: TestPluginWithDevMounts (0.00s)
11:21:00 [2021-05-03T11:21:00.443Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
11:21:00 [2021-05-03T11:21:00.443Z] PASS
11:21:00 [2021-05-03T11:21:00.443Z] ok  	github.com/docker/docker/integration/plugin/volumes	0.170s
11:21:00 [2021-05-03T11:21:00.443Z] 
11:21:00 [2021-05-03T11:21:00.443Z] === Skipped
11:21:00 [2021-05-03T11:21:00.443Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s)
11:21:00 [2021-05-03T11:21:00.443Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
11:21:00 [2021-05-03T11:21:00.443Z] 
11:21:00 [2021-05-03T11:21:00.443Z] 
11:21:00 [2021-05-03T11:21:00.443Z] DONE 1 tests, 1 skipped in 2.648s
11:21:00 [2021-05-03T11:21:00.443Z] Running D:\gopath\src\github.com\docker\docker\integration\secret
11:21:02 [2021-05-03T11:21:02.224Z] === RUN   TestDockerSuite/TestExecStopNotHanging
11:21:02 [2021-05-03T11:21:02.636Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
11:21:02 [2021-05-03T11:21:02.636Z] INFO: Testing against a local daemon
11:21:02 [2021-05-03T11:21:02.636Z] === RUN   TestSecretInspect
11:21:02 [2021-05-03T11:21:02.636Z] --- SKIP: TestSecretInspect (0.00s)
11:21:02 [2021-05-03T11:21:02.636Z]     secret_test.go:25: testEnv.DaemonInfo.OSType == "windows"
11:21:02 [2021-05-03T11:21:02.636Z] === RUN   TestSecretList
11:21:02 [2021-05-03T11:21:02.636Z] --- SKIP: TestSecretList (0.00s)
11:21:02 [2021-05-03T11:21:02.636Z]     secret_test.go:49: testEnv.DaemonInfo.OSType == "windows"
11:21:02 [2021-05-03T11:21:02.636Z] === RUN   TestSecretsCreateAndDelete
11:21:02 [2021-05-03T11:21:02.636Z] --- SKIP: TestSecretsCreateAndDelete (0.00s)
11:21:02 [2021-05-03T11:21:02.636Z]     secret_test.go:130: testEnv.DaemonInfo.OSType == "windows"
11:21:02 [2021-05-03T11:21:02.636Z] === RUN   TestSecretsUpdate
11:21:02 [2021-05-03T11:21:02.636Z] --- SKIP: TestSecretsUpdate (0.00s)
11:21:02 [2021-05-03T11:21:02.636Z]     secret_test.go:178: testEnv.DaemonInfo.OSType == "windows"
11:21:02 [2021-05-03T11:21:02.636Z] === RUN   TestTemplatedSecret
11:21:02 [2021-05-03T11:21:02.636Z] --- SKIP: TestTemplatedSecret (0.00s)
11:21:02 [2021-05-03T11:21:02.636Z]     secret_test.go:230: testEnv.DaemonInfo.OSType == "windows"
11:21:02 [2021-05-03T11:21:02.636Z] === RUN   TestSecretCreateResolve
11:21:02 [2021-05-03T11:21:02.636Z] --- SKIP: TestSecretCreateResolve (0.00s)
11:21:02 [2021-05-03T11:21:02.636Z]     secret_test.go:340: testEnv.DaemonInfo.OSType != "linux"
11:21:02 [2021-05-03T11:21:02.636Z] PASS
11:21:02 [2021-05-03T11:21:02.636Z] ok  	github.com/docker/docker/integration/secret	0.224s
11:21:02 [2021-05-03T11:21:02.636Z] 
11:21:02 [2021-05-03T11:21:02.636Z] === Skipped
11:21:02 [2021-05-03T11:21:02.636Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s)
11:21:02 [2021-05-03T11:21:02.636Z]     secret_test.go:25: testEnv.DaemonInfo.OSType == "windows"
11:21:02 [2021-05-03T11:21:02.636Z] 
11:21:02 [2021-05-03T11:21:02.636Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s)
11:21:02 [2021-05-03T11:21:02.636Z]     secret_test.go:49: testEnv.DaemonInfo.OSType == "windows"
11:21:02 [2021-05-03T11:21:02.636Z] 
11:21:02 [2021-05-03T11:21:02.636Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s)
11:21:02 [2021-05-03T11:21:02.636Z]     secret_test.go:130: testEnv.DaemonInfo.OSType == "windows"
11:21:02 [2021-05-03T11:21:02.636Z] 
11:21:02 [2021-05-03T11:21:02.636Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s)
11:21:02 [2021-05-03T11:21:02.636Z]     secret_test.go:178: testEnv.DaemonInfo.OSType == "windows"
11:21:02 [2021-05-03T11:21:02.636Z] 
11:21:02 [2021-05-03T11:21:02.636Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s)
11:21:02 [2021-05-03T11:21:02.636Z]     secret_test.go:230: testEnv.DaemonInfo.OSType == "windows"
11:21:02 [2021-05-03T11:21:02.636Z] 
11:21:02 [2021-05-03T11:21:02.636Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s)
11:21:02 [2021-05-03T11:21:02.636Z]     secret_test.go:340: testEnv.DaemonInfo.OSType != "linux"
11:21:02 [2021-05-03T11:21:02.636Z] 
11:21:02 [2021-05-03T11:21:02.636Z] 
11:21:02 [2021-05-03T11:21:02.636Z] DONE 6 tests, 6 skipped in 2.372s
11:21:02 [2021-05-03T11:21:02.636Z] Running D:\gopath\src\github.com\docker\docker\integration\service
11:21:02 [2021-05-03T11:21:02.794Z] === RUN   TestDockerSuite/TestExecTTY
11:21:04 [2021-05-03T11:21:04.177Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
11:21:05 [2021-05-03T11:21:05.558Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
11:21:05 [2021-05-03T11:21:05.559Z] INFO: Testing against a local daemon
11:21:05 [2021-05-03T11:21:05.559Z] === RUN   TestServiceCreateInit
11:21:05 [2021-05-03T11:21:05.559Z] === RUN   TestServiceCreateInit/daemonInitDisabled
11:21:05 [2021-05-03T11:21:05.559Z] === RUN   TestServiceCreateInit/daemonInitEnabled
11:21:05 [2021-05-03T11:21:05.559Z] --- PASS: TestServiceCreateInit (0.04s)
11:21:05 [2021-05-03T11:21:05.559Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
11:21:05 [2021-05-03T11:21:05.559Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
11:21:05 [2021-05-03T11:21:05.559Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
11:21:05 [2021-05-03T11:21:05.559Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
11:21:05 [2021-05-03T11:21:05.559Z] === RUN   TestCreateServiceMultipleTimes
11:21:05 [2021-05-03T11:21:05.559Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s)
11:21:05 [2021-05-03T11:21:05.559Z]     create_test.go:80: testEnv.DaemonInfo.OSType == "windows"
11:21:05 [2021-05-03T11:21:05.559Z] === RUN   TestCreateServiceConflict
11:21:05 [2021-05-03T11:21:05.559Z] --- SKIP: TestCreateServiceConflict (0.00s)
11:21:05 [2021-05-03T11:21:05.559Z]     create_test.go:153: testEnv.DaemonInfo.OSType == "windows"
11:21:05 [2021-05-03T11:21:05.559Z] === RUN   TestCreateServiceMaxReplicas
11:21:05 [2021-05-03T11:21:05.559Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s)
11:21:05 [2021-05-03T11:21:05.559Z]     create_test.go:176: testEnv.DaemonInfo.OSType == "windows"
11:21:05 [2021-05-03T11:21:05.559Z] === RUN   TestCreateWithDuplicateNetworkNames
11:21:05 [2021-05-03T11:21:05.559Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s)
11:21:05 [2021-05-03T11:21:05.559Z]     create_test.go:195: testEnv.DaemonInfo.OSType == "windows"
11:21:05 [2021-05-03T11:21:05.559Z] === RUN   TestCreateServiceSecretFileMode
11:21:05 [2021-05-03T11:21:05.559Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s)
11:21:05 [2021-05-03T11:21:05.559Z]     create_test.go:248: testEnv.DaemonInfo.OSType == "windows"
11:21:05 [2021-05-03T11:21:05.559Z] === RUN   TestCreateServiceConfigFileMode
11:21:05 [2021-05-03T11:21:05.559Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s)
11:21:05 [2021-05-03T11:21:05.559Z]     create_test.go:312: testEnv.DaemonInfo.OSType == "windows"
11:21:05 [2021-05-03T11:21:05.559Z] === RUN   TestCreateServiceSysctls
11:21:05 [2021-05-03T11:21:05.559Z] --- SKIP: TestCreateServiceSysctls (0.03s)
11:21:05 [2021-05-03T11:21:05.559Z]     create_test.go:404: testEnv.DaemonInfo.OSType == "windows"
11:21:05 [2021-05-03T11:21:05.559Z] === RUN   TestCreateServiceCapabilities
11:21:05 [2021-05-03T11:21:05.559Z] --- SKIP: TestCreateServiceCapabilities (0.03s)
11:21:05 [2021-05-03T11:21:05.559Z]     create_test.go:488: testEnv.DaemonInfo.OSType == "windows"
11:21:05 [2021-05-03T11:21:05.559Z] === RUN   TestInspect
11:21:05 [2021-05-03T11:21:05.559Z] --- SKIP: TestInspect (0.00s)
11:21:05 [2021-05-03T11:21:05.559Z]     inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows"
11:21:05 [2021-05-03T11:21:05.559Z] === RUN   TestCreateJob
11:21:05 [2021-05-03T11:21:05.559Z] --- SKIP: TestCreateJob (0.00s)
11:21:05 [2021-05-03T11:21:05.559Z]     jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows"
11:21:05 [2021-05-03T11:21:05.559Z] === RUN   TestReplicatedJob
11:21:05 [2021-05-03T11:21:05.559Z] --- SKIP: TestReplicatedJob (0.00s)
11:21:05 [2021-05-03T11:21:05.559Z]     jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows"
11:21:05 [2021-05-03T11:21:05.559Z] === RUN   TestUpdateReplicatedJob
11:21:05 [2021-05-03T11:21:05.559Z] --- SKIP: TestUpdateReplicatedJob (0.00s)
11:21:05 [2021-05-03T11:21:05.559Z]     jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows"
11:21:05 [2021-05-03T11:21:05.559Z] === RUN   TestServiceListWithStatuses
11:21:05 [2021-05-03T11:21:05.559Z] --- SKIP: TestServiceListWithStatuses (0.00s)
11:21:05 [2021-05-03T11:21:05.559Z]     list_test.go:32: testEnv.DaemonInfo.OSType == "windows"
11:21:05 [2021-05-03T11:21:05.559Z] === RUN   TestDockerNetworkConnectAlias
11:21:05 [2021-05-03T11:21:05.559Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s)
11:21:05 [2021-05-03T11:21:05.559Z]     network_test.go:18: testEnv.DaemonInfo.OSType == "windows"
11:21:05 [2021-05-03T11:21:05.559Z] === RUN   TestDockerNetworkReConnect
11:21:05 [2021-05-03T11:21:05.559Z] --- SKIP: TestDockerNetworkReConnect (0.00s)
11:21:05 [2021-05-03T11:21:05.559Z]     network_test.go:80: testEnv.DaemonInfo.OSType == "windows"
11:21:05 [2021-05-03T11:21:05.559Z] === RUN   TestServicePlugin
11:21:05 [2021-05-03T11:21:05.559Z] --- SKIP: TestServicePlugin (0.00s)
11:21:05 [2021-05-03T11:21:05.559Z]     plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows"
11:21:05 [2021-05-03T11:21:05.559Z] === RUN   TestServiceUpdateLabel
11:21:05 [2021-05-03T11:21:05.559Z] --- SKIP: TestServiceUpdateLabel (0.00s)
11:21:05 [2021-05-03T11:21:05.559Z]     update_test.go:21: testEnv.DaemonInfo.OSType != "linux"
11:21:05 [2021-05-03T11:21:05.559Z] === RUN   TestServiceUpdateSecrets
11:21:05 [2021-05-03T11:21:05.559Z] --- SKIP: TestServiceUpdateSecrets (0.00s)
11:21:05 [2021-05-03T11:21:05.559Z]     update_test.go:77: testEnv.DaemonInfo.OSType != "linux"
11:21:05 [2021-05-03T11:21:05.559Z] === RUN   TestServiceUpdateConfigs
11:21:05 [2021-05-03T11:21:05.559Z] --- SKIP: TestServiceUpdateConfigs (0.00s)
11:21:05 [2021-05-03T11:21:05.559Z]     update_test.go:139: testEnv.DaemonInfo.OSType != "linux"
11:21:05 [2021-05-03T11:21:05.559Z] === RUN   TestServiceUpdateNetwork
11:21:05 [2021-05-03T11:21:05.559Z] --- SKIP: TestServiceUpdateNetwork (0.01s)
11:21:05 [2021-05-03T11:21:05.559Z]     update_test.go:201: testEnv.DaemonInfo.OSType != "linux"
11:21:05 [2021-05-03T11:21:05.559Z] === RUN   TestServiceUpdatePidsLimit
11:21:05 [2021-05-03T11:21:05.559Z] --- SKIP: TestServiceUpdatePidsLimit (0.01s)
11:21:05 [2021-05-03T11:21:05.559Z]     update_test.go:259: testEnv.DaemonInfo.OSType != "linux"
11:21:05 [2021-05-03T11:21:05.559Z] PASS
11:21:05 [2021-05-03T11:21:05.559Z] ok  	github.com/docker/docker/integration/service	0.344s
11:21:05 [2021-05-03T11:21:05.587Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
11:21:06 [2021-05-03T11:21:06.022Z] 
11:21:06 [2021-05-03T11:21:06.022Z] === Skipped
11:21:06 [2021-05-03T11:21:06.022Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s)
11:21:06 [2021-05-03T11:21:06.022Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
11:21:06 [2021-05-03T11:21:06.022Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
11:21:06 [2021-05-03T11:21:06.022Z] 
11:21:06 [2021-05-03T11:21:06.022Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s)
11:21:06 [2021-05-03T11:21:06.022Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
11:21:06 [2021-05-03T11:21:06.022Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
11:21:06 [2021-05-03T11:21:06.022Z] 
11:21:06 [2021-05-03T11:21:06.022Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s)
11:21:06 [2021-05-03T11:21:06.022Z]     create_test.go:80: testEnv.DaemonInfo.OSType == "windows"
11:21:06 [2021-05-03T11:21:06.022Z] 
11:21:06 [2021-05-03T11:21:06.022Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s)
11:21:06 [2021-05-03T11:21:06.022Z]     create_test.go:153: testEnv.DaemonInfo.OSType == "windows"
11:21:06 [2021-05-03T11:21:06.022Z] 
11:21:06 [2021-05-03T11:21:06.022Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s)
11:21:06 [2021-05-03T11:21:06.022Z]     create_test.go:176: testEnv.DaemonInfo.OSType == "windows"
11:21:06 [2021-05-03T11:21:06.022Z] 
11:21:06 [2021-05-03T11:21:06.022Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s)
11:21:06 [2021-05-03T11:21:06.022Z]     create_test.go:195: testEnv.DaemonInfo.OSType == "windows"
11:21:06 [2021-05-03T11:21:06.022Z] 
11:21:06 [2021-05-03T11:21:06.022Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s)
11:21:06 [2021-05-03T11:21:06.022Z]     create_test.go:248: testEnv.DaemonInfo.OSType == "windows"
11:21:06 [2021-05-03T11:21:06.022Z] 
11:21:06 [2021-05-03T11:21:06.022Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s)
11:21:06 [2021-05-03T11:21:06.022Z]     create_test.go:312: testEnv.DaemonInfo.OSType == "windows"
11:21:06 [2021-05-03T11:21:06.022Z] 
11:21:06 [2021-05-03T11:21:06.022Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s)
11:21:06 [2021-05-03T11:21:06.022Z]     create_test.go:404: testEnv.DaemonInfo.OSType == "windows"
11:21:06 [2021-05-03T11:21:06.022Z] 
11:21:06 [2021-05-03T11:21:06.022Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s)
11:21:06 [2021-05-03T11:21:06.022Z]     create_test.go:488: testEnv.DaemonInfo.OSType == "windows"
11:21:06 [2021-05-03T11:21:06.022Z] 
11:21:06 [2021-05-03T11:21:06.022Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s)
11:21:06 [2021-05-03T11:21:06.022Z]     inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows"
11:21:06 [2021-05-03T11:21:06.022Z] 
11:21:06 [2021-05-03T11:21:06.022Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s)
11:21:06 [2021-05-03T11:21:06.022Z]     jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows"
11:21:06 [2021-05-03T11:21:06.022Z] 
11:21:06 [2021-05-03T11:21:06.022Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s)
11:21:06 [2021-05-03T11:21:06.022Z]     jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows"
11:21:06 [2021-05-03T11:21:06.022Z] 
11:21:06 [2021-05-03T11:21:06.022Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s)
11:21:06 [2021-05-03T11:21:06.022Z]     jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows"
11:21:06 [2021-05-03T11:21:06.022Z] 
11:21:06 [2021-05-03T11:21:06.022Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s)
11:21:06 [2021-05-03T11:21:06.022Z]     list_test.go:32: testEnv.DaemonInfo.OSType == "windows"
11:21:06 [2021-05-03T11:21:06.022Z] 
11:21:06 [2021-05-03T11:21:06.022Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s)
11:21:06 [2021-05-03T11:21:06.022Z]     network_test.go:18: testEnv.DaemonInfo.OSType == "windows"
11:21:06 [2021-05-03T11:21:06.022Z] 
11:21:06 [2021-05-03T11:21:06.022Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s)
11:21:06 [2021-05-03T11:21:06.022Z]     network_test.go:80: testEnv.DaemonInfo.OSType == "windows"
11:21:06 [2021-05-03T11:21:06.022Z] 
11:21:06 [2021-05-03T11:21:06.022Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s)
11:21:06 [2021-05-03T11:21:06.022Z]     plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows"
11:21:06 [2021-05-03T11:21:06.022Z] 
11:21:06 [2021-05-03T11:21:06.022Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s)
11:21:06 [2021-05-03T11:21:06.022Z]     update_test.go:21: testEnv.DaemonInfo.OSType != "linux"
11:21:06 [2021-05-03T11:21:06.022Z] 
11:21:06 [2021-05-03T11:21:06.022Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s)
11:21:06 [2021-05-03T11:21:06.022Z]     update_test.go:77: testEnv.DaemonInfo.OSType != "linux"
11:21:06 [2021-05-03T11:21:06.022Z] 
11:21:06 [2021-05-03T11:21:06.022Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s)
11:21:06 [2021-05-03T11:21:06.022Z]     update_test.go:139: testEnv.DaemonInfo.OSType != "linux"
11:21:06 [2021-05-03T11:21:06.022Z] 
11:21:06 [2021-05-03T11:21:06.022Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.01s)
11:21:06 [2021-05-03T11:21:06.022Z]     update_test.go:201: testEnv.DaemonInfo.OSType != "linux"
11:21:06 [2021-05-03T11:21:06.022Z] 
11:21:06 [2021-05-03T11:21:06.022Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.01s)
11:21:06 [2021-05-03T11:21:06.022Z]     update_test.go:259: testEnv.DaemonInfo.OSType != "linux"
11:21:06 [2021-05-03T11:21:06.022Z] 
11:21:06 [2021-05-03T11:21:06.022Z] 
11:21:06 [2021-05-03T11:21:06.022Z] DONE 24 tests, 23 skipped in 3.046s
11:21:06 [2021-05-03T11:21:06.022Z] Running D:\gopath\src\github.com\docker\docker\integration\session
11:21:06 [2021-05-03T11:21:06.525Z] === RUN   TestDockerSuite/TestExecUlimits
11:21:07 [2021-05-03T11:21:07.466Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
11:21:07 [2021-05-03T11:21:07.466Z] === RUN   TestDockerSuite/TestExecWithImageUser
11:21:08 [2021-05-03T11:21:08.213Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
11:21:08 [2021-05-03T11:21:08.213Z] INFO: Testing against a local daemon
11:21:08 [2021-05-03T11:21:08.213Z] === RUN   TestSessionCreate
11:21:08 [2021-05-03T11:21:08.213Z] --- SKIP: TestSessionCreate (0.00s)
11:21:08 [2021-05-03T11:21:08.213Z]     session_test.go:15: testEnv.OSType == "windows": FIXME
11:21:08 [2021-05-03T11:21:08.213Z] === RUN   TestSessionCreateWithBadUpgrade
11:21:08 [2021-05-03T11:21:08.213Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s)
11:21:08 [2021-05-03T11:21:08.213Z]     session_test.go:36: testEnv.OSType == "windows": FIXME
11:21:08 [2021-05-03T11:21:08.213Z] PASS
11:21:08 [2021-05-03T11:21:08.213Z] ok  	github.com/docker/docker/integration/session	0.202s
11:21:08 [2021-05-03T11:21:08.213Z] 
11:21:08 [2021-05-03T11:21:08.213Z] === Skipped
11:21:08 [2021-05-03T11:21:08.213Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s)
11:21:08 [2021-05-03T11:21:08.213Z]     session_test.go:15: testEnv.OSType == "windows": FIXME
11:21:08 [2021-05-03T11:21:08.213Z] 
11:21:08 [2021-05-03T11:21:08.213Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s)
11:21:08 [2021-05-03T11:21:08.213Z]     session_test.go:36: testEnv.OSType == "windows": FIXME
11:21:08 [2021-05-03T11:21:08.213Z] 
11:21:08 [2021-05-03T11:21:08.213Z] 
11:21:08 [2021-05-03T11:21:08.213Z] DONE 2 tests, 2 skipped in 2.287s
11:21:08 [2021-05-03T11:21:08.213Z] Running D:\gopath\src\github.com\docker\docker\integration\system
11:21:09 [2021-05-03T11:21:09.376Z] === RUN   TestDockerSuite/TestExecWithNoTERM
11:21:10 [2021-05-03T11:21:10.405Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
11:21:10 [2021-05-03T11:21:10.405Z] INFO: Testing against a local daemon
11:21:10 [2021-05-03T11:21:10.405Z] === RUN   TestCgroupDriverSystemdMemoryLimit
11:21:10 [2021-05-03T11:21:10.405Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
11:21:10 [2021-05-03T11:21:10.405Z]     cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows"
11:21:10 [2021-05-03T11:21:10.405Z] === RUN   TestEventsExecDie
11:21:10 [2021-05-03T11:21:10.405Z] --- SKIP: TestEventsExecDie (0.00s)
11:21:10 [2021-05-03T11:21:10.405Z]     event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec
11:21:10 [2021-05-03T11:21:10.405Z] === RUN   TestEventsBackwardsCompatible
11:21:10 [2021-05-03T11:21:10.405Z] --- SKIP: TestEventsBackwardsCompatible (0.00s)
11:21:10 [2021-05-03T11:21:10.405Z]     event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages
11:21:10 [2021-05-03T11:21:10.405Z] === RUN   TestInfoAPI
11:21:10 [2021-05-03T11:21:10.405Z] --- PASS: TestInfoAPI (0.04s)
11:21:10 [2021-05-03T11:21:10.405Z] === RUN   TestInfoAPIWarnings
11:21:10 [2021-05-03T11:21:10.405Z] --- SKIP: TestInfoAPIWarnings (0.00s)
11:21:10 [2021-05-03T11:21:10.405Z]     info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME
11:21:10 [2021-05-03T11:21:10.405Z] === RUN   TestInfoDebug
11:21:10 [2021-05-03T11:21:10.405Z] --- SKIP: TestInfoDebug (0.00s)
11:21:10 [2021-05-03T11:21:10.405Z]     info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
11:21:10 [2021-05-03T11:21:10.405Z] === RUN   TestInfoInsecureRegistries
11:21:10 [2021-05-03T11:21:10.405Z] --- SKIP: TestInfoInsecureRegistries (0.00s)
11:21:10 [2021-05-03T11:21:10.405Z]     info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
11:21:10 [2021-05-03T11:21:10.405Z] === RUN   TestInfoRegistryMirrors
11:21:10 [2021-05-03T11:21:10.405Z] --- SKIP: TestInfoRegistryMirrors (0.00s)
11:21:10 [2021-05-03T11:21:10.405Z]     info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
11:21:10 [2021-05-03T11:21:10.405Z] === RUN   TestLoginFailsWithBadCredentials
11:21:10 [2021-05-03T11:21:10.758Z] === RUN   TestDockerSuite/TestExecWithPrivileged
11:21:11 [2021-05-03T11:21:11.380Z] --- PASS: TestLoginFailsWithBadCredentials (0.97s)
11:21:11 [2021-05-03T11:21:11.380Z] === RUN   TestPingCacheHeaders
11:21:11 [2021-05-03T11:21:11.380Z] --- PASS: TestPingCacheHeaders (0.03s)
11:21:11 [2021-05-03T11:21:11.380Z] === RUN   TestPingGet
11:21:11 [2021-05-03T11:21:11.380Z] --- PASS: TestPingGet (0.03s)
11:21:11 [2021-05-03T11:21:11.380Z] === RUN   TestPingHead
11:21:11 [2021-05-03T11:21:11.380Z] --- PASS: TestPingHead (0.04s)
11:21:11 [2021-05-03T11:21:11.380Z] === RUN   TestVersion
11:21:11 [2021-05-03T11:21:11.380Z] --- PASS: TestVersion (0.03s)
11:21:11 [2021-05-03T11:21:11.380Z] PASS
11:21:11 [2021-05-03T11:21:11.380Z] ok  	github.com/docker/docker/integration/system	1.276s
11:21:11 [2021-05-03T11:21:11.380Z] 
11:21:11 [2021-05-03T11:21:11.380Z] === Skipped
11:21:11 [2021-05-03T11:21:11.380Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s)
11:21:11 [2021-05-03T11:21:11.380Z]     cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows"
11:21:11 [2021-05-03T11:21:11.380Z] 
11:21:11 [2021-05-03T11:21:11.380Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s)
11:21:11 [2021-05-03T11:21:11.380Z]     event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec
11:21:11 [2021-05-03T11:21:11.380Z] 
11:21:11 [2021-05-03T11:21:11.380Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s)
11:21:11 [2021-05-03T11:21:11.380Z]     event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages
11:21:11 [2021-05-03T11:21:11.380Z] 
11:21:11 [2021-05-03T11:21:11.380Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s)
11:21:11 [2021-05-03T11:21:11.380Z]     info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME
11:21:11 [2021-05-03T11:21:11.380Z] 
11:21:11 [2021-05-03T11:21:11.380Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s)
11:21:11 [2021-05-03T11:21:11.380Z]     info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
11:21:11 [2021-05-03T11:21:11.380Z] 
11:21:11 [2021-05-03T11:21:11.380Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s)
11:21:11 [2021-05-03T11:21:11.380Z]     info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
11:21:11 [2021-05-03T11:21:11.380Z] 
11:21:11 [2021-05-03T11:21:11.380Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s)
11:21:11 [2021-05-03T11:21:11.380Z]     info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
11:21:11 [2021-05-03T11:21:11.380Z] 
11:21:11 [2021-05-03T11:21:11.380Z] 
11:21:11 [2021-05-03T11:21:11.380Z] DONE 13 tests, 7 skipped in 3.265s
11:21:11 [2021-05-03T11:21:11.380Z] Running D:\gopath\src\github.com\docker\docker\integration\volume
11:21:12 [2021-05-03T11:21:12.669Z] === RUN   TestDockerSuite/TestExecWithTERM
11:21:13 [2021-05-03T11:21:13.609Z] === RUN   TestDockerSuite/TestExecWithUser
11:21:14 [2021-05-03T11:21:14.305Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
11:21:14 [2021-05-03T11:21:14.305Z] INFO: Testing against a local daemon
11:21:14 [2021-05-03T11:21:14.305Z] === RUN   TestVolumesCreateAndList
11:21:14 [2021-05-03T11:21:14.305Z] --- PASS: TestVolumesCreateAndList (0.05s)
11:21:14 [2021-05-03T11:21:14.305Z] === RUN   TestVolumesRemove
11:21:14 [2021-05-03T11:21:14.305Z] --- PASS: TestVolumesRemove (0.11s)
11:21:14 [2021-05-03T11:21:14.305Z] === RUN   TestVolumesInspect
11:21:14 [2021-05-03T11:21:14.305Z] --- PASS: TestVolumesInspect (0.04s)
11:21:14 [2021-05-03T11:21:14.305Z] === RUN   TestVolumesInvalidJSON
11:21:14 [2021-05-03T11:21:14.305Z] === RUN   TestVolumesInvalidJSON//volumes/create
11:21:14 [2021-05-03T11:21:14.305Z] === PAUSE TestVolumesInvalidJSON//volumes/create
11:21:14 [2021-05-03T11:21:14.305Z] === CONT  TestVolumesInvalidJSON//volumes/create
11:21:14 [2021-05-03T11:21:14.305Z] --- PASS: TestVolumesInvalidJSON (0.03s)
11:21:14 [2021-05-03T11:21:14.305Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.01s)
11:21:14 [2021-05-03T11:21:14.305Z] PASS
11:21:14 [2021-05-03T11:21:14.305Z] ok  	github.com/docker/docker/integration/volume	0.426s
11:21:14 [2021-05-03T11:21:14.305Z] 
11:21:14 [2021-05-03T11:21:14.305Z] DONE 5 tests in 2.536s
11:21:14 [2021-05-03T11:21:14.305Z] INFO: make.ps1 ended at 05/03/2021 11:21:13
11:21:14 [2021-05-03T11:21:14.305Z] INFO: Integration CLI tests being run from the host:
11:21:14 [2021-05-03T11:21:14.305Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-tags" "autogen" "-test.timeout" "200m" 
11:21:14 [2021-05-03T11:21:14.990Z] === RUN   TestDockerSuite/TestGetContainerStats
11:21:20 [2021-05-03T11:21:20.265Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
11:21:22 [2021-05-03T11:21:22.916Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
11:21:22 [2021-05-03T11:21:22.916Z] INFO: Testing against a local daemon
11:21:22 [2021-05-03T11:21:22.916Z] === RUN   TestDockerSuite
11:21:22 [2021-05-03T11:21:22.916Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
11:21:22 [2021-05-03T11:21:22.916Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
11:21:22 [2021-05-03T11:21:22.916Z] === RUN   TestDockerSuite/TestAPIErrorJSON
11:21:22 [2021-05-03T11:21:22.916Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
11:21:22 [2021-05-03T11:21:22.916Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
11:21:22 [2021-05-03T11:21:22.916Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
11:21:22 [2021-05-03T11:21:22.916Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
11:21:22 [2021-05-03T11:21:22.916Z] === RUN   TestDockerSuite/TestAPIImagesDelete
11:21:23 [2021-05-03T11:21:23.890Z] === RUN   TestDockerSuite/TestAPIImagesFilter
11:21:24 [2021-05-03T11:21:24.353Z] === RUN   TestDockerSuite/TestAPIImagesHistory
11:21:24 [2021-05-03T11:21:24.460Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
11:21:24 [2021-05-03T11:21:24.815Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
11:21:25 [2021-05-03T11:21:25.277Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
11:21:25 [2021-05-03T11:21:25.399Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesEmptyList
11:21:25 [2021-05-03T11:21:25.968Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
11:21:28 [2021-05-03T11:21:28.509Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate
11:21:31 [2021-05-03T11:21:31.069Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
11:21:32 [2021-05-03T11:21:32.010Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
11:21:32 [2021-05-03T11:21:32.010Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
11:21:32 [2021-05-03T11:21:32.010Z] === RUN   TestDockerSuite/TestHealth
11:21:53 [2021-05-03T11:21:53.960Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents
11:21:55 [2021-05-03T11:21:55.869Z] === RUN   TestDockerSuite/TestHistoryExistentImage
11:21:55 [2021-05-03T11:21:55.869Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
11:21:55 [2021-05-03T11:21:55.869Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
11:21:55 [2021-05-03T11:21:55.869Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
11:21:56 [2021-05-03T11:21:56.439Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
11:21:56 [2021-05-03T11:21:56.439Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
11:21:58 [2021-05-03T11:21:58.350Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
11:21:58 [2021-05-03T11:21:58.350Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
11:21:58 [2021-05-03T11:21:58.350Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
11:21:58 [2021-05-03T11:21:58.350Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
11:21:58 [2021-05-03T11:21:58.612Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
11:21:59 [2021-05-03T11:21:59.183Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
11:21:59 [2021-05-03T11:21:59.754Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
11:21:59 [2021-05-03T11:21:59.754Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
11:22:01 [2021-05-03T11:22:01.137Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
11:22:01 [2021-05-03T11:22:01.137Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
11:22:03 [2021-05-03T11:22:03.049Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
11:22:03 [2021-05-03T11:22:03.988Z] === RUN   TestDockerSuite/TestImagesFormat
11:22:03 [2021-05-03T11:22:03.988Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
11:22:04 [2021-05-03T11:22:04.558Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
11:22:07 [2021-05-03T11:22:07.866Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
11:22:07 [2021-05-03T11:22:07.866Z] === RUN   TestDockerSuite/TestImportBadURL
11:22:07 [2021-05-03T11:22:07.866Z] === RUN   TestDockerSuite/TestImportDisplay
11:22:09 [2021-05-03T11:22:09.248Z] === RUN   TestDockerSuite/TestImportFile
11:22:11 [2021-05-03T11:22:11.156Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
11:22:11 [2021-05-03T11:22:11.156Z] === RUN   TestDockerSuite/TestImportFileWithMessage
11:22:13 [2021-05-03T11:22:13.066Z] === RUN   TestDockerSuite/TestImportGzipped
11:22:14 [2021-05-03T11:22:14.978Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
11:22:17 [2021-05-03T11:22:17.522Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
11:22:18 [2021-05-03T11:22:18.092Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
11:22:19 [2021-05-03T11:22:19.477Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
11:22:20 [2021-05-03T11:22:20.417Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
11:22:20 [2021-05-03T11:22:20.417Z] === RUN   TestDockerSuite/TestInfoSecurityOptions
11:22:20 [2021-05-03T11:22:20.417Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
11:22:20 [2021-05-03T11:22:20.987Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
11:22:21 [2021-05-03T11:22:21.927Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
11:22:22 [2021-05-03T11:22:22.497Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
11:22:23 [2021-05-03T11:22:23.067Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
11:22:24 [2021-05-03T11:22:24.005Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
11:22:24 [2021-05-03T11:22:24.576Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesStateReporting
11:22:24 [2021-05-03T11:22:24.576Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
11:22:24 [2021-05-03T11:22:24.576Z] === RUN   TestDockerSuite/TestInspectAPIMultipleNetworks
11:22:27 [2021-05-03T11:22:27.135Z] === RUN   TestDockerSuite/TestInspectAmpersand
11:22:28 [2021-05-03T11:22:28.079Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
11:22:28 [2021-05-03T11:22:28.650Z] === RUN   TestDockerSuite/TestInspectByPrefix
11:22:28 [2021-05-03T11:22:28.650Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
11:22:29 [2021-05-03T11:22:29.590Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
11:22:29 [2021-05-03T11:22:29.590Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
11:22:32 [2021-05-03T11:22:32.132Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
11:22:33 [2021-05-03T11:22:33.072Z] === RUN   TestDockerSuite/TestInspectDefault
11:22:34 [2021-05-03T11:22:34.454Z] === RUN   TestDockerSuite/TestInspectHistory
11:22:35 [2021-05-03T11:22:35.841Z] === RUN   TestDockerSuite/TestInspectImage
11:22:35 [2021-05-03T11:22:35.841Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
11:22:35 [2021-05-03T11:22:35.841Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
11:22:35 [2021-05-03T11:22:35.841Z] === RUN   TestDockerSuite/TestInspectInt64
11:22:36 [2021-05-03T11:22:36.782Z] === RUN   TestDockerSuite/TestInspectJSONFields
11:22:37 [2021-05-03T11:22:37.723Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
11:22:37 [2021-05-03T11:22:37.984Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
11:22:38 [2021-05-03T11:22:38.925Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
11:22:39 [2021-05-03T11:22:39.865Z] === RUN   TestDockerSuite/TestInspectPlugin
11:22:41 [2021-05-03T11:22:41.245Z] === RUN   TestDockerSuite/TestInspectRootFS
11:22:41 [2021-05-03T11:22:41.245Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
11:22:42 [2021-05-03T11:22:42.185Z] === RUN   TestDockerSuite/TestInspectStatus
11:22:42 [2021-05-03T11:22:42.756Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
11:22:44 [2021-05-03T11:22:44.139Z] === RUN   TestDockerSuite/TestInspectTemplateError
11:22:45 [2021-05-03T11:22:45.078Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
11:22:46 [2021-05-03T11:22:46.016Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
11:22:46 [2021-05-03T11:22:46.599Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
11:22:47 [2021-05-03T11:22:47.539Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
11:22:48 [2021-05-03T11:22:48.108Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
11:22:48 [2021-05-03T11:22:48.678Z] === RUN   TestDockerSuite/TestInspectUnknownObject
11:22:48 [2021-05-03T11:22:48.678Z] === RUN   TestDockerSuite/TestLegacyRunNoNewPrivSetuid
11:22:51 [2021-05-03T11:22:51.219Z] === RUN   TestDockerSuite/TestLinkShortDefinition
11:22:52 [2021-05-03T11:22:52.602Z] === RUN   TestDockerSuite/TestLinksEnvs
11:22:53 [2021-05-03T11:22:53.988Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
11:22:54 [2021-05-03T11:22:54.560Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
11:22:55 [2021-05-03T11:22:55.500Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdate
11:22:56 [2021-05-03T11:22:56.883Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
11:23:00 [2021-05-03T11:23:00.181Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
11:23:03 [2021-05-03T11:23:03.476Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
11:23:03 [2021-05-03T11:23:03.476Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
11:23:06 [2021-05-03T11:23:06.018Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
11:23:06 [2021-05-03T11:23:06.589Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
11:23:07 [2021-05-03T11:23:07.529Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
11:23:19 [2021-05-03T11:23:19.768Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
11:23:22 [2021-05-03T11:23:22.307Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
11:23:24 [2021-05-03T11:23:24.215Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
11:23:25 [2021-05-03T11:23:25.155Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
11:23:28 [2021-05-03T11:23:28.452Z] === RUN   TestDockerSuite/TestLoadNoStdinFail
11:23:28 [2021-05-03T11:23:28.452Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
11:23:29 [2021-05-03T11:23:29.024Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
11:23:29 [2021-05-03T11:23:29.024Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
11:23:29 [2021-05-03T11:23:29.024Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
11:23:29 [2021-05-03T11:23:29.964Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
11:23:30 [2021-05-03T11:23:30.533Z] === RUN   TestDockerSuite/TestLogsAPIUntil
11:23:34 [2021-05-03T11:23:34.728Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
11:23:35 [2021-05-03T11:23:35.298Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
11:23:40 [2021-05-03T11:23:40.590Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst
11:23:40 [2021-05-03T11:23:40.590Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
11:23:40 [2021-05-03T11:23:40.852Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
11:23:40 [2021-05-03T11:23:40.852Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
11:23:42 [2021-05-03T11:23:42.761Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
11:23:44 [2021-05-03T11:23:44.146Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
11:23:46 [2021-05-03T11:23:46.059Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
11:23:47 [2021-05-03T11:23:47.443Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
11:23:48 [2021-05-03T11:23:48.825Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
11:23:51 [2021-05-03T11:23:51.365Z] === RUN   TestDockerSuite/TestLogsFollowStopped
11:23:52 [2021-05-03T11:23:52.249Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
11:23:52 [2021-05-03T11:23:52.249Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
11:23:52 [2021-05-03T11:23:52.249Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
11:23:52 [2021-05-03T11:23:52.249Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
11:23:52 [2021-05-03T11:23:52.249Z] === RUN   TestDockerSuite/TestAPINetworkFilter
11:23:52 [2021-05-03T11:23:52.249Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
11:23:52 [2021-05-03T11:23:52.249Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
11:23:52 [2021-05-03T11:23:52.249Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
11:23:52 [2021-05-03T11:23:52.249Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
11:23:52 [2021-05-03T11:23:52.249Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
11:23:52 [2021-05-03T11:23:52.249Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
11:23:52 [2021-05-03T11:23:52.249Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
11:23:52 [2021-05-03T11:23:52.249Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
11:23:52 [2021-05-03T11:23:52.249Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
11:23:52 [2021-05-03T11:23:52.249Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
11:23:52 [2021-05-03T11:23:52.305Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
11:23:53 [2021-05-03T11:23:53.224Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
11:23:53 [2021-05-03T11:23:53.246Z] === RUN   TestDockerSuite/TestLogsSince
11:23:55 [2021-05-03T11:23:55.414Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
11:23:55 [2021-05-03T11:23:55.414Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
11:23:55 [2021-05-03T11:23:55.414Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
11:23:55 [2021-05-03T11:23:55.414Z] === RUN   TestDockerSuite/TestAttachDisconnect
11:23:55 [2021-05-03T11:23:55.414Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
11:23:59 [2021-05-03T11:23:59.169Z] === RUN   TestDockerSuite/TestAttachPausedContainer
11:23:59 [2021-05-03T11:23:59.169Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
11:23:59 [2021-05-03T11:23:59.169Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
11:24:01 [2021-05-03T11:24:01.374Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
11:24:06 [2021-05-03T11:24:06.273Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
11:24:06 [2021-05-03T11:24:06.655Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
11:24:07 [2021-05-03T11:24:07.225Z] === RUN   TestDockerSuite/TestLogsTail
11:24:08 [2021-05-03T11:24:08.619Z] === RUN   TestDockerSuite/TestLogsTimestamps
11:24:09 [2021-05-03T11:24:09.560Z] === RUN   TestDockerSuite/TestLogsWithDetails
11:24:10 [2021-05-03T11:24:10.500Z] === RUN   TestDockerSuite/TestMountIntoProc
11:24:10 [2021-05-03T11:24:10.500Z] === RUN   TestDockerSuite/TestMountIntoSys
11:24:11 [2021-05-03T11:24:11.440Z] === RUN   TestDockerSuite/TestNetHostname
11:24:14 [2021-05-03T11:24:14.740Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName
11:24:14 [2021-05-03T11:24:14.740Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
11:24:15 [2021-05-03T11:24:15.309Z] === RUN   TestDockerSuite/TestNetworkEvents
11:24:20 [2021-05-03T11:24:20.590Z] === RUN   TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked
11:24:21 [2021-05-03T11:24:21.970Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
11:24:23 [2021-05-03T11:24:23.351Z] === RUN   TestDockerSwarmSuite/TestDNSConfig
11:24:24 [2021-05-03T11:24:24.734Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
11:24:25 [2021-05-03T11:24:25.674Z] === RUN   TestDockerSuite/TestPluginActive
11:24:27 [2021-05-03T11:24:27.057Z] === RUN   TestDockerSwarmSuite/TestDNSConfigUpdate
11:24:27 [2021-05-03T11:24:27.317Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
11:24:31 [2021-05-03T11:24:31.520Z] === RUN   TestDockerSwarmSuite/TestExtraHosts
11:24:33 [2021-05-03T11:24:33.436Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
11:24:33 [2021-05-03T11:24:33.436Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
11:24:34 [2021-05-03T11:24:34.375Z] === RUN   TestDockerSuite/TestPluginLogDriver
11:24:34 [2021-05-03T11:24:34.635Z] === RUN   TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames
11:24:37 [2021-05-03T11:24:37.175Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
11:24:37 [2021-05-03T11:24:37.745Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachable
11:24:38 [2021-05-03T11:24:38.685Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
11:24:41 [2021-05-03T11:24:41.226Z] === RUN   TestDockerSuite/TestPluginUpgrade
11:24:42 [2021-05-03T11:24:42.165Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave
11:24:45 [2021-05-03T11:24:45.460Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
11:24:46 [2021-05-03T11:24:46.842Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure
11:24:48 [2021-05-03T11:24:48.751Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
11:24:51 [2021-05-03T11:24:51.291Z] === RUN   TestDockerSuite/TestPortHostBinding
11:24:52 [2021-05-03T11:24:52.673Z] === RUN   TestDockerSuite/TestPortList
11:25:04 [2021-05-03T11:25:04.924Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
11:25:04 [2021-05-03T11:25:04.924Z] === RUN   TestDockerSuite/TestPostContainersAttach
11:25:13 [2021-05-03T11:25:13.049Z] === RUN   TestDockerSwarmSuite/TestPruneNetwork
11:25:13 [2021-05-03T11:25:13.049Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
11:25:13 [2021-05-03T11:25:13.049Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
11:25:13 [2021-05-03T11:25:13.049Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
11:25:13 [2021-05-03T11:25:13.049Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
11:25:13 [2021-05-03T11:25:13.049Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
11:25:13 [2021-05-03T11:25:13.993Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
11:25:13 [2021-05-03T11:25:13.993Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
11:25:14 [2021-05-03T11:25:14.934Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
11:25:14 [2021-05-03T11:25:14.934Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
11:25:16 [2021-05-03T11:25:16.844Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
11:25:16 [2021-05-03T11:25:16.844Z] === RUN   TestDockerSuite/TestPruneContainerLabel
11:25:21 [2021-05-03T11:25:21.043Z] === RUN   TestDockerSuite/TestPruneContainerUntil
11:25:21 [2021-05-03T11:25:21.981Z] === RUN   TestDockerSuite/TestPruneNetworkLabel
11:25:22 [2021-05-03T11:25:22.550Z] === RUN   TestDockerSwarmSuite/TestPsListContainersFilterIsTask
11:25:23 [2021-05-03T11:25:23.488Z] === RUN   TestDockerSuite/TestPruneVolumeLabel
11:25:23 [2021-05-03T11:25:23.488Z] === RUN   TestDockerSuite/TestPsByOrder
11:25:26 [2021-05-03T11:25:26.786Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountTmpfs
11:25:27 [2021-05-03T11:25:27.726Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
11:25:28 [2021-05-03T11:25:28.674Z] === RUN   TestDockerSuite/TestPsListContainersBase
11:25:32 [2021-05-03T11:25:32.873Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
11:25:37 [2021-05-03T11:25:37.069Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
11:25:37 [2021-05-03T11:25:37.069Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
11:25:40 [2021-05-03T11:25:40.365Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountVolume
11:25:40 [2021-05-03T11:25:40.365Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
11:25:43 [2021-05-03T11:25:43.661Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice
11:25:47 [2021-05-03T11:25:47.861Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSimple
11:25:49 [2021-05-03T11:25:49.770Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths
11:25:50 [2021-05-03T11:25:50.030Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
11:25:51 [2021-05-03T11:25:51.941Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
11:25:54 [2021-05-03T11:25:54.482Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias
11:25:55 [2021-05-03T11:25:55.067Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
11:25:56 [2021-05-03T11:25:56.976Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
11:25:58 [2021-05-03T11:25:58.360Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice
11:25:58 [2021-05-03T11:25:58.619Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
11:26:02 [2021-05-03T11:26:02.819Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
11:26:02 [2021-05-03T11:26:02.819Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSimple
11:26:05 [2021-05-03T11:26:05.362Z] === RUN   TestDockerSuite/TestPsListContainersSize
11:26:05 [2021-05-03T11:26:05.362Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths
11:26:06 [2021-05-03T11:26:06.744Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
11:26:07 [2021-05-03T11:26:07.004Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
11:26:08 [2021-05-03T11:26:08.387Z] === RUN   TestDockerSuite/TestPsRightTagName
11:26:10 [2021-05-03T11:26:10.298Z] === RUN   TestDockerSwarmSuite/TestServiceHealthRun
11:26:11 [2021-05-03T11:26:11.240Z] === RUN   TestDockerSuite/TestPsShowMounts
11:26:14 [2021-05-03T11:26:14.537Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
11:26:15 [2021-05-03T11:26:15.476Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
11:26:15 [2021-05-03T11:26:15.476Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
11:26:15 [2021-05-03T11:26:15.736Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
11:26:15 [2021-05-03T11:26:15.736Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
11:26:15 [2021-05-03T11:26:15.736Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
11:26:16 [2021-05-03T11:26:16.676Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
11:26:18 [2021-05-03T11:26:18.046Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
11:26:18 [2021-05-03T11:26:18.046Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
11:26:18 [2021-05-03T11:26:18.078Z] === RUN   TestDockerSwarmSuite/TestServiceHealthStart
11:26:18 [2021-05-03T11:26:18.649Z] === RUN   TestDockerSuite/TestRestartContainerSuccess
11:26:20 [2021-05-03T11:26:20.561Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
11:26:21 [2021-05-03T11:26:21.501Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
11:26:22 [2021-05-03T11:26:22.767Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
11:26:22 [2021-05-03T11:26:22.767Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
11:26:24 [2021-05-03T11:26:24.797Z] === RUN   TestDockerSwarmSuite/TestServiceLogs
11:26:27 [2021-05-03T11:26:27.489Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
11:26:27 [2021-05-03T11:26:27.953Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
11:26:27 [2021-05-03T11:26:27.953Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
11:26:27 [2021-05-03T11:26:27.953Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
11:26:27 [2021-05-03T11:26:27.953Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
11:26:27 [2021-05-03T11:26:27.953Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
11:26:28 [2021-05-03T11:26:28.930Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
11:26:32 [2021-05-03T11:26:32.690Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
11:26:32 [2021-05-03T11:26:32.928Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
11:26:33 [2021-05-03T11:26:33.868Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
11:26:34 [2021-05-03T11:26:34.240Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
11:26:34 [2021-05-03T11:26:34.240Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
11:26:34 [2021-05-03T11:26:34.240Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
11:26:34 [2021-05-03T11:26:34.240Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
11:26:36 [2021-05-03T11:26:36.407Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
11:26:36 [2021-05-03T11:26:36.407Z] === RUN   TestDockerSuite/TestRestartPolicyNO
11:26:36 [2021-05-03T11:26:36.407Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
11:26:36 [2021-05-03T11:26:36.407Z] === RUN   TestDockerSuite/TestRestartRunningContainer
11:26:38 [2021-05-03T11:26:38.005Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
11:26:38 [2021-05-03T11:26:38.949Z] === RUN   TestDockerSwarmSuite/TestServiceLogsCompleteness
11:26:39 [2021-05-03T11:26:39.209Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
11:26:40 [2021-05-03T11:26:40.667Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
11:26:42 [2021-05-03T11:26:42.580Z] === RUN   TestDockerSwarmSuite/TestServiceLogsDetails
11:26:46 [2021-05-03T11:26:46.782Z] === RUN   TestDockerSuite/TestRestartWithVolumes
11:26:46 [2021-05-03T11:26:46.782Z] === RUN   TestDockerSwarmSuite/TestServiceLogsFollow
11:26:48 [2021-05-03T11:26:48.696Z] === RUN   TestDockerSuite/TestRmiBlank
11:26:48 [2021-05-03T11:26:48.696Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
11:26:48 [2021-05-03T11:26:48.956Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
11:26:50 [2021-05-03T11:26:50.338Z] === RUN   TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer
11:26:50 [2021-05-03T11:26:50.447Z] === RUN   TestDockerSuite/TestBuildAddNonTar
11:26:53 [2021-05-03T11:26:53.637Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
11:26:54 [2021-05-03T11:26:54.579Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
11:26:54 [2021-05-03T11:26:54.839Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
11:26:55 [2021-05-03T11:26:55.173Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
11:26:55 [2021-05-03T11:26:55.780Z] === RUN   TestDockerSwarmSuite/TestServiceLogsSince
11:26:56 [2021-05-03T11:26:56.150Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
11:26:56 [2021-05-03T11:26:56.150Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
11:26:56 [2021-05-03T11:26:56.720Z] === RUN   TestDockerSuite/TestRmiImgIDForce
11:26:58 [2021-05-03T11:26:58.102Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
11:26:59 [2021-05-03T11:26:59.486Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTTY
11:26:59 [2021-05-03T11:26:59.978Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
11:27:00 [2021-05-03T11:27:00.426Z] === RUN   TestDockerSuite/TestRmiParentImageFail
11:27:01 [2021-05-03T11:27:01.367Z] === RUN   TestDockerSuite/TestRmiTag
11:27:01 [2021-05-03T11:27:01.530Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
11:27:01 [2021-05-03T11:27:01.629Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
11:27:02 [2021-05-03T11:27:02.570Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
11:27:06 [2021-05-03T11:27:06.769Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
11:27:07 [2021-05-03T11:27:07.359Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
11:27:08 [2021-05-03T11:27:08.299Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
11:27:08 [2021-05-03T11:27:08.560Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
11:27:09 [2021-05-03T11:27:09.941Z] === RUN   TestDockerSuite/TestRunAddHost
11:27:10 [2021-05-03T11:27:10.881Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
11:27:11 [2021-05-03T11:27:11.141Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
11:27:11 [2021-05-03T11:27:11.901Z] === RUN   TestDockerSuite/TestBuildAddScript
11:27:11 [2021-05-03T11:27:11.901Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
11:27:11 [2021-05-03T11:27:11.901Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
11:27:11 [2021-05-03T11:27:11.901Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
11:27:11 [2021-05-03T11:27:11.901Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
11:27:11 [2021-05-03T11:27:11.901Z] === RUN   TestDockerSuite/TestBuildAddTar
11:27:12 [2021-05-03T11:27:12.081Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
11:27:12 [2021-05-03T11:27:12.081Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
11:27:12 [2021-05-03T11:27:12.650Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
11:27:13 [2021-05-03T11:27:13.223Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTail
11:27:14 [2021-05-03T11:27:14.608Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
11:27:15 [2021-05-03T11:27:15.992Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
11:27:17 [2021-05-03T11:27:17.373Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
11:27:18 [2021-05-03T11:27:18.313Z] === RUN   TestDockerSuite/TestRunApparmorProcDirectory
11:27:19 [2021-05-03T11:27:19.253Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
11:27:20 [2021-05-03T11:27:20.635Z] === RUN   TestDockerSuite/TestRunAttachDetach
11:27:21 [2021-05-03T11:27:21.574Z] === RUN   TestDockerSuite/TestRunAttachDetachFromConfig
11:27:22 [2021-05-03T11:27:22.513Z] === RUN   TestDockerSuite/TestRunAttachDetachFromFlag
11:27:23 [2021-05-03T11:27:23.454Z] === RUN   TestDockerSuite/TestRunAttachDetachFromInvalidFlag
11:27:24 [2021-05-03T11:27:24.024Z] === RUN   TestDockerSuite/TestRunAttachDetachKeysOverrideConfig
11:27:24 [2021-05-03T11:27:24.963Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
11:27:26 [2021-05-03T11:27:26.359Z] === RUN   TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved
11:27:26 [2021-05-03T11:27:26.619Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTaskLogs
11:27:27 [2021-05-03T11:27:27.189Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
11:27:28 [2021-05-03T11:27:28.129Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
11:27:29 [2021-05-03T11:27:29.072Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
11:27:30 [2021-05-03T11:27:30.457Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
11:27:30 [2021-05-03T11:27:30.457Z] === RUN   TestDockerSuite/TestRunBindMounts
11:27:32 [2021-05-03T11:27:32.996Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
11:27:33 [2021-05-03T11:27:33.567Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
11:27:34 [2021-05-03T11:27:34.138Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
11:27:35 [2021-05-03T11:27:35.077Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
11:27:35 [2021-05-03T11:27:35.649Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
11:27:35 [2021-05-03T11:27:35.649Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
11:27:36 [2021-05-03T11:27:36.219Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
11:27:37 [2021-05-03T11:27:37.157Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
11:27:37 [2021-05-03T11:27:37.727Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
11:27:38 [2021-05-03T11:27:38.297Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
11:27:39 [2021-05-03T11:27:39.237Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
11:27:39 [2021-05-03T11:27:39.237Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
11:27:39 [2021-05-03T11:27:39.806Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
11:27:39 [2021-05-03T11:27:39.806Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
11:27:41 [2021-05-03T11:27:41.187Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
11:27:41 [2021-05-03T11:27:41.187Z] === RUN   TestDockerSwarmSuite/TestServiceScale
11:27:42 [2021-05-03T11:27:42.128Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
11:27:42 [2021-05-03T11:27:42.697Z] === RUN   TestDockerSuite/TestRunContainerNetwork
11:27:43 [2021-05-03T11:27:43.638Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
11:27:43 [2021-05-03T11:27:43.638Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
11:27:44 [2021-05-03T11:27:44.207Z] === RUN   TestDockerSwarmSuite/TestSwarmAlternateLockUnlock
11:27:44 [2021-05-03T11:27:44.470Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
11:27:46 [2021-05-03T11:27:46.401Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
11:27:47 [2021-05-03T11:27:47.784Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
11:27:49 [2021-05-03T11:27:49.166Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
11:27:49 [2021-05-03T11:27:49.736Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
11:27:50 [2021-05-03T11:27:50.307Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
11:27:51 [2021-05-03T11:27:51.247Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
11:27:52 [2021-05-03T11:27:52.188Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
11:27:53 [2021-05-03T11:27:53.129Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
11:27:55 [2021-05-03T11:27:55.039Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
11:27:58 [2021-05-03T11:27:58.335Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
11:27:58 [2021-05-03T11:27:58.335Z] === RUN   TestDockerSuite/TestRunCreateVolume
11:27:58 [2021-05-03T11:27:58.906Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
11:28:01 [2021-05-03T11:28:01.447Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
11:28:02 [2021-05-03T11:28:02.672Z] === RUN   TestDockerSuite/TestBuildAddTarXz
11:28:02 [2021-05-03T11:28:02.672Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
11:28:02 [2021-05-03T11:28:02.672Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
11:28:03 [2021-05-03T11:28:03.357Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
11:28:03 [2021-05-03T11:28:03.617Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsConfig
11:28:06 [2021-05-03T11:28:06.916Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
11:28:06 [2021-05-03T11:28:06.916Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNetwork
11:28:09 [2021-05-03T11:28:09.484Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
11:28:09 [2021-05-03T11:28:09.484Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
11:28:09 [2021-05-03T11:28:09.484Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
11:28:09 [2021-05-03T11:28:09.484Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNode
11:28:10 [2021-05-03T11:28:10.056Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
11:28:13 [2021-05-03T11:28:13.351Z] === RUN   TestDockerSuite/TestRunDNSOptions
11:28:14 [2021-05-03T11:28:14.733Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
11:28:17 [2021-05-03T11:28:17.274Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
11:28:17 [2021-05-03T11:28:17.533Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
11:28:17 [2021-05-03T11:28:17.545Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
11:28:17 [2021-05-03T11:28:17.545Z] === RUN   TestDockerSuite/TestBuildBlankName
11:28:18 [2021-05-03T11:28:18.009Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
11:28:19 [2021-05-03T11:28:19.446Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
11:28:20 [2021-05-03T11:28:20.017Z] === RUN   TestDockerSuite/TestRunDeviceDirectory
11:28:20 [2021-05-03T11:28:20.017Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
11:28:20 [2021-05-03T11:28:20.587Z] === RUN   TestDockerSuite/TestRunDeviceSymlink
11:28:22 [2021-05-03T11:28:22.496Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
11:28:22 [2021-05-03T11:28:22.496Z] === RUN   TestDockerSuite/TestRunDuplicateMount
11:28:23 [2021-05-03T11:28:23.067Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
11:28:24 [2021-05-03T11:28:24.006Z] === RUN   TestDockerSuite/TestRunEchoStdout
11:28:24 [2021-05-03T11:28:24.576Z] === RUN   TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit
11:28:25 [2021-05-03T11:28:25.146Z] === RUN   TestDockerSuite/TestRunEmptyEnv
11:28:25 [2021-05-03T11:28:25.146Z] === RUN   TestDockerSuite/TestRunEntrypoint
11:28:26 [2021-05-03T11:28:26.084Z] === RUN   TestDockerSuite/TestRunEnvironment
11:28:26 [2021-05-03T11:28:26.625Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
11:28:26 [2021-05-03T11:28:26.625Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
11:28:26 [2021-05-03T11:28:26.654Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
11:28:27 [2021-05-03T11:28:27.595Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
11:28:28 [2021-05-03T11:28:28.165Z] === RUN   TestDockerSuite/TestRunExitCode
11:28:28 [2021-05-03T11:28:28.735Z] === RUN   TestDockerSuite/TestRunExitCodeOne
11:28:29 [2021-05-03T11:28:29.688Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsScope
11:28:29 [2021-05-03T11:28:29.688Z] === RUN   TestDockerSuite/TestRunExitCodeZero
11:28:30 [2021-05-03T11:28:30.626Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
11:28:31 [2021-05-03T11:28:31.197Z] === RUN   TestDockerSuite/TestRunExposePort
11:28:31 [2021-05-03T11:28:31.197Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
11:28:32 [2021-05-03T11:28:32.461Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
11:28:32 [2021-05-03T11:28:32.580Z] === RUN   TestDockerSuite/TestRunGroupAdd
11:28:33 [2021-05-03T11:28:33.150Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
11:28:34 [2021-05-03T11:28:34.532Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
11:28:35 [2021-05-03T11:28:35.103Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
11:28:35 [2021-05-03T11:28:35.103Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
11:28:38 [2021-05-03T11:28:38.399Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSecret
11:28:38 [2021-05-03T11:28:38.399Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
11:28:39 [2021-05-03T11:28:39.340Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
11:28:41 [2021-05-03T11:28:41.248Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsService
11:28:42 [2021-05-03T11:28:42.829Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
11:28:51 [2021-05-03T11:28:51.233Z] === RUN   TestDockerSuite/TestRunInvalidCPUShares
11:28:51 [2021-05-03T11:28:51.440Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
11:28:51 [2021-05-03T11:28:51.440Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
11:28:51 [2021-05-03T11:28:51.493Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
11:28:53 [2021-05-03T11:28:53.402Z] === RUN   TestDockerSuite/TestRunInvalidCpusetCpusFlagValue
11:28:53 [2021-05-03T11:28:53.402Z] === RUN   TestDockerSuite/TestRunInvalidCpusetMemsFlagValue
11:28:53 [2021-05-03T11:28:53.402Z] === RUN   TestDockerSuite/TestRunInvalidReference
11:28:53 [2021-05-03T11:28:53.402Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
11:28:53 [2021-05-03T11:28:53.973Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
11:28:57 [2021-05-03T11:28:57.276Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSource
11:28:57 [2021-05-03T11:28:57.276Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
11:28:57 [2021-05-03T11:28:57.279Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
11:28:57 [2021-05-03T11:28:57.279Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
11:28:57 [2021-05-03T11:28:57.279Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
11:28:59 [2021-05-03T11:28:59.198Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
11:29:01 [2021-05-03T11:29:01.111Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
11:29:04 [2021-05-03T11:29:04.399Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
11:29:04 [2021-05-03T11:29:04.400Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
11:29:04 [2021-05-03T11:29:04.400Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
11:29:04 [2021-05-03T11:29:04.400Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
11:29:04 [2021-05-03T11:29:04.400Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
11:29:07 [2021-05-03T11:29:07.691Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
11:29:07 [2021-05-03T11:29:07.691Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
11:29:08 [2021-05-03T11:29:08.261Z] === RUN   TestDockerSuite/TestRunModeHostname
11:29:09 [2021-05-03T11:29:09.205Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
11:29:09 [2021-05-03T11:29:09.205Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
11:29:09 [2021-05-03T11:29:09.466Z] === RUN   TestDockerSuite/TestRunModeIpcHost
11:29:10 [2021-05-03T11:29:10.854Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
11:29:12 [2021-05-03T11:29:12.240Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsType
11:29:12 [2021-05-03T11:29:12.501Z] === RUN   TestDockerSuite/TestRunModePIDContainer
11:29:14 [2021-05-03T11:29:14.415Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
11:29:14 [2021-05-03T11:29:14.415Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
11:29:14 [2021-05-03T11:29:14.415Z] === RUN   TestDockerSuite/TestRunModeUTSHost
11:29:16 [2021-05-03T11:29:16.334Z] === RUN   TestDockerSuite/TestRunMount
11:29:21 [2021-05-03T11:29:21.621Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey
11:29:25 [2021-05-03T11:29:25.844Z] === RUN   TestDockerSuite/TestRunMountOrdering
11:29:26 [2021-05-03T11:29:26.415Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
11:29:26 [2021-05-03T11:29:26.987Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
11:29:28 [2021-05-03T11:29:28.371Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
11:29:30 [2021-05-03T11:29:30.922Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
11:29:34 [2021-05-03T11:29:34.238Z] === RUN   TestDockerSuite/TestRunNamedVolume
11:29:36 [2021-05-03T11:29:36.787Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
11:29:38 [2021-05-03T11:29:38.699Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
11:29:40 [2021-05-03T11:29:40.085Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
11:29:41 [2021-05-03T11:29:41.997Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
11:29:41 [2021-05-03T11:29:41.997Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
11:29:42 [2021-05-03T11:29:42.569Z] === RUN   TestDockerSuite/TestRunNetHost
11:29:43 [2021-05-03T11:29:43.954Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
11:29:44 [2021-05-03T11:29:44.525Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
11:29:45 [2021-05-03T11:29:45.467Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
11:29:47 [2021-05-03T11:29:47.025Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
11:29:48 [2021-05-03T11:29:48.025Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
11:29:49 [2021-05-03T11:29:49.939Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
11:29:51 [2021-05-03T11:29:51.748Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
11:29:52 [2021-05-03T11:29:52.725Z] === RUN   TestDockerSuite/TestBuildCacheAdd
11:29:53 [2021-05-03T11:29:53.188Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
11:29:54 [2021-05-03T11:29:54.146Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
11:29:54 [2021-05-03T11:29:54.716Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
11:29:54 [2021-05-03T11:29:54.716Z] === RUN   TestDockerSuite/TestRunNoNewPrivSetuid
11:29:54 [2021-05-03T11:29:54.737Z] === RUN   TestDockerSuite/TestBuildCacheFrom
11:29:54 [2021-05-03T11:29:54.737Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
11:29:55 [2021-05-03T11:29:55.287Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
11:29:55 [2021-05-03T11:29:55.548Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
11:29:56 [2021-05-03T11:29:56.120Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
11:29:57 [2021-05-03T11:29:57.062Z] === RUN   TestDockerSuite/TestRunNonExistingImage
11:29:57 [2021-05-03T11:29:57.062Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
11:29:57 [2021-05-03T11:29:57.633Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
11:29:59 [2021-05-03T11:29:59.460Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
11:30:00 [2021-05-03T11:30:00.436Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
11:30:00 [2021-05-03T11:30:00.436Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
11:30:00 [2021-05-03T11:30:00.436Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
11:30:01 [2021-05-03T11:30:01.985Z] === RUN   TestDockerSuite/TestBuildClearCmd
11:30:03 [2021-05-03T11:30:03.533Z] === RUN   TestDockerSuite/TestBuildCmd
11:30:03 [2021-05-03T11:30:03.994Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
11:30:04 [2021-05-03T11:30:04.209Z] === RUN   TestDockerSuite/TestRunOOMExitCode
11:30:04 [2021-05-03T11:30:04.209Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
11:30:04 [2021-05-03T11:30:04.209Z] === RUN   TestDockerSuite/TestRunPIDsLimit
11:30:04 [2021-05-03T11:30:04.457Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
11:30:04 [2021-05-03T11:30:04.778Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
11:30:04 [2021-05-03T11:30:04.920Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
11:30:06 [2021-05-03T11:30:06.689Z] === RUN   TestDockerSuite/TestRunPortInUse
11:30:07 [2021-05-03T11:30:07.628Z] === RUN   TestDockerSuite/TestRunPrivilegedAllowedDevices
11:30:08 [2021-05-03T11:30:08.198Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
11:30:08 [2021-05-03T11:30:08.768Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
11:30:09 [2021-05-03T11:30:09.027Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
11:30:09 [2021-05-03T11:30:09.966Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
11:30:10 [2021-05-03T11:30:10.226Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
11:30:10 [2021-05-03T11:30:10.226Z] === RUN   TestDockerSuite/TestRunPublishPort
11:30:10 [2021-05-03T11:30:10.740Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
11:30:11 [2021-05-03T11:30:11.165Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
11:30:11 [2021-05-03T11:30:11.425Z] === RUN   TestDockerSuite/TestRunReadProcLatency
11:30:11 [2021-05-03T11:30:11.425Z] === RUN   TestDockerSuite/TestRunReadProcTimer
11:30:12 [2021-05-03T11:30:12.376Z] === RUN   TestDockerSuite/TestRunRedirectStdout
11:30:12 [2021-05-03T11:30:12.933Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
11:30:12 [2021-05-03T11:30:12.933Z] === RUN   TestDockerSuite/TestBuildConditionalCache
11:30:13 [2021-05-03T11:30:13.758Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
11:30:13 [2021-05-03T11:30:13.758Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
11:30:14 [2021-05-03T11:30:14.479Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
11:30:14 [2021-05-03T11:30:14.479Z] === RUN   TestDockerSuite/TestBuildContextCleanup
11:30:14 [2021-05-03T11:30:14.942Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
11:30:17 [2021-05-03T11:30:17.056Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
11:30:17 [2021-05-03T11:30:17.147Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
11:30:17 [2021-05-03T11:30:17.609Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
11:30:18 [2021-05-03T11:30:18.436Z] === RUN   TestDockerSuite/TestRunRm
11:30:18 [2021-05-03T11:30:18.586Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
11:30:18 [2021-05-03T11:30:18.586Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
11:30:19 [2021-05-03T11:30:19.007Z] === RUN   TestDockerSuite/TestRunRmAndWait
11:30:19 [2021-05-03T11:30:19.560Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
11:30:20 [2021-05-03T11:30:20.022Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
11:30:20 [2021-05-03T11:30:20.022Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
11:30:20 [2021-05-03T11:30:20.022Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
11:30:23 [2021-05-03T11:30:23.203Z] === RUN   TestDockerSuite/TestRunRmPre125Api
11:30:23 [2021-05-03T11:30:23.462Z] === RUN   TestDockerSuite/TestRunRootWorkdir
11:30:24 [2021-05-03T11:30:24.402Z] === RUN   TestDockerSuite/TestRunSeccompAllowPrivCloneUserns
11:30:25 [2021-05-03T11:30:25.784Z] === RUN   TestDockerSuite/TestRunSeccompAllowSetrlimit
11:30:25 [2021-05-03T11:30:25.840Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
11:30:26 [2021-05-03T11:30:26.353Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileAcct
11:30:30 [2021-05-03T11:30:30.552Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileNS
11:30:34 [2021-05-03T11:30:34.753Z] === RUN   TestDockerSuite/TestRunSeccompProfileAllow32Bit
11:30:34 [2021-05-03T11:30:34.753Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyChmod
11:30:35 [2021-05-03T11:30:35.322Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyCloneUserns
11:30:35 [2021-05-03T11:30:35.891Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshare
11:30:36 [2021-05-03T11:30:36.461Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns
11:30:37 [2021-05-03T11:30:37.038Z] === RUN   TestDockerSuite/TestRunSeccompUnconfinedCloneUserns
11:30:37 [2021-05-03T11:30:37.607Z] === RUN   TestDockerSuite/TestRunSeccompWithDefaultProfile
11:30:38 [2021-05-03T11:30:38.177Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
11:30:39 [2021-05-03T11:30:39.116Z] === RUN   TestDockerSuite/TestRunSetMacAddress
11:30:39 [2021-05-03T11:30:39.686Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
11:30:42 [2021-05-03T11:30:42.979Z] === RUN   TestDockerSuite/TestRunState
11:30:43 [2021-05-03T11:30:43.918Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
11:30:44 [2021-05-03T11:30:44.856Z] === RUN   TestDockerSuite/TestRunStdinPipe
11:30:45 [2021-05-03T11:30:45.427Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
11:30:45 [2021-05-03T11:30:45.687Z] === RUN   TestDockerSuite/TestRunSwapLessThanMemoryLimit
11:30:45 [2021-05-03T11:30:45.687Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
11:30:46 [2021-05-03T11:30:46.257Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
11:30:46 [2021-05-03T11:30:46.829Z] === RUN   TestDockerSuite/TestRunSysctls
11:30:48 [2021-05-03T11:30:48.211Z] === RUN   TestDockerSuite/TestRunTLSVerify
11:30:48 [2021-05-03T11:30:48.211Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
11:30:48 [2021-05-03T11:30:48.211Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
11:30:49 [2021-05-03T11:30:49.151Z] === RUN   TestDockerSuite/TestRunTmpfsMounts
11:30:51 [2021-05-03T11:30:51.693Z] === RUN   TestDockerSuite/TestRunTmpfsMountsEnsureOrdered
11:30:51 [2021-05-03T11:30:51.953Z] === RUN   TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes
11:30:53 [2021-05-03T11:30:53.864Z] === RUN   TestDockerSuite/TestRunTmpfsMountsWithOptions
11:30:58 [2021-05-03T11:30:58.064Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
11:31:00 [2021-05-03T11:31:00.620Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
11:31:01 [2021-05-03T11:31:01.560Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
11:31:01 [2021-05-03T11:31:01.580Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
11:31:01 [2021-05-03T11:31:01.580Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
11:31:02 [2021-05-03T11:31:02.042Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
11:31:02 [2021-05-03T11:31:02.129Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
11:31:03 [2021-05-03T11:31:03.069Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
11:31:04 [2021-05-03T11:31:04.977Z] === RUN   TestDockerSuite/TestRunUnshareProc
11:31:05 [2021-05-03T11:31:05.917Z] === RUN   TestDockerSuite/TestRunUserByID
11:31:06 [2021-05-03T11:31:06.856Z] === RUN   TestDockerSuite/TestRunUserByIDBig
11:31:06 [2021-05-03T11:31:06.856Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
11:31:07 [2021-05-03T11:31:07.116Z] === RUN   TestDockerSuite/TestRunUserByIDZero
11:31:07 [2021-05-03T11:31:07.686Z] === RUN   TestDockerSuite/TestRunUserByName
11:31:07 [2021-05-03T11:31:07.862Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
11:31:07 [2021-05-03T11:31:07.862Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
11:31:08 [2021-05-03T11:31:08.324Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
11:31:08 [2021-05-03T11:31:08.324Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
11:31:08 [2021-05-03T11:31:08.625Z] === RUN   TestDockerSuite/TestRunUserDefaults
11:31:09 [2021-05-03T11:31:09.298Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
11:31:09 [2021-05-03T11:31:09.298Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
11:31:09 [2021-05-03T11:31:09.565Z] === RUN   TestDockerSuite/TestRunUserDeviceAllowed
11:31:09 [2021-05-03T11:31:09.565Z] === RUN   TestDockerSuite/TestRunUserNotFound
11:31:09 [2021-05-03T11:31:09.565Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
11:31:10 [2021-05-03T11:31:10.135Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
11:31:14 [2021-05-03T11:31:14.334Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
11:31:14 [2021-05-03T11:31:14.905Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
11:31:16 [2021-05-03T11:31:16.286Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
11:31:18 [2021-05-03T11:31:18.195Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
11:31:20 [2021-05-03T11:31:20.105Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
11:31:22 [2021-05-03T11:31:22.028Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
11:31:24 [2021-05-03T11:31:24.570Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
11:31:25 [2021-05-03T11:31:25.140Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
11:31:25 [2021-05-03T11:31:25.140Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
11:31:25 [2021-05-03T11:31:25.140Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
11:31:25 [2021-05-03T11:31:25.140Z] === RUN   TestDockerSuite/TestRunWithBadDevice
11:31:25 [2021-05-03T11:31:25.400Z] === RUN   TestDockerSuite/TestRunWithBlkioWeight
11:31:25 [2021-05-03T11:31:25.400Z] === RUN   TestDockerSuite/TestRunWithCPUQuota
11:31:29 [2021-05-03T11:31:29.599Z] === RUN   TestDockerSuite/TestRunWithCPUShares
11:31:29 [2021-05-03T11:31:29.860Z] === RUN   TestDockerSuite/TestRunWithCpuPeriod
11:31:31 [2021-05-03T11:31:31.243Z] === RUN   TestDockerSuite/TestRunWithCpusetCpus
11:31:32 [2021-05-03T11:31:32.181Z] === RUN   TestDockerSuite/TestRunWithCpusetMems
11:31:32 [2021-05-03T11:31:32.750Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
11:31:32 [2021-05-03T11:31:32.750Z] === RUN   TestDockerSuite/TestRunWithDefaultShmSize
11:31:33 [2021-05-03T11:31:33.689Z] === RUN   TestDockerSuite/TestRunWithInvalidBlkioWeight
11:31:33 [2021-05-03T11:31:33.689Z] === RUN   TestDockerSuite/TestRunWithInvalidCpuPeriod
11:31:33 [2021-05-03T11:31:33.689Z] === RUN   TestDockerSuite/TestRunWithInvalidKernelMemory
11:31:33 [2021-05-03T11:31:33.689Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
11:31:33 [2021-05-03T11:31:33.689Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps
11:31:33 [2021-05-03T11:31:33.689Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps
11:31:33 [2021-05-03T11:31:33.690Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps
11:31:33 [2021-05-03T11:31:33.690Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps
11:31:33 [2021-05-03T11:31:33.690Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice
11:31:33 [2021-05-03T11:31:33.690Z] === RUN   TestDockerSuite/TestRunWithKernelMemory
11:31:34 [2021-05-03T11:31:34.259Z] === RUN   TestDockerSuite/TestRunWithMemoryLimit
11:31:35 [2021-05-03T11:31:35.199Z] === RUN   TestDockerSuite/TestRunWithMemoryReservation
11:31:35 [2021-05-03T11:31:35.770Z] === RUN   TestDockerSuite/TestRunWithMemoryReservationInvalid
11:31:35 [2021-05-03T11:31:35.770Z] === RUN   TestDockerSuite/TestRunWithNanoCPUs
11:31:36 [2021-05-03T11:31:36.709Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
11:31:36 [2021-05-03T11:31:36.969Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
11:31:37 [2021-05-03T11:31:37.909Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
11:31:37 [2021-05-03T11:31:37.909Z] === RUN   TestDockerSuite/TestRunWithShmSize
11:31:38 [2021-05-03T11:31:38.479Z] === RUN   TestDockerSuite/TestRunWithSwappiness
11:31:39 [2021-05-03T11:31:39.419Z] === RUN   TestDockerSuite/TestRunWithSwappinessInvalid
11:31:39 [2021-05-03T11:31:39.419Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
11:31:39 [2021-05-03T11:31:39.419Z] === RUN   TestDockerSuite/TestRunWithUlimits
11:31:39 [2021-05-03T11:31:39.989Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
11:31:40 [2021-05-03T11:31:40.929Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId
11:31:41 [2021-05-03T11:31:41.501Z] === RUN   TestDockerSuite/TestRunWithVolumesIsRecursive
11:31:42 [2021-05-03T11:31:42.446Z] === RUN   TestDockerSuite/TestRunWithoutMemoryswapLimit
11:31:42 [2021-05-03T11:31:42.446Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
11:31:43 [2021-05-03T11:31:43.388Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
11:31:43 [2021-05-03T11:31:43.388Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
11:31:45 [2021-05-03T11:31:45.042Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
11:31:45 [2021-05-03T11:31:45.042Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
11:31:45 [2021-05-03T11:31:45.042Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
11:31:45 [2021-05-03T11:31:45.930Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
11:31:46 [2021-05-03T11:31:46.191Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
11:31:46 [2021-05-03T11:31:46.451Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAutoStart
11:31:49 [2021-05-03T11:31:49.062Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
11:31:50 [2021-05-03T11:31:50.002Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
11:31:50 [2021-05-03T11:31:50.002Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
11:31:50 [2021-05-03T11:31:50.002Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
11:31:51 [2021-05-03T11:31:51.385Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoStdout
11:31:53 [2021-05-03T11:31:53.296Z] === RUN   TestDockerSuite/TestSaveAndLoadWithProgressBar
11:31:54 [2021-05-03T11:31:54.239Z] === RUN   TestDockerSuite/TestSaveCheckTimes
11:31:54 [2021-05-03T11:31:54.498Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
11:31:55 [2021-05-03T11:31:55.879Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerEndpointOptions
11:31:56 [2021-05-03T11:31:56.821Z] === RUN   TestDockerSuite/TestSaveImageId
11:31:56 [2021-05-03T11:31:56.821Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
11:31:57 [2021-05-03T11:31:57.081Z] === RUN   TestDockerSuite/TestSaveLoadParents
11:32:00 [2021-05-03T11:32:00.376Z] === RUN   TestDockerSuite/TestSaveMultipleNames
11:32:00 [2021-05-03T11:32:00.376Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
11:32:02 [2021-05-03T11:32:02.289Z] === RUN   TestDockerSuite/TestSaveSingleTag
11:32:02 [2021-05-03T11:32:02.289Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
11:32:02 [2021-05-03T11:32:02.289Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
11:32:02 [2021-05-03T11:32:02.773Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
11:32:03 [2021-05-03T11:32:03.235Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
11:32:04 [2021-05-03T11:32:04.207Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
11:32:04 [2021-05-03T11:32:04.209Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
11:32:06 [2021-05-03T11:32:06.117Z] === RUN   TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork
11:32:06 [2021-05-03T11:32:06.117Z] === RUN   TestDockerSuite/TestSearchCmdOptions
11:32:06 [2021-05-03T11:32:06.686Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
11:32:06 [2021-05-03T11:32:06.686Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
11:32:06 [2021-05-03T11:32:06.686Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
11:32:06 [2021-05-03T11:32:06.686Z] === RUN   TestDockerSuite/TestSearchWithLimit
11:32:07 [2021-05-03T11:32:07.255Z] === RUN   TestDockerSuite/TestSlowStdinClosing
11:32:07 [2021-05-03T11:32:07.966Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
11:32:08 [2021-05-03T11:32:08.638Z] === RUN   TestDockerSwarmSuite/TestSwarmIncompatibleDaemon
11:32:10 [2021-05-03T11:32:10.019Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
11:32:10 [2021-05-03T11:32:10.888Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
11:32:16 [2021-05-03T11:32:16.594Z] === RUN   TestDockerSwarmSuite/TestSwarmIngressNetwork
11:32:16 [2021-05-03T11:32:16.594Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
11:32:18 [2021-05-03T11:32:18.506Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
11:32:18 [2021-05-03T11:32:18.765Z] === RUN   TestDockerSwarmSuite/TestSwarmInit
11:32:19 [2021-05-03T11:32:19.490Z] === RUN   TestDockerSuite/TestBuildDockerignore
11:32:19 [2021-05-03T11:32:19.707Z] === RUN   TestDockerSuite/TestStartAttachSilent
11:32:21 [2021-05-03T11:32:21.617Z] === RUN   TestDockerSuite/TestStartAttachWithRename
11:32:23 [2021-05-03T11:32:23.528Z] === RUN   TestDockerSwarmSuite/TestSwarmInitIPv6
11:32:23 [2021-05-03T11:32:23.528Z] === RUN   TestDockerSwarmSuite/TestSwarmInitLocked
11:32:24 [2021-05-03T11:32:24.469Z] === RUN   TestDockerSuite/TestStartMultipleContainers
11:32:27 [2021-05-03T11:32:27.766Z] === RUN   TestDockerSuite/TestStartPausedContainer
11:32:28 [2021-05-03T11:32:28.336Z] === RUN   TestDockerSuite/TestStartRecordError
11:32:30 [2021-05-03T11:32:30.888Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
11:32:31 [2021-05-03T11:32:31.147Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr
11:32:32 [2021-05-03T11:32:32.087Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr
11:32:33 [2021-05-03T11:32:33.033Z] === RUN   TestDockerSwarmSuite/TestSwarmInitWithDrain
11:32:33 [2021-05-03T11:32:33.033Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
11:32:35 [2021-05-03T11:32:35.574Z] === RUN   TestDockerSuite/TestStatsAllNoStream
11:32:35 [2021-05-03T11:32:35.835Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinLeave
11:32:39 [2021-05-03T11:32:39.129Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
11:32:44 [2021-05-03T11:32:44.407Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
11:32:46 [2021-05-03T11:32:46.944Z] === RUN   TestDockerSuite/TestStatsFormatAll
11:32:52 [2021-05-03T11:32:52.222Z] === RUN   TestDockerSuite/TestStatsNoStream
11:32:54 [2021-05-03T11:32:54.759Z] === RUN   TestDockerSuite/TestStopContainerSignal
11:32:56 [2021-05-03T11:32:56.140Z] === RUN   TestDockerSuite/TestTopMultipleArgs
11:32:57 [2021-05-03T11:32:57.109Z] === RUN   TestDockerSuite/TestTopNonPrivileged
11:32:57 [2021-05-03T11:32:57.679Z] === RUN   TestDockerSuite/TestTopPrivileged
11:32:58 [2021-05-03T11:32:58.248Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
11:32:58 [2021-05-03T11:32:58.248Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
11:32:59 [2021-05-03T11:32:59.189Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
11:33:04 [2021-05-03T11:33:04.468Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
11:33:07 [2021-05-03T11:33:07.006Z] === RUN   TestDockerSuite/TestUpdateContainerInvalidValue
11:33:07 [2021-05-03T11:33:07.946Z] === RUN   TestDockerSuite/TestUpdateContainerWithoutFlags
11:33:08 [2021-05-03T11:33:08.517Z] === RUN   TestDockerSuite/TestUpdateInvalidSwapMemory
11:33:08 [2021-05-03T11:33:08.517Z] === RUN   TestDockerSuite/TestUpdateKernelMemory
11:33:09 [2021-05-03T11:33:09.897Z] === RUN   TestDockerSuite/TestUpdateKernelMemoryUninitialized
11:33:11 [2021-05-03T11:33:11.807Z] === RUN   TestDockerSuite/TestUpdateMemoryWithSwapMemory
11:33:11 [2021-05-03T11:33:11.807Z] === RUN   TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy
11:33:13 [2021-05-03T11:33:13.189Z] === RUN   TestDockerSuite/TestUpdatePausedContainer
11:33:14 [2021-05-03T11:33:14.129Z] === RUN   TestDockerSuite/TestUpdateRunningContainer
11:33:15 [2021-05-03T11:33:15.069Z] === RUN   TestDockerSuite/TestUpdateRunningContainerWithRestart
11:33:16 [2021-05-03T11:33:16.977Z] === RUN   TestDockerSuite/TestUpdateStats
11:33:21 [2021-05-03T11:33:21.191Z] === RUN   TestDockerSuite/TestUpdateStoppedContainer
11:33:22 [2021-05-03T11:33:22.130Z] === RUN   TestDockerSuite/TestUpdateSwapMemoryOnly
11:33:22 [2021-05-03T11:33:22.130Z] === RUN   TestDockerSuite/TestUpdateWithNanoCPUs
11:33:24 [2021-05-03T11:33:24.039Z] === RUN   TestDockerSuite/TestUpdateWithUntouchedFields
11:33:25 [2021-05-03T11:33:25.428Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
11:33:29 [2021-05-03T11:33:29.626Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinPromoteLocked
11:33:31 [2021-05-03T11:33:31.548Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias
11:33:38 [2021-05-03T11:33:38.122Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink
11:33:42 [2021-05-03T11:33:42.320Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectivity
11:33:45 [2021-05-03T11:33:45.665Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
11:33:46 [2021-05-03T11:33:46.520Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
11:33:49 [2021-05-03T11:33:49.420Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
11:33:49 [2021-05-03T11:33:49.420Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
11:33:51 [2021-05-03T11:33:51.815Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
11:33:58 [2021-05-03T11:33:58.389Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChown
11:33:59 [2021-05-03T11:33:59.770Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot
11:34:02 [2021-05-03T11:34:02.310Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride
11:34:03 [2021-05-03T11:34:03.252Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner
11:34:05 [2021-05-03T11:34:05.159Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod
11:34:07 [2021-05-03T11:34:07.070Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService
11:34:09 [2021-05-03T11:34:09.610Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw
11:34:11 [2021-05-03T11:34:11.521Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid
11:34:13 [2021-05-03T11:34:13.431Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid
11:34:16 [2021-05-03T11:34:16.020Z] === RUN   TestDockerSuite/TestVolumeCLICreate
11:34:22 [2021-05-03T11:34:22.590Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinWithDrain
11:34:30 [2021-05-03T11:34:30.715Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
11:34:30 [2021-05-03T11:34:30.715Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
11:34:30 [2021-05-03T11:34:30.715Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
11:34:31 [2021-05-03T11:34:31.654Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
11:34:31 [2021-05-03T11:34:31.654Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
11:34:31 [2021-05-03T11:34:31.654Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
11:34:31 [2021-05-03T11:34:31.654Z] === RUN   TestDockerSuite/TestVolumeCLILs
11:34:32 [2021-05-03T11:34:32.593Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
11:34:32 [2021-05-03T11:34:32.593Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
11:34:33 [2021-05-03T11:34:33.533Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
11:34:33 [2021-05-03T11:34:33.533Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
11:34:33 [2021-05-03T11:34:33.533Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
11:34:33 [2021-05-03T11:34:33.533Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
11:34:33 [2021-05-03T11:34:33.533Z] === RUN   TestDockerSuite/TestVolumeCLIRm
11:34:34 [2021-05-03T11:34:34.915Z] === RUN   TestDockerSwarmSuite/TestSwarmLeaveLocked
11:34:36 [2021-05-03T11:34:36.297Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
11:34:36 [2021-05-03T11:34:36.297Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
11:34:36 [2021-05-03T11:34:36.556Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
11:34:36 [2021-05-03T11:34:36.556Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
11:34:36 [2021-05-03T11:34:36.556Z] === RUN   TestDockerSuite/TestVolumeEvents
11:34:40 [2021-05-03T11:34:40.755Z] === RUN   TestDockerSwarmSuite/TestSwarmLockUnlockCluster
11:34:42 [2021-05-03T11:34:42.663Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
11:34:45 [2021-05-03T11:34:45.237Z] === RUN   TestDockerSuite/TestVolumeLsFormat
11:34:45 [2021-05-03T11:34:45.237Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
11:34:45 [2021-05-03T11:34:45.237Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
11:34:47 [2021-05-03T11:34:47.779Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
11:34:51 [2021-05-03T11:34:51.979Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
11:34:51 [2021-05-03T11:34:51.979Z] --- PASS: TestDockerSuite (1950.85s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.05s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (2.19s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.10s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.71s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.86s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.23s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (2.86s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (1.47s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestAPINetworkFilter (0.00s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (3.14s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.67s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.49s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.73s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (4.04s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (3.95s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.52s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.98s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (1.52s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (1.27s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestAppArmorTraceSelf (1.45s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestAttachAfterDetach (2.55s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (2.71s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestAttachDetach (1.47s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestAttachDisconnect (1.18s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.16s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestAttachPausedContainer (1.43s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.39s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.57s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (3.19s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.72s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.82s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.76s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.88s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (33.78s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.54s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.77s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.21s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.83s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.39s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.70s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.69s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (8.57s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (5.54s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.22s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.95s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (4.94s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (1.86s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.86s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (4.77s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.02s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.13s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.79s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildAddScript (3.87s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (11.41s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (6.11s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (4.34s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.44s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildAddTar (10.66s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildAddTarXz (2.07s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildAddTarXzGz (2.02s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (5.81s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (8.80s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.39s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.82s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.29s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.68s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (3.48s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (3.62s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (3.64s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.59s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (5.96s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (20.06s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (4.45s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (3.60s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.53s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (3.77s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (3.77s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (7.26s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.92s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.74s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildCacheAdd (1.11s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.71s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildCacheFrom (6.40s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (2.02s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.10s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.65s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildChownOnCopy (8.51s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildChownSingleFile (3.37s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.88s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (0.72s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.46s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.27s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.24s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s)
11:34:51 [2021-05-03T11:34:51.979Z]         docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.25s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildCommentsShebangs (8.16s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (0.84s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.09s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.31s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.01s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.55s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.35s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (16.39s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.79s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.73s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (3.63s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (4.41s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.32s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s)
11:34:51 [2021-05-03T11:34:51.979Z]         docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows
11:34:51 [2021-05-03T11:34:51.979Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s)
11:34:51 [2021-05-03T11:34:51.979Z]         docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows
11:34:51 [2021-05-03T11:34:51.979Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s)
11:34:51 [2021-05-03T11:34:51.979Z]         docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows
11:34:51 [2021-05-03T11:34:51.979Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.00s)
11:34:51 [2021-05-03T11:34:51.979Z]         docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (5.45s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (7.78s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (4.57s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.46s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (8.39s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (7.08s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.39s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.49s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (5.48s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.65s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.06s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.67s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.60s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.77s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (14.35s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (2.04s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreComment (5.19s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (17.38s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.28s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.07s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (6.63s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (3.30s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (3.73s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (9.06s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (3.27s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (3.37s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (24.70s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.22s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildEOLInLine (7.24s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.39s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.52s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.03s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.20s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.42s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.33s)
11:34:51 [2021-05-03T11:34:51.979Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (3.29s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.38s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (2.46s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildEnv (2.20s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.89s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.80s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage (9.95s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage2 (32.10s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.64s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (11.56s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (1.07s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.80s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.78s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (2.21s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s)
11:34:51 [2021-05-03T11:34:51.980Z]         docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.50s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (16.78s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildExpose (0.55s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildExposeMorePorts (1.13s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildExposeOrder (1.04s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.52s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildFails (1.22s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.05s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.78s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.97s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildForceRm (2.30s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildFromGit (2.04s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.59s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.70s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.82s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.63s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.24s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.03s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.11s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.02s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildHistory (3.43s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildIidFile (0.46s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.95s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildInheritance (0.78s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.52s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (1.25s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildLabel (0.39s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.64s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.39s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.23s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildLabels (0.40s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (1.01s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.85s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildLastModified (5.50s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildLineBreak (3.65s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.12s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.10s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.22s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (1.30s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.37s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (4.54s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.39s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.46s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (10.21s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (3.83s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.03s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.34s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s)
11:34:51 [2021-05-03T11:34:51.980Z]         docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (5.21s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.34s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (2.06s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.29s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildNetContainer (2.76s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildNetNone (0.93s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildNoContext (1.55s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.24s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.00s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.41s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.09s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.39s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.34s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.83s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (2.36s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.60s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.89s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.64s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.70s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.65s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (2.09s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.37s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (4.15s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildPATH (2.17s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.89s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildRUNoneJSON (1.01s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (11.35s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (4.11s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (5.61s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildRm (3.04s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.00s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.40s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildScratchCopy (0.36s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.57s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (2.03s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (2.40s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (1.66s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (3.78s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.10s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.23s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.02s)
11:34:51 [2021-05-03T11:34:51.980Z]         docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.43s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.97s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildStderr (0.91s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.97s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildStopSignal (0.92s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.95s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.38s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (0.85s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.20s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildUser (1.74s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (3.33s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildUsersAndGroups (20.03s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (1.39s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.41s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.93s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.69s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.55s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
11:34:51 [2021-05-03T11:34:51.980Z]         docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows
11:34:51 [2021-05-03T11:34:51.980Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
11:34:51 [2021-05-03T11:34:51.980Z]         docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows
11:34:51 [2021-05-03T11:34:51.980Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s)
11:34:51 [2021-05-03T11:34:51.980Z]         docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows
11:34:51 [2021-05-03T11:34:51.980Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
11:34:51 [2021-05-03T11:34:51.980Z]         docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.88s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (0.95s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.66s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (1.39s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.22s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (4.46s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (2.42s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildWithVolumes (1.17s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.49s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.53s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
11:34:51 [2021-05-03T11:34:51.980Z]         docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.70s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestBuildXZHost (2.87s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.08s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s)
11:34:51 [2021-05-03T11:34:51.980Z]         docker_cli_sni_test.go:18: Flakey test
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.94s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (1.09s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestCommitChange (1.21s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (1.10s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestCommitHardlink (1.78s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestCommitNewFile (1.96s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestCommitPausedContainer (0.98s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestCommitTTY (1.97s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.99s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.97s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestCommitWithoutPause (1.29s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.04s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.03s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.15s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.03s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.05s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (2.46s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (2.71s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (1.33s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (1.17s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (1.12s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (1.04s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (1.01s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.05s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (1.16s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.05s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.12s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.15s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (1.55s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.30s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.03s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (2.04s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.89s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (1.10s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerAPIGetChanges (1.04s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerAPIGetExport (1.37s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (1.56s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (1.08s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerAPIPause (1.07s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (1.18s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.10s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (1.18s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (2.11s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (2.00s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (1.20s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.76s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (0.83s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerAPITop (0.76s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s)
11:34:51 [2021-05-03T11:34:51.980Z]         docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.04s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (2.75s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.76s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerNetworkMode (1.25s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (7.90s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (1.16s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (2.48s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.90s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (25.08s)
11:34:51 [2021-05-03T11:34:51.980Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>} (1.63s)
11:34:51 [2021-05-03T11:34:51.980Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>} (1.57s)
11:34:51 [2021-05-03T11:34:51.980Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>} (1.72s)
11:34:51 [2021-05-03T11:34:51.980Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>} (1.86s)
11:34:51 [2021-05-03T11:34:51.980Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc00000f180_<nil>} (1.68s)
11:34:51 [2021-05-03T11:34:51.980Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1545742793_/foo_false__<nil>_<nil>_<nil>} (1.92s)
11:34:51 [2021-05-03T11:34:51.980Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1545742793_/foo_true__<nil>_<nil>_<nil>} (1.69s)
11:34:51 [2021-05-03T11:34:51.980Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3981983892_/foo_false__<nil>_<nil>_<nil>} (1.81s)
11:34:51 [2021-05-03T11:34:51.980Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3981983892_/foo_true__<nil>_<nil>_<nil>} (1.92s)
11:34:51 [2021-05-03T11:34:51.980Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3981983892_/foo_true__0xc00000f1e0_<nil>_<nil>} (1.77s)
11:34:51 [2021-05-03T11:34:51.980Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc00000f200_<nil>} (1.81s)
11:34:51 [2021-05-03T11:34:51.980Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc00000f220_<nil>} (0.93s)
11:34:51 [2021-05-03T11:34:51.980Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc00000f240_<nil>} (1.71s)
11:34:51 [2021-05-03T11:34:51.980Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc00000f260_<nil>} (1.84s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.90s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.35s)
11:34:51 [2021-05-03T11:34:51.980Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s)
11:34:51 [2021-05-03T11:34:51.980Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s)
11:34:51 [2021-05-03T11:34:51.980Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s)
11:34:51 [2021-05-03T11:34:51.980Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
11:34:51 [2021-05-03T11:34:51.980Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
11:34:51 [2021-05-03T11:34:51.980Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.04s)
11:34:51 [2021-05-03T11:34:51.980Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.05s)
11:34:51 [2021-05-03T11:34:51.980Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s)
11:34:51 [2021-05-03T11:34:51.980Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s)
11:34:51 [2021-05-03T11:34:51.980Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s)
11:34:51 [2021-05-03T11:34:51.980Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s)
11:34:51 [2021-05-03T11:34:51.980Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s)
11:34:51 [2021-05-03T11:34:51.980Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.04s)
11:34:51 [2021-05-03T11:34:51.980Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s)
11:34:51 [2021-05-03T11:34:51.980Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s)
11:34:51 [2021-05-03T11:34:51.980Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (4.54s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (4.12s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestContainersNetworkIsolation (5.40s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestCopyAndRestart (2.07s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.18s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (0.95s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (1.20s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestCpCheckDestOwnership (1.19s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestCpFromCaseA (1.00s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestCpFromCaseB (1.08s)
11:34:51 [2021-05-03T11:34:51.980Z]     --- PASS: TestDockerSuite/TestCpFromCaseC (1.08s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCpFromCaseD (1.26s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCpFromCaseE (1.25s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCpFromCaseF (1.02s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCpFromCaseG (1.19s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCpFromCaseH (1.14s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCpFromCaseI (1.20s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCpFromCaseJ (1.13s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.52s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.02s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (1.04s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.04s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCpNameHasColon (1.11s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCpRelativePath (0.94s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCpSpecialFiles (0.99s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.96s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.91s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCpToCaseA (1.62s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCpToCaseB (0.78s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCpToCaseC (2.59s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCpToCaseD (4.85s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCpToCaseE (3.04s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCpToCaseF (0.74s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCpToCaseG (4.31s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCpToCaseH (3.13s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCpToCaseI (0.84s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCpToCaseJ (6.03s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.96s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCpToDot (0.80s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.43s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.45s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCpToStdout (0.77s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.81s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.28s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.93s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCpVolumePath (1.62s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.08s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.10s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCreateByImageID (0.45s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (0.94s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s)
11:34:51 [2021-05-03T11:34:51.981Z]         docker_cli_create_test.go:59: unmatched requirement Devicemapper
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.08s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.99s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.41s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.08s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.15s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCreateRM (0.19s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s)
11:34:51 [2021-05-03T11:34:51.981Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.08s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.11s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (3.22s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.07s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.51s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.07s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.12s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.06s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (1.01s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.80s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.83s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.52s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.50s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.78s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.91s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.10s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestDevicePermissions (0.98s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestDockerFails (0.03s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.03s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.05s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.95s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.88s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (2.72s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.54s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (7.14s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (3.06s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.71s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.73s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (1.42s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestEventsAttach (0.79s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestEventsCommit (0.94s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (0.91s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.81s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.75s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.75s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.48s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (3.62s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (3.37s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestEventsCopy (1.08s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (1.48s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.72s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.26s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (1.44s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (0.15s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.45s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestEventsFilterType (0.27s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.44s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestEventsFilters (1.50s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestEventsFormat (1.45s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestEventsImageImport (0.92s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestEventsImageLoad (0.21s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestEventsImagePull (0.42s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.03s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.21s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
11:34:51 [2021-05-03T11:34:51.981Z]         docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
11:34:51 [2021-05-03T11:34:51.981Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
11:34:51 [2021-05-03T11:34:51.981Z]         docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestEventsPluginOps (1.27s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.72s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestEventsRename (0.77s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestEventsResize (0.89s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.73s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (1.61s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestEventsStreaming (1.18s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (3.20s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestEventsTop (1.08s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.63s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (11.31s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestExec (1.05s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.76s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.84s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.84s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestExecAPIStart (3.07s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (1.76s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (1.70s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.41s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.22s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.01s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.02s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.74s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestExecCgroup (2.59s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestExecEnv (1.05s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.82s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestExecExitStatus (1.27s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestExecInspectID (3.60s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestExecInteractive (1.53s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (1.06s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (1.01s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestExecParseError (0.78s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestExecPausedContainer (0.76s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.73s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (3.75s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestExecSetEnv (1.05s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestExecStartFails (1.05s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestExecStateCleanup (11.74s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestExecStopNotHanging (1.07s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestExecTTY (1.51s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestExecTTYCloseStdin (1.33s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.78s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestExecUlimits (1.06s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
11:34:51 [2021-05-03T11:34:51.981Z]         docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestExecWithImageUser (2.04s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestExecWithNoTERM (1.11s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestExecWithPrivileged (1.74s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestExecWithTERM (1.04s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestExecWithUser (1.35s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestGetContainerStats (4.79s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.76s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.79s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.85s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (1.07s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.09s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestHealth (23.54s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.02s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.82s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (1.45s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.06s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.03s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.15s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.48s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.42s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.68s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.03s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.26s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.13s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.51s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (1.05s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.05s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.81s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.64s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestImportBadURL (0.09s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestImportDisplay (1.74s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestImportFile (1.76s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.02s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestImportFileWithMessage (1.79s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestImportGzipped (2.02s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestImportWithQuotedChanges (2.42s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.99s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (1.17s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.96s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.72s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.72s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.73s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.72s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.72s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.77s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.03s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (2.39s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestInspectAmpersand (0.93s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.72s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.89s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
11:34:51 [2021-05-03T11:34:51.981Z]         docker_cli_inspect_test.go:183: unmatched requirement Devicemapper
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (2.23s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (1.26s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestInspectDefault (1.13s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestInspectHistory (1.46s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestInspectImage (0.06s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.07s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s)
11:34:51 [2021-05-03T11:34:51.981Z]         docker_cli_inspect_test.go:165: unmatched requirement Devicemapper
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestInspectInt64 (0.88s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (1.03s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.07s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.98s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.95s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestInspectPlugin (1.36s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.03s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.78s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestInspectStatus (0.82s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.47s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (0.86s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.74s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.76s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.69s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.72s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.71s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.33s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestLinkShortDefinition (1.51s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestLinksEnvs (1.40s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.45s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestLinksHostsFilesInject (2.24s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (3.10s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (3.30s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (2.84s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.51s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.79s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (11.70s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (3.13s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (2.11s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.85s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (3.43s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.39s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.90s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.75s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (3.73s)
11:34:51 [2021-05-03T11:34:51.981Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.82s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.78s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.89s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.61s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.75s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.66s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.58s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.20s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.52s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (1.11s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.77s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestLogsSince (7.18s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.81s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestLogsStderrInStdout (1.25s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestLogsTail (1.07s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (1.18s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (0.77s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestMountIntoProc (0.29s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestMountIntoSys (0.87s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestNetHostname (3.32s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.49s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestNetworkEvents (6.50s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (2.86s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (1.14s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPluginActive (1.49s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPluginActiveNetwork (6.22s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s)
11:34:51 [2021-05-03T11:34:51.982Z]         docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.75s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPluginLogDriver (2.99s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.28s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.29s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPluginUpgrade (4.64s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPortBindingOnSandbox (3.18s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPortExposeHostBinding (2.36s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPortHostBinding (1.70s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPortList (10.70s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.40s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPostContainersAttach (7.34s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.05s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.87s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.83s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (1.04s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.09s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.81s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPruneContainerLabel (3.43s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPruneContainerUntil (1.69s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPruneNetworkLabel (1.47s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.15s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPsByOrder (3.94s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (1.20s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (3.48s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (4.39s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.08s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterExited (3.69s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (9.72s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.89s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.99s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.99s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.75s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (3.37s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.91s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPsListContainersSize (1.84s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.28s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (1.35s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPsRightTagName (2.89s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPsShowMounts (3.27s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.72s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
11:34:51 [2021-05-03T11:34:51.982Z]         docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.27s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.12s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.06s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.95s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.86s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.96s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (1.05s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (10.95s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.34s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.11s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.07s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.20s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (2.72s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.59s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (6.06s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (1.96s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.05s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.16s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (4.64s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (1.00s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.27s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.97s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (1.39s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (2.15s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (0.93s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRmiTag (0.28s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (1.13s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (3.92s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.76s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.88s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.31s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.41s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunAddHost (0.71s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.47s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.74s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.71s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (2.12s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.19s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (1.26s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (1.17s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.88s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.46s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunAttachDetach (0.86s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.86s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.87s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.74s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.85s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (1.29s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.13s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.87s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (1.07s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (1.24s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.02s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunBindMounts (2.16s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.78s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.81s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.72s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.68s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.68s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.69s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.71s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.70s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.72s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.70s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.03s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.19s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.87s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.84s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (0.90s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.07s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.77s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.84s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.42s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.14s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.72s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.71s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.85s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.99s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.81s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.92s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (3.14s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (0.74s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.54s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.97s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (3.00s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.95s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s)
11:34:51 [2021-05-03T11:34:51.982Z]         docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows
11:34:51 [2021-05-03T11:34:51.982Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
11:34:51 [2021-05-03T11:34:51.982Z]         docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.82s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunDNSInHostMode (3.10s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunDNSOptions (1.60s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.07s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.72s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.67s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.71s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s)
11:34:51 [2021-05-03T11:34:51.982Z]         docker_cli_run_unix_test.go:86: Host does not have /dev/snd
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.70s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.58s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.05s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunDuplicateMount (0.79s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.69s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (0.73s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.70s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (0.70s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunEnvironment (0.69s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.70s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.71s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunExitCode (0.73s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (0.75s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (0.89s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.84s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.04s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunFullHostnameSet (1.12s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunGroupAdd (0.72s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.42s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.47s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
11:34:51 [2021-05-03T11:34:51.982Z]         docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.28s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.91s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.71s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.62s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.46s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.03s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.72s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (3.30s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.95s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.88s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.82s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.81s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.59s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunModeHostname (1.15s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.21s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunModeIpcHost (1.41s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.50s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunModePIDContainer (1.65s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.05s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.24s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunModeUTSHost (1.67s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunMount (9.39s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunMountOrdering (0.83s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.67s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.48s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.12s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (3.61s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunNamedVolume (2.26s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.32s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.46s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.53s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.04s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.91s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunNetHost (1.20s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.71s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.91s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.10s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.14s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (4.17s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.62s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.10s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.70s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.07s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.70s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.70s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (0.08s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.70s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.81s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s)
11:34:51 [2021-05-03T11:34:51.982Z]         docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.76s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunPIDsLimit (0.71s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.83s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunPortInUse (0.98s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.47s)
11:34:51 [2021-05-03T11:34:51.982Z]         docker_cli_run_unix_test.go:1434: out: "a *:* rwm\n"
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.47s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.46s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.69s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.47s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
11:34:51 [2021-05-03T11:34:51.982Z]         docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunPublishPort (0.73s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.47s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s)
11:34:51 [2021-05-03T11:34:51.982Z]         docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunReadProcTimer (0.74s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- PASS: TestDockerSuite/TestRunRedirectStdout (1.42s)
11:34:51 [2021-05-03T11:34:51.982Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s)
11:34:51 [2021-05-03T11:34:51.982Z]         docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (3.11s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.44s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunRm (0.74s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (3.75s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (0.87s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (0.70s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.43s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.78s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (3.73s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.92s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.72s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.47s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.71s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.53s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.47s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.48s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.71s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.77s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunSetMacAddress (0.72s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.68s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunState (1.56s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.76s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunStdinPipe (0.76s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.18s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s)
11:34:51 [2021-05-03T11:34:51.983Z]         docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.67s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.45s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunSysctls (1.49s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.77s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.28s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.73s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.81s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (3.53s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.28s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.74s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.72s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.71s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (2.08s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunUnshareProc (1.09s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunUserByID (0.72s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunUserByIDBig (0.15s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.15s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunUserByIDZero (0.71s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunUserByName (0.75s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (0.82s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
11:34:51 [2021-05-03T11:34:51.983Z]         docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunUserNotFound (0.14s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.73s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (4.07s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.74s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (1.09s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.16s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.48s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (2.20s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.40s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.74s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
11:34:51 [2021-05-03T11:34:51.983Z]         docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows
11:34:51 [2021-05-03T11:34:51.983Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
11:34:51 [2021-05-03T11:34:51.983Z]         docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows
11:34:51 [2021-05-03T11:34:51.983Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
11:34:51 [2021-05-03T11:34:51.983Z]         docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunWithBadDevice (0.29s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
11:34:51 [2021-05-03T11:34:51.983Z]         docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunWithCPUQuota (3.73s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunWithCPUShares (0.71s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.45s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.73s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.73s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.76s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
11:34:51 [2021-05-03T11:34:51.983Z]         docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.05s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.03s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
11:34:51 [2021-05-03T11:34:51.983Z]         docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight
11:34:51 [2021-05-03T11:34:51.983Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
11:34:51 [2021-05-03T11:34:51.983Z]         docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight
11:34:51 [2021-05-03T11:34:51.983Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
11:34:51 [2021-05-03T11:34:51.983Z]         docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight
11:34:51 [2021-05-03T11:34:51.983Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
11:34:51 [2021-05-03T11:34:51.983Z]         docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight
11:34:51 [2021-05-03T11:34:51.983Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
11:34:51 [2021-05-03T11:34:51.983Z]         docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.75s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.75s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.74s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.96s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.19s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.75s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.04s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunWithShmSize (0.77s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunWithSwappiness (0.72s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunWithUlimits (0.71s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.47s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.92s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s)
11:34:51 [2021-05-03T11:34:51.983Z]         docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.98s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.06s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.96s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.62s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (3.02s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.95s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (1.40s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.44s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.38s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestSaveCheckTimes (0.10s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (2.24s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestSaveImageId (0.07s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.44s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestSaveLoadParents (2.69s)
11:34:51 [2021-05-03T11:34:51.983Z]         docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents568460129
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (2.18s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestSaveSingleTag (0.10s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.03s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (2.02s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.91s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (0.38s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.08s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.08s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (0.55s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (2.65s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.70s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.88s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (1.12s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (1.92s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestStartAttachWithRename (3.00s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestStartMultipleContainers (2.79s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestStartPausedContainer (0.97s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestStartRecordError (2.39s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (2.31s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (2.11s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestStatsAllNoStream (3.60s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.80s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestStatsFormatAll (5.06s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestStatsNoStream (2.79s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestStopContainerSignal (1.70s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (0.79s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (0.79s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestTopPrivileged (0.52s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s)
11:34:51 [2021-05-03T11:34:51.983Z]         docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestTwoContainersInNetHost (1.01s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (4.49s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.40s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.73s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.75s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
11:34:51 [2021-05-03T11:34:51.983Z]         docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestUpdateKernelMemory (1.08s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.88s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
11:34:51 [2021-05-03T11:34:51.983Z]         docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.43s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestUpdatePausedContainer (1.14s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainer (1.04s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.78s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestUpdateStats (3.77s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.41s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
11:34:51 [2021-05-03T11:34:51.983Z]         docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (1.96s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (1.10s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (6.21s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (5.94s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (5.07s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (3.41s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (5.33s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (6.33s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (2.22s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.12s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.47s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.51s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.27s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.12s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.11s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.14s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.20s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.73s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (0.80s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.93s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.08s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.08s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (2.55s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.11s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.22s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.06s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.09s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestVolumeEvents (5.85s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (2.41s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (2.84s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- PASS: TestDockerSuite/TestVolumesNoCopyData (3.85s)
11:34:51 [2021-05-03T11:34:51.983Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s)
11:34:51 [2021-05-03T11:34:51.983Z]         docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1
11:34:51 [2021-05-03T11:34:51.983Z] === RUN   TestDockerRegistrySuite
11:34:51 [2021-05-03T11:34:51.983Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
11:34:53 [2021-05-03T11:34:53.364Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
11:34:54 [2021-05-03T11:34:54.750Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
11:34:56 [2021-05-03T11:34:56.131Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
11:34:56 [2021-05-03T11:34:56.391Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
11:35:00 [2021-05-03T11:35:00.591Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
11:35:07 [2021-05-03T11:35:07.164Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
11:35:09 [2021-05-03T11:35:09.705Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
11:35:11 [2021-05-03T11:35:11.099Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
11:35:12 [2021-05-03T11:35:12.481Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
11:35:13 [2021-05-03T11:35:13.862Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
11:35:15 [2021-05-03T11:35:15.245Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
11:35:16 [2021-05-03T11:35:16.625Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
11:35:18 [2021-05-03T11:35:18.008Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
11:35:18 [2021-05-03T11:35:18.947Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
11:35:22 [2021-05-03T11:35:22.251Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
11:35:24 [2021-05-03T11:35:24.160Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
11:35:25 [2021-05-03T11:35:25.542Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
11:35:28 [2021-05-03T11:35:28.836Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
11:35:29 [2021-05-03T11:35:29.777Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
11:35:29 [2021-05-03T11:35:29.777Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
11:35:30 [2021-05-03T11:35:30.750Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
11:35:30 [2021-05-03T11:35:30.750Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
11:35:30 [2021-05-03T11:35:30.750Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
11:35:31 [2021-05-03T11:35:31.160Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
11:35:32 [2021-05-03T11:35:32.542Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
11:35:33 [2021-05-03T11:35:33.490Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
11:35:36 [2021-05-03T11:35:36.784Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
11:35:37 [2021-05-03T11:35:37.357Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
11:35:38 [2021-05-03T11:35:38.741Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
11:35:39 [2021-05-03T11:35:39.000Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
11:35:39 [2021-05-03T11:35:39.000Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
11:35:39 [2021-05-03T11:35:39.571Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
11:35:39 [2021-05-03T11:35:39.571Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
11:35:40 [2021-05-03T11:35:40.140Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
11:35:40 [2021-05-03T11:35:40.140Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
11:35:41 [2021-05-03T11:35:41.522Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
11:35:43 [2021-05-03T11:35:43.432Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
11:35:44 [2021-05-03T11:35:44.813Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
11:35:45 [2021-05-03T11:35:45.663Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
11:35:46 [2021-05-03T11:35:46.194Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
11:35:47 [2021-05-03T11:35:47.134Z] === RUN   TestDockerRegistrySuite/TestV2Only
11:35:47 [2021-05-03T11:35:47.703Z] --- PASS: TestDockerRegistrySuite (56.12s)
11:35:47 [2021-05-03T11:35:47.703Z]     --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.57s)
11:35:47 [2021-05-03T11:35:47.703Z]         check_test.go:196: [dac7dccb401a2] daemon is not started
11:35:47 [2021-05-03T11:35:47.703Z]     --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.33s)
11:35:47 [2021-05-03T11:35:47.703Z]         check_test.go:196: [d12673b70547f] daemon is not started
11:35:47 [2021-05-03T11:35:47.703Z]     --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.63s)
11:35:47 [2021-05-03T11:35:47.703Z]         check_test.go:196: [d03b806987c6d] daemon is not started
11:35:47 [2021-05-03T11:35:47.703Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.17s)
11:35:47 [2021-05-03T11:35:47.703Z]         check_test.go:196: [db2a463d8eb2e] daemon is not started
11:35:47 [2021-05-03T11:35:47.703Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (3.68s)
11:35:47 [2021-05-03T11:35:47.703Z]         check_test.go:196: [d0334ac592982] daemon is not started
11:35:47 [2021-05-03T11:35:47.703Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (6.01s)
11:35:47 [2021-05-03T11:35:47.703Z]         check_test.go:196: [d652fca4864f4] daemon is not started
11:35:47 [2021-05-03T11:35:47.703Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPush (3.72s)
11:35:47 [2021-05-03T11:35:47.703Z]         check_test.go:196: [dc41ef77bc3c3] daemon is not started
11:35:47 [2021-05-03T11:35:47.703Z]     --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.35s)
11:35:47 [2021-05-03T11:35:47.703Z]         check_test.go:196: [d778685607c63] daemon is not started
11:35:47 [2021-05-03T11:35:47.703Z]     --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.14s)
11:35:47 [2021-05-03T11:35:47.703Z]         check_test.go:196: [dbf7d57292ef3] daemon is not started
11:35:47 [2021-05-03T11:35:47.703Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.27s)
11:35:47 [2021-05-03T11:35:47.703Z]         check_test.go:196: [dd326006376fe] daemon is not started
11:35:47 [2021-05-03T11:35:47.703Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.40s)
11:35:47 [2021-05-03T11:35:47.703Z]         check_test.go:196: [d9a717abb628a] daemon is not started
11:35:47 [2021-05-03T11:35:47.703Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.55s)
11:35:47 [2021-05-03T11:35:47.703Z]         check_test.go:196: [da39696fa14ca] daemon is not started
11:35:47 [2021-05-03T11:35:47.703Z]     --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.22s)
11:35:47 [2021-05-03T11:35:47.703Z]         check_test.go:196: [d0792d32ab329] daemon is not started
11:35:47 [2021-05-03T11:35:47.703Z]     --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.27s)
11:35:47 [2021-05-03T11:35:47.703Z]         check_test.go:196: [d14737a19e3c3] daemon is not started
11:35:47 [2021-05-03T11:35:47.703Z]     --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.66s)
11:35:47 [2021-05-03T11:35:47.703Z]         docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:f80f8030ab8b347a72018840834bc719640bf8a288e98e12c93f0ee6ada0cf4f
11:35:47 [2021-05-03T11:35:47.703Z]         docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:858dce3c05b9dce2ee454e3ab46b777af68630783fd7da39a274b0f97109198b
11:35:47 [2021-05-03T11:35:47.703Z]         check_test.go:196: [d361ba34bcf0b] daemon is not started
11:35:47 [2021-05-03T11:35:47.703Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.45s)
11:35:47 [2021-05-03T11:35:47.703Z]         docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:11900166636f6cb318b120ff4c6fbef6a052cd14407be076e5c400cd22d126bb
11:35:47 [2021-05-03T11:35:47.703Z]         docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:1c6cb432469030213dba20f3c0083a16da90bdca0b18eaaf38564681a167cca0
11:35:47 [2021-05-03T11:35:47.703Z]         check_test.go:196: [d841a887c6a75] daemon is not started
11:35:47 [2021-05-03T11:35:47.703Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.32s)
11:35:47 [2021-05-03T11:35:47.703Z]         check_test.go:196: [dce54caf66533] daemon is not started
11:35:47 [2021-05-03T11:35:47.703Z]     --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.91s)
11:35:47 [2021-05-03T11:35:47.703Z]         check_test.go:196: [d74ed8b7b43f7] daemon is not started
11:35:47 [2021-05-03T11:35:47.703Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.26s)
11:35:47 [2021-05-03T11:35:47.703Z]         check_test.go:196: [de372017f7e61] daemon is not started
11:35:47 [2021-05-03T11:35:47.703Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s)
11:35:47 [2021-05-03T11:35:47.703Z]         check_test.go:196: [d213a72b57b7b] daemon is not started
11:35:47 [2021-05-03T11:35:47.703Z]     --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.34s)
11:35:47 [2021-05-03T11:35:47.703Z]         check_test.go:196: [d8cff32ec9718] daemon is not started
11:35:47 [2021-05-03T11:35:47.703Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.17s)
11:35:47 [2021-05-03T11:35:47.703Z]         check_test.go:196: [d69ea9c19265f] daemon is not started
11:35:47 [2021-05-03T11:35:47.703Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.23s)
11:35:47 [2021-05-03T11:35:47.703Z]         check_test.go:196: [d2191a8b810fd] daemon is not started
11:35:47 [2021-05-03T11:35:47.703Z]     --- PASS: TestDockerRegistrySuite/TestPullIDStability (3.34s)
11:35:47 [2021-05-03T11:35:47.703Z]         check_test.go:196: [d4712db9e5c25] daemon is not started
11:35:47 [2021-05-03T11:35:47.703Z]     --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.40s)
11:35:47 [2021-05-03T11:35:47.703Z]         check_test.go:196: [debd18bdbdab2] daemon is not started
11:35:47 [2021-05-03T11:35:47.703Z]     --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.31s)
11:35:47 [2021-05-03T11:35:47.703Z]         check_test.go:196: [ddaa18a606cc8] daemon is not started
11:35:47 [2021-05-03T11:35:47.703Z]     --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.42s)
11:35:47 [2021-05-03T11:35:47.703Z]         check_test.go:196: [de526f1fada8c] daemon is not started
11:35:47 [2021-05-03T11:35:47.703Z]     --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s)
11:35:47 [2021-05-03T11:35:47.703Z]         check_test.go:196: [dc6ae2b06d4ae] daemon is not started
11:35:47 [2021-05-03T11:35:47.703Z]     --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.33s)
11:35:47 [2021-05-03T11:35:47.703Z]         check_test.go:196: [d93fad541987c] daemon is not started
11:35:47 [2021-05-03T11:35:47.703Z]     --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.26s)
11:35:47 [2021-05-03T11:35:47.703Z]         check_test.go:196: [d27b80551c4ec] daemon is not started
11:35:47 [2021-05-03T11:35:47.703Z]     --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.39s)
11:35:47 [2021-05-03T11:35:47.703Z]         check_test.go:196: [d2019d7b69cf0] daemon is not started
11:35:47 [2021-05-03T11:35:47.703Z]     --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s)
11:35:47 [2021-05-03T11:35:47.703Z]         check_test.go:196: [de1d587e1a6c4] daemon is not started
11:35:47 [2021-05-03T11:35:47.703Z]     --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.37s)
11:35:47 [2021-05-03T11:35:47.703Z]         check_test.go:196: [d3c3f634cb24f] daemon is not started
11:35:47 [2021-05-03T11:35:47.703Z]     --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.97s)
11:35:47 [2021-05-03T11:35:47.703Z]         check_test.go:196: [deacabe003fde] daemon is not started
11:35:47 [2021-05-03T11:35:47.703Z]     --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.07s)
11:35:47 [2021-05-03T11:35:47.703Z]         check_test.go:196: [d1adcd0e074ef] daemon is not started
11:35:47 [2021-05-03T11:35:47.703Z]     --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.30s)
11:35:47 [2021-05-03T11:35:47.703Z]         check_test.go:196: [d3ffc43d763ab] daemon is not started
11:35:47 [2021-05-03T11:35:47.703Z]     --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (1.04s)
11:35:47 [2021-05-03T11:35:47.703Z]     --- PASS: TestDockerRegistrySuite/TestV2Only (0.88s)
11:35:47 [2021-05-03T11:35:47.703Z] === RUN   TestDockerSchema1RegistrySuite
11:35:47 [2021-05-03T11:35:47.703Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
11:35:47 [2021-05-03T11:35:47.963Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
11:35:52 [2021-05-03T11:35:52.166Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
11:35:57 [2021-05-03T11:35:57.484Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPush
11:36:00 [2021-05-03T11:36:00.517Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
11:36:01 [2021-05-03T11:36:01.683Z] === RUN   TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported
11:36:03 [2021-05-03T11:36:03.063Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
11:36:04 [2021-05-03T11:36:04.002Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
11:36:04 [2021-05-03T11:36:04.262Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
11:36:05 [2021-05-03T11:36:05.643Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
11:36:06 [2021-05-03T11:36:06.583Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
11:36:07 [2021-05-03T11:36:07.965Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
11:36:11 [2021-05-03T11:36:11.258Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
11:36:11 [2021-05-03T11:36:11.828Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
11:36:12 [2021-05-03T11:36:12.087Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBadTag
11:36:12 [2021-05-03T11:36:12.347Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBusyboxImage
11:36:12 [2021-05-03T11:36:12.607Z] === RUN   TestDockerSchema1RegistrySuite/TestPushEmptyLayer
11:36:12 [2021-05-03T11:36:12.867Z] === RUN   TestDockerSchema1RegistrySuite/TestPushMultipleTags
11:36:13 [2021-05-03T11:36:13.437Z] === RUN   TestDockerSchema1RegistrySuite/TestPushUntagged
11:36:13 [2021-05-03T11:36:13.437Z] --- PASS: TestDockerSchema1RegistrySuite (25.57s)
11:36:13 [2021-05-03T11:36:13.437Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.26s)
11:36:13 [2021-05-03T11:36:13.437Z]         check_test.go:223: [d440448061f0f] daemon is not started
11:36:13 [2021-05-03T11:36:13.437Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (3.77s)
11:36:13 [2021-05-03T11:36:13.437Z]         check_test.go:223: [d9c621c754f44] daemon is not started
11:36:13 [2021-05-03T11:36:13.437Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (5.75s)
11:36:13 [2021-05-03T11:36:13.437Z]         check_test.go:223: [d1bb0953e5b73] daemon is not started
11:36:13 [2021-05-03T11:36:13.437Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (3.86s)
11:36:13 [2021-05-03T11:36:13.437Z]         check_test.go:223: [d7160ceae1b87] daemon is not started
11:36:13 [2021-05-03T11:36:13.437Z]     --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.32s)
11:36:13 [2021-05-03T11:36:13.437Z]         check_test.go:223: [db0eb07bc30ed] daemon is not started
11:36:13 [2021-05-03T11:36:13.437Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.27s)
11:36:13 [2021-05-03T11:36:13.437Z]         check_test.go:223: [dbce1c09e7f64] daemon is not started
11:36:13 [2021-05-03T11:36:13.437Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s)
11:36:13 [2021-05-03T11:36:13.437Z]         check_test.go:223: [db86c17b3e1e0] daemon is not started
11:36:13 [2021-05-03T11:36:13.437Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.29s)
11:36:13 [2021-05-03T11:36:13.437Z]         check_test.go:223: [db092f4a745be] daemon is not started
11:36:13 [2021-05-03T11:36:13.437Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.21s)
11:36:13 [2021-05-03T11:36:13.437Z]         check_test.go:223: [d0f60918cd81e] daemon is not started
11:36:13 [2021-05-03T11:36:13.437Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.19s)
11:36:13 [2021-05-03T11:36:13.437Z]         check_test.go:223: [d4da80d4f0943] daemon is not started
11:36:13 [2021-05-03T11:36:13.437Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.40s)
11:36:13 [2021-05-03T11:36:13.437Z]         check_test.go:223: [d5b7094f7f40f] daemon is not started
11:36:13 [2021-05-03T11:36:13.437Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.46s)
11:36:13 [2021-05-03T11:36:13.437Z]         check_test.go:223: [d1847281863b9] daemon is not started
11:36:13 [2021-05-03T11:36:13.437Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.44s)
11:36:13 [2021-05-03T11:36:13.437Z]         check_test.go:223: [d7b3dde54d408] daemon is not started
11:36:13 [2021-05-03T11:36:13.437Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s)
11:36:13 [2021-05-03T11:36:13.437Z]         check_test.go:223: [d6d47ed048610] daemon is not started
11:36:13 [2021-05-03T11:36:13.437Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.32s)
11:36:13 [2021-05-03T11:36:13.437Z]         check_test.go:223: [dc8c02dc7d472] daemon is not started
11:36:13 [2021-05-03T11:36:13.437Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.27s)
11:36:13 [2021-05-03T11:36:13.437Z]         check_test.go:223: [d9cae4ffa218a] daemon is not started
11:36:13 [2021-05-03T11:36:13.437Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.39s)
11:36:13 [2021-05-03T11:36:13.437Z]         check_test.go:223: [de54edf4e3965] daemon is not started
11:36:13 [2021-05-03T11:36:13.437Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s)
11:36:13 [2021-05-03T11:36:13.437Z]         check_test.go:223: [d344a8459775a] daemon is not started
11:36:13 [2021-05-03T11:36:13.437Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
11:36:13 [2021-05-03T11:36:13.437Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
11:36:14 [2021-05-03T11:36:14.377Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
11:36:14 [2021-05-03T11:36:14.637Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
11:36:14 [2021-05-03T11:36:14.897Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
11:36:16 [2021-05-03T11:36:16.282Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
11:36:16 [2021-05-03T11:36:16.542Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
11:36:17 [2021-05-03T11:36:17.112Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
11:36:17 [2021-05-03T11:36:17.686Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
11:36:17 [2021-05-03T11:36:17.686Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.35s)
11:36:17 [2021-05-03T11:36:17.686Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.81s)
11:36:17 [2021-05-03T11:36:17.686Z]         check_test.go:252: [d2efe26bf7cc0] daemon is not started
11:36:17 [2021-05-03T11:36:17.686Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.50s)
11:36:17 [2021-05-03T11:36:17.686Z]         check_test.go:252: [dfb00e4171dd6] daemon is not started
11:36:17 [2021-05-03T11:36:17.686Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s)
11:36:17 [2021-05-03T11:36:17.686Z]         check_test.go:252: [dc1894e25cdc7] daemon is not started
11:36:17 [2021-05-03T11:36:17.686Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.32s)
11:36:17 [2021-05-03T11:36:17.686Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.29s)
11:36:17 [2021-05-03T11:36:17.686Z]         check_test.go:252: [d7311e935d191] daemon is not started
11:36:17 [2021-05-03T11:36:17.686Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.51s)
11:36:17 [2021-05-03T11:36:17.686Z]         check_test.go:252: [d15ba6d885a95] daemon is not started
11:36:17 [2021-05-03T11:36:17.686Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.59s)
11:36:17 [2021-05-03T11:36:17.686Z]         check_test.go:252: [db7538e5e4089] daemon is not started
11:36:17 [2021-05-03T11:36:17.686Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s)
11:36:17 [2021-05-03T11:36:17.686Z]         check_test.go:252: [dd71062b7b941] daemon is not started
11:36:17 [2021-05-03T11:36:17.686Z] === RUN   TestDockerRegistryAuthTokenSuite
11:36:17 [2021-05-03T11:36:17.686Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
11:36:21 [2021-05-03T11:36:21.691Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
11:36:22 [2021-05-03T11:36:22.960Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
11:36:22 [2021-05-03T11:36:22.960Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
11:36:23 [2021-05-03T11:36:23.219Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
11:36:23 [2021-05-03T11:36:23.479Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
11:36:23 [2021-05-03T11:36:23.479Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.78s)
11:36:23 [2021-05-03T11:36:23.479Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s)
11:36:23 [2021-05-03T11:36:23.479Z]         check_test.go:279: [d5fef88e63449] daemon is not started
11:36:23 [2021-05-03T11:36:23.479Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s)
11:36:23 [2021-05-03T11:36:23.479Z]         check_test.go:279: [d96dd09b5a824] daemon is not started
11:36:23 [2021-05-03T11:36:23.479Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s)
11:36:23 [2021-05-03T11:36:23.479Z]         check_test.go:279: [d6d6c4b78a3db] daemon is not started
11:36:23 [2021-05-03T11:36:23.479Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s)
11:36:23 [2021-05-03T11:36:23.479Z]         check_test.go:279: [db2ae1bbf1964] daemon is not started
11:36:23 [2021-05-03T11:36:23.479Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.17s)
11:36:23 [2021-05-03T11:36:23.479Z]         check_test.go:279: [d0f4dcc8d5c6c] daemon is not started
11:36:23 [2021-05-03T11:36:23.479Z] === RUN   TestDockerNetworkSuite
11:36:23 [2021-05-03T11:36:23.479Z] === RUN   TestDockerNetworkSuite/TestConntrackFlowsLeak
11:36:26 [2021-05-03T11:36:26.773Z] === RUN   TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig
11:36:28 [2021-05-03T11:36:28.155Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint
11:36:36 [2021-05-03T11:36:36.290Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect
11:36:38 [2021-05-03T11:36:38.198Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer
11:36:42 [2021-05-03T11:36:42.401Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping
11:36:45 [2021-05-03T11:36:45.695Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP
11:36:55 [2021-05-03T11:36:55.699Z] === RUN   TestDockerSwarmSuite/TestSwarmManagerAddress
11:36:55 [2021-05-03T11:36:55.699Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP
11:36:59 [2021-05-03T11:36:59.898Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer
11:37:01 [2021-05-03T11:37:01.808Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork
11:37:02 [2021-05-03T11:37:02.377Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks
11:37:02 [2021-05-03T11:37:02.949Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithMac
11:37:04 [2021-05-03T11:37:04.328Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
11:37:04 [2021-05-03T11:37:04.857Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping
11:37:06 [2021-05-03T11:37:06.764Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDelete
11:37:07 [2021-05-03T11:37:07.023Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters
11:37:07 [2021-05-03T11:37:07.961Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateHostBind
11:37:08 [2021-05-03T11:37:08.531Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup
11:37:09 [2021-05-03T11:37:09.914Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateLabel
11:37:09 [2021-05-03T11:37:09.914Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge
11:37:10 [2021-05-03T11:37:10.174Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreatePredefined
11:37:10 [2021-05-03T11:37:10.174Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay
11:37:10 [2021-05-03T11:37:10.174Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCustomIPAM
11:37:10 [2021-05-03T11:37:10.433Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge
11:37:10 [2021-05-03T11:37:10.433Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay
11:37:11 [2021-05-03T11:37:11.003Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork
11:37:11 [2021-05-03T11:37:11.573Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866
11:37:12 [2021-05-03T11:37:12.957Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault
11:37:14 [2021-05-03T11:37:14.886Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions
11:37:15 [2021-05-03T11:37:15.148Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge
11:37:15 [2021-05-03T11:37:15.408Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost
11:37:15 [2021-05-03T11:37:15.979Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverOptions
11:37:15 [2021-05-03T11:37:15.979Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart
11:37:20 [2021-05-03T11:37:20.179Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPlugin
11:37:22 [2021-05-03T11:37:22.087Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkFlagAlias
11:37:22 [2021-05-03T11:37:22.348Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPluginV2
11:37:24 [2021-05-03T11:37:24.887Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart
11:37:25 [2021-05-03T11:37:25.498Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
11:37:35 [2021-05-03T11:37:35.860Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
11:37:37 [2021-05-03T11:37:37.105Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations
11:37:37 [2021-05-03T11:37:37.105Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks
11:37:39 [2021-05-03T11:37:39.643Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMOptions
11:37:40 [2021-05-03T11:37:40.213Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer
11:37:40 [2021-05-03T11:37:40.213Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified
11:37:40 [2021-05-03T11:37:40.782Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified
11:37:41 [2021-05-03T11:37:41.042Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectDefault
11:37:41 [2021-05-03T11:37:41.303Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly
11:37:46 [2021-05-03T11:37:46.591Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsDefault
11:37:46 [2021-05-03T11:37:46.591Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsFilter
11:37:46 [2021-05-03T11:37:46.591Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMacInspect
11:37:47 [2021-05-03T11:37:47.530Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart
11:37:54 [2021-05-03T11:37:54.112Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart
11:37:58 [2021-05-03T11:37:58.310Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver
11:37:58 [2021-05-03T11:37:58.569Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping
11:37:59 [2021-05-03T11:37:59.951Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks
11:38:03 [2021-05-03T11:38:03.244Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRmPredefined
11:38:03 [2021-05-03T11:38:03.244Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRunNetByID
11:38:04 [2021-05-03T11:38:04.183Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP
11:38:05 [2021-05-03T11:38:05.123Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkValidateIP
11:38:07 [2021-05-03T11:38:07.032Z] === RUN   TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver
11:38:12 [2021-05-03T11:38:12.316Z] --- PASS: TestDockerNetworkSuite (108.26s)
11:38:12 [2021-05-03T11:38:12.316Z]     --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (3.08s)
11:38:12 [2021-05-03T11:38:12.316Z]         docker_cli_network_unix_test.go:46: [d3af4a708b06f] daemon is not started
11:38:12 [2021-05-03T11:38:12.316Z]     --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.47s)
11:38:12 [2021-05-03T11:38:12.316Z]         docker_cli_network_unix_test.go:46: [d6346823e64d2] daemon is not started
11:38:12 [2021-05-03T11:38:12.316Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (7.08s)
11:38:12 [2021-05-03T11:38:12.316Z]         docker_cli_network_unix_test.go:46: [dc4e2c767bb4c] daemon is not started
11:38:12 [2021-05-03T11:38:12.316Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (2.72s)
11:38:12 [2021-05-03T11:38:12.316Z]         docker_cli_network_unix_test.go:46: [d1b467a5cc685] daemon is not started
11:38:12 [2021-05-03T11:38:12.316Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (4.16s)
11:38:12 [2021-05-03T11:38:12.316Z]         docker_cli_network_unix_test.go:1233: [d2e0f641c6a36] daemon is not started
11:38:12 [2021-05-03T11:38:12.316Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (3.27s)
11:38:12 [2021-05-03T11:38:12.316Z]         docker_cli_network_unix_test.go:46: [d23ed6707e9f3] daemon is not started
11:38:12 [2021-05-03T11:38:12.316Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (9.74s)
11:38:12 [2021-05-03T11:38:12.316Z]         docker_cli_network_unix_test.go:46: [dd4aca1495dd2] daemon is not started
11:38:12 [2021-05-03T11:38:12.316Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (4.69s)
11:38:12 [2021-05-03T11:38:12.316Z]         docker_cli_network_unix_test.go:46: [d797e81f394c7] daemon is not started
11:38:12 [2021-05-03T11:38:12.316Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.91s)
11:38:12 [2021-05-03T11:38:12.316Z]         docker_cli_network_unix_test.go:46: [d92f451acc231] daemon is not started
11:38:12 [2021-05-03T11:38:12.316Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.79s)
11:38:12 [2021-05-03T11:38:12.316Z]         docker_cli_network_unix_test.go:46: [d2c8865a3f9df] daemon is not started
11:38:12 [2021-05-03T11:38:12.316Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.65s)
11:38:12 [2021-05-03T11:38:12.316Z]         docker_cli_network_unix_test.go:46: [d91284000c685] daemon is not started
11:38:12 [2021-05-03T11:38:12.316Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.66s)
11:38:12 [2021-05-03T11:38:12.316Z]         docker_cli_network_unix_test.go:46: [d7ed6ee10e7d3] daemon is not started
11:38:12 [2021-05-03T11:38:12.316Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.80s)
11:38:12 [2021-05-03T11:38:12.316Z]         docker_cli_network_unix_test.go:46: [d666781e78281] daemon is not started
11:38:12 [2021-05-03T11:38:12.316Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.46s)
11:38:12 [2021-05-03T11:38:12.316Z]         docker_cli_network_unix_test.go:46: [de9d8439f9f4a] daemon is not started
11:38:12 [2021-05-03T11:38:12.316Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.93s)
11:38:12 [2021-05-03T11:38:12.316Z]         docker_cli_network_unix_test.go:46: [d111e443d3fa5] daemon is not started
11:38:12 [2021-05-03T11:38:12.316Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (1.71s)
11:38:12 [2021-05-03T11:38:12.316Z]         docker_cli_network_unix_test.go:46: [db837f145b522] daemon is not started
11:38:12 [2021-05-03T11:38:12.316Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.55s)
11:38:12 [2021-05-03T11:38:12.316Z]         docker_cli_network_unix_test.go:46: [d8c7cfe334c58] daemon is not started
11:38:12 [2021-05-03T11:38:12.316Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.08s)
11:38:12 [2021-05-03T11:38:12.316Z]         docker_cli_network_unix_test.go:46: [de1635e7c47aa] daemon is not started
11:38:12 [2021-05-03T11:38:12.316Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.58s)
11:38:12 [2021-05-03T11:38:12.316Z]         docker_cli_network_unix_test.go:46: [dbb1479a5e3ff] daemon is not started
11:38:12 [2021-05-03T11:38:12.316Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.95s)
11:38:12 [2021-05-03T11:38:12.316Z]         docker_cli_network_unix_test.go:46: [dd4e2626f70b6] daemon is not started
11:38:12 [2021-05-03T11:38:12.316Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (2.49s)
11:38:12 [2021-05-03T11:38:12.316Z]         docker_cli_network_unix_test.go:46: [df7c94eedbfbf] daemon is not started
11:38:12 [2021-05-03T11:38:12.316Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.10s)
11:38:12 [2021-05-03T11:38:12.316Z]         docker_cli_network_unix_test.go:46: [d117aa6696a36] daemon is not started
11:38:12 [2021-05-03T11:38:12.316Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.50s)
11:38:12 [2021-05-03T11:38:12.316Z]         docker_cli_network_unix_test.go:46: [dc22924c07b6d] daemon is not started
11:38:12 [2021-05-03T11:38:12.316Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.13s)
11:38:12 [2021-05-03T11:38:12.316Z]         docker_cli_network_unix_test.go:46: [d813d2eef806a] daemon is not started
11:38:12 [2021-05-03T11:38:12.316Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (5.73s)
11:38:12 [2021-05-03T11:38:12.316Z]         docker_cli_network_unix_test.go:968: [d9908c0f52c1d] daemon is not started
11:38:12 [2021-05-03T11:38:12.316Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (3.02s)
11:38:12 [2021-05-03T11:38:12.316Z]         docker_cli_network_unix_test.go:46: [d79ccc5f8fa5a] daemon is not started
11:38:12 [2021-05-03T11:38:12.316Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (11.91s)
11:38:12 [2021-05-03T11:38:12.316Z]         docker_cli_network_unix_test.go:1116: [d6c621c1bf014] daemon is not started
11:38:12 [2021-05-03T11:38:12.316Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.51s)
11:38:12 [2021-05-03T11:38:12.316Z]         docker_cli_network_unix_test.go:46: [db8609a89c34f] daemon is not started
11:38:12 [2021-05-03T11:38:12.316Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (2.45s)
11:38:12 [2021-05-03T11:38:12.316Z]         docker_cli_network_unix_test.go:46: [df1e2cc96a29a] daemon is not started
11:38:12 [2021-05-03T11:38:12.316Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.50s)
11:38:12 [2021-05-03T11:38:12.316Z]         docker_cli_network_unix_test.go:46: [d52517e93a7ea] daemon is not started
11:38:12 [2021-05-03T11:38:12.316Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.08s)
11:38:12 [2021-05-03T11:38:12.316Z]         docker_cli_network_unix_test.go:46: [d4e01127a07dd] daemon is not started
11:38:12 [2021-05-03T11:38:12.316Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.48s)
11:38:12 [2021-05-03T11:38:12.316Z]         docker_cli_network_unix_test.go:46: [dc69b03498daa] daemon is not started
11:38:12 [2021-05-03T11:38:12.316Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.47s)
11:38:12 [2021-05-03T11:38:12.316Z]         docker_cli_network_unix_test.go:46: [d5f88311a0ff8] daemon is not started
11:38:12 [2021-05-03T11:38:12.316Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s)
11:38:12 [2021-05-03T11:38:12.316Z]         docker_cli_network_unix_test.go:46: [dd96de58d9b9e] daemon is not started
11:38:12 [2021-05-03T11:38:12.316Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (4.58s)
11:38:12 [2021-05-03T11:38:12.316Z]         docker_cli_network_unix_test.go:46: [ddb7ca813d57d] daemon is not started
11:38:12 [2021-05-03T11:38:12.316Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.07s)
11:38:12 [2021-05-03T11:38:12.316Z]         docker_cli_network_unix_test.go:46: [d63593d32bd64] daemon is not started
11:38:12 [2021-05-03T11:38:12.316Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s)
11:38:12 [2021-05-03T11:38:12.316Z]         docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
11:38:12 [2021-05-03T11:38:12.316Z]         docker_cli_network_unix_test.go:46: [da57ad67dfa00] daemon is not started
11:38:12 [2021-05-03T11:38:12.316Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.61s)
11:38:12 [2021-05-03T11:38:12.316Z]         docker_cli_network_unix_test.go:46: [d57be360b1390] daemon is not started
11:38:12 [2021-05-03T11:38:12.316Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (5.64s)
11:38:12 [2021-05-03T11:38:12.316Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (5.33s)
11:38:12 [2021-05-03T11:38:12.316Z]         docker_cli_network_unix_test.go:1084: [df9e5d9bb834e] daemon is not started
11:38:12 [2021-05-03T11:38:12.316Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.08s)
11:38:12 [2021-05-03T11:38:12.316Z]         docker_cli_network_unix_test.go:46: [dfd045a7e2dfc] daemon is not started
11:38:12 [2021-05-03T11:38:12.316Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.54s)
11:38:12 [2021-05-03T11:38:12.316Z]         docker_cli_network_unix_test.go:46: [d1c8bb3edd34c] daemon is not started
11:38:12 [2021-05-03T11:38:12.316Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.72s)
11:38:12 [2021-05-03T11:38:12.316Z]         docker_cli_network_unix_test.go:46: [d555e1292b18f] daemon is not started
11:38:12 [2021-05-03T11:38:12.316Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s)
11:38:12 [2021-05-03T11:38:12.316Z]         docker_cli_network_unix_test.go:46: [dce9ac11784ab] daemon is not started
11:38:12 [2021-05-03T11:38:12.316Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (1.40s)
11:38:12 [2021-05-03T11:38:12.316Z]         docker_cli_network_unix_test.go:46: [d6a698cb872a8] daemon is not started
11:38:12 [2021-05-03T11:38:12.316Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.84s)
11:38:12 [2021-05-03T11:38:12.316Z]         docker_cli_network_unix_test.go:46: [d2aa80ee44153] daemon is not started
11:38:12 [2021-05-03T11:38:12.316Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.71s)
11:38:12 [2021-05-03T11:38:12.316Z]         docker_cli_network_unix_test.go:46: [d499e450b5c9a] daemon is not started
11:38:12 [2021-05-03T11:38:12.316Z]     --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.02s)
11:38:12 [2021-05-03T11:38:12.316Z]         docker_cli_network_unix_test.go:46: [d901973d56c22] daemon is not started
11:38:12 [2021-05-03T11:38:12.316Z] === RUN   TestDockerHubPullSuite
11:38:12 [2021-05-03T11:38:12.316Z] === RUN   TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry
11:38:13 [2021-05-03T11:38:13.254Z] === RUN   TestDockerHubPullSuite/TestPullClientDisconnect
11:38:15 [2021-05-03T11:38:15.814Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistry
11:38:15 [2021-05-03T11:38:15.814Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts
11:38:17 [2021-05-03T11:38:17.195Z] === RUN   TestDockerHubPullSuite/TestPullNonExistingImage
11:38:17 [2021-05-03T11:38:17.195Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeListFilter
11:38:17 [2021-05-03T11:38:17.455Z] === RUN   TestDockerHubPullSuite/TestPullScratchNotAllowed
11:38:17 [2021-05-03T11:38:17.455Z] --- PASS: TestDockerHubPullSuite (5.76s)
11:38:17 [2021-05-03T11:38:17.455Z]     --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.49s)
11:38:17 [2021-05-03T11:38:17.455Z]     --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.22s)
11:38:17 [2021-05-03T11:38:17.455Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.38s)
11:38:17 [2021-05-03T11:38:17.455Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.27s)
11:38:17 [2021-05-03T11:38:17.455Z]     --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.32s)
11:38:17 [2021-05-03T11:38:17.455Z]     --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.07s)
11:38:17 [2021-05-03T11:38:17.455Z] PASS
11:38:17 [2021-05-03T11:38:17.455Z] 
11:38:17 [2021-05-03T11:38:17.455Z] === Skipped
11:38:17 [2021-05-03T11:38:17.455Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s)
11:38:17 [2021-05-03T11:38:17.455Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s)
11:38:17 [2021-05-03T11:38:17.455Z]         docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows
11:38:17 [2021-05-03T11:38:17.455Z] 
11:38:17 [2021-05-03T11:38:17.455Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s)
11:38:17 [2021-05-03T11:38:17.455Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s)
11:38:17 [2021-05-03T11:38:17.455Z]         docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows
11:38:17 [2021-05-03T11:38:17.455Z] 
11:38:17 [2021-05-03T11:38:17.455Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s)
11:38:17 [2021-05-03T11:38:17.455Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s)
11:38:17 [2021-05-03T11:38:17.455Z]         docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows
11:38:17 [2021-05-03T11:38:17.455Z] 
11:38:17 [2021-05-03T11:38:17.455Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s)
11:38:17 [2021-05-03T11:38:17.455Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s)
11:38:17 [2021-05-03T11:38:17.455Z]         docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows
11:38:17 [2021-05-03T11:38:17.455Z] 
11:38:17 [2021-05-03T11:38:17.455Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.00s)
11:38:17 [2021-05-03T11:38:17.455Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.00s)
11:38:17 [2021-05-03T11:38:17.455Z]         docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows
11:38:17 [2021-05-03T11:38:17.455Z] 
11:38:17 [2021-05-03T11:38:17.455Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s)
11:38:17 [2021-05-03T11:38:17.455Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s)
11:38:17 [2021-05-03T11:38:17.455Z]         docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows
11:38:17 [2021-05-03T11:38:17.455Z] 
11:38:17 [2021-05-03T11:38:17.455Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s)
11:38:17 [2021-05-03T11:38:17.455Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s)
11:38:17 [2021-05-03T11:38:17.455Z]         docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows
11:38:17 [2021-05-03T11:38:17.455Z] 
11:38:17 [2021-05-03T11:38:17.455Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.02s)
11:38:17 [2021-05-03T11:38:17.455Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.02s)
11:38:17 [2021-05-03T11:38:17.455Z]         docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows
11:38:17 [2021-05-03T11:38:17.455Z] 
11:38:17 [2021-05-03T11:38:17.455Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
11:38:17 [2021-05-03T11:38:17.455Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
11:38:17 [2021-05-03T11:38:17.455Z]         docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows
11:38:17 [2021-05-03T11:38:17.455Z] 
11:38:17 [2021-05-03T11:38:17.455Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
11:38:17 [2021-05-03T11:38:17.455Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
11:38:17 [2021-05-03T11:38:17.455Z]         docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows
11:38:17 [2021-05-03T11:38:17.455Z] 
11:38:17 [2021-05-03T11:38:17.455Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s)
11:38:17 [2021-05-03T11:38:17.455Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s)
11:38:17 [2021-05-03T11:38:17.455Z]         docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows
11:38:17 [2021-05-03T11:38:17.455Z] 
11:38:17 [2021-05-03T11:38:17.455Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
11:38:17 [2021-05-03T11:38:17.455Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
11:38:17 [2021-05-03T11:38:17.455Z]         docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows
11:38:17 [2021-05-03T11:38:17.455Z] 
11:38:17 [2021-05-03T11:38:17.455Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
11:38:17 [2021-05-03T11:38:17.455Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
11:38:17 [2021-05-03T11:38:17.455Z]         docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows
11:38:17 [2021-05-03T11:38:17.455Z] 
11:38:17 [2021-05-03T11:38:17.455Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s)
11:38:17 [2021-05-03T11:38:17.455Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s)
11:38:17 [2021-05-03T11:38:17.455Z]         docker_cli_sni_test.go:18: Flakey test
11:38:17 [2021-05-03T11:38:17.455Z] 
11:38:17 [2021-05-03T11:38:17.455Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s)
11:38:17 [2021-05-03T11:38:17.455Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s)
11:38:17 [2021-05-03T11:38:17.455Z]         docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows
11:38:17 [2021-05-03T11:38:17.455Z] 
11:38:17 [2021-05-03T11:38:17.455Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s)
11:38:17 [2021-05-03T11:38:17.455Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s)
11:38:17 [2021-05-03T11:38:17.455Z]         docker_cli_create_test.go:59: unmatched requirement Devicemapper
11:38:17 [2021-05-03T11:38:17.455Z] 
11:38:17 [2021-05-03T11:38:17.455Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s)
11:38:17 [2021-05-03T11:38:17.455Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s)
11:38:17 [2021-05-03T11:38:17.455Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
11:38:17 [2021-05-03T11:38:17.455Z] 
11:38:17 [2021-05-03T11:38:17.455Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
11:38:17 [2021-05-03T11:38:17.455Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]         docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
11:38:17 [2021-05-03T11:38:17.456Z] 
11:38:17 [2021-05-03T11:38:17.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]         docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
11:38:17 [2021-05-03T11:38:17.456Z] 
11:38:17 [2021-05-03T11:38:17.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]         docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows
11:38:17 [2021-05-03T11:38:17.456Z] 
11:38:17 [2021-05-03T11:38:17.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]         docker_cli_inspect_test.go:183: unmatched requirement Devicemapper
11:38:17 [2021-05-03T11:38:17.456Z] 
11:38:17 [2021-05-03T11:38:17.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s)
11:38:17 [2021-05-03T11:38:17.456Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s)
11:38:17 [2021-05-03T11:38:17.456Z]         docker_cli_inspect_test.go:165: unmatched requirement Devicemapper
11:38:17 [2021-05-03T11:38:17.456Z] 
11:38:17 [2021-05-03T11:38:17.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]         docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows
11:38:17 [2021-05-03T11:38:17.456Z] 
11:38:17 [2021-05-03T11:38:17.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]         docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows
11:38:17 [2021-05-03T11:38:17.456Z] 
11:38:17 [2021-05-03T11:38:17.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s)
11:38:17 [2021-05-03T11:38:17.456Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s)
11:38:17 [2021-05-03T11:38:17.456Z]         docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows
11:38:17 [2021-05-03T11:38:17.456Z] 
11:38:17 [2021-05-03T11:38:17.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]         docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows
11:38:17 [2021-05-03T11:38:17.456Z] 
11:38:17 [2021-05-03T11:38:17.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]         docker_cli_run_unix_test.go:86: Host does not have /dev/snd
11:38:17 [2021-05-03T11:38:17.456Z] 
11:38:17 [2021-05-03T11:38:17.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]         docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv
11:38:17 [2021-05-03T11:38:17.456Z] 
11:38:17 [2021-05-03T11:38:17.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]         docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport
11:38:17 [2021-05-03T11:38:17.456Z] 
11:38:17 [2021-05-03T11:38:17.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]         docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess
11:38:17 [2021-05-03T11:38:17.456Z] 
11:38:17 [2021-05-03T11:38:17.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]         docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured
11:38:17 [2021-05-03T11:38:17.456Z] 
11:38:17 [2021-05-03T11:38:17.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]         docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved
11:38:17 [2021-05-03T11:38:17.456Z] 
11:38:17 [2021-05-03T11:38:17.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s)
11:38:17 [2021-05-03T11:38:17.456Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s)
11:38:17 [2021-05-03T11:38:17.456Z]         docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport
11:38:17 [2021-05-03T11:38:17.456Z] 
11:38:17 [2021-05-03T11:38:17.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]         docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer
11:38:17 [2021-05-03T11:38:17.456Z] 
11:38:17 [2021-05-03T11:38:17.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]         docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows
11:38:17 [2021-05-03T11:38:17.456Z] 
11:38:17 [2021-05-03T11:38:17.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]         docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows
11:38:17 [2021-05-03T11:38:17.456Z] 
11:38:17 [2021-05-03T11:38:17.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]         docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows
11:38:17 [2021-05-03T11:38:17.456Z] 
11:38:17 [2021-05-03T11:38:17.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]         docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight
11:38:17 [2021-05-03T11:38:17.456Z] 
11:38:17 [2021-05-03T11:38:17.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]         docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight
11:38:17 [2021-05-03T11:38:17.456Z] 
11:38:17 [2021-05-03T11:38:17.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]         docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight
11:38:17 [2021-05-03T11:38:17.456Z] 
11:38:17 [2021-05-03T11:38:17.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]         docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight
11:38:17 [2021-05-03T11:38:17.456Z] 
11:38:17 [2021-05-03T11:38:17.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]         docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight
11:38:17 [2021-05-03T11:38:17.456Z] 
11:38:17 [2021-05-03T11:38:17.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]         docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight
11:38:17 [2021-05-03T11:38:17.456Z] 
11:38:17 [2021-05-03T11:38:17.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]         docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight
11:38:17 [2021-05-03T11:38:17.456Z] 
11:38:17 [2021-05-03T11:38:17.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s)
11:38:17 [2021-05-03T11:38:17.456Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s)
11:38:17 [2021-05-03T11:38:17.456Z]         docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport
11:38:17 [2021-05-03T11:38:17.456Z] 
11:38:17 [2021-05-03T11:38:17.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.01s)
11:38:17 [2021-05-03T11:38:17.456Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s)
11:38:17 [2021-05-03T11:38:17.456Z]         docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows
11:38:17 [2021-05-03T11:38:17.456Z] 
11:38:17 [2021-05-03T11:38:17.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]         docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport
11:38:17 [2021-05-03T11:38:17.456Z] 
11:38:17 [2021-05-03T11:38:17.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]         docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport
11:38:17 [2021-05-03T11:38:17.456Z] 
11:38:17 [2021-05-03T11:38:17.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]         docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport
11:38:17 [2021-05-03T11:38:17.456Z] 
11:38:17 [2021-05-03T11:38:17.456Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s)
11:38:17 [2021-05-03T11:38:17.456Z]         docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1
11:38:17 [2021-05-03T11:38:17.456Z] 
11:38:17 [2021-05-03T11:38:17.456Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s)
11:38:17 [2021-05-03T11:38:17.456Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s)
11:38:17 [2021-05-03T11:38:17.456Z]         docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
11:38:17 [2021-05-03T11:38:17.456Z]         docker_cli_network_unix_test.go:46: [da57ad67dfa00] daemon is not started
11:38:17 [2021-05-03T11:38:17.456Z] 
11:38:17 [2021-05-03T11:38:17.456Z] 
11:38:17 [2021-05-03T11:38:17.456Z] DONE 1273 tests, 51 skipped in 2204.918s
11:38:17 [2021-05-03T11:38:17.456Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
11:38:17 [2021-05-03T11:38:17.716Z] ++++ cat bundles/test-integration/docker.pid
11:38:17 [2021-05-03T11:38:17.716Z] +++ kill 8218
11:38:18 [2021-05-03T11:38:18.655Z] +++ /etc/init.d/apparmor stop
11:38:18 [2021-05-03T11:38:18.655Z] Leaving: AppArmorNo profiles have been unloaded.
11:38:18 [2021-05-03T11:38:18.655Z] 
11:38:18 [2021-05-03T11:38:18.655Z] Unloading profiles will leave already running processes permanently
11:38:18 [2021-05-03T11:38:18.655Z] unconfined, which can lead to unexpected situations.
11:38:18 [2021-05-03T11:38:18.655Z] 
11:38:18 [2021-05-03T11:38:18.655Z] To set a process to complain mode, use the command line tool
11:38:18 [2021-05-03T11:38:18.655Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
11:38:18 [2021-05-03T11:38:18.655Z] +++ true
11:38:18 [2021-05-03T11:38:18.655Z] exiting test-integration
11:38:18 [2021-05-03T11:38:18.655Z] ++ exit 0
11:38:18 [2021-05-03T11:38:18.655Z] 
11:38:18 [2021-05-03T11:38:18.916Z] + for job in $(jobs -p)
11:38:18 [2021-05-03T11:38:18.916Z] + wait 9930
11:38:20 [2021-05-03T11:38:20.296Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeTaskListFilter
11:38:24 [2021-05-03T11:38:24.494Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishAdd
11:38:27 [2021-05-03T11:38:27.032Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts
11:38:31 [2021-05-03T11:38:31.228Z] === RUN   TestDockerSwarmSuite/TestSwarmReadonlyRootfs
11:38:34 [2021-05-03T11:38:34.523Z] === RUN   TestDockerSwarmSuite/TestSwarmRepeatedRootRotation
11:38:56 [2021-05-03T11:38:56.480Z] === RUN   TestDockerSwarmSuite/TestSwarmRotateUnlockKey
11:39:08 [2021-05-03T11:39:08.693Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceEnvFile
11:39:09 [2021-05-03T11:39:09.631Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceListFilter
11:39:12 [2021-05-03T11:39:12.169Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceLsFilterMode
11:39:15 [2021-05-03T11:39:15.463Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate
11:39:25 [2021-05-03T11:39:25.450Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTY
11:39:30 [2021-05-03T11:39:30.728Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTYUpdate
11:39:32 [2021-05-03T11:39:32.419Z] === RUN   TestDockerSuite/TestBuildDotDotFile
11:39:32 [2021-05-03T11:39:32.419Z] === RUN   TestDockerSuite/TestBuildEOLInLine
11:39:32 [2021-05-03T11:39:32.419Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
11:39:32 [2021-05-03T11:39:32.419Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
11:39:32 [2021-05-03T11:39:32.419Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
11:39:32 [2021-05-03T11:39:32.419Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
11:39:32 [2021-05-03T11:39:32.419Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
11:39:32 [2021-05-03T11:39:32.419Z] === RUN   TestDockerSuite/TestBuildEntrypoint
11:39:32 [2021-05-03T11:39:32.419Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
11:39:32 [2021-05-03T11:39:32.419Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
11:39:32 [2021-05-03T11:39:32.419Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
11:39:33 [2021-05-03T11:39:33.283Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname
11:39:35 [2021-05-03T11:39:35.821Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceWithGroup
11:39:36 [2021-05-03T11:39:36.174Z] === RUN   TestDockerSuite/TestBuildEnv
11:39:36 [2021-05-03T11:39:36.174Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
11:39:36 [2021-05-03T11:39:36.174Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
11:39:36 [2021-05-03T11:39:36.174Z] === RUN   TestDockerSuite/TestBuildEnvUsage
11:39:36 [2021-05-03T11:39:36.174Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
11:39:36 [2021-05-03T11:39:36.174Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
11:39:39 [2021-05-03T11:39:39.113Z] === RUN   TestDockerSwarmSuite/TestSwarmStopSignal
11:39:39 [2021-05-03T11:39:39.929Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
11:39:39 [2021-05-03T11:39:39.929Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
11:39:40 [2021-05-03T11:39:40.394Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
11:39:40 [2021-05-03T11:39:40.394Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
11:39:41 [2021-05-03T11:39:41.374Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
11:39:41 [2021-05-03T11:39:41.653Z] === RUN   TestDockerSwarmSuite/TestSwarmTaskListFilter
11:39:45 [2021-05-03T11:39:45.849Z] === RUN   TestDockerSwarmSuite/TestSwarmUpdate
11:39:47 [2021-05-03T11:39:47.192Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
11:39:47 [2021-05-03T11:39:47.757Z] === RUN   TestDockerSwarmSuite/TestSwarmVolumePlugin
11:40:02 [2021-05-03T11:40:02.048Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
11:40:02 [2021-05-03T11:40:02.048Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
11:40:02 [2021-05-03T11:40:02.048Z] === RUN   TestDockerSuite/TestBuildExpose
11:40:02 [2021-05-03T11:40:02.048Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
11:40:02 [2021-05-03T11:40:02.048Z] === RUN   TestDockerSuite/TestBuildExposeOrder
11:40:02 [2021-05-03T11:40:02.511Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
11:40:02 [2021-05-03T11:40:02.511Z] === RUN   TestDockerSuite/TestBuildFails
11:40:09 [2021-05-03T11:40:09.611Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
11:40:09 [2021-05-03T11:40:09.611Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
11:40:22 [2021-05-03T11:40:22.034Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
11:40:27 [2021-05-03T11:40:27.854Z] === RUN   TestDockerSuite/TestBuildForceRm
11:40:34 [2021-05-03T11:40:34.953Z] === RUN   TestDockerSuite/TestBuildFromGit
11:40:40 [2021-05-03T11:40:40.771Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
11:40:41 [2021-05-03T11:40:41.745Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
11:40:43 [2021-05-03T11:40:43.997Z] === RUN   TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm
11:40:47 [2021-05-03T11:40:47.562Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
11:40:47 [2021-05-03T11:40:47.563Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
11:40:48 [2021-05-03T11:40:48.539Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
11:40:49 [2021-05-03T11:40:49.002Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
11:40:49 [2021-05-03T11:40:49.002Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
11:40:58 [2021-05-03T11:40:58.906Z] === RUN   TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA
11:41:03 [2021-05-03T11:41:03.855Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
11:41:03 [2021-05-03T11:41:03.855Z] === RUN   TestDockerSuite/TestBuildHistory
11:41:16 [2021-05-03T11:41:16.275Z] === RUN   TestDockerSuite/TestBuildIidFile
11:41:16 [2021-05-03T11:41:16.275Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
11:41:17 [2021-05-03T11:41:17.000Z] --- PASS: TestDockerSwarmSuite (1804.48s)
11:41:17 [2021-05-03T11:41:17.000Z]     --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.48s)
11:41:17 [2021-05-03T11:41:17.000Z]     --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.40s)
11:41:17 [2021-05-03T11:41:17.000Z]     --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (7.00s)
11:41:17 [2021-05-03T11:41:17.000Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.04s)
11:41:17 [2021-05-03T11:41:17.000Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.17s)
11:41:17 [2021-05-03T11:41:17.000Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (34.87s)
11:41:17 [2021-05-03T11:41:17.000Z]         docker_api_swarm_test.go:562: [d92da69aaea01] joining swarm manager [df763f2e7431c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
11:41:17 [2021-05-03T11:41:17.000Z]         docker_api_swarm_test.go:584: [d2e0eaee74c76] joining swarm manager [df763f2e7431c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
11:41:17 [2021-05-03T11:41:17.000Z]         check_test.go:380: [d92da69aaea01] daemon is not started
11:41:17 [2021-05-03T11:41:17.000Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s)
11:41:17 [2021-05-03T11:41:17.000Z]         docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed
11:41:17 [2021-05-03T11:41:17.000Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.99s)
11:41:17 [2021-05-03T11:41:17.000Z]         docker_api_swarm_test.go:45: [d4b1367cf9cc1] joining swarm manager [dde173f2f4d28]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
11:41:17 [2021-05-03T11:41:17.000Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.83s)
11:41:17 [2021-05-03T11:41:17.000Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.49s)
11:41:17 [2021-05-03T11:41:17.000Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (32.73s)
11:41:17 [2021-05-03T11:41:17.000Z]         docker_api_swarm_test.go:303: [df9bdd29f2569] joining swarm manager [d411950a5d4b4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
11:41:17 [2021-05-03T11:41:17.000Z]         docker_api_swarm_test.go:304: [d6188e81fd470] joining swarm manager [d411950a5d4b4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
11:41:17 [2021-05-03T11:41:17.000Z]         docker_api_swarm_test.go:350: Waiting for election to occur...
11:41:17 [2021-05-03T11:41:17.000Z]         docker_api_swarm_test.go:363: Waiting for possible election...
11:41:17 [2021-05-03T11:41:17.000Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (25.19s)
11:41:17 [2021-05-03T11:41:17.000Z]         docker_api_swarm_test.go:271: [d4bb507f62b45] joining swarm manager [d473648b52324]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
11:41:17 [2021-05-03T11:41:17.000Z]         docker_api_swarm_test.go:272: [dce515b52dafd] joining swarm manager [d473648b52324]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
11:41:17 [2021-05-03T11:41:17.000Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (25.40s)
11:41:17 [2021-05-03T11:41:17.000Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.78s)
11:41:17 [2021-05-03T11:41:17.000Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.79s)
11:41:17 [2021-05-03T11:41:17.000Z]         docker_api_swarm_node_test.go:19: [d6c77380e24e9] joining swarm manager [d298259dbf119]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
11:41:17 [2021-05-03T11:41:17.000Z]         docker_api_swarm_node_test.go:20: [d1d662656dc32] joining swarm manager [d298259dbf119]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
11:41:17 [2021-05-03T11:41:17.000Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (42.19s)
11:41:17 [2021-05-03T11:41:17.000Z]         docker_api_swarm_test.go:501: [d43d5e44374c2] joining swarm manager [d2118b9208b32]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
11:41:17 [2021-05-03T11:41:17.000Z]         docker_api_swarm_test.go:506: [d2e964c3ef427] joining swarm manager [d2118b9208b32]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
11:41:17 [2021-05-03T11:41:17.000Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (20.38s)
11:41:17 [2021-05-03T11:41:17.000Z]         docker_api_swarm_node_test.go:80: [d6edb6f12e09a] joining swarm manager [dc391719873da]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
11:41:17 [2021-05-03T11:41:17.000Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (36.43s)
11:41:17 [2021-05-03T11:41:17.000Z]         docker_api_swarm_node_test.go:52: [d9d3d94e41fe6] joining swarm manager [d541789fddde3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
11:41:17 [2021-05-03T11:41:17.000Z]         docker_api_swarm_node_test.go:53: [d8785965acc4e] joining swarm manager [d541789fddde3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
11:41:17 [2021-05-03T11:41:17.000Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.48s)
11:41:17 [2021-05-03T11:41:17.000Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (25.90s)
11:41:17 [2021-05-03T11:41:17.000Z]         docker_api_swarm_test.go:201: [dc1187a29e41d] joining swarm manager [de3418fc51fda]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
11:41:17 [2021-05-03T11:41:17.000Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (71.47s)
11:41:17 [2021-05-03T11:41:17.000Z]         docker_api_swarm_test.go:383: [da89bc4fc2e06] joining swarm manager [d4f525423ba22]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
11:41:17 [2021-05-03T11:41:17.000Z]         docker_api_swarm_test.go:384: [d429b996b2fb2] joining swarm manager [d4f525423ba22]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
11:41:17 [2021-05-03T11:41:17.000Z]         check_test.go:380: [d429b996b2fb2] daemon is not started
11:41:17 [2021-05-03T11:41:17.000Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (56.93s)
11:41:17 [2021-05-03T11:41:17.000Z]         docker_api_swarm_test.go:801: [da26ceacb9c04] joining swarm manager [d37464afed6a4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
11:41:17 [2021-05-03T11:41:17.000Z]         docker_api_swarm_test.go:801: [dc785dd5eb329] joining swarm manager [d37464afed6a4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
11:41:17 [2021-05-03T11:41:17.000Z]         docker_api_swarm_test.go:801: [d44c62c0133af] joining swarm manager [d37464afed6a4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
11:41:17 [2021-05-03T11:41:17.000Z]         docker_api_swarm_test.go:801: [d73293990818c] joining swarm manager [d37464afed6a4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
11:41:17 [2021-05-03T11:41:17.000Z]         docker_api_swarm_test.go:809: [d590c0e5f7ada] joining swarm manager [d37464afed6a4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482
11:41:17 [2021-05-03T11:41:17.000Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.44s)
11:41:17 [2021-05-03T11:41:17.000Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (6.32s)
11:41:17 [2021-05-03T11:41:17.000Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (19.75s)
11:41:17 [2021-05-03T11:41:17.000Z]         docker_api_swarm_service_test.go:394: [d14b0c9415119] joining swarm manager [d507359bd95cf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
11:41:17 [2021-05-03T11:41:17.000Z]         docker_api_swarm_service_test.go:394: [de06764c9ba9f] joining swarm manager [d507359bd95cf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
11:41:17 [2021-05-03T11:41:17.000Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (19.69s)
11:41:17 [2021-05-03T11:41:17.000Z]         docker_api_swarm_service_test.go:342: [db329601cfb83] joining swarm manager [dadd29a5f6533]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
11:41:17 [2021-05-03T11:41:17.000Z]         docker_api_swarm_service_test.go:342: [d78b3821d8306] joining swarm manager [dadd29a5f6533]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
11:41:17 [2021-05-03T11:41:17.000Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.64s)
11:41:17 [2021-05-03T11:41:17.000Z]         docker_api_swarm_service_test.go:489: [dc0212e481d6d] joining swarm manager [dbd8404c9001c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
11:41:17 [2021-05-03T11:41:17.000Z]         docker_api_swarm_service_test.go:489: [df7a35ea9f271] joining swarm manager [dbd8404c9001c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
11:41:17 [2021-05-03T11:41:17.000Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.63s)
11:41:17 [2021-05-03T11:41:17.000Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.87s)
11:41:17 [2021-05-03T11:41:17.000Z]         docker_api_swarm_service_test.go:127: [d418035f92ac0] joining swarm manager [d57ce363abae7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
11:41:17 [2021-05-03T11:41:17.000Z]         docker_api_swarm_service_test.go:128: [d87cc53e177a0] joining swarm manager [d57ce363abae7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
11:41:17 [2021-05-03T11:41:17.000Z]         docker_api_swarm_service_test.go:136: [dbbf225698219] joining swarm manager [d57ce363abae7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
11:41:17 [2021-05-03T11:41:17.000Z]         docker_api_swarm_service_test.go:137: [d5ee458d28eba] joining swarm manager [d57ce363abae7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
11:41:17 [2021-05-03T11:41:17.000Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.55s)
11:41:17 [2021-05-03T11:41:17.000Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (24.83s)
11:41:17 [2021-05-03T11:41:17.000Z]         docker_api_swarm_service_test.go:303: [d675d24d5ec44] joining swarm manager [dfb548cfb2586]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
11:41:17 [2021-05-03T11:41:17.000Z]         docker_api_swarm_service_test.go:303: [d69ccda0d7479] joining swarm manager [dfb548cfb2586]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
11:41:17 [2021-05-03T11:41:17.000Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (31.57s)
11:41:17 [2021-05-03T11:41:17.000Z]         docker_api_swarm_service_test.go:99: [ddad3aec02231] joining swarm manager [d3add924b1ac9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
11:41:17 [2021-05-03T11:41:17.000Z]         docker_api_swarm_service_test.go:100: [de69d9d1ff052] joining swarm manager [d3add924b1ac9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
11:41:17 [2021-05-03T11:41:17.000Z]         check_test.go:380: [ddad3aec02231] daemon is not started
11:41:17 [2021-05-03T11:41:17.000Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (31.13s)
11:41:17 [2021-05-03T11:41:17.000Z]         docker_api_swarm_service_test.go:532: [dc13aa3cd1cee] joining swarm manager [d4d50e3dd1eff]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
11:41:17 [2021-05-03T11:41:17.000Z]         docker_api_swarm_service_test.go:533: [df0741043ff89] joining swarm manager [d4d50e3dd1eff]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
11:41:17 [2021-05-03T11:41:17.000Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (44.12s)
11:41:17 [2021-05-03T11:41:17.000Z]         docker_api_swarm_service_test.go:147: [d6cc7537e5816] joining swarm manager [d3ccd56d0d6bf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
11:41:17 [2021-05-03T11:41:17.000Z]         docker_api_swarm_service_test.go:147: [d9d647c7e8362] joining swarm manager [d3ccd56d0d6bf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
11:41:17 [2021-05-03T11:41:17.000Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (35.09s)
11:41:17 [2021-05-03T11:41:17.000Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.70s)
11:41:17 [2021-05-03T11:41:17.000Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.68s)
11:41:17 [2021-05-03T11:41:17.000Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.86s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.98s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.53s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (3.05s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.53s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.64s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (25.31s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestPruneNetwork (10.36s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (4.36s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (13.58s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.25s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.73s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.40s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (4.77s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.83s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (4.23s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.93s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (4.79s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (7.80s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (6.57s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogs (14.37s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.50s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (4.36s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.15s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.66s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.70s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.76s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.59s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (14.52s)
11:41:17 [2021-05-03T11:41:17.001Z]         docker_cli_service_logs_test.go:245: checking task sgo6u0hxg3z0
11:41:17 [2021-05-03T11:41:17.001Z]         docker_cli_service_logs_test.go:250: checking messages for sgo6u0hxg3z0
11:41:17 [2021-05-03T11:41:17.001Z]         docker_cli_service_logs_test.go:245: checking task o1uwzjvpg7vy
11:41:17 [2021-05-03T11:41:17.001Z]         docker_cli_service_logs_test.go:250: checking messages for o1uwzjvpg7vy
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestServiceScale (2.81s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (19.66s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.86s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.90s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.99s)
11:41:17 [2021-05-03T11:41:17.001Z]         docker_cli_swarm_test.go:1901: [d23b42598080b] joining swarm manager [d1ac4c5851843]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
11:41:17 [2021-05-03T11:41:17.001Z]         docker_cli_swarm_test.go:1902: [df265d9711db8] joining swarm manager [d1ac4c5851843]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.66s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.98s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.91s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (15.30s)
11:41:17 [2021-05-03T11:41:17.001Z]         docker_cli_swarm_test.go:1802: [d1d3c5cf06cb5] joining swarm manager [d41ecd91c856d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
11:41:17 [2021-05-03T11:41:17.001Z]         docker_cli_swarm_test.go:1803: [db18b54bfd13f] joining swarm manager [d41ecd91c856d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.63s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (140.06s)
11:41:17 [2021-05-03T11:41:17.001Z]         docker_cli_swarm_test.go:1321: [d175d69dd3235] joining swarm manager [d7f2bf4cedd00]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
11:41:17 [2021-05-03T11:41:17.001Z]         docker_cli_swarm_test.go:1322: [dae526e4bed29] joining swarm manager [d7f2bf4cedd00]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (5.48s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (9.26s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (10.07s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.81s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (6.83s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (3.19s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.49s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s)
11:41:17 [2021-05-03T11:41:17.001Z]         docker_cli_swarm_test.go:130: unmatched requirement IPv6
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (7.89s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.89s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (1.02s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.79s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.44s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (52.51s)
11:41:17 [2021-05-03T11:41:17.001Z]         docker_cli_swarm_test.go:1186: [de9a94b36ab60] joining swarm manager [db41a6405664d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
11:41:17 [2021-05-03T11:41:17.001Z]         docker_cli_swarm_test.go:1195: [dc44db87715a7] joining swarm manager [db41a6405664d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.07s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (5.30s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (134.82s)
11:41:17 [2021-05-03T11:41:17.001Z]         docker_cli_swarm_test.go:1118: [dbbd3d5230968] joining swarm manager [d308520933ea2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
11:41:17 [2021-05-03T11:41:17.001Z]         docker_cli_swarm_test.go:1119: [d6e619f3b9f58] joining swarm manager [d308520933ea2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
11:41:17 [2021-05-03T11:41:17.001Z]         docker_cli_swarm_test.go:1172: [d1ac641adaac7] joining swarm manager [d308520933ea2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.76s)
11:41:17 [2021-05-03T11:41:17.001Z]         docker_cli_swarm_test.go:1453: [d857bf03fb8a7] joining swarm manager [d65b696e30a2f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
11:41:17 [2021-05-03T11:41:17.001Z]         docker_cli_swarm_test.go:1454: [dbc2568cfb5ee] joining swarm manager [d65b696e30a2f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.95s)
11:41:17 [2021-05-03T11:41:17.001Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.22s)
11:41:17 [2021-05-03T11:41:17.001Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.23s)
11:41:17 [2021-05-03T11:41:17.001Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.06s)
11:41:17 [2021-05-03T11:41:17.001Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.06s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.98s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (5.30s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.43s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (54.92s)
11:41:17 [2021-05-03T11:41:17.001Z]         docker_cli_swarm_unix_test.go:62: [d5dba87412df4] joining swarm manager [d68dfccf5bed5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (3.02s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.78s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.52s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (4.71s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.80s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.07s)
11:41:17 [2021-05-03T11:41:17.001Z]         docker_api_swarm_test.go:961: [d582111e89cfc] joining swarm manager [da6c2b20a80e9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (12.89s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.43s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.46s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (3.34s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (9.00s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (5.70s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.89s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.89s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (3.15s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.84s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.52s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.47s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (52.14s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.42s)
11:41:17 [2021-05-03T11:41:17.001Z]     --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.43s)
11:41:17 [2021-05-03T11:41:17.001Z] === RUN   TestDockerExternalVolumeSuite
11:41:17 [2021-05-03T11:41:17.001Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume
11:41:18 [2021-05-03T11:41:18.466Z] === RUN   TestDockerSuite/TestBuildInheritance
11:41:18 [2021-05-03T11:41:18.466Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
11:41:19 [2021-05-03T11:41:19.441Z] === RUN   TestDockerSuite/TestBuildInvalidTag
11:41:19 [2021-05-03T11:41:19.441Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
11:41:24 [2021-05-03T11:41:24.150Z] === RUN   TestDockerSuite/TestBuildLabel
11:41:25 [2021-05-03T11:41:25.124Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
11:41:26 [2021-05-03T11:41:26.100Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
11:41:27 [2021-05-03T11:41:27.076Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
11:41:27 [2021-05-03T11:41:27.538Z] === RUN   TestDockerSuite/TestBuildLabels
11:41:29 [2021-05-03T11:41:29.085Z] === RUN   TestDockerSuite/TestBuildLabelsCache
11:41:30 [2021-05-03T11:41:30.632Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
11:41:31 [2021-05-03T11:41:31.887Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities
11:41:37 [2021-05-03T11:41:37.742Z] === RUN   TestDockerSuite/TestBuildLastModified
11:41:37 [2021-05-03T11:41:37.742Z] === RUN   TestDockerSuite/TestBuildLineBreak
11:41:37 [2021-05-03T11:41:37.742Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
11:41:37 [2021-05-03T11:41:37.742Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
11:41:37 [2021-05-03T11:41:37.742Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
11:41:37 [2021-05-03T11:41:37.742Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
11:41:37 [2021-05-03T11:41:37.742Z] === RUN   TestDockerSuite/TestBuildMaintainer
11:41:38 [2021-05-03T11:41:38.207Z] === RUN   TestDockerSuite/TestBuildMissingArgs
11:41:39 [2021-05-03T11:41:39.183Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
11:41:45 [2021-05-03T11:41:45.007Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
11:42:10 [2021-05-03T11:42:10.195Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
11:42:10 [2021-05-03T11:42:10.195Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
11:42:12 [2021-05-03T11:42:12.389Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
11:42:39 [2021-05-03T11:42:39.600Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer
11:42:47 [2021-05-03T11:42:47.721Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet
11:42:54 [2021-05-03T11:42:54.972Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
11:43:19 [2021-05-03T11:43:19.807Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse
11:43:20 [2021-05-03T11:43:20.165Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
11:43:25 [2021-05-03T11:43:25.982Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
11:43:34 [2021-05-03T11:43:34.692Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverList
11:43:38 [2021-05-03T11:43:38.419Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
11:43:43 [2021-05-03T11:43:43.134Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
11:44:00 [2021-05-03T11:44:00.862Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
11:44:00 [2021-05-03T11:44:00.862Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
11:44:06 [2021-05-03T11:44:06.796Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked
11:44:07 [2021-05-03T11:44:07.989Z] === RUN   TestDockerSuite/TestBuildMultipleTags
11:44:08 [2021-05-03T11:44:08.451Z] === RUN   TestDockerSuite/TestBuildNetContainer
11:44:08 [2021-05-03T11:44:08.451Z] === RUN   TestDockerSuite/TestBuildNetNone
11:44:08 [2021-05-03T11:44:08.913Z] === RUN   TestDockerSuite/TestBuildNoContext
11:44:11 [2021-05-03T11:44:11.834Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
11:44:19 [2021-05-03T11:44:19.008Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID
11:44:22 [2021-05-03T11:44:22.195Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
11:44:23 [2021-05-03T11:44:23.746Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
11:44:24 [2021-05-03T11:44:24.208Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
11:44:24 [2021-05-03T11:44:24.208Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
11:44:27 [2021-05-03T11:44:27.130Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
11:44:28 [2021-05-03T11:44:28.107Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
11:44:29 [2021-05-03T11:44:29.654Z] === RUN   TestDockerSuite/TestBuildOnBuild
11:44:40 [2021-05-03T11:44:40.018Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
11:44:40 [2021-05-03T11:44:40.991Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
11:44:51 [2021-05-03T11:44:51.096Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed
11:44:51 [2021-05-03T11:44:51.346Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
11:44:54 [2021-05-03T11:44:54.265Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
11:45:02 [2021-05-03T11:45:02.861Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
11:45:08 [2021-05-03T11:45:08.685Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
11:45:09 [2021-05-03T11:45:09.189Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete
11:45:13 [2021-05-03T11:45:13.396Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
11:45:14 [2021-05-03T11:45:14.941Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
11:45:14 [2021-05-03T11:45:14.941Z] === RUN   TestDockerSuite/TestBuildPATH
11:45:14 [2021-05-03T11:45:14.941Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
11:45:17 [2021-05-03T11:45:17.130Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
11:45:17 [2021-05-03T11:45:17.130Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
11:45:24 [2021-05-03T11:45:24.116Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls
11:45:59 [2021-05-03T11:45:59.702Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
11:46:10 [2021-05-03T11:46:10.800Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists
11:46:28 [2021-05-03T11:46:28.893Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp
11:46:29 [2021-05-03T11:46:29.695Z] === RUN   TestDockerSuite/TestBuildRm
11:46:44 [2021-05-03T11:46:44.543Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
11:46:46 [2021-05-03T11:46:46.771Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
11:46:46 [2021-05-03T11:46:46.771Z] === RUN   TestDockerSuite/TestBuildScratchCopy
11:46:47 [2021-05-03T11:46:47.234Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
11:46:48 [2021-05-03T11:46:48.780Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
11:46:52 [2021-05-03T11:46:52.532Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
11:47:00 [2021-05-03T11:47:00.979Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail
11:47:01 [2021-05-03T11:47:01.128Z] === RUN   TestDockerSuite/TestBuildShellInherited
11:47:05 [2021-05-03T11:47:05.835Z] === RUN   TestDockerSuite/TestBuildShellMultiple
11:47:23 [2021-05-03T11:47:23.567Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
11:47:23 [2021-05-03T11:47:23.567Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
11:47:24 [2021-05-03T11:47:24.029Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
11:47:33 [2021-05-03T11:47:33.081Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed
11:47:34 [2021-05-03T11:47:34.465Z] === RUN   TestDockerSuite/TestBuildSpaces
11:47:34 [2021-05-03T11:47:34.465Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
11:47:40 [2021-05-03T11:47:40.283Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
11:47:40 [2021-05-03T11:47:40.283Z] === RUN   TestDockerSuite/TestBuildStderr
11:47:44 [2021-05-03T11:47:44.990Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
11:47:47 [2021-05-03T11:47:47.968Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom
11:48:06 [2021-05-03T11:48:06.066Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart
11:48:06 [2021-05-03T11:48:06.126Z] === RUN   TestDockerSuite/TestBuildStopSignal
11:48:06 [2021-05-03T11:48:06.126Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
11:48:09 [2021-05-03T11:48:09.044Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
11:48:10 [2021-05-03T11:48:10.592Z] === RUN   TestDockerSuite/TestBuildTagEvent
11:48:16 [2021-05-03T11:48:16.406Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
11:48:22 [2021-05-03T11:48:22.220Z] === RUN   TestDockerSuite/TestBuildUser
11:48:22 [2021-05-03T11:48:22.220Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
11:48:22 [2021-05-03T11:48:22.220Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
11:48:22 [2021-05-03T11:48:22.220Z] === RUN   TestDockerSuite/TestBuildVerboseOut
11:48:24 [2021-05-03T11:48:24.187Z] === RUN   TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict
11:48:25 [2021-05-03T11:48:25.970Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
11:48:26 [2021-05-03T11:48:26.432Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
11:48:30 [2021-05-03T11:48:30.183Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
11:48:30 [2021-05-03T11:48:30.183Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
11:48:30 [2021-05-03T11:48:30.183Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
11:48:36 [2021-05-03T11:48:36.399Z] --- PASS: TestDockerExternalVolumeSuite (441.55s)
11:48:36 [2021-05-03T11:48:36.399Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.84s)
11:48:36 [2021-05-03T11:48:36.399Z]         docker_cli_external_volume_driver_test.go:53: [d5eb7c1ca79fe] daemon is not started
11:48:36 [2021-05-03T11:48:36.399Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.74s)
11:48:36 [2021-05-03T11:48:36.399Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.55s)
11:48:36 [2021-05-03T11:48:36.399Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s)
11:48:36 [2021-05-03T11:48:36.399Z]         docker_cli_external_volume_driver_test.go:53: [de639c91f5fc7] daemon is not started
11:48:36 [2021-05-03T11:48:36.399Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.63s)
11:48:36 [2021-05-03T11:48:36.399Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s)
11:48:36 [2021-05-03T11:48:36.399Z]         docker_cli_external_volume_driver_test.go:53: [d4547a57a5f5d] daemon is not started
11:48:36 [2021-05-03T11:48:36.399Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s)
11:48:36 [2021-05-03T11:48:36.399Z]         docker_cli_external_volume_driver_test.go:53: [dd1169355f310] daemon is not started
11:48:36 [2021-05-03T11:48:36.399Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.59s)
11:48:36 [2021-05-03T11:48:36.399Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.65s)
11:48:36 [2021-05-03T11:48:36.399Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.94s)
11:48:36 [2021-05-03T11:48:36.399Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.71s)
11:48:36 [2021-05-03T11:48:36.399Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.67s)
11:48:36 [2021-05-03T11:48:36.399Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.69s)
11:48:36 [2021-05-03T11:48:36.399Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (31.00s)
11:48:36 [2021-05-03T11:48:36.399Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.56s)
11:48:36 [2021-05-03T11:48:36.399Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.33s)
11:48:36 [2021-05-03T11:48:36.399Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.39s)
11:48:36 [2021-05-03T11:48:36.399Z]         docker_cli_external_volume_driver_test.go:485: [df87ad67a9d13] daemon is not started
11:48:36 [2021-05-03T11:48:36.399Z]     --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s)
11:48:36 [2021-05-03T11:48:36.399Z]         docker_cli_external_volume_driver_test.go:53: [d9d1a71b00565] daemon is not started
11:48:36 [2021-05-03T11:48:36.399Z] PASS
11:48:36 [2021-05-03T11:48:36.399Z] 
11:48:36 [2021-05-03T11:48:36.399Z] === Skipped
11:48:36 [2021-05-03T11:48:36.399Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
11:48:36 [2021-05-03T11:48:36.399Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
11:48:36 [2021-05-03T11:48:36.399Z]         docker_cli_daemon_test.go:363: unmatched requirement IPv6
11:48:36 [2021-05-03T11:48:36.399Z]         check_test.go:309: [d40372dc6f80c] daemon is not started
11:48:36 [2021-05-03T11:48:36.399Z] 
11:48:36 [2021-05-03T11:48:36.399Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s)
11:48:36 [2021-05-03T11:48:36.399Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s)
11:48:36 [2021-05-03T11:48:36.399Z]         docker_cli_daemon_test.go:232: unmatched requirement Devicemapper
11:48:36 [2021-05-03T11:48:36.399Z]         check_test.go:309: [df38dc4940a8e] daemon is not started
11:48:36 [2021-05-03T11:48:36.399Z] 
11:48:36 [2021-05-03T11:48:36.399Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
11:48:36 [2021-05-03T11:48:36.399Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
11:48:36 [2021-05-03T11:48:36.399Z]         docker_cli_daemon_test.go:212: unmatched requirement Devicemapper
11:48:36 [2021-05-03T11:48:36.399Z]         check_test.go:309: [d6ced2a83605c] daemon is not started
11:48:36 [2021-05-03T11:48:36.399Z] 
11:48:36 [2021-05-03T11:48:36.399Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s)
11:48:36 [2021-05-03T11:48:36.399Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s)
11:48:36 [2021-05-03T11:48:36.399Z]         docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed
11:48:36 [2021-05-03T11:48:36.399Z] 
11:48:36 [2021-05-03T11:48:36.399Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s)
11:48:36 [2021-05-03T11:48:36.399Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s)
11:48:36 [2021-05-03T11:48:36.399Z]         docker_cli_swarm_test.go:130: unmatched requirement IPv6
11:48:36 [2021-05-03T11:48:36.399Z] 
11:48:36 [2021-05-03T11:48:36.399Z] 
11:48:36 [2021-05-03T11:48:36.399Z] DONE 273 tests, 5 skipped in 2824.297s
11:48:36 [2021-05-03T11:48:36.399Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
11:48:36 [2021-05-03T11:48:36.659Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d556bc4debfef/docker.pid
11:48:36 [2021-05-03T11:48:36.659Z] +++ kill 6295
11:48:36 [2021-05-03T11:48:36.659Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 6295 is not a child of this shell
11:48:36 [2021-05-03T11:48:36.659Z] warning: PID 6295 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d556bc4debfef/docker.pid had a nonzero exit code
11:48:36 [2021-05-03T11:48:36.659Z] ++++ cat bundles/test-integration/docker.pid
11:48:36 [2021-05-03T11:48:36.659Z] +++ kill 8245
11:48:37 [2021-05-03T11:48:37.597Z] +++ /etc/init.d/apparmor stop
11:48:37 [2021-05-03T11:48:37.597Z] Leaving: AppArmorNo profiles have been unloaded.
11:48:37 [2021-05-03T11:48:37.597Z] 
11:48:37 [2021-05-03T11:48:37.597Z] Unloading profiles will leave already running processes permanently
11:48:37 [2021-05-03T11:48:37.597Z] unconfined, which can lead to unexpected situations.
11:48:37 [2021-05-03T11:48:37.597Z] 
11:48:37 [2021-05-03T11:48:37.597Z] To set a process to complain mode, use the command line tool
11:48:37 [2021-05-03T11:48:37.597Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
11:48:37 [2021-05-03T11:48:37.597Z] +++ true
11:48:37 [2021-05-03T11:48:37.597Z] exiting test-integration
11:48:37 [2021-05-03T11:48:37.597Z] ++ exit 0
11:48:37 [2021-05-03T11:48:37.597Z] 
11:48:37 [2021-05-03T11:48:37.856Z] + exit 0
11:48:37 [2021-05-03T11:48:37.856Z] ++ jobs -p
11:48:37 [2021-05-03T11:48:37.856Z] + pids=
11:48:37 [2021-05-03T11:48:37.856Z] + echo 'Remaining pids to kill: []'
11:48:37 [2021-05-03T11:48:37.856Z] Remaining pids to kill: []
11:48:37 [2021-05-03T11:48:37.856Z] + '[' -z '' ']'
Post stage
[Pipeline] junit
11:48:37 [2021-05-03T11:48:37.876Z] Recording test results
11:48:39 [2021-05-03T11:48:39.644Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
11:48:39 [2021-05-03T11:48:39.984Z] + echo Ensuring container killed.
11:48:39 [2021-05-03T11:48:39.984Z] Ensuring container killed.
11:48:39 [2021-05-03T11:48:39.984Z] + docker ps -aq -f name=docker-pr2-*
11:48:39 [2021-05-03T11:48:39.984Z] + cids=95c05959beb0
11:48:39 [2021-05-03T11:48:39.984Z] 26bfeb4214f4
11:48:39 [2021-05-03T11:48:39.984Z] 71cc097ee3c0
11:48:39 [2021-05-03T11:48:39.984Z] + [ -n 95c05959beb0
11:48:39 [2021-05-03T11:48:39.984Z] 26bfeb4214f4
11:48:39 [2021-05-03T11:48:39.984Z] 71cc097ee3c0 ]
11:48:39 [2021-05-03T11:48:39.984Z] + docker rm -vf 95c05959beb0 26bfeb4214f4 71cc097ee3c0
11:48:42 [2021-05-03T11:48:42.532Z] 95c05959beb0
11:48:42 [2021-05-03T11:48:42.532Z] 26bfeb4214f4
11:48:42 [2021-05-03T11:48:42.532Z] 71cc097ee3c0
[Pipeline] sh
11:48:42 [2021-05-03T11:48:42.816Z] + echo Chowning /workspace to jenkins user
11:48:42 [2021-05-03T11:48:42.816Z] Chowning /workspace to jenkins user
11:48:42 [2021-05-03T11:48:42.816Z] + id -u
11:48:42 [2021-05-03T11:48:42.816Z] + id -g
11:48:42 [2021-05-03T11:48:42.816Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42329:/workspace busybox chown -R 1000:1000 /workspace
11:48:42 [2021-05-03T11:48:42.816Z] Unable to find image 'busybox:latest' locally
11:48:42 [2021-05-03T11:48:42.816Z] latest: Pulling from library/busybox
11:48:43 [2021-05-03T11:48:43.075Z] f531cdc67389: Pulling fs layer
11:48:43 [2021-05-03T11:48:43.075Z] f531cdc67389: Verifying Checksum
11:48:43 [2021-05-03T11:48:43.075Z] f531cdc67389: Download complete
11:48:43 [2021-05-03T11:48:43.075Z] f531cdc67389: Pull complete
11:48:43 [2021-05-03T11:48:43.075Z] Digest: sha256:ae39a6f5c07297d7ab64dbd4f82c77c874cc6a94cea29fdec309d0992574b4f7
11:48:43 [2021-05-03T11:48:43.075Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
11:48:47 [2021-05-03T11:48:47.571Z] + bundleName=amd64
11:48:47 [2021-05-03T11:48:47.571Z] + echo Creating amd64-bundles.tar.gz
11:48:47 [2021-05-03T11:48:47.571Z] Creating amd64-bundles.tar.gz
11:48:47 [2021-05-03T11:48:47.571Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
11:48:47 [2021-05-03T11:48:47.571Z] + xargs tar -czf amd64-bundles.tar.gz
[Pipeline] archiveArtifacts
11:48:48 [2021-05-03T11:48:48.522Z] Archiving artifacts
11:48:50 [2021-05-03T11:48:50.445Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42329/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
11:48:50 [2021-05-03T11:48:50.759Z] + make clean
11:48:51 [2021-05-03T11:48:51.019Z] docker volume rm -f docker-dev-cache
11:48:51 [2021-05-03T11:48:51.019Z] docker-dev-cache
[Pipeline] deleteDir
11:48:55 [2021-05-03T11:48:55.402Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
11:48:55 [2021-05-03T11:48:55.402Z] === RUN   TestDockerSuite/TestBuildWindowsUser
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
11:49:02 [2021-05-03T11:49:02.506Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
11:49:12 [2021-05-03T11:49:12.857Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
11:49:13 [2021-05-03T11:49:13.319Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
11:49:13 [2021-05-03T11:49:13.781Z] === RUN   TestDockerSuite/TestBuildWithFailure
11:49:16 [2021-05-03T11:49:16.701Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
11:49:16 [2021-05-03T11:49:16.701Z] === RUN   TestDockerSuite/TestBuildWithRecycleBin
11:49:29 [2021-05-03T11:49:29.123Z] === RUN   TestDockerSuite/TestBuildWithTabs
11:49:32 [2021-05-03T11:49:32.881Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
11:49:33 [2021-05-03T11:49:33.343Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
11:49:54 [2021-05-03T11:49:54.487Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
11:49:54 [2021-05-03T11:49:54.487Z] === RUN   TestDockerSuite/TestBuildWithVolumes
11:49:54 [2021-05-03T11:49:54.487Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
11:49:54 [2021-05-03T11:49:54.487Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
11:49:54 [2021-05-03T11:49:54.487Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
11:50:03 [2021-05-03T11:50:03.091Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
11:50:05 [2021-05-03T11:50:05.284Z] === RUN   TestDockerSuite/TestBuildXZHost
11:50:05 [2021-05-03T11:50:05.284Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
11:50:05 [2021-05-03T11:50:05.750Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
11:50:05 [2021-05-03T11:50:05.750Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
11:50:07 [2021-05-03T11:50:07.941Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
11:50:12 [2021-05-03T11:50:12.655Z] === RUN   TestDockerSuite/TestCommitChange
11:50:23 [2021-05-03T11:50:23.015Z] === RUN   TestDockerSuite/TestCommitChangeLabels
11:50:28 [2021-05-03T11:50:28.838Z] === RUN   TestDockerSuite/TestCommitHardlink
11:50:28 [2021-05-03T11:50:28.838Z] === RUN   TestDockerSuite/TestCommitNewFile
11:50:35 [2021-05-03T11:50:35.943Z] === RUN   TestDockerSuite/TestCommitPausedContainer
11:50:35 [2021-05-03T11:50:35.943Z] === RUN   TestDockerSuite/TestCommitTTY
11:50:43 [2021-05-03T11:50:43.052Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
11:50:47 [2021-05-03T11:50:47.767Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
11:50:47 [2021-05-03T11:50:47.767Z] === RUN   TestDockerSuite/TestCommitWithoutPause
11:50:47 [2021-05-03T11:50:47.767Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
11:50:47 [2021-05-03T11:50:47.767Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
11:50:47 [2021-05-03T11:50:47.767Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
11:50:47 [2021-05-03T11:50:47.767Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
11:50:47 [2021-05-03T11:50:47.767Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
11:50:47 [2021-05-03T11:50:47.767Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
11:50:47 [2021-05-03T11:50:47.767Z] === RUN   TestDockerSuite/TestContainerAPICommit
11:51:00 [2021-05-03T11:51:00.193Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
11:51:07 [2021-05-03T11:51:07.298Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124
11:51:07 [2021-05-03T11:51:07.298Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
11:51:08 [2021-05-03T11:51:08.845Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
11:51:08 [2021-05-03T11:51:08.845Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
11:51:08 [2021-05-03T11:51:08.845Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
11:51:08 [2021-05-03T11:51:08.845Z] === RUN   TestDockerSuite/TestContainerAPICreate
11:51:11 [2021-05-03T11:51:11.767Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
11:51:11 [2021-05-03T11:51:11.767Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
11:51:11 [2021-05-03T11:51:11.767Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
11:51:13 [2021-05-03T11:51:13.960Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
11:51:13 [2021-05-03T11:51:13.960Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
11:51:13 [2021-05-03T11:51:13.960Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
11:51:13 [2021-05-03T11:51:13.960Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
11:51:13 [2021-05-03T11:51:13.960Z] === RUN   TestDockerSuite/TestContainerAPIDelete
11:51:16 [2021-05-03T11:51:16.883Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
11:51:19 [2021-05-03T11:51:19.074Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
11:51:21 [2021-05-03T11:51:21.268Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
11:51:21 [2021-05-03T11:51:21.268Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
11:51:21 [2021-05-03T11:51:21.268Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
11:51:24 [2021-05-03T11:51:24.190Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
11:51:24 [2021-05-03T11:51:24.190Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
11:51:26 [2021-05-03T11:51:26.385Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
11:51:26 [2021-05-03T11:51:26.385Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
11:51:26 [2021-05-03T11:51:26.385Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
11:51:33 [2021-05-03T11:51:33.490Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
11:51:33 [2021-05-03T11:51:33.490Z] === RUN   TestDockerSuite/TestContainerAPIKill
11:51:35 [2021-05-03T11:51:35.682Z] === RUN   TestDockerSuite/TestContainerAPIPause
11:51:35 [2021-05-03T11:51:35.682Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
11:51:38 [2021-05-03T11:51:38.608Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
11:51:38 [2021-05-03T11:51:38.608Z] === RUN   TestDockerSuite/TestContainerAPIRename
11:51:40 [2021-05-03T11:51:40.800Z] === RUN   TestDockerSuite/TestContainerAPIRestart
11:51:49 [2021-05-03T11:51:49.541Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
11:51:54 [2021-05-03T11:51:54.253Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
11:51:54 [2021-05-03T11:51:54.253Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
11:51:54 [2021-05-03T11:51:54.253Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
11:51:54 [2021-05-03T11:51:54.253Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
11:51:54 [2021-05-03T11:51:54.253Z] === RUN   TestDockerSuite/TestContainerAPIStart
11:51:55 [2021-05-03T11:51:55.802Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
11:51:55 [2021-05-03T11:51:55.802Z] === RUN   TestDockerSuite/TestContainerAPIStop
11:51:58 [2021-05-03T11:51:58.725Z] === RUN   TestDockerSuite/TestContainerAPITop
11:51:58 [2021-05-03T11:51:58.725Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
11:52:00 [2021-05-03T11:52:00.917Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
11:52:01 [2021-05-03T11:52:01.379Z] === RUN   TestDockerSuite/TestContainerAPIWait
11:52:06 [2021-05-03T11:52:06.093Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
11:52:07 [2021-05-03T11:52:07.641Z] === RUN   TestDockerSuite/TestContainerNetworkMode
11:52:07 [2021-05-03T11:52:07.641Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
11:52:07 [2021-05-03T11:52:07.641Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
11:52:07 [2021-05-03T11:52:07.641Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
11:52:07 [2021-05-03T11:52:07.641Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
11:52:08 [2021-05-03T11:52:08.104Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe
11:52:10 [2021-05-03T11:52:10.296Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
11:52:10 [2021-05-03T11:52:10.296Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false__<nil>_<nil>_<nil>}
11:52:13 [2021-05-03T11:52:13.226Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false__<nil>_<nil>_<nil>}
11:52:20 [2021-05-03T11:52:20.330Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false__<nil>_<nil>_<nil>}
11:52:23 [2021-05-03T11:52:23.252Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true__<nil>_<nil>_<nil>}
11:52:31 [2021-05-03T11:52:31.857Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false__<nil>_0xc0002dc5c0_<nil>}
11:52:33 [2021-05-03T11:52:33.409Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1216131174_c:\foo_false__<nil>_<nil>_<nil>}
11:52:36 [2021-05-03T11:52:36.330Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1216131174_c:\foo_true__<nil>_<nil>_<nil>}
11:52:44 [2021-05-03T11:52:44.936Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
11:52:44 [2021-05-03T11:52:44.936Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
11:52:44 [2021-05-03T11:52:44.936Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
11:52:44 [2021-05-03T11:52:44.936Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
11:52:44 [2021-05-03T11:52:44.936Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
11:52:44 [2021-05-03T11:52:44.936Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
11:52:44 [2021-05-03T11:52:44.936Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
11:52:44 [2021-05-03T11:52:44.936Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
11:52:44 [2021-05-03T11:52:44.936Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
11:52:44 [2021-05-03T11:52:44.936Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
11:52:44 [2021-05-03T11:52:44.936Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
11:52:44 [2021-05-03T11:52:44.936Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
11:52:44 [2021-05-03T11:52:44.936Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
11:52:44 [2021-05-03T11:52:44.936Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
11:52:44 [2021-05-03T11:52:44.936Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
11:52:44 [2021-05-03T11:52:44.936Z] === RUN   TestDockerSuite/TestCopyAndRestart
11:52:44 [2021-05-03T11:52:44.936Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
11:52:44 [2021-05-03T11:52:44.936Z] === RUN   TestDockerSuite/TestCpAbsolutePath
11:52:52 [2021-05-03T11:52:52.047Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
11:52:52 [2021-05-03T11:52:52.047Z] === RUN   TestDockerSuite/TestCpFromCaseA
11:52:52 [2021-05-03T11:52:52.047Z] === RUN   TestDockerSuite/TestCpFromCaseB
11:52:52 [2021-05-03T11:52:52.047Z] === RUN   TestDockerSuite/TestCpFromCaseC
11:52:52 [2021-05-03T11:52:52.047Z] === RUN   TestDockerSuite/TestCpFromCaseD
11:52:52 [2021-05-03T11:52:52.047Z] === RUN   TestDockerSuite/TestCpFromCaseE
11:52:52 [2021-05-03T11:52:52.047Z] === RUN   TestDockerSuite/TestCpFromCaseF
11:52:52 [2021-05-03T11:52:52.047Z] === RUN   TestDockerSuite/TestCpFromCaseG
11:52:52 [2021-05-03T11:52:52.047Z] === RUN   TestDockerSuite/TestCpFromCaseH
11:52:52 [2021-05-03T11:52:52.047Z] === RUN   TestDockerSuite/TestCpFromCaseI
11:52:52 [2021-05-03T11:52:52.047Z] === RUN   TestDockerSuite/TestCpFromCaseJ
11:52:52 [2021-05-03T11:52:52.047Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
11:52:52 [2021-05-03T11:52:52.047Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
11:52:52 [2021-05-03T11:52:52.047Z] === RUN   TestDockerSuite/TestCpGarbagePath
11:52:54 [2021-05-03T11:52:54.240Z] === RUN   TestDockerSuite/TestCpLocalOnly
11:52:54 [2021-05-03T11:52:54.240Z] === RUN   TestDockerSuite/TestCpNameHasColon
11:52:54 [2021-05-03T11:52:54.240Z] === RUN   TestDockerSuite/TestCpRelativePath
11:53:02 [2021-05-03T11:53:02.846Z] === RUN   TestDockerSuite/TestCpSpecialFiles
11:53:02 [2021-05-03T11:53:02.846Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
11:53:02 [2021-05-03T11:53:02.846Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
11:53:02 [2021-05-03T11:53:02.846Z] === RUN   TestDockerSuite/TestCpToCaseA
11:53:06 [2021-05-03T11:53:06.602Z] === RUN   TestDockerSuite/TestCpToCaseB
11:53:09 [2021-05-03T11:53:09.527Z] === RUN   TestDockerSuite/TestCpToCaseC
11:53:09 [2021-05-03T11:53:09.527Z] === RUN   TestDockerSuite/TestCpToCaseD
11:53:09 [2021-05-03T11:53:09.527Z] === RUN   TestDockerSuite/TestCpToCaseE
11:53:20 [2021-05-03T11:53:20.041Z] === RUN   TestDockerSuite/TestCpToCaseF
11:53:20 [2021-05-03T11:53:20.041Z] === RUN   TestDockerSuite/TestCpToCaseG
11:53:20 [2021-05-03T11:53:20.041Z] === RUN   TestDockerSuite/TestCpToCaseH
11:53:34 [2021-05-03T11:53:34.917Z] === RUN   TestDockerSuite/TestCpToCaseI
11:53:34 [2021-05-03T11:53:34.917Z] === RUN   TestDockerSuite/TestCpToCaseJ
11:53:34 [2021-05-03T11:53:34.917Z] === RUN   TestDockerSuite/TestCpToDot
11:53:36 [2021-05-03T11:53:36.465Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
11:53:36 [2021-05-03T11:53:36.465Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
11:53:36 [2021-05-03T11:53:36.465Z] === RUN   TestDockerSuite/TestCpToStdout
11:53:38 [2021-05-03T11:53:38.657Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
11:53:38 [2021-05-03T11:53:38.657Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
11:53:39 [2021-05-03T11:53:39.120Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
11:53:39 [2021-05-03T11:53:39.120Z] === RUN   TestDockerSuite/TestCpVolumePath
11:53:39 [2021-05-03T11:53:39.120Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
11:53:39 [2021-05-03T11:53:39.120Z] === RUN   TestDockerSuite/TestCreateArgs
11:53:39 [2021-05-03T11:53:39.120Z] === RUN   TestDockerSuite/TestCreateByImageID
11:53:41 [2021-05-03T11:53:41.313Z] === RUN   TestDockerSuite/TestCreateEchoStdout
11:53:43 [2021-05-03T11:53:43.508Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
11:53:43 [2021-05-03T11:53:43.972Z] === RUN   TestDockerSuite/TestCreateHostConfig
11:53:43 [2021-05-03T11:53:43.972Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
11:53:46 [2021-05-03T11:53:46.164Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
11:53:46 [2021-05-03T11:53:46.627Z] === RUN   TestDockerSuite/TestCreateLabels
11:53:47 [2021-05-03T11:53:47.090Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
11:53:47 [2021-05-03T11:53:47.090Z] === RUN   TestDockerSuite/TestCreateRM
11:53:47 [2021-05-03T11:53:47.552Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
11:53:47 [2021-05-03T11:53:47.552Z] === RUN   TestDockerSuite/TestCreateStopSignal
11:53:47 [2021-05-03T11:53:47.552Z] === RUN   TestDockerSuite/TestCreateStopTimeout
11:53:48 [2021-05-03T11:53:48.015Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
11:54:05 [2021-05-03T11:54:05.749Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
11:54:06 [2021-05-03T11:54:06.212Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
11:54:06 [2021-05-03T11:54:06.674Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
11:54:10 [2021-05-03T11:54:10.430Z] === RUN   TestDockerSuite/TestCreateWithPortRange
11:54:10 [2021-05-03T11:54:10.893Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
11:54:10 [2021-05-03T11:54:10.893Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
11:54:13 [2021-05-03T11:54:13.089Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
11:54:13 [2021-05-03T11:54:13.089Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
11:54:13 [2021-05-03T11:54:13.552Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
11:54:13 [2021-05-03T11:54:13.552Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
11:54:13 [2021-05-03T11:54:13.552Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
11:54:13 [2021-05-03T11:54:13.552Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
11:54:13 [2021-05-03T11:54:13.552Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
11:54:13 [2021-05-03T11:54:13.552Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
11:54:13 [2021-05-03T11:54:13.552Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
11:54:13 [2021-05-03T11:54:13.552Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
11:54:13 [2021-05-03T11:54:13.552Z] === RUN   TestDockerSuite/TestDevicePermissions
11:54:13 [2021-05-03T11:54:13.552Z] === RUN   TestDockerSuite/TestDockerFails
11:54:13 [2021-05-03T11:54:13.552Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
11:54:13 [2021-05-03T11:54:13.552Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
11:54:13 [2021-05-03T11:54:13.552Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
11:54:13 [2021-05-03T11:54:13.552Z] === RUN   TestDockerSuite/TestEventsAttach
11:54:13 [2021-05-03T11:54:13.552Z] === RUN   TestDockerSuite/TestEventsCommit
11:54:13 [2021-05-03T11:54:13.552Z] === RUN   TestDockerSuite/TestEventsContainerEvents
11:54:16 [2021-05-03T11:54:16.476Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
11:54:18 [2021-05-03T11:54:18.668Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
11:54:21 [2021-05-03T11:54:21.591Z] === RUN   TestDockerSuite/TestEventsContainerRestart
11:54:34 [2021-05-03T11:54:34.012Z] === RUN   TestDockerSuite/TestEventsCopy
11:54:39 [2021-05-03T11:54:39.831Z] === RUN   TestDockerSuite/TestEventsFilterContainer
11:54:44 [2021-05-03T11:54:44.545Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
11:54:51 [2021-05-03T11:54:51.652Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
11:54:52 [2021-05-03T11:54:52.116Z] === RUN   TestDockerSuite/TestEventsFilterImageName
11:54:56 [2021-05-03T11:54:56.828Z] === RUN   TestDockerSuite/TestEventsFilterLabels
11:54:57 [2021-05-03T11:54:57.291Z] === RUN   TestDockerSuite/TestEventsFilterType
11:54:58 [2021-05-03T11:54:58.266Z] === RUN   TestDockerSuite/TestEventsFilters
11:55:02 [2021-05-03T11:55:02.979Z] === RUN   TestDockerSuite/TestEventsFormat
11:55:08 [2021-05-03T11:55:08.800Z] === RUN   TestDockerSuite/TestEventsFormatBadField
11:55:08 [2021-05-03T11:55:08.800Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
11:55:08 [2021-05-03T11:55:08.800Z] === RUN   TestDockerSuite/TestEventsImageImport
11:55:08 [2021-05-03T11:55:08.800Z] === RUN   TestDockerSuite/TestEventsImageLoad
11:55:08 [2021-05-03T11:55:08.800Z] === RUN   TestDockerSuite/TestEventsImagePull
11:55:08 [2021-05-03T11:55:08.800Z] === RUN   TestDockerSuite/TestEventsImageTag
11:55:09 [2021-05-03T11:55:09.263Z] === RUN   TestDockerSuite/TestEventsPluginOps
11:55:09 [2021-05-03T11:55:09.263Z] === RUN   TestDockerSuite/TestEventsRename
11:55:12 [2021-05-03T11:55:12.190Z] === RUN   TestDockerSuite/TestEventsResize
11:55:20 [2021-05-03T11:55:20.793Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
11:55:22 [2021-05-03T11:55:22.346Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
11:55:25 [2021-05-03T11:55:25.271Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
11:55:29 [2021-05-03T11:55:29.987Z] === RUN   TestDockerSuite/TestEventsTop
11:55:29 [2021-05-03T11:55:29.987Z] === RUN   TestDockerSuite/TestEventsUntag
11:55:32 [2021-05-03T11:55:32.907Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
11:55:36 [2021-05-03T11:55:36.663Z] === RUN   TestDockerSuite/TestExec
11:55:36 [2021-05-03T11:55:36.663Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
11:55:36 [2021-05-03T11:55:36.663Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
11:55:38 [2021-05-03T11:55:38.859Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
11:55:41 [2021-05-03T11:55:41.050Z] === RUN   TestDockerSuite/TestExecAPIStart
11:55:41 [2021-05-03T11:55:41.050Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
11:55:41 [2021-05-03T11:55:41.050Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
11:55:41 [2021-05-03T11:55:41.050Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
11:55:43 [2021-05-03T11:55:43.245Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
11:55:45 [2021-05-03T11:55:45.436Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
11:55:47 [2021-05-03T11:55:47.628Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
11:55:49 [2021-05-03T11:55:49.820Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
11:55:54 [2021-05-03T11:55:54.534Z] === RUN   TestDockerSuite/TestExecCgroup
11:55:54 [2021-05-03T11:55:54.534Z] === RUN   TestDockerSuite/TestExecEnv
11:55:54 [2021-05-03T11:55:54.534Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
11:55:54 [2021-05-03T11:55:54.534Z] === RUN   TestDockerSuite/TestExecExitStatus
11:55:56 [2021-05-03T11:55:56.724Z] === RUN   TestDockerSuite/TestExecInspectID
11:56:01 [2021-05-03T11:56:01.436Z] === RUN   TestDockerSuite/TestExecInteractive
11:56:01 [2021-05-03T11:56:01.436Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
11:56:01 [2021-05-03T11:56:01.436Z] === RUN   TestDockerSuite/TestExecParseError
11:56:01 [2021-05-03T11:56:01.436Z] === RUN   TestDockerSuite/TestExecPausedContainer
11:56:01 [2021-05-03T11:56:01.436Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
11:56:01 [2021-05-03T11:56:01.436Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
11:56:04 [2021-05-03T11:56:04.356Z] === RUN   TestDockerSuite/TestExecSetEnv
11:56:04 [2021-05-03T11:56:04.356Z] === RUN   TestDockerSuite/TestExecStartFails
11:56:04 [2021-05-03T11:56:04.356Z] === RUN   TestDockerSuite/TestExecStateCleanup
11:56:04 [2021-05-03T11:56:04.356Z] === RUN   TestDockerSuite/TestExecStopNotHanging
11:56:04 [2021-05-03T11:56:04.356Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
11:56:04 [2021-05-03T11:56:04.356Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
11:56:06 [2021-05-03T11:56:06.546Z] === RUN   TestDockerSuite/TestExecUlimits
11:56:06 [2021-05-03T11:56:06.546Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
11:56:12 [2021-05-03T11:56:12.368Z] === RUN   TestDockerSuite/TestExecWithImageUser
11:56:12 [2021-05-03T11:56:12.368Z] === RUN   TestDockerSuite/TestExecWithPrivileged
11:56:12 [2021-05-03T11:56:12.830Z] === RUN   TestDockerSuite/TestExecWithUser
11:56:12 [2021-05-03T11:56:12.830Z] === RUN   TestDockerSuite/TestGetContainerStats
11:56:18 [2021-05-03T11:56:18.650Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
11:56:25 [2021-05-03T11:56:25.749Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
11:56:28 [2021-05-03T11:56:28.672Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
11:56:34 [2021-05-03T11:56:34.495Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
11:56:34 [2021-05-03T11:56:34.495Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
11:56:34 [2021-05-03T11:56:34.495Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
11:56:34 [2021-05-03T11:56:34.495Z] === RUN   TestDockerSuite/TestHealth
11:56:34 [2021-05-03T11:56:34.495Z] === RUN   TestDockerSuite/TestHistoryExistentImage
11:56:34 [2021-05-03T11:56:34.495Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
11:56:34 [2021-05-03T11:56:34.958Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
11:56:34 [2021-05-03T11:56:34.958Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
11:56:39 [2021-05-03T11:56:39.670Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
11:56:39 [2021-05-03T11:56:39.670Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
11:56:39 [2021-05-03T11:56:39.670Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
11:56:39 [2021-05-03T11:56:39.670Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
11:56:39 [2021-05-03T11:56:39.670Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
11:56:40 [2021-05-03T11:56:40.132Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
11:56:41 [2021-05-03T11:56:41.107Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
11:56:41 [2021-05-03T11:56:41.107Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
11:56:42 [2021-05-03T11:56:42.082Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
11:56:42 [2021-05-03T11:56:42.082Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
11:56:44 [2021-05-03T11:56:44.273Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
11:56:44 [2021-05-03T11:56:44.273Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
11:56:46 [2021-05-03T11:56:46.468Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
11:56:49 [2021-05-03T11:56:49.395Z] === RUN   TestDockerSuite/TestImagesFormat
11:56:49 [2021-05-03T11:56:49.857Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
11:56:49 [2021-05-03T11:56:49.857Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
11:56:53 [2021-05-03T11:56:53.611Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
11:56:53 [2021-05-03T11:56:53.611Z] === RUN   TestDockerSuite/TestImportBadURL
11:56:56 [2021-05-03T11:56:56.535Z] === RUN   TestDockerSuite/TestImportDisplay
11:56:56 [2021-05-03T11:56:56.536Z] === RUN   TestDockerSuite/TestImportFile
11:56:56 [2021-05-03T11:56:56.536Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
11:56:56 [2021-05-03T11:56:56.536Z] === RUN   TestDockerSuite/TestImportFileWithMessage
11:56:56 [2021-05-03T11:56:56.536Z] === RUN   TestDockerSuite/TestImportGzipped
11:56:56 [2021-05-03T11:56:56.536Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
11:56:56 [2021-05-03T11:56:56.536Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
11:56:56 [2021-05-03T11:56:56.536Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
11:56:56 [2021-05-03T11:56:56.536Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
11:56:56 [2021-05-03T11:56:56.536Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
11:56:56 [2021-05-03T11:56:56.536Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
11:56:56 [2021-05-03T11:56:56.536Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
11:56:56 [2021-05-03T11:56:56.536Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
11:56:58 [2021-05-03T11:56:58.727Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
11:57:01 [2021-05-03T11:57:01.650Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
11:57:01 [2021-05-03T11:57:01.650Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
11:57:01 [2021-05-03T11:57:01.650Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
11:57:02 [2021-05-03T11:57:02.112Z] === RUN   TestDockerSuite/TestInspectAmpersand
11:57:02 [2021-05-03T11:57:02.112Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
11:57:04 [2021-05-03T11:57:04.303Z] === RUN   TestDockerSuite/TestInspectByPrefix
11:57:04 [2021-05-03T11:57:04.766Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
11:57:06 [2021-05-03T11:57:06.957Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
11:57:06 [2021-05-03T11:57:06.957Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
11:57:06 [2021-05-03T11:57:06.957Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
11:57:06 [2021-05-03T11:57:06.957Z] === RUN   TestDockerSuite/TestInspectDefault
11:57:09 [2021-05-03T11:57:09.883Z] === RUN   TestDockerSuite/TestInspectHistory
11:57:14 [2021-05-03T11:57:14.723Z] === RUN   TestDockerSuite/TestInspectImage
11:57:14 [2021-05-03T11:57:14.723Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
11:57:14 [2021-05-03T11:57:14.723Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
11:57:14 [2021-05-03T11:57:14.723Z] === RUN   TestDockerSuite/TestInspectInt64
11:57:16 [2021-05-03T11:57:16.914Z] === RUN   TestDockerSuite/TestInspectJSONFields
11:57:19 [2021-05-03T11:57:19.107Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
11:57:19 [2021-05-03T11:57:19.107Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
11:57:22 [2021-05-03T11:57:22.028Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
11:57:24 [2021-05-03T11:57:24.225Z] === RUN   TestDockerSuite/TestInspectPlugin
11:57:24 [2021-05-03T11:57:24.225Z] === RUN   TestDockerSuite/TestInspectRootFS
11:57:24 [2021-05-03T11:57:24.225Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
11:57:26 [2021-05-03T11:57:26.422Z] === RUN   TestDockerSuite/TestInspectStatus
11:57:29 [2021-05-03T11:57:29.346Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
11:57:34 [2021-05-03T11:57:34.062Z] === RUN   TestDockerSuite/TestInspectTemplateError
11:57:36 [2021-05-03T11:57:36.256Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
11:57:39 [2021-05-03T11:57:39.177Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
11:57:41 [2021-05-03T11:57:41.368Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
11:57:43 [2021-05-03T11:57:43.559Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
11:57:45 [2021-05-03T11:57:45.748Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
11:57:47 [2021-05-03T11:57:47.941Z] === RUN   TestDockerSuite/TestInspectUnknownObject
11:57:47 [2021-05-03T11:57:47.941Z] === RUN   TestDockerSuite/TestLinkShortDefinition
11:57:47 [2021-05-03T11:57:47.941Z] === RUN   TestDockerSuite/TestLinksEnvs
11:57:47 [2021-05-03T11:57:47.941Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
11:57:47 [2021-05-03T11:57:47.941Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
11:57:48 [2021-05-03T11:57:48.403Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
11:57:48 [2021-05-03T11:57:48.403Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
11:57:48 [2021-05-03T11:57:48.403Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
11:57:48 [2021-05-03T11:57:48.403Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
11:57:48 [2021-05-03T11:57:48.403Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
11:57:48 [2021-05-03T11:57:48.403Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
11:57:48 [2021-05-03T11:57:48.403Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
11:57:48 [2021-05-03T11:57:48.403Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
11:57:48 [2021-05-03T11:57:48.403Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
11:57:48 [2021-05-03T11:57:48.403Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
11:57:48 [2021-05-03T11:57:48.403Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
11:57:48 [2021-05-03T11:57:48.403Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
11:57:48 [2021-05-03T11:57:48.403Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
11:57:48 [2021-05-03T11:57:48.403Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
11:57:48 [2021-05-03T11:57:48.403Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
11:57:50 [2021-05-03T11:57:50.594Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
11:57:52 [2021-05-03T11:57:52.790Z] === RUN   TestDockerSuite/TestLogsAPIUntil
11:57:58 [2021-05-03T11:57:58.608Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
11:58:00 [2021-05-03T11:58:00.801Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
11:58:00 [2021-05-03T11:58:00.801Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
11:58:02 [2021-05-03T11:58:02.992Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
11:58:03 [2021-05-03T11:58:03.454Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
11:58:11 [2021-05-03T11:58:11.464Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
11:58:18 [2021-05-03T11:58:18.568Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
11:58:27 [2021-05-03T11:58:27.171Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
11:58:28 [2021-05-03T11:58:28.718Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
11:58:31 [2021-05-03T11:58:31.640Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
11:58:31 [2021-05-03T11:58:31.640Z] === RUN   TestDockerSuite/TestLogsFollowStopped
11:58:33 [2021-05-03T11:58:33.831Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
11:58:36 [2021-05-03T11:58:36.751Z] === RUN   TestDockerSuite/TestLogsSince
11:58:47 [2021-05-03T11:58:47.110Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
11:58:47 [2021-05-03T11:58:47.110Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
11:58:47 [2021-05-03T11:58:47.110Z] === RUN   TestDockerSuite/TestLogsTail
11:58:48 [2021-05-03T11:58:48.655Z] === RUN   TestDockerSuite/TestLogsTimestamps
11:58:51 [2021-05-03T11:58:51.576Z] === RUN   TestDockerSuite/TestLogsWithDetails
11:58:53 [2021-05-03T11:58:53.770Z] === RUN   TestDockerSuite/TestMountIntoProc
11:58:53 [2021-05-03T11:58:53.770Z] === RUN   TestDockerSuite/TestMountIntoSys
11:58:53 [2021-05-03T11:58:53.770Z] === RUN   TestDockerSuite/TestNetHostname
11:58:53 [2021-05-03T11:58:53.770Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
11:58:53 [2021-05-03T11:58:53.770Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
11:58:53 [2021-05-03T11:58:53.770Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
11:58:53 [2021-05-03T11:58:53.770Z] === RUN   TestDockerSuite/TestPluginActive
11:58:53 [2021-05-03T11:58:53.770Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
11:58:53 [2021-05-03T11:58:53.770Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
11:58:53 [2021-05-03T11:58:53.770Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
11:58:53 [2021-05-03T11:58:53.770Z] === RUN   TestDockerSuite/TestPluginLogDriver
11:58:53 [2021-05-03T11:58:53.770Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
11:58:53 [2021-05-03T11:58:53.770Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
11:58:53 [2021-05-03T11:58:53.770Z] === RUN   TestDockerSuite/TestPluginUpgrade
11:58:53 [2021-05-03T11:58:53.770Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
11:58:53 [2021-05-03T11:58:53.770Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
11:58:53 [2021-05-03T11:58:53.770Z] === RUN   TestDockerSuite/TestPortHostBinding
11:58:53 [2021-05-03T11:58:53.770Z] === RUN   TestDockerSuite/TestPortList
11:58:53 [2021-05-03T11:58:53.770Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
11:59:04 [2021-05-03T11:59:04.140Z] === RUN   TestDockerSuite/TestPostContainersAttach
11:59:04 [2021-05-03T11:59:04.140Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
11:59:04 [2021-05-03T11:59:04.140Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
11:59:04 [2021-05-03T11:59:04.140Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
11:59:04 [2021-05-03T11:59:04.140Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
11:59:04 [2021-05-03T11:59:04.140Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
11:59:04 [2021-05-03T11:59:04.140Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
11:59:04 [2021-05-03T11:59:04.140Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
11:59:04 [2021-05-03T11:59:04.140Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
11:59:04 [2021-05-03T11:59:04.140Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
11:59:08 [2021-05-03T11:59:08.857Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
11:59:08 [2021-05-03T11:59:08.857Z] === RUN   TestDockerSuite/TestPsByOrder
11:59:17 [2021-05-03T11:59:17.469Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
11:59:17 [2021-05-03T11:59:17.469Z] === RUN   TestDockerSuite/TestPsListContainersBase
11:59:29 [2021-05-03T11:59:29.898Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
11:59:44 [2021-05-03T11:59:44.754Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
11:59:44 [2021-05-03T11:59:44.754Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
11:59:44 [2021-05-03T11:59:44.754Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
11:59:57 [2021-05-03T11:59:57.165Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
12:00:01 [2021-05-03T12:00:01.872Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
12:00:08 [2021-05-03T12:00:08.967Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
12:00:13 [2021-05-03T12:00:13.673Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
12:00:13 [2021-05-03T12:00:13.674Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
12:00:13 [2021-05-03T12:00:13.674Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
12:00:19 [2021-05-03T12:00:19.487Z] === RUN   TestDockerSuite/TestPsListContainersSize
12:00:19 [2021-05-03T12:00:19.487Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
12:00:19 [2021-05-03T12:00:19.487Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
12:00:19 [2021-05-03T12:00:19.487Z] === RUN   TestDockerSuite/TestPsRightTagName
12:00:19 [2021-05-03T12:00:19.487Z] === RUN   TestDockerSuite/TestPsShowMounts
12:00:26 [2021-05-03T12:00:26.584Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
12:00:26 [2021-05-03T12:00:26.584Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
12:00:28 [2021-05-03T12:00:28.130Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
12:00:28 [2021-05-03T12:00:28.130Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
12:00:29 [2021-05-03T12:00:29.104Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
12:00:30 [2021-05-03T12:00:30.076Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
12:00:30 [2021-05-03T12:00:30.077Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
12:00:34 [2021-05-03T12:00:34.784Z] === RUN   TestDockerSuite/TestRestartContainerSuccess
12:00:38 [2021-05-03T12:00:38.535Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
12:00:43 [2021-05-03T12:00:43.240Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
12:01:08 [2021-05-03T12:01:08.416Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
12:01:08 [2021-05-03T12:01:08.416Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
12:01:10 [2021-05-03T12:01:10.605Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
12:01:11 [2021-05-03T12:01:11.067Z] === RUN   TestDockerSuite/TestRestartPolicyNO
12:01:11 [2021-05-03T12:01:11.067Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
12:01:12 [2021-05-03T12:01:12.041Z] === RUN   TestDockerSuite/TestRestartRunningContainer
12:01:16 [2021-05-03T12:01:16.748Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
12:01:20 [2021-05-03T12:01:20.498Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
12:01:20 [2021-05-03T12:01:20.498Z] === RUN   TestDockerSuite/TestRestartWithVolumes
12:01:25 [2021-05-03T12:01:25.208Z] === RUN   TestDockerSuite/TestRmiBlank
12:01:25 [2021-05-03T12:01:25.208Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
12:01:25 [2021-05-03T12:01:25.208Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
12:01:42 [2021-05-03T12:01:42.938Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
12:01:43 [2021-05-03T12:01:43.399Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
12:01:44 [2021-05-03T12:01:44.372Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
12:01:51 [2021-05-03T12:01:51.471Z] === RUN   TestDockerSuite/TestRmiImgIDForce
12:01:57 [2021-05-03T12:01:57.303Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
12:02:05 [2021-05-03T12:02:05.898Z] === RUN   TestDockerSuite/TestRmiParentImageFail
12:02:09 [2021-05-03T12:02:09.648Z] === RUN   TestDockerSuite/TestRmiTag
12:02:10 [2021-05-03T12:02:10.109Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
12:02:13 [2021-05-03T12:02:13.026Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
12:02:30 [2021-05-03T12:02:30.753Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
12:02:32 [2021-05-03T12:02:32.941Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
12:02:38 [2021-05-03T12:02:38.754Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
12:02:39 [2021-05-03T12:02:39.215Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
12:02:39 [2021-05-03T12:02:39.215Z] === RUN   TestDockerSuite/TestRunAddHost
12:02:39 [2021-05-03T12:02:39.215Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
12:02:39 [2021-05-03T12:02:39.215Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
12:02:39 [2021-05-03T12:02:39.215Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
12:02:39 [2021-05-03T12:02:39.215Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
12:02:39 [2021-05-03T12:02:39.677Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
12:02:39 [2021-05-03T12:02:39.677Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
12:02:41 [2021-05-03T12:02:41.865Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
12:02:41 [2021-05-03T12:02:41.865Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
12:02:41 [2021-05-03T12:02:41.865Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
12:02:46 [2021-05-03T12:02:46.571Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
12:02:49 [2021-05-03T12:02:49.490Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
12:02:51 [2021-05-03T12:02:51.678Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
12:02:53 [2021-05-03T12:02:53.867Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
12:02:56 [2021-05-03T12:02:56.785Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
12:02:56 [2021-05-03T12:02:56.785Z] === RUN   TestDockerSuite/TestRunBindMounts
12:03:01 [2021-05-03T12:03:01.491Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
12:03:01 [2021-05-03T12:03:01.491Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
12:03:01 [2021-05-03T12:03:01.491Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
12:03:01 [2021-05-03T12:03:01.491Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
12:03:01 [2021-05-03T12:03:01.491Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
12:03:01 [2021-05-03T12:03:01.491Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
12:03:01 [2021-05-03T12:03:01.491Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
12:03:01 [2021-05-03T12:03:01.491Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
12:03:01 [2021-05-03T12:03:01.491Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
12:03:01 [2021-05-03T12:03:01.491Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
12:03:01 [2021-05-03T12:03:01.491Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
12:03:01 [2021-05-03T12:03:01.491Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
12:03:03 [2021-05-03T12:03:03.680Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
12:03:03 [2021-05-03T12:03:03.680Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
12:03:07 [2021-05-03T12:03:07.442Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
12:03:07 [2021-05-03T12:03:07.442Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
12:03:07 [2021-05-03T12:03:07.442Z] === RUN   TestDockerSuite/TestRunContainerNetwork
12:03:08 [2021-05-03T12:03:08.986Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
12:03:08 [2021-05-03T12:03:08.986Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
12:03:09 [2021-05-03T12:03:09.449Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
12:03:09 [2021-05-03T12:03:09.449Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
12:03:09 [2021-05-03T12:03:09.449Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
12:03:09 [2021-05-03T12:03:09.449Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
12:03:09 [2021-05-03T12:03:09.449Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
12:03:09 [2021-05-03T12:03:09.449Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
12:03:11 [2021-05-03T12:03:11.637Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
12:03:14 [2021-05-03T12:03:14.554Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
12:03:16 [2021-05-03T12:03:16.746Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
12:03:16 [2021-05-03T12:03:16.746Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
12:03:16 [2021-05-03T12:03:16.746Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
12:03:16 [2021-05-03T12:03:16.746Z] === RUN   TestDockerSuite/TestRunCreateVolume
12:03:18 [2021-05-03T12:03:18.940Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
12:03:18 [2021-05-03T12:03:18.940Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
12:03:18 [2021-05-03T12:03:18.940Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
12:03:18 [2021-05-03T12:03:18.940Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
12:03:18 [2021-05-03T12:03:18.940Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
12:03:21 [2021-05-03T12:03:21.128Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
12:03:26 [2021-05-03T12:03:26.945Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
12:03:26 [2021-05-03T12:03:26.945Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
12:03:26 [2021-05-03T12:03:26.945Z] === RUN   TestDockerSuite/TestRunDNSOptions
12:03:26 [2021-05-03T12:03:26.945Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
12:03:26 [2021-05-03T12:03:26.945Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
12:03:26 [2021-05-03T12:03:26.945Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
12:03:26 [2021-05-03T12:03:26.945Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
12:03:35 [2021-05-03T12:03:35.539Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
12:03:35 [2021-05-03T12:03:35.539Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
12:03:35 [2021-05-03T12:03:35.539Z] === RUN   TestDockerSuite/TestRunDuplicateMount
12:03:35 [2021-05-03T12:03:35.539Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
12:03:37 [2021-05-03T12:03:37.086Z] === RUN   TestDockerSuite/TestRunEchoStdout
12:03:39 [2021-05-03T12:03:39.274Z] === RUN   TestDockerSuite/TestRunEmptyEnv
12:03:39 [2021-05-03T12:03:39.274Z] === RUN   TestDockerSuite/TestRunEntrypoint
12:03:41 [2021-05-03T12:03:41.462Z] === RUN   TestDockerSuite/TestRunEnvironment
12:03:41 [2021-05-03T12:03:41.462Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
12:03:41 [2021-05-03T12:03:41.463Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
12:03:41 [2021-05-03T12:03:41.463Z] === RUN   TestDockerSuite/TestRunExitCode
12:03:44 [2021-05-03T12:03:44.378Z] === RUN   TestDockerSuite/TestRunExitCodeOne
12:03:46 [2021-05-03T12:03:46.574Z] === RUN   TestDockerSuite/TestRunExitCodeZero
12:03:48 [2021-05-03T12:03:48.763Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
12:03:50 [2021-05-03T12:03:50.951Z] === RUN   TestDockerSuite/TestRunExposePort
12:03:50 [2021-05-03T12:03:50.951Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
12:03:51 [2021-05-03T12:03:51.413Z] === RUN   TestDockerSuite/TestRunGroupAdd
12:03:51 [2021-05-03T12:03:51.413Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
12:03:51 [2021-05-03T12:03:51.413Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
12:03:51 [2021-05-03T12:03:51.413Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
12:03:51 [2021-05-03T12:03:51.413Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
12:03:51 [2021-05-03T12:03:51.413Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
12:03:51 [2021-05-03T12:03:51.413Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
12:04:01 [2021-05-03T12:04:01.759Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
12:04:01 [2021-05-03T12:04:01.759Z] === RUN   TestDockerSuite/TestRunInvalidReference
12:04:01 [2021-05-03T12:04:01.759Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
12:04:01 [2021-05-03T12:04:01.759Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
12:04:01 [2021-05-03T12:04:01.759Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
12:04:01 [2021-05-03T12:04:01.759Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
12:04:01 [2021-05-03T12:04:01.759Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
12:04:07 [2021-05-03T12:04:07.569Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
12:04:07 [2021-05-03T12:04:07.569Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
12:04:09 [2021-05-03T12:04:09.756Z] === RUN   TestDockerSuite/TestRunModeHostname
12:04:09 [2021-05-03T12:04:09.757Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
12:04:09 [2021-05-03T12:04:09.757Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
12:04:09 [2021-05-03T12:04:09.757Z] === RUN   TestDockerSuite/TestRunModeIpcHost
12:04:09 [2021-05-03T12:04:09.757Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
12:04:09 [2021-05-03T12:04:09.757Z] === RUN   TestDockerSuite/TestRunModePIDContainer
12:04:09 [2021-05-03T12:04:09.757Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
12:04:09 [2021-05-03T12:04:09.757Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
12:04:09 [2021-05-03T12:04:09.757Z] === RUN   TestDockerSuite/TestRunModeUTSHost
12:04:09 [2021-05-03T12:04:09.757Z] === RUN   TestDockerSuite/TestRunMount
12:04:09 [2021-05-03T12:04:09.757Z] === RUN   TestDockerSuite/TestRunMountOrdering
12:04:09 [2021-05-03T12:04:09.757Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
12:04:09 [2021-05-03T12:04:09.757Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
12:04:09 [2021-05-03T12:04:09.757Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
12:04:16 [2021-05-03T12:04:16.850Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
12:04:16 [2021-05-03T12:04:16.850Z] === RUN   TestDockerSuite/TestRunNamedVolume
12:04:16 [2021-05-03T12:04:16.850Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
12:04:16 [2021-05-03T12:04:16.850Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
12:04:27 [2021-05-03T12:04:27.198Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
12:04:30 [2021-05-03T12:04:30.951Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
12:04:30 [2021-05-03T12:04:30.951Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
12:04:30 [2021-05-03T12:04:30.951Z] === RUN   TestDockerSuite/TestRunNetHost
12:04:30 [2021-05-03T12:04:30.951Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
12:04:30 [2021-05-03T12:04:30.951Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
12:04:30 [2021-05-03T12:04:30.951Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
12:04:30 [2021-05-03T12:04:30.951Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
12:04:30 [2021-05-03T12:04:30.951Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
12:04:30 [2021-05-03T12:04:30.951Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
12:04:30 [2021-05-03T12:04:30.951Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
12:04:31 [2021-05-03T12:04:31.413Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
12:04:32 [2021-05-03T12:04:32.956Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
12:04:35 [2021-05-03T12:04:35.144Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
12:04:37 [2021-05-03T12:04:37.349Z] === RUN   TestDockerSuite/TestRunNonExistingImage
12:04:38 [2021-05-03T12:04:38.323Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
12:04:40 [2021-05-03T12:04:40.511Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
12:04:40 [2021-05-03T12:04:40.973Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
12:04:40 [2021-05-03T12:04:40.973Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
12:04:40 [2021-05-03T12:04:40.973Z] === RUN   TestDockerSuite/TestRunPortInUse
12:04:40 [2021-05-03T12:04:40.973Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
12:04:40 [2021-05-03T12:04:40.973Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
12:04:40 [2021-05-03T12:04:40.973Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
12:04:40 [2021-05-03T12:04:40.973Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
12:04:40 [2021-05-03T12:04:40.973Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
12:04:43 [2021-05-03T12:04:43.895Z] === RUN   TestDockerSuite/TestRunPublishPort
12:04:43 [2021-05-03T12:04:43.895Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
12:04:43 [2021-05-03T12:04:43.895Z] === RUN   TestDockerSuite/TestRunReadProcLatency
12:04:43 [2021-05-03T12:04:43.895Z] === RUN   TestDockerSuite/TestRunReadProcTimer
12:04:43 [2021-05-03T12:04:43.895Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
12:04:43 [2021-05-03T12:04:43.895Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
12:04:58 [2021-05-03T12:04:58.735Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
12:04:58 [2021-05-03T12:04:58.735Z] === RUN   TestDockerSuite/TestRunRm
12:05:04 [2021-05-03T12:05:04.549Z] === RUN   TestDockerSuite/TestRunRmAndWait
12:05:10 [2021-05-03T12:05:10.360Z] === RUN   TestDockerSuite/TestRunRmPre125Api
12:05:17 [2021-05-03T12:05:17.456Z] === RUN   TestDockerSuite/TestRunRootWorkdir
12:05:19 [2021-05-03T12:05:19.646Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
12:05:22 [2021-05-03T12:05:22.566Z] === RUN   TestDockerSuite/TestRunSetMacAddress
12:05:24 [2021-05-03T12:05:24.759Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
12:05:24 [2021-05-03T12:05:24.759Z] === RUN   TestDockerSuite/TestRunState
12:05:24 [2021-05-03T12:05:24.759Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
12:05:27 [2021-05-03T12:05:27.679Z] === RUN   TestDockerSuite/TestRunStdinPipe
12:05:27 [2021-05-03T12:05:27.679Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
12:05:29 [2021-05-03T12:05:29.226Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
12:05:29 [2021-05-03T12:05:29.226Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
12:05:29 [2021-05-03T12:05:29.226Z] === RUN   TestDockerSuite/TestRunTLSVerify
12:05:29 [2021-05-03T12:05:29.688Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
12:05:29 [2021-05-03T12:05:29.688Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
12:05:29 [2021-05-03T12:05:29.688Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
12:05:35 [2021-05-03T12:05:35.510Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
12:05:35 [2021-05-03T12:05:35.510Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
12:05:35 [2021-05-03T12:05:35.510Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
12:05:35 [2021-05-03T12:05:35.510Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
12:05:35 [2021-05-03T12:05:35.510Z] === RUN   TestDockerSuite/TestRunUnshareProc
12:05:35 [2021-05-03T12:05:35.510Z] === RUN   TestDockerSuite/TestRunUserByID
12:05:35 [2021-05-03T12:05:35.510Z] === RUN   TestDockerSuite/TestRunUserByIDBig
12:05:35 [2021-05-03T12:05:35.510Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
12:05:35 [2021-05-03T12:05:35.510Z] === RUN   TestDockerSuite/TestRunUserByIDZero
12:05:35 [2021-05-03T12:05:35.510Z] === RUN   TestDockerSuite/TestRunUserByName
12:05:35 [2021-05-03T12:05:35.510Z] === RUN   TestDockerSuite/TestRunUserDefaults
12:05:37 [2021-05-03T12:05:37.056Z] === RUN   TestDockerSuite/TestRunUserNotFound
12:05:37 [2021-05-03T12:05:37.518Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
12:05:39 [2021-05-03T12:05:39.709Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
12:05:39 [2021-05-03T12:05:39.709Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
12:05:39 [2021-05-03T12:05:39.709Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
12:05:42 [2021-05-03T12:05:42.634Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
12:05:49 [2021-05-03T12:05:49.732Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
12:05:54 [2021-05-03T12:05:54.445Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
12:06:01 [2021-05-03T12:06:01.549Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
12:06:01 [2021-05-03T12:06:01.549Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
12:06:01 [2021-05-03T12:06:01.549Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
12:06:04 [2021-05-03T12:06:04.469Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
12:06:07 [2021-05-03T12:06:07.389Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
12:06:09 [2021-05-03T12:06:09.578Z] === RUN   TestDockerSuite/TestRunWithBadDevice
12:06:09 [2021-05-03T12:06:09.578Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
12:06:10 [2021-05-03T12:06:10.040Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
12:06:10 [2021-05-03T12:06:10.040Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
12:06:10 [2021-05-03T12:06:10.040Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
12:06:10 [2021-05-03T12:06:10.040Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
12:06:10 [2021-05-03T12:06:10.040Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
12:06:10 [2021-05-03T12:06:10.040Z] === RUN   TestDockerSuite/TestRunWithUlimits
12:06:10 [2021-05-03T12:06:10.040Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
12:06:14 [2021-05-03T12:06:14.754Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
12:06:16 [2021-05-03T12:06:16.301Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
12:06:18 [2021-05-03T12:06:18.494Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
12:06:23 [2021-05-03T12:06:23.207Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
12:06:23 [2021-05-03T12:06:23.207Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
12:06:23 [2021-05-03T12:06:23.669Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
12:06:23 [2021-05-03T12:06:23.669Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
12:06:23 [2021-05-03T12:06:23.669Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
12:06:23 [2021-05-03T12:06:23.669Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
12:06:23 [2021-05-03T12:06:23.669Z] === RUN   TestDockerSuite/TestSaveCheckTimes
12:06:23 [2021-05-03T12:06:23.669Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
12:06:23 [2021-05-03T12:06:23.669Z] === RUN   TestDockerSuite/TestSaveImageId
12:06:23 [2021-05-03T12:06:23.669Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
12:06:23 [2021-05-03T12:06:23.669Z] === RUN   TestDockerSuite/TestSaveLoadParents
12:06:23 [2021-05-03T12:06:23.669Z] === RUN   TestDockerSuite/TestSaveMultipleNames
12:06:23 [2021-05-03T12:06:23.669Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
12:06:23 [2021-05-03T12:06:23.669Z] === RUN   TestDockerSuite/TestSaveSingleTag
12:06:23 [2021-05-03T12:06:23.669Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
12:06:23 [2021-05-03T12:06:23.669Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
12:06:23 [2021-05-03T12:06:23.669Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
12:06:23 [2021-05-03T12:06:23.669Z] === RUN   TestDockerSuite/TestSearchCmdOptions
12:06:25 [2021-05-03T12:06:25.859Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
12:06:26 [2021-05-03T12:06:26.321Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
12:06:26 [2021-05-03T12:06:26.783Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
12:06:26 [2021-05-03T12:06:26.783Z] === RUN   TestDockerSuite/TestSearchWithLimit
12:06:28 [2021-05-03T12:06:28.439Z] === RUN   TestDockerSuite/TestSlowStdinClosing
12:06:37 [2021-05-03T12:06:37.041Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
12:06:37 [2021-05-03T12:06:37.041Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
12:06:44 [2021-05-03T12:06:44.144Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
12:06:44 [2021-05-03T12:06:44.144Z] === RUN   TestDockerSuite/TestStartAttachSilent
12:06:48 [2021-05-03T12:06:48.853Z] === RUN   TestDockerSuite/TestStartAttachWithRename
12:06:48 [2021-05-03T12:06:48.853Z] === RUN   TestDockerSuite/TestStartMultipleContainers
12:06:48 [2021-05-03T12:06:48.853Z] === RUN   TestDockerSuite/TestStartPausedContainer
12:06:48 [2021-05-03T12:06:48.853Z] === RUN   TestDockerSuite/TestStartRecordError
12:06:48 [2021-05-03T12:06:48.853Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
12:06:59 [2021-05-03T12:06:59.212Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
12:06:59 [2021-05-03T12:06:59.674Z] === RUN   TestDockerSuite/TestStatsAllNoStream
12:06:59 [2021-05-03T12:06:59.674Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
12:06:59 [2021-05-03T12:06:59.674Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
12:06:59 [2021-05-03T12:06:59.674Z] === RUN   TestDockerSuite/TestStatsFormatAll
12:06:59 [2021-05-03T12:06:59.674Z] === RUN   TestDockerSuite/TestStatsNoStream
12:06:59 [2021-05-03T12:06:59.674Z] === RUN   TestDockerSuite/TestTopMultipleArgs
12:07:01 [2021-05-03T12:07:01.866Z] === RUN   TestDockerSuite/TestTopNonPrivileged
12:07:04 [2021-05-03T12:07:04.785Z] === RUN   TestDockerSuite/TestTopPrivileged
12:07:04 [2021-05-03T12:07:04.785Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
12:07:06 [2021-05-03T12:07:06.978Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
12:07:06 [2021-05-03T12:07:06.978Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
12:07:06 [2021-05-03T12:07:06.978Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
12:07:06 [2021-05-03T12:07:06.978Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
12:07:06 [2021-05-03T12:07:06.978Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
12:07:06 [2021-05-03T12:07:06.978Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
12:07:06 [2021-05-03T12:07:06.978Z] === RUN   TestDockerSuite/TestVolumeCLICreate
12:07:24 [2021-05-03T12:07:24.704Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
12:07:24 [2021-05-03T12:07:24.704Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
12:07:24 [2021-05-03T12:07:24.704Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
12:07:24 [2021-05-03T12:07:24.704Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
12:07:24 [2021-05-03T12:07:24.704Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
12:07:24 [2021-05-03T12:07:24.704Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
12:07:24 [2021-05-03T12:07:24.704Z] === RUN   TestDockerSuite/TestVolumeCLILs
12:07:31 [2021-05-03T12:07:31.807Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
12:07:31 [2021-05-03T12:07:31.807Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
12:07:34 [2021-05-03T12:07:34.728Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
12:07:34 [2021-05-03T12:07:34.728Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
12:07:35 [2021-05-03T12:07:35.190Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
12:07:35 [2021-05-03T12:07:35.652Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
12:07:35 [2021-05-03T12:07:35.652Z] === RUN   TestDockerSuite/TestVolumeCLIRm
12:07:44 [2021-05-03T12:07:44.256Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
12:07:44 [2021-05-03T12:07:44.256Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
12:07:44 [2021-05-03T12:07:44.718Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
12:07:45 [2021-05-03T12:07:45.181Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
12:07:45 [2021-05-03T12:07:45.181Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
12:07:53 [2021-05-03T12:07:53.781Z] === RUN   TestDockerSuite/TestVolumeLsFormat
12:07:53 [2021-05-03T12:07:53.781Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
12:07:53 [2021-05-03T12:07:53.781Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
12:08:14 [2021-05-03T12:08:14.923Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
12:08:14 [2021-05-03T12:08:14.923Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
12:08:14 [2021-05-03T12:08:14.923Z] --- PASS: TestDockerSuite (2811.01s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_api_network_test.go:242: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_api_test.go:77: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (1.13s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.26s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.61s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.34s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (137.45s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.81s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_api_network_test.go:131: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_api_network_test.go:30: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_api_network_test.go:68: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_api_network_test.go:21: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_api_network_test.go:173: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_api_network_test.go:74: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_api_network_test.go:100: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.07s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.35s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.33s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_cli_run_test.go:3155: unmatched requirement Apparmor
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_cli_run_test.go:3133: unmatched requirement Apparmor
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.31s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_cli_attach_test.go:170: unmatched requirement IsPausable
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (6.60s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (130.33s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.52s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_api_build_test.go:177: unmatched requirement UnixCli
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (6.03s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.37s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.98s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.27s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.03s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.40s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.66s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.10s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (12.42s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (5.20s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.14s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.51s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.75s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (9.97s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.57s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildAddTar (45.21s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.42s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (18.69s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.83s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.61s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (7.73s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.17s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.13s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (9.74s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (8.70s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.41s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (5.78s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (6.76s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.61s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (42.82s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.77s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.83s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.44s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.47s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.63s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.48s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_api_build_test.go:402: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_cli_build_test.go:3571: unmatched requirement UnixCli
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.54s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (1.10s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.62s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.58s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.60s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.46s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.36s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (1.30s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.50s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.07s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.02s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.56s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.94s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.72s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.43s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (33.66s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.57s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.31s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.54s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.40s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.42s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.57s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (33.14s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.78s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.43s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (17.94s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.84s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.93s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.73s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.87s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (7.71s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (84.70s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.74s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.43s)
12:08:14 [2021-05-03T12:08:14.923Z]         docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (91.91s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.78s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.90s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (19.70s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (15.96s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (20.50s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (43.64s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (20.94s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (10.91s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (102.22s)
12:08:14 [2021-05-03T12:08:14.923Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.53s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.42s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.61s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.18s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.52s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.60s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.56s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.44s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.99s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestBuildEnv (0.03s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.38s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.95s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.06s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (5.16s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (15.08s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.67s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestBuildExpose (0.03s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildFails (7.22s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.12s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (10.69s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (7.09s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildForceRm (7.02s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildFromGit (6.05s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.41s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.80s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_build_test.go:3698: unmatched requirement UnixCli
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.81s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.62s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (13.80s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildHistory (12.21s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildIidFile (1.07s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.23s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.84s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.10s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.64s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildLabel (1.06s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.71s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.07s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.67s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildLabels (1.12s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (1.70s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.32s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestBuildLastModified (0.10s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestBuildLineBreak (0.07s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.11s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.11s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.10s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.67s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (0.88s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.47s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (25.50s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.62s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (37.20s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (29.98s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.53s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (11.34s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.82s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (17.50s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.94s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.71s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildNoContext (2.91s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (9.59s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.61s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.26s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.13s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.73s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.13s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.49s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (9.46s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.82s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (9.34s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.88s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (8.93s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.43s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.04s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.24s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestBuildPATH (0.02s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.29s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (42.77s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (29.22s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildRm (13.91s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.65s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.52s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_api_build_test.go:513: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.60s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.84s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (8.68s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (4.64s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (16.57s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.94s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.71s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (9.65s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.34s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.30s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.12s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildStderr (4.88s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (21.03s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestBuildStopSignal (0.42s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.39s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.45s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (4.96s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.78s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestBuildUser (0.03s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (4.47s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.61s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.03s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (22.88s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.97s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildWindowsUser (8.95s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (10.61s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.42s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (2.72s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.41s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildWithRecycleBin (11.47s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (4.84s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.49s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (18.85s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.42s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.43s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.36s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (8.39s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.13s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestBuildXZHost (0.40s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_sni_test.go:18: Flakey test
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.30s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.63s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestCommitChange (10.12s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (5.61s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestCommitNewFile (6.87s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestCommitTTY (7.31s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.85s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.08s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (11.75s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (7.23s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.34s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (2.58s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.56s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (2.70s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.28s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.29s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s)
12:08:14 [2021-05-03T12:08:14.924Z]         docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.38s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.40s)
12:08:14 [2021-05-03T12:08:14.924Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (7.19s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (2.13s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.67s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.25s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (2.32s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (8.71s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.08s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.07s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (2.00s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (3.01s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.35s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.08s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (4.46s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.14s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.13s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (33.68s)
12:08:14 [2021-05-03T12:08:14.925Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false__<nil>_<nil>_<nil>} (2.73s)
12:08:14 [2021-05-03T12:08:14.925Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false__<nil>_<nil>_<nil>} (7.67s)
12:08:14 [2021-05-03T12:08:14.925Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false__<nil>_<nil>_<nil>} (2.72s)
12:08:14 [2021-05-03T12:08:14.925Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true__<nil>_<nil>_<nil>} (7.65s)
12:08:14 [2021-05-03T12:08:14.925Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false__<nil>_0xc0002dc5c0_<nil>} (2.65s)
12:08:14 [2021-05-03T12:08:14.925Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1216131174_c:\foo_false__<nil>_<nil>_<nil>} (2.56s)
12:08:14 [2021-05-03T12:08:14.925Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1216131174_c:\foo_true__<nil>_<nil>_<nil>} (7.66s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.30s)
12:08:14 [2021-05-03T12:08:14.925Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s)
12:08:14 [2021-05-03T12:08:14.925Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s)
12:08:14 [2021-05-03T12:08:14.925Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s)
12:08:14 [2021-05-03T12:08:14.925Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
12:08:14 [2021-05-03T12:08:14.925Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
12:08:14 [2021-05-03T12:08:14.925Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.05s)
12:08:14 [2021-05-03T12:08:14.925Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.06s)
12:08:14 [2021-05-03T12:08:14.925Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.06s)
12:08:14 [2021-05-03T12:08:14.925Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s)
12:08:14 [2021-05-03T12:08:14.925Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.06s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (7.44s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (2.55s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestCpRelativePath (7.47s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestCpToCaseA (4.63s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestCpToCaseB (2.56s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestCpToCaseE (9.80s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestCpToCaseH (14.51s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestCpToDot (2.66s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestCpToStdout (2.65s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.19s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.19s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestCreateByImageID (2.10s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (2.32s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.18s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.18s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.05s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.72s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.19s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestCreateRM (0.39s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.19s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.36s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (17.79s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.22s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.63s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.89s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.18s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.50s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.16s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestDockerFails (0.07s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestEventsAttach (0.01s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestEventsCommit (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (2.50s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.42s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.54s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (12.73s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestEventsCopy (5.26s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (5.15s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (7.19s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.86s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (4.01s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (0.96s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestEventsFilterType (1.05s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestEventsFilters (4.80s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestEventsFormat (4.84s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.18s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestEventsRename (2.48s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestEventsResize (7.84s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.56s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.84s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.85s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestEventsTop (0.02s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.77s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.00s)
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestExec (0.01s)
12:08:14 [2021-05-03T12:08:14.925Z]         docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.925Z]     --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.17s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.05s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.27s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.26s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.29s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.11s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.27s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestExecCgroup (0.02s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestExecEnv (0.02s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestExecExitStatus (2.36s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestExecInspectID (4.78s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestExecInteractive (0.01s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestExecParseError (0.02s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_exec_test.go:133: unmatched requirement IsPausable
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.57s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestExecStartFails (0.01s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.38s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestExecUlimits (0.02s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (6.03s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestExecWithUser (0.01s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestGetContainerStats (6.17s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.19s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.23s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.22s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.13s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestHealth (0.02s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.08s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.08s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.75s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.08s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.08s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.35s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.67s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.13s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.09s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.94s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.27s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.29s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.91s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.23s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.89s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.08s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestImportBadURL (2.44s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestImportDisplay (0.01s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestImportFile (0.02s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestImportGzipped (0.02s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_info_test.go:70: unmatched requirement IsPausable
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.08s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.36s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.99s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.10s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.43s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.19s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.40s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestInspectDefault (2.40s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestInspectHistory (4.82s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestInspectImage (0.02s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestInspectInt64 (2.43s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (2.40s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.21s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.40s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.30s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.08s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.27s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestInspectStatus (2.87s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.76s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (2.42s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.36s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.29s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.32s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.33s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.29s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.04s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.06s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (5.67s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.57s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.39s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.08s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.40s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.69s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.53s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.80s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.78s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (2.46s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.50s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestLogsSince (9.20s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestLogsTail (2.88s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (2.62s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (2.38s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestNetHostname (0.01s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestPluginActive (0.02s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.08s)
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s)
12:08:14 [2021-05-03T12:08:14.926Z]         docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.926Z]     --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestPortList (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (9.57s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.67s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestPsByOrder (8.75s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (12.71s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (14.43s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.30s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.82s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.90s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (7.65s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.80s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.10s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.88s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestPsShowMounts (7.58s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.64s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.27s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.93s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.19s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.20s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (4.16s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (21.79s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (6.07s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.27s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.18s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.79s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (4.36s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.33s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (4.38s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.07s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.30s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (14.93s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.07s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.74s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.91s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (5.62s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (8.26s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (4.51s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRmiTag (0.70s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.49s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (17.47s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.80s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.17s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.30s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunAddHost (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.12s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.66s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.90s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.46s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.33s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.48s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.08s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRunBindMounts (4.72s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.29s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.32s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (2.08s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.40s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.53s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.36s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (2.37s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.16s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.74s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (7.28s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.13s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.35s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (2.32s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (2.44s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRunExitCode (2.33s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (2.36s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (2.27s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.46s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.07s)
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.927Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s)
12:08:14 [2021-05-03T12:08:14.927Z]         docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (9.00s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.02s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.91s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunMount (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (7.21s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (9.91s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.21s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunNetHost (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.37s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.19s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.29s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.25s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (1.21s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.12s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.29s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.02s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:2860: unmatched requirement Apparmor
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (12.86s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestRunRm (7.31s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (5.71s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (7.37s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (2.42s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.30s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestRunSetMacAddress (2.74s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunState (0.01s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.38s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.14s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.19s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.02s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:2899: unmatched requirement Apparmor
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunUserByID (0.01s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunUserByName (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (2.41s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunUserNotFound (0.03s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.37s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.13s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (7.03s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.63s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.89s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.13s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.71s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (3.08s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.44s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.32s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.82s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.37s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.91s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:3016: unmatched requirement Apparmor
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestSaveImageId (0.01s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (2.22s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.41s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.40s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.26s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (1.68s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (7.16s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (8.33s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s)
12:08:14 [2021-05-03T12:08:14.928Z]         docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.928Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (4.22s)
12:08:14 [2021-05-03T12:08:14.928Z]     --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s)
12:08:14 [2021-05-03T12:08:14.929Z]         docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s)
12:08:14 [2021-05-03T12:08:14.929Z]         docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s)
12:08:14 [2021-05-03T12:08:14.929Z]         docker_cli_start_test.go:99: unmatched requirement IsPausable
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerSuite/TestStartRecordError (0.02s)
12:08:14 [2021-05-03T12:08:14.929Z]         docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (10.97s)
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s)
12:08:14 [2021-05-03T12:08:14.929Z]         docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s)
12:08:14 [2021-05-03T12:08:14.929Z]         docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s)
12:08:14 [2021-05-03T12:08:14.929Z]         docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s)
12:08:14 [2021-05-03T12:08:14.929Z]         docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s)
12:08:14 [2021-05-03T12:08:14.929Z]         docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s)
12:08:14 [2021-05-03T12:08:14.929Z]         docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (2.39s)
12:08:14 [2021-05-03T12:08:14.929Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (2.55s)
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s)
12:08:14 [2021-05-03T12:08:14.929Z]         docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.40s)
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s)
12:08:14 [2021-05-03T12:08:14.929Z]         docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s)
12:08:14 [2021-05-03T12:08:14.929Z]         docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s)
12:08:14 [2021-05-03T12:08:14.929Z]         docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s)
12:08:14 [2021-05-03T12:08:14.929Z]         docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s)
12:08:14 [2021-05-03T12:08:14.929Z]         docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s)
12:08:14 [2021-05-03T12:08:14.929Z]         docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.32s)
12:08:14 [2021-05-03T12:08:14.929Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.15s)
12:08:14 [2021-05-03T12:08:14.929Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.22s)
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s)
12:08:14 [2021-05-03T12:08:14.929Z]         docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.36s)
12:08:14 [2021-05-03T12:08:14.929Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.32s)
12:08:14 [2021-05-03T12:08:14.929Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.15s)
12:08:14 [2021-05-03T12:08:14.929Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (7.60s)
12:08:14 [2021-05-03T12:08:14.929Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.08s)
12:08:14 [2021-05-03T12:08:14.929Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.25s)
12:08:14 [2021-05-03T12:08:14.929Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.44s)
12:08:14 [2021-05-03T12:08:14.929Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.47s)
12:08:14 [2021-05-03T12:08:14.929Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.08s)
12:08:14 [2021-05-03T12:08:14.929Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.20s)
12:08:14 [2021-05-03T12:08:14.929Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (8.57s)
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s)
12:08:14 [2021-05-03T12:08:14.929Z]         docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.68s)
12:08:14 [2021-05-03T12:08:14.929Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.22s)
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s)
12:08:14 [2021-05-03T12:08:14.929Z]         docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (7.36s)
12:08:14 [2021-05-03T12:08:14.929Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.29s)
12:08:14 [2021-05-03T12:08:14.929Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.29s)
12:08:14 [2021-05-03T12:08:14.929Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (19.08s)
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s)
12:08:14 [2021-05-03T12:08:14.929Z]         docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.59s)
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerRegistrySuite
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerRegistrySuite/TestV2Only
12:08:14 [2021-05-03T12:08:14.929Z] --- PASS: TestDockerRegistrySuite (0.16s)
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerSchema1RegistrySuite
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPush
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBadTag
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBusyboxImage
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerSchema1RegistrySuite/TestPushEmptyLayer
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerSchema1RegistrySuite/TestPushMultipleTags
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerSchema1RegistrySuite/TestPushUntagged
12:08:14 [2021-05-03T12:08:14.929Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:212: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:212: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:212: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:212: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:212: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:212: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:212: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:212: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:212: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:212: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:212: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:212: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:212: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:212: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:212: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:212: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:212: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:212: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
12:08:14 [2021-05-03T12:08:14.929Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
12:08:14 [2021-05-03T12:08:14.929Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.04s)
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:239: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:239: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
12:08:14 [2021-05-03T12:08:14.929Z]         check_test.go:239: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.929Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
12:08:14 [2021-05-03T12:08:14.930Z]         check_test.go:239: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
12:08:14 [2021-05-03T12:08:14.930Z]         check_test.go:239: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
12:08:14 [2021-05-03T12:08:14.930Z]         check_test.go:239: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
12:08:14 [2021-05-03T12:08:14.930Z]         check_test.go:239: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
12:08:14 [2021-05-03T12:08:14.930Z]         check_test.go:239: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z] === RUN   TestDockerRegistryAuthTokenSuite
12:08:14 [2021-05-03T12:08:14.930Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
12:08:14 [2021-05-03T12:08:14.930Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
12:08:14 [2021-05-03T12:08:14.930Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
12:08:14 [2021-05-03T12:08:14.930Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
12:08:14 [2021-05-03T12:08:14.930Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
12:08:14 [2021-05-03T12:08:14.930Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s)
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
12:08:14 [2021-05-03T12:08:14.930Z]         check_test.go:268: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
12:08:14 [2021-05-03T12:08:14.930Z]         check_test.go:268: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
12:08:14 [2021-05-03T12:08:14.930Z]         check_test.go:268: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
12:08:14 [2021-05-03T12:08:14.930Z]         check_test.go:268: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
12:08:14 [2021-05-03T12:08:14.930Z]         check_test.go:268: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z] === RUN   TestDockerDaemonSuite
12:08:14 [2021-05-03T12:08:14.930Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
12:08:14 [2021-05-03T12:08:14.930Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
12:08:14 [2021-05-03T12:08:14.930Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
12:08:14 [2021-05-03T12:08:14.930Z] --- PASS: TestDockerDaemonSuite (0.00s)
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
12:08:14 [2021-05-03T12:08:14.930Z]         check_test.go:302: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
12:08:14 [2021-05-03T12:08:14.930Z]         check_test.go:302: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
12:08:14 [2021-05-03T12:08:14.930Z]         check_test.go:302: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z] === RUN   TestDockerSwarmSuite
12:08:14 [2021-05-03T12:08:14.930Z] --- PASS: TestDockerSwarmSuite (0.00s)
12:08:14 [2021-05-03T12:08:14.930Z] === RUN   TestDockerPluginSuite
12:08:14 [2021-05-03T12:08:14.930Z] === RUN   TestDockerPluginSuite/TestPluginBasicOps
12:08:14 [2021-05-03T12:08:14.930Z] === RUN   TestDockerPluginSuite/TestPluginCreate
12:08:14 [2021-05-03T12:08:14.930Z] === RUN   TestDockerPluginSuite/TestPluginEnableDisableNegative
12:08:14 [2021-05-03T12:08:14.930Z] === RUN   TestDockerPluginSuite/TestPluginForceRemove
12:08:14 [2021-05-03T12:08:14.930Z] === RUN   TestDockerPluginSuite/TestPluginIDPrefix
12:08:14 [2021-05-03T12:08:14.930Z] === RUN   TestDockerPluginSuite/TestPluginInspect
12:08:14 [2021-05-03T12:08:14.930Z] === RUN   TestDockerPluginSuite/TestPluginInstallArgs
12:08:14 [2021-05-03T12:08:14.930Z] === RUN   TestDockerPluginSuite/TestPluginInstallDisable
12:08:14 [2021-05-03T12:08:14.930Z] === RUN   TestDockerPluginSuite/TestPluginInstallImage
12:08:14 [2021-05-03T12:08:14.930Z] === RUN   TestDockerPluginSuite/TestPluginListDefaultFormat
12:08:14 [2021-05-03T12:08:14.930Z] === RUN   TestDockerPluginSuite/TestPluginSet
12:08:14 [2021-05-03T12:08:14.930Z] --- PASS: TestDockerPluginSuite (0.02s)
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s)
12:08:14 [2021-05-03T12:08:14.930Z]         check_test.go:407: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s)
12:08:14 [2021-05-03T12:08:14.930Z]         check_test.go:407: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
12:08:14 [2021-05-03T12:08:14.930Z]         check_test.go:407: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s)
12:08:14 [2021-05-03T12:08:14.930Z]         check_test.go:407: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
12:08:14 [2021-05-03T12:08:14.930Z]         check_test.go:407: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s)
12:08:14 [2021-05-03T12:08:14.930Z]         check_test.go:407: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
12:08:14 [2021-05-03T12:08:14.930Z]         check_test.go:407: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
12:08:14 [2021-05-03T12:08:14.930Z]         check_test.go:407: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s)
12:08:14 [2021-05-03T12:08:14.930Z]         check_test.go:407: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
12:08:14 [2021-05-03T12:08:14.930Z]         check_test.go:407: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s)
12:08:14 [2021-05-03T12:08:14.930Z]         check_test.go:407: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z] === RUN   TestDockerExternalVolumeSuite
12:08:14 [2021-05-03T12:08:14.930Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s)
12:08:14 [2021-05-03T12:08:14.930Z]     check_test.go:128: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z] === RUN   TestDockerNetworkSuite
12:08:14 [2021-05-03T12:08:14.930Z] --- SKIP: TestDockerNetworkSuite (0.00s)
12:08:14 [2021-05-03T12:08:14.930Z]     check_test.go:134: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z] === RUN   TestDockerHubPullSuite
12:08:14 [2021-05-03T12:08:14.930Z] --- SKIP: TestDockerHubPullSuite (0.00s)
12:08:14 [2021-05-03T12:08:14.930Z]     check_test.go:142: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z] PASS
12:08:14 [2021-05-03T12:08:14.930Z] ok  	github.com/docker/docker/integration-cli	2811.792s
12:08:14 [2021-05-03T12:08:14.930Z] 
12:08:14 [2021-05-03T12:08:14.930Z] === Skipped
12:08:14 [2021-05-03T12:08:14.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s)
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s)
12:08:14 [2021-05-03T12:08:14.930Z]         docker_api_network_test.go:242: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z] 
12:08:14 [2021-05-03T12:08:14.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s)
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s)
12:08:14 [2021-05-03T12:08:14.930Z]         docker_api_test.go:77: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z] 
12:08:14 [2021-05-03T12:08:14.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s)
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s)
12:08:14 [2021-05-03T12:08:14.930Z]         docker_api_network_test.go:131: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z] 
12:08:14 [2021-05-03T12:08:14.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
12:08:14 [2021-05-03T12:08:14.930Z]         docker_api_network_test.go:30: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z] 
12:08:14 [2021-05-03T12:08:14.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s)
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s)
12:08:14 [2021-05-03T12:08:14.930Z]         docker_api_network_test.go:68: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z] 
12:08:14 [2021-05-03T12:08:14.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s)
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s)
12:08:14 [2021-05-03T12:08:14.930Z]         docker_api_network_test.go:21: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z] 
12:08:14 [2021-05-03T12:08:14.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s)
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s)
12:08:14 [2021-05-03T12:08:14.930Z]         docker_api_network_test.go:173: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z] 
12:08:14 [2021-05-03T12:08:14.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
12:08:14 [2021-05-03T12:08:14.930Z]         docker_api_network_test.go:74: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z] 
12:08:14 [2021-05-03T12:08:14.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
12:08:14 [2021-05-03T12:08:14.930Z]         docker_api_network_test.go:100: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z] 
12:08:14 [2021-05-03T12:08:14.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s)
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s)
12:08:14 [2021-05-03T12:08:14.930Z]         docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z] 
12:08:14 [2021-05-03T12:08:14.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s)
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s)
12:08:14 [2021-05-03T12:08:14.930Z]         docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z] 
12:08:14 [2021-05-03T12:08:14.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s)
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s)
12:08:14 [2021-05-03T12:08:14.930Z]         docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z] 
12:08:14 [2021-05-03T12:08:14.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s)
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s)
12:08:14 [2021-05-03T12:08:14.930Z]         docker_cli_run_test.go:3155: unmatched requirement Apparmor
12:08:14 [2021-05-03T12:08:14.930Z] 
12:08:14 [2021-05-03T12:08:14.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s)
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s)
12:08:14 [2021-05-03T12:08:14.930Z]         docker_cli_run_test.go:3133: unmatched requirement Apparmor
12:08:14 [2021-05-03T12:08:14.930Z] 
12:08:14 [2021-05-03T12:08:14.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s)
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s)
12:08:14 [2021-05-03T12:08:14.930Z]         docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z] 
12:08:14 [2021-05-03T12:08:14.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s)
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s)
12:08:14 [2021-05-03T12:08:14.930Z]         docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z] 
12:08:14 [2021-05-03T12:08:14.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s)
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s)
12:08:14 [2021-05-03T12:08:14.930Z]         docker_cli_attach_test.go:170: unmatched requirement IsPausable
12:08:14 [2021-05-03T12:08:14.930Z] 
12:08:14 [2021-05-03T12:08:14.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s)
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s)
12:08:14 [2021-05-03T12:08:14.930Z]         docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z] 
12:08:14 [2021-05-03T12:08:14.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.52s)
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.52s)
12:08:14 [2021-05-03T12:08:14.930Z]         docker_api_build_test.go:177: unmatched requirement UnixCli
12:08:14 [2021-05-03T12:08:14.930Z] 
12:08:14 [2021-05-03T12:08:14.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s)
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s)
12:08:14 [2021-05-03T12:08:14.930Z]         docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z] 
12:08:14 [2021-05-03T12:08:14.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s)
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s)
12:08:14 [2021-05-03T12:08:14.930Z]         docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z] 
12:08:14 [2021-05-03T12:08:14.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s)
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s)
12:08:14 [2021-05-03T12:08:14.930Z]         docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z] 
12:08:14 [2021-05-03T12:08:14.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s)
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s)
12:08:14 [2021-05-03T12:08:14.930Z]         docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z] 
12:08:14 [2021-05-03T12:08:14.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s)
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s)
12:08:14 [2021-05-03T12:08:14.930Z]         docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z] 
12:08:14 [2021-05-03T12:08:14.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s)
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s)
12:08:14 [2021-05-03T12:08:14.930Z]         docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z] 
12:08:14 [2021-05-03T12:08:14.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.04s)
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s)
12:08:14 [2021-05-03T12:08:14.930Z]         docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z] 
12:08:14 [2021-05-03T12:08:14.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s)
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s)
12:08:14 [2021-05-03T12:08:14.930Z]         docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z] 
12:08:14 [2021-05-03T12:08:14.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s)
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s)
12:08:14 [2021-05-03T12:08:14.930Z]         docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z] 
12:08:14 [2021-05-03T12:08:14.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s)
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s)
12:08:14 [2021-05-03T12:08:14.930Z]         docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z] 
12:08:14 [2021-05-03T12:08:14.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s)
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s)
12:08:14 [2021-05-03T12:08:14.930Z]         docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z] 
12:08:14 [2021-05-03T12:08:14.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.42s)
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.42s)
12:08:14 [2021-05-03T12:08:14.930Z]         docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z] 
12:08:14 [2021-05-03T12:08:14.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.83s)
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.83s)
12:08:14 [2021-05-03T12:08:14.930Z]         docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z] 
12:08:14 [2021-05-03T12:08:14.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.17s)
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.17s)
12:08:14 [2021-05-03T12:08:14.930Z]         docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z] 
12:08:14 [2021-05-03T12:08:14.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.41s)
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.41s)
12:08:14 [2021-05-03T12:08:14.930Z]         docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z] 
12:08:14 [2021-05-03T12:08:14.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s)
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s)
12:08:14 [2021-05-03T12:08:14.930Z]         docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z] 
12:08:14 [2021-05-03T12:08:14.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
12:08:14 [2021-05-03T12:08:14.930Z]         docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z] 
12:08:14 [2021-05-03T12:08:14.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s)
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s)
12:08:14 [2021-05-03T12:08:14.930Z]         docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z] 
12:08:14 [2021-05-03T12:08:14.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s)
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s)
12:08:14 [2021-05-03T12:08:14.930Z]         docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z] 
12:08:14 [2021-05-03T12:08:14.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s)
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s)
12:08:14 [2021-05-03T12:08:14.930Z]         docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z] 
12:08:14 [2021-05-03T12:08:14.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.83s)
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.83s)
12:08:14 [2021-05-03T12:08:14.930Z]         docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z] 
12:08:14 [2021-05-03T12:08:14.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.44s)
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.44s)
12:08:14 [2021-05-03T12:08:14.930Z]         docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z] 
12:08:14 [2021-05-03T12:08:14.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.05s)
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s)
12:08:14 [2021-05-03T12:08:14.930Z]         docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z] 
12:08:14 [2021-05-03T12:08:14.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.05s)
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s)
12:08:14 [2021-05-03T12:08:14.930Z]         docker_api_build_test.go:402: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z] 
12:08:14 [2021-05-03T12:08:14.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s)
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s)
12:08:14 [2021-05-03T12:08:14.930Z]         docker_cli_build_test.go:3571: unmatched requirement UnixCli
12:08:14 [2021-05-03T12:08:14.930Z] 
12:08:14 [2021-05-03T12:08:14.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s)
12:08:14 [2021-05-03T12:08:14.930Z]     --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s)
12:08:14 [2021-05-03T12:08:14.930Z]         docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.930Z] 
12:08:14 [2021-05-03T12:08:14.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.40s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.40s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.42s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.42s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.43s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.43s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.43s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.43s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.42s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.42s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildEnv (0.03s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.38s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.38s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.05s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildExpose (0.03s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:3698: unmatched requirement UnixCli
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.05s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.10s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildLastModified (0.10s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.07s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildLineBreak (0.07s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.07s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.05s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildPATH (0.02s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.52s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.52s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_api_build_test.go:513: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.42s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildStopSignal (0.42s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildUser (0.03s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.42s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.42s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.41s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.41s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.42s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.42s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.43s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.43s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.40s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestBuildXZHost (0.40s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_sni_test.go:18: Flakey test
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s)
12:08:14 [2021-05-03T12:08:14.931Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s)
12:08:14 [2021-05-03T12:08:14.931Z]         docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.931Z] 
12:08:14 [2021-05-03T12:08:14.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.932Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s)
12:08:14 [2021-05-03T12:08:14.932Z]         docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.932Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestEventsAttach (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestEventsCommit (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestEventsTop (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestExec (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestExecCgroup (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestExecEnv (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestExecInteractive (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestExecParseError (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_exec_test.go:133: unmatched requirement IsPausable
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestExecStartFails (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestExecUlimits (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestExecWithUser (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestHealth (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestImportDisplay (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestImportFile (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestImportGzipped (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_info_test.go:70: unmatched requirement IsPausable
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestInspectImage (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.933Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]     --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
12:08:14 [2021-05-03T12:08:14.933Z]         docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.933Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestNetHostname (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestPluginActive (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestPortList (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.10s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.10s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestRunAddHost (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.934Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]     --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s)
12:08:14 [2021-05-03T12:08:14.934Z]         docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.934Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunMount (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunNetHost (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.29s)
12:08:14 [2021-05-03T12:08:14.935Z]     --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.29s)
12:08:14 [2021-05-03T12:08:14.935Z]         docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.935Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_run_test.go:2860: unmatched requirement Apparmor
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestRunState (0.01s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_run_test.go:2899: unmatched requirement Apparmor
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestRunUserByID (0.01s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestRunUserByName (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.03s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestRunUserNotFound (0.03s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_run_test.go:3016: unmatched requirement Apparmor
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestSaveImageId (0.01s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_start_test.go:99: unmatched requirement IsPausable
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestStartRecordError (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s)
12:08:14 [2021-05-03T12:08:14.936Z]     --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s)
12:08:14 [2021-05-03T12:08:14.936Z]         docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.936Z] 
12:08:14 [2021-05-03T12:08:14.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s)
12:08:14 [2021-05-03T12:08:14.937Z]         docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s)
12:08:14 [2021-05-03T12:08:14.937Z]         docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s)
12:08:14 [2021-05-03T12:08:14.937Z]         docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s)
12:08:14 [2021-05-03T12:08:14.937Z]         docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s)
12:08:14 [2021-05-03T12:08:14.937Z]         docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s)
12:08:14 [2021-05-03T12:08:14.937Z]         docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s)
12:08:14 [2021-05-03T12:08:14.937Z]         docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s)
12:08:14 [2021-05-03T12:08:14.937Z]         docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s)
12:08:14 [2021-05-03T12:08:14.937Z]         docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s)
12:08:14 [2021-05-03T12:08:14.937Z]         docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s)
12:08:14 [2021-05-03T12:08:14.937Z]         docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s)
12:08:14 [2021-05-03T12:08:14.937Z]         docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s)
12:08:14 [2021-05-03T12:08:14.937Z]         docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]         check_test.go:185: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]         check_test.go:212: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]         check_test.go:212: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]         check_test.go:212: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]         check_test.go:212: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]         check_test.go:212: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]         check_test.go:212: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
12:08:14 [2021-05-03T12:08:14.937Z]         check_test.go:212: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.937Z] 
12:08:14 [2021-05-03T12:08:14.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
12:08:14 [2021-05-03T12:08:14.938Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
12:08:14 [2021-05-03T12:08:14.938Z]         check_test.go:212: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.938Z] 
12:08:14 [2021-05-03T12:08:14.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
12:08:14 [2021-05-03T12:08:14.938Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
12:08:14 [2021-05-03T12:08:14.938Z]         check_test.go:212: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.938Z] 
12:08:14 [2021-05-03T12:08:14.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
12:08:14 [2021-05-03T12:08:14.938Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
12:08:14 [2021-05-03T12:08:14.938Z]         check_test.go:212: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.938Z] 
12:08:14 [2021-05-03T12:08:14.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
12:08:14 [2021-05-03T12:08:14.938Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
12:08:14 [2021-05-03T12:08:14.938Z]         check_test.go:212: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.938Z] 
12:08:14 [2021-05-03T12:08:14.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
12:08:14 [2021-05-03T12:08:14.938Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
12:08:14 [2021-05-03T12:08:14.938Z]         check_test.go:212: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.938Z] 
12:08:14 [2021-05-03T12:08:14.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
12:08:14 [2021-05-03T12:08:14.938Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
12:08:14 [2021-05-03T12:08:14.938Z]         check_test.go:212: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.938Z] 
12:08:14 [2021-05-03T12:08:14.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
12:08:14 [2021-05-03T12:08:14.938Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
12:08:14 [2021-05-03T12:08:14.938Z]         check_test.go:212: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.938Z] 
12:08:14 [2021-05-03T12:08:14.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
12:08:14 [2021-05-03T12:08:14.938Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
12:08:14 [2021-05-03T12:08:14.938Z]         check_test.go:212: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.938Z] 
12:08:14 [2021-05-03T12:08:14.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
12:08:14 [2021-05-03T12:08:14.938Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
12:08:14 [2021-05-03T12:08:14.938Z]         check_test.go:212: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.938Z] 
12:08:14 [2021-05-03T12:08:14.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
12:08:14 [2021-05-03T12:08:14.938Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
12:08:14 [2021-05-03T12:08:14.938Z]         check_test.go:212: unmatched requirement DaemonIsLinux
12:08:14 [2021-05-03T12:08:14.938Z] 
12:08:14 [2021-05-03T12:08:14.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
12:08:14 [2021-05-03T12:08:14.938Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
12:08:15 [2021-05-03T12:08:15.399Z]         check_test.go:212: unmatched requirement DaemonIsLinux
12:08:15 [2021-05-03T12:08:15.399Z] 
12:08:15 [2021-05-03T12:08:15.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
12:08:15 [2021-05-03T12:08:15.399Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
12:08:15 [2021-05-03T12:08:15.399Z]         check_test.go:239: unmatched requirement DaemonIsLinux
12:08:15 [2021-05-03T12:08:15.399Z] 
12:08:15 [2021-05-03T12:08:15.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
12:08:15 [2021-05-03T12:08:15.399Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
12:08:15 [2021-05-03T12:08:15.399Z]         check_test.go:239: unmatched requirement DaemonIsLinux
12:08:15 [2021-05-03T12:08:15.399Z] 
12:08:15 [2021-05-03T12:08:15.399Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
12:08:15 [2021-05-03T12:08:15.399Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
12:08:15 [2021-05-03T12:08:15.399Z]         check_test.go:239: unmatched requirement DaemonIsLinux
12:08:15 [2021-05-03T12:08:15.399Z] 
12:08:15 [2021-05-03T12:08:15.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]         check_test.go:239: unmatched requirement DaemonIsLinux
12:08:15 [2021-05-03T12:08:15.400Z] 
12:08:15 [2021-05-03T12:08:15.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]         check_test.go:239: unmatched requirement DaemonIsLinux
12:08:15 [2021-05-03T12:08:15.400Z] 
12:08:15 [2021-05-03T12:08:15.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]         check_test.go:239: unmatched requirement DaemonIsLinux
12:08:15 [2021-05-03T12:08:15.400Z] 
12:08:15 [2021-05-03T12:08:15.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]         check_test.go:239: unmatched requirement DaemonIsLinux
12:08:15 [2021-05-03T12:08:15.400Z] 
12:08:15 [2021-05-03T12:08:15.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]         check_test.go:239: unmatched requirement DaemonIsLinux
12:08:15 [2021-05-03T12:08:15.400Z] 
12:08:15 [2021-05-03T12:08:15.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]         check_test.go:268: unmatched requirement DaemonIsLinux
12:08:15 [2021-05-03T12:08:15.400Z] 
12:08:15 [2021-05-03T12:08:15.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]         check_test.go:268: unmatched requirement DaemonIsLinux
12:08:15 [2021-05-03T12:08:15.400Z] 
12:08:15 [2021-05-03T12:08:15.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]         check_test.go:268: unmatched requirement DaemonIsLinux
12:08:15 [2021-05-03T12:08:15.400Z] 
12:08:15 [2021-05-03T12:08:15.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]         check_test.go:268: unmatched requirement DaemonIsLinux
12:08:15 [2021-05-03T12:08:15.400Z] 
12:08:15 [2021-05-03T12:08:15.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]         check_test.go:268: unmatched requirement DaemonIsLinux
12:08:15 [2021-05-03T12:08:15.400Z] 
12:08:15 [2021-05-03T12:08:15.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]     --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]         check_test.go:302: unmatched requirement DaemonIsLinux
12:08:15 [2021-05-03T12:08:15.400Z] 
12:08:15 [2021-05-03T12:08:15.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]     --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]         check_test.go:302: unmatched requirement DaemonIsLinux
12:08:15 [2021-05-03T12:08:15.400Z] 
12:08:15 [2021-05-03T12:08:15.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]     --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]         check_test.go:302: unmatched requirement DaemonIsLinux
12:08:15 [2021-05-03T12:08:15.400Z] 
12:08:15 [2021-05-03T12:08:15.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]     --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]         check_test.go:407: unmatched requirement DaemonIsLinux
12:08:15 [2021-05-03T12:08:15.400Z] 
12:08:15 [2021-05-03T12:08:15.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]     --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]         check_test.go:407: unmatched requirement DaemonIsLinux
12:08:15 [2021-05-03T12:08:15.400Z] 
12:08:15 [2021-05-03T12:08:15.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]     --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]         check_test.go:407: unmatched requirement DaemonIsLinux
12:08:15 [2021-05-03T12:08:15.400Z] 
12:08:15 [2021-05-03T12:08:15.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]     --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]         check_test.go:407: unmatched requirement DaemonIsLinux
12:08:15 [2021-05-03T12:08:15.400Z] 
12:08:15 [2021-05-03T12:08:15.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]     --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]         check_test.go:407: unmatched requirement DaemonIsLinux
12:08:15 [2021-05-03T12:08:15.400Z] 
12:08:15 [2021-05-03T12:08:15.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]     --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]         check_test.go:407: unmatched requirement DaemonIsLinux
12:08:15 [2021-05-03T12:08:15.400Z] 
12:08:15 [2021-05-03T12:08:15.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]         check_test.go:407: unmatched requirement DaemonIsLinux
12:08:15 [2021-05-03T12:08:15.400Z] 
12:08:15 [2021-05-03T12:08:15.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]         check_test.go:407: unmatched requirement DaemonIsLinux
12:08:15 [2021-05-03T12:08:15.400Z] 
12:08:15 [2021-05-03T12:08:15.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]         check_test.go:407: unmatched requirement DaemonIsLinux
12:08:15 [2021-05-03T12:08:15.400Z] 
12:08:15 [2021-05-03T12:08:15.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]     --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]         check_test.go:407: unmatched requirement DaemonIsLinux
12:08:15 [2021-05-03T12:08:15.400Z] 
12:08:15 [2021-05-03T12:08:15.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]     --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]         check_test.go:407: unmatched requirement DaemonIsLinux
12:08:15 [2021-05-03T12:08:15.400Z] 
12:08:15 [2021-05-03T12:08:15.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]     check_test.go:128: unmatched requirement DaemonIsLinux
12:08:15 [2021-05-03T12:08:15.400Z] 
12:08:15 [2021-05-03T12:08:15.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]     check_test.go:134: unmatched requirement DaemonIsLinux
12:08:15 [2021-05-03T12:08:15.400Z] 
12:08:15 [2021-05-03T12:08:15.400Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s)
12:08:15 [2021-05-03T12:08:15.400Z]     check_test.go:142: unmatched requirement DaemonIsLinux
12:08:15 [2021-05-03T12:08:15.400Z] 
12:08:15 [2021-05-03T12:08:15.400Z] 
12:08:15 [2021-05-03T12:08:15.400Z] DONE 1092 tests, 546 skipped in 2820.838s
12:08:15 [2021-05-03T12:08:15.400Z] INFO: Integration tests ended at 05/03/2021 12:08:14. Duration:00:47:00.9579628
12:08:15 [2021-05-03T12:08:15.400Z] INFO: Docker info of the daemon under test at end of run
12:08:15 [2021-05-03T12:08:15.400Z] 
12:08:15 [2021-05-03T12:08:15.400Z] Containers: 2
12:08:15 [2021-05-03T12:08:15.400Z]  Running: 0
12:08:15 [2021-05-03T12:08:15.400Z]  Paused: 0
12:08:15 [2021-05-03T12:08:15.400Z]  Stopped: 2
12:08:15 [2021-05-03T12:08:15.400Z] Images: 18
12:08:15 [2021-05-03T12:08:15.400Z] Server Version: 0.0.0-dev
12:08:15 [2021-05-03T12:08:15.400Z] Storage Driver: windowsfilter
12:08:15 [2021-05-03T12:08:15.400Z]  Windows: 
12:08:15 [2021-05-03T12:08:15.400Z] Logging Driver: json-file
12:08:15 [2021-05-03T12:08:15.400Z] Plugins: 
12:08:15 [2021-05-03T12:08:15.400Z]  Volume: local
12:08:15 [2021-05-03T12:08:15.400Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
12:08:15 [2021-05-03T12:08:15.400Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
12:08:15 [2021-05-03T12:08:15.400Z] Swarm: inactive
12:08:15 [2021-05-03T12:08:15.400Z] Default Isolation: process
12:08:15 [2021-05-03T12:08:15.400Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
12:08:15 [2021-05-03T12:08:15.400Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1757)
12:08:15 [2021-05-03T12:08:15.400Z] OSType: windows
12:08:15 [2021-05-03T12:08:15.400Z] Architecture: x86_64
12:08:15 [2021-05-03T12:08:15.400Z] CPUs: 4
12:08:15 [2021-05-03T12:08:15.400Z] Total Memory: 32GiB
12:08:15 [2021-05-03T12:08:15.400Z] Name: azwin-2-853680
12:08:15 [2021-05-03T12:08:15.400Z] ID: FXIG:Q4WS:EIZU:G7OL:Y5ZK:4A3Z:EYV7:BQGZ:ZETN:UDKI:FINL:IA2N
12:08:15 [2021-05-03T12:08:15.400Z] Docker Root Dir: D:\CI\PR-42329\2\daemon
12:08:15 [2021-05-03T12:08:15.400Z] Debug Mode (client): false
12:08:15 [2021-05-03T12:08:15.400Z] Debug Mode (server): true
12:08:15 [2021-05-03T12:08:15.400Z]  File Descriptors: -1
12:08:15 [2021-05-03T12:08:15.400Z]  Goroutines: 17
12:08:15 [2021-05-03T12:08:15.400Z]  System Time: 2021-05-03T12:08:15.1308647Z
12:08:15 [2021-05-03T12:08:15.400Z]  EventsListeners: 0
12:08:15 [2021-05-03T12:08:15.400Z] Registry: https://index.docker.io/v1/
12:08:15 [2021-05-03T12:08:15.400Z] Labels:
12:08:15 [2021-05-03T12:08:15.400Z] Experimental: false
12:08:15 [2021-05-03T12:08:15.400Z] Insecure Registries:
12:08:15 [2021-05-03T12:08:15.400Z]  127.0.0.0/8
12:08:15 [2021-05-03T12:08:15.400Z] Live Restore Enabled: false
12:08:15 [2021-05-03T12:08:15.400Z] 
12:08:15 [2021-05-03T12:08:15.400Z] 
12:08:15 [2021-05-03T12:08:15.400Z] INFO: Stopping daemon under test
12:08:15 [2021-05-03T12:08:15.400Z] SUCCESS: The process with PID 8188 (child process of PID 3580) has been terminated.
12:08:15 [2021-05-03T12:08:15.400Z] SUCCESS: The process with PID 3580 (child process of PID 5188) has been terminated.
12:08:15 [2021-05-03T12:08:15.400Z] INFO: Stop tailing logs of the daemon under tests
12:08:15 [2021-05-03T12:08:15.400Z] INFO: executeCI.ps1 Completed successfully at 05/03/2021 12:08:15.
12:08:15 [2021-05-03T12:08:15.400Z] INFO: Tidying up at end of run
12:08:15 [2021-05-03T12:08:15.400Z] INFO: Saving daemon under test log (d:\CI\PR-42329\2\dut.out) to bundles\CIDUT.out
12:08:15 [2021-05-03T12:08:15.400Z] INFO: Saving daemon under test log (d:\CI\PR-42329\2\dut.err) to bundles\CIDUT.err
12:08:15 [2021-05-03T12:08:15.400Z] INFO: Nuke-Everything...
12:08:16 [2021-05-03T12:08:16.374Z] INFO: Container count on control daemon to delete is 2
12:08:16 [2021-05-03T12:08:16.840Z] deccf96f649f
12:08:16 [2021-05-03T12:08:16.840Z] d410156bcc44
12:08:16 [2021-05-03T12:08:16.840Z] INFO: Non-base image count on control daemon to delete is 1
12:08:19 [2021-05-03T12:08:19.763Z] Deleted: sha256:c2410bedf6e18a7c8b5b6b900de138cc8628a12e8659c9c22c790c01d85e9be5
12:08:19 [2021-05-03T12:08:19.763Z] Deleted: sha256:407664f1b07ff97a579893f1d3a9015263741bdf59dec8a134b54395483afffd
12:08:19 [2021-05-03T12:08:19.763Z] INFO: Tidying pidfile d:\CI\PR-42329\2\docker.pid
12:08:19 [2021-05-03T12:08:19.763Z] INFO: Nuking d:\CI
12:08:55 [2021-05-03T12:08:55.507Z] INFO: Zapped successfully
12:08:55 [2021-05-03T12:08:55.507Z] 
12:08:55 [2021-05-03T12:08:55.507Z] INFO: executeCI.ps1 exiting at Mon May  3 12:08:53 CUT 2021. Duration 01:20:59.8226701
12:08:55 [2021-05-03T12:08:55.507Z] 
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] junit
12:08:55 [2021-05-03T12:08:55.760Z] Recording test results
12:08:56 [2021-05-03T12:08:56.274Z] [Checks API] No suitable checks publisher found.
[Pipeline] catchError
[Pipeline] {
[Pipeline] powershell
12:08:57 [2021-05-03T12:08:57.771Z] Creating windowsRS5-integration-bundles.zip
[Pipeline] archiveArtifacts
12:08:59 [2021-05-03T12:08:59.534Z] Archiving artifacts
12:09:00 [2021-05-03T12:09:00.612Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42329/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
12:09:01 [2021-05-03T12:09:01.550Z] + make clean
12:09:02 [2021-05-03T12:09:02.523Z] docker volume rm -f docker-dev-cache
12:09:02 [2021-05-03T12:09:02.523Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS